body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #b22b35 !important;
}
.bg-success {
  background-color: #7e0909 !important;
}
.bg-info {
  background-color: #9b9b9b !important;
}
.bg-warning {
  background-color: #f7d8d8 !important;
}
.bg-danger {
  background-color: #f0b2b2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b22b35 !important;
  border-color: #b22b35 !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: #6c1a20 !important;
  border-color: #6c1a20 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6c1a20 !important;
  border-color: #6c1a20 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cf0e0e !important;
  border-color: #cf0e0e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7e0909 !important;
  border-color: #7e0909 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7e0909 !important;
  border-color: #7e0909 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7e0909 !important;
  border-color: #7e0909 !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: #2d0303 !important;
  border-color: #2d0303 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2d0303 !important;
  border-color: #2d0303 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7d8d8 !important;
  border-color: #f7d8d8 !important;
  color: #ad2323 !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: #e89090 !important;
  border-color: #e89090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ad2323 !important;
  background-color: #e89090 !important;
  border-color: #e89090 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f0b2b2 !important;
  border-color: #f0b2b2 !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: #e26969 !important;
  border-color: #e26969 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e26969 !important;
  border-color: #e26969 !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: transparent;
  color: #b22b35;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6c1a20 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b22b35 !important;
  border-color: #b22b35 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cf0e0e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7e0909 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cf0e0e !important;
  border-color: #cf0e0e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9b9b9b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #707070 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7e0909;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2d0303 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7e0909 !important;
  border-color: #7e0909 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7d8d8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e89090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ad2323 !important;
  background-color: #f7d8d8 !important;
  border-color: #f7d8d8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0b2b2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e26969 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f0b2b2 !important;
  border-color: #f0b2b2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #b22b35 !important;
}
.text-secondary {
  color: #cf0e0e !important;
}
.text-success {
  color: #7e0909 !important;
}
.text-info {
  color: #9b9b9b !important;
}
.text-warning {
  color: #f7d8d8 !important;
}
.text-danger {
  color: #f0b2b2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #60171d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6f0808 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1f0202 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #686868 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e68383 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #df5d5d !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: #b22b35;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9b9b9b;
}
.alert-warning {
  background-color: #f7d8d8;
}
.alert-danger {
  background-color: #f0b2b2;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b22b35;
  border-color: #b22b35;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b22b35;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e07d84;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ef1818;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbdbdb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #b22b35 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #b22b35;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b22b35;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b22b35;
}
.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: #b22b35;
  border-bottom-color: #b22b35;
}
.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: #b22b35 !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: #cf0e0e !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='%23b22b35' %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-ucHrYBC61Q {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f7d8d8;
}
.cid-ucHrYBC61Q input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-ucHrYBC61Q input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-ucHrYBC61Q .btn,
.cid-ucHrYBC61Q .wrapper {
  border-radius: 2rem !important;
}
.cid-ucHrYBC61Q .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ucHrYBC61Q .btn {
    width: 100%;
  }
}
.cid-ucHrYBC61Q .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-ucHrYBC61Q .mbr-section-btn {
    width: 100%;
  }
}
.cid-ucHrYBC61Q .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-ucHrYBC61Q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucHrYBC61Q .form-group {
  margin: 0;
}
.cid-ucHrYBC61Q .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ucHrYBC61Q .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-ucHrYBC61Q .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ucHrYBC61Q .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-ucHrYBC61Q .justify-content-center {
  align-items: center;
}
.cid-ucHrYBC61Q .mbr-section-title {
  text-align: center;
  color: #cf0e0e;
}
.cid-ufBUP4EUSz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufBUP4EUSz .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f7d8d8;
  color: #444444;
  padding: 0;
}
.cid-ufBUP4EUSz .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-ufBUP4EUSz p {
  line-height: 1.6;
}
.cid-ufBUP4EUSz .rev,
.cid-ufBUP4EUSz .mbr-iconfont {
  display: inline-block;
}
.cid-ufBUP4EUSz .card-title {
  color: #cf0e0e;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-ufBUP4EUSz .card-box {
  padding: 1.5rem;
}
.cid-ufBUP4EUSz .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-ufBUP4EUSz .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-ufBUP4EUSz .mbr-section-title,
.cid-ufBUP4EUSz .line-wrap {
  text-align: left;
  color: #9a0712;
}
.cid-ufBUP4EUSz .rev {
  color: #767676;
}
.cid-ufBUP4EUSz .card-text,
.cid-ufBUP4EUSz .mbr-section-btn,
.cid-ufBUP4EUSz .ico-line {
  color: #767676;
}
.cid-ufC6Kd0MUK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufC6Kd0MUK .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-ufC6Kd0MUK H2 {
  color: #9a0712;
  text-align: left;
}
.cid-ufBSXULRji {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f7d8d8;
}
.cid-ufBSXULRji .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-ufBSXULRji H2 {
  color: #9a0712;
  text-align: left;
}
.cid-ufBSB3MLCZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7d8d8;
}
.cid-ufBSB3MLCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufBSB3MLCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ufBSB3MLCZ .container {
    padding: 0 25px;
  }
}
.cid-ufBSB3MLCZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufBSB3MLCZ .row {
    padding-top: 45px;
  }
}
.cid-ufBSB3MLCZ .item:hover .item-wrapper .item-img img,
.cid-ufBSB3MLCZ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-ufBSB3MLCZ .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ufBSB3MLCZ .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-ufBSB3MLCZ .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ufBSB3MLCZ .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-ufBSB3MLCZ .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-ufBSB3MLCZ .border-wrap {
    margin-top: 45px;
  }
}
.cid-ssGlcxMZeN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ssGlcxMZeN .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #ffffff;
}
.cid-ssGlcxMZeN .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-ssGlcxMZeN .margin {
  margin-bottom: 10px;
}
.cid-ssGlcxMZeN .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-ssGlcxMZeN .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-ssGlcxMZeN .title {
  font-size: 24px;
}
.cid-ssGlcxMZeN .form-heading {
  margin-bottom: 20px;
}
.cid-ssGlcxMZeN label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-ssGlcxMZeN input,
.cid-ssGlcxMZeN textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-ssGlcxMZeN .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-ssGlcxMZeN .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-ssGlcxMZeN .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-ssGlcxMZeN .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-ssGlcxMZeN .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-ssGlcxMZeN .gray-button:hover {
  background-color: #5e6068;
}
.cid-ssGlcxMZeN ::placeholder {
  color: #a3a6b2;
}
.cid-ssGld77nMp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ssGld77nMp .media-container-row .mbr-text {
  text-align: left;
}
.cid-ufC5Ycebt2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufC5Ycebt2 nav.navbar {
  position: fixed;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufC5Ycebt2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufC5Ycebt2 .dropdown-item:hover,
.cid-ufC5Ycebt2 .dropdown-item:focus {
  background: #b22b35 !important;
  color: white !important;
}
.cid-ufC5Ycebt2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufC5Ycebt2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufC5Ycebt2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufC5Ycebt2 .nav-link {
  position: relative;
}
.cid-ufC5Ycebt2 .container {
  display: flex;
  margin: auto;
}
.cid-ufC5Ycebt2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufC5Ycebt2 .dropdown-menu,
.cid-ufC5Ycebt2 .navbar.opened {
  background: #9a0712 !important;
}
.cid-ufC5Ycebt2 .nav-item:focus,
.cid-ufC5Ycebt2 .nav-link:focus {
  outline: none;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufC5Ycebt2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufC5Ycebt2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufC5Ycebt2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9a0712;
  color: #ffffff;
}
.cid-ufC5Ycebt2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufC5Ycebt2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufC5Ycebt2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufC5Ycebt2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufC5Ycebt2 .navbar.collapsed {
  justify-content: center;
}
.cid-ufC5Ycebt2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufC5Ycebt2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufC5Ycebt2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufC5Ycebt2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufC5Ycebt2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufC5Ycebt2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufC5Ycebt2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufC5Ycebt2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufC5Ycebt2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufC5Ycebt2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufC5Ycebt2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufC5Ycebt2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufC5Ycebt2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufC5Ycebt2 .dropdown-item.active,
.cid-ufC5Ycebt2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufC5Ycebt2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufC5Ycebt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9a0712;
}
.cid-ufC5Ycebt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufC5Ycebt2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufC5Ycebt2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufC5Ycebt2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufC5Ycebt2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufC5Ycebt2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar {
    height: 70px;
  }
  .cid-ufC5Ycebt2 .navbar.opened {
    height: auto;
  }
  .cid-ufC5Ycebt2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 600px) {
  .cid-ufC5Ycebt2 .navbar-caption {
    display: none;
  }
  .cid-ufC5Ycebt2 img {
    display: none;
  }
}
.cid-ufC2AlIKN4 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-header-1500x525.jpg");
}
.cid-ufC2AlIKN4 .mbr-section-subtitle {
  color: #fff;
  text-transform: uppercase;
}
.cid-ufC2AlIKN4 .mbr-section-title {
  color: #fff;
  margin-bottom: 40px;
}
.cid-ufC2AlIKN4 .counter {
  color: #fff;
  display: inline-flex;
  background-color: #b22b35;
  margin-top: 40px;
  margin-bottom: 0px;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 10px;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  box-shadow: rgba(255, 255, 255, 0.1) 0px -2px 0px 0px inset;
  width: 100%;
}
.cid-ufC2AlIKN4 .number {
  padding-right: 20px;
  margin-bottom: 0px;
  font-size: 2.75rem;
  line-height: 50px;
}
.cid-ufC2AlIKN4 .description {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}
.cid-ufC2AlIKN4 .link {
  display: inline-block;
}
.cid-ufC2AlIKN4 .resume-link {
  display: inline-block;
  margin-top: 40px;
  color: #fff;
}
.cid-ufC2AlIKN4 a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-top: -3px;
  background-color: currentColor;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  vertical-align: middle;
  margin-right: 7px;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.cid-ufC2AlIKN4 .link:hover a::before {
  width: 30px;
}
.cid-ufC8FBDvid.popup-builder {
  background-color: #ffffff;
}
.cid-ufC8FBDvid.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufC8FBDvid.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufC8FBDvid .modal-content,
.cid-ufC8FBDvid .modal-dialog {
  height: auto;
}
.cid-ufC8FBDvid .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufC8FBDvid .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufC8FBDvid .form-wrapper .mbr-form .form-group,
  .cid-ufC8FBDvid .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufC8FBDvid .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufC8FBDvid .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ufC8FBDvid .mbr-text {
  text-align: center;
}
.cid-ufC8FBDvid .pt-0 {
  padding-top: 0 !important;
}
.cid-ufC8FBDvid .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufC8FBDvid .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufC8FBDvid .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufC8FBDvid .modal-open {
  overflow: hidden;
}
.cid-ufC8FBDvid .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufC8FBDvid .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufC8FBDvid .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufC8FBDvid .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ufC8FBDvid .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufC8FBDvid .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufC8FBDvid .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufC8FBDvid .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ufC8FBDvid .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufC8FBDvid .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufC8FBDvid .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufC8FBDvid .modal-backdrop.show {
  opacity: .5;
}
.cid-ufC8FBDvid .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ufC8FBDvid .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufC8FBDvid .modal-header {
    padding: 1rem;
  }
}
.cid-ufC8FBDvid .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufC8FBDvid .modal-header .close svg {
  fill: #353535;
}
.cid-ufC8FBDvid .modal-header .close:hover {
  opacity: 1;
}
.cid-ufC8FBDvid .modal-header .close:focus {
  outline: none;
}
.cid-ufC8FBDvid .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ufC8FBDvid .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufC8FBDvid .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufC8FBDvid .modal-body {
    padding: 1rem;
  }
}
.cid-ufC8FBDvid .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ufC8FBDvid .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufC8FBDvid .modal-footer {
    padding: 1rem;
  }
}
.cid-ufC8FBDvid .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufC8FBDvid .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufC8FBDvid .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufC8FBDvid .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufC8FBDvid .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufC8FBDvid .modal-lg,
  .cid-ufC8FBDvid .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufC8FBDvid .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufC8FBDvid .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufC8FBDvid .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ufC8FBDvid .form-group {
  margin-bottom: 1rem;
}
.cid-ufC8FBDvid .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufC8FBDvid .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufC8FBDvid .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ufC8FBDvid .mbr-section-btn {
  margin: 0;
}
.cid-ufC8FBDvid .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufC7vG0RCB {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-ufC7vG0RCB .mbr-section-title {
  margin-bottom: 0;
  color: #024e68;
}
.cid-ufC7vG0RCB .mbr-iconfont {
  color: #e6f4f4;
  font-size: 1rem;
}
.cid-ufC7vG0RCB .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-ufC7vG0RCB .mbr-iconfont:hover {
  color: #42acac;
}
.cid-ufC7vG0RCB .image-wrap {
  position: relative;
}
.cid-ufC7vG0RCB .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-ufC7vG0RCB .mbr-section-subtitle {
  line-height: 1.5;
  color: #767676;
}
.cid-ufC7vG0RCB .card-wrap {
  margin-bottom: 3rem;
}
.cid-ufC7vG0RCB .card-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-ufC7vG0RCB .card-wrap:hover .img-overlay {
  opacity: 1;
}
.cid-ufC7vG0RCB .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-ufC7vG0RCB .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ufC7vG0RCB .social-media ul li {
  margin: .1rem;
  display: inline-block;
}
.cid-ufC7vG0RCB .img-overlay {
  background: linear-gradient(transparent, #03384b);
  pointer-events: none;
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-ufC7vG0RCB .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
.cid-ufC7vG0RCB .mbr-role {
  color: #3f424e;
  text-align: center;
}
.cid-ufC7vG0RCB .mbr-text {
  color: #767676;
}
.cid-ufC7vG0RCB .mbr-name {
  color: #9a0712;
  text-align: center;
}
.cid-ufC8wBgTMI {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-ufC8wBgTMI .mbr-section-title {
  margin-bottom: 0;
  color: #024e68;
}
.cid-ufC8wBgTMI .mbr-iconfont {
  color: #e6f4f4;
  font-size: 1rem;
}
.cid-ufC8wBgTMI .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-ufC8wBgTMI .mbr-iconfont:hover {
  color: #42acac;
}
.cid-ufC8wBgTMI .image-wrap {
  position: relative;
}
.cid-ufC8wBgTMI .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-ufC8wBgTMI .mbr-section-subtitle {
  line-height: 1.5;
  color: #767676;
}
.cid-ufC8wBgTMI .card-wrap {
  margin-bottom: 3rem;
}
.cid-ufC8wBgTMI .card-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-ufC8wBgTMI .card-wrap:hover .img-overlay {
  opacity: 1;
}
.cid-ufC8wBgTMI .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-ufC8wBgTMI .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ufC8wBgTMI .social-media ul li {
  margin: .1rem;
  display: inline-block;
}
.cid-ufC8wBgTMI .img-overlay {
  background: linear-gradient(transparent, #03384b);
  pointer-events: none;
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-ufC8wBgTMI .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
.cid-ufC8wBgTMI .mbr-role {
  color: #3f424e;
  text-align: center;
}
.cid-ufC8wBgTMI .mbr-text {
  color: #767676;
}
.cid-ufC8wBgTMI .mbr-name {
  color: #9a0712;
  text-align: center;
}
.cid-ufC8xxuDs3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-ufC8xxuDs3 .mbr-section-title {
  margin-bottom: 0;
  color: #024e68;
}
.cid-ufC8xxuDs3 .mbr-iconfont {
  color: #e6f4f4;
  font-size: 1rem;
}
.cid-ufC8xxuDs3 .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-ufC8xxuDs3 .mbr-iconfont:hover {
  color: #42acac;
}
.cid-ufC8xxuDs3 .image-wrap {
  position: relative;
}
.cid-ufC8xxuDs3 .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-ufC8xxuDs3 .mbr-section-subtitle {
  line-height: 1.5;
  color: #767676;
}
.cid-ufC8xxuDs3 .card-wrap {
  margin-bottom: 3rem;
}
.cid-ufC8xxuDs3 .card-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-ufC8xxuDs3 .card-wrap:hover .img-overlay {
  opacity: 1;
}
.cid-ufC8xxuDs3 .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-ufC8xxuDs3 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ufC8xxuDs3 .social-media ul li {
  margin: .1rem;
  display: inline-block;
}
.cid-ufC8xxuDs3 .img-overlay {
  background: linear-gradient(transparent, #03384b);
  pointer-events: none;
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-ufC8xxuDs3 .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
.cid-ufC8xxuDs3 .mbr-role {
  color: #3f424e;
  text-align: center;
}
.cid-ufC8xxuDs3 .mbr-text {
  color: #767676;
}
.cid-ufC8xxuDs3 .mbr-name {
  color: #9a0712;
  text-align: center;
}
.cid-ufBWNh0ohp {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ufBWNh0ohp .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #ffffff;
}
.cid-ufBWNh0ohp .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-ufBWNh0ohp .margin {
  margin-bottom: 10px;
}
.cid-ufBWNh0ohp .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-ufBWNh0ohp .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-ufBWNh0ohp .title {
  font-size: 24px;
}
.cid-ufBWNh0ohp .form-heading {
  margin-bottom: 20px;
}
.cid-ufBWNh0ohp label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-ufBWNh0ohp input,
.cid-ufBWNh0ohp textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-ufBWNh0ohp .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-ufBWNh0ohp .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-ufBWNh0ohp .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-ufBWNh0ohp .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-ufBWNh0ohp .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-ufBWNh0ohp .gray-button:hover {
  background-color: #5e6068;
}
.cid-ufBWNh0ohp ::placeholder {
  color: #a3a6b2;
}
.cid-ufBWNia5tP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ufBWNia5tP .media-container-row .mbr-text {
  text-align: left;
}
.cid-ufC5Ycebt2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufC5Ycebt2 nav.navbar {
  position: fixed;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufC5Ycebt2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufC5Ycebt2 .dropdown-item:hover,
.cid-ufC5Ycebt2 .dropdown-item:focus {
  background: #b22b35 !important;
  color: white !important;
}
.cid-ufC5Ycebt2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufC5Ycebt2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufC5Ycebt2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufC5Ycebt2 .nav-link {
  position: relative;
}
.cid-ufC5Ycebt2 .container {
  display: flex;
  margin: auto;
}
.cid-ufC5Ycebt2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufC5Ycebt2 .dropdown-menu,
.cid-ufC5Ycebt2 .navbar.opened {
  background: #9a0712 !important;
}
.cid-ufC5Ycebt2 .nav-item:focus,
.cid-ufC5Ycebt2 .nav-link:focus {
  outline: none;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufC5Ycebt2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufC5Ycebt2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufC5Ycebt2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9a0712;
  color: #ffffff;
}
.cid-ufC5Ycebt2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufC5Ycebt2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufC5Ycebt2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufC5Ycebt2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufC5Ycebt2 .navbar.collapsed {
  justify-content: center;
}
.cid-ufC5Ycebt2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufC5Ycebt2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufC5Ycebt2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufC5Ycebt2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufC5Ycebt2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufC5Ycebt2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufC5Ycebt2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufC5Ycebt2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufC5Ycebt2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufC5Ycebt2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufC5Ycebt2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufC5Ycebt2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufC5Ycebt2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufC5Ycebt2 .dropdown-item.active,
.cid-ufC5Ycebt2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufC5Ycebt2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufC5Ycebt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9a0712;
}
.cid-ufC5Ycebt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufC5Ycebt2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufC5Ycebt2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufC5Ycebt2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufC5Ycebt2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufC5Ycebt2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar {
    height: 70px;
  }
  .cid-ufC5Ycebt2 .navbar.opened {
    height: auto;
  }
  .cid-ufC5Ycebt2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 600px) {
  .cid-ufC5Ycebt2 .navbar-caption {
    display: none;
  }
  .cid-ufC5Ycebt2 img {
    display: none;
  }
}
.cid-ufC5Ycebt2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufC5Ycebt2 nav.navbar {
  position: fixed;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufC5Ycebt2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufC5Ycebt2 .dropdown-item:hover,
.cid-ufC5Ycebt2 .dropdown-item:focus {
  background: #b22b35 !important;
  color: white !important;
}
.cid-ufC5Ycebt2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufC5Ycebt2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufC5Ycebt2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufC5Ycebt2 .nav-link {
  position: relative;
}
.cid-ufC5Ycebt2 .container {
  display: flex;
  margin: auto;
}
.cid-ufC5Ycebt2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufC5Ycebt2 .dropdown-menu,
.cid-ufC5Ycebt2 .navbar.opened {
  background: #9a0712 !important;
}
.cid-ufC5Ycebt2 .nav-item:focus,
.cid-ufC5Ycebt2 .nav-link:focus {
  outline: none;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufC5Ycebt2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufC5Ycebt2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufC5Ycebt2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9a0712;
  color: #ffffff;
}
.cid-ufC5Ycebt2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufC5Ycebt2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufC5Ycebt2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufC5Ycebt2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufC5Ycebt2 .navbar.collapsed {
  justify-content: center;
}
.cid-ufC5Ycebt2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufC5Ycebt2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufC5Ycebt2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufC5Ycebt2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufC5Ycebt2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufC5Ycebt2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufC5Ycebt2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufC5Ycebt2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufC5Ycebt2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufC5Ycebt2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufC5Ycebt2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufC5Ycebt2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufC5Ycebt2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufC5Ycebt2 .dropdown-item.active,
.cid-ufC5Ycebt2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufC5Ycebt2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufC5Ycebt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9a0712;
}
.cid-ufC5Ycebt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufC5Ycebt2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufC5Ycebt2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufC5Ycebt2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufC5Ycebt2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufC5Ycebt2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar {
    height: 70px;
  }
  .cid-ufC5Ycebt2 .navbar.opened {
    height: auto;
  }
  .cid-ufC5Ycebt2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 600px) {
  .cid-ufC5Ycebt2 .navbar-caption {
    display: none;
  }
  .cid-ufC5Ycebt2 img {
    display: none;
  }
}
.cid-ufC5sHsP1T {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-header-1500x525.jpg");
}
.cid-ufC5sHsP1T .mbr-section-subtitle {
  color: #fff;
  text-transform: uppercase;
}
.cid-ufC5sHsP1T .mbr-section-title {
  color: #fff;
  margin-bottom: 40px;
}
.cid-ufC5sHsP1T .counter {
  color: #fff;
  display: inline-flex;
  background-color: #b22b35;
  margin-top: 40px;
  margin-bottom: 0px;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 10px;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  box-shadow: rgba(255, 255, 255, 0.1) 0px -2px 0px 0px inset;
  width: 100%;
}
.cid-ufC5sHsP1T .number {
  padding-right: 20px;
  margin-bottom: 0px;
  font-size: 2.75rem;
  line-height: 50px;
}
.cid-ufC5sHsP1T .description {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}
.cid-ufC5sHsP1T .link {
  display: inline-block;
}
.cid-ufC5sHsP1T .resume-link {
  display: inline-block;
  margin-top: 40px;
  color: #fff;
}
.cid-ufC5sHsP1T a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-top: -3px;
  background-color: currentColor;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  vertical-align: middle;
  margin-right: 7px;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.cid-ufC5sHsP1T .link:hover a::before {
  width: 30px;
}
.cid-ufBWQZhV2T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufBWQZhV2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufBWQZhV2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufBWQZhV2T .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufBWQZhV2T .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-ufBWQZhV2T .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-ufBWQZhV2T .card-col {
    padding: 20px 0 0;
  }
}
.cid-ufBWQZhV2T .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-ufBWQZhV2T .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-ufBWQZhV2T .card-wrapper {
    max-width: 100%;
  }
}
.cid-ufBWQZhV2T .card-title {
  padding-bottom: 10px;
  color: #9a0712;
}
.cid-ufBWQZhV2T .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-ufBWQZhV2T .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-ufBWQZhV2T .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-ufBWQZhV2T .image-wrapper {
    max-width: 100%;
  }
}
.cid-ufBWQZhV2T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufBWQZhV2T .mbr-text,
.cid-ufBWQZhV2T .mbr-section-btn {
  color: #767676;
}
.cid-ufBWR0rv9y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufBWR0rv9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufBWR0rv9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufBWR0rv9y .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufBWR0rv9y .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-ufBWR0rv9y .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-ufBWR0rv9y .card-col {
    padding: 20px 0 0;
  }
}
.cid-ufBWR0rv9y .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-ufBWR0rv9y .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-ufBWR0rv9y .card-wrapper {
    max-width: 100%;
  }
}
.cid-ufBWR0rv9y .card-title {
  padding-bottom: 10px;
  color: #9a0712;
}
.cid-ufBWR0rv9y .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-ufBWR0rv9y .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-ufBWR0rv9y .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-ufBWR0rv9y .image-wrapper {
    max-width: 100%;
  }
}
.cid-ufBWR0rv9y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufBWR0rv9y .mbr-text,
.cid-ufBWR0rv9y .mbr-section-btn {
  color: #767676;
}
.cid-ufBWR1PEfi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufBWR1PEfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufBWR1PEfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufBWR1PEfi .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufBWR1PEfi .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-ufBWR1PEfi .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-ufBWR1PEfi .card-col {
    padding: 20px 0 0;
  }
}
.cid-ufBWR1PEfi .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-ufBWR1PEfi .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-ufBWR1PEfi .card-wrapper {
    max-width: 100%;
  }
}
.cid-ufBWR1PEfi .card-title {
  padding-bottom: 10px;
  color: #9a0712;
}
.cid-ufBWR1PEfi .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-ufBWR1PEfi .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-ufBWR1PEfi .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-ufBWR1PEfi .image-wrapper {
    max-width: 100%;
  }
}
.cid-ufBWR1PEfi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufBWR1PEfi .mbr-text,
.cid-ufBWR1PEfi .mbr-section-btn {
  color: #767676;
}
.cid-ufBWR2Dt7Y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufBWR2Dt7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufBWR2Dt7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufBWR2Dt7Y .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufBWR2Dt7Y .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-ufBWR2Dt7Y .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-ufBWR2Dt7Y .card-col {
    padding: 20px 0 0;
  }
}
.cid-ufBWR2Dt7Y .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-ufBWR2Dt7Y .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-ufBWR2Dt7Y .card-wrapper {
    max-width: 100%;
  }
}
.cid-ufBWR2Dt7Y .card-title {
  padding-bottom: 10px;
  color: #9a0712;
}
.cid-ufBWR2Dt7Y .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-ufBWR2Dt7Y .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-ufBWR2Dt7Y .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-ufBWR2Dt7Y .image-wrapper {
    max-width: 100%;
  }
}
.cid-ufBWR2Dt7Y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufBWR2Dt7Y .mbr-text,
.cid-ufBWR2Dt7Y .mbr-section-btn {
  color: #767676;
}
.cid-ufBWR3rvdq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufBWR3rvdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufBWR3rvdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufBWR3rvdq .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufBWR3rvdq .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-ufBWR3rvdq .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-ufBWR3rvdq .card-col {
    padding: 20px 0 0;
  }
}
.cid-ufBWR3rvdq .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-ufBWR3rvdq .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-ufBWR3rvdq .card-wrapper {
    max-width: 100%;
  }
}
.cid-ufBWR3rvdq .card-title {
  padding-bottom: 10px;
  color: #9a0712;
}
.cid-ufBWR3rvdq .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-ufBWR3rvdq .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-ufBWR3rvdq .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-ufBWR3rvdq .image-wrapper {
    max-width: 100%;
  }
}
.cid-ufBWR3rvdq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufBWR3rvdq .mbr-text,
.cid-ufBWR3rvdq .mbr-section-btn {
  color: #767676;
}
.cid-ufBWR4xNiF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufBWR4xNiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufBWR4xNiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufBWR4xNiF .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufBWR4xNiF .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-ufBWR4xNiF .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-ufBWR4xNiF .card-col {
    padding: 20px 0 0;
  }
}
.cid-ufBWR4xNiF .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-ufBWR4xNiF .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-ufBWR4xNiF .card-wrapper {
    max-width: 100%;
  }
}
.cid-ufBWR4xNiF .card-title {
  padding-bottom: 10px;
  color: #9a0712;
}
.cid-ufBWR4xNiF .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-ufBWR4xNiF .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-ufBWR4xNiF .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-ufBWR4xNiF .image-wrapper {
    max-width: 100%;
  }
}
.cid-ufBWR4xNiF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufBWR4xNiF .mbr-text,
.cid-ufBWR4xNiF .mbr-section-btn {
  color: #767676;
}
.cid-ufBWR5rJe1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ufBWR5rJe1 .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #ffffff;
}
.cid-ufBWR5rJe1 .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-ufBWR5rJe1 .margin {
  margin-bottom: 10px;
}
.cid-ufBWR5rJe1 .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-ufBWR5rJe1 .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-ufBWR5rJe1 .title {
  font-size: 24px;
}
.cid-ufBWR5rJe1 .form-heading {
  margin-bottom: 20px;
}
.cid-ufBWR5rJe1 label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-ufBWR5rJe1 input,
.cid-ufBWR5rJe1 textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-ufBWR5rJe1 .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-ufBWR5rJe1 .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-ufBWR5rJe1 .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-ufBWR5rJe1 .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-ufBWR5rJe1 .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-ufBWR5rJe1 .gray-button:hover {
  background-color: #5e6068;
}
.cid-ufBWR5rJe1 ::placeholder {
  color: #a3a6b2;
}
.cid-ufBWR6Hr2V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ufBWR6Hr2V .media-container-row .mbr-text {
  text-align: left;
}
.cid-ufC4G9Q8RJ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-header-1500x525.jpg");
}
.cid-ufC4G9Q8RJ .mbr-section-subtitle {
  color: #fff;
  text-transform: uppercase;
}
.cid-ufC4G9Q8RJ .mbr-section-title {
  color: #fff;
  margin-bottom: 40px;
}
.cid-ufC4G9Q8RJ .counter {
  color: #fff;
  display: inline-flex;
  background-color: #b22b35;
  margin-top: 40px;
  margin-bottom: 0px;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 10px;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  box-shadow: rgba(255, 255, 255, 0.1) 0px -2px 0px 0px inset;
  width: 100%;
}
.cid-ufC4G9Q8RJ .number {
  padding-right: 20px;
  margin-bottom: 0px;
  font-size: 2.75rem;
  line-height: 50px;
}
.cid-ufC4G9Q8RJ .description {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}
.cid-ufC4G9Q8RJ .link {
  display: inline-block;
}
.cid-ufC4G9Q8RJ .resume-link {
  display: inline-block;
  margin-top: 40px;
  color: #fff;
}
.cid-ufC4G9Q8RJ a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-top: -3px;
  background-color: currentColor;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  vertical-align: middle;
  margin-right: 7px;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.cid-ufC4G9Q8RJ .link:hover a::before {
  width: 30px;
}
.cid-ufBWUAZ9at {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufBWUAZ9at .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f7d8d8;
  color: #444444;
  padding: 0;
}
.cid-ufBWUAZ9at .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-ufBWUAZ9at p {
  line-height: 1.6;
}
.cid-ufBWUAZ9at .rev,
.cid-ufBWUAZ9at .mbr-iconfont {
  display: inline-block;
}
.cid-ufBWUAZ9at .card-title {
  color: #cf0e0e;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-ufBWUAZ9at .card-box {
  padding: 1.5rem;
}
.cid-ufBWUAZ9at .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-ufBWUAZ9at .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-ufBWUAZ9at .mbr-section-title,
.cid-ufBWUAZ9at .line-wrap {
  text-align: left;
  color: #9a0712;
}
.cid-ufBWUAZ9at .rev {
  color: #767676;
}
.cid-ufBWUAZ9at .card-text,
.cid-ufBWUAZ9at .mbr-section-btn,
.cid-ufBWUAZ9at .ico-line {
  color: #767676;
}
.cid-uqOvCZOrDr {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uqOvCZOrDr .main-content .mbr-section-subtitle {
  color: #cf0e0e;
  margin-bottom: 10px;
}
.cid-uqOvCZOrDr .main-content .mbr-section-title {
  margin-bottom: 20px;
  color: #b22b35;
}
.cid-uqOvCZOrDr .main-content .mbr-text {
  color: #9b9b9b;
}
.cid-uqOvCZOrDr .categories {
  background-color: #efefef;
  padding: 35px 30px 40px;
}
.cid-uqOvCZOrDr .categories .mbr-section-subtitle {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.cid-uqOvCZOrDr .categories .mbr-section-subtitle::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uqOvCZOrDr .categories .mbr-section-subtitle::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.cid-uqOvCZOrDr .categories .nav {
  border: none;
  width: 100%;
}
.cid-uqOvCZOrDr .categories .nav .nav-item {
  margin-bottom: 15px;
  width: 100%;
}
.cid-uqOvCZOrDr .categories .nav .nav-item:hover .nav-link {
  color: #ffffff !important;
  background: #9b9b9b !important;
}
.cid-uqOvCZOrDr .categories .nav .nav-item .nav-link {
  display: block;
  color: #092834;
  box-sizing: border-box;
  font-style: normal;
  background: #ffffff;
  padding: 19px 20px;
  border: 1px solid #efefef;
  margin: 0px;
  border-radius: 3px !important;
  transition: all .3s linear 0ms;
  font-weight: 500;
}
.cid-uqOvCZOrDr .categories .nav .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-uqOvCZOrDr .categories .nav .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-uqOvCZOrDr .categories .nav .nav-item .nav-link .count {
  float: right;
}
@media (max-width: 768px) {
  .cid-uqOvCZOrDr .nav-item {
    display: table-row !important;
  }
  .cid-uqOvCZOrDr .categories {
    margin-bottom: 20px;
  }
  .cid-uqOvCZOrDr .categories .mbr-section-subtitle {
    text-align: left;
  }
  .cid-uqOvCZOrDr .meta::before {
    display: none !important;
  }
  .cid-uqOvCZOrDr .meta .item-comment::after {
    display: none !important;
  }
  .cid-uqOvCZOrDr .link {
    justify-content: center !important;
  }
}
.cid-uqOvCZOrDr .card-wrapper {
  height: 100%;
  margin-bottom: 15px;
}
.cid-uqOvCZOrDr .card-wrapper .img-wrap {
  margin-bottom: 30px;
}
.cid-uqOvCZOrDr .card-wrapper .img-wrap img {
  width: 100%;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .card-title {
  color: #b22b35;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .card-title:hover {
  color: #b22b35;
  transition: 0.3s all;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .meta .mbr-iconfont {
  color: #9b9b9b;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .meta .item-category .category {
  color: #b22b35;
  font-weight: 500;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .meta .item-category:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .meta .item-date .date {
  color: #9b9b9b;
  font-weight: 500;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #9b9b9b;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #9b9b9b;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .meta .item-comment .comment {
  color: #9b9b9b;
  font-weight: 500;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .card-subtitle {
  color: #b22b35;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #9b9b9b;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uqOvCZOrDr .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uqOvCZOrDr .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-uqOvCZOrDr .card-wrapper .card-box .mbr-text,
.cid-uqOvCZOrDr .mbr-section-btn {
  color: #333333;
}
.cid-ufC4Q9TNa0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufC4Q9TNa0 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f7d8d8;
  color: #444444;
  padding: 0;
}
.cid-ufC4Q9TNa0 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-ufC4Q9TNa0 p {
  line-height: 1.6;
}
.cid-ufC4Q9TNa0 .rev,
.cid-ufC4Q9TNa0 .mbr-iconfont {
  display: inline-block;
}
.cid-ufC4Q9TNa0 .card-title {
  color: #cf0e0e;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-ufC4Q9TNa0 .card-box {
  padding: 1.5rem;
}
.cid-ufC4Q9TNa0 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-ufC4Q9TNa0 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-ufC4Q9TNa0 .mbr-section-title,
.cid-ufC4Q9TNa0 .line-wrap {
  text-align: left;
  color: #9a0712;
}
.cid-ufC4Q9TNa0 .rev {
  color: #767676;
}
.cid-ufC4Q9TNa0 .card-text,
.cid-ufC4Q9TNa0 .mbr-section-btn,
.cid-ufC4Q9TNa0 .ico-line {
  color: #767676;
}
.cid-ufC4OVDzKF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufC4OVDzKF .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f7d8d8;
  color: #444444;
  padding: 0;
}
.cid-ufC4OVDzKF .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-ufC4OVDzKF p {
  line-height: 1.6;
}
.cid-ufC4OVDzKF .rev,
.cid-ufC4OVDzKF .mbr-iconfont {
  display: inline-block;
}
.cid-ufC4OVDzKF .card-title {
  color: #cf0e0e;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-ufC4OVDzKF .card-box {
  padding: 1.5rem;
}
.cid-ufC4OVDzKF .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-ufC4OVDzKF .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-ufC4OVDzKF .mbr-section-title,
.cid-ufC4OVDzKF .line-wrap {
  text-align: left;
  color: #9a0712;
}
.cid-ufC4OVDzKF .rev {
  color: #767676;
}
.cid-ufC4OVDzKF .card-text,
.cid-ufC4OVDzKF .mbr-section-btn,
.cid-ufC4OVDzKF .ico-line {
  color: #767676;
}
.cid-ufBWURhavj {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ufBWURhavj .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #ffffff;
}
.cid-ufBWURhavj .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-ufBWURhavj .margin {
  margin-bottom: 10px;
}
.cid-ufBWURhavj .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-ufBWURhavj .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-ufBWURhavj .title {
  font-size: 24px;
}
.cid-ufBWURhavj .form-heading {
  margin-bottom: 20px;
}
.cid-ufBWURhavj label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-ufBWURhavj input,
.cid-ufBWURhavj textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-ufBWURhavj .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-ufBWURhavj .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-ufBWURhavj .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-ufBWURhavj .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-ufBWURhavj .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-ufBWURhavj .gray-button:hover {
  background-color: #5e6068;
}
.cid-ufBWURhavj ::placeholder {
  color: #a3a6b2;
}
.cid-ufBWUSGO9D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ufBWUSGO9D .media-container-row .mbr-text {
  text-align: left;
}
.cid-ufC5Ycebt2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufC5Ycebt2 nav.navbar {
  position: fixed;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufC5Ycebt2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufC5Ycebt2 .dropdown-item:hover,
.cid-ufC5Ycebt2 .dropdown-item:focus {
  background: #b22b35 !important;
  color: white !important;
}
.cid-ufC5Ycebt2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufC5Ycebt2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufC5Ycebt2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufC5Ycebt2 .nav-link {
  position: relative;
}
.cid-ufC5Ycebt2 .container {
  display: flex;
  margin: auto;
}
.cid-ufC5Ycebt2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufC5Ycebt2 .dropdown-menu,
.cid-ufC5Ycebt2 .navbar.opened {
  background: #9a0712 !important;
}
.cid-ufC5Ycebt2 .nav-item:focus,
.cid-ufC5Ycebt2 .nav-link:focus {
  outline: none;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufC5Ycebt2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufC5Ycebt2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufC5Ycebt2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9a0712;
  color: #ffffff;
}
.cid-ufC5Ycebt2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufC5Ycebt2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufC5Ycebt2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufC5Ycebt2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufC5Ycebt2 .navbar.collapsed {
  justify-content: center;
}
.cid-ufC5Ycebt2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufC5Ycebt2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufC5Ycebt2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufC5Ycebt2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufC5Ycebt2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufC5Ycebt2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufC5Ycebt2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufC5Ycebt2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufC5Ycebt2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufC5Ycebt2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufC5Ycebt2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufC5Ycebt2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufC5Ycebt2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufC5Ycebt2 .dropdown-item.active,
.cid-ufC5Ycebt2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufC5Ycebt2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufC5Ycebt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9a0712;
}
.cid-ufC5Ycebt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufC5Ycebt2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufC5Ycebt2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufC5Ycebt2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufC5Ycebt2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufC5Ycebt2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar {
    height: 70px;
  }
  .cid-ufC5Ycebt2 .navbar.opened {
    height: auto;
  }
  .cid-ufC5Ycebt2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 600px) {
  .cid-ufC5Ycebt2 .navbar-caption {
    display: none;
  }
  .cid-ufC5Ycebt2 img {
    display: none;
  }
}
.cid-ufBWYGauYS {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-header-1500x525.jpg");
}
.cid-ufBWYGauYS .mbr-section-subtitle {
  color: #fff;
  text-transform: uppercase;
}
.cid-ufBWYGauYS .mbr-section-title {
  color: #fff;
  margin-bottom: 40px;
}
.cid-ufBWYGauYS .counter {
  color: #fff;
  display: inline-flex;
  background-color: #b22b35;
  margin-top: 40px;
  margin-bottom: 0px;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 10px;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  box-shadow: rgba(255, 255, 255, 0.1) 0px -2px 0px 0px inset;
  width: 100%;
}
.cid-ufBWYGauYS .number {
  padding-right: 20px;
  margin-bottom: 0px;
  font-size: 2.75rem;
  line-height: 50px;
}
.cid-ufBWYGauYS .description {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}
.cid-ufBWYGauYS .link {
  display: inline-block;
}
.cid-ufBWYGauYS .resume-link {
  display: inline-block;
  margin-top: 40px;
  color: #fff;
}
.cid-ufBWYGauYS a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-top: -3px;
  background-color: currentColor;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  vertical-align: middle;
  margin-right: 7px;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.cid-ufBWYGauYS .link:hover a::before {
  width: 30px;
}
.cid-ufBXYbZp4g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufBXYbZp4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufBXYbZp4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ufBXYbZp4g .container {
    padding: 0 24px;
  }
}
.cid-ufBXYbZp4g .content-wrapper {
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ufBXYbZp4g .content-wrapper {
    padding: 24px;
  }
}
.cid-ufBXYbZp4g .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ufBXYbZp4g .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufBXYbZp4g .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ufBXYbZp4g .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ufBXYbZp4g .mbr-section-title {
  color: #F9F6E0;
}
.cid-ufBXYbZp4g .mbr-text {
  color: #767676;
}
.cid-ufBXYbZp4g .mbr-section-title,
.cid-ufBXYbZp4g .mbr-section-btn {
  color: #9a0712;
}
.cid-ufBZYE8Ene {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7d8d8;
}
.cid-ufBZYE8Ene .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufBZYE8Ene .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ufBZYE8Ene .container {
    padding: 0 16px;
  }
}
.cid-ufBZYE8Ene .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ufBZYE8Ene .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ufBZYE8Ene .item {
  margin-bottom: 32px;
}
.cid-ufBZYE8Ene .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ufBZYE8Ene .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-ufBZYE8Ene .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-ufBZYE8Ene .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ufBZYE8Ene .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-ufBZYE8Ene .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ufBZYE8Ene .card-title {
  color: #f4f4f4;
}
.cid-ufBZYE8Ene .card-text {
  color: #c1c1c1;
}
.cid-ufBZYE8Ene .card-text,
.cid-ufBZYE8Ene .text-wrap {
  color: #3f424e;
}
.cid-ufBZYE8Ene .card-title,
.cid-ufBZYE8Ene .title-wrapper {
  color: #9a0712;
}
.cid-ufC1PNGwXV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7d8d8;
}
.cid-ufC1PNGwXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC1PNGwXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ufC1PNGwXV .container {
    padding: 0 24px;
  }
}
.cid-ufC1PNGwXV .content-wrapper {
  border-bottom: 1px solid #f7d8d8;
}
@media (max-width: 992px) {
  .cid-ufC1PNGwXV .content-wrapper {
    padding: 24px;
  }
}
.cid-ufC1PNGwXV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ufC1PNGwXV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufC1PNGwXV .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ufC1PNGwXV .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ufC1PNGwXV .mbr-section-title {
  color: #F9F6E0;
}
.cid-ufC1PNGwXV .mbr-text {
  color: #767676;
}
.cid-ufC1PNGwXV .mbr-section-title,
.cid-ufC1PNGwXV .mbr-section-btn {
  color: #9a0712;
}
.cid-ufBWZ0gy2M {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ufBWZ0gy2M .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #ffffff;
}
.cid-ufBWZ0gy2M .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-ufBWZ0gy2M .margin {
  margin-bottom: 10px;
}
.cid-ufBWZ0gy2M .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-ufBWZ0gy2M .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-ufBWZ0gy2M .title {
  font-size: 24px;
}
.cid-ufBWZ0gy2M .form-heading {
  margin-bottom: 20px;
}
.cid-ufBWZ0gy2M label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-ufBWZ0gy2M input,
.cid-ufBWZ0gy2M textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-ufBWZ0gy2M .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-ufBWZ0gy2M .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-ufBWZ0gy2M .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-ufBWZ0gy2M .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-ufBWZ0gy2M .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-ufBWZ0gy2M .gray-button:hover {
  background-color: #5e6068;
}
.cid-ufBWZ0gy2M ::placeholder {
  color: #a3a6b2;
}
.cid-ufBWZ1Ne60 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ufBWZ1Ne60 .media-container-row .mbr-text {
  text-align: left;
}
.cid-ufC5Ycebt2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufC5Ycebt2 nav.navbar {
  position: fixed;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufC5Ycebt2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufC5Ycebt2 .dropdown-item:hover,
.cid-ufC5Ycebt2 .dropdown-item:focus {
  background: #b22b35 !important;
  color: white !important;
}
.cid-ufC5Ycebt2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufC5Ycebt2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufC5Ycebt2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufC5Ycebt2 .nav-link {
  position: relative;
}
.cid-ufC5Ycebt2 .container {
  display: flex;
  margin: auto;
}
.cid-ufC5Ycebt2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufC5Ycebt2 .dropdown-menu,
.cid-ufC5Ycebt2 .navbar.opened {
  background: #9a0712 !important;
}
.cid-ufC5Ycebt2 .nav-item:focus,
.cid-ufC5Ycebt2 .nav-link:focus {
  outline: none;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufC5Ycebt2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufC5Ycebt2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufC5Ycebt2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9a0712;
  color: #ffffff;
}
.cid-ufC5Ycebt2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufC5Ycebt2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufC5Ycebt2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufC5Ycebt2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufC5Ycebt2 .navbar.collapsed {
  justify-content: center;
}
.cid-ufC5Ycebt2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufC5Ycebt2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufC5Ycebt2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufC5Ycebt2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufC5Ycebt2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufC5Ycebt2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufC5Ycebt2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufC5Ycebt2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufC5Ycebt2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufC5Ycebt2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufC5Ycebt2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufC5Ycebt2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufC5Ycebt2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufC5Ycebt2 .dropdown-item.active,
.cid-ufC5Ycebt2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufC5Ycebt2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufC5Ycebt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9a0712;
}
.cid-ufC5Ycebt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufC5Ycebt2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufC5Ycebt2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufC5Ycebt2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufC5Ycebt2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufC5Ycebt2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar {
    height: 70px;
  }
  .cid-ufC5Ycebt2 .navbar.opened {
    height: auto;
  }
  .cid-ufC5Ycebt2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 600px) {
  .cid-ufC5Ycebt2 .navbar-caption {
    display: none;
  }
  .cid-ufC5Ycebt2 img {
    display: none;
  }
}
.cid-ufC6gWxzLO {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-header-1500x525.jpg");
}
.cid-ufC6gWxzLO .mbr-section-subtitle {
  color: #fff;
  text-transform: uppercase;
}
.cid-ufC6gWxzLO .mbr-section-title {
  color: #fff;
  margin-bottom: 40px;
}
.cid-ufC6gWxzLO .counter {
  color: #fff;
  display: inline-flex;
  background-color: #b22b35;
  margin-top: 40px;
  margin-bottom: 0px;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 10px;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  box-shadow: rgba(255, 255, 255, 0.1) 0px -2px 0px 0px inset;
  width: 100%;
}
.cid-ufC6gWxzLO .number {
  padding-right: 20px;
  margin-bottom: 0px;
  font-size: 2.75rem;
  line-height: 50px;
}
.cid-ufC6gWxzLO .description {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}
.cid-ufC6gWxzLO .link {
  display: inline-block;
}
.cid-ufC6gWxzLO .resume-link {
  display: inline-block;
  margin-top: 40px;
  color: #fff;
}
.cid-ufC6gWxzLO a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-top: -3px;
  background-color: currentColor;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  vertical-align: middle;
  margin-right: 7px;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.cid-ufC6gWxzLO .link:hover a::before {
  width: 30px;
}
.cid-ufC5GSOJce {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-ufC5GSOJce .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC5GSOJce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC5GSOJce .content-wrap {
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-ufC5GSOJce .content-wrap {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ufC5GSOJce {
    align-items: center;
  }
  .cid-ufC5GSOJce .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufC5GSOJce .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufC5GSOJce {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufC5GSOJce .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufC5GSOJce .content-wrap {
    width: 100%;
  }
}
.cid-ufC5GSOJce .mbr-section-title {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GSOJce .mbr-text,
.cid-ufC5GSOJce .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GTA5E9 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-ufC5GTA5E9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC5GTA5E9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC5GTA5E9 .content-wrap {
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-ufC5GTA5E9 .content-wrap {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ufC5GTA5E9 {
    align-items: center;
  }
  .cid-ufC5GTA5E9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufC5GTA5E9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufC5GTA5E9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufC5GTA5E9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufC5GTA5E9 .content-wrap {
    width: 100%;
  }
}
.cid-ufC5GTA5E9 .mbr-section-title {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GTA5E9 .mbr-text,
.cid-ufC5GTA5E9 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GUkT4y {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-ufC5GUkT4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC5GUkT4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC5GUkT4y .content-wrap {
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-ufC5GUkT4y .content-wrap {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ufC5GUkT4y {
    align-items: center;
  }
  .cid-ufC5GUkT4y .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufC5GUkT4y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufC5GUkT4y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufC5GUkT4y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufC5GUkT4y .content-wrap {
    width: 100%;
  }
}
.cid-ufC5GUkT4y .mbr-section-title {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GUkT4y .mbr-text,
.cid-ufC5GUkT4y .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GV3gZe {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-ufC5GV3gZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC5GV3gZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC5GV3gZe .content-wrap {
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-ufC5GV3gZe .content-wrap {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ufC5GV3gZe {
    align-items: center;
  }
  .cid-ufC5GV3gZe .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufC5GV3gZe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufC5GV3gZe {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufC5GV3gZe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufC5GV3gZe .content-wrap {
    width: 100%;
  }
}
.cid-ufC5GV3gZe .mbr-section-title {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GV3gZe .mbr-text,
.cid-ufC5GV3gZe .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GVRz4P {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-ufC5GVRz4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC5GVRz4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC5GVRz4P .content-wrap {
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-ufC5GVRz4P .content-wrap {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ufC5GVRz4P {
    align-items: center;
  }
  .cid-ufC5GVRz4P .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufC5GVRz4P .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufC5GVRz4P {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufC5GVRz4P .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufC5GVRz4P .content-wrap {
    width: 100%;
  }
}
.cid-ufC5GVRz4P .mbr-section-title {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GVRz4P .mbr-text,
.cid-ufC5GVRz4P .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GWAME4 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-ufC5GWAME4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC5GWAME4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC5GWAME4 .content-wrap {
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-ufC5GWAME4 .content-wrap {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ufC5GWAME4 {
    align-items: center;
  }
  .cid-ufC5GWAME4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufC5GWAME4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufC5GWAME4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufC5GWAME4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufC5GWAME4 .content-wrap {
    width: 100%;
  }
}
.cid-ufC5GWAME4 .mbr-section-title {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GWAME4 .mbr-text,
.cid-ufC5GWAME4 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GXl0F4 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-ufC5GXl0F4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC5GXl0F4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC5GXl0F4 .content-wrap {
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-ufC5GXl0F4 .content-wrap {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ufC5GXl0F4 {
    align-items: center;
  }
  .cid-ufC5GXl0F4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufC5GXl0F4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufC5GXl0F4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufC5GXl0F4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufC5GXl0F4 .content-wrap {
    width: 100%;
  }
}
.cid-ufC5GXl0F4 .mbr-section-title {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GXl0F4 .mbr-text,
.cid-ufC5GXl0F4 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GY7dnD {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-ufC5GY7dnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC5GY7dnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC5GY7dnD .content-wrap {
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-ufC5GY7dnD .content-wrap {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ufC5GY7dnD {
    align-items: center;
  }
  .cid-ufC5GY7dnD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufC5GY7dnD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufC5GY7dnD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufC5GY7dnD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufC5GY7dnD .content-wrap {
    width: 100%;
  }
}
.cid-ufC5GY7dnD .mbr-section-title {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GY7dnD .mbr-text,
.cid-ufC5GY7dnD .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GYT5DQ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-ufC5GYT5DQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC5GYT5DQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC5GYT5DQ .content-wrap {
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-ufC5GYT5DQ .content-wrap {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ufC5GYT5DQ {
    align-items: center;
  }
  .cid-ufC5GYT5DQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufC5GYT5DQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufC5GYT5DQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufC5GYT5DQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufC5GYT5DQ .content-wrap {
    width: 100%;
  }
}
.cid-ufC5GYT5DQ .mbr-section-title {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GYT5DQ .mbr-text,
.cid-ufC5GYT5DQ .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GZGCQh {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fffcee;
}
.cid-ufC5GZGCQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC5GZGCQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC5GZGCQh .content-wrap {
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-ufC5GZGCQh .content-wrap {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ufC5GZGCQh {
    align-items: center;
  }
  .cid-ufC5GZGCQh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufC5GZGCQh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufC5GZGCQh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ufC5GZGCQh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufC5GZGCQh .content-wrap {
    width: 100%;
  }
}
.cid-ufC5GZGCQh .mbr-section-title {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5GZGCQh .mbr-text,
.cid-ufC5GZGCQh .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ufC5H8ZfoT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ufC5H8ZfoT .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #ffffff;
}
.cid-ufC5H8ZfoT .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-ufC5H8ZfoT .margin {
  margin-bottom: 10px;
}
.cid-ufC5H8ZfoT .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-ufC5H8ZfoT .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-ufC5H8ZfoT .title {
  font-size: 24px;
}
.cid-ufC5H8ZfoT .form-heading {
  margin-bottom: 20px;
}
.cid-ufC5H8ZfoT label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-ufC5H8ZfoT input,
.cid-ufC5H8ZfoT textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-ufC5H8ZfoT .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-ufC5H8ZfoT .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-ufC5H8ZfoT .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-ufC5H8ZfoT .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-ufC5H8ZfoT .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-ufC5H8ZfoT .gray-button:hover {
  background-color: #5e6068;
}
.cid-ufC5H8ZfoT ::placeholder {
  color: #a3a6b2;
}
.cid-ufC5HaLvA1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ufC5HaLvA1 .media-container-row .mbr-text {
  text-align: left;
}
.cid-ufC5Ycebt2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufC5Ycebt2 nav.navbar {
  position: fixed;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufC5Ycebt2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufC5Ycebt2 .dropdown-item:hover,
.cid-ufC5Ycebt2 .dropdown-item:focus {
  background: #b22b35 !important;
  color: white !important;
}
.cid-ufC5Ycebt2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufC5Ycebt2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufC5Ycebt2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufC5Ycebt2 .nav-link {
  position: relative;
}
.cid-ufC5Ycebt2 .container {
  display: flex;
  margin: auto;
}
.cid-ufC5Ycebt2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufC5Ycebt2 .dropdown-menu,
.cid-ufC5Ycebt2 .navbar.opened {
  background: #9a0712 !important;
}
.cid-ufC5Ycebt2 .nav-item:focus,
.cid-ufC5Ycebt2 .nav-link:focus {
  outline: none;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufC5Ycebt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufC5Ycebt2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufC5Ycebt2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufC5Ycebt2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9a0712;
  color: #ffffff;
}
.cid-ufC5Ycebt2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufC5Ycebt2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufC5Ycebt2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufC5Ycebt2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufC5Ycebt2 .navbar.collapsed {
  justify-content: center;
}
.cid-ufC5Ycebt2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufC5Ycebt2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufC5Ycebt2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufC5Ycebt2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufC5Ycebt2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufC5Ycebt2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufC5Ycebt2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufC5Ycebt2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufC5Ycebt2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufC5Ycebt2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufC5Ycebt2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufC5Ycebt2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufC5Ycebt2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufC5Ycebt2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufC5Ycebt2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufC5Ycebt2 .dropdown-item.active,
.cid-ufC5Ycebt2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufC5Ycebt2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufC5Ycebt2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufC5Ycebt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9a0712;
}
.cid-ufC5Ycebt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufC5Ycebt2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufC5Ycebt2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufC5Ycebt2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufC5Ycebt2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufC5Ycebt2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufC5Ycebt2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufC5Ycebt2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufC5Ycebt2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufC5Ycebt2 .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-ufC5Ycebt2 .navbar {
    height: 70px;
  }
  .cid-ufC5Ycebt2 .navbar.opened {
    height: auto;
  }
  .cid-ufC5Ycebt2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 600px) {
  .cid-ufC5Ycebt2 .navbar-caption {
    display: none;
  }
  .cid-ufC5Ycebt2 img {
    display: none;
  }
}
