.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c53200 !important;
}
.bg-success {
  background-color: #ec8d1c !important;
}
.bg-info {
  background-color: #fec601 !important;
}
.bg-warning {
  background-color: #ec8d1c !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c53200 !important;
  border-color: #c53200 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6e1c00 !important;
  border-color: #6e1c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6e1c00 !important;
  border-color: #6e1c00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fec601 !important;
  border-color: #fec601 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a88301 !important;
  border-color: #a88301 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #a88301 !important;
  border-color: #a88301 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fec601 !important;
  border-color: #fec601 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a88301 !important;
  border-color: #a88301 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #a88301 !important;
  border-color: #a88301 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ec8d1c !important;
  border-color: #ec8d1c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a45f0e !important;
  border-color: #a45f0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a45f0e !important;
  border-color: #a45f0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ec8d1c !important;
  border-color: #ec8d1c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a45f0e !important;
  border-color: #a45f0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a45f0e !important;
  border-color: #a45f0e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #c53200;
  color: #c53200;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6e1c00 !important;
  background-color: transparent!important;
  border-color: #6e1c00 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c53200 !important;
  border-color: #c53200 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fec601;
  color: #fec601;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a88301 !important;
  background-color: transparent!important;
  border-color: #a88301 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #fec601 !important;
  border-color: #fec601 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fec601;
  color: #fec601;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a88301 !important;
  background-color: transparent!important;
  border-color: #a88301 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #fec601 !important;
  border-color: #fec601 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ec8d1c;
  color: #ec8d1c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a45f0e !important;
  background-color: transparent!important;
  border-color: #a45f0e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8d1c !important;
  border-color: #ec8d1c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ec8d1c;
  color: #ec8d1c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a45f0e !important;
  background-color: transparent!important;
  border-color: #a45f0e !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8d1c !important;
  border-color: #ec8d1c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c53200 !important;
}
.text-secondary {
  color: #fec601 !important;
}
.text-success {
  color: #ec8d1c !important;
}
.text-info {
  color: #fec601 !important;
}
.text-warning {
  color: #ec8d1c !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5f1800 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #987701 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #95570d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #987701 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #95570d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c53200;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fec601;
}
.alert-warning {
  background-color: #ec8d1c;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c53200;
  border-color: #c53200;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c53200;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff7545;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcecd8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcecd8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #c53200 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #c53200;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c53200;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c53200;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c53200;
  border-bottom-color: #c53200;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #c53200 !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: #fec601 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c53200' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ue5BMhoCQB {
  z-index: 1000;
  width: 100%;
}
.cid-ue5BMhoCQB nav.navbar {
  position: fixed;
}
.cid-ue5BMhoCQB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue5BMhoCQB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ue5BMhoCQB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ue5BMhoCQB .dropdown-item:hover,
.cid-ue5BMhoCQB .dropdown-item:focus {
  background: #c53200 !important;
  color: white !important;
}
.cid-ue5BMhoCQB .dropdown-item:hover span {
  color: white;
}
.cid-ue5BMhoCQB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ue5BMhoCQB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ue5BMhoCQB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue5BMhoCQB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue5BMhoCQB .nav-link {
  position: relative;
}
.cid-ue5BMhoCQB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ue5BMhoCQB .container {
    flex-wrap: wrap;
  }
}
.cid-ue5BMhoCQB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ue5BMhoCQB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ue5BMhoCQB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue5BMhoCQB .dropdown-menu,
.cid-ue5BMhoCQB .navbar.opened {
  background: #353535 !important;
}
.cid-ue5BMhoCQB .nav-item:focus,
.cid-ue5BMhoCQB .nav-link:focus {
  outline: none;
}
.cid-ue5BMhoCQB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue5BMhoCQB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue5BMhoCQB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue5BMhoCQB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue5BMhoCQB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue5BMhoCQB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue5BMhoCQB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.7);
}
.cid-ue5BMhoCQB .navbar.opened {
  transition: all 0.3s;
}
.cid-ue5BMhoCQB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue5BMhoCQB .navbar .navbar-logo img {
  width: auto;
}
.cid-ue5BMhoCQB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue5BMhoCQB .navbar.collapsed {
  justify-content: center;
}
.cid-ue5BMhoCQB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue5BMhoCQB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue5BMhoCQB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-ue5BMhoCQB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue5BMhoCQB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue5BMhoCQB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ue5BMhoCQB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue5BMhoCQB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue5BMhoCQB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue5BMhoCQB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue5BMhoCQB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue5BMhoCQB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue5BMhoCQB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue5BMhoCQB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ue5BMhoCQB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue5BMhoCQB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue5BMhoCQB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue5BMhoCQB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue5BMhoCQB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue5BMhoCQB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ue5BMhoCQB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ue5BMhoCQB .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue5BMhoCQB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue5BMhoCQB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue5BMhoCQB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue5BMhoCQB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue5BMhoCQB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue5BMhoCQB .dropdown-item.active,
.cid-ue5BMhoCQB .dropdown-item:active {
  background-color: transparent;
}
.cid-ue5BMhoCQB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue5BMhoCQB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue5BMhoCQB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue5BMhoCQB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ue5BMhoCQB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue5BMhoCQB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue5BMhoCQB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue5BMhoCQB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue5BMhoCQB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c53200;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue5BMhoCQB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue5BMhoCQB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue5BMhoCQB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue5BMhoCQB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue5BMhoCQB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ue5BMhoCQB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue5BMhoCQB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue5BMhoCQB .navbar {
    height: 70px;
  }
  .cid-ue5BMhoCQB .navbar.opened {
    height: auto;
  }
  .cid-ue5BMhoCQB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubew2RBnlg {
  background-image: url("../../../assets/images/jonas-zurcher-fvlnfnnlpik-unsplash.jpg");
}
.cid-ubew2RBnlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubew2RBnlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubew2RBnlg .mbr-section-title {
  color: #c53200;
  text-align: center;
}
.cid-ubew2RBnlg .mbr-text,
.cid-ubew2RBnlg .mbr-section-btn {
  color: #bbbbbb;
  text-align: center;
}
.cid-sFGNHRkFsi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #c53200;
  padding-right: 1.5rem;
}
.cid-sFGOTvnvck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGOTvnvck .card-title,
.cid-sFGOTvnvck .card-box {
  color: #c53200;
}
.cid-sFGOTvnvck .mbr-text,
.cid-sFGOTvnvck .link-wrap,
.cid-sFGOTvnvck .mbr-section-btn {
  color: #bbbbbb;
}
.cid-ubgsb5OdsC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubgsb5OdsC hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-ubgsb5OdsC .progress {
  background: #ffffff;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-ubgsb5OdsC .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ec8d1c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 134px;
  }
  to {
    margin-left: 100%;
    width: 134px;
  }
}
.cid-ubezM21K8D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubezM21K8D img,
.cid-ubezM21K8D .item-img {
  width: 100%;
}
.cid-ubezM21K8D .item:focus,
.cid-ubezM21K8D span:focus {
  outline: none;
}
.cid-ubezM21K8D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubezM21K8D .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubezM21K8D .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubezM21K8D .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubezM21K8D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubezM21K8D .mbr-section-title {
  color: #c53200;
}
.cid-ubezM21K8D .mbr-text,
.cid-ubezM21K8D .mbr-section-btn {
  text-align: left;
}
.cid-ubezM21K8D .item-title {
  text-align: left;
  color: #ec8d1c;
}
.cid-ubezM21K8D .item-subtitle {
  text-align: center;
}
.cid-fDNwNg0Ofd {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #353535;
}
.cid-fDNwNg0Ofd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-fDNwNg0Ofd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-fDNwNg0Ofd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-fDNwNg0Ofd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-fDNwNg0Ofd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fec601;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #fec601, #353535) !important;
}
.cid-fDNwNg0Ofd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-fDNwNg0Ofd .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-fDNwNg0Ofd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-fDNwNg0Ofd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fec601 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #fec601, #353535) !important;
}
.cid-fDNwNg0Ofd .mbr-section-title {
  color: #ec8d1c;
}
.cid-ubgrXY5Pzp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-ubgrXY5Pzp hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-ubgrXY5Pzp .progress {
  background: #353535;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-ubgrXY5Pzp .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ec8d1c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 134px;
  }
  to {
    margin-left: 100%;
    width: 134px;
  }
}
.cid-sFGVxOqzIN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #353535;
}
.cid-sFGVxOqzIN .media-container-row {
  justify-content: space-between;
}
.cid-sFGVxOqzIN .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .text-content {
    max-width: none;
  }
}
.cid-sFGVxOqzIN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ec8d1c;
  border: 2px solid #ec8d1c;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:hover {
  background-color: #ec8d1c;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .icons {
    justify-content: center !important;
  }
  .cid-sFGVxOqzIN .text-content * {
    text-align: center;
  }
}
.cid-sFGVxOqzIN .mbr-section-title {
  color: #c53200;
}
.cid-sFGVxOqzIN P {
  color: #bbbbbb;
}
.cid-ubgtUeN2w6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubgtUeN2w6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgtUeN2w6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubgtUeN2w6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ubgtUeN2w6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ubgtUeN2w6 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c53200;
}
.cid-ubgtUeN2w6 .panel-body,
.cid-ubgtUeN2w6 .card-header {
  padding: 1rem 0;
}
.cid-ubgtUeN2w6 .panel-title-edit {
  color: #000000;
}
.cid-ubgtUeN2w6 H3 {
  color: #c53200;
}
.cid-sFGSPUeMie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFGSPUeMie .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFGSPUeMie .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFGSPUeMie .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFGSPUeMie .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFGSPUeMie .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ub9mWhLHSW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ub9mWhLHSW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ub9mWhLHSW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ub9mWhLHSW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub9mWhLHSW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ub9mWhLHSW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ub9mWhLHSW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ub9mWhLHSW .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ub9mWhLHSW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ub9mWhLHSW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ub9mWhLHSW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ub9mWhLHSW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ub9mWhLHSW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub9mWhLHSW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ub9mWhLHSW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ub9mWhLHSW .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ubgyjvVtrC .float {
  width: 55px;
  height: 55px;
  bottom: 38px;
  left: 48px;
  background-color: #4fe97b;
  color: #ffffff;
  border-radius: 100px;
  font-size: 25px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ubgyjvVtrC .my-float {
  margin-top: 16px;
}
.cid-ubgyjvVtrC P {
  color: #232323;
}
.cid-ubgyjvVtrC DIV {
  color: #ffffff;
}
.cid-ubgyjvVtrC H10 {
  color: #767676;
}
.cid-ubgyjvVtrC .hidden {
  display: none;
}
.cid-ue5BMhoCQB {
  z-index: 1000;
  width: 100%;
}
.cid-ue5BMhoCQB nav.navbar {
  position: fixed;
}
.cid-ue5BMhoCQB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue5BMhoCQB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ue5BMhoCQB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ue5BMhoCQB .dropdown-item:hover,
.cid-ue5BMhoCQB .dropdown-item:focus {
  background: #c53200 !important;
  color: white !important;
}
.cid-ue5BMhoCQB .dropdown-item:hover span {
  color: white;
}
.cid-ue5BMhoCQB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ue5BMhoCQB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ue5BMhoCQB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue5BMhoCQB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue5BMhoCQB .nav-link {
  position: relative;
}
.cid-ue5BMhoCQB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ue5BMhoCQB .container {
    flex-wrap: wrap;
  }
}
.cid-ue5BMhoCQB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ue5BMhoCQB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ue5BMhoCQB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue5BMhoCQB .dropdown-menu,
.cid-ue5BMhoCQB .navbar.opened {
  background: #353535 !important;
}
.cid-ue5BMhoCQB .nav-item:focus,
.cid-ue5BMhoCQB .nav-link:focus {
  outline: none;
}
.cid-ue5BMhoCQB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue5BMhoCQB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue5BMhoCQB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue5BMhoCQB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue5BMhoCQB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue5BMhoCQB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue5BMhoCQB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.7);
}
.cid-ue5BMhoCQB .navbar.opened {
  transition: all 0.3s;
}
.cid-ue5BMhoCQB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue5BMhoCQB .navbar .navbar-logo img {
  width: auto;
}
.cid-ue5BMhoCQB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue5BMhoCQB .navbar.collapsed {
  justify-content: center;
}
.cid-ue5BMhoCQB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue5BMhoCQB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue5BMhoCQB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-ue5BMhoCQB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue5BMhoCQB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue5BMhoCQB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ue5BMhoCQB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue5BMhoCQB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue5BMhoCQB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue5BMhoCQB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue5BMhoCQB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue5BMhoCQB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue5BMhoCQB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue5BMhoCQB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ue5BMhoCQB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue5BMhoCQB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue5BMhoCQB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue5BMhoCQB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue5BMhoCQB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue5BMhoCQB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ue5BMhoCQB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ue5BMhoCQB .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue5BMhoCQB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue5BMhoCQB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue5BMhoCQB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue5BMhoCQB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue5BMhoCQB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue5BMhoCQB .dropdown-item.active,
.cid-ue5BMhoCQB .dropdown-item:active {
  background-color: transparent;
}
.cid-ue5BMhoCQB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue5BMhoCQB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue5BMhoCQB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue5BMhoCQB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ue5BMhoCQB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue5BMhoCQB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue5BMhoCQB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue5BMhoCQB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue5BMhoCQB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c53200;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue5BMhoCQB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue5BMhoCQB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue5BMhoCQB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue5BMhoCQB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue5BMhoCQB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ue5BMhoCQB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue5BMhoCQB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue5BMhoCQB .navbar {
    height: 70px;
  }
  .cid-ue5BMhoCQB .navbar.opened {
    height: auto;
  }
  .cid-ue5BMhoCQB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub9BcjHC2T {
  padding-top: 225px;
  padding-bottom: 185px;
  background-image: url("../../../assets/images/elias-lobos-nsaxcciv2ky-unsplash.jpg");
}
.cid-ub9BcjHC2T svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-ub9BcjHC2T .wave {
  fill: #353535;
}
.cid-Hrz4i8IoGy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-Hrz4i8IoGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-Hrz4i8IoGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-Hrz4i8IoGy .mbr-text {
  color: #000000;
}
.cid-Hrz4i8IoGy .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-Hrz4i8IoGy .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-Hrz4i8IoGy .main-button {
    margin-bottom: 2rem;
  }
}
.cid-Hrz4i8IoGy .mbr-text UL {
  text-align: left;
}
.cid-Hrz4i8IoGy .mbr-section-subtitle,
.cid-Hrz4i8IoGy .main-button {
  color: #bbbbbb;
}
.cid-Hrz4i8IoGy .accordion {
  max-width: 990px;
  background: rgba(0, 0, 0, 0.1);
  height: 300px;
  margin: 20px auto;
  display: flex;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.47);
  flex-direction: row;
  cursor: pointer;
  margin-bottom: 100px;
}
.cid-Hrz4i8IoGy .box {
  position: relative;
  height: 100%;
  flex: 1;
  background-position: left;
  background-size: cover;
  transition: .7s;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.47);
}
.cid-Hrz4i8IoGy .box:hover {
  flex: 7;
  height: 400px;
  filter: grayscale(0%);
}
.cid-Hrz4i8IoGy .a1 {
  background-image: url("../../../assets/images/fde94703b1d3222b19463bbabb752145.jpg");
  filter: grayscale(0%);
}
.cid-Hrz4i8IoGy .a2 {
  background-image: url("../../../assets/images/a2ba68c3ae63b26de7e8f3b7fc83bb52.jpg");
  filter: grayscale(0%);
}
.cid-Hrz4i8IoGy .a3 {
  background-image: url("../../../assets/images/generator.jpg");
  filter: grayscale(0%);
}
.cid-Hrz4i8IoGy .a4 {
  background-image: url("../../../assets/images/img-299.jpg");
  filter: grayscale(0%);
}
.cid-Hrz4i8IoGy .a5 {
  background-image: url("../../../assets/images/simulataneous-interpretation.jpg");
  filter: grayscale(0%);
}
.cid-Hrz4i8IoGy p {
  font-weight: normal;
  font-family: 'Exo 2', sans-serif;
}
.cid-Hrz4i8IoGy .text {
  position: absolute;
  bottom: 0;
  opacity: 0;
  padding: 10px;
}
.cid-Hrz4i8IoGy .box:hover .text {
  opacity: 1;
  background: rgba(53, 53, 53, 0.6);
}
@media screen and (max-width: 800px) {
  .cid-Hrz4i8IoGy body {
    margin: 0;
  }
  .cid-Hrz4i8IoGy .accordion {
    flex-direction: column;
    height: 700px;
    box-shadow: none;
  }
  .cid-Hrz4i8IoGy .box {
    box-shadow: none;
  }
  .cid-Hrz4i8IoGy .box:hover {
    flex: 7;
  }
}
.cid-Hrz4i8IoGy H2 {
  color: #ec8d1c;
}
.cid-Hrz4i8IoGy P {
  color: #fafafa;
}
.cid-Hrz4i8IoGy .mbr-section-title {
  color: #ff0000;
}
.cid-ubepe1oeHa {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-ubepe1oeHa .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ubepe1oeHa .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubepe1oeHa .mbr-iconfont {
  font-size: 4rem;
  color: #c53200;
  padding-right: 1.5rem;
}
.cid-ubgrK91wLO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-ubgrK91wLO hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-ubgrK91wLO .progress {
  background: #ffffff;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-ubgrK91wLO .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ec8d1c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 134px;
  }
  to {
    margin-left: 100%;
    width: 134px;
  }
}
.cid-ubezCdrPal {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ubezCdrPal img,
.cid-ubezCdrPal .item-img {
  width: 100%;
}
.cid-ubezCdrPal .item:focus,
.cid-ubezCdrPal span:focus {
  outline: none;
}
.cid-ubezCdrPal .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubezCdrPal .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubezCdrPal .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubezCdrPal .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubezCdrPal .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubezCdrPal .mbr-section-title {
  color: #c53200;
}
.cid-ubezCdrPal .mbr-text,
.cid-ubezCdrPal .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-ubezCdrPal .item-title {
  text-align: left;
  color: #ec8d1c;
}
.cid-ubezCdrPal .item-subtitle {
  text-align: left;
}
.cid-ubezCXZ8te {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #353535;
}
.cid-ubezCXZ8te .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ubezCXZ8te .team-card:hover {
  transform: translateY(-10px);
}
.cid-ubezCXZ8te .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ubezCXZ8te .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ubezCXZ8te .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ubezCXZ8te .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubezCXZ8te .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ubezCXZ8te .social-row {
  text-align: center;
}
.cid-ubezCXZ8te .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ubezCXZ8te .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-ubezCXZ8te .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ubezCXZ8te .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ubezCXZ8te .mbr-section-title {
  color: #c53200;
}
.cid-ubezCXZ8te .card-title,
.cid-ubezCXZ8te .social-row {
  color: #ec8d1c;
}
.cid-ubezE88Ptc {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubezE88Ptc .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ubezE88Ptc .currentcost {
  color: #232323;
}
.cid-ubezE88Ptc .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-ubezE88Ptc .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ubezE88Ptc .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubezE88Ptc .text-box {
    padding: 1rem;
  }
}
.cid-ubezE88Ptc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubezE88Ptc H5 {
  color: #c53200;
}
.cid-ue5xUp1Zob {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ue5xUp1Zob .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue5xUp1Zob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue5xUp1Zob .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ue5xUp1Zob .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ue5xUp1Zob .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ubeBKrRqWG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ubeBKrRqWG .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ubeBKrRqWG .currentcost {
  color: #232323;
}
.cid-ubeBKrRqWG .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-ubeBKrRqWG .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubeBKrRqWG .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubeBKrRqWG .text-box {
    padding: 1rem;
  }
}
.cid-ubeBKrRqWG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubeBKrRqWG H5 {
  color: #ec8d1c;
}
.cid-ubgumCfxCT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubgumCfxCT blockquote {
  border-color: #c53200;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-dyWOZN1MWu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-dyWOZN1MWu hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-dyWOZN1MWu .progress {
  background: #ffffff;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-dyWOZN1MWu .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ec8d1c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 134px;
  }
  to {
    margin-left: 100%;
    width: 134px;
  }
}
.cid-ubgwrzEm2C {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #353535;
}
.cid-ubgwrzEm2C .media-container-row {
  justify-content: space-between;
}
.cid-ubgwrzEm2C .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ubgwrzEm2C .text-content {
    max-width: none;
  }
}
.cid-ubgwrzEm2C .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ec8d1c;
  border: 2px solid #ec8d1c;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubgwrzEm2C .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ubgwrzEm2C .mbr-iconfont-social:hover {
  background-color: #ec8d1c;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubgwrzEm2C .icons {
    justify-content: center !important;
  }
  .cid-ubgwrzEm2C .text-content * {
    text-align: center;
  }
}
.cid-ubgwrzEm2C .mbr-section-title {
  color: #c53200;
}
.cid-ubgwrzEm2C P {
  color: #bbbbbb;
}
.cid-ubgsSC52PF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubgsSC52PF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgsSC52PF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubgsSC52PF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ubgsSC52PF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ubgsSC52PF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c53200;
}
.cid-ubgsSC52PF .panel-body,
.cid-ubgsSC52PF .card-header {
  padding: 1rem 0;
}
.cid-ubgsSC52PF .panel-title-edit {
  color: #000000;
}
.cid-ubgsSC52PF H3 {
  color: #c53200;
}
.cid-sFGSPUeMie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFGSPUeMie .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFGSPUeMie .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFGSPUeMie .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFGSPUeMie .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFGSPUeMie .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ub9mWhLHSW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ub9mWhLHSW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ub9mWhLHSW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ub9mWhLHSW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub9mWhLHSW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ub9mWhLHSW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ub9mWhLHSW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ub9mWhLHSW .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ub9mWhLHSW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ub9mWhLHSW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ub9mWhLHSW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ub9mWhLHSW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ub9mWhLHSW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub9mWhLHSW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ub9mWhLHSW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ub9mWhLHSW .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ubT6fb3oXA .float {
  width: 55px;
  height: 55px;
  bottom: 38px;
  left: 48px;
  background-color: #4fe97b;
  color: #ffffff;
  border-radius: 100px;
  font-size: 25px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ubT6fb3oXA .my-float {
  margin-top: 16px;
}
.cid-ubT6fb3oXA P {
  color: #232323;
}
.cid-ubT6fb3oXA DIV {
  color: #ffffff;
}
.cid-ubT6fb3oXA H10 {
  color: #767676;
}
.cid-ubT6fb3oXA .hidden {
  display: none;
}
.cid-ue5BMhoCQB {
  z-index: 1000;
  width: 100%;
}
.cid-ue5BMhoCQB nav.navbar {
  position: fixed;
}
.cid-ue5BMhoCQB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue5BMhoCQB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ue5BMhoCQB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ue5BMhoCQB .dropdown-item:hover,
.cid-ue5BMhoCQB .dropdown-item:focus {
  background: #c53200 !important;
  color: white !important;
}
.cid-ue5BMhoCQB .dropdown-item:hover span {
  color: white;
}
.cid-ue5BMhoCQB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ue5BMhoCQB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ue5BMhoCQB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue5BMhoCQB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue5BMhoCQB .nav-link {
  position: relative;
}
.cid-ue5BMhoCQB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ue5BMhoCQB .container {
    flex-wrap: wrap;
  }
}
.cid-ue5BMhoCQB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ue5BMhoCQB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ue5BMhoCQB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue5BMhoCQB .dropdown-menu,
.cid-ue5BMhoCQB .navbar.opened {
  background: #353535 !important;
}
.cid-ue5BMhoCQB .nav-item:focus,
.cid-ue5BMhoCQB .nav-link:focus {
  outline: none;
}
.cid-ue5BMhoCQB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue5BMhoCQB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue5BMhoCQB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue5BMhoCQB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue5BMhoCQB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue5BMhoCQB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue5BMhoCQB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.7);
}
.cid-ue5BMhoCQB .navbar.opened {
  transition: all 0.3s;
}
.cid-ue5BMhoCQB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue5BMhoCQB .navbar .navbar-logo img {
  width: auto;
}
.cid-ue5BMhoCQB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue5BMhoCQB .navbar.collapsed {
  justify-content: center;
}
.cid-ue5BMhoCQB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue5BMhoCQB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue5BMhoCQB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-ue5BMhoCQB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue5BMhoCQB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue5BMhoCQB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ue5BMhoCQB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue5BMhoCQB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue5BMhoCQB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue5BMhoCQB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue5BMhoCQB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue5BMhoCQB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue5BMhoCQB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue5BMhoCQB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ue5BMhoCQB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue5BMhoCQB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue5BMhoCQB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue5BMhoCQB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue5BMhoCQB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue5BMhoCQB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ue5BMhoCQB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ue5BMhoCQB .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue5BMhoCQB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue5BMhoCQB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue5BMhoCQB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue5BMhoCQB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue5BMhoCQB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue5BMhoCQB .dropdown-item.active,
.cid-ue5BMhoCQB .dropdown-item:active {
  background-color: transparent;
}
.cid-ue5BMhoCQB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue5BMhoCQB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue5BMhoCQB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue5BMhoCQB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ue5BMhoCQB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue5BMhoCQB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue5BMhoCQB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue5BMhoCQB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue5BMhoCQB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c53200;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue5BMhoCQB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue5BMhoCQB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue5BMhoCQB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue5BMhoCQB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue5BMhoCQB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue5BMhoCQB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ue5BMhoCQB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue5BMhoCQB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue5BMhoCQB .navbar {
    height: 70px;
  }
  .cid-ue5BMhoCQB .navbar.opened {
    height: auto;
  }
  .cid-ue5BMhoCQB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubaWzGCdvv {
  padding-top: 225px;
  padding-bottom: 185px;
  background-image: url("../../../assets/images/jakob-owens-kbd1oaf-9ms-unsplash.jpg");
}
.cid-ubaWzGCdvv svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-ubaWzGCdvv .wave {
  fill: #353535;
}
.cid-ubgsoFgafd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-ubgsoFgafd hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-ubgsoFgafd .progress {
  background: #353535;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-ubgsoFgafd .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ec8d1c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 134px;
  }
  to {
    margin-left: 100%;
    width: 134px;
  }
}
.cid-uDMRf5cyBB {
  background-color: #353535;
  padding-top: 100px;
  padding-bottom: 90px;
}
.cid-uDMRf5cyBB .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uDMRf5cyBB .row .form-wrapper {
    margin-top: 1rem;
  }
}
.cid-uDMRf5cyBB .map-wrapper {
  margin-top: 1rem;
}
.cid-uDMRf5cyBB .form-wrapper {
  margin-top: 0rem;
}
.cid-uDMRf5cyBB .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uDMRf5cyBB .card-wrapper {
  display: flex;
  border-radius: 10px !important;
  background: #232323;
}
.cid-uDMRf5cyBB .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uDMRf5cyBB .card-wrapper {
    padding: 1rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDMRf5cyBB .card-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-uDMRf5cyBB .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #c53200;
}
.cid-uDMRf5cyBB .google-map {
  height: 20rem;
  position: relative;
}
.cid-uDMRf5cyBB .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px !important;
}
.cid-uDMRf5cyBB .google-map [data-state-details] {
  color: #ff0000;
  height: 1em;
  margin-top: 1em;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uDMRf5cyBB .google-map[data-state] {
  background: #ffb300;
}
.cid-uDMRf5cyBB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uDMRf5cyBB .showAlerts {
  display: block !important;
}
.cid-uDMRf5cyBB .rowflexrev {
  display: -webkit-flex;
}
.cid-uDMRf5cyBB .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uDMRf5cyBB .title {
  margin-bottom: 2rem;
}
.cid-uDMRf5cyBB .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uDMRf5cyBB textarea.form-control {
  min-height: 188px;
}
.cid-uDMRf5cyBB LABEL {
  color: #232323;
  display: initial;
}
.cid-uDMRf5cyBB .mbr-section-terms {
  text-align: center;
  color: #000000;
  margin-bottom: 0px;
}
.cid-uDMRf5cyBB .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uDMRf5cyBB .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uDMRf5cyBB .mbr-section-gdpr {
  text-align: center;
  color: #fafafa;
  margin-bottom: 0px;
}
.cid-uDMRf5cyBB .alert {
  margin-bottom: 0;
}
.cid-uDMRf5cyBB .alert-success {
  background-color: #70c770;
}
.cid-uDMRf5cyBB .alert-danger {
  background-color: #ff4a52;
}
.cid-uDMRf5cyBB .btn {
  display: inline-flex;
}
.cid-uDMRf5cyBB .hidden {
  display: none;
}
.cid-uDMRf5cyBB .mbr-alert-success {
  text-align: center;
  color: #232323;
}
.cid-uDMRf5cyBB .mbr-alert-danger {
  text-align: center;
  color: #232323;
}
.cid-uDMRf5cyBB .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-uDMRf5cyBB input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uDMRf5cyBB input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uDMRf5cyBB input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uDMRf5cyBB input,
.cid-uDMRf5cyBB textarea {
  background-color: #bbbbbb !important;
}
.cid-uDMRf5cyBB .form-control {
  border: 3.5px solid #ec8d1c !important;
}
.cid-uDMRf5cyBB .form-control:hover {
  border: 3.5px solid #ffe161 !important;
}
.cid-uDMRf5cyBB .form-control:focus {
  border: 3.5px solid #ffe161 !important;
}
.cid-uDMRf5cyBB .mbr-section-title {
  color: #ec8d1c;
}
.cid-uDMRf5cyBB P {
  color: #fafafa;
  text-align: left;
}
.cid-uDMRf5cyBB .card-title {
  text-align: left;
  color: #ec8d1c;
}
.cid-ubgskoGoVt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-ubgskoGoVt hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-ubgskoGoVt .progress {
  background: #353535;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-ubgskoGoVt .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ec8d1c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 134px;
  }
  to {
    margin-left: 100%;
    width: 134px;
  }
}
.cid-ubepjisuEn {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-ubepjisuEn .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ubepjisuEn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubepjisuEn .mbr-iconfont {
  font-size: 4rem;
  color: #c53200;
  padding-right: 1.5rem;
}
.cid-ubgwBuG9k3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #353535;
}
.cid-ubgwBuG9k3 .media-container-row {
  justify-content: space-between;
}
.cid-ubgwBuG9k3 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ubgwBuG9k3 .text-content {
    max-width: none;
  }
}
.cid-ubgwBuG9k3 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ec8d1c;
  border: 2px solid #ec8d1c;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubgwBuG9k3 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ubgwBuG9k3 .mbr-iconfont-social:hover {
  background-color: #ec8d1c;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubgwBuG9k3 .icons {
    justify-content: center !important;
  }
  .cid-ubgwBuG9k3 .text-content * {
    text-align: center;
  }
}
.cid-ubgwBuG9k3 .mbr-section-title {
  color: #c53200;
}
.cid-ubgwBuG9k3 P {
  color: #bbbbbb;
}
.cid-ub9mWhLHSW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ub9mWhLHSW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ub9mWhLHSW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ub9mWhLHSW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub9mWhLHSW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ub9mWhLHSW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ub9mWhLHSW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ub9mWhLHSW .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ub9mWhLHSW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ub9mWhLHSW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ub9mWhLHSW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ub9mWhLHSW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ub9mWhLHSW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub9mWhLHSW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ub9mWhLHSW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ub9mWhLHSW .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ubT6i68Lvu .float {
  width: 55px;
  height: 55px;
  bottom: 38px;
  left: 48px;
  background-color: #4fe97b;
  color: #ffffff;
  border-radius: 100px;
  font-size: 25px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ubT6i68Lvu .my-float {
  margin-top: 16px;
}
.cid-ubT6i68Lvu P {
  color: #232323;
}
.cid-ubT6i68Lvu DIV {
  color: #ffffff;
}
.cid-ubT6i68Lvu H10 {
  color: #767676;
}
.cid-ubT6i68Lvu .hidden {
  display: none;
}
