@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap);





body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #de4034 !important;
}
.bg-success {
  background-color: #a9a9a9 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #5d5d5d !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #de4034 !important;
  border-color: #de4034 !important;
  color: #ffffff !important;
}
.btn-primary:hover {
  color: #ffffff !important;
  background-color: #aa261c !important;
  border-color: #aa261c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #aa261c !important;
  border-color: #aa261c !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #767676 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #e56960 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #de4034 !important;
  border-color: #de4034 !important;
  color: #ffffff !important;
}
.btn-secondary:hover {
  color: #ffffff !important;
  background-color: #aa261c !important;
  border-color: #aa261c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #aa261c !important;
  border-color: #aa261c !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #767676 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-info:hover {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #767676 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #a9a9a9 !important;
  border-color: #a9a9a9 !important;
  color: #ffffff !important;
}
.btn-success:hover {
  color: #ffffff !important;
  background-color: #838383 !important;
  border-color: #838383 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #838383 !important;
  border-color: #838383 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #767676 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #5d5d5d !important;
  border-color: #5d5d5d !important;
  color: #ffffff !important;
}
.btn-warning:hover {
  color: #ffffff !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #767676 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #767676 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-white:hover {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #767676 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover {
  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-black:hover,
.btn-black:focus {
  background-color: #767676 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #de4034 !important;
  color: #ffffff !important;
  color: #de4034 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #de4034;
  color: #de4034;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #de4034;
  border-color: #de4034;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #de4034 !important;
  border-color: #de4034 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #de4034 !important;
  color: #ffffff !important;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #de4034 !important;
  color: #ffffff !important;
  color: #de4034 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #de4034;
  color: #de4034;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #de4034;
  border-color: #de4034;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #de4034 !important;
  border-color: #de4034 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #de4034 !important;
  color: #ffffff !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #a9a9a9 !important;
  color: #ffffff !important;
  color: #a9a9a9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a9a9a9;
  color: #a9a9a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #a9a9a9;
  border-color: #a9a9a9;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a9a9a9 !important;
  border-color: #a9a9a9 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #a9a9a9 !important;
  color: #ffffff !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #5d5d5d !important;
  color: #ffffff !important;
  color: #5d5d5d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5d5d5d;
  color: #5d5d5d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5d5d5d !important;
  border-color: #5d5d5d !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #5d5d5d !important;
  color: #ffffff !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #ffffff !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: #de4034 !important;
}
.text-secondary {
  color: #de4034 !important;
}
.text-success {
  color: #a9a9a9 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #5d5d5d !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ec938c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ec938c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #dcdcdc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #909090 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #de4034;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #5d5d5d;
}
.alert-danger {
  background-color: #b1a374;
}
.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: 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: #de4034;
  border-color: #de4034;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #de4034;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbe5e3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e9e9e9;
}
.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: #9d9d9d;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #de4034;
}
/* 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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #de4034;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #de4034;
  border-bottom-color: #de4034;
}
.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: #de4034 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #de4034 !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='%23de4034' %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-rUTuXtqKzG {
  min-height: 80px !important;
  position: static;
  min-height: auto !important;
}
.cid-rUTuXtqKzG .navbar {
  background-color: transparent !important;
}
.cid-rUTuXtqKzG .container {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cid-rUTuXtqKzG .navbar.navbar-short {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .cid-rUTuXtqKzG .container {
    max-width: 1400px !important;
  }
}
.cid-rUTuXtqKzG .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .nav-item:focus,
.cid-rUTuXtqKzG .nav-link:focus {
  outline: none;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTuXtqKzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTuXtqKzG .navbar {
  min-height: 77px;
  margin-top: 15px;
  transition: all .3s;
  background: #e1ffec;
}
.cid-rUTuXtqKzG .navbar.opened {
  transition: all .3s;
  background: #e1ffec !important;
}
.cid-rUTuXtqKzG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTuXtqKzG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-rUTuXtqKzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUTuXtqKzG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTuXtqKzG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTuXtqKzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUTuXtqKzG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTuXtqKzG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTuXtqKzG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTuXtqKzG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTuXtqKzG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTuXtqKzG .navbar.navbar-short {
  background: #e1ffec;
}
.cid-rUTuXtqKzG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUTuXtqKzG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTuXtqKzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTuXtqKzG .dropdown-item.active,
.cid-rUTuXtqKzG .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTuXtqKzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-rUTuXtqKzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTuXtqKzG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTuXtqKzG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTuXtqKzG .navbar-nav {
  margin: auto;
}
.cid-rUTuXtqKzG .navbar-buttons {
  text-align: center;
}
.cid-rUTuXtqKzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #de4034;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTuXtqKzG .navbar-dropdown {
  padding-left: 0rem;
}
.cid-rUTuXtqKzG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTuXtqKzG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTuXtqKzG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTuXtqKzG .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTuXtqKzG .navbar {
    height: 77px;
  }
  .cid-rUTuXtqKzG .navbar.opened {
    height: auto;
  }
}
.cid-rUTuXtqKzG .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTuXtqKzG .text-btn {
  transition: transform 0.3s;
}
.cid-rUTuXtqKzG .btn:hover {
  transform: scale(0.8);
}
.cid-rUTuXtqKzG .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTuXtqKzG .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTuXtqKzG .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTuXtqKzG .nav-link:hover::before {
  width: 100%;
}
.cid-rUTuXtqKzG .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTuXtqKzG .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTuXtqKzG .link {
  margin: 0rem 1.2rem;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTuXtqKzG .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTuXtqKzG .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTuXtqKzG .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTuXtqKzG .navbar-caption {
  font-family: 'Lato', sans-serif;
}
@media (max-width: 992px) {
  .cid-rUTuXtqKzG .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTuXtqKzG .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTuXtqKzG .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTuXtqKzG .btn:hover {
    background-color: #de4034 !important;
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTuXtqKzG .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTuXtqKzG .nav-link::before {
    display: none;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-rUTuXtqKzG .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTuXtqKzG .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTuXtqKzG .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:focus,
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTuXtqKzG .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTuXtqKzG .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTuXtqKzG .btn:hover {
    background-color: #ffffff !important;
    color: #de4034 !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:focus,
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTuXtqKzG .btn-primary {
  color: #ffffff !important;
}
.cid-rUTuXtqKzG .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTuXtqKzG .navbar-dropdown.navbar-short .navbar-brand {
  margin: 15px 0 20px
    padding: 0rem;
}
.cid-rUTuXZN8eM {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/banner-epd-1920x1103.jpg");
}
.cid-rUTuXZN8eM .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-rUTuXZN8eM .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  text-align: left;
}
.cid-rUTuXZN8eM img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-rUTuXZN8eM .mbr-figure {
  height: 100%;
}
.cid-rUTuXZN8eM .row {
  margin: 0;
  align-items: center;
}
.cid-rUTuXZN8eM .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-rUTuXZN8eM .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-rUTuXZN8eM .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTuXZN8eM .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-rUTuXZN8eM .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTuXZN8eM .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-rUTuXZN8eM .container {
    max-width: 1280px;
  }
  .cid-rUTuXZN8eM .img-block {
    padding-left: 0;
  }
}
.cid-rUTuXZN8eM .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-rUTuXZN8eM .mbr-text,
.cid-rUTuXZN8eM .mbr-section-btn {
  color: #ffffff;
}
.cid-rUTuYpCHRC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTuYpCHRC .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-rUTuYpCHRC .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-rUTuYpCHRC H2 {
  color: #161616;
}
.cid-sfATet9jbY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfATet9jbY .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-sfATet9jbY .mbr-section-title {
  color: #de4034;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-sfATet9jbY img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-sfATet9jbY .mbr-figure {
  height: 100%;
}
.cid-sfATet9jbY .row {
  margin: 0;
  align-items: center;
}
.cid-sfATet9jbY .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-sfATet9jbY .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-sfATet9jbY .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sfATet9jbY .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-sfATet9jbY .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sfATet9jbY .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-sfATet9jbY .img-block {
    padding-left: 6rem;
  }
}
.cid-sfATet9jbY .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-HLk956T0ms {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-HLk956T0ms hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 61%;
}
.cid-HLk956T0ms .progress {
  background: #cccccc;
  opacity: 1;
  height: 5px;
  overflow: hidden;
  position: relative;
}
.cid-HLk956T0ms .progress::before {
  animation-duration: 0s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #de4034;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 10px;
  }
  to {
    margin-left: 49%;
    width: 10px;
  }
}
.cid-sfATNJVcAN {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sfATNJVcAN .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-sfATNJVcAN .mbr-section-title {
  color: #de4034;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-sfATNJVcAN img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-sfATNJVcAN .mbr-figure {
  height: 100%;
}
.cid-sfATNJVcAN .row {
  margin: 0;
  align-items: center;
}
.cid-sfATNJVcAN .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-sfATNJVcAN .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-sfATNJVcAN .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sfATNJVcAN .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-sfATNJVcAN .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sfATNJVcAN .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-sfATNJVcAN .img-block {
    padding-left: 6rem;
  }
}
.cid-sfATNJVcAN .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-sfAYtr36v1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sfAYtr36v1 .mbr-section-subtitle {
  color: #de4034;
  font-weight: 700;
}
.cid-sfAYtr36v1 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-sfAYtr36v1 H3 {
  color: #555555;
}
.cid-sfAYtr36v1 .mbr-text,
.cid-sfAYtr36v1 .mbr-section-btn {
  text-align: left;
}
.cid-sfBe5nHHIQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sfBe5nHHIQ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sfBe5nHHIQ H1 {
  color: #57468b;
}
.cid-sfBe5nHHIQ .mbr-text,
.cid-sfBe5nHHIQ .mbr-section-btn {
  color: #716c80;
}
.cid-sfBe5nHHIQ H3 {
  color: #716c80;
}
.cid-sfBe5nHHIQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sfBe5nHHIQ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sfBe5nHHIQ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sfBe5nHHIQ .link:hover {
  color: #de4034 !important;
}
.cid-sfBe5nHHIQ .link:hover .link-ico {
  color: #de4034 !important;
  padding-left: 10px;
}
.cid-sfBe5nHHIQ DIV {
  color: #57468b;
}
.cid-sfQuRjsxst {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #de4034;
}
.cid-sfQuRjsxst .mbr-section-subtitle {
  font-weight: 700;
}
.cid-sfQuRjsxst .btn-primary-outline {
  color: #ffffff !important;
}
.cid-sfQuRjsxst .btn-primary-outline:hover {
  color: #ffffff !important;
}
.cid-sfQuRjsxst .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-sfQuRjsxst .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-sfQuRjsxst .link:hover {
  color: #de4034 !important;
}
.cid-sfQuRjsxst .link:hover::after {
  opacity: 0;
}
.cid-sfQuRjsxst .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-sfQuRjsxst .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-sfQuRjsxst .img-mbr-section-text {
  position: relative;
}
.cid-sfQuRjsxst .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
}
.cid-sfQuRjsxst img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
}
.cid-sfQuRjsxst .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-sfQuRjsxst .row {
  margin: 0;
}
.cid-sfQuRjsxst .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-sfQuRjsxst .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-sfQuRjsxst .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-sfQuRjsxst .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sfQuRjsxst .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-sfQuRjsxst .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-sfQuRjsxst .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-sfQuRjsxst .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-sfQuRjsxst .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-sfQuRjsxst .img-block {
    padding-left: 6rem;
  }
}
.cid-sfQuRjsxst H4 {
  color: #ffffff;
}
.cid-rUTuZfMywc {
  padding-top: 45px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUTuZfMywc .accordion .card {
  overflow: hidden;
}
.cid-rUTuZfMywc .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 35px !important;
}
.cid-rUTuZfMywc .accordion .card:first-of-type {
  border-radius: 35px !important;
}
.cid-rUTuZfMywc .accordion .card:last-of-type {
  border-radius: 35px !important;
}
.cid-rUTuZfMywc .mbr-section-subtitle {
  color: #a8a8a8;
  font-weight: 700;
}
.cid-rUTuZfMywc .panel-body {
  padding: 0.3rem 2rem;
}
.cid-rUTuZfMywc .card-title {
  position: relative;
}
.cid-rUTuZfMywc .mbr-text {
  position: relative;
}
.cid-rUTuZfMywc .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #efefef;
  border-radius: 35px;
}
.cid-rUTuZfMywc .card .card-header {
  padding: 0.8rem 0rem !important;
  background-color: transparent !important;
  border: none;
}
.cid-rUTuZfMywc .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUTuZfMywc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUTuZfMywc .card .card-header a.panel-title h4 {
  padding: 0.6rem 2rem;
  margin-bottom: -1px;
  font-weight: 700;
  transition: all 0.3s;
}
.cid-rUTuZfMywc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUTuZfMywc .card .card-header a.panel-title h4:hover {
  color: #de4034;
}
.cid-rUTuZfMywc .sign {
  font-family: 'FontAwesome' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
}
.cid-rUTuZfMywc .mbr-iconfont {
  border: 2px solid #de4034;
  border-radius: 50%;
  color: #de4034;
}
.cid-rUTuZfMywc .mbri-arrow-up {
  background-color: transparent !important;
  color: #de4034 !important;
}
.cid-rUTuZfMywc .mbri-arrow-up:before {
  content: "\f068";
}
.cid-rUTuZfMywc .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rUTuZfMywc .mbri-arrow-down:before {
  content: "\f067";
}
.cid-rUTuZfMywc .panel-text {
  padding: 0rem;
}
.cid-rUTuZfMywc .panel-collapse {
  margin-top: -1px;
}
.cid-rUTuZfMywc .block-right {
  position: relative;
}
.cid-rUTuZfMywc .card-inner-2 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 270px 15px 95px 15px;
}
@media (max-width: 767px) {
  .cid-rUTuZfMywc .card-inner-2 {
    padding: 400px 15px 95px 15px;
  }
}
.cid-rUTuZfMywc .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
}
.cid-rUTuZfMywc .wrapper-text-2 {
  position: absolute;
}
.cid-rUTuZfMywc .link {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.cid-rUTuZfMywc .link:hover {
  color: #de4034 !important;
}
.cid-rUTuZfMywc .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity .3s;
}
.cid-rUTuZfMywc .col {
  padding: 0rem;
}
.cid-rUTuZfMywc .link:hover::after {
  opacity: 0;
}
.cid-rUTuZfMywc .card-box {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(182, 161, 136, 0.2);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTuZfMywc .block-text-img {
  z-index: 10;
  position: relative;
}
.cid-rUTuZfMywc .mbr-section-title,
.cid-rUTuZfMywc .ornament {
  color: #161616;
}
.cid-rUTuZfMywc H4 {
  color: #a8a8a8;
}
.cid-rUTv2HcR2Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTv2HcR2Y .media-container-row {
  align-items: center;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTv2HcR2Y .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTv2HcR2Y .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTv2HcR2Y .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTv2HcR2Y .foot-menu {
    justify-content: center;
  }
  .cid-rUTv2HcR2Y .mbr-text {
    text-align: center;
  }
  .cid-rUTv2HcR2Y .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTv2HcR2Y .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTv2HcR2Y .link:hover {
  text-decoration: underline;
}
.cid-rUTv2HcR2Y .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTv2HcR2Y .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTv2HcR2Y .container {
    padding: 0;
  }
}
.cid-rUTv2HcR2Y .media-container-row .mbr-text {
  color: #838383;
}
