body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 3.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff9142 !important;
}
.bg-success {
  background-color: #149dcc !important;
}
.bg-info {
  background-color: #ff9142 !important;
}
.bg-warning {
  background-color: #465052 !important;
}
.bg-danger {
  background-color: #e3e0cf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9142 !important;
  border-color: #ff9142 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f46600 !important;
  border-color: #f46600 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f46600 !important;
  border-color: #f46600 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #39edf4 !important;
  border-color: #39edf4 !important;
  color: #022a2c !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #022a2c !important;
  background-color: #0ccdd5 !important;
  border-color: #0ccdd5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #022a2c !important;
  background-color: #0ccdd5 !important;
  border-color: #0ccdd5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff9142 !important;
  border-color: #ff9142 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #f46600 !important;
  border-color: #f46600 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f46600 !important;
  border-color: #f46600 !important;
}
.btn-success,
.btn-success:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e3e0cf !important;
  border-color: #e3e0cf !important;
  color: #716a42 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #716a42 !important;
  background-color: #c7c19f !important;
  border-color: #c7c19f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #716a42 !important;
  background-color: #c7c19f !important;
  border-color: #c7c19f !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #db5c00;
  color: #db5c00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff9142;
  border-color: #ff9142;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9142 !important;
  border-color: #ff9142 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0ab6bd;
  color: #0ab6bd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #022a2c;
  background-color: #39edf4;
  border-color: #39edf4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #022a2c !important;
  background-color: #39edf4 !important;
  border-color: #39edf4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #db5c00;
  color: #db5c00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ff9142;
  border-color: #ff9142;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9142 !important;
  border-color: #ff9142 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bdb68f;
  color: #bdb68f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #716a42;
  background-color: #e3e0cf;
  border-color: #e3e0cf;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #716a42 !important;
  background-color: #e3e0cf !important;
  border-color: #e3e0cf !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff9142 !important;
}
.text-secondary {
  color: #39edf4 !important;
}
.text-success {
  color: #149dcc !important;
}
.text-info {
  color: #ff9142 !important;
}
.text-warning {
  color: #465052 !important;
}
.text-danger {
  color: #e3e0cf !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #db5c00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0ab6bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0b566f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #db5c00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #171a1b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bdb68f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff9142;
}
.alert-warning {
  background-color: #465052;
}
.alert-danger {
  background-color: #e3e0cf;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9142;
  border-color: #ff9142;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff9142;
}
.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: #b4e6f8;
}
.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: #bac2c4;
}
.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;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ff9142;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff9142;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff9142;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9142;
  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: #ff9142;
  border-bottom-color: #ff9142;
}
.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: #ff9142 !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: #39edf4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff9142' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-uNUjiM5YLZ {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/double-exposure-2018-v6-2-1789x1185.jpg");
}
.cid-uNUjiM5YLZ P {
  color: #767676;
}
.cid-uNUjiM5YLZ H1 {
  color: #ffffff;
}
.cid-uNUjiM5YLZ .mbr-text,
.cid-uNUjiM5YLZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uNUjiM5YLZ H3 {
  color: #ffffff;
}
.cid-uOiuuxZPkW {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOiuuxZPkW .mbr-section-subtitle {
  color: #767676;
}
.cid-uOiuuxZPkW H2 {
  color: #f09313;
}
.cid-uNUkkgjElv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.cid-uNUkkgjElv .mbr-section-btn > * {
  margin: 0;
}
.cid-uNUkkgjElv h4 {
  font-weight: 500;
}
.cid-uNUkkgjElv p {
  color: #232323;
}
.cid-uNUkkgjElv .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNUkkgjElv .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNUkkgjElv .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNUkkgjElv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNUkkgjElv .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNUkkgjElv .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNUkkgjElv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNUkkgjElv .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNUkkgjElv .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNUkkgjElv .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNUkkgjElv H2 {
  color: #f1842b;
}
.cid-uNUlseuxJH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uNUlseuxJH .mbr-section-btn > * {
  margin: 0;
}
.cid-uNUlseuxJH h4 {
  font-weight: 500;
}
.cid-uNUlseuxJH p {
  color: #232323;
}
.cid-uNUlseuxJH .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNUlseuxJH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNUlseuxJH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNUlseuxJH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNUlseuxJH .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNUlseuxJH .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNUlseuxJH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNUlseuxJH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNUlseuxJH .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNUlseuxJH .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNUlseuxJH H2 {
  color: #f1842b;
}
.cid-uNUnW14iA3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uNUnW14iA3 .mbr-section-btn > * {
  margin: 0;
}
.cid-uNUnW14iA3 h4 {
  font-weight: 500;
}
.cid-uNUnW14iA3 p {
  color: #232323;
}
.cid-uNUnW14iA3 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNUnW14iA3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNUnW14iA3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNUnW14iA3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNUnW14iA3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNUnW14iA3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNUnW14iA3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNUnW14iA3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNUnW14iA3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNUnW14iA3 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNUnW14iA3 H2 {
  color: #f1842b;
}
.cid-uNUoTFulRG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-uNUoTFulRG .mbr-section-btn > * {
  margin: 0;
}
.cid-uNUoTFulRG h4 {
  font-weight: 500;
}
.cid-uNUoTFulRG p {
  color: #232323;
}
.cid-uNUoTFulRG .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNUoTFulRG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNUoTFulRG .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNUoTFulRG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNUoTFulRG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNUoTFulRG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNUoTFulRG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNUoTFulRG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNUoTFulRG .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNUoTFulRG .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNUoTFulRG H2 {
  color: #f1842b;
}
.cid-uNUqUmUgl9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uNUqUmUgl9 .mbr-section-btn > * {
  margin: 0;
}
.cid-uNUqUmUgl9 h4 {
  font-weight: 500;
}
.cid-uNUqUmUgl9 p {
  color: #232323;
}
.cid-uNUqUmUgl9 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNUqUmUgl9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNUqUmUgl9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNUqUmUgl9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNUqUmUgl9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNUqUmUgl9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNUqUmUgl9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNUqUmUgl9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNUqUmUgl9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNUqUmUgl9 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNUqUmUgl9 H2 {
  color: #f1842b;
}
.cid-uNUsnLp7wq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uNUsnLp7wq .mbr-section-btn > * {
  margin: 0;
}
.cid-uNUsnLp7wq h4 {
  font-weight: 500;
}
.cid-uNUsnLp7wq p {
  color: #232323;
}
.cid-uNUsnLp7wq .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNUsnLp7wq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNUsnLp7wq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNUsnLp7wq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNUsnLp7wq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNUsnLp7wq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNUsnLp7wq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNUsnLp7wq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNUsnLp7wq .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNUsnLp7wq .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNUsnLp7wq H2 {
  color: #f1842b;
}
.cid-uNUtALikox {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-uNUtALikox .mbr-section-btn > * {
  margin: 0;
}
.cid-uNUtALikox h4 {
  font-weight: 500;
}
.cid-uNUtALikox p {
  color: #232323;
}
.cid-uNUtALikox .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNUtALikox .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNUtALikox .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNUtALikox .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNUtALikox .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNUtALikox .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNUtALikox .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNUtALikox .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNUtALikox .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNUtALikox .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNUtALikox H2 {
  color: #f1842b;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-tT2eRzcRHP {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uFm5KgsSW0 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFm5KgsSW0 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uFm5KgsSW0 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #15dbe2;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #15dbe2;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .3s;
}
.cid-uFm5KgsSW0 .nav-tabs .nav-link:hover {
  background-color: #15dbe2;
}
.cid-uFm5KgsSW0 .nav-tabs .nav-link:focus {
  box-shadow: none;
  background-color: #15dbe2;
}
.cid-uFm5KgsSW0 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  border: none;
  background: #15dbe2;
}
.cid-uFm5KgsSW0 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uFm5KgsSW0 .mbr-section-subtitle {
  color: #232323;
}
.cid-uFm5KgsSW0 p {
  color: #767676;
}
.cid-uFm5KgsSW0 .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-uFm5KgsSW0 .mbr-text {
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uFm5KgsSW0 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uFm5KgsSW0 H2 {
  color: #f1842b;
}
.cid-uhmFYKZqD7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhmFYKZqD7 .mbr-section-subtitle {
  color: #232323;
}
.cid-uhmFYKZqD7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uhmFYKZqD7 H2 {
  color: #ff9143;
}
.cid-uRe4fY8vUP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uRe4fY8vUP h2 {
  margin-bottom: 0;
}
.cid-uRe4fY8vUP h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uRe4fY8vUP p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uRe4fY8vUP .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-uRe4fY8vUP .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uRe4fY8vUP .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uRe4fY8vUP .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uRe4fY8vUP .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uRe4fY8vUP .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uRe4fY8vUP P {
  color: #232323;
}
.cid-u0DkAMvPTY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-r5wdpqSfFw {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1468.jpg");
}
.cid-r5wdpqSfFw B {
  color: #ffffff;
}
.cid-r5wdpqSfFw .mbr-text,
.cid-r5wdpqSfFw .mbr-section-btn {
  color: #ffffff;
}
.cid-r5wdpqSfFw H3 {
  color: #ffffff;
}
.cid-r5wdprUUBb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r5wdprUUBb .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-r5wdprUUBb H2 {
  color: #ff9143;
}
.cid-r5weCas4me {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-r5weCas4me h2 {
  text-align: left;
}
.cid-r5weCas4me h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r5weCas4me p {
  color: #767676;
  text-align: left;
}
.cid-r5weCas4me .aside-content {
  flex-basis: 100%;
}
.cid-r5weCas4me .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-r5weCas4me .media {
  margin: initial;
  align-items: center;
}
.cid-r5weCas4me .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-r5weCas4me .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-r5weCas4me .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-r5weCas4me .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r5weCas4me .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-r5weCas4me .card-img span {
    font-size: 40px !important;
  }
}
.cid-r5weCas4me H2 {
  color: #ff9143;
}
.cid-r5wg6Oghzm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r5wg6Oghzm h2 {
  text-align: left;
}
.cid-r5wg6Oghzm h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r5wg6Oghzm p {
  color: #767676;
  text-align: left;
}
.cid-r5wg6Oghzm .aside-content {
  flex-basis: 100%;
}
.cid-r5wg6Oghzm .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-r5wg6Oghzm .media {
  margin: initial;
  align-items: center;
}
.cid-r5wg6Oghzm .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-r5wg6Oghzm .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-r5wg6Oghzm .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-r5wg6Oghzm .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-r5wg6Oghzm .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-r5wg6Oghzm .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-r5wg6Oghzm .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-r5wg6Oghzm .card-img span {
    font-size: 40px !important;
  }
}
.cid-r5wg6Oghzm H2 {
  color: #ff9143;
}
.cid-r5wg6Oghzm .mbr-text {
  color: #0d0c0c;
}
.cid-r5wg6Oghzm P {
  color: #0d0c0c;
}
.cid-r5whuAYnPI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-r5whuAYnPI h2 {
  text-align: left;
}
.cid-r5whuAYnPI h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r5whuAYnPI p {
  color: #767676;
  text-align: left;
}
.cid-r5whuAYnPI .aside-content {
  flex-basis: 100%;
}
.cid-r5whuAYnPI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-r5whuAYnPI .media {
  margin: initial;
  align-items: center;
}
.cid-r5whuAYnPI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-r5whuAYnPI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-r5whuAYnPI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-r5whuAYnPI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r5whuAYnPI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-r5whuAYnPI .card-img span {
    font-size: 40px !important;
  }
}
.cid-r5whuAYnPI H2 {
  color: #ff9143;
}
.cid-u0Df6asrhx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-r5wigSWyrY {
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-r5wigTX9iB {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r5wigTX9iB .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-r5wigTX9iB H2 {
  color: #ff9143;
}
.cid-tWnzipPNS4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tWnzipPNS4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWnzipPNS4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWnzipPNS4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWnzipPNS4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWnzipPNS4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tWnzipPNS4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tWnzipPNS4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tWnzipPNS4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tWnzipPNS4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tWnBebsn4b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tWnBebsn4b .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWnBebsn4b .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWnBebsn4b .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWnBebsn4b .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWnBebsn4b .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tWnBebsn4b .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tWnBebsn4b .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tWnBebsn4b .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tWnBebsn4b .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tWnGbNE9vq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tWnGbNE9vq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWnGbNE9vq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWnGbNE9vq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWnGbNE9vq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWnGbNE9vq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tWnGbNE9vq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tWnGbNE9vq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tWnGbNE9vq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tWnGbNE9vq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tWnHs1pw3Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tWnHs1pw3Y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWnHs1pw3Y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWnHs1pw3Y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWnHs1pw3Y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWnHs1pw3Y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tWnHs1pw3Y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tWnHs1pw3Y .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tWnHs1pw3Y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tWnHs1pw3Y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tWnIjvnT03 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tWnIjvnT03 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWnIjvnT03 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWnIjvnT03 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWnIjvnT03 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWnIjvnT03 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tWnIjvnT03 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tWnIjvnT03 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tWnIjvnT03 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tWnIjvnT03 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u0Dft0vdJ9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-r5wnHIdAfd {
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1371.jpg");
}
.cid-r5wnHJ7LaS {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r5wnHJ7LaS .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-r5wnHJ7LaS H2 {
  color: #ff9143;
}
.cid-uF9Xnd3yP7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9f9f9;
}
.cid-uF9Xnd3yP7 .images-container.container-fluid {
  padding: 0;
}
.cid-uF9Xnd3yP7 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uF9Xnd3yP7 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uF9Xnd3yP7 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uF9Xnd3yP7 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uF9Xnd3yP7 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uF9Xnd3yP7 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uF9Xnd3yP7 .img-item {
    width: 100% !important;
  }
  .cid-uF9Xnd3yP7 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uF9SNbThVR {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uF9SNbThVR .images-container.container-fluid {
  padding: 0;
}
.cid-uF9SNbThVR .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uF9SNbThVR .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uF9SNbThVR .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uF9SNbThVR .media-container-row .img-item .img-caption {
  background: #f9f9f9;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uF9SNbThVR .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uF9SNbThVR .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uF9SNbThVR .img-item {
    width: 100% !important;
  }
  .cid-uF9SNbThVR .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uFa1Zuw3sw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFa1Zuw3sw .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uFa1Zuw3sw .step {
  width: 52px;
  height: 52px;
  font-size: 26px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  color: #ff9143;
}
@media (max-width: 767px) {
  .cid-uFa1Zuw3sw .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-uFa1Zuw3sw .separline {
  position: relative;
}
.cid-uFa1Zuw3sw .separline:after {
  top: 56px;
  left: 24px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (26px + 4px) * 2);
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uFa1Zuw3sw .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-uFa1Zuw3sw .mbr-section-title {
  color: #ff9143;
}
.cid-uF9OPjiD5w {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f9f9f9;
}
.cid-uF9OPjiD5w .images-container.container-fluid {
  padding: 0;
}
.cid-uF9OPjiD5w .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uF9OPjiD5w .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uF9OPjiD5w .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uF9OPjiD5w .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uF9OPjiD5w .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uF9OPjiD5w .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uF9OPjiD5w .img-item {
    width: 100% !important;
  }
  .cid-uF9OPjiD5w .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uF9QhAj6WC {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uF9QhAj6WC .images-container.container-fluid {
  padding: 0;
}
.cid-uF9QhAj6WC .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uF9QhAj6WC .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uF9QhAj6WC .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uF9QhAj6WC .media-container-row .img-item .img-caption {
  background: #f9f9f9;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uF9QhAj6WC .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uF9QhAj6WC .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uF9QhAj6WC .img-item {
    width: 100% !important;
  }
  .cid-uF9QhAj6WC .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uF9UdB6QXS {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f9f9f9;
}
.cid-uF9UdB6QXS .images-container.container-fluid {
  padding: 0;
}
.cid-uF9UdB6QXS .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uF9UdB6QXS .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uF9UdB6QXS .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uF9UdB6QXS .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uF9UdB6QXS .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uF9UdB6QXS .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uF9UdB6QXS .img-item {
    width: 100% !important;
  }
  .cid-uF9UdB6QXS .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-u0DfJHMe49 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-r5wtR9Z7F8 {
  background-image: url("../../../assets/images/sns-cinemagraph-hd-smallfile.gif");
}
.cid-r5wtRaRwjY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-r5wtRaRwjY .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-r5wtRaRwjY H2 {
  color: #ff9143;
}
.cid-r5wvg2wDzW .modal-body .close {
  background: #1b1b1b;
}
.cid-r5wvg2wDzW .modal-body .close span {
  font-style: normal;
}
.cid-r5wvg2wDzW .carousel-inner > .active,
.cid-r5wvg2wDzW .carousel-inner > .next,
.cid-r5wvg2wDzW .carousel-inner > .prev {
  display: table;
}
.cid-r5wvg2wDzW .carousel-control .icon-next,
.cid-r5wvg2wDzW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r5wvg2wDzW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r5wvg2wDzW .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r5wvg2wDzW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r5wvg2wDzW .boxed-slider > div {
  position: relative;
}
.cid-r5wvg2wDzW .container img {
  width: 100%;
}
.cid-r5wvg2wDzW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-r5wvg2wDzW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5wvg2wDzW .mbr-table-cell {
  padding: 0;
}
.cid-r5wvg2wDzW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r5wvg2wDzW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r5wvg2wDzW .mbr-overlay {
  z-index: 1;
}
.cid-r5wvg2wDzW .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5wvg2wDzW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r5wvg2wDzW .carousel-item .container {
    width: 100%;
  }
}
.cid-r5wvg2wDzW .carousel-item-next.carousel-item-left,
.cid-r5wvg2wDzW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r5wvg2wDzW .active.carousel-item-right,
.cid-r5wvg2wDzW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r5wvg2wDzW .active.carousel-item-left,
.cid-r5wvg2wDzW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r5wvg2wDzW .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-r5wvg2wDzW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r5wvg2wDzW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r5wvg2wDzW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-r5wvg2wDzW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r5wvg2wDzW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r5wvg2wDzW .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r5wvg2wDzW .mbr-slider .carousel-indicators li.active,
.cid-r5wvg2wDzW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r5wvg2wDzW .mbr-slider .carousel-indicators li::after,
.cid-r5wvg2wDzW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r5wvg2wDzW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r5wvg2wDzW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r5wvg2wDzW .mbr-slider > .container img {
  width: 100%;
}
.cid-r5wvg2wDzW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r5wvg2wDzW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r5wvg2wDzW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r5wvg2wDzW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5wvg2wDzW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r5wvg2wDzW .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r5wvg2wDzW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r5wvg2wDzW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r5wvg2wDzW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r5wvg2wDzW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5wvg2wDzW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r5wvg2wDzW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r5wvg2wDzW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-u0owlafRMS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u0owlafRMS .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-u0DfTlltrV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-tT2dF4Tijd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpg");
}
.cid-rIegWRYEmw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rIegWRYEmw .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rIegWRYEmw H2 {
  text-align: center;
  color: #ff9143;
}
.cid-r5wCyt9fkF {
  background: #ffffff;
}
.cid-r5wCyt9fkF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r5wCyt9fkF figcaption {
  position: relative;
}
.cid-r5wCyt9fkF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r5wCyt9fkF .image-block {
    width: 100% !important;
  }
}
.cid-rIehoQf1ru {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rIehoQf1ru .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rIehoQf1ru H2 {
  text-align: center;
  color: #ff9143;
}
.cid-rIdZEGmk3c {
  background: #ffffff;
}
.cid-rIdZEGmk3c .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIdZEGmk3c figcaption {
  position: relative;
}
.cid-rIdZEGmk3c figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIdZEGmk3c .image-block {
    width: 100% !important;
  }
}
.cid-tZGD4V2gTg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tZGD4V2gTg .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-tZGD4V2gTg H2 {
  text-align: center;
  color: #ff9143;
}
.cid-tZGDkzxcpD {
  background: #ffffff;
}
.cid-tZGDkzxcpD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tZGDkzxcpD figcaption {
  position: relative;
}
.cid-tZGDkzxcpD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tZGDkzxcpD .image-block {
    width: 100% !important;
  }
}
.cid-tZGDwVOh2g {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tZGDwVOh2g .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-tZGDwVOh2g H2 {
  text-align: center;
  color: #ff9143;
}
.cid-tZGDDssaMu {
  background: #ffffff;
}
.cid-tZGDDssaMu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tZGDDssaMu figcaption {
  position: relative;
}
.cid-tZGDDssaMu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tZGDDssaMu .image-block {
    width: 100% !important;
  }
}
.cid-tZGD8WPHQk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tZGD8WPHQk .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-tZGD8WPHQk H2 {
  text-align: center;
  color: #ff9143;
}
.cid-tZGDlvzd4T {
  background: #ffffff;
}
.cid-tZGDlvzd4T .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tZGDlvzd4T figcaption {
  position: relative;
}
.cid-tZGDlvzd4T figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tZGDlvzd4T .image-block {
    width: 100% !important;
  }
}
.cid-rIehGYroek {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rIehGYroek .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rIehGYroek H2 {
  text-align: center;
  color: #ff9143;
}
.cid-rIegJqjiFV {
  background: #ffffff;
}
.cid-rIegJqjiFV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIegJqjiFV figcaption {
  position: relative;
}
.cid-rIegJqjiFV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIegJqjiFV .image-block {
    width: 100% !important;
  }
}
.cid-rIeim5Hy9S {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rIeim5Hy9S .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rIeim5Hy9S H2 {
  text-align: center;
  color: #ff9143;
}
.cid-rIeinmCU0X {
  background: #ffffff;
}
.cid-rIeinmCU0X .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIeinmCU0X figcaption {
  position: relative;
}
.cid-rIeinmCU0X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIeinmCU0X .image-block {
    width: 100% !important;
  }
}
.cid-u0Dg9kmOB3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-tT2eizc5Dr {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/double-exposure-2018-v6-2-1789x1185.jpg");
}
.cid-tXuQMIrBDH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tXuQMIrBDH .mbr-text,
.cid-tXuQMIrBDH blockquote {
  color: #767676;
}
.cid-tXuQMIrBDH .mbr-text {
  color: #465052;
}
.cid-r5wEvi5mKG {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-r5wEvi5mKG .title {
  margin-bottom: 2rem;
}
.cid-r5wEvi5mKG .mbr-section-subtitle {
  color: #767676;
}
.cid-r5wEvi5mKG a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-r5wEvi5mKG a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-r5wEvi5mKG .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-r5wEvi5mKG .input-group-btn {
  display: block;
  text-align: center;
}
.cid-u0DgiGbqp9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u0DgiGbqp9 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-u0DghIVquX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-r89lJiUeyZ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1398.jpg");
}
.cid-r89lJiUeyZ B {
  color: #ffffff;
}
.cid-r89lJiUeyZ .mbr-text,
.cid-r89lJiUeyZ .mbr-section-btn {
  color: #ffffff;
}
.cid-rIadR5W1y8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIadR5W1y8 .card-box {
  padding: 0 2rem;
}
.cid-rIadR5W1y8 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rIadR5W1y8 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rIadR5W1y8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rIadR5W1y8 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rIadR5W1y8 .mbr-text {
  color: #767676;
}
.cid-rIadR5W1y8 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f9f9f9;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rIadR5W1y8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rIadR5W1y8 .card-title {
  color: #ff9143;
}
.cid-u0DhPnd2uD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-r5jsBLIXyY {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-r5jsBLIXyY B {
  color: #ffffff;
}
.cid-r5jsBLIXyY .mbr-text,
.cid-r5jsBLIXyY .mbr-section-btn {
  color: #ffffff;
}
.cid-r5jsBLIXyY DIV {
  color: #ffffff;
}
.cid-uD4e4TYLWN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uD4e4TYLWN h2 {
  text-align: center;
}
.cid-uD4e4TYLWN h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uD4e4TYLWN p {
  color: #767676;
}
.cid-uD4e4TYLWN img {
  object-fit: cover;
}
.cid-uD4e4TYLWN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uD4e4TYLWN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uD4e4TYLWN .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uD4e4TYLWN .mbr-section-subtitle {
  color: #767676;
}
.cid-uD4e4TYLWN .card-title {
  font-weight: 500;
}
.cid-uD4e4TYLWN .card-img {
  text-align: inherit;
}
.cid-uD4e4TYLWN .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uD4e4TYLWN .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uD4e4TYLWN .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uD4e4TYLWN .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-uD4e4TYLWN .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-uD4e4TYLWN .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-uD4e4TYLWN .mbr-section-title {
  color: #ff9143;
}
.cid-r8aeqd8DzV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-r8aeqd8DzV h2 {
  text-align: left;
}
.cid-r8aeqd8DzV h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r8aeqd8DzV p {
  color: #767676;
  text-align: left;
}
.cid-r8aeqd8DzV .aside-content {
  flex-basis: 100%;
}
.cid-r8aeqd8DzV .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-r8aeqd8DzV .media {
  margin: initial;
  align-items: center;
}
.cid-r8aeqd8DzV .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-r8aeqd8DzV .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-r8aeqd8DzV .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-r8aeqd8DzV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r8aeqd8DzV .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-r8aeqd8DzV .card-img span {
    font-size: 40px !important;
  }
}
.cid-r8aeqd8DzV H2 {
  color: #ff9143;
}
.cid-tZGdm3K6dJ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tZGdm3K6dJ .mbr-section-subtitle {
  color: #000000;
}
.cid-tZGdm3K6dJ H2 {
  color: #ff9143;
}
.cid-rfb5rvzLMD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-rfb5rvzLMD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rfb5rvzLMD p {
  color: #767676;
  text-align: left;
}
.cid-rfb5rvzLMD .card-box {
  padding-top: 2rem;
}
.cid-rfb5rvzLMD .card-wrapper {
  height: 100%;
}
.cid-uD4qDHvbRr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uD4qDHvbRr .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uD4qDHvbRr .step {
  width: 56px;
  height: 56px;
  font-size: 28px;
  border-radius: 50%;
  border: 2px solid #ff9143;
}
@media (max-width: 767px) {
  .cid-uD4qDHvbRr .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-uD4qDHvbRr .separline {
  position: relative;
}
.cid-uD4qDHvbRr .separline:after {
  top: 60px;
  left: 26px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (28px + 4px) * 2);
  background-color: #ff9143;
}
@media (max-width: 767px) {
  .cid-uD4qDHvbRr .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-uD4qDHvbRr .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uD4qDHvbRr .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD4qDHvbRr .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-uD4qDHvbRr .mbr-section-title {
  color: #ff9143;
}
.cid-rpjrE2Do93 {
  background: #f9f9f9;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rpjrE2Do93 .image-block {
  margin: auto;
}
.cid-rpjrE2Do93 figcaption {
  position: relative;
}
.cid-rpjrE2Do93 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpjrE2Do93 .image-block {
    width: 100% !important;
  }
}
.cid-rpjskX0Hck {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rpjskX0Hck .image-block {
  margin: auto;
}
.cid-rpjskX0Hck figcaption {
  position: relative;
}
.cid-rpjskX0Hck figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpjskX0Hck .image-block {
    width: 100% !important;
  }
}
.cid-u0DhsOWnvP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-r5jsBLIXyY {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-r5jsBLIXyY B {
  color: #ffffff;
}
.cid-r5jsBLIXyY .mbr-text,
.cid-r5jsBLIXyY .mbr-section-btn {
  color: #eef4f0;
}
.cid-r5jsBLIXyY DIV {
  color: #ffffff;
}
.cid-rjq6Rq0wOP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rjq6Rq0wOP h2 {
  text-align: left;
}
.cid-rjq6Rq0wOP h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rjq6Rq0wOP p {
  color: #767676;
  text-align: left;
}
.cid-rjq6Rq0wOP .aside-content {
  flex-basis: 100%;
}
.cid-rjq6Rq0wOP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rjq6Rq0wOP .media {
  margin: initial;
  align-items: center;
}
.cid-rjq6Rq0wOP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rjq6Rq0wOP .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rjq6Rq0wOP .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rjq6Rq0wOP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rjq6Rq0wOP .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rjq6Rq0wOP .card-img span {
    font-size: 40px !important;
  }
}
.cid-rjq6Rq0wOP H2 {
  color: #ff9143;
}
.cid-rjq6Rq0wOP .mbr-text {
  color: #0d0c0c;
}
.cid-ri90T0U9Ra {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-ri90T0U9Ra h2 {
  text-align: left;
}
.cid-ri90T0U9Ra h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ri90T0U9Ra p {
  color: #767676;
  text-align: left;
}
.cid-ri90T0U9Ra .aside-content {
  flex-basis: 100%;
}
.cid-ri90T0U9Ra .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ri90T0U9Ra .media {
  margin: initial;
  align-items: center;
}
.cid-ri90T0U9Ra .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ri90T0U9Ra .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ri90T0U9Ra .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ri90T0U9Ra .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ri90T0U9Ra .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ri90T0U9Ra .card-img span {
    font-size: 40px !important;
  }
}
.cid-ri90T0U9Ra H2 {
  color: #ff9143;
}
.cid-tZGeoBpKA5 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tZGeoBpKA5 .mbr-section-subtitle {
  color: #000000;
}
.cid-tZGeoBpKA5 H2 {
  color: #ff9143;
}
.cid-rhRloSpHp4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
@media (min-width: 992px) {
  .cid-rhRloSpHp4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rhRloSpHp4 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rhRloSpHp4 .mbr-text {
    text-align: center;
  }
}
.cid-rhRloSpHp4 H1 {
  color: #ff9143;
}
.cid-rhRloSpHp4 .mbr-text,
.cid-rhRloSpHp4 .mbr-section-btn {
  color: #0d0c0c;
}
.cid-rhRloSpHp4 H3 {
  color: #073b4c;
}
.cid-uD4M1wvTDi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uD4M1wvTDi .mbr-text,
.cid-uD4M1wvTDi blockquote {
  color: #232323;
}
.cid-u0DhfBfHPu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-rJ1Fn3Za71 {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-rJ1Fn3Za71 H3 {
  color: #ffffff;
}
.cid-rJ1Fn4RPLw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ1Fn4RPLw .mbr-section-subtitle {
  color: #2e2c2c;
  text-align: left;
}
.cid-rJ1Fn4RPLw H2 {
  color: #ff9143;
}
.cid-rJcu8WUsmp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rJcu8WUsmp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rJcu8WUsmp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rJcu8WUsmp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rJcu8WUsmp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rJcu8WUsmp .row > .row {
  display: block;
}
.cid-rJcu8WUsmp .mbr-gallery-item {
  width: 100%;
}
.cid-rJcu8WUsmp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rJcu8WUsmp .mbr-gallery-item > div {
  position: relative;
}
.cid-rJcu8WUsmp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rJcu8WUsmp .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rJcu8WUsmp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rJcu8WUsmp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rJ1Fn6EWQh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ1Fn6EWQh .mbr-section-subtitle {
  color: #0d0c0c;
  text-align: left;
}
.cid-rJ1Fn6EWQh H2 {
  color: #ff9143;
}
.cid-rJcvM32U9U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rJcvM32U9U .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rJcvM32U9U .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rJcvM32U9U .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rJcvM32U9U .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rJcvM32U9U .row > .row {
  display: block;
}
.cid-rJcvM32U9U .mbr-gallery-item {
  width: 100%;
}
.cid-rJcvM32U9U .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rJcvM32U9U .mbr-gallery-item > div {
  position: relative;
}
.cid-rJcvM32U9U .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rJcvM32U9U .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rJcvM32U9U .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rJcvM32U9U .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rJcCzOF0Zz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJcCzOF0Zz .mbr-section-subtitle {
  color: #0d0c0c;
  text-align: left;
}
.cid-rJcCzOF0Zz H2 {
  color: #ff9143;
}
.cid-rJczcxpklZ {
  background: #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rJczcxpklZ .image-block {
  margin: auto;
}
.cid-rJczcxpklZ figcaption {
  position: relative;
}
.cid-rJczcxpklZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJczcxpklZ .image-block {
    width: 100% !important;
  }
}
.cid-u0DeN2oD2g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-u2hSNanJK8 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/june-2021-3-1-2000x1333.jpg");
}
.cid-u2hSNanJK8 H3 {
  color: #ffffff;
}
.cid-tQo5w223SN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tQo5w223SN .mbr-section-subtitle {
  color: #2e2c2c;
  text-align: left;
}
.cid-tQo5w223SN H2 {
  color: #f49f20;
}
.cid-u0lUewjX9U {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0lUewjX9U .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-u0lUewjX9U .step {
  width: 52px;
  height: 52px;
  font-size: 26px;
  border-radius: 50%;
  border: 2px solid #ff9143;
}
@media (max-width: 767px) {
  .cid-u0lUewjX9U .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-u0lUewjX9U .separline {
  position: relative;
}
.cid-u0lUewjX9U .separline:after {
  top: 56px;
  left: 24px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (26px + 4px) * 2);
  background-color: #ff9143;
}
@media (max-width: 767px) {
  .cid-u0lUewjX9U .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-u0lUewjX9U .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u0lUewjX9U .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0lUewjX9U .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-u0lUewjX9U .mbr-section-title {
  color: #ff9143;
}
.cid-tQo5w5Ko5B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQo5w5Ko5B .mbr-section-subtitle {
  color: #767676;
}
.cid-tQo5w5Ko5B .btn {
  margin: 0 0 .5rem 0;
}
.cid-uEumKx018O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uEumKx018O .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-uEumKx018O .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uEumKx018O H2 {
  color: #ff9143;
}
.cid-uEufDESlmp {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uEufDESlmp .images-container.container-fluid {
  padding: 0;
}
.cid-uEufDESlmp .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uEufDESlmp .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uEufDESlmp .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uEufDESlmp .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uEufDESlmp .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uEufDESlmp .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uEufDESlmp .img-item {
    width: 100% !important;
  }
  .cid-uEufDESlmp .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uEu9vWvaj8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9f9f9;
}
.cid-uEu9vWvaj8 .images-container.container-fluid {
  padding: 0;
}
.cid-uEu9vWvaj8 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uEu9vWvaj8 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uEu9vWvaj8 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uEu9vWvaj8 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uEu9vWvaj8 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uEu9vWvaj8 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uEu9vWvaj8 .img-item {
    width: 100% !important;
  }
  .cid-uEu9vWvaj8 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uEujavrGQi {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uEujavrGQi .images-container.container-fluid {
  padding: 0;
}
.cid-uEujavrGQi .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uEujavrGQi .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uEujavrGQi .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uEujavrGQi .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uEujavrGQi .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uEujavrGQi .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uEujavrGQi .img-item {
    width: 100% !important;
  }
  .cid-uEujavrGQi .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uEu91wkRb7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uEu91wkRb7 .item {
  padding-bottom: 2rem;
}
.cid-uEu91wkRb7 .carousel-control,
.cid-uEu91wkRb7 .close {
  background: #1b1b1b;
}
.cid-uEu91wkRb7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uEu91wkRb7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uEu91wkRb7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uEu91wkRb7 .close::before {
  content: '\e91a';
}
.cid-uEu91wkRb7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uEu91wkRb7 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uEu91wkRb7 .carousel-inner > .active {
  display: block;
}
.cid-uEu91wkRb7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEu91wkRb7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uEu91wkRb7 .carousel-control .icon-next,
.cid-uEu91wkRb7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uEu91wkRb7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uEu91wkRb7 .carousel-control,
  .cid-uEu91wkRb7 .carousel-indicators,
  .cid-uEu91wkRb7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uEu91wkRb7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uEu91wkRb7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uEu91wkRb7 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uEu91wkRb7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uEu91wkRb7 .carousel-indicators {
    display: none;
  }
}
.cid-uEu91wkRb7 .carousel-indicators .active,
.cid-uEu91wkRb7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uEu91wkRb7 .carousel-indicators .active {
  background: #fff;
}
.cid-uEu91wkRb7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uEu91wkRb7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uEu91wkRb7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uEu91wkRb7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uEu91wkRb7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uEu91wkRb7 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uEu91wkRb7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uEu91wkRb7 .carousel {
  width: 100%;
}
.cid-uEu91wkRb7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uEu91wkRb7 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uEu91wkRb7 .modal.fade .modal-dialog,
.cid-uEu91wkRb7 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uEu91wkRb7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uEu91wkRb7 a {
  display: block;
}
.cid-uEu91wkRb7 a.img {
  pointer-events: none;
}
.cid-uEu91wkRb7 H3 {
  color: #ff9143;
}
.cid-uEu91wkRb7 H4 {
  color: #465052;
}
.cid-uEuvfWtAeF {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uEuvfWtAeF .images-container.container-fluid {
  padding: 0;
}
.cid-uEuvfWtAeF .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uEuvfWtAeF .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uEuvfWtAeF .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uEuvfWtAeF .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uEuvfWtAeF .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uEuvfWtAeF .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uEuvfWtAeF .img-item {
    width: 100% !important;
  }
  .cid-uEuvfWtAeF .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uEuoD98hsf {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uEuoD98hsf .item {
  padding-bottom: 2rem;
}
.cid-uEuoD98hsf .carousel-control,
.cid-uEuoD98hsf .close {
  background: #1b1b1b;
}
.cid-uEuoD98hsf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uEuoD98hsf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uEuoD98hsf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uEuoD98hsf .close::before {
  content: '\e91a';
}
.cid-uEuoD98hsf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uEuoD98hsf .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uEuoD98hsf .carousel-inner > .active {
  display: block;
}
.cid-uEuoD98hsf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEuoD98hsf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uEuoD98hsf .carousel-control .icon-next,
.cid-uEuoD98hsf .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uEuoD98hsf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uEuoD98hsf .carousel-control,
  .cid-uEuoD98hsf .carousel-indicators,
  .cid-uEuoD98hsf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uEuoD98hsf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uEuoD98hsf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uEuoD98hsf .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uEuoD98hsf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uEuoD98hsf .carousel-indicators {
    display: none;
  }
}
.cid-uEuoD98hsf .carousel-indicators .active,
.cid-uEuoD98hsf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uEuoD98hsf .carousel-indicators .active {
  background: #fff;
}
.cid-uEuoD98hsf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uEuoD98hsf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uEuoD98hsf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uEuoD98hsf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uEuoD98hsf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uEuoD98hsf .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uEuoD98hsf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uEuoD98hsf .carousel {
  width: 100%;
}
.cid-uEuoD98hsf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uEuoD98hsf .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uEuoD98hsf .modal.fade .modal-dialog,
.cid-uEuoD98hsf .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uEuoD98hsf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uEuoD98hsf a {
  display: block;
}
.cid-uEuoD98hsf a.img {
  pointer-events: none;
}
.cid-uEuoD98hsf H4 {
  text-align: center;
  color: #465052;
}
.cid-uEuoD98hsf H3 {
  color: #ff9143;
}
.cid-tSXoWTV3cd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-u2hTJcbJxE {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/fb-honda.webp");
}
.cid-u2hTJcbJxE H3 {
  color: #ffffff;
}
.cid-tSWGCe4CEn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tSWGCe4CEn .mbr-section-subtitle {
  color: #2e2c2c;
  text-align: left;
}
.cid-tSWGCe4CEn H2 {
  color: #f49f20;
}
.cid-u0q7TXvkGp {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0q7TXvkGp .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-u0q7TXvkGp .step {
  width: 52px;
  height: 52px;
  font-size: 26px;
  border-radius: 50%;
  border: 2px solid #ff9143;
}
@media (max-width: 767px) {
  .cid-u0q7TXvkGp .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-u0q7TXvkGp .separline {
  position: relative;
}
.cid-u0q7TXvkGp .separline:after {
  top: 56px;
  left: 24px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (26px + 4px) * 2);
  background-color: #ff9143;
}
@media (max-width: 767px) {
  .cid-u0q7TXvkGp .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-u0q7TXvkGp .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u0q7TXvkGp .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0q7TXvkGp .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-u0q7TXvkGp .mbr-section-title {
  color: #ff9143;
}
.cid-tSWGCewcF1 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-tSWGCewcF1 .item {
  padding-bottom: 2rem;
}
.cid-tSWGCewcF1 .item-wrapper {
  height: 100%;
}
.cid-tSWGCewcF1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tSWGCewcF1 .carousel-control,
.cid-tSWGCewcF1 .close {
  background: #1b1b1b;
}
.cid-tSWGCewcF1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tSWGCewcF1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tSWGCewcF1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-tSWGCewcF1 .close::before {
  content: '\e91a';
}
.cid-tSWGCewcF1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tSWGCewcF1 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-tSWGCewcF1 .carousel-inner > .active {
  display: block;
}
.cid-tSWGCewcF1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tSWGCewcF1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tSWGCewcF1 .carousel-control .icon-next,
.cid-tSWGCewcF1 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tSWGCewcF1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tSWGCewcF1 .carousel-control,
  .cid-tSWGCewcF1 .carousel-indicators,
  .cid-tSWGCewcF1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tSWGCewcF1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tSWGCewcF1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tSWGCewcF1 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-tSWGCewcF1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tSWGCewcF1 .carousel-indicators {
    display: none;
  }
}
.cid-tSWGCewcF1 .carousel-indicators .active,
.cid-tSWGCewcF1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-tSWGCewcF1 .carousel-indicators .active {
  background: #fff;
}
.cid-tSWGCewcF1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tSWGCewcF1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tSWGCewcF1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tSWGCewcF1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tSWGCewcF1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tSWGCewcF1 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-tSWGCewcF1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tSWGCewcF1 .carousel {
  width: 100%;
}
.cid-tSWGCewcF1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tSWGCewcF1 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-tSWGCewcF1 .modal.fade .modal-dialog,
.cid-tSWGCewcF1 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-tSWGCewcF1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tSWGCewcF1 a {
  display: block;
}
.cid-tSWGCewcF1 a.img {
  pointer-events: none;
}
.cid-tSWGCewcF1 H3 {
  color: #ff9143;
}
.cid-tSWGCewcF1 H4 {
  color: #232323;
}
.cid-tSXkiJiT9U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSWGCfGGVG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSWGCfGGVG .mbr-section-subtitle {
  color: #767676;
}
.cid-tSWGCfGGVG .btn {
  margin: 0 0 .5rem 0;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-u2hUcIahy5 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/waitrose.webp");
}
.cid-u2hUcIahy5 H3 {
  color: #ffffff;
}
.cid-tSXkMTiSfU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tSXkMTiSfU .mbr-section-subtitle {
  color: #2e2c2c;
  text-align: left;
}
.cid-tSXkMTiSfU H2 {
  color: #f49f20;
}
.cid-uHXMSfQvbG {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHXMSfQvbG .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uHXMSfQvbG .step {
  width: 52px;
  height: 52px;
  font-size: 26px;
  border-radius: 50%;
  border: 2px solid #ff9143;
}
@media (max-width: 767px) {
  .cid-uHXMSfQvbG .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-uHXMSfQvbG .separline {
  position: relative;
}
.cid-uHXMSfQvbG .separline:after {
  top: 56px;
  left: 24px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (26px + 4px) * 2);
  background-color: #ff9143;
}
@media (max-width: 767px) {
  .cid-uHXMSfQvbG .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-uHXMSfQvbG .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uHXMSfQvbG .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHXMSfQvbG .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-uHXMSfQvbG .mbr-section-title {
  color: #ff9143;
}
.cid-tSXkMUksxm {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-tSXkMUksxm .item {
  padding-bottom: 2rem;
}
.cid-tSXkMUksxm .item-wrapper {
  height: 100%;
}
.cid-tSXkMUksxm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tSXkMUksxm .carousel-control,
.cid-tSXkMUksxm .close {
  background: #1b1b1b;
}
.cid-tSXkMUksxm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tSXkMUksxm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tSXkMUksxm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-tSXkMUksxm .close::before {
  content: '\e91a';
}
.cid-tSXkMUksxm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tSXkMUksxm .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-tSXkMUksxm .carousel-inner > .active {
  display: block;
}
.cid-tSXkMUksxm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tSXkMUksxm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tSXkMUksxm .carousel-control .icon-next,
.cid-tSXkMUksxm .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tSXkMUksxm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tSXkMUksxm .carousel-control,
  .cid-tSXkMUksxm .carousel-indicators,
  .cid-tSXkMUksxm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tSXkMUksxm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tSXkMUksxm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tSXkMUksxm .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-tSXkMUksxm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tSXkMUksxm .carousel-indicators {
    display: none;
  }
}
.cid-tSXkMUksxm .carousel-indicators .active,
.cid-tSXkMUksxm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-tSXkMUksxm .carousel-indicators .active {
  background: #fff;
}
.cid-tSXkMUksxm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tSXkMUksxm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tSXkMUksxm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tSXkMUksxm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tSXkMUksxm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tSXkMUksxm .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-tSXkMUksxm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tSXkMUksxm .carousel {
  width: 100%;
}
.cid-tSXkMUksxm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tSXkMUksxm .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-tSXkMUksxm .modal.fade .modal-dialog,
.cid-tSXkMUksxm .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-tSXkMUksxm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tSXkMUksxm a {
  display: block;
}
.cid-tSXkMUksxm a.img {
  pointer-events: none;
}
.cid-tSXkMUksxm H3 {
  color: #ff9143;
}
.cid-tSXkMUksxm H4 {
  color: #000000;
}
.cid-uvkwQiA0Cd {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-uvkwQiA0Cd .item {
  padding-bottom: 2rem;
}
.cid-uvkwQiA0Cd .item-wrapper {
  height: 100%;
}
.cid-uvkwQiA0Cd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvkwQiA0Cd .carousel-control,
.cid-uvkwQiA0Cd .close {
  background: #1b1b1b;
}
.cid-uvkwQiA0Cd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvkwQiA0Cd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvkwQiA0Cd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uvkwQiA0Cd .close::before {
  content: '\e91a';
}
.cid-uvkwQiA0Cd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvkwQiA0Cd .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uvkwQiA0Cd .carousel-inner > .active {
  display: block;
}
.cid-uvkwQiA0Cd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvkwQiA0Cd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvkwQiA0Cd .carousel-control .icon-next,
.cid-uvkwQiA0Cd .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uvkwQiA0Cd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvkwQiA0Cd .carousel-control,
  .cid-uvkwQiA0Cd .carousel-indicators,
  .cid-uvkwQiA0Cd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvkwQiA0Cd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvkwQiA0Cd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvkwQiA0Cd .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uvkwQiA0Cd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvkwQiA0Cd .carousel-indicators {
    display: none;
  }
}
.cid-uvkwQiA0Cd .carousel-indicators .active,
.cid-uvkwQiA0Cd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uvkwQiA0Cd .carousel-indicators .active {
  background: #fff;
}
.cid-uvkwQiA0Cd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvkwQiA0Cd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvkwQiA0Cd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvkwQiA0Cd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvkwQiA0Cd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvkwQiA0Cd .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uvkwQiA0Cd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvkwQiA0Cd .carousel {
  width: 100%;
}
.cid-uvkwQiA0Cd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvkwQiA0Cd .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uvkwQiA0Cd .modal.fade .modal-dialog,
.cid-uvkwQiA0Cd .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uvkwQiA0Cd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvkwQiA0Cd a {
  display: block;
}
.cid-uvkwQiA0Cd a.img {
  pointer-events: none;
}
.cid-uvkwQiA0Cd H3 {
  color: #ff9143;
}
.cid-uvkwQiA0Cd H4 {
  color: #000000;
}
.cid-tSXkMVfaw5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSXkMVxC69 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSXkMVxC69 .mbr-section-subtitle {
  color: #767676;
}
.cid-tSXkMVxC69 .btn {
  margin: 0 0 .5rem 0;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-tWbzklg57h {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-u0oixICf8B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-u0oixICf8B .card-box {
  padding: 0 2rem;
}
.cid-u0oixICf8B .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u0oixICf8B .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-u0oixICf8B h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-u0oixICf8B p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-u0oixICf8B .mbr-text {
  color: #767676;
}
.cid-u0oixICf8B .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u0oixICf8B .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-u0oixICf8B .card-title {
  color: #ff9143;
}
.cid-u0DkfjFIJn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWbzkqZYpl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWbzkqZYpl .mbr-section-subtitle {
  color: #767676;
}
.cid-tWbzkqZYpl .btn {
  margin: 0 0 .5rem 0;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-u2hTe9a5py {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/imagefornews-735642.webp");
}
.cid-u2hTe9a5py H3 {
  color: #ffffff;
}
.cid-tWcbFJi6Dp {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tWcbFJi6Dp .mbr-section-subtitle {
  color: #2e2c2c;
  text-align: left;
}
.cid-tWcbFJi6Dp H2 {
  color: #f49f20;
}
.cid-u0lSpZNHmp {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u0lSpZNHmp .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-u0lSpZNHmp .step {
  width: 56px;
  height: 56px;
  font-size: 28px;
  border-radius: 50%;
  border: 2px solid #ff9143;
}
@media (max-width: 767px) {
  .cid-u0lSpZNHmp .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-u0lSpZNHmp .separline {
  position: relative;
}
.cid-u0lSpZNHmp .separline:after {
  top: 60px;
  left: 26px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (28px + 4px) * 2);
  background-color: #ff9143;
}
@media (max-width: 767px) {
  .cid-u0lSpZNHmp .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-u0lSpZNHmp .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u0lSpZNHmp .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0lSpZNHmp .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-u0lSpZNHmp .mbr-section-title {
  color: #ff9143;
}
.cid-tWcbFJKReF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tWcbFJKReF .item {
  padding-bottom: 2rem;
}
.cid-tWcbFJKReF .item-wrapper {
  height: 100%;
}
.cid-tWcbFJKReF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tWcbFJKReF .carousel-control,
.cid-tWcbFJKReF .close {
  background: #1b1b1b;
}
.cid-tWcbFJKReF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tWcbFJKReF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tWcbFJKReF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-tWcbFJKReF .close::before {
  content: '\e91a';
}
.cid-tWcbFJKReF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWcbFJKReF .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-tWcbFJKReF .carousel-inner > .active {
  display: block;
}
.cid-tWcbFJKReF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWcbFJKReF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWcbFJKReF .carousel-control .icon-next,
.cid-tWcbFJKReF .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tWcbFJKReF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tWcbFJKReF .carousel-control,
  .cid-tWcbFJKReF .carousel-indicators,
  .cid-tWcbFJKReF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tWcbFJKReF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tWcbFJKReF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tWcbFJKReF .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-tWcbFJKReF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWcbFJKReF .carousel-indicators {
    display: none;
  }
}
.cid-tWcbFJKReF .carousel-indicators .active,
.cid-tWcbFJKReF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-tWcbFJKReF .carousel-indicators .active {
  background: #fff;
}
.cid-tWcbFJKReF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tWcbFJKReF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tWcbFJKReF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWcbFJKReF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tWcbFJKReF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tWcbFJKReF .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-tWcbFJKReF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tWcbFJKReF .carousel {
  width: 100%;
}
.cid-tWcbFJKReF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tWcbFJKReF .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-tWcbFJKReF .modal.fade .modal-dialog,
.cid-tWcbFJKReF .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-tWcbFJKReF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tWcbFJKReF a {
  display: block;
}
.cid-tWcbFJKReF a.img {
  pointer-events: none;
}
.cid-tWcbFJKReF H3 {
  color: #ff9143;
}
.cid-tWcbFKFgLz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWcbFKFgLz .mbr-section-subtitle {
  color: #767676;
}
.cid-tWcbFKFgLz .btn {
  margin: 0 0 .5rem 0;
}
.cid-tWcbFL5raH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-tWkRRHZAEF {
  background-image: url("../../../assets/images/waitrose.webp");
}
.cid-tWkRRHZAEF .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-tWkRRHZAEF .media-container-column {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tWkRRHZAEF .media-container-column {
    padding: 1rem !important;
  }
}
.cid-tWkRRHZAEF H1 {
  color: #ff9143;
}
.cid-tWkRRHZAEF .mbr-text,
.cid-tWkRRHZAEF .mbr-section-btn {
  color: #000000;
}
.cid-tWkPYKJoWT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tWkPYKJoWT .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-tWkPYKJoWT H2 {
  color: #ff9143;
}
.cid-tWloLzSSNU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWloLzSSNU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.cid-tWloLzSSNU .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #ff9143;
  padding-bottom: 0;
  color: #000000;
}
@media (min-width: 768px) {
  .cid-tWloLzSSNU .separline .step-wrapper {
    position: relative;
  }
  .cid-tWloLzSSNU .separline .step-wrapper:before,
  .cid-tWloLzSSNU .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #ff9143;
  }
  .cid-tWloLzSSNU .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-tWloLzSSNU .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-tWloLzSSNU .separline.last-child .step-wrapper:after,
  .cid-tWloLzSSNU .separline:nth-child(3n) .step-wrapper:after,
  .cid-tWloLzSSNU .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-tWloLzSSNU .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-tWloLzSSNU .mbr-section-title {
  color: #000000;
}
.cid-tWloLzSSNU .mbr-step-text {
  color: #000000;
}
.cid-tWloLzSSNU .mbr-step-title {
  color: #ff9143;
}
.cid-tWkPYLfgMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-tWkPYLfgMH .item {
  padding-bottom: 2rem;
}
.cid-tWkPYLfgMH .item-wrapper {
  height: 100%;
}
.cid-tWkPYLfgMH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tWkPYLfgMH .carousel-control,
.cid-tWkPYLfgMH .close {
  background: #1b1b1b;
}
.cid-tWkPYLfgMH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tWkPYLfgMH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tWkPYLfgMH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-tWkPYLfgMH .close::before {
  content: '\e91a';
}
.cid-tWkPYLfgMH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWkPYLfgMH .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-tWkPYLfgMH .carousel-inner > .active {
  display: block;
}
.cid-tWkPYLfgMH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWkPYLfgMH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWkPYLfgMH .carousel-control .icon-next,
.cid-tWkPYLfgMH .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tWkPYLfgMH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tWkPYLfgMH .carousel-control,
  .cid-tWkPYLfgMH .carousel-indicators,
  .cid-tWkPYLfgMH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tWkPYLfgMH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tWkPYLfgMH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tWkPYLfgMH .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-tWkPYLfgMH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWkPYLfgMH .carousel-indicators {
    display: none;
  }
}
.cid-tWkPYLfgMH .carousel-indicators .active,
.cid-tWkPYLfgMH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-tWkPYLfgMH .carousel-indicators .active {
  background: #fff;
}
.cid-tWkPYLfgMH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tWkPYLfgMH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tWkPYLfgMH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWkPYLfgMH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tWkPYLfgMH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tWkPYLfgMH .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-tWkPYLfgMH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tWkPYLfgMH .carousel {
  width: 100%;
}
.cid-tWkPYLfgMH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tWkPYLfgMH .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-tWkPYLfgMH .modal.fade .modal-dialog,
.cid-tWkPYLfgMH .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-tWkPYLfgMH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tWkPYLfgMH a {
  display: block;
}
.cid-tWkPYLfgMH a.img {
  pointer-events: none;
}
.cid-tWkPYMkFzS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWkPYMBc8z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWkPYMBc8z .mbr-section-subtitle {
  color: #767676;
}
.cid-tWkPYMBc8z .btn {
  margin: 0 0 .5rem 0;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-tWlAgblsHo {
  background-image: url("../../../assets/images/image1.webp");
}
.cid-tWlAgblsHo .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-tWlAgblsHo .media-container-column {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tWlAgblsHo .media-container-column {
    padding: 1rem !important;
  }
}
.cid-tWlAgblsHo H1 {
  color: #ff9143;
}
.cid-tWlAgblsHo .mbr-text,
.cid-tWlAgblsHo .mbr-section-btn {
  color: #000000;
}
.cid-tWlAgccR2K {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tWlAgccR2K .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-tWlAgccR2K H2 {
  color: #ff9143;
}
.cid-tWlAgcBNw9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWlAgcBNw9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.cid-tWlAgcBNw9 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #ff9143;
  padding-bottom: 0;
  color: #000000;
}
@media (min-width: 768px) {
  .cid-tWlAgcBNw9 .separline .step-wrapper {
    position: relative;
  }
  .cid-tWlAgcBNw9 .separline .step-wrapper:before,
  .cid-tWlAgcBNw9 .separline .step-wrapper:after {
    top: 34px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 32px - 8px);
    background-color: #ff9143;
  }
  .cid-tWlAgcBNw9 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-tWlAgcBNw9 .separline .step-wrapper:after {
    left: calc(50% + 8px + 32px);
  }
  .cid-tWlAgcBNw9 .separline.last-child .step-wrapper:after,
  .cid-tWlAgcBNw9 .separline:nth-child(3n) .step-wrapper:after,
  .cid-tWlAgcBNw9 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-tWlAgcBNw9 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-tWlAgcBNw9 .mbr-section-title {
  color: #000000;
}
.cid-tWlAgcBNw9 .mbr-step-text {
  color: #000000;
}
.cid-tWlAgcBNw9 .mbr-step-title {
  color: #ff9143;
}
.cid-tWlAgdN7gk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-tWlAgdN7gk .item {
  padding-bottom: 2rem;
}
.cid-tWlAgdN7gk .item-wrapper {
  height: 100%;
}
.cid-tWlAgdN7gk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tWlAgdN7gk .carousel-control,
.cid-tWlAgdN7gk .close {
  background: #1b1b1b;
}
.cid-tWlAgdN7gk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tWlAgdN7gk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tWlAgdN7gk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-tWlAgdN7gk .close::before {
  content: '\e91a';
}
.cid-tWlAgdN7gk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWlAgdN7gk .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-tWlAgdN7gk .carousel-inner > .active {
  display: block;
}
.cid-tWlAgdN7gk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWlAgdN7gk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWlAgdN7gk .carousel-control .icon-next,
.cid-tWlAgdN7gk .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tWlAgdN7gk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tWlAgdN7gk .carousel-control,
  .cid-tWlAgdN7gk .carousel-indicators,
  .cid-tWlAgdN7gk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tWlAgdN7gk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tWlAgdN7gk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tWlAgdN7gk .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-tWlAgdN7gk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWlAgdN7gk .carousel-indicators {
    display: none;
  }
}
.cid-tWlAgdN7gk .carousel-indicators .active,
.cid-tWlAgdN7gk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-tWlAgdN7gk .carousel-indicators .active {
  background: #fff;
}
.cid-tWlAgdN7gk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tWlAgdN7gk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tWlAgdN7gk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWlAgdN7gk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tWlAgdN7gk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tWlAgdN7gk .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-tWlAgdN7gk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tWlAgdN7gk .carousel {
  width: 100%;
}
.cid-tWlAgdN7gk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tWlAgdN7gk .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-tWlAgdN7gk .modal.fade .modal-dialog,
.cid-tWlAgdN7gk .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-tWlAgdN7gk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tWlAgdN7gk a {
  display: block;
}
.cid-tWlAgdN7gk a.img {
  pointer-events: none;
}
.cid-tWlAgeMTlI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWlAgf5AvT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWlAgf5AvT .mbr-section-subtitle {
  color: #767676;
}
.cid-tWlAgf5AvT .btn {
  margin: 0 0 .5rem 0;
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-tWnJyJZti4 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/technology-v-humanity-676x451.jpg");
}
.cid-uHY3TB1bWj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uHY3TB1bWj .mbr-section-btn > * {
  margin: 0;
}
.cid-uHY3TB1bWj h4 {
  font-weight: 500;
}
.cid-uHY3TB1bWj p {
  color: #232323;
}
.cid-uHY3TB1bWj .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uHY3TB1bWj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uHY3TB1bWj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHY3TB1bWj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uHY3TB1bWj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uHY3TB1bWj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uHY3TB1bWj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uHY3TB1bWj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uHY3TB1bWj .card-img span {
    font-size: 40px !important;
  }
}
.cid-uHY3TB1bWj .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uHY3TB1bWj H2 {
  color: #ff9143;
}
.cid-uHY6VKHsHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uHY6VKHsHd .images-container.container-fluid {
  padding: 0;
}
.cid-uHY6VKHsHd .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uHY6VKHsHd .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uHY6VKHsHd .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uHY6VKHsHd .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uHY6VKHsHd .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uHY6VKHsHd .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uHY6VKHsHd .img-item {
    width: 100% !important;
  }
  .cid-uHY6VKHsHd .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uNViOoQEni {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/310553497-542158471243959-6250914176609656599-n-820x312.jpg");
}
.cid-uNViOoQEni .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uNViOoQEni .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNViOoQEni .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uNViOoQEni .mbr-text {
    text-align: center;
  }
}
.cid-uOix43QLW3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uOix43QLW3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uOix43QLW3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOix43QLW3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOix43QLW3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uOix43QLW3 .row > .row {
  display: block;
}
.cid-uOix43QLW3 .mbr-gallery-item {
  width: 100%;
}
.cid-uOix43QLW3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uOix43QLW3 .mbr-gallery-item > div {
  position: relative;
}
.cid-uOix43QLW3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uOix43QLW3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uOix43QLW3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uOix43QLW3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uOiEpYT0GY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uOiEpYT0GY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uOiEpYT0GY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOiEpYT0GY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOiEpYT0GY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uOiEpYT0GY .row > .row {
  display: block;
}
.cid-uOiEpYT0GY .mbr-gallery-item {
  width: 100%;
}
.cid-uOiEpYT0GY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uOiEpYT0GY .mbr-gallery-item > div {
  position: relative;
}
.cid-uOiEpYT0GY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uOiEpYT0GY .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uOiEpYT0GY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uOiEpYT0GY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uNVkWdEfRv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/exvma69wqaayjcq-1171x900.jpg");
}
@media (min-width: 992px) {
  .cid-uNVkWdEfRv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNVkWdEfRv .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uNVkWdEfRv .mbr-text {
    text-align: center;
  }
}
.cid-tZHdgj7P7R .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tZHdgj7P7R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tZHdgj7P7R a {
  font-style: normal;
}
.cid-tZHdgj7P7R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tZHdgj7P7R .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tZHdgj7P7R .nav-item:focus,
.cid-tZHdgj7P7R .nav-link:focus {
  outline: none;
}
.cid-tZHdgj7P7R .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tZHdgj7P7R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tZHdgj7P7R .menu-logo {
  margin-right: auto;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tZHdgj7P7R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZHdgj7P7R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZHdgj7P7R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tZHdgj7P7R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tZHdgj7P7R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tZHdgj7P7R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tZHdgj7P7R button.navbar-toggler:focus {
  outline: none;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZHdgj7P7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZHdgj7P7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZHdgj7P7R .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .btn {
  display: flex;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tZHdgj7P7R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tZHdgj7P7R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tZHdgj7P7R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tZHdgj7P7R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tZHdgj7P7R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tZHdgj7P7R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tZHdgj7P7R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tZHdgj7P7R .navbar-expand {
    flex-direction: column;
  }
  .cid-tZHdgj7P7R img {
    height: 3.8rem !important;
  }
  .cid-tZHdgj7P7R .btn {
    display: flex;
  }
  .cid-tZHdgj7P7R button.navbar-toggler {
    display: block;
  }
  .cid-tZHdgj7P7R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tZHdgj7P7R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tZHdgj7P7R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing,
  .cid-tZHdgj7P7R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tZHdgj7P7R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tZHdgj7P7R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tZHdgj7P7R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tZHdgj7P7R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tZHdgj7P7R .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tZHdgj7P7R .navbar-collapse {
  flex-basis: auto;
}
.cid-tZHdgj7P7R .nav-link:hover,
.cid-tZHdgj7P7R .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-u2hUJYgWQ0 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/graphic-3-1280x738.png");
}
.cid-u2hUJYgWQ0 H3 {
  color: #ffffff;
}
.cid-u2hUJZv4lg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2hUJZv4lg .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-u2hUJZv4lg H2 {
  color: #f49f20;
}
.cid-u2hUK0eY7o {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2hUK0eY7o .mbr-section-subtitle {
  color: #2e2c2c;
  text-align: center;
  font-weight: 300;
}
.cid-u2hUK0eY7o .step {
  width: 52px;
  height: 52px;
  font-size: 26px;
  border-radius: 50%;
  border: 2px solid #ff9143;
}
@media (max-width: 767px) {
  .cid-u2hUK0eY7o .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-u2hUK0eY7o .separline {
  position: relative;
}
.cid-u2hUK0eY7o .separline:after {
  top: 56px;
  left: 24px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (26px + 4px) * 2);
  background-color: #ff9143;
}
@media (max-width: 767px) {
  .cid-u2hUK0eY7o .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-u2hUK0eY7o .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u2hUK0eY7o .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2hUK0eY7o .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-u2hUK0eY7o .mbr-section-title {
  color: #ff9143;
}
.cid-uF354lfwYT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uF354lfwYT .mbr-section-subtitle {
  color: #767676;
}
.cid-uF354lfwYT H2 {
  color: #ff9143;
}
.cid-uF33Wf2Ukx {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uF33Wf2Ukx .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uF33Wf2Ukx .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uF33Wf2Ukx .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uF33Wf2Ukx .media-container-row .img-item .img-caption {
  background: #f9f9f9;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uF33Wf2Ukx .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uF33Wf2Ukx .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uF33Wf2Ukx .img-item {
    width: 100% !important;
  }
  .cid-uF33Wf2Ukx .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uF34E7bJpw {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uF34E7bJpw .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uF34E7bJpw .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uF34E7bJpw .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uF34E7bJpw .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uF34E7bJpw .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uF34E7bJpw .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uF34E7bJpw .img-item {
    width: 100% !important;
  }
  .cid-uF34E7bJpw .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uEuzQBZcVq {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-uEuzQBZcVq .item {
  padding-bottom: 2rem;
}
.cid-uEuzQBZcVq .carousel-control,
.cid-uEuzQBZcVq .close {
  background: #1b1b1b;
}
.cid-uEuzQBZcVq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uEuzQBZcVq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uEuzQBZcVq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uEuzQBZcVq .close::before {
  content: '\e91a';
}
.cid-uEuzQBZcVq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uEuzQBZcVq .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uEuzQBZcVq .carousel-inner > .active {
  display: block;
}
.cid-uEuzQBZcVq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEuzQBZcVq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uEuzQBZcVq .carousel-control .icon-next,
.cid-uEuzQBZcVq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uEuzQBZcVq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uEuzQBZcVq .carousel-control,
  .cid-uEuzQBZcVq .carousel-indicators,
  .cid-uEuzQBZcVq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uEuzQBZcVq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uEuzQBZcVq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uEuzQBZcVq .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uEuzQBZcVq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uEuzQBZcVq .carousel-indicators {
    display: none;
  }
}
.cid-uEuzQBZcVq .carousel-indicators .active,
.cid-uEuzQBZcVq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uEuzQBZcVq .carousel-indicators .active {
  background: #fff;
}
.cid-uEuzQBZcVq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uEuzQBZcVq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uEuzQBZcVq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uEuzQBZcVq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uEuzQBZcVq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uEuzQBZcVq .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uEuzQBZcVq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uEuzQBZcVq .carousel {
  width: 100%;
}
.cid-uEuzQBZcVq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uEuzQBZcVq .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uEuzQBZcVq .modal.fade .modal-dialog,
.cid-uEuzQBZcVq .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uEuzQBZcVq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uEuzQBZcVq a {
  display: block;
}
.cid-uEuzQBZcVq a.img {
  pointer-events: none;
}
.cid-uEuzQBZcVq H3 {
  color: #ff9143;
}
.cid-uEuzQBZcVq H4 {
  color: #767676;
}
.cid-u2hUK1Y8p5 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u2hUK1Y8p5 .item {
  padding-bottom: 2rem;
}
.cid-u2hUK1Y8p5 .carousel-control,
.cid-u2hUK1Y8p5 .close {
  background: #1b1b1b;
}
.cid-u2hUK1Y8p5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u2hUK1Y8p5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u2hUK1Y8p5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-u2hUK1Y8p5 .close::before {
  content: '\e91a';
}
.cid-u2hUK1Y8p5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u2hUK1Y8p5 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-u2hUK1Y8p5 .carousel-inner > .active {
  display: block;
}
.cid-u2hUK1Y8p5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2hUK1Y8p5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2hUK1Y8p5 .carousel-control .icon-next,
.cid-u2hUK1Y8p5 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u2hUK1Y8p5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u2hUK1Y8p5 .carousel-control,
  .cid-u2hUK1Y8p5 .carousel-indicators,
  .cid-u2hUK1Y8p5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u2hUK1Y8p5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u2hUK1Y8p5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u2hUK1Y8p5 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-u2hUK1Y8p5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u2hUK1Y8p5 .carousel-indicators {
    display: none;
  }
}
.cid-u2hUK1Y8p5 .carousel-indicators .active,
.cid-u2hUK1Y8p5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-u2hUK1Y8p5 .carousel-indicators .active {
  background: #fff;
}
.cid-u2hUK1Y8p5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u2hUK1Y8p5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u2hUK1Y8p5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u2hUK1Y8p5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u2hUK1Y8p5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u2hUK1Y8p5 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-u2hUK1Y8p5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u2hUK1Y8p5 .carousel {
  width: 100%;
}
.cid-u2hUK1Y8p5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u2hUK1Y8p5 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-u2hUK1Y8p5 .modal.fade .modal-dialog,
.cid-u2hUK1Y8p5 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-u2hUK1Y8p5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u2hUK1Y8p5 a {
  display: block;
}
.cid-u2hUK1Y8p5 a.img {
  pointer-events: none;
}
.cid-u2hUK1Y8p5 H3 {
  color: #ff9143;
}
.cid-u2hUK1Y8p5 H4 {
  color: #767676;
}
.cid-u2hUK49Fed {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2hUK49Fed .mbr-section-subtitle {
  color: #767676;
}
.cid-u2hUK49Fed .btn {
  margin: 0 0 .5rem 0;
}
.cid-u2hUK4PTX5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u2hUK5iXso .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-u2hUK5iXso .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u2hUK5iXso a {
  font-style: normal;
}
.cid-u2hUK5iXso .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u2hUK5iXso .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-u2hUK5iXso .nav-item:focus,
.cid-u2hUK5iXso .nav-link:focus {
  outline: none;
}
.cid-u2hUK5iXso .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-u2hUK5iXso .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u2hUK5iXso .menu-logo {
  margin-right: auto;
}
.cid-u2hUK5iXso .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-u2hUK5iXso .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-u2hUK5iXso .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u2hUK5iXso .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u2hUK5iXso .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u2hUK5iXso .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u2hUK5iXso .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-u2hUK5iXso .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u2hUK5iXso .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2hUK5iXso .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u2hUK5iXso .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u2hUK5iXso .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u2hUK5iXso .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2hUK5iXso .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u2hUK5iXso .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2hUK5iXso .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u2hUK5iXso .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-u2hUK5iXso .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u2hUK5iXso .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u2hUK5iXso .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u2hUK5iXso .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u2hUK5iXso .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u2hUK5iXso button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u2hUK5iXso button.navbar-toggler:focus {
  outline: none;
}
.cid-u2hUK5iXso button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-u2hUK5iXso button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2hUK5iXso button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2hUK5iXso button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2hUK5iXso button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2hUK5iXso nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2hUK5iXso nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2hUK5iXso nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2hUK5iXso nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2hUK5iXso .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-u2hUK5iXso .collapsed .btn {
  display: flex;
}
.cid-u2hUK5iXso .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u2hUK5iXso .collapsed .navbar-collapse.collapsing,
.cid-u2hUK5iXso .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u2hUK5iXso .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u2hUK5iXso .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u2hUK5iXso .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u2hUK5iXso .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u2hUK5iXso .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u2hUK5iXso .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u2hUK5iXso .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u2hUK5iXso .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-u2hUK5iXso .collapsed button.navbar-toggler {
  display: block;
}
.cid-u2hUK5iXso .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u2hUK5iXso .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u2hUK5iXso .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-u2hUK5iXso .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u2hUK5iXso .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u2hUK5iXso .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-u2hUK5iXso .navbar-expand {
    flex-direction: column;
  }
  .cid-u2hUK5iXso img {
    height: 3.8rem !important;
  }
  .cid-u2hUK5iXso .btn {
    display: flex;
  }
  .cid-u2hUK5iXso button.navbar-toggler {
    display: block;
  }
  .cid-u2hUK5iXso .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u2hUK5iXso .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u2hUK5iXso .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u2hUK5iXso .navbar-collapse.collapsing,
  .cid-u2hUK5iXso .navbar-collapse.show {
    display: block !important;
  }
  .cid-u2hUK5iXso .navbar-collapse.collapsing .navbar-nav,
  .cid-u2hUK5iXso .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u2hUK5iXso .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u2hUK5iXso .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u2hUK5iXso .navbar-collapse.collapsing .navbar-buttons,
  .cid-u2hUK5iXso .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u2hUK5iXso .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u2hUK5iXso .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2hUK5iXso .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-u2hUK5iXso .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u2hUK5iXso .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u2hUK5iXso .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-u2hUK5iXso .menu-logo {
    flex-shrink: 0;
  }
}
.cid-u2hUK5iXso .navbar-collapse {
  flex-basis: auto;
}
.cid-u2hUK5iXso .nav-link:hover,
.cid-u2hUK5iXso .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-uvqEdZjavV {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/img-6777-e1611426375787-1.webp");
}
.cid-uvqEdZjavV H3 {
  color: #ffffff;
}
.cid-uvqEdZLpu9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvqEdZLpu9 .mbr-section-subtitle {
  color: #2e2c2c;
  text-align: left;
}
.cid-uvqEdZLpu9 H2 {
  color: #f49f20;
}
.cid-uvqEe0655r {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uvqEe0655r .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uvqEe0655r .step {
  width: 52px;
  height: 52px;
  font-size: 26px;
  border-radius: 50%;
  border: 2px solid #ff9143;
}
@media (max-width: 767px) {
  .cid-uvqEe0655r .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-uvqEe0655r .separline {
  position: relative;
}
.cid-uvqEe0655r .separline:after {
  top: 56px;
  left: 24px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (26px + 4px) * 2);
  background-color: #ff9143;
}
@media (max-width: 767px) {
  .cid-uvqEe0655r .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-uvqEe0655r .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uvqEe0655r .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvqEe0655r .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-uvqEe0655r .mbr-section-title {
  color: #ff9143;
}
.cid-uvqEe10qKd {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvqEe10qKd .item {
  padding-bottom: 2rem;
}
.cid-uvqEe10qKd .item-wrapper {
  height: 100%;
}
.cid-uvqEe10qKd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvqEe10qKd .carousel-control,
.cid-uvqEe10qKd .close {
  background: #1b1b1b;
}
.cid-uvqEe10qKd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvqEe10qKd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvqEe10qKd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uvqEe10qKd .close::before {
  content: '\e91a';
}
.cid-uvqEe10qKd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvqEe10qKd .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uvqEe10qKd .carousel-inner > .active {
  display: block;
}
.cid-uvqEe10qKd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvqEe10qKd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvqEe10qKd .carousel-control .icon-next,
.cid-uvqEe10qKd .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uvqEe10qKd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvqEe10qKd .carousel-control,
  .cid-uvqEe10qKd .carousel-indicators,
  .cid-uvqEe10qKd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvqEe10qKd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvqEe10qKd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvqEe10qKd .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uvqEe10qKd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvqEe10qKd .carousel-indicators {
    display: none;
  }
}
.cid-uvqEe10qKd .carousel-indicators .active,
.cid-uvqEe10qKd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uvqEe10qKd .carousel-indicators .active {
  background: #fff;
}
.cid-uvqEe10qKd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvqEe10qKd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvqEe10qKd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvqEe10qKd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvqEe10qKd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvqEe10qKd .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uvqEe10qKd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvqEe10qKd .carousel {
  width: 100%;
}
.cid-uvqEe10qKd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvqEe10qKd .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uvqEe10qKd .modal.fade .modal-dialog,
.cid-uvqEe10qKd .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uvqEe10qKd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvqEe10qKd a {
  display: block;
}
.cid-uvqEe10qKd a.img {
  pointer-events: none;
}
.cid-uvqEe10qKd H3 {
  color: #ff9143;
}
.cid-uvqEe10qKd H4 {
  color: #000000;
}
.cid-uvqEe1OCkf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvqEe2aohy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uvqEe2aohy .mbr-section-subtitle {
  color: #767676;
}
.cid-uvqEe2aohy .btn {
  margin: 0 0 .5rem 0;
}
.cid-uvqEe2GdLa .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uvqEe2GdLa .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uvqEe2GdLa a {
  font-style: normal;
}
.cid-uvqEe2GdLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uvqEe2GdLa .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uvqEe2GdLa .nav-item:focus,
.cid-uvqEe2GdLa .nav-link:focus {
  outline: none;
}
.cid-uvqEe2GdLa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uvqEe2GdLa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uvqEe2GdLa .menu-logo {
  margin-right: auto;
}
.cid-uvqEe2GdLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uvqEe2GdLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uvqEe2GdLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uvqEe2GdLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uvqEe2GdLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uvqEe2GdLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uvqEe2GdLa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uvqEe2GdLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uvqEe2GdLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvqEe2GdLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uvqEe2GdLa .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uvqEe2GdLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uvqEe2GdLa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqEe2GdLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uvqEe2GdLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvqEe2GdLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uvqEe2GdLa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uvqEe2GdLa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uvqEe2GdLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uvqEe2GdLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uvqEe2GdLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uvqEe2GdLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uvqEe2GdLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uvqEe2GdLa button.navbar-toggler:focus {
  outline: none;
}
.cid-uvqEe2GdLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-uvqEe2GdLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvqEe2GdLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqEe2GdLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvqEe2GdLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvqEe2GdLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqEe2GdLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvqEe2GdLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvqEe2GdLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvqEe2GdLa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uvqEe2GdLa .collapsed .btn {
  display: flex;
}
.cid-uvqEe2GdLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uvqEe2GdLa .collapsed .navbar-collapse.collapsing,
.cid-uvqEe2GdLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uvqEe2GdLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uvqEe2GdLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uvqEe2GdLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uvqEe2GdLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uvqEe2GdLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uvqEe2GdLa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uvqEe2GdLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uvqEe2GdLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uvqEe2GdLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uvqEe2GdLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uvqEe2GdLa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uvqEe2GdLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uvqEe2GdLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uvqEe2GdLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uvqEe2GdLa .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uvqEe2GdLa .navbar-expand {
    flex-direction: column;
  }
  .cid-uvqEe2GdLa img {
    height: 3.8rem !important;
  }
  .cid-uvqEe2GdLa .btn {
    display: flex;
  }
  .cid-uvqEe2GdLa button.navbar-toggler {
    display: block;
  }
  .cid-uvqEe2GdLa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uvqEe2GdLa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uvqEe2GdLa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uvqEe2GdLa .navbar-collapse.collapsing,
  .cid-uvqEe2GdLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uvqEe2GdLa .navbar-collapse.collapsing .navbar-nav,
  .cid-uvqEe2GdLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uvqEe2GdLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uvqEe2GdLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uvqEe2GdLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uvqEe2GdLa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uvqEe2GdLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uvqEe2GdLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uvqEe2GdLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uvqEe2GdLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uvqEe2GdLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uvqEe2GdLa .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uvqEe2GdLa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uvqEe2GdLa .navbar-collapse {
  flex-basis: auto;
}
.cid-uvqEe2GdLa .nav-link:hover,
.cid-uvqEe2GdLa .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uvqEe36eD4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0d0c0c;
}
.cid-uvqEe36eD4 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-uvO8pUi1r3 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img-6777-e1611426375787.webp");
}
.cid-uvO8pUKaK6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvO8pUKaK6 .mbr-section-subtitle {
  color: #0d0c0c;
  text-align: left;
}
.cid-uvO8pUKaK6 H2 {
  color: #ff9143;
}
.cid-uvOguiWjif {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uvOguiWjif .mbr-section-btn > * {
  margin: 0;
}
.cid-uvOguiWjif h4 {
  font-weight: 500;
}
.cid-uvOguiWjif p {
  color: #232323;
}
.cid-uvOguiWjif .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvOguiWjif .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uvOguiWjif .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uvOguiWjif .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uvOguiWjif .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uvOguiWjif .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uvOguiWjif .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uvOguiWjif .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uvOguiWjif .card-img span {
    font-size: 40px !important;
  }
}
.cid-uvOguiWjif .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uvOguiWjif H2 {
  color: #ff9143;
}
.cid-uFm8GSzrOD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uFm8GSzrOD .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-uFm8GSzrOD H2 {
  color: #ff9143;
}
.cid-uvV0i67aqj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uvV0i67aqj .mbr-section-subtitle {
  color: #0d0c0c;
  text-align: left;
}
.cid-uvV0i67aqj H2 {
  color: #ff9143;
}
.cid-uw1z4FWqSi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uw1z4FWqSi .counter-container {
  color: #767676;
}
.cid-uw1z4FWqSi .counter-container ul {
  margin-bottom: 0;
}
.cid-uw1z4FWqSi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uw1z4FWqSi .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uvO8pV8gHq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uvO8pV8gHq .card-img {
  background-color: #fff;
}
.cid-uvO8pV8gHq .card {
  align-self: stretch;
}
.cid-uvO8pV8gHq .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uvO8pV8gHq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uvO8pV8gHq p {
  text-align: left;
}
.cid-uvO8pV8gHq .mbr-text {
  color: #767676;
}
.cid-uvO8pV8gHq .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uvO8pV8gHq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uvO8pV8gHq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uvO8pW18JQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uvO8pW18JQ .card-img {
  background-color: #fff;
}
.cid-uvO8pW18JQ .card {
  align-self: stretch;
}
.cid-uvO8pW18JQ .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uvO8pW18JQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uvO8pW18JQ p {
  text-align: left;
}
.cid-uvO8pW18JQ .mbr-text {
  color: #767676;
}
.cid-uvO8pW18JQ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uvO8pW18JQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uvO8pW18JQ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uw2BQaF49X {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uw2BQaF49X .item {
  padding-bottom: 2rem;
}
.cid-uw2BQaF49X .item-wrapper {
  height: 100%;
}
.cid-uw2BQaF49X .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uw2BQaF49X .carousel-control,
.cid-uw2BQaF49X .close {
  background: #1b1b1b;
}
.cid-uw2BQaF49X .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uw2BQaF49X .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uw2BQaF49X .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uw2BQaF49X .close::before {
  content: '\e91a';
}
.cid-uw2BQaF49X .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uw2BQaF49X .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uw2BQaF49X .carousel-inner > .active {
  display: block;
}
.cid-uw2BQaF49X .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uw2BQaF49X .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uw2BQaF49X .carousel-control .icon-next,
.cid-uw2BQaF49X .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uw2BQaF49X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uw2BQaF49X .carousel-control,
  .cid-uw2BQaF49X .carousel-indicators,
  .cid-uw2BQaF49X .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uw2BQaF49X .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uw2BQaF49X .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uw2BQaF49X .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uw2BQaF49X .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uw2BQaF49X .carousel-indicators {
    display: none;
  }
}
.cid-uw2BQaF49X .carousel-indicators .active,
.cid-uw2BQaF49X .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uw2BQaF49X .carousel-indicators .active {
  background: #fff;
}
.cid-uw2BQaF49X .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uw2BQaF49X .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uw2BQaF49X .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uw2BQaF49X .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uw2BQaF49X .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uw2BQaF49X .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uw2BQaF49X .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uw2BQaF49X .carousel {
  width: 100%;
}
.cid-uw2BQaF49X .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uw2BQaF49X .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uw2BQaF49X .modal.fade .modal-dialog,
.cid-uw2BQaF49X .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uw2BQaF49X .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uw2BQaF49X a {
  display: block;
}
.cid-uw2BQaF49X a.img {
  pointer-events: none;
}
.cid-uw2CTZA6Ac {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uw2CTZA6Ac .item {
  padding-bottom: 2rem;
}
.cid-uw2CTZA6Ac .item-wrapper {
  height: 100%;
}
.cid-uw2CTZA6Ac .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uw2CTZA6Ac .carousel-control,
.cid-uw2CTZA6Ac .close {
  background: #1b1b1b;
}
.cid-uw2CTZA6Ac .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uw2CTZA6Ac .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uw2CTZA6Ac .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uw2CTZA6Ac .close::before {
  content: '\e91a';
}
.cid-uw2CTZA6Ac .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uw2CTZA6Ac .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uw2CTZA6Ac .carousel-inner > .active {
  display: block;
}
.cid-uw2CTZA6Ac .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uw2CTZA6Ac .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uw2CTZA6Ac .carousel-control .icon-next,
.cid-uw2CTZA6Ac .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uw2CTZA6Ac .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uw2CTZA6Ac .carousel-control,
  .cid-uw2CTZA6Ac .carousel-indicators,
  .cid-uw2CTZA6Ac .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uw2CTZA6Ac .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uw2CTZA6Ac .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uw2CTZA6Ac .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uw2CTZA6Ac .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uw2CTZA6Ac .carousel-indicators {
    display: none;
  }
}
.cid-uw2CTZA6Ac .carousel-indicators .active,
.cid-uw2CTZA6Ac .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uw2CTZA6Ac .carousel-indicators .active {
  background: #fff;
}
.cid-uw2CTZA6Ac .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uw2CTZA6Ac .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uw2CTZA6Ac .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uw2CTZA6Ac .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uw2CTZA6Ac .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uw2CTZA6Ac .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uw2CTZA6Ac .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uw2CTZA6Ac .carousel {
  width: 100%;
}
.cid-uw2CTZA6Ac .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uw2CTZA6Ac .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uw2CTZA6Ac .modal.fade .modal-dialog,
.cid-uw2CTZA6Ac .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uw2CTZA6Ac .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uw2CTZA6Ac a {
  display: block;
}
.cid-uw2CTZA6Ac a.img {
  pointer-events: none;
}
.cid-uw2DD430xM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uw2DD430xM .item {
  padding-bottom: 2rem;
}
.cid-uw2DD430xM .item-wrapper {
  height: 100%;
}
.cid-uw2DD430xM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uw2DD430xM .carousel-control,
.cid-uw2DD430xM .close {
  background: #1b1b1b;
}
.cid-uw2DD430xM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uw2DD430xM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uw2DD430xM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uw2DD430xM .close::before {
  content: '\e91a';
}
.cid-uw2DD430xM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uw2DD430xM .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uw2DD430xM .carousel-inner > .active {
  display: block;
}
.cid-uw2DD430xM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uw2DD430xM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uw2DD430xM .carousel-control .icon-next,
.cid-uw2DD430xM .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uw2DD430xM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uw2DD430xM .carousel-control,
  .cid-uw2DD430xM .carousel-indicators,
  .cid-uw2DD430xM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uw2DD430xM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uw2DD430xM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uw2DD430xM .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uw2DD430xM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uw2DD430xM .carousel-indicators {
    display: none;
  }
}
.cid-uw2DD430xM .carousel-indicators .active,
.cid-uw2DD430xM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uw2DD430xM .carousel-indicators .active {
  background: #fff;
}
.cid-uw2DD430xM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uw2DD430xM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uw2DD430xM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uw2DD430xM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uw2DD430xM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uw2DD430xM .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uw2DD430xM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uw2DD430xM .carousel {
  width: 100%;
}
.cid-uw2DD430xM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uw2DD430xM .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uw2DD430xM .modal.fade .modal-dialog,
.cid-uw2DD430xM .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uw2DD430xM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uw2DD430xM a {
  display: block;
}
.cid-uw2DD430xM a.img {
  pointer-events: none;
}
.cid-uvO8pWSZrm .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uvO8pWSZrm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uvO8pWSZrm a {
  font-style: normal;
}
.cid-uvO8pWSZrm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uvO8pWSZrm .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uvO8pWSZrm .nav-item:focus,
.cid-uvO8pWSZrm .nav-link:focus {
  outline: none;
}
.cid-uvO8pWSZrm .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uvO8pWSZrm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uvO8pWSZrm .menu-logo {
  margin-right: auto;
}
.cid-uvO8pWSZrm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uvO8pWSZrm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uvO8pWSZrm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uvO8pWSZrm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uvO8pWSZrm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uvO8pWSZrm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uvO8pWSZrm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uvO8pWSZrm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uvO8pWSZrm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvO8pWSZrm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uvO8pWSZrm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uvO8pWSZrm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uvO8pWSZrm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvO8pWSZrm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uvO8pWSZrm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvO8pWSZrm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uvO8pWSZrm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uvO8pWSZrm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uvO8pWSZrm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uvO8pWSZrm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uvO8pWSZrm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uvO8pWSZrm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uvO8pWSZrm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uvO8pWSZrm button.navbar-toggler:focus {
  outline: none;
}
.cid-uvO8pWSZrm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-uvO8pWSZrm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvO8pWSZrm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvO8pWSZrm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvO8pWSZrm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvO8pWSZrm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvO8pWSZrm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvO8pWSZrm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvO8pWSZrm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvO8pWSZrm .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uvO8pWSZrm .collapsed .btn {
  display: flex;
}
.cid-uvO8pWSZrm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uvO8pWSZrm .collapsed .navbar-collapse.collapsing,
.cid-uvO8pWSZrm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uvO8pWSZrm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uvO8pWSZrm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uvO8pWSZrm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uvO8pWSZrm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uvO8pWSZrm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uvO8pWSZrm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uvO8pWSZrm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uvO8pWSZrm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uvO8pWSZrm .collapsed button.navbar-toggler {
  display: block;
}
.cid-uvO8pWSZrm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uvO8pWSZrm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uvO8pWSZrm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uvO8pWSZrm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uvO8pWSZrm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uvO8pWSZrm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uvO8pWSZrm .navbar-expand {
    flex-direction: column;
  }
  .cid-uvO8pWSZrm img {
    height: 3.8rem !important;
  }
  .cid-uvO8pWSZrm .btn {
    display: flex;
  }
  .cid-uvO8pWSZrm button.navbar-toggler {
    display: block;
  }
  .cid-uvO8pWSZrm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uvO8pWSZrm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uvO8pWSZrm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uvO8pWSZrm .navbar-collapse.collapsing,
  .cid-uvO8pWSZrm .navbar-collapse.show {
    display: block !important;
  }
  .cid-uvO8pWSZrm .navbar-collapse.collapsing .navbar-nav,
  .cid-uvO8pWSZrm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uvO8pWSZrm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uvO8pWSZrm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uvO8pWSZrm .navbar-collapse.collapsing .navbar-buttons,
  .cid-uvO8pWSZrm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uvO8pWSZrm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uvO8pWSZrm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uvO8pWSZrm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uvO8pWSZrm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uvO8pWSZrm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uvO8pWSZrm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uvO8pWSZrm .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uvO8pWSZrm .navbar-collapse {
  flex-basis: auto;
}
.cid-uvO8pWSZrm .nav-link:hover,
.cid-uvO8pWSZrm .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-uFlXyPZpN9 {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-uFlXyPZpN9 H3 {
  color: #ffffff;
}
.cid-uFlXg0prBt {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
  background: linear-gradient(0deg, #f9f9f9, #ffffff);
}
.cid-uFlXg0prBt .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uFlXg0prBt .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #2e2c2c;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #2e2c2c;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uFlXg0prBt .nav-tabs .nav-link:hover {
  background-color: #f1842b;
}
.cid-uFlXg0prBt .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #f1842b;
}
.cid-uFlXg0prBt .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uFlXg0prBt p {
  color: #232323;
}
.cid-uFlXg0prBt .mbr-text {
  text-align: center;
}
.cid-uFlXg0prBt H2 {
  color: #ff9143;
}
.cid-uFlXg219l8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-uFlXg219l8 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uFlXg219l8 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uFlXg219l8 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uFlXg219l8 .media-container-row .img-item .img-caption {
  background: #f9f9f9;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uFlXg219l8 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uFlXg219l8 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uFlXg219l8 .img-item {
    width: 100% !important;
  }
  .cid-uFlXg219l8 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uFlXg219l8 P {
  color: #000000;
}
.cid-uFlXg2sf3m {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uFlXg2sf3m .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uFlXg2sf3m .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uFlXg2sf3m .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uFlXg2sf3m .media-container-row .img-item .img-caption {
  background: #f9f9f9;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uFlXg2sf3m .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uFlXg2sf3m .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uFlXg2sf3m .img-item {
    width: 100% !important;
  }
  .cid-uFlXg2sf3m .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uFlXg2VkFA {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uFlXg2VkFA .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uFlXg2VkFA .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uFlXg2VkFA .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uFlXg2VkFA .media-container-row .img-item .img-caption {
  background: #f9f9f9;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uFlXg2VkFA .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uFlXg2VkFA .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uFlXg2VkFA .img-item {
    width: 100% !important;
  }
  .cid-uFlXg2VkFA .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uFlXg2VkFA P {
  color: #000000;
}
.cid-uFlXg3nSvU {
  padding-top: 30px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uFlXg3nSvU .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uFlXg3nSvU .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uFlXg3nSvU .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uFlXg3nSvU .media-container-row .img-item .img-caption {
  background: #f9f9f9;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uFlXg3nSvU .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uFlXg3nSvU .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uFlXg3nSvU .img-item {
    width: 100% !important;
  }
  .cid-uFlXg3nSvU .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uFlXg3nSvU P {
  color: #000000;
}
.cid-uFlXg48eVG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uFlXg48eVG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFlXg48eVG a {
  font-style: normal;
}
.cid-uFlXg48eVG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFlXg48eVG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uFlXg48eVG .nav-item:focus,
.cid-uFlXg48eVG .nav-link:focus {
  outline: none;
}
.cid-uFlXg48eVG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uFlXg48eVG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFlXg48eVG .menu-logo {
  margin-right: auto;
}
.cid-uFlXg48eVG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uFlXg48eVG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFlXg48eVG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFlXg48eVG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFlXg48eVG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFlXg48eVG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFlXg48eVG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFlXg48eVG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFlXg48eVG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFlXg48eVG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFlXg48eVG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFlXg48eVG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFlXg48eVG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFlXg48eVG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFlXg48eVG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFlXg48eVG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFlXg48eVG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFlXg48eVG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFlXg48eVG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFlXg48eVG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFlXg48eVG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFlXg48eVG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFlXg48eVG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFlXg48eVG button.navbar-toggler:focus {
  outline: none;
}
.cid-uFlXg48eVG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-uFlXg48eVG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFlXg48eVG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFlXg48eVG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFlXg48eVG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFlXg48eVG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFlXg48eVG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFlXg48eVG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFlXg48eVG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFlXg48eVG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uFlXg48eVG .collapsed .btn {
  display: flex;
}
.cid-uFlXg48eVG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFlXg48eVG .collapsed .navbar-collapse.collapsing,
.cid-uFlXg48eVG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFlXg48eVG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFlXg48eVG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFlXg48eVG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFlXg48eVG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFlXg48eVG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFlXg48eVG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFlXg48eVG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFlXg48eVG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uFlXg48eVG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFlXg48eVG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFlXg48eVG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFlXg48eVG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFlXg48eVG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFlXg48eVG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFlXg48eVG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uFlXg48eVG .navbar-expand {
    flex-direction: column;
  }
  .cid-uFlXg48eVG img {
    height: 3.8rem !important;
  }
  .cid-uFlXg48eVG .btn {
    display: flex;
  }
  .cid-uFlXg48eVG button.navbar-toggler {
    display: block;
  }
  .cid-uFlXg48eVG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFlXg48eVG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFlXg48eVG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFlXg48eVG .navbar-collapse.collapsing,
  .cid-uFlXg48eVG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFlXg48eVG .navbar-collapse.collapsing .navbar-nav,
  .cid-uFlXg48eVG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFlXg48eVG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFlXg48eVG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFlXg48eVG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFlXg48eVG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFlXg48eVG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFlXg48eVG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFlXg48eVG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFlXg48eVG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFlXg48eVG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFlXg48eVG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFlXg48eVG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uFlXg48eVG .navbar-collapse {
  flex-basis: auto;
}
.cid-uFlXg48eVG .nav-link:hover,
.cid-uFlXg48eVG .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uFqa8H69Nz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uFqa8H69Nz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFqa8H69Nz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFqa8H69Nz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFqa8H69Nz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFqa8H69Nz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFqa8H69Nz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqa8H69Nz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqa8H69Nz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqa8H69Nz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFqa8H69Nz .media-container-row .mbr-text {
  color: #2e2c2c;
}
.cid-uGKZ564LdO {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-uGKZ564LdO H3 {
  color: #ffffff;
}
.cid-uNUAGuPpSZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uNUAGuPpSZ .card-box {
  padding: 0 2rem;
}
.cid-uNUAGuPpSZ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uNUAGuPpSZ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uNUAGuPpSZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uNUAGuPpSZ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uNUAGuPpSZ .mbr-text {
  color: #465052;
}
.cid-uNUAGuPpSZ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f9f9f9;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uNUAGuPpSZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uNUAGuPpSZ .card-title {
  color: #ff9143;
}
.cid-uGL0xCaadR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uGL0xCaadR .card-box {
  padding: 0 2rem;
}
.cid-uGL0xCaadR .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uGL0xCaadR .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uGL0xCaadR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uGL0xCaadR p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uGL0xCaadR .mbr-text {
  color: #465052;
}
.cid-uGL0xCaadR .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uGL0xCaadR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uGL0xCaadR .card-title {
  color: #ff9143;
}
.cid-uGKZ57Ckte {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGKZ589NhT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGKZ589NhT .mbr-section-subtitle {
  color: #767676;
}
.cid-uGKZ589NhT .btn {
  margin: 0 0 .5rem 0;
}
.cid-uGKZ58zG6q .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uGKZ58zG6q .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uGKZ58zG6q a {
  font-style: normal;
}
.cid-uGKZ58zG6q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGKZ58zG6q .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uGKZ58zG6q .nav-item:focus,
.cid-uGKZ58zG6q .nav-link:focus {
  outline: none;
}
.cid-uGKZ58zG6q .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uGKZ58zG6q .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGKZ58zG6q .menu-logo {
  margin-right: auto;
}
.cid-uGKZ58zG6q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uGKZ58zG6q .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uGKZ58zG6q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGKZ58zG6q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGKZ58zG6q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGKZ58zG6q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGKZ58zG6q .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGKZ58zG6q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGKZ58zG6q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGKZ58zG6q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGKZ58zG6q .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uGKZ58zG6q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uGKZ58zG6q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGKZ58zG6q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGKZ58zG6q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGKZ58zG6q .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uGKZ58zG6q .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGKZ58zG6q .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGKZ58zG6q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGKZ58zG6q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGKZ58zG6q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGKZ58zG6q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGKZ58zG6q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGKZ58zG6q button.navbar-toggler:focus {
  outline: none;
}
.cid-uGKZ58zG6q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9143;
}
.cid-uGKZ58zG6q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGKZ58zG6q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGKZ58zG6q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGKZ58zG6q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGKZ58zG6q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGKZ58zG6q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGKZ58zG6q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGKZ58zG6q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGKZ58zG6q .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uGKZ58zG6q .collapsed .btn {
  display: flex;
}
.cid-uGKZ58zG6q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGKZ58zG6q .collapsed .navbar-collapse.collapsing,
.cid-uGKZ58zG6q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGKZ58zG6q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGKZ58zG6q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGKZ58zG6q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGKZ58zG6q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGKZ58zG6q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGKZ58zG6q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGKZ58zG6q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGKZ58zG6q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uGKZ58zG6q .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGKZ58zG6q .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGKZ58zG6q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGKZ58zG6q .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uGKZ58zG6q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGKZ58zG6q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGKZ58zG6q .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uGKZ58zG6q .navbar-expand {
    flex-direction: column;
  }
  .cid-uGKZ58zG6q img {
    height: 3.8rem !important;
  }
  .cid-uGKZ58zG6q .btn {
    display: flex;
  }
  .cid-uGKZ58zG6q button.navbar-toggler {
    display: block;
  }
  .cid-uGKZ58zG6q .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGKZ58zG6q .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGKZ58zG6q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGKZ58zG6q .navbar-collapse.collapsing,
  .cid-uGKZ58zG6q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGKZ58zG6q .navbar-collapse.collapsing .navbar-nav,
  .cid-uGKZ58zG6q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGKZ58zG6q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGKZ58zG6q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGKZ58zG6q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGKZ58zG6q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGKZ58zG6q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGKZ58zG6q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGKZ58zG6q .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uGKZ58zG6q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGKZ58zG6q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGKZ58zG6q .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uGKZ58zG6q .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uGKZ58zG6q .navbar-collapse {
  flex-basis: auto;
}
.cid-uGKZ58zG6q .nav-link:hover,
.cid-uGKZ58zG6q .dropdown-item:hover {
  color: #ff9143 !important;
}
.cid-uGKZ595wUs {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uGKZ595wUs .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGKZ595wUs .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGKZ595wUs .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGKZ595wUs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGKZ595wUs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGKZ595wUs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGKZ595wUs .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uGKZ595wUs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uGKZ595wUs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uGKZ595wUs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uGKZ595wUs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGKZ595wUs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGKZ595wUs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uGKZ595wUs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uGKZ595wUs .media-container-row .mbr-text {
  color: #2e2c2c;
}
