.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bebas Neue', display;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c64810 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #c64810 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c64810 !important;
  border-color: #c64810 !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: #762b0a !important;
  border-color: #762b0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #762b0a !important;
  border-color: #762b0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3333cc !important;
  border-color: #3333cc !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: #222287 !important;
  border-color: #222287 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #222287 !important;
  border-color: #222287 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c64810 !important;
  border-color: #c64810 !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: #762b0a !important;
  border-color: #762b0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #762b0a !important;
  border-color: #762b0a !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: #c64810;
  color: #c64810;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #762b0a !important;
  background-color: transparent!important;
  border-color: #762b0a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c64810 !important;
  border-color: #c64810 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3333cc;
  color: #3333cc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #222287 !important;
  background-color: transparent!important;
  border-color: #222287 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3333cc !important;
  border-color: #3333cc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c64810;
  color: #c64810;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #762b0a !important;
  background-color: transparent!important;
  border-color: #762b0a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c64810 !important;
  border-color: #c64810 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c64810 !important;
}
.text-secondary {
  color: #3333cc !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #c64810 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #682608 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f1f7a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #682608 !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: #c64810;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #c64810;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c64810;
  border-color: #c64810;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c64810;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f28f63;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f28f63;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #c64810 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #c64810;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c64810;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c64810;
}
.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: #c64810;
  border-bottom-color: #c64810;
}
.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: #c64810 !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: #3333cc !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='%23c64810' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-ttYtVwx6Ty {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ttYtVwx6Ty nav.navbar {
  position: fixed;
}
.cid-ttYtVwx6Ty .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-ttYtVwx6Ty .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttYtVwx6Ty .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttYtVwx6Ty .dropdown-item:hover,
.cid-ttYtVwx6Ty .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-ttYtVwx6Ty .dropdown-item:hover span {
  color: white;
}
.cid-ttYtVwx6Ty .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttYtVwx6Ty .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttYtVwx6Ty .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttYtVwx6Ty .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttYtVwx6Ty .nav-link {
  position: relative;
}
.cid-ttYtVwx6Ty .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttYtVwx6Ty .container {
    flex-wrap: nowrap;
  }
}
.cid-ttYtVwx6Ty .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttYtVwx6Ty .dropdown-menu,
.cid-ttYtVwx6Ty .navbar.opened {
  background: #ffffff !important;
}
.cid-ttYtVwx6Ty .nav-item:focus,
.cid-ttYtVwx6Ty .nav-link:focus {
  outline: none;
}
.cid-ttYtVwx6Ty .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttYtVwx6Ty .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttYtVwx6Ty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttYtVwx6Ty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttYtVwx6Ty .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttYtVwx6Ty .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttYtVwx6Ty .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: #ffffff;
}
.cid-ttYtVwx6Ty .navbar.opened {
  transition: all 0.3s;
}
.cid-ttYtVwx6Ty .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttYtVwx6Ty .navbar .navbar-logo img {
  width: auto;
}
.cid-ttYtVwx6Ty .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttYtVwx6Ty .navbar.collapsed {
  justify-content: center;
}
.cid-ttYtVwx6Ty .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttYtVwx6Ty .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttYtVwx6Ty .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-ttYtVwx6Ty .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttYtVwx6Ty .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttYtVwx6Ty .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-ttYtVwx6Ty .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttYtVwx6Ty .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttYtVwx6Ty .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttYtVwx6Ty .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttYtVwx6Ty .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttYtVwx6Ty .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttYtVwx6Ty .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttYtVwx6Ty .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-ttYtVwx6Ty .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttYtVwx6Ty .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttYtVwx6Ty .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttYtVwx6Ty .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttYtVwx6Ty .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttYtVwx6Ty .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttYtVwx6Ty .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttYtVwx6Ty .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttYtVwx6Ty .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttYtVwx6Ty .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-ttYtVwx6Ty .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttYtVwx6Ty .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ttYtVwx6Ty .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ttYtVwx6Ty .dropdown-item.active,
.cid-ttYtVwx6Ty .dropdown-item:active {
  background-color: transparent;
}
.cid-ttYtVwx6Ty .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttYtVwx6Ty .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttYtVwx6Ty .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttYtVwx6Ty .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttYtVwx6Ty .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttYtVwx6Ty .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttYtVwx6Ty ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttYtVwx6Ty .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttYtVwx6Ty button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttYtVwx6Ty button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ttYtVwx6Ty button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttYtVwx6Ty button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttYtVwx6Ty button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttYtVwx6Ty button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttYtVwx6Ty nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttYtVwx6Ty nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttYtVwx6Ty nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttYtVwx6Ty nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttYtVwx6Ty .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-ttYtVwx6Ty .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttYtVwx6Ty a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttYtVwx6Ty .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-ttYtVwx6Ty .navbar {
    height: 70px;
  }
  .cid-ttYtVwx6Ty .navbar.opened {
    height: auto;
  }
  .cid-ttYtVwx6Ty .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttYtVwx6Ty .container,
.cid-ttYtVwx6Ty .container-fluid {
  flex-wrap: wrap;
}
.cid-ttYtVwx6Ty .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ttYtVwx6Ty .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ttYtVwx6Ty .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-ttYtVwx6Ty .contacts-menu {
    display: none;
  }
}
.cid-ttYtVwx6Ty .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ttYtVwx6Ty .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ttYtVwx6Ty .icon-box:hover {
  transform: scale(1.1);
}
.cid-ttYtVwx6Ty .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ttYtVwx6Ty .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ttYtVwx6Ty .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ttYtVwx6Ty .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ttYtVwx6Ty .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-ttYtVwx6Ty .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttYtVwx6Ty .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ttYtVwx6Ty .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-ttYrFcWybQ {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-ttYrFcWybQ .carousel {
    height: 750px;
  }
}
@media (max-width: 767px) {
  .cid-ttYrFcWybQ .carousel {
    height: 100vh;
  }
}
.cid-ttYrFcWybQ .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttYrFcWybQ .carousel-item,
.cid-ttYrFcWybQ .carousel-inner {
  height: 100%;
}
.cid-ttYrFcWybQ .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ttYrFcWybQ .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-ttYrFcWybQ .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-ttYrFcWybQ .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-ttYrFcWybQ .mbr-section-btn {
  margin-top: 42px;
}
.cid-ttYrFcWybQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ttYrFcWybQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ttYrFcWybQ .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-ttYrFcWybQ .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-ttYrFcWybQ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttYrFcWybQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ttYrFcWybQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ttYrFcWybQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ttYrFcWybQ .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-ttYrFcWybQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-ttYrFcWybQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-ttYrFcWybQ .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-ttYrFcWybQ .carousel-control {
    display: none !important;
  }
}
.cid-ttYrFcWybQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-ttYrFcWybQ .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-ttYrFcWybQ .carousel-indicators li.active,
.cid-ttYrFcWybQ .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-ttYrFcWybQ .carousel-indicators li::after,
.cid-ttYrFcWybQ .carousel-indicators li::before {
  content: none;
}
.cid-ttYrFcWybQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ttYrFcWybQ .carousel-indicators {
    display: none !important;
  }
}
.cid-ttYrFcWybQ .mbr-section-text,
.cid-ttYrFcWybQ .mbr-section-btn {
  text-align: center;
}
.cid-sFzxmVl7J6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #353535;
}
.cid-sFzz5E692j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzz5E692j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j .image-wrapper img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzz5E692j .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzz5E692j .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcWIPGSt9D {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcWIPGSt9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcWIPGSt9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcWIPGSt9D .col-title {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-vcWIPGSt9D .col-title {
    margin-bottom: 45px;
    padding: 0 20px !important;
  }
}
.cid-vcWIPGSt9D .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vcWIPGSt9D .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-vcWIPGSt9D .main-col {
    padding: 0 20px !important;
  }
}
.cid-vcWIPGSt9D .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #3333cc;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-vcWIPGSt9D .content-container {
    flex-wrap: wrap;
    padding: 40px 20px 40px 20px;
  }
}
.cid-vcWIPGSt9D .img-container {
  flex-grow: 1;
  width: 40% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fa603c;
}
@media (max-width: 767px) {
  .cid-vcWIPGSt9D .img-container {
    width: 100%;
    order: 3;
    margin-bottom: -40px;
    background: transparent;
  }
}
.cid-vcWIPGSt9D .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vcWIPGSt9D .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcWIPGSt9D .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-vcWIPGSt9D .text-container {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcWIPGSt9D .text-wrap {
  width: 100%;
  padding: 16% 16% 16% 16%;
}
@media (max-width: 767px) {
  .cid-vcWIPGSt9D .text-wrap {
    padding: 0;
  }
}
.cid-vcWIPGSt9D .card-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vcWIPGSt9D .card-title {
    text-align: center !important;
  }
}
.cid-vcWIPGSt9D .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vcWIPGSt9D .mbr-text {
    text-align: center !important;
  }
}
.cid-vcWIPGSt9D .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cid-vcWIPGSt9D .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vcWIPGSt9D .mbr-text,
.cid-vcWIPGSt9D .mbr-section-btn {
  color: #e9e9e9;
}
.cid-tu0nWr3EJ8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tu0nWr3EJ8 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tu0nWr3EJ8 .image-wrapper img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tu0nWr3EJ8 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tu0nWr3EJ8 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzyUE9AaP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-sFzyUE9AaP .container {
    max-width: 1400px;
  }
}
.cid-sFzyUE9AaP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-sFzyUE9AaP .card-wrapper {
  margin-top: 3rem;
}
.cid-sFzyUE9AaP .row {
  justify-content: center;
}
.cid-sFzyUE9AaP .card-title,
.cid-sFzyUE9AaP .iconfont-wrapper {
  color: #000000;
}
.cid-sFzyUE9AaP .card-text {
  color: #000000;
  text-align: left;
}
.cid-sFzyUE9AaP .mbr-section-title {
  color: #000000;
}
.cid-tu0trApgmC {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tu0trApgmC .item-wrapper {
  width: 100%;
}
.cid-tu0trApgmC .row {
  align-items: center;
  justify-content: center;
}
.cid-tu0trApgmC .b {
  margin-bottom: 30px;
}
.cid-tu0trApgmC img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-tu0trApgmC .b,
  .cid-tu0trApgmC .t {
    margin-bottom: 20px;
  }
}
.cid-tu50KrjyX7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tu50KrjyX7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tu50KrjyX7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tu50KrjyX7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tu50KrjyX7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tu50KrjyX7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tu50KrjyX7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tu50KrjyX7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tu50KrjyX7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tu50KrjyX7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tu50KrjyX7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tu50KrjyX7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tu0DrYgba3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tu0DrYgba3 nav.navbar {
  position: fixed;
}
.cid-tu0DrYgba3 .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-tu0DrYgba3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tu0DrYgba3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tu0DrYgba3 .dropdown-item:hover,
.cid-tu0DrYgba3 .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tu0DrYgba3 .dropdown-item:hover span {
  color: white;
}
.cid-tu0DrYgba3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tu0DrYgba3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tu0DrYgba3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tu0DrYgba3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tu0DrYgba3 .nav-link {
  position: relative;
}
.cid-tu0DrYgba3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tu0DrYgba3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tu0DrYgba3 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tu0DrYgba3 .dropdown-menu,
.cid-tu0DrYgba3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tu0DrYgba3 .nav-item:focus,
.cid-tu0DrYgba3 .nav-link:focus {
  outline: none;
}
.cid-tu0DrYgba3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tu0DrYgba3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tu0DrYgba3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tu0DrYgba3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tu0DrYgba3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tu0DrYgba3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tu0DrYgba3 .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: #ffffff;
}
.cid-tu0DrYgba3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tu0DrYgba3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tu0DrYgba3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tu0DrYgba3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tu0DrYgba3 .navbar.collapsed {
  justify-content: center;
}
.cid-tu0DrYgba3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tu0DrYgba3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tu0DrYgba3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tu0DrYgba3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tu0DrYgba3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tu0DrYgba3 .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-tu0DrYgba3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tu0DrYgba3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tu0DrYgba3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tu0DrYgba3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tu0DrYgba3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tu0DrYgba3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tu0DrYgba3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tu0DrYgba3 .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-tu0DrYgba3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tu0DrYgba3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tu0DrYgba3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tu0DrYgba3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tu0DrYgba3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tu0DrYgba3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tu0DrYgba3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tu0DrYgba3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tu0DrYgba3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tu0DrYgba3 .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-tu0DrYgba3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tu0DrYgba3 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tu0DrYgba3 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tu0DrYgba3 .dropdown-item.active,
.cid-tu0DrYgba3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tu0DrYgba3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tu0DrYgba3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tu0DrYgba3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tu0DrYgba3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tu0DrYgba3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tu0DrYgba3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tu0DrYgba3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tu0DrYgba3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tu0DrYgba3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tu0DrYgba3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tu0DrYgba3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tu0DrYgba3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu0DrYgba3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu0DrYgba3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tu0DrYgba3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu0DrYgba3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tu0DrYgba3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tu0DrYgba3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu0DrYgba3 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tu0DrYgba3 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tu0DrYgba3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tu0DrYgba3 .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-tu0DrYgba3 .navbar {
    height: 70px;
  }
  .cid-tu0DrYgba3 .navbar.opened {
    height: auto;
  }
  .cid-tu0DrYgba3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu0DrYgba3 .container,
.cid-tu0DrYgba3 .container-fluid {
  flex-wrap: wrap;
}
.cid-tu0DrYgba3 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tu0DrYgba3 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tu0DrYgba3 .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tu0DrYgba3 .contacts-menu {
    display: none;
  }
}
.cid-tu0DrYgba3 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tu0DrYgba3 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tu0DrYgba3 .icon-box:hover {
  transform: scale(1.1);
}
.cid-tu0DrYgba3 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tu0DrYgba3 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tu0DrYgba3 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tu0DrYgba3 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tu0DrYgba3 .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tu0DrYgba3 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu0DrYgba3 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tu0DrYgba3 .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tDoYBL2GSo {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tDoYBL2GSo {
    background-image: url("../../../assets/images/about15-1280x960.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tDoYBL2GSo .row {
  align-items: center;
}
.cid-tDoYBL2GSo .image-wrapper {
  padding: 1rem;
}
.cid-tDoYBL2GSo .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tDoYBL2GSo .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tDoYBL2GSo .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tDoYBL2GSo .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tDoYBL2GSo .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tDoYBL2GSo .text-wrapper {
    max-width: 400px;
  }
}
.cid-tDoYBL2GSo .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tDoYBL2GSo .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tDoYBL2GSo .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tDoYBL2GSo .btn-container {
  width: 100%;
}
.cid-tDoYBL2GSo .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDoYBL2GSo .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDoYBL2GSo .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tDoYBL2GSo .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tDoYBL2GSo .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tDoYBL2GSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoYBL2GSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu0DrSS5GL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tu0DrSS5GL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tu0DrSS5GL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tu0DrSS5GL .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tu0DrSS5GL .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tu0DrSS5GL .mbr-text,
.cid-tu0DrSS5GL .mbr-section-btn {
  color: #353535;
}
.cid-tu0DrUYxtx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu0DrUYxtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu0DrUYxtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
}
.cid-tu0DrUYxtx .col-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tu0DrUYxtx .col-title {
    margin-bottom: 25px;
    padding: 0 20px !important;
  }
}
.cid-tu0DrUYxtx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tu0DrUYxtx .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tu0DrUYxtx .main-col {
    padding: 0 20px !important;
  }
}
.cid-tu0DrUYxtx .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #3333cc;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tu0DrUYxtx .content-container {
    flex-wrap: wrap;
    padding: 40px 20px 40px 20px;
  }
}
.cid-tu0DrUYxtx .img-container {
  flex-grow: 1;
  width: 40% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fa603c;
}
@media (max-width: 767px) {
  .cid-tu0DrUYxtx .img-container {
    width: 100%;
    order: 3;
    margin-bottom: -40px;
    background: transparent;
  }
}
.cid-tu0DrUYxtx .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tu0DrUYxtx .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tu0DrUYxtx .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tu0DrUYxtx .text-container {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-tu0DrUYxtx .text-wrap {
  width: 100%;
  padding: 16% 16% 16% 16%;
}
@media (max-width: 767px) {
  .cid-tu0DrUYxtx .text-wrap {
    padding: 0;
  }
}
.cid-tu0DrUYxtx .card-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tu0DrUYxtx .card-title {
    text-align: center !important;
  }
}
.cid-tu0DrUYxtx .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tu0DrUYxtx .mbr-text {
    text-align: center !important;
  }
}
.cid-tu0DrUYxtx .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cid-tu0DrUYxtx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tu0DrUYxtx .mbr-text,
.cid-tu0DrUYxtx .mbr-section-btn {
  color: #e9e9e9;
}
.cid-tu0P8SeaWQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tu50KrjyX7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tu50KrjyX7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tu50KrjyX7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tu50KrjyX7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tu50KrjyX7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tu50KrjyX7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tu50KrjyX7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tu50KrjyX7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tu50KrjyX7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tu50KrjyX7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tu50KrjyX7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tu50KrjyX7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tu0QpJ7PGX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tu0QpJ7PGX nav.navbar {
  position: fixed;
}
.cid-tu0QpJ7PGX .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-tu0QpJ7PGX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tu0QpJ7PGX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tu0QpJ7PGX .dropdown-item:hover,
.cid-tu0QpJ7PGX .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tu0QpJ7PGX .dropdown-item:hover span {
  color: white;
}
.cid-tu0QpJ7PGX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tu0QpJ7PGX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tu0QpJ7PGX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tu0QpJ7PGX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tu0QpJ7PGX .nav-link {
  position: relative;
}
.cid-tu0QpJ7PGX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tu0QpJ7PGX .container {
    flex-wrap: nowrap;
  }
}
.cid-tu0QpJ7PGX .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tu0QpJ7PGX .dropdown-menu,
.cid-tu0QpJ7PGX .navbar.opened {
  background: #ffffff !important;
}
.cid-tu0QpJ7PGX .nav-item:focus,
.cid-tu0QpJ7PGX .nav-link:focus {
  outline: none;
}
.cid-tu0QpJ7PGX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tu0QpJ7PGX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tu0QpJ7PGX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tu0QpJ7PGX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tu0QpJ7PGX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tu0QpJ7PGX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tu0QpJ7PGX .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: #ffffff;
}
.cid-tu0QpJ7PGX .navbar.opened {
  transition: all 0.3s;
}
.cid-tu0QpJ7PGX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tu0QpJ7PGX .navbar .navbar-logo img {
  width: auto;
}
.cid-tu0QpJ7PGX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tu0QpJ7PGX .navbar.collapsed {
  justify-content: center;
}
.cid-tu0QpJ7PGX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tu0QpJ7PGX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tu0QpJ7PGX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tu0QpJ7PGX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tu0QpJ7PGX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tu0QpJ7PGX .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-tu0QpJ7PGX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tu0QpJ7PGX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tu0QpJ7PGX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tu0QpJ7PGX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tu0QpJ7PGX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tu0QpJ7PGX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tu0QpJ7PGX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tu0QpJ7PGX .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-tu0QpJ7PGX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tu0QpJ7PGX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tu0QpJ7PGX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tu0QpJ7PGX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tu0QpJ7PGX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tu0QpJ7PGX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tu0QpJ7PGX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tu0QpJ7PGX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tu0QpJ7PGX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tu0QpJ7PGX .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-tu0QpJ7PGX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tu0QpJ7PGX .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tu0QpJ7PGX .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tu0QpJ7PGX .dropdown-item.active,
.cid-tu0QpJ7PGX .dropdown-item:active {
  background-color: transparent;
}
.cid-tu0QpJ7PGX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tu0QpJ7PGX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tu0QpJ7PGX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tu0QpJ7PGX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tu0QpJ7PGX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tu0QpJ7PGX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tu0QpJ7PGX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tu0QpJ7PGX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tu0QpJ7PGX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tu0QpJ7PGX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tu0QpJ7PGX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tu0QpJ7PGX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu0QpJ7PGX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu0QpJ7PGX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tu0QpJ7PGX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu0QpJ7PGX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tu0QpJ7PGX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tu0QpJ7PGX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu0QpJ7PGX .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tu0QpJ7PGX .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tu0QpJ7PGX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tu0QpJ7PGX .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-tu0QpJ7PGX .navbar {
    height: 70px;
  }
  .cid-tu0QpJ7PGX .navbar.opened {
    height: auto;
  }
  .cid-tu0QpJ7PGX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu0QpJ7PGX .container,
.cid-tu0QpJ7PGX .container-fluid {
  flex-wrap: wrap;
}
.cid-tu0QpJ7PGX .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tu0QpJ7PGX .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tu0QpJ7PGX .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tu0QpJ7PGX .contacts-menu {
    display: none;
  }
}
.cid-tu0QpJ7PGX .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tu0QpJ7PGX .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tu0QpJ7PGX .icon-box:hover {
  transform: scale(1.1);
}
.cid-tu0QpJ7PGX .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tu0QpJ7PGX .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tu0QpJ7PGX .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tu0QpJ7PGX .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tu0QpJ7PGX .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tu0QpJ7PGX .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu0QpJ7PGX .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tu0QpJ7PGX .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tu0QpGTRua {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tu0QpGTRua {
    background-image: url("../../../assets/images/home2-1-576x384.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tu0QpGTRua .row {
  align-items: center;
}
.cid-tu0QpGTRua .image-wrapper {
  padding: 1rem;
}
.cid-tu0QpGTRua .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tu0QpGTRua .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tu0QpGTRua .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tu0QpGTRua .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tu0QpGTRua .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tu0QpGTRua .text-wrapper {
    max-width: 400px;
  }
}
.cid-tu0QpGTRua .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tu0QpGTRua .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tu0QpGTRua .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tu0QpGTRua .btn-container {
  width: 100%;
}
.cid-tu0QpGTRua .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tu0QpGTRua .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu0QpGTRua .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tu0QpGTRua .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tu0QpGTRua .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tu0QpGTRua .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu0QpGTRua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu0S2Wpux1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tu0S2Wpux1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu0S2Wpux1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu0S2Wpux1 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tu0S2Wpux1 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tu0S2Wpux1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tu0S2Wpux1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tu0S2Wpux1 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tu0S2Wpux1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tu0S2Wpux1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tu0S2Wpux1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tu0S2Wpux1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tu0S2Wpux1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tu0S3JUyBD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tu0S3JUyBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu0S3JUyBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu0S3JUyBD .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tu0S3JUyBD .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tu0S3JUyBD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tu0S3JUyBD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tu0S3JUyBD .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tu0S3JUyBD .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tu0S3JUyBD .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tu0S3JUyBD .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tu0S3JUyBD .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tu0S3JUyBD .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tu50KrjyX7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tu50KrjyX7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tu50KrjyX7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tu50KrjyX7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tu50KrjyX7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tu50KrjyX7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tu50KrjyX7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tu50KrjyX7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tu50KrjyX7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tu50KrjyX7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tu50KrjyX7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tu50KrjyX7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tu0UTZwLmo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tu0UTZwLmo nav.navbar {
  position: fixed;
}
.cid-tu0UTZwLmo .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-tu0UTZwLmo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tu0UTZwLmo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tu0UTZwLmo .dropdown-item:hover,
.cid-tu0UTZwLmo .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tu0UTZwLmo .dropdown-item:hover span {
  color: white;
}
.cid-tu0UTZwLmo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tu0UTZwLmo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tu0UTZwLmo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tu0UTZwLmo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tu0UTZwLmo .nav-link {
  position: relative;
}
.cid-tu0UTZwLmo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tu0UTZwLmo .container {
    flex-wrap: nowrap;
  }
}
.cid-tu0UTZwLmo .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tu0UTZwLmo .dropdown-menu,
.cid-tu0UTZwLmo .navbar.opened {
  background: #ffffff !important;
}
.cid-tu0UTZwLmo .nav-item:focus,
.cid-tu0UTZwLmo .nav-link:focus {
  outline: none;
}
.cid-tu0UTZwLmo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tu0UTZwLmo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tu0UTZwLmo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tu0UTZwLmo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tu0UTZwLmo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tu0UTZwLmo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tu0UTZwLmo .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: #ffffff;
}
.cid-tu0UTZwLmo .navbar.opened {
  transition: all 0.3s;
}
.cid-tu0UTZwLmo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tu0UTZwLmo .navbar .navbar-logo img {
  width: auto;
}
.cid-tu0UTZwLmo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tu0UTZwLmo .navbar.collapsed {
  justify-content: center;
}
.cid-tu0UTZwLmo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tu0UTZwLmo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tu0UTZwLmo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tu0UTZwLmo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tu0UTZwLmo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tu0UTZwLmo .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-tu0UTZwLmo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tu0UTZwLmo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tu0UTZwLmo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tu0UTZwLmo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tu0UTZwLmo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tu0UTZwLmo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tu0UTZwLmo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tu0UTZwLmo .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-tu0UTZwLmo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tu0UTZwLmo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tu0UTZwLmo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tu0UTZwLmo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tu0UTZwLmo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tu0UTZwLmo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tu0UTZwLmo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tu0UTZwLmo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tu0UTZwLmo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tu0UTZwLmo .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-tu0UTZwLmo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tu0UTZwLmo .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tu0UTZwLmo .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tu0UTZwLmo .dropdown-item.active,
.cid-tu0UTZwLmo .dropdown-item:active {
  background-color: transparent;
}
.cid-tu0UTZwLmo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tu0UTZwLmo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tu0UTZwLmo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tu0UTZwLmo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tu0UTZwLmo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tu0UTZwLmo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tu0UTZwLmo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tu0UTZwLmo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tu0UTZwLmo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tu0UTZwLmo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tu0UTZwLmo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tu0UTZwLmo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu0UTZwLmo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu0UTZwLmo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tu0UTZwLmo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu0UTZwLmo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tu0UTZwLmo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tu0UTZwLmo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu0UTZwLmo .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tu0UTZwLmo .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tu0UTZwLmo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tu0UTZwLmo .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-tu0UTZwLmo .navbar {
    height: 70px;
  }
  .cid-tu0UTZwLmo .navbar.opened {
    height: auto;
  }
  .cid-tu0UTZwLmo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu0UTZwLmo .container,
.cid-tu0UTZwLmo .container-fluid {
  flex-wrap: wrap;
}
.cid-tu0UTZwLmo .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tu0UTZwLmo .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tu0UTZwLmo .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tu0UTZwLmo .contacts-menu {
    display: none;
  }
}
.cid-tu0UTZwLmo .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tu0UTZwLmo .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tu0UTZwLmo .icon-box:hover {
  transform: scale(1.1);
}
.cid-tu0UTZwLmo .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tu0UTZwLmo .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tu0UTZwLmo .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tu0UTZwLmo .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tu0UTZwLmo .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tu0UTZwLmo .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu0UTZwLmo .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tu0UTZwLmo .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tu0UTYUaV2 {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tu0UTYUaV2 {
    background-image: url("../../../assets/images/staffrev2-1280x900.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tu0UTYUaV2 .row {
  align-items: center;
}
.cid-tu0UTYUaV2 .image-wrapper {
  padding: 1rem;
}
.cid-tu0UTYUaV2 .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tu0UTYUaV2 .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tu0UTYUaV2 .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tu0UTYUaV2 .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tu0UTYUaV2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tu0UTYUaV2 .text-wrapper {
    max-width: 400px;
  }
}
.cid-tu0UTYUaV2 .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tu0UTYUaV2 .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tu0UTYUaV2 .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tu0UTYUaV2 .btn-container {
  width: 100%;
}
.cid-tu0UTYUaV2 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tu0UTYUaV2 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu0UTYUaV2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tu0UTYUaV2 .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tu0UTYUaV2 .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tu0UTYUaV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu0UTYUaV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu12iXcPh2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu12iXcPh2 .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tu12iXcPh2 .mbr-section-title {
  text-align: center;
}
.cid-tu12iXcPh2 .mbr-section-subtitle {
  text-align: center;
}
.cid-tu12iXcPh2 .card-title {
  margin-bottom: 1rem;
  color: #3333cc;
  margin-bottom: 0;
}
.cid-tu12iXcPh2 .card-subtitle {
  color: #1f1437;
}
.cid-tu12iXcPh2 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #1f1437;
}
.cid-tu12iXcPh2 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tu12iXcPh2 .card {
  height: 100%;
  background-color: #c64810;
  border-width: 1px;
  border-style: dashed;
  border-color: #c64810;
  border-radius: 30px;
  padding: 1rem 0.5rem;
  background: transparent;
}
.cid-tu12iXcPh2 .card-wrapper {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tu12iXcPh2 .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-tu12iXcPh2 .card-wrapper {
    flex-direction: column;
  }
}
.cid-tu12iXcPh2 .social-row {
  width: 50px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tu12iXcPh2 .social-row {
    width: 100%;
    flex-direction: row;
    justify-content: center !important;
  }
}
.cid-tu12iXcPh2 .social-row .soc-item {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tu12iXcPh2 .social-row .soc-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-tu12iXcPh2 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #33d5ad;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tu12iXcPh2 .social-row .soc-item:hover .mbr-iconfont {
  color: #cd8ad1;
}
.cid-tu12iXcPh2 .image-wrapper {
  width: 35%;
  aspect-ratio: 1;
  flex-shrink: 0;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tu12iXcPh2 .image-wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tu12iXcPh2 .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tu12iXcPh2 .image-wrapper {
    width: 100%;
  }
}
.cid-tu12iXcPh2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-tu12iXcPh2 .card-text {
  padding: 1rem;
}
.cid-tu12iXcPh2 div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-tu12jmXCF6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu12jmXCF6 .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tu12jmXCF6 .mbr-section-title {
  text-align: center;
}
.cid-tu12jmXCF6 .mbr-section-subtitle {
  text-align: center;
}
.cid-tu12jmXCF6 .card-title {
  margin-bottom: 1rem;
  color: #3333cc;
  margin-bottom: 0;
}
.cid-tu12jmXCF6 .card-subtitle {
  color: #000000;
}
.cid-tu12jmXCF6 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #1f1437;
}
.cid-tu12jmXCF6 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tu12jmXCF6 .card {
  height: 100%;
  background-color: #c64810;
  border-width: 1px;
  border-style: dashed;
  border-color: #c64810;
  border-radius: 30px;
  padding: 1rem 0.5rem;
  background: transparent;
}
.cid-tu12jmXCF6 .card-wrapper {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tu12jmXCF6 .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-tu12jmXCF6 .card-wrapper {
    flex-direction: column;
  }
}
.cid-tu12jmXCF6 .social-row {
  width: 50px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tu12jmXCF6 .social-row {
    width: 100%;
    flex-direction: row;
    justify-content: center !important;
  }
}
.cid-tu12jmXCF6 .social-row .soc-item {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tu12jmXCF6 .social-row .soc-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-tu12jmXCF6 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #33d5ad;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tu12jmXCF6 .social-row .soc-item:hover .mbr-iconfont {
  color: #cd8ad1;
}
.cid-tu12jmXCF6 .image-wrapper {
  width: 35%;
  aspect-ratio: 1;
  flex-shrink: 0;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tu12jmXCF6 .image-wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tu12jmXCF6 .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tu12jmXCF6 .image-wrapper {
    width: 100%;
  }
}
.cid-tu12jmXCF6 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-tu12jmXCF6 .card-text {
  padding: 1rem;
}
.cid-tu12jmXCF6 div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-tu3rp82x6U {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tu3rp82x6U .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tu3rp82x6U .mbr-section-title {
  text-align: center;
}
.cid-tu3rp82x6U .mbr-section-subtitle {
  text-align: center;
}
.cid-tu3rp82x6U .card-title {
  margin-bottom: 1rem;
  color: #3333cc;
  margin-bottom: 0;
}
.cid-tu3rp82x6U .card-subtitle {
  color: #1f1437;
}
.cid-tu3rp82x6U .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #1f1437;
}
.cid-tu3rp82x6U .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tu3rp82x6U .card {
  height: 100%;
  background-color: #c64810;
  border-width: 1px;
  border-style: dashed;
  border-color: #c64810;
  border-radius: 30px;
  padding: 1rem 0.5rem;
  background: transparent;
}
.cid-tu3rp82x6U .card-wrapper {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tu3rp82x6U .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-tu3rp82x6U .card-wrapper {
    flex-direction: column;
  }
}
.cid-tu3rp82x6U .social-row {
  width: 50px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tu3rp82x6U .social-row {
    width: 100%;
    flex-direction: row;
    justify-content: center !important;
  }
}
.cid-tu3rp82x6U .social-row .soc-item {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tu3rp82x6U .social-row .soc-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-tu3rp82x6U .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #33d5ad;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tu3rp82x6U .social-row .soc-item:hover .mbr-iconfont {
  color: #cd8ad1;
}
.cid-tu3rp82x6U .image-wrapper {
  width: 35%;
  aspect-ratio: 1;
  flex-shrink: 0;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tu3rp82x6U .image-wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tu3rp82x6U .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tu3rp82x6U .image-wrapper {
    width: 100%;
  }
}
.cid-tu3rp82x6U .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-tu3rp82x6U .card-text {
  padding: 1rem;
}
.cid-tu3rp82x6U div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-tu50KrjyX7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tu50KrjyX7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tu50KrjyX7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tu50KrjyX7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tu50KrjyX7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tu50KrjyX7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tu50KrjyX7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tu50KrjyX7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tu50KrjyX7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tu50KrjyX7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tu50KrjyX7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tu50KrjyX7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tu4KI7XWDI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tu4KI7XWDI nav.navbar {
  position: fixed;
}
.cid-tu4KI7XWDI .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-tu4KI7XWDI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tu4KI7XWDI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tu4KI7XWDI .dropdown-item:hover,
.cid-tu4KI7XWDI .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tu4KI7XWDI .dropdown-item:hover span {
  color: white;
}
.cid-tu4KI7XWDI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tu4KI7XWDI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tu4KI7XWDI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tu4KI7XWDI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tu4KI7XWDI .nav-link {
  position: relative;
}
.cid-tu4KI7XWDI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tu4KI7XWDI .container {
    flex-wrap: nowrap;
  }
}
.cid-tu4KI7XWDI .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tu4KI7XWDI .dropdown-menu,
.cid-tu4KI7XWDI .navbar.opened {
  background: #ffffff !important;
}
.cid-tu4KI7XWDI .nav-item:focus,
.cid-tu4KI7XWDI .nav-link:focus {
  outline: none;
}
.cid-tu4KI7XWDI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tu4KI7XWDI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tu4KI7XWDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tu4KI7XWDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tu4KI7XWDI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tu4KI7XWDI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tu4KI7XWDI .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: #ffffff;
}
.cid-tu4KI7XWDI .navbar.opened {
  transition: all 0.3s;
}
.cid-tu4KI7XWDI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tu4KI7XWDI .navbar .navbar-logo img {
  width: auto;
}
.cid-tu4KI7XWDI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tu4KI7XWDI .navbar.collapsed {
  justify-content: center;
}
.cid-tu4KI7XWDI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tu4KI7XWDI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tu4KI7XWDI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tu4KI7XWDI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tu4KI7XWDI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tu4KI7XWDI .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-tu4KI7XWDI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tu4KI7XWDI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tu4KI7XWDI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tu4KI7XWDI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tu4KI7XWDI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tu4KI7XWDI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tu4KI7XWDI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tu4KI7XWDI .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-tu4KI7XWDI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tu4KI7XWDI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tu4KI7XWDI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tu4KI7XWDI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tu4KI7XWDI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tu4KI7XWDI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tu4KI7XWDI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tu4KI7XWDI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tu4KI7XWDI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tu4KI7XWDI .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-tu4KI7XWDI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tu4KI7XWDI .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tu4KI7XWDI .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tu4KI7XWDI .dropdown-item.active,
.cid-tu4KI7XWDI .dropdown-item:active {
  background-color: transparent;
}
.cid-tu4KI7XWDI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tu4KI7XWDI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tu4KI7XWDI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tu4KI7XWDI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tu4KI7XWDI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tu4KI7XWDI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tu4KI7XWDI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tu4KI7XWDI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tu4KI7XWDI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tu4KI7XWDI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tu4KI7XWDI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tu4KI7XWDI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu4KI7XWDI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu4KI7XWDI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tu4KI7XWDI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu4KI7XWDI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tu4KI7XWDI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tu4KI7XWDI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu4KI7XWDI .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tu4KI7XWDI .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tu4KI7XWDI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tu4KI7XWDI .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-tu4KI7XWDI .navbar {
    height: 70px;
  }
  .cid-tu4KI7XWDI .navbar.opened {
    height: auto;
  }
  .cid-tu4KI7XWDI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu4KI7XWDI .container,
.cid-tu4KI7XWDI .container-fluid {
  flex-wrap: wrap;
}
.cid-tu4KI7XWDI .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tu4KI7XWDI .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tu4KI7XWDI .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tu4KI7XWDI .contacts-menu {
    display: none;
  }
}
.cid-tu4KI7XWDI .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tu4KI7XWDI .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tu4KI7XWDI .icon-box:hover {
  transform: scale(1.1);
}
.cid-tu4KI7XWDI .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tu4KI7XWDI .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tu4KI7XWDI .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tu4KI7XWDI .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tu4KI7XWDI .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tu4KI7XWDI .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu4KI7XWDI .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tu4KI7XWDI .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tu4KI416hb {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tu4KI416hb {
    background-image: url("../../../assets/images/bouncypark222-1945x1292.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tu4KI416hb .row {
  align-items: center;
}
.cid-tu4KI416hb .image-wrapper {
  padding: 1rem;
}
.cid-tu4KI416hb .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tu4KI416hb .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tu4KI416hb .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tu4KI416hb .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tu4KI416hb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tu4KI416hb .text-wrapper {
    max-width: 400px;
  }
}
.cid-tu4KI416hb .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tu4KI416hb .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tu4KI416hb .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tu4KI416hb .btn-container {
  width: 100%;
}
.cid-tu4KI416hb .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tu4KI416hb .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu4KI416hb .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tu4KI416hb .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tu4KI416hb .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tu4KI416hb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4KI416hb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4O38TrrO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tu4O38TrrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4O38TrrO a {
  font-weight: bold;
}
.cid-tu4O38TrrO .mbr-iconfont {
  font-size: 1.6rem;
  color: #c64810;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #3333cc;
  margin-right: 1rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tu4O38TrrO .mbr-iconfont:hover {
  background: #c64810;
  color: #3333cc;
}
@media (max-width: 767px) {
  .cid-tu4O38TrrO .mbr-iconfont {
    margin: 0 0.3rem;
  }
}
.cid-tu4O38TrrO .link-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tu4O38TrrO .link-wrapper {
    align-items: center;
  }
}
.cid-tu4O38TrrO .link {
  display: flex;
}
.cid-tu4O38TrrO .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #3333cc;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #3333cc;
  margin-right: 1rem;
  border-radius: 50%;
  background: #40b0bf;
  transition: all 0.3s;
}
.cid-tu4O38TrrO .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tu4O38TrrO .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-tu4O38TrrO .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tu4O38TrrO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tu4O38TrrO img {
  border-radius: 1rem;
}
.cid-tu4O38TrrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4O38TrrO .row {
  flex-direction: row-reverse;
}
.cid-tu4O38TrrO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tu4O38TrrO .image-wrapper {
    padding: 1rem;
  }
}
.cid-tu4O38TrrO .mbr-link {
  color: #132835;
}
.cid-tu4O38TrrO .mbr-text,
.cid-tu4O38TrrO .mbr-section-btn {
  color: #000000;
}
.cid-tu4RCwoaGw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tu4RCwoaGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4RCwoaGw a {
  font-weight: bold;
}
.cid-tu4RCwoaGw .mbr-iconfont {
  font-size: 1.6rem;
  color: #c64810;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #3333cc;
  margin-right: 1rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tu4RCwoaGw .mbr-iconfont:hover {
  background: #c64810;
  color: #3333cc;
}
@media (max-width: 767px) {
  .cid-tu4RCwoaGw .mbr-iconfont {
    margin: 0 0.3rem;
  }
}
.cid-tu4RCwoaGw .link-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tu4RCwoaGw .link-wrapper {
    align-items: center;
  }
}
.cid-tu4RCwoaGw .link {
  display: flex;
}
.cid-tu4RCwoaGw .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #3333cc;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #3333cc;
  margin-right: 1rem;
  border-radius: 50%;
  background: #40b0bf;
  transition: all 0.3s;
}
.cid-tu4RCwoaGw .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tu4RCwoaGw .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-tu4RCwoaGw .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tu4RCwoaGw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tu4RCwoaGw img {
  border-radius: 1rem;
}
.cid-tu4RCwoaGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu4RCwoaGw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tu4RCwoaGw .image-wrapper {
    padding: 1rem;
  }
}
.cid-tu4RCwoaGw .mbr-link {
  color: #132835;
}
.cid-tu4RCwoaGw .mbr-text,
.cid-tu4RCwoaGw .mbr-section-btn {
  color: #000000;
}
.cid-tu4TNTFIOD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3333cc;
}
.cid-tu4TNTFIOD h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tu4TNTFIOD .panel-text {
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-tu4TNTFIOD .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-tu4TNTFIOD .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}
.cid-tu4TNTFIOD .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tu4TNTFIOD .panel-group {
  width: 100%;
}
.cid-tu4TNTFIOD .card {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tu4TNTFIOD .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tu4TNTFIOD .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #c64810;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tu4TNTFIOD .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tu4TNTFIOD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tu4TNTFIOD .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tu4TNTFIOD .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tu4TNTFIOD .card .panel-body {
  background: #efefef;
}
.cid-tu4TNTFIOD .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tu4TNTFIOD .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tu4TNTFIOD .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tu4TNTFIOD .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tu4TNTFIOD .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tu4TNTFIOD .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 1rem;
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.cid-tu4U8URAOO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c64810;
}
.cid-tu4U8URAOO h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tu4U8URAOO .panel-text {
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-tu4U8URAOO .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-tu4U8URAOO .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}
.cid-tu4U8URAOO .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tu4U8URAOO .panel-group {
  width: 100%;
}
.cid-tu4U8URAOO .card {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tu4U8URAOO .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tu4U8URAOO .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #3333cc;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tu4U8URAOO .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tu4U8URAOO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tu4U8URAOO .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tu4U8URAOO .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tu4U8URAOO .card .panel-body {
  background: #efefef;
}
.cid-tu4U8URAOO .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tu4U8URAOO .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tu4U8URAOO .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tu4U8URAOO .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tu4U8URAOO .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tu4U8URAOO .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 1rem;
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.cid-tu4Z9yhCbz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tu4Z9yhCbz .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tu4Z9yhCbz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tu4Z9yhCbz .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tu4Z9yhCbz .mbr-section-title {
  color: #000000;
}
.cid-tu4Z9yhCbz .mbr-text {
  color: #000000;
}
.cid-tu4Z9yhCbz .mbr-description {
  color: #6c7577;
}
.cid-tu4Z9yhCbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4Z9yhCbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu50KrjyX7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tu50KrjyX7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tu50KrjyX7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tu50KrjyX7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tu50KrjyX7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tu50KrjyX7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tu50KrjyX7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tu50KrjyX7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tu50KrjyX7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tu50KrjyX7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tu50KrjyX7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tu50KrjyX7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tu50KrjyX7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tu51Nh1gIz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tu51Nh1gIz nav.navbar {
  position: fixed;
}
.cid-tu51Nh1gIz .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-tu51Nh1gIz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tu51Nh1gIz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tu51Nh1gIz .dropdown-item:hover,
.cid-tu51Nh1gIz .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tu51Nh1gIz .dropdown-item:hover span {
  color: white;
}
.cid-tu51Nh1gIz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tu51Nh1gIz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tu51Nh1gIz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tu51Nh1gIz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tu51Nh1gIz .nav-link {
  position: relative;
}
.cid-tu51Nh1gIz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tu51Nh1gIz .container {
    flex-wrap: nowrap;
  }
}
.cid-tu51Nh1gIz .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tu51Nh1gIz .dropdown-menu,
.cid-tu51Nh1gIz .navbar.opened {
  background: #ffffff !important;
}
.cid-tu51Nh1gIz .nav-item:focus,
.cid-tu51Nh1gIz .nav-link:focus {
  outline: none;
}
.cid-tu51Nh1gIz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tu51Nh1gIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tu51Nh1gIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tu51Nh1gIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tu51Nh1gIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tu51Nh1gIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tu51Nh1gIz .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: #ffffff;
}
.cid-tu51Nh1gIz .navbar.opened {
  transition: all 0.3s;
}
.cid-tu51Nh1gIz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tu51Nh1gIz .navbar .navbar-logo img {
  width: auto;
}
.cid-tu51Nh1gIz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tu51Nh1gIz .navbar.collapsed {
  justify-content: center;
}
.cid-tu51Nh1gIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tu51Nh1gIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tu51Nh1gIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tu51Nh1gIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tu51Nh1gIz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tu51Nh1gIz .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-tu51Nh1gIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tu51Nh1gIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tu51Nh1gIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tu51Nh1gIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tu51Nh1gIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tu51Nh1gIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tu51Nh1gIz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tu51Nh1gIz .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-tu51Nh1gIz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tu51Nh1gIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tu51Nh1gIz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tu51Nh1gIz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tu51Nh1gIz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tu51Nh1gIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tu51Nh1gIz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tu51Nh1gIz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tu51Nh1gIz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tu51Nh1gIz .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-tu51Nh1gIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tu51Nh1gIz .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tu51Nh1gIz .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tu51Nh1gIz .dropdown-item.active,
.cid-tu51Nh1gIz .dropdown-item:active {
  background-color: transparent;
}
.cid-tu51Nh1gIz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tu51Nh1gIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tu51Nh1gIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tu51Nh1gIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tu51Nh1gIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tu51Nh1gIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tu51Nh1gIz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tu51Nh1gIz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tu51Nh1gIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tu51Nh1gIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tu51Nh1gIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tu51Nh1gIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu51Nh1gIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu51Nh1gIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tu51Nh1gIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu51Nh1gIz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tu51Nh1gIz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tu51Nh1gIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu51Nh1gIz .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tu51Nh1gIz .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tu51Nh1gIz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tu51Nh1gIz .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-tu51Nh1gIz .navbar {
    height: 70px;
  }
  .cid-tu51Nh1gIz .navbar.opened {
    height: auto;
  }
  .cid-tu51Nh1gIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu51Nh1gIz .container,
.cid-tu51Nh1gIz .container-fluid {
  flex-wrap: wrap;
}
.cid-tu51Nh1gIz .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tu51Nh1gIz .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tu51Nh1gIz .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tu51Nh1gIz .contacts-menu {
    display: none;
  }
}
.cid-tu51Nh1gIz .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tu51Nh1gIz .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tu51Nh1gIz .icon-box:hover {
  transform: scale(1.1);
}
.cid-tu51Nh1gIz .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tu51Nh1gIz .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tu51Nh1gIz .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tu51Nh1gIz .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tu51Nh1gIz .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tu51Nh1gIz .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu51Nh1gIz .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tu51Nh1gIz .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tu51Nf7LrP {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tu51Nf7LrP {
    background-image: url("../../../assets/images/cp1000-1000x704.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tu51Nf7LrP .row {
  align-items: center;
}
.cid-tu51Nf7LrP .image-wrapper {
  padding: 1rem;
}
.cid-tu51Nf7LrP .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tu51Nf7LrP .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tu51Nf7LrP .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tu51Nf7LrP .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tu51Nf7LrP .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tu51Nf7LrP .text-wrapper {
    max-width: 400px;
  }
}
.cid-tu51Nf7LrP .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tu51Nf7LrP .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tu51Nf7LrP .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tu51Nf7LrP .btn-container {
  width: 100%;
}
.cid-tu51Nf7LrP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tu51Nf7LrP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu51Nf7LrP .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tu51Nf7LrP .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tu51Nf7LrP .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tu51Nf7LrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu51Nf7LrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu51NfOpJx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tu51NfOpJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu51NfOpJx a {
  font-weight: bold;
}
.cid-tu51NfOpJx .mbr-iconfont {
  font-size: 1.6rem;
  color: #c64810;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #3333cc;
  margin-right: 1rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tu51NfOpJx .mbr-iconfont:hover {
  background: #c64810;
  color: #3333cc;
}
@media (max-width: 767px) {
  .cid-tu51NfOpJx .mbr-iconfont {
    margin: 0 0.3rem;
  }
}
.cid-tu51NfOpJx .link-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tu51NfOpJx .link-wrapper {
    align-items: center;
  }
}
.cid-tu51NfOpJx .link {
  display: flex;
}
.cid-tu51NfOpJx .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #3333cc;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #3333cc;
  margin-right: 1rem;
  border-radius: 50%;
  background: #40b0bf;
  transition: all 0.3s;
}
.cid-tu51NfOpJx .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tu51NfOpJx .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-tu51NfOpJx .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tu51NfOpJx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tu51NfOpJx img {
  border-radius: 1rem;
}
.cid-tu51NfOpJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu51NfOpJx .row {
  flex-direction: row-reverse;
}
.cid-tu51NfOpJx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tu51NfOpJx .image-wrapper {
    padding: 1rem;
  }
}
.cid-tu51NfOpJx .mbr-link {
  color: #132835;
}
.cid-tu51NfOpJx .mbr-text,
.cid-tu51NfOpJx .mbr-section-btn {
  color: #000000;
}
.cid-tDlqTjrwxN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDlqTjrwxN blockquote {
  border-color: #c64810;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tDltlG0uwH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDltlG0uwH .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tDltlG0uwH .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-tDltlG0uwH .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tDltlG0uwH img,
.cid-tDltlG0uwH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tDltlG0uwH .item:focus,
.cid-tDltlG0uwH span:focus {
  outline: none;
}
.cid-tDltlG0uwH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDltlG0uwH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDltlG0uwH .mbr-section-title {
  color: #232323;
}
.cid-tDltlG0uwH .mbr-text,
.cid-tDltlG0uwH .mbr-section-btn {
  text-align: center;
}
.cid-tDltlG0uwH .item-title {
  text-align: center;
}
.cid-tDltlG0uwH .item-subtitle {
  text-align: center;
}
.cid-tu51Ngrr8A {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tu51Ngrr8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu51Ngrr8A a {
  font-weight: bold;
}
.cid-tu51Ngrr8A .mbr-iconfont {
  font-size: 1.6rem;
  color: #c64810;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #3333cc;
  margin-right: 1rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tu51Ngrr8A .mbr-iconfont:hover {
  background: #c64810;
  color: #3333cc;
}
@media (max-width: 767px) {
  .cid-tu51Ngrr8A .mbr-iconfont {
    margin: 0 0.3rem;
  }
}
.cid-tu51Ngrr8A .link-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tu51Ngrr8A .link-wrapper {
    align-items: center;
  }
}
.cid-tu51Ngrr8A .link {
  display: flex;
}
.cid-tu51Ngrr8A .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #3333cc;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #3333cc;
  margin-right: 1rem;
  border-radius: 50%;
  background: #40b0bf;
  transition: all 0.3s;
}
.cid-tu51Ngrr8A .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tu51Ngrr8A .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-tu51Ngrr8A .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tu51Ngrr8A .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tu51Ngrr8A img {
  border-radius: 1rem;
}
.cid-tu51Ngrr8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu51Ngrr8A .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tu51Ngrr8A .image-wrapper {
    padding: 1rem;
  }
}
.cid-tu51Ngrr8A .mbr-link {
  color: #132835;
}
.cid-tu51Ngrr8A .mbr-text,
.cid-tu51Ngrr8A .mbr-section-btn {
  color: #000000;
}
.cid-tDl8udp9Jl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3333cc;
}
.cid-tDl8udp9Jl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDl8udp9Jl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDl8udp9Jl .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tDl8udp9Jl .mbr-section-title {
  color: #ffffff;
}
.cid-tDl7cPzlKT {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tDl7cPzlKT .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-tDl7cPzlKT .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tDl7cPzlKT .first-card {
  display: block;
}
.cid-tDl7cPzlKT .first-card .card-wrapper {
  height: 100%;
}
.cid-tDl7cPzlKT .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tDl7cPzlKT .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tDl7cPzlKT .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tDl7cPzlKT .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tDl7cPzlKT .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tDl7cPzlKT .first-row,
.cid-tDl7cPzlKT .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-tDl7cPzlKT .first-row .card .card-wrapper,
.cid-tDl7cPzlKT .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-tDl7cPzlKT .first-row .card .card-wrapper .card-img,
.cid-tDl7cPzlKT .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-tDl7cPzlKT .first-row .card .card-wrapper .card-img img,
.cid-tDl7cPzlKT .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-tDl7cPzlKT .first-row,
  .cid-tDl7cPzlKT .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tDl7cPzlKT .first-row .card .card-wrapper .card-img,
  .cid-tDl7cPzlKT .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tDl7cPzlKT .first-row .card .card-wrapper .card-img img,
  .cid-tDl7cPzlKT .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-tDl7cPzlKT .first-row .caption,
.cid-tDl7cPzlKT .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-tDl7cPzlKT .first-row .caption .price,
.cid-tDl7cPzlKT .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-tDl7cPzlKT .first-row {
  padding-bottom: 1rem;
}
.cid-tDl7cPzlKT .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tDl7cPzlKT .first-card,
  .cid-tDl7cPzlKT .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDl7cPzlKT .first-card {
    padding-bottom: 2rem;
  }
  .cid-tDl7cPzlKT .only-first-row {
    height: 100%;
  }
}
.cid-tDl7cPzlKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDl7cPzlKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDlfsZQp5D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDlfsZQp5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDlfsZQp5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDlfsZQp5D .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tDlfsZQp5D .mbr-section-title {
  color: #111111;
}
.cid-tDlbzmRjnC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDlbzmRjnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDlbzmRjnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDlbzmRjnC .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-tDlbzmRjnC .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tDlbzmRjnC .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tDlbzmRjnC .panel-group {
  border-top: 1px solid #111111;
}
.cid-tDlbzmRjnC .panel-group .card {
  border-bottom: 1px solid #111111;
  border-radius: 0;
}
.cid-tDlbzmRjnC .panel-group .card .card-header {
  padding: 24px 0;
  background-color: transparent;
  border: none;
}
@media (max-width: 768px) {
  .cid-tDlbzmRjnC .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-tDlbzmRjnC .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tDlbzmRjnC .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  background-color: #c64810;
  color: #101511;
}
.cid-tDlbzmRjnC .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #c64810;
  color: #101511;
}
.cid-tDlbzmRjnC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tDlbzmRjnC .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #101511;
  color: #c64810;
  border-radius: 100%;
  font-size: 24px;
  transition: all .3s ease;
}
.cid-tDlbzmRjnC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .cid-tDlbzmRjnC .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 24px;
  }
}
.cid-tDlbzmRjnC .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-tDlbzmRjnC .panel-title-edit {
  color: #101511;
}
.cid-tDlbzmRjnC .panel-text {
  color: #111111;
}
.cid-tu51NjBaEh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tu51NjBaEh .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tu51NjBaEh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tu51NjBaEh .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tu51NjBaEh .mbr-section-title {
  color: #000000;
}
.cid-tu51NjBaEh .mbr-text {
  color: #000000;
}
.cid-tu51NjBaEh .mbr-description {
  color: #6c7577;
}
.cid-tu51NjBaEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu51NjBaEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu51Nkjidd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tu51Nkjidd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tu51Nkjidd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tu51Nkjidd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tu51Nkjidd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tu51Nkjidd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tu51Nkjidd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tu51Nkjidd .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tu51Nkjidd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tu51Nkjidd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tu51Nkjidd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tu51Nkjidd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tu51Nkjidd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tu51Nkjidd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tu51Nkjidd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tu5kciWSLl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tu5kciWSLl nav.navbar {
  position: fixed;
}
.cid-tu5kciWSLl .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-tu5kciWSLl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tu5kciWSLl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tu5kciWSLl .dropdown-item:hover,
.cid-tu5kciWSLl .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tu5kciWSLl .dropdown-item:hover span {
  color: white;
}
.cid-tu5kciWSLl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tu5kciWSLl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tu5kciWSLl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tu5kciWSLl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tu5kciWSLl .nav-link {
  position: relative;
}
.cid-tu5kciWSLl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tu5kciWSLl .container {
    flex-wrap: nowrap;
  }
}
.cid-tu5kciWSLl .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tu5kciWSLl .dropdown-menu,
.cid-tu5kciWSLl .navbar.opened {
  background: #ffffff !important;
}
.cid-tu5kciWSLl .nav-item:focus,
.cid-tu5kciWSLl .nav-link:focus {
  outline: none;
}
.cid-tu5kciWSLl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tu5kciWSLl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tu5kciWSLl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tu5kciWSLl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tu5kciWSLl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tu5kciWSLl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tu5kciWSLl .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: #ffffff;
}
.cid-tu5kciWSLl .navbar.opened {
  transition: all 0.3s;
}
.cid-tu5kciWSLl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tu5kciWSLl .navbar .navbar-logo img {
  width: auto;
}
.cid-tu5kciWSLl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tu5kciWSLl .navbar.collapsed {
  justify-content: center;
}
.cid-tu5kciWSLl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tu5kciWSLl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tu5kciWSLl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tu5kciWSLl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tu5kciWSLl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tu5kciWSLl .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-tu5kciWSLl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tu5kciWSLl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tu5kciWSLl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tu5kciWSLl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tu5kciWSLl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tu5kciWSLl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tu5kciWSLl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tu5kciWSLl .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-tu5kciWSLl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tu5kciWSLl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tu5kciWSLl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tu5kciWSLl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tu5kciWSLl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tu5kciWSLl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tu5kciWSLl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tu5kciWSLl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tu5kciWSLl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tu5kciWSLl .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-tu5kciWSLl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tu5kciWSLl .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tu5kciWSLl .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tu5kciWSLl .dropdown-item.active,
.cid-tu5kciWSLl .dropdown-item:active {
  background-color: transparent;
}
.cid-tu5kciWSLl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tu5kciWSLl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tu5kciWSLl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tu5kciWSLl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tu5kciWSLl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tu5kciWSLl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tu5kciWSLl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tu5kciWSLl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tu5kciWSLl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tu5kciWSLl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tu5kciWSLl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tu5kciWSLl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu5kciWSLl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu5kciWSLl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tu5kciWSLl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu5kciWSLl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tu5kciWSLl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tu5kciWSLl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu5kciWSLl .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tu5kciWSLl .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tu5kciWSLl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tu5kciWSLl .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-tu5kciWSLl .navbar {
    height: 70px;
  }
  .cid-tu5kciWSLl .navbar.opened {
    height: auto;
  }
  .cid-tu5kciWSLl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu5kciWSLl .container,
.cid-tu5kciWSLl .container-fluid {
  flex-wrap: wrap;
}
.cid-tu5kciWSLl .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tu5kciWSLl .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tu5kciWSLl .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tu5kciWSLl .contacts-menu {
    display: none;
  }
}
.cid-tu5kciWSLl .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tu5kciWSLl .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tu5kciWSLl .icon-box:hover {
  transform: scale(1.1);
}
.cid-tu5kciWSLl .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tu5kciWSLl .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tu5kciWSLl .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tu5kciWSLl .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tu5kciWSLl .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tu5kciWSLl .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu5kciWSLl .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tu5kciWSLl .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tu5kcgLqBw {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tu5kcgLqBw {
    background-image: url("../../../assets/images/new-home-g82887d72d-1920-1920x1272.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tu5kcgLqBw .row {
  align-items: center;
}
.cid-tu5kcgLqBw .image-wrapper {
  padding: 1rem;
}
.cid-tu5kcgLqBw .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tu5kcgLqBw .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tu5kcgLqBw .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tu5kcgLqBw .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tu5kcgLqBw .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tu5kcgLqBw .text-wrapper {
    max-width: 400px;
  }
}
.cid-tu5kcgLqBw .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tu5kcgLqBw .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tu5kcgLqBw .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tu5kcgLqBw .btn-container {
  width: 100%;
}
.cid-tu5kcgLqBw .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tu5kcgLqBw .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu5kcgLqBw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tu5kcgLqBw .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tu5kcgLqBw .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tu5kcgLqBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu5kcgLqBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu5M6YvVx9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tu5RZtVTZF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tu5RZtVTZF .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.cid-tu5RZtVTZF .timeline-text-content {
  padding: 1rem 1rem;
  background: #3333cc;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-tu5RZtVTZF .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tu5RZtVTZF .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-tu5RZtVTZF .mbr-timeline-title,
.cid-tu5RZtVTZF .mbr-timeline-text {
  color: #ffffff;
}
.cid-tu5RZtVTZF .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-tu5RZtVTZF .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-tu5RZtVTZF .timeline-element:hover .timeline-text-content h4,
.cid-tu5RZtVTZF .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #ffffff !important;
}
.cid-tu5RZtVTZF .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #ffffff !important;
}
.cid-tu5RZtVTZF .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #ffffff !important;
}
.cid-tu5RZtVTZF .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tu5RZtVTZF .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-tu5RZtVTZF .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #3333cc;
  top: 20px;
  margin-left: -30px;
}
.cid-tu5RZtVTZF .iconsBackground span {
  color: #ffffff;
}
.cid-tu5RZtVTZF .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-tu5RZtVTZF .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #3333cc;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-tu5RZtVTZF .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-tu5RZtVTZF .iconsBackground {
    left: 1.5rem;
  }
  .cid-tu5RZtVTZF .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-tu5RZtVTZF .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-tu5RZtVTZF .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-tu5RZtVTZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu5RZtVTZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu5RZtVTZF .mbr-timeline-title {
  text-align: center;
}
.cid-tu5RZtVTZF .mbr-timeline-text {
  text-align: center;
}
.cid-tu5kckpELJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tu5kckpELJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tu5kckpELJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tu5kckpELJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tu5kckpELJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tu5kckpELJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tu5kckpELJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tu5kckpELJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tu5kckpELJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tu5kckpELJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tu5kckpELJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tu5kckpELJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tu5kckpELJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tu5kckpELJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tu5kckpELJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tu5qsfyky5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tu5qsfyky5 nav.navbar {
  position: fixed;
}
.cid-tu5qsfyky5 .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-tu5qsfyky5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tu5qsfyky5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tu5qsfyky5 .dropdown-item:hover,
.cid-tu5qsfyky5 .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tu5qsfyky5 .dropdown-item:hover span {
  color: white;
}
.cid-tu5qsfyky5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tu5qsfyky5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tu5qsfyky5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tu5qsfyky5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tu5qsfyky5 .nav-link {
  position: relative;
}
.cid-tu5qsfyky5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tu5qsfyky5 .container {
    flex-wrap: nowrap;
  }
}
.cid-tu5qsfyky5 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tu5qsfyky5 .dropdown-menu,
.cid-tu5qsfyky5 .navbar.opened {
  background: #ffffff !important;
}
.cid-tu5qsfyky5 .nav-item:focus,
.cid-tu5qsfyky5 .nav-link:focus {
  outline: none;
}
.cid-tu5qsfyky5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tu5qsfyky5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tu5qsfyky5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tu5qsfyky5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tu5qsfyky5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tu5qsfyky5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tu5qsfyky5 .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: #ffffff;
}
.cid-tu5qsfyky5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tu5qsfyky5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tu5qsfyky5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tu5qsfyky5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tu5qsfyky5 .navbar.collapsed {
  justify-content: center;
}
.cid-tu5qsfyky5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tu5qsfyky5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tu5qsfyky5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tu5qsfyky5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tu5qsfyky5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tu5qsfyky5 .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-tu5qsfyky5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tu5qsfyky5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tu5qsfyky5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tu5qsfyky5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tu5qsfyky5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tu5qsfyky5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tu5qsfyky5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tu5qsfyky5 .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-tu5qsfyky5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tu5qsfyky5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tu5qsfyky5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tu5qsfyky5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tu5qsfyky5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tu5qsfyky5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tu5qsfyky5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tu5qsfyky5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tu5qsfyky5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tu5qsfyky5 .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-tu5qsfyky5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tu5qsfyky5 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tu5qsfyky5 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tu5qsfyky5 .dropdown-item.active,
.cid-tu5qsfyky5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tu5qsfyky5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tu5qsfyky5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tu5qsfyky5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tu5qsfyky5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tu5qsfyky5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tu5qsfyky5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tu5qsfyky5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tu5qsfyky5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tu5qsfyky5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tu5qsfyky5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tu5qsfyky5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tu5qsfyky5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu5qsfyky5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu5qsfyky5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tu5qsfyky5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu5qsfyky5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tu5qsfyky5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tu5qsfyky5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu5qsfyky5 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tu5qsfyky5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tu5qsfyky5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tu5qsfyky5 .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-tu5qsfyky5 .navbar {
    height: 70px;
  }
  .cid-tu5qsfyky5 .navbar.opened {
    height: auto;
  }
  .cid-tu5qsfyky5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu5qsfyky5 .container,
.cid-tu5qsfyky5 .container-fluid {
  flex-wrap: wrap;
}
.cid-tu5qsfyky5 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tu5qsfyky5 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tu5qsfyky5 .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tu5qsfyky5 .contacts-menu {
    display: none;
  }
}
.cid-tu5qsfyky5 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tu5qsfyky5 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tu5qsfyky5 .icon-box:hover {
  transform: scale(1.1);
}
.cid-tu5qsfyky5 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tu5qsfyky5 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tu5qsfyky5 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tu5qsfyky5 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tu5qsfyky5 .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tu5qsfyky5 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu5qsfyky5 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tu5qsfyky5 .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tu5qsbuDJW {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-tu5qsbuDJW .carousel {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .cid-tu5qsbuDJW .carousel {
    height: 100vh;
  }
}
.cid-tu5qsbuDJW .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tu5qsbuDJW .carousel-item,
.cid-tu5qsbuDJW .carousel-inner {
  height: 100%;
}
.cid-tu5qsbuDJW .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tu5qsbuDJW .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tu5qsbuDJW .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tu5qsbuDJW .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-tu5qsbuDJW .mbr-section-btn {
  margin-top: 42px;
}
.cid-tu5qsbuDJW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tu5qsbuDJW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tu5qsbuDJW .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tu5qsbuDJW .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tu5qsbuDJW .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tu5qsbuDJW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tu5qsbuDJW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tu5qsbuDJW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tu5qsbuDJW .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tu5qsbuDJW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tu5qsbuDJW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tu5qsbuDJW .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tu5qsbuDJW .carousel-control {
    display: none !important;
  }
}
.cid-tu5qsbuDJW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tu5qsbuDJW .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tu5qsbuDJW .carousel-indicators li.active,
.cid-tu5qsbuDJW .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tu5qsbuDJW .carousel-indicators li::after,
.cid-tu5qsbuDJW .carousel-indicators li::before {
  content: none;
}
.cid-tu5qsbuDJW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tu5qsbuDJW .carousel-indicators {
    display: none !important;
  }
}
.cid-tu5qsbuDJW .mbr-section-text,
.cid-tu5qsbuDJW .mbr-section-btn {
  text-align: center;
}
.cid-tu5qscvrOO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tu5qscvrOO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tu5qscvrOO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tu5qscvrOO .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tu5qscvrOO .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tu5qscvrOO .mbr-text,
.cid-tu5qscvrOO .mbr-section-btn {
  color: #353535;
}
.cid-tu5qscYjF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tu5qscYjF7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tu5qscYjF7 .image-wrapper img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tu5qscYjF7 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tu5qscYjF7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tu5qsdwv1C {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tu5qsdwv1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu5qsdwv1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu5qsdwv1C .col-title {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-tu5qsdwv1C .col-title {
    margin-bottom: 45px;
    padding: 0 20px !important;
  }
}
.cid-tu5qsdwv1C .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tu5qsdwv1C .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tu5qsdwv1C .main-col {
    padding: 0 20px !important;
  }
}
.cid-tu5qsdwv1C .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #3333cc;
  margin-bottom: 20px;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tu5qsdwv1C .content-container {
    flex-wrap: wrap;
    padding: 40px 20px 40px 20px;
  }
}
.cid-tu5qsdwv1C .img-container {
  flex-grow: 1;
  width: 40% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fa603c;
}
@media (max-width: 767px) {
  .cid-tu5qsdwv1C .img-container {
    width: 100%;
    order: 3;
    margin-bottom: -40px;
    background: transparent;
  }
}
.cid-tu5qsdwv1C .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tu5qsdwv1C .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tu5qsdwv1C .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tu5qsdwv1C .text-container {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-tu5qsdwv1C .text-wrap {
  width: 100%;
  padding: 16% 16% 16% 16%;
}
@media (max-width: 767px) {
  .cid-tu5qsdwv1C .text-wrap {
    padding: 0;
  }
}
.cid-tu5qsdwv1C .card-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tu5qsdwv1C .card-title {
    text-align: center !important;
  }
}
.cid-tu5qsdwv1C .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tu5qsdwv1C .mbr-text {
    text-align: center !important;
  }
}
.cid-tu5qsdwv1C .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cid-tu5qsdwv1C .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tu5qsdwv1C .mbr-text,
.cid-tu5qsdwv1C .mbr-section-btn {
  color: #e9e9e9;
}
.cid-tu5qse01kU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tu5qse01kU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tu5qse01kU .image-wrapper img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tu5qse01kU .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tu5qse01kU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tu5qsevmJL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-tu5qsevmJL .container {
    max-width: 1400px;
  }
}
.cid-tu5qsevmJL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tu5qsevmJL .card-wrapper {
  margin-top: 3rem;
}
.cid-tu5qsevmJL .row {
  justify-content: center;
}
.cid-tu5qsevmJL .card-title,
.cid-tu5qsevmJL .iconfont-wrapper {
  color: #000000;
}
.cid-tu5qsevmJL .card-text {
  color: #000000;
  text-align: left;
}
.cid-tu5qsevmJL .mbr-section-title {
  color: #000000;
}
.cid-tu5qsf4Q2r {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tu5qsf4Q2r .item-wrapper {
  width: 100%;
}
.cid-tu5qsf4Q2r .row {
  align-items: center;
  justify-content: center;
}
.cid-tu5qsf4Q2r .b {
  margin-bottom: 30px;
}
.cid-tu5qsf4Q2r img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-tu5qsf4Q2r .b,
  .cid-tu5qsf4Q2r .t {
    margin-bottom: 20px;
  }
}
.cid-tu5qsgoeaX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tu5qsgoeaX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tu5qsgoeaX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tu5qsgoeaX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tu5qsgoeaX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tu5qsgoeaX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tu5qsgoeaX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tu5qsgoeaX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tu5qsgoeaX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tu5qsgoeaX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tu5qsgoeaX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tu5qsgoeaX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tu5qsgoeaX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tu5qsgoeaX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tu5qsgoeaX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tu64eUP0YS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tu64eUP0YS nav.navbar {
  position: fixed;
}
.cid-tu64eUP0YS .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-tu64eUP0YS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tu64eUP0YS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tu64eUP0YS .dropdown-item:hover,
.cid-tu64eUP0YS .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tu64eUP0YS .dropdown-item:hover span {
  color: white;
}
.cid-tu64eUP0YS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tu64eUP0YS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tu64eUP0YS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tu64eUP0YS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tu64eUP0YS .nav-link {
  position: relative;
}
.cid-tu64eUP0YS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tu64eUP0YS .container {
    flex-wrap: nowrap;
  }
}
.cid-tu64eUP0YS .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tu64eUP0YS .dropdown-menu,
.cid-tu64eUP0YS .navbar.opened {
  background: #ffffff !important;
}
.cid-tu64eUP0YS .nav-item:focus,
.cid-tu64eUP0YS .nav-link:focus {
  outline: none;
}
.cid-tu64eUP0YS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tu64eUP0YS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tu64eUP0YS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tu64eUP0YS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tu64eUP0YS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tu64eUP0YS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tu64eUP0YS .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: #ffffff;
}
.cid-tu64eUP0YS .navbar.opened {
  transition: all 0.3s;
}
.cid-tu64eUP0YS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tu64eUP0YS .navbar .navbar-logo img {
  width: auto;
}
.cid-tu64eUP0YS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tu64eUP0YS .navbar.collapsed {
  justify-content: center;
}
.cid-tu64eUP0YS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tu64eUP0YS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tu64eUP0YS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tu64eUP0YS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tu64eUP0YS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tu64eUP0YS .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-tu64eUP0YS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tu64eUP0YS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tu64eUP0YS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tu64eUP0YS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tu64eUP0YS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tu64eUP0YS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tu64eUP0YS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tu64eUP0YS .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-tu64eUP0YS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tu64eUP0YS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tu64eUP0YS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tu64eUP0YS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tu64eUP0YS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tu64eUP0YS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tu64eUP0YS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tu64eUP0YS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tu64eUP0YS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tu64eUP0YS .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-tu64eUP0YS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tu64eUP0YS .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tu64eUP0YS .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tu64eUP0YS .dropdown-item.active,
.cid-tu64eUP0YS .dropdown-item:active {
  background-color: transparent;
}
.cid-tu64eUP0YS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tu64eUP0YS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tu64eUP0YS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tu64eUP0YS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tu64eUP0YS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tu64eUP0YS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tu64eUP0YS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tu64eUP0YS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tu64eUP0YS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tu64eUP0YS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tu64eUP0YS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tu64eUP0YS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu64eUP0YS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tu64eUP0YS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tu64eUP0YS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu64eUP0YS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tu64eUP0YS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tu64eUP0YS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tu64eUP0YS .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tu64eUP0YS .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tu64eUP0YS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tu64eUP0YS .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-tu64eUP0YS .navbar {
    height: 70px;
  }
  .cid-tu64eUP0YS .navbar.opened {
    height: auto;
  }
  .cid-tu64eUP0YS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu64eUP0YS .container,
.cid-tu64eUP0YS .container-fluid {
  flex-wrap: wrap;
}
.cid-tu64eUP0YS .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tu64eUP0YS .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tu64eUP0YS .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tu64eUP0YS .contacts-menu {
    display: none;
  }
}
.cid-tu64eUP0YS .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tu64eUP0YS .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tu64eUP0YS .icon-box:hover {
  transform: scale(1.1);
}
.cid-tu64eUP0YS .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tu64eUP0YS .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tu64eUP0YS .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tu64eUP0YS .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tu64eUP0YS .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tu64eUP0YS .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu64eUP0YS .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tu64eUP0YS .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tu64eSHUhI {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tu64eSHUhI {
    background-image: url("../../../assets/images/grieve00-2000x1333.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tu64eSHUhI .row {
  align-items: center;
}
.cid-tu64eSHUhI .image-wrapper {
  padding: 1rem;
}
.cid-tu64eSHUhI .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tu64eSHUhI .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tu64eSHUhI .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tu64eSHUhI .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tu64eSHUhI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tu64eSHUhI .text-wrapper {
    max-width: 400px;
  }
}
.cid-tu64eSHUhI .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tu64eSHUhI .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tu64eSHUhI .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tu64eSHUhI .btn-container {
  width: 100%;
}
.cid-tu64eSHUhI .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tu64eSHUhI .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu64eSHUhI .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tu64eSHUhI .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tu64eSHUhI .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tu64eSHUhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu64eSHUhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu65u9Gkce {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tu65u9Gkce .line {
  background-color: #c64810;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tu65DaMKAD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tu69XkPLL7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tu69XkPLL7 .row {
  flex-direction: row-reverse;
}
.cid-tu69XkPLL7 .row {
  align-items: center;
}
.cid-tu69XkPLL7 .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tu69XkPLL7 .image-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tu69XkPLL7 .image-wrapper {
    padding-right: 2rem;
  }
}
.cid-tu69XkPLL7 .image-wrapper .img-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-tu69XkPLL7 .image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.cid-tu69XkPLL7 .home-meet_headshot-filter {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7f5f5d;
  opacity: 0;
  pointer-events: none;
  display: block;
}
@media (max-width: 991px) {
  .cid-tu69XkPLL7 .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tu69XkPLL7 .col-text {
    padding-left: 2rem;
  }
}
.cid-tu69XkPLL7 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tu69XkPLL7 .mbr-section-title {
  margin-bottom: 1rem;
  color: #c64810;
  width: 100%;
}
.cid-tu69XkPLL7 .mbr-text {
  color: #002549;
  width: 100%;
}
.cid-tu69XkPLL7 .btn-container {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .cid-tu69XkPLL7 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu69XkPLL7 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tu69XkPLL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu69XkPLL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu69XkPLL7 .mbr-text,
.cid-tu69XkPLL7 .mbr-section-btn {
  color: #000000;
}
.cid-tCvcNmKfPe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCvcNmKfPe .item-subtitle {
  color: #000000;
}
.cid-tCvcNmKfPe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCvcNmKfPe .item-img {
  overflow: hidden;
}
.cid-tCvcNmKfPe img,
.cid-tCvcNmKfPe .item-img {
  width: 100%;
  transition: all 1s;
}
.cid-tCvcNmKfPe .item:focus,
.cid-tCvcNmKfPe span:focus {
  outline: none;
}
.cid-tCvcNmKfPe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tCvcNmKfPe .item-content {
  padding-top: 2rem;
}
.cid-tCvcNmKfPe .mbr-section-title {
  color: #232323;
}
.cid-tCvcNmKfPe .item-title {
  color: #666666;
}
.cid-tCvdlYHQrR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCvdlYHQrR .item-subtitle {
  color: #000000;
}
.cid-tCvdlYHQrR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCvdlYHQrR .item-img {
  overflow: hidden;
}
.cid-tCvdlYHQrR img,
.cid-tCvdlYHQrR .item-img {
  width: 100%;
  transition: all 1s;
}
.cid-tCvdlYHQrR .item:focus,
.cid-tCvdlYHQrR span:focus {
  outline: none;
}
.cid-tCvdlYHQrR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tCvdlYHQrR .item-content {
  padding-top: 2rem;
}
.cid-tCvdlYHQrR .mbr-section-title {
  color: #232323;
}
.cid-tCvdlYHQrR .item-title {
  color: #666666;
}
.cid-tu64eWe55L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tu64eWe55L .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tu64eWe55L .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tu64eWe55L .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tu64eWe55L .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tu64eWe55L .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tu64eWe55L .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tu64eWe55L .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tu64eWe55L .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tu64eWe55L .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tu64eWe55L .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tu64eWe55L .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tu64eWe55L .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tu64eWe55L .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tu64eWe55L .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tuaZmYtp3d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tuaZmYtp3d nav.navbar {
  position: fixed;
}
.cid-tuaZmYtp3d .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-tuaZmYtp3d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuaZmYtp3d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuaZmYtp3d .dropdown-item:hover,
.cid-tuaZmYtp3d .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tuaZmYtp3d .dropdown-item:hover span {
  color: white;
}
.cid-tuaZmYtp3d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuaZmYtp3d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuaZmYtp3d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuaZmYtp3d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuaZmYtp3d .nav-link {
  position: relative;
}
.cid-tuaZmYtp3d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuaZmYtp3d .container {
    flex-wrap: nowrap;
  }
}
.cid-tuaZmYtp3d .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuaZmYtp3d .dropdown-menu,
.cid-tuaZmYtp3d .navbar.opened {
  background: #ffffff !important;
}
.cid-tuaZmYtp3d .nav-item:focus,
.cid-tuaZmYtp3d .nav-link:focus {
  outline: none;
}
.cid-tuaZmYtp3d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuaZmYtp3d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuaZmYtp3d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuaZmYtp3d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuaZmYtp3d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuaZmYtp3d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuaZmYtp3d .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: #ffffff;
}
.cid-tuaZmYtp3d .navbar.opened {
  transition: all 0.3s;
}
.cid-tuaZmYtp3d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuaZmYtp3d .navbar .navbar-logo img {
  width: auto;
}
.cid-tuaZmYtp3d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuaZmYtp3d .navbar.collapsed {
  justify-content: center;
}
.cid-tuaZmYtp3d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuaZmYtp3d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuaZmYtp3d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tuaZmYtp3d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuaZmYtp3d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuaZmYtp3d .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-tuaZmYtp3d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuaZmYtp3d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuaZmYtp3d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuaZmYtp3d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuaZmYtp3d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuaZmYtp3d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuaZmYtp3d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuaZmYtp3d .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-tuaZmYtp3d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuaZmYtp3d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuaZmYtp3d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuaZmYtp3d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuaZmYtp3d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuaZmYtp3d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuaZmYtp3d .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuaZmYtp3d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuaZmYtp3d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuaZmYtp3d .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-tuaZmYtp3d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuaZmYtp3d .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tuaZmYtp3d .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tuaZmYtp3d .dropdown-item.active,
.cid-tuaZmYtp3d .dropdown-item:active {
  background-color: transparent;
}
.cid-tuaZmYtp3d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuaZmYtp3d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuaZmYtp3d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuaZmYtp3d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tuaZmYtp3d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuaZmYtp3d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuaZmYtp3d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuaZmYtp3d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuaZmYtp3d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuaZmYtp3d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tuaZmYtp3d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuaZmYtp3d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuaZmYtp3d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuaZmYtp3d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuaZmYtp3d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuaZmYtp3d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuaZmYtp3d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuaZmYtp3d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuaZmYtp3d .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tuaZmYtp3d .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tuaZmYtp3d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuaZmYtp3d .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-tuaZmYtp3d .navbar {
    height: 70px;
  }
  .cid-tuaZmYtp3d .navbar.opened {
    height: auto;
  }
  .cid-tuaZmYtp3d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuaZmYtp3d .container,
.cid-tuaZmYtp3d .container-fluid {
  flex-wrap: wrap;
}
.cid-tuaZmYtp3d .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tuaZmYtp3d .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tuaZmYtp3d .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tuaZmYtp3d .contacts-menu {
    display: none;
  }
}
.cid-tuaZmYtp3d .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tuaZmYtp3d .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tuaZmYtp3d .icon-box:hover {
  transform: scale(1.1);
}
.cid-tuaZmYtp3d .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tuaZmYtp3d .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tuaZmYtp3d .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tuaZmYtp3d .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tuaZmYtp3d .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tuaZmYtp3d .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tuaZmYtp3d .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tuaZmYtp3d .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tuaZmWKFht {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tuaZmWKFht {
    background-image: url("../../../assets/images/home7-576x384.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tuaZmWKFht .row {
  align-items: center;
}
.cid-tuaZmWKFht .image-wrapper {
  padding: 1rem;
}
.cid-tuaZmWKFht .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tuaZmWKFht .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tuaZmWKFht .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tuaZmWKFht .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tuaZmWKFht .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tuaZmWKFht .text-wrapper {
    max-width: 400px;
  }
}
.cid-tuaZmWKFht .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tuaZmWKFht .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tuaZmWKFht .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tuaZmWKFht .btn-container {
  width: 100%;
}
.cid-tuaZmWKFht .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tuaZmWKFht .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tuaZmWKFht .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tuaZmWKFht .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tuaZmWKFht .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tuaZmWKFht .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuaZmWKFht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuaZmX6Zz9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tuaZmX6Zz9 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tuaZmX6Zz9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tuaZmX6Zz9 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tuaZmX6Zz9 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tuaZmX6Zz9 .mbr-text,
.cid-tuaZmX6Zz9 .mbr-section-btn {
  color: #353535;
}
.cid-tubelBdC5Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tubelBdC5Y .row {
  align-items: center;
}
.cid-tubelBdC5Y .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-tubelBdC5Y .image-wrapper {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
.cid-tubelBdC5Y .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-tubelBdC5Y .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-tubelBdC5Y .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tubelBdC5Y .col-text {
    padding-bottom: 4.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tubelBdC5Y .col-text {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tubelBdC5Y .col-text {
    text-align: center;
  }
}
.cid-tubelBdC5Y .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tubelBdC5Y .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tubelBdC5Y .label-text {
    text-align: center !important;
  }
}
.cid-tubelBdC5Y .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tubelBdC5Y .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tubelBdC5Y .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tubelBdC5Y .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tubelBdC5Y .lists-container {
    justify-content: center;
  }
}
.cid-tubelBdC5Y .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-tubelBdC5Y .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tubelBdC5Y .list {
    align-items: center;
  }
}
.cid-tubelBdC5Y .list-item {
  display: flex;
  align-items: center;
}
.cid-tubelBdC5Y .icon-wrapper {
  margin-right: 5px;
}
.cid-tubelBdC5Y .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-tubelBdC5Y .list-item-text {
  flex-grow: 1;
}
.cid-tubelBdC5Y .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tubelBdC5Y .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-tubelBdC5Y .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tubelBdC5Y .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tubelBdC5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tubelBdC5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tub4h0AVwf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tub4h0AVwf .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tub4h0AVwf .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tub4h0AVwf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tub4h0AVwf .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tub4h0AVwf .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tub4h0AVwf .mbr-text,
.cid-tub4h0AVwf .mbr-section-btn {
  color: #000000;
}
.cid-tuaZmZ1ZOB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tuaZmZ1ZOB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tuaZmZ1ZOB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tuaZmZ1ZOB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tuaZmZ1ZOB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tuaZmZ1ZOB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tuaZmZ1ZOB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tuaZmZ1ZOB .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tuaZmZ1ZOB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tuaZmZ1ZOB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tuaZmZ1ZOB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tuaZmZ1ZOB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tuaZmZ1ZOB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tuaZmZ1ZOB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tuaZmZ1ZOB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tubkrtXs8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tubkrtXs8u nav.navbar {
  position: fixed;
}
.cid-tubkrtXs8u .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-tubkrtXs8u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tubkrtXs8u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tubkrtXs8u .dropdown-item:hover,
.cid-tubkrtXs8u .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tubkrtXs8u .dropdown-item:hover span {
  color: white;
}
.cid-tubkrtXs8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tubkrtXs8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tubkrtXs8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tubkrtXs8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tubkrtXs8u .nav-link {
  position: relative;
}
.cid-tubkrtXs8u .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tubkrtXs8u .container {
    flex-wrap: nowrap;
  }
}
.cid-tubkrtXs8u .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tubkrtXs8u .dropdown-menu,
.cid-tubkrtXs8u .navbar.opened {
  background: #ffffff !important;
}
.cid-tubkrtXs8u .nav-item:focus,
.cid-tubkrtXs8u .nav-link:focus {
  outline: none;
}
.cid-tubkrtXs8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tubkrtXs8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tubkrtXs8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tubkrtXs8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tubkrtXs8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tubkrtXs8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tubkrtXs8u .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: #ffffff;
}
.cid-tubkrtXs8u .navbar.opened {
  transition: all 0.3s;
}
.cid-tubkrtXs8u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tubkrtXs8u .navbar .navbar-logo img {
  width: auto;
}
.cid-tubkrtXs8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tubkrtXs8u .navbar.collapsed {
  justify-content: center;
}
.cid-tubkrtXs8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tubkrtXs8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tubkrtXs8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tubkrtXs8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tubkrtXs8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tubkrtXs8u .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-tubkrtXs8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tubkrtXs8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tubkrtXs8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tubkrtXs8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tubkrtXs8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tubkrtXs8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tubkrtXs8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tubkrtXs8u .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-tubkrtXs8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tubkrtXs8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tubkrtXs8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tubkrtXs8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tubkrtXs8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tubkrtXs8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tubkrtXs8u .navbar.navbar-short {
  min-height: 60px;
}
.cid-tubkrtXs8u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tubkrtXs8u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tubkrtXs8u .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-tubkrtXs8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tubkrtXs8u .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tubkrtXs8u .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tubkrtXs8u .dropdown-item.active,
.cid-tubkrtXs8u .dropdown-item:active {
  background-color: transparent;
}
.cid-tubkrtXs8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tubkrtXs8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tubkrtXs8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tubkrtXs8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tubkrtXs8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tubkrtXs8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tubkrtXs8u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tubkrtXs8u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tubkrtXs8u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tubkrtXs8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tubkrtXs8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tubkrtXs8u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tubkrtXs8u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tubkrtXs8u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tubkrtXs8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tubkrtXs8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tubkrtXs8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tubkrtXs8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tubkrtXs8u .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tubkrtXs8u .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tubkrtXs8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tubkrtXs8u .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-tubkrtXs8u .navbar {
    height: 70px;
  }
  .cid-tubkrtXs8u .navbar.opened {
    height: auto;
  }
  .cid-tubkrtXs8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tubkrtXs8u .container,
.cid-tubkrtXs8u .container-fluid {
  flex-wrap: wrap;
}
.cid-tubkrtXs8u .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tubkrtXs8u .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tubkrtXs8u .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tubkrtXs8u .contacts-menu {
    display: none;
  }
}
.cid-tubkrtXs8u .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tubkrtXs8u .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tubkrtXs8u .icon-box:hover {
  transform: scale(1.1);
}
.cid-tubkrtXs8u .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tubkrtXs8u .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tubkrtXs8u .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tubkrtXs8u .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tubkrtXs8u .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tubkrtXs8u .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tubkrtXs8u .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tubkrtXs8u .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tubkrrEuKh {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tubkrrEuKh {
    background-image: url("../../../assets/images/bracelets-g1b6cbab13-1920-1920x1275.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tubkrrEuKh .row {
  align-items: center;
}
.cid-tubkrrEuKh .image-wrapper {
  padding: 1rem;
}
.cid-tubkrrEuKh .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tubkrrEuKh .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tubkrrEuKh .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tubkrrEuKh .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tubkrrEuKh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tubkrrEuKh .text-wrapper {
    max-width: 400px;
  }
}
.cid-tubkrrEuKh .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tubkrrEuKh .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tubkrrEuKh .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tubkrrEuKh .btn-container {
  width: 100%;
}
.cid-tubkrrEuKh .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tubkrrEuKh .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tubkrrEuKh .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tubkrrEuKh .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tubkrrEuKh .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tubkrrEuKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tubkrrEuKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tubkrsly9s {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tubkrsly9s .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tubkrsly9s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tubkrsly9s .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tubkrsly9s .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tubkrsly9s .mbr-text,
.cid-tubkrsly9s .mbr-section-btn {
  color: #353535;
}
.cid-tubkrtzhDB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tubkrtzhDB .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tubkrtzhDB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tubkrtzhDB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tubkrtzhDB .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tubkrtzhDB .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tubkrtzhDB .mbr-text,
.cid-tubkrtzhDB .mbr-section-btn {
  color: #000000;
}
.cid-tubkruHgxZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tubkruHgxZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tubkruHgxZ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tubkruHgxZ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tubkruHgxZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tubkruHgxZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tubkruHgxZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tubkruHgxZ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tubkruHgxZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tubkruHgxZ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tubkruHgxZ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tubkruHgxZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tubkruHgxZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tubkruHgxZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tubkruHgxZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCsPShi8im {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCsPShi8im nav.navbar {
  position: fixed;
}
.cid-tCsPShi8im .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-tCsPShi8im .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCsPShi8im .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCsPShi8im .dropdown-item:hover,
.cid-tCsPShi8im .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tCsPShi8im .dropdown-item:hover span {
  color: white;
}
.cid-tCsPShi8im .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCsPShi8im .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCsPShi8im .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCsPShi8im .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCsPShi8im .nav-link {
  position: relative;
}
.cid-tCsPShi8im .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tCsPShi8im .container {
    flex-wrap: nowrap;
  }
}
.cid-tCsPShi8im .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCsPShi8im .dropdown-menu,
.cid-tCsPShi8im .navbar.opened {
  background: #ffffff !important;
}
.cid-tCsPShi8im .nav-item:focus,
.cid-tCsPShi8im .nav-link:focus {
  outline: none;
}
.cid-tCsPShi8im .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCsPShi8im .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCsPShi8im .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCsPShi8im .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCsPShi8im .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCsPShi8im .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCsPShi8im .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: #ffffff;
}
.cid-tCsPShi8im .navbar.opened {
  transition: all 0.3s;
}
.cid-tCsPShi8im .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCsPShi8im .navbar .navbar-logo img {
  width: auto;
}
.cid-tCsPShi8im .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCsPShi8im .navbar.collapsed {
  justify-content: center;
}
.cid-tCsPShi8im .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCsPShi8im .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCsPShi8im .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tCsPShi8im .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCsPShi8im .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCsPShi8im .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-tCsPShi8im .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCsPShi8im .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCsPShi8im .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCsPShi8im .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCsPShi8im .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCsPShi8im .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCsPShi8im .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCsPShi8im .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-tCsPShi8im .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCsPShi8im .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCsPShi8im .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCsPShi8im .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCsPShi8im .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCsPShi8im .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCsPShi8im .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCsPShi8im .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCsPShi8im .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCsPShi8im .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-tCsPShi8im .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCsPShi8im .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tCsPShi8im .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tCsPShi8im .dropdown-item.active,
.cid-tCsPShi8im .dropdown-item:active {
  background-color: transparent;
}
.cid-tCsPShi8im .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCsPShi8im .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCsPShi8im .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCsPShi8im .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCsPShi8im .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCsPShi8im .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCsPShi8im ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCsPShi8im .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCsPShi8im button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCsPShi8im button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tCsPShi8im button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCsPShi8im button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCsPShi8im button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCsPShi8im button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCsPShi8im nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCsPShi8im nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCsPShi8im nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCsPShi8im nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCsPShi8im .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tCsPShi8im .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tCsPShi8im a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCsPShi8im .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-tCsPShi8im .navbar {
    height: 70px;
  }
  .cid-tCsPShi8im .navbar.opened {
    height: auto;
  }
  .cid-tCsPShi8im .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCsPShi8im .container,
.cid-tCsPShi8im .container-fluid {
  flex-wrap: wrap;
}
.cid-tCsPShi8im .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tCsPShi8im .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tCsPShi8im .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tCsPShi8im .contacts-menu {
    display: none;
  }
}
.cid-tCsPShi8im .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tCsPShi8im .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tCsPShi8im .icon-box:hover {
  transform: scale(1.1);
}
.cid-tCsPShi8im .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tCsPShi8im .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tCsPShi8im .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tCsPShi8im .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tCsPShi8im .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tCsPShi8im .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCsPShi8im .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tCsPShi8im .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tCsPSdAMda {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tCsPSdAMda {
    background-image: url("../../../assets/images/team-1238x767.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tCsPSdAMda .row {
  align-items: center;
}
.cid-tCsPSdAMda .image-wrapper {
  padding: 1rem;
}
.cid-tCsPSdAMda .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tCsPSdAMda .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tCsPSdAMda .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tCsPSdAMda .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tCsPSdAMda .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tCsPSdAMda .text-wrapper {
    max-width: 400px;
  }
}
.cid-tCsPSdAMda .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tCsPSdAMda .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tCsPSdAMda .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tCsPSdAMda .btn-container {
  width: 100%;
}
.cid-tCsPSdAMda .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCsPSdAMda .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCsPSdAMda .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tCsPSdAMda .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tCsPSdAMda .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tCsPSdAMda .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCsPSdAMda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCsSFU8zL1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCsSFU8zL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCsSFU8zL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCsSFU8zL1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tCsSFU8zL1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCsSFU8zL1 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCsSFU8zL1 .container {
    padding: 0 20px;
  }
}
.cid-tCsSFU8zL1 .row {
  justify-content: center;
}
.cid-tCsSFU8zL1 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tCsSFU8zL1 .item {
    margin-bottom: 50px;
  }
}
.cid-tCsSFU8zL1 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tCsSFU8zL1 .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tCsSFU8zL1 .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tCsSFU8zL1 .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tCsSFU8zL1 .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tCsSFU8zL1 .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tCsSFU8zL1 .mbr-card-title {
  color: #1d1d1d;
}
.cid-tCsSFU8zL1 .mbr-card-title,
.cid-tCsSFU8zL1 .item-img {
  text-align: center;
}
.cid-tCsSFU8zL1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tCtcZIG5Wc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCtcZIG5Wc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCtcZIG5Wc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtcZIG5Wc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tCtcZIG5Wc .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCtcZIG5Wc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCtcZIG5Wc .container {
    padding: 0 20px;
  }
}
.cid-tCtcZIG5Wc .row {
  justify-content: center;
}
.cid-tCtcZIG5Wc .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tCtcZIG5Wc .item {
    margin-bottom: 50px;
  }
}
.cid-tCtcZIG5Wc .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tCtcZIG5Wc .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tCtcZIG5Wc .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tCtcZIG5Wc .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tCtcZIG5Wc .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tCtcZIG5Wc .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tCtcZIG5Wc .mbr-card-title {
  color: #1d1d1d;
}
.cid-tCtcZIG5Wc .mbr-card-title,
.cid-tCtcZIG5Wc .item-img {
  text-align: center;
}
.cid-tCtcZIG5Wc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tCtz2xhpNO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCtz2xhpNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCtz2xhpNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtmLTv15I {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tCtmLTv15I .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-tCtmLTv15I .card {
  margin-bottom: 10px;
  owerflow: hidden;
  max-height: 280px;
}
.cid-tCtmLTv15I .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-tCtmLTv15I .big {
  margin-top: 1px;
}
.cid-tCtmLTv15I .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-tCtmLTv15I .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tCtmLTv15I .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-tCtmLTv15I .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tCtmLTv15I .small {
    margin-top: -25%;
  }
}
.cid-tCtmLTv15I .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tCtzw9FcJi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tCtzw9FcJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCtzw9FcJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtzw9FcJi .container-fluid {
  max-width: 100% !important;
}
.cid-tCtzw9FcJi .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-tCtzw9FcJi .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tCtzw9FcJi .text-box {
  width: 100%;
  height: 100%;
  padding: 0 16% 0 10.5%;
}
@media (max-width: 991px) {
  .cid-tCtzw9FcJi .text-box {
    padding: 0 7% 0 7%;
  }
}
.cid-tCtzw9FcJi .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12% 0 12.7% 0;
}
@media (max-width: 991px) {
  .cid-tCtzw9FcJi .text-wrap {
    padding: 7% 0 8% 0;
  }
}
@media (max-width: 767px) {
  .cid-tCtzw9FcJi .text-wrap {
    padding: 12% 0 14% 0;
  }
}
.cid-tCtzw9FcJi .mbr-section-title {
  color: #000000;
}
.cid-tCtzw9FcJi .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-tCtzw9FcJi .text-bottom {
    padding-top: 9%;
    margin-top: 40px;
  }
}
.cid-tCtzw9FcJi .mbr-text {
  color: #000000;
}
.cid-tCtzw9FcJi .mbr-section-btn {
  margin-top: 16px;
}
.cid-tCtzw9FcJi .form-box {
  width: 100%;
  height: 100%;
  padding: 0 15px 0 15px;
  background-color: #ffe2da;
}
@media (max-width: 991px) {
  .cid-tCtzw9FcJi .form-box {
    padding: 0 7% 0 7%;
  }
}
.cid-tCtzw9FcJi .form-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 12% 0 12.7% 0;
}
@media (max-width: 991px) {
  .cid-tCtzw9FcJi .form-wrap {
    padding: 7% 0 8% 0;
  }
}
@media (max-width: 767px) {
  .cid-tCtzw9FcJi .form-wrap {
    padding: 12% 0 14% 0;
  }
}
.cid-tCtzw9FcJi .form-title {
  color: #ff9370;
  margin-bottom: 20px;
}
.cid-tCtzw9FcJi div.mbr-form {
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-tCtzw9FcJi div.mbr-form {
    padding-top: 11%;
  }
}
@media (max-width: 767px) {
  .cid-tCtzw9FcJi div.mbr-form {
    padding-top: 14%;
  }
}
.cid-tCtzw9FcJi form {
  width: 100%;
}
.cid-tCtzw9FcJi form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-tCtzw9FcJi form p {
  color: #ff9370;
}
.cid-tCtzw9FcJi form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tCtzw9FcJi form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #ff9370 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #ff9370;
  font-weight: 400;
  transition: .3s;
}
.cid-tCtzw9FcJi form .form-control::-webkit-input-placeholder {
  color: #ff9370;
}
.cid-tCtzw9FcJi form .form-control::-moz-placeholder {
  color: #ff9370;
}
.cid-tCtzw9FcJi form .form-control:-moz-placeholder {
  color: #ff9370;
}
.cid-tCtzw9FcJi form .form-control:-ms-input-placeholder {
  color: #ff9370;
}
.cid-tCtzw9FcJi form select {
  color: #ff9370 !important;
}
.cid-tCtzw9FcJi form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-tCtzw9FcJi form textarea::-webkit-input-placeholder {
  color: #ff9370 !important;
}
.cid-tCtzw9FcJi form textarea::-moz-placeholder {
  color: #ff9370 !important;
}
.cid-tCtzw9FcJi form textarea:-moz-placeholder {
  color: #ff9370 !important;
}
.cid-tCtzw9FcJi form textarea:-ms-input-placeholder {
  color: #ff9370 !important;
}
.cid-tCtzw9FcJi form input,
.cid-tCtzw9FcJi form textarea {
  transition: .3s all;
}
.cid-tCtzw9FcJi form input:active,
.cid-tCtzw9FcJi form textarea:active,
.cid-tCtzw9FcJi form input:focus,
.cid-tCtzw9FcJi form textarea:focus {
  background-color: transparent !important;
  border-color: #ff9370 !important;
  outline: none !important;
}
.cid-tCtzw9FcJi form input:active::-webkit-input-placeholder,
.cid-tCtzw9FcJi form textarea:active::-webkit-input-placeholder,
.cid-tCtzw9FcJi form input:focus::-webkit-input-placeholder,
.cid-tCtzw9FcJi form textarea:focus::-webkit-input-placeholder {
  color: #ff9370 !important;
}
.cid-tCtzw9FcJi form input:active::-moz-placeholder,
.cid-tCtzw9FcJi form textarea:active::-moz-placeholder,
.cid-tCtzw9FcJi form input:focus::-moz-placeholder,
.cid-tCtzw9FcJi form textarea:focus::-moz-placeholder {
  color: #ff9370 !important;
}
.cid-tCtzw9FcJi form input:active:-moz-placeholder,
.cid-tCtzw9FcJi form textarea:active:-moz-placeholder,
.cid-tCtzw9FcJi form input:focus:-moz-placeholder,
.cid-tCtzw9FcJi form textarea:focus:-moz-placeholder {
  color: #ff9370 !important;
}
.cid-tCtzw9FcJi form input:active:-ms-input-placeholder,
.cid-tCtzw9FcJi form textarea:active:-ms-input-placeholder,
.cid-tCtzw9FcJi form input:focus:-ms-input-placeholder,
.cid-tCtzw9FcJi form textarea:focus:-ms-input-placeholder {
  color: #ff9370 !important;
}
.cid-tCtzw9FcJi form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tCtzw9FcJi form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tCtzw9FcJi form label {
  width: 100%;
  color: #ff9370;
  margin-bottom: 6px;
}
.cid-tCtzw9FcJi form .form-check label {
  color: #ff9370;
}
.cid-tCtzw9FcJi form .form-check-input {
  border-color: #ff9370 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tCtzw9FcJi form .form-check-input:focus,
.cid-tCtzw9FcJi form .form-check-input:hover {
  background-color: #ff9370 !important;
  border-color: #ff9370 !important;
}
.cid-tCtzw9FcJi form .form-check-input:checked {
  border-color: #ff9370 !important;
  background-color: #ff9370 !important;
}
.cid-tCsPShWM6s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tCsPShWM6s .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCsPShWM6s .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCsPShWM6s .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCsPShWM6s .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCsPShWM6s .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCsPShWM6s .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCsPShWM6s .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCsPShWM6s .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCsPShWM6s .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCsPShWM6s .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCsPShWM6s .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCsPShWM6s .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCsPShWM6s .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCsPShWM6s .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCthfT1w1C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCthfT1w1C nav.navbar {
  position: fixed;
}
.cid-tCthfT1w1C .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-tCthfT1w1C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCthfT1w1C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCthfT1w1C .dropdown-item:hover,
.cid-tCthfT1w1C .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tCthfT1w1C .dropdown-item:hover span {
  color: white;
}
.cid-tCthfT1w1C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCthfT1w1C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCthfT1w1C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCthfT1w1C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCthfT1w1C .nav-link {
  position: relative;
}
.cid-tCthfT1w1C .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tCthfT1w1C .container {
    flex-wrap: nowrap;
  }
}
.cid-tCthfT1w1C .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCthfT1w1C .dropdown-menu,
.cid-tCthfT1w1C .navbar.opened {
  background: #ffffff !important;
}
.cid-tCthfT1w1C .nav-item:focus,
.cid-tCthfT1w1C .nav-link:focus {
  outline: none;
}
.cid-tCthfT1w1C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCthfT1w1C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCthfT1w1C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCthfT1w1C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCthfT1w1C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCthfT1w1C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCthfT1w1C .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: #ffffff;
}
.cid-tCthfT1w1C .navbar.opened {
  transition: all 0.3s;
}
.cid-tCthfT1w1C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCthfT1w1C .navbar .navbar-logo img {
  width: auto;
}
.cid-tCthfT1w1C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCthfT1w1C .navbar.collapsed {
  justify-content: center;
}
.cid-tCthfT1w1C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCthfT1w1C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCthfT1w1C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tCthfT1w1C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCthfT1w1C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCthfT1w1C .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-tCthfT1w1C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCthfT1w1C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCthfT1w1C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCthfT1w1C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCthfT1w1C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCthfT1w1C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCthfT1w1C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCthfT1w1C .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-tCthfT1w1C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCthfT1w1C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCthfT1w1C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCthfT1w1C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCthfT1w1C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCthfT1w1C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCthfT1w1C .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCthfT1w1C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCthfT1w1C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCthfT1w1C .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-tCthfT1w1C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCthfT1w1C .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tCthfT1w1C .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tCthfT1w1C .dropdown-item.active,
.cid-tCthfT1w1C .dropdown-item:active {
  background-color: transparent;
}
.cid-tCthfT1w1C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCthfT1w1C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCthfT1w1C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCthfT1w1C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCthfT1w1C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCthfT1w1C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCthfT1w1C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCthfT1w1C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCthfT1w1C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCthfT1w1C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tCthfT1w1C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCthfT1w1C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCthfT1w1C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCthfT1w1C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCthfT1w1C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCthfT1w1C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCthfT1w1C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCthfT1w1C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCthfT1w1C .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tCthfT1w1C .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tCthfT1w1C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCthfT1w1C .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-tCthfT1w1C .navbar {
    height: 70px;
  }
  .cid-tCthfT1w1C .navbar.opened {
    height: auto;
  }
  .cid-tCthfT1w1C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCthfT1w1C .container,
.cid-tCthfT1w1C .container-fluid {
  flex-wrap: wrap;
}
.cid-tCthfT1w1C .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tCthfT1w1C .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tCthfT1w1C .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tCthfT1w1C .contacts-menu {
    display: none;
  }
}
.cid-tCthfT1w1C .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tCthfT1w1C .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tCthfT1w1C .icon-box:hover {
  transform: scale(1.1);
}
.cid-tCthfT1w1C .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tCthfT1w1C .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tCthfT1w1C .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tCthfT1w1C .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tCthfT1w1C .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tCthfT1w1C .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCthfT1w1C .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tCthfT1w1C .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tCthfRCCha {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tCthfRCCha {
    background-image: url("../../../assets/images/partners01-609x596.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tCthfRCCha .row {
  align-items: center;
}
.cid-tCthfRCCha .image-wrapper {
  padding: 1rem;
}
.cid-tCthfRCCha .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tCthfRCCha .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tCthfRCCha .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tCthfRCCha .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tCthfRCCha .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tCthfRCCha .text-wrapper {
    max-width: 400px;
  }
}
.cid-tCthfRCCha .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tCthfRCCha .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tCthfRCCha .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tCthfRCCha .btn-container {
  width: 100%;
}
.cid-tCthfRCCha .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCthfRCCha .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCthfRCCha .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tCthfRCCha .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tCthfRCCha .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tCthfRCCha .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCthfRCCha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCtVIg29gB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCtVIg29gB .main_header {
    padding-right: 100px;
  }
}
.cid-tCtVIg29gB .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-tCtVIg29gB .mbr-text {
  margin-bottom: 33px;
}
.cid-tCtVIg29gB .image_wrapper {
  display: flex;
}
.cid-tCtVIg29gB .image_wrapper .item-img:nth-child(1) {
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tCtVIg29gB .image_wrapper {
    margin: 65px 0 50px;
  }
}
@media (max-width: 767px) {
  .cid-tCtVIg29gB .image_wrapper {
    flex-direction: column;
    margin: 40px 0 30px;
  }
  .cid-tCtVIg29gB .image_wrapper .item-img:nth-child(1) {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cid-tCtVIg29gB img,
.cid-tCtVIg29gB .item-img {
  width: 80%;
  object-fit: cover;
  height: 80%;
}
.cid-tCtVIg29gB .mbr-text,
.cid-tCtVIg29gB .mbr-section-btn {
  color: #c64810;
}
.cid-tCuhvp7Uzf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCuhvp7Uzf .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-tCuhvp7Uzf .container {
    max-width: 1400px;
  }
}
.cid-tCuhvp7Uzf img {
  width: 150%;
}
.cid-tCuhvp7Uzf .link-wrap {
  width: 100%;
}
.cid-tCuhvp7Uzf .link {
  display: inline-block;
}
.cid-tCuhvp7Uzf .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tCuhvp7Uzf .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tCuhvp7Uzf .card-title,
.cid-tCuhvp7Uzf .card-box {
  text-align: center;
  color: #111111;
}
.cid-tCuhvp7Uzf .card-title,
.cid-tCuhvp7Uzf .card-box DIV {
  text-align: right;
}
.cid-tCujuh0wHC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCujuh0wHC .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-tCujuh0wHC .container {
    max-width: 1400px;
  }
}
.cid-tCujuh0wHC img {
  width: 150%;
}
.cid-tCujuh0wHC .link-wrap {
  width: 100%;
}
.cid-tCujuh0wHC .link {
  display: inline-block;
}
.cid-tCujuh0wHC .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tCujuh0wHC .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tCujuh0wHC .card-title,
.cid-tCujuh0wHC .card-box {
  text-align: left;
  color: #111111;
}
.cid-tCujuh0wHC .card-title,
.cid-tCujuh0wHC .card-box DIV {
  text-align: right;
}
.cid-tCthfUmxtx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tCthfUmxtx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCthfUmxtx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCthfUmxtx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCthfUmxtx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCthfUmxtx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCthfUmxtx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCthfUmxtx .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCthfUmxtx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCthfUmxtx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCthfUmxtx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCthfUmxtx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCthfUmxtx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCthfUmxtx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCthfUmxtx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCutjkYuib {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCutjkYuib nav.navbar {
  position: fixed;
}
.cid-tCutjkYuib .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-tCutjkYuib .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCutjkYuib .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCutjkYuib .dropdown-item:hover,
.cid-tCutjkYuib .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tCutjkYuib .dropdown-item:hover span {
  color: white;
}
.cid-tCutjkYuib .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCutjkYuib .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCutjkYuib .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCutjkYuib .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCutjkYuib .nav-link {
  position: relative;
}
.cid-tCutjkYuib .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tCutjkYuib .container {
    flex-wrap: nowrap;
  }
}
.cid-tCutjkYuib .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCutjkYuib .dropdown-menu,
.cid-tCutjkYuib .navbar.opened {
  background: #ffffff !important;
}
.cid-tCutjkYuib .nav-item:focus,
.cid-tCutjkYuib .nav-link:focus {
  outline: none;
}
.cid-tCutjkYuib .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCutjkYuib .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCutjkYuib .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCutjkYuib .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCutjkYuib .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCutjkYuib .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCutjkYuib .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: #ffffff;
}
.cid-tCutjkYuib .navbar.opened {
  transition: all 0.3s;
}
.cid-tCutjkYuib .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCutjkYuib .navbar .navbar-logo img {
  width: auto;
}
.cid-tCutjkYuib .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCutjkYuib .navbar.collapsed {
  justify-content: center;
}
.cid-tCutjkYuib .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCutjkYuib .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCutjkYuib .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tCutjkYuib .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCutjkYuib .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCutjkYuib .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-tCutjkYuib .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCutjkYuib .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCutjkYuib .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCutjkYuib .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCutjkYuib .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCutjkYuib .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCutjkYuib .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCutjkYuib .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-tCutjkYuib .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCutjkYuib .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCutjkYuib .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCutjkYuib .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCutjkYuib .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCutjkYuib .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCutjkYuib .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCutjkYuib .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCutjkYuib .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCutjkYuib .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-tCutjkYuib .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCutjkYuib .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tCutjkYuib .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tCutjkYuib .dropdown-item.active,
.cid-tCutjkYuib .dropdown-item:active {
  background-color: transparent;
}
.cid-tCutjkYuib .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCutjkYuib .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCutjkYuib .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCutjkYuib .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCutjkYuib .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCutjkYuib .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCutjkYuib ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCutjkYuib .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCutjkYuib button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCutjkYuib button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tCutjkYuib button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCutjkYuib button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCutjkYuib button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCutjkYuib button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCutjkYuib nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCutjkYuib nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCutjkYuib nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCutjkYuib nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCutjkYuib .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tCutjkYuib .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tCutjkYuib a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCutjkYuib .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-tCutjkYuib .navbar {
    height: 70px;
  }
  .cid-tCutjkYuib .navbar.opened {
    height: auto;
  }
  .cid-tCutjkYuib .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCutjkYuib .container,
.cid-tCutjkYuib .container-fluid {
  flex-wrap: wrap;
}
.cid-tCutjkYuib .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tCutjkYuib .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tCutjkYuib .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tCutjkYuib .contacts-menu {
    display: none;
  }
}
.cid-tCutjkYuib .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tCutjkYuib .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tCutjkYuib .icon-box:hover {
  transform: scale(1.1);
}
.cid-tCutjkYuib .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tCutjkYuib .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tCutjkYuib .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tCutjkYuib .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tCutjkYuib .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tCutjkYuib .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCutjkYuib .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tCutjkYuib .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tCutjiXQCT {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tCutjiXQCT {
    background-image: url("../../../assets/images/angryman00-763x482.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tCutjiXQCT .row {
  align-items: center;
}
.cid-tCutjiXQCT .image-wrapper {
  padding: 1rem;
}
.cid-tCutjiXQCT .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tCutjiXQCT .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tCutjiXQCT .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tCutjiXQCT .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tCutjiXQCT .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tCutjiXQCT .text-wrapper {
    max-width: 400px;
  }
}
.cid-tCutjiXQCT .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tCutjiXQCT .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tCutjiXQCT .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tCutjiXQCT .btn-container {
  width: 100%;
}
.cid-tCutjiXQCT .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCutjiXQCT .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCutjiXQCT .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tCutjiXQCT .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tCutjiXQCT .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tCutjiXQCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCutjiXQCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCv6YQuvX9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCv6YQuvX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCv6YQuvX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCv6crTsxt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCv6crTsxt .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tCv6crTsxt .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tCv6crTsxt .image-wrapper {
    padding: 30px;
  }
}
.cid-tCv6crTsxt .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-tCv6crTsxt .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-tCv6crTsxt .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-tCv6crTsxt .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tCv6crTsxt .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tCv6crTsxt .col-text {
    text-align: center;
  }
}
.cid-tCv6crTsxt .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tCv6crTsxt .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tCv6crTsxt .label-text {
    text-align: center !important;
  }
}
.cid-tCv6crTsxt .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-tCv6crTsxt .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tCv6crTsxt .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tCv6crTsxt .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCv6crTsxt .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tCv6crTsxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCv6crTsxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCv7t8rgru {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCv7t8rgru .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCv7t8rgru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCutjlTuWZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tCutjlTuWZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCutjlTuWZ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCutjlTuWZ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCutjlTuWZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCutjlTuWZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCutjlTuWZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCutjlTuWZ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCutjlTuWZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCutjlTuWZ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCutjlTuWZ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCutjlTuWZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCutjlTuWZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCutjlTuWZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCutjlTuWZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCveExW7mV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCveExW7mV nav.navbar {
  position: fixed;
}
.cid-tCveExW7mV .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-tCveExW7mV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCveExW7mV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCveExW7mV .dropdown-item:hover,
.cid-tCveExW7mV .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tCveExW7mV .dropdown-item:hover span {
  color: white;
}
.cid-tCveExW7mV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCveExW7mV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCveExW7mV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCveExW7mV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCveExW7mV .nav-link {
  position: relative;
}
.cid-tCveExW7mV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tCveExW7mV .container {
    flex-wrap: nowrap;
  }
}
.cid-tCveExW7mV .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCveExW7mV .dropdown-menu,
.cid-tCveExW7mV .navbar.opened {
  background: #ffffff !important;
}
.cid-tCveExW7mV .nav-item:focus,
.cid-tCveExW7mV .nav-link:focus {
  outline: none;
}
.cid-tCveExW7mV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCveExW7mV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCveExW7mV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCveExW7mV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCveExW7mV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCveExW7mV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCveExW7mV .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: #ffffff;
}
.cid-tCveExW7mV .navbar.opened {
  transition: all 0.3s;
}
.cid-tCveExW7mV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCveExW7mV .navbar .navbar-logo img {
  width: auto;
}
.cid-tCveExW7mV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCveExW7mV .navbar.collapsed {
  justify-content: center;
}
.cid-tCveExW7mV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCveExW7mV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCveExW7mV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tCveExW7mV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCveExW7mV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCveExW7mV .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-tCveExW7mV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCveExW7mV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCveExW7mV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCveExW7mV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCveExW7mV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCveExW7mV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCveExW7mV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCveExW7mV .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-tCveExW7mV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCveExW7mV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCveExW7mV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCveExW7mV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCveExW7mV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCveExW7mV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCveExW7mV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCveExW7mV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCveExW7mV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCveExW7mV .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-tCveExW7mV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCveExW7mV .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tCveExW7mV .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tCveExW7mV .dropdown-item.active,
.cid-tCveExW7mV .dropdown-item:active {
  background-color: transparent;
}
.cid-tCveExW7mV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCveExW7mV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCveExW7mV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCveExW7mV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCveExW7mV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCveExW7mV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCveExW7mV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCveExW7mV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCveExW7mV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCveExW7mV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tCveExW7mV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCveExW7mV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCveExW7mV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCveExW7mV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCveExW7mV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCveExW7mV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCveExW7mV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCveExW7mV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCveExW7mV .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tCveExW7mV .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tCveExW7mV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCveExW7mV .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-tCveExW7mV .navbar {
    height: 70px;
  }
  .cid-tCveExW7mV .navbar.opened {
    height: auto;
  }
  .cid-tCveExW7mV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCveExW7mV .container,
.cid-tCveExW7mV .container-fluid {
  flex-wrap: wrap;
}
.cid-tCveExW7mV .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tCveExW7mV .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tCveExW7mV .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tCveExW7mV .contacts-menu {
    display: none;
  }
}
.cid-tCveExW7mV .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tCveExW7mV .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tCveExW7mV .icon-box:hover {
  transform: scale(1.1);
}
.cid-tCveExW7mV .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tCveExW7mV .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tCveExW7mV .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tCveExW7mV .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tCveExW7mV .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tCveExW7mV .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCveExW7mV .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tCveExW7mV .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tCveEviubs {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tCveEviubs {
    background-image: url("../../../assets/images/img-1209-2000x1500.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tCveEviubs .row {
  align-items: center;
}
.cid-tCveEviubs .image-wrapper {
  padding: 1rem;
}
.cid-tCveEviubs .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tCveEviubs .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tCveEviubs .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tCveEviubs .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tCveEviubs .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tCveEviubs .text-wrapper {
    max-width: 400px;
  }
}
.cid-tCveEviubs .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tCveEviubs .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tCveEviubs .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tCveEviubs .btn-container {
  width: 100%;
}
.cid-tCveEviubs .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCveEviubs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCveEviubs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tCveEviubs .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tCveEviubs .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tCveEviubs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCveEviubs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCveEvZbU4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCveEvZbU4 .line {
  background-color: #c64810;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDZkjC8T8B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDZkjC8T8B .mbr-text {
  color: #181818;
}
.cid-tCvfMlLenn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvfMlLenn img,
.cid-tCvfMlLenn .item-img {
  width: 100%;
}
.cid-tCvfMlLenn .item:focus,
.cid-tCvfMlLenn span:focus {
  outline: none;
}
.cid-tCvfMlLenn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCvfMlLenn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCvfMlLenn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCvfMlLenn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCvfMlLenn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCvfMlLenn .mbr-section-title {
  color: #232323;
}
.cid-tCvfMlLenn .mbr-text,
.cid-tCvfMlLenn .mbr-section-btn {
  text-align: left;
}
.cid-tCvfMlLenn .item-title {
  text-align: left;
}
.cid-tCvfMlLenn .item-subtitle {
  text-align: left;
}
.cid-tCvh4naNeq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvh4naNeq img,
.cid-tCvh4naNeq .item-img {
  width: 100%;
}
.cid-tCvh4naNeq .item:focus,
.cid-tCvh4naNeq span:focus {
  outline: none;
}
.cid-tCvh4naNeq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCvh4naNeq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCvh4naNeq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCvh4naNeq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCvh4naNeq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCvh4naNeq .mbr-section-title {
  color: #232323;
}
.cid-tCvh4naNeq .mbr-text,
.cid-tCvh4naNeq .mbr-section-btn {
  text-align: left;
}
.cid-tCvh4naNeq .item-title {
  text-align: left;
}
.cid-tCvh4naNeq .item-subtitle {
  text-align: left;
}
.cid-tCvlAg6yIO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvlAg6yIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvlAg6yIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvgXmjHlb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvgXmjHlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvgXmjHlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvgXmjHlb .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tCvgXmjHlb .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tCvgXmjHlb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvgXmjHlb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tCvgXmjHlb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvgXmjHlb .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tCvgXmjHlb .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tCvgXmjHlb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCvgXmjHlb .mbr-text,
.cid-tCvgXmjHlb .mbr-section-btn {
  color: #111111;
}
.cid-tCveEwiRFT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvn5Wd7ce {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCvn5Wd7ce .card-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-tCvn5Wd7ce .card {
  margin-bottom: 2rem;
}
.cid-tCvn5Wd7ce .card .card-wrapper {
  height: 100%;
}
.cid-tCvn5Wd7ce .card-box {
  padding-top: 2rem;
}
.cid-tCvn5Wd7ce .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-tCvn5Wd7ce .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-tCvn5Wd7ce .btn {
  margin: .3rem;
}
.cid-tCveEzjtrk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tCveEzjtrk .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCveEzjtrk .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCveEzjtrk .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCveEzjtrk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCveEzjtrk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCveEzjtrk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCveEzjtrk .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCveEzjtrk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCveEzjtrk .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCveEzjtrk .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCveEzjtrk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCveEzjtrk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCveEzjtrk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCveEzjtrk .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCvorBFD6B {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCvorBFD6B nav.navbar {
  position: fixed;
}
.cid-tCvorBFD6B .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-tCvorBFD6B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCvorBFD6B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCvorBFD6B .dropdown-item:hover,
.cid-tCvorBFD6B .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tCvorBFD6B .dropdown-item:hover span {
  color: white;
}
.cid-tCvorBFD6B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCvorBFD6B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCvorBFD6B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCvorBFD6B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCvorBFD6B .nav-link {
  position: relative;
}
.cid-tCvorBFD6B .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tCvorBFD6B .container {
    flex-wrap: nowrap;
  }
}
.cid-tCvorBFD6B .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCvorBFD6B .dropdown-menu,
.cid-tCvorBFD6B .navbar.opened {
  background: #ffffff !important;
}
.cid-tCvorBFD6B .nav-item:focus,
.cid-tCvorBFD6B .nav-link:focus {
  outline: none;
}
.cid-tCvorBFD6B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCvorBFD6B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCvorBFD6B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCvorBFD6B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCvorBFD6B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCvorBFD6B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCvorBFD6B .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: #ffffff;
}
.cid-tCvorBFD6B .navbar.opened {
  transition: all 0.3s;
}
.cid-tCvorBFD6B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCvorBFD6B .navbar .navbar-logo img {
  width: auto;
}
.cid-tCvorBFD6B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCvorBFD6B .navbar.collapsed {
  justify-content: center;
}
.cid-tCvorBFD6B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCvorBFD6B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCvorBFD6B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tCvorBFD6B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCvorBFD6B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCvorBFD6B .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-tCvorBFD6B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCvorBFD6B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCvorBFD6B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCvorBFD6B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCvorBFD6B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCvorBFD6B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCvorBFD6B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCvorBFD6B .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-tCvorBFD6B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCvorBFD6B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCvorBFD6B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCvorBFD6B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCvorBFD6B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCvorBFD6B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCvorBFD6B .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCvorBFD6B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCvorBFD6B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCvorBFD6B .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-tCvorBFD6B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCvorBFD6B .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tCvorBFD6B .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tCvorBFD6B .dropdown-item.active,
.cid-tCvorBFD6B .dropdown-item:active {
  background-color: transparent;
}
.cid-tCvorBFD6B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCvorBFD6B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCvorBFD6B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCvorBFD6B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCvorBFD6B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCvorBFD6B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCvorBFD6B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCvorBFD6B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCvorBFD6B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCvorBFD6B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tCvorBFD6B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCvorBFD6B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvorBFD6B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvorBFD6B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCvorBFD6B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvorBFD6B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCvorBFD6B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCvorBFD6B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvorBFD6B .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tCvorBFD6B .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tCvorBFD6B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCvorBFD6B .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-tCvorBFD6B .navbar {
    height: 70px;
  }
  .cid-tCvorBFD6B .navbar.opened {
    height: auto;
  }
  .cid-tCvorBFD6B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCvorBFD6B .container,
.cid-tCvorBFD6B .container-fluid {
  flex-wrap: wrap;
}
.cid-tCvorBFD6B .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tCvorBFD6B .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tCvorBFD6B .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tCvorBFD6B .contacts-menu {
    display: none;
  }
}
.cid-tCvorBFD6B .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tCvorBFD6B .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tCvorBFD6B .icon-box:hover {
  transform: scale(1.1);
}
.cid-tCvorBFD6B .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tCvorBFD6B .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tCvorBFD6B .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tCvorBFD6B .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tCvorBFD6B .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tCvorBFD6B .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCvorBFD6B .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tCvorBFD6B .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tCvorxVM4g {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tCvorxVM4g {
    background-image: url("../../../assets/images/home3-576x384.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tCvorxVM4g .row {
  align-items: center;
}
.cid-tCvorxVM4g .image-wrapper {
  padding: 1rem;
}
.cid-tCvorxVM4g .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tCvorxVM4g .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tCvorxVM4g .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tCvorxVM4g .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tCvorxVM4g .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tCvorxVM4g .text-wrapper {
    max-width: 400px;
  }
}
.cid-tCvorxVM4g .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tCvorxVM4g .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tCvorxVM4g .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tCvorxVM4g .btn-container {
  width: 100%;
}
.cid-tCvorxVM4g .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCvorxVM4g .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCvorxVM4g .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tCvorxVM4g .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tCvorxVM4g .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tCvorxVM4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvorxVM4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvoryGnWq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCvoryGnWq .line {
  background-color: #c64810;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCvpdnQHkV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvpdnQHkV .mbr-text {
  color: #111111;
}
.cid-tCvrOMv3f6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvrOMv3f6 .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-tCvrOMv3f6 .title-section .mbr-section-title {
  text-align: center;
}
.cid-tCvrOMv3f6 .card-title {
  flex: 1 1 auto;
}
.cid-tCvrOMv3f6 .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-tCvrOMv3f6 .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-tCvrOMv3f6 .heading-acc:hover .acc-button {
  background-color: #c64810;
}
.cid-tCvrOMv3f6 .heading-acc:hover .acc-button .acc-button-line1,
.cid-tCvrOMv3f6 .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-tCvrOMv3f6 .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-tCvrOMv3f6 .acc-button-container .acc-button .acc-button-line1,
.cid-tCvrOMv3f6 .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-tCvrOMv3f6 .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-tCvrOMv3f6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvrOMv3f6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvzuhYRoK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tCvzuhYRoK .main-col {
  display: flex;
}
.cid-tCvzuhYRoK .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-tCvzuhYRoK .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tCvzuhYRoK .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tCvzuhYRoK .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tCvzuhYRoK .text-wrapper {
    width: 52%;
  }
}
.cid-tCvzuhYRoK .mbr-section-title {
  color: #000;
  margin-bottom: 5px;
}
.cid-tCvzuhYRoK .prof-text {
  color: #000000;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tCvzuhYRoK .mbr-section-subtitle {
  color: #000;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-tCvzuhYRoK .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tCvzuhYRoK .mbr-text {
  color: #000000;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-tCvzuhYRoK .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCvzuhYRoK .image-wrapper {
    width: 48%;
  }
}
.cid-tCvzuhYRoK .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tCvzuhYRoK .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-tCvzuhYRoK .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-tCvzuhYRoK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-tCvzuhYRoK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCvzuhYRoK .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tCvzuhYRoK .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-tCvzuhYRoK .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-tCvzuhYRoK .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-tCvzuhYRoK .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-tCvzuhYRoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvzuhYRoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvztpBhni {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tCvztpBhni .main-col {
  display: flex;
}
.cid-tCvztpBhni .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-tCvztpBhni .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tCvztpBhni .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tCvztpBhni .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tCvztpBhni .text-wrapper {
    width: 52%;
  }
}
.cid-tCvztpBhni .mbr-section-title {
  color: #000000;
  margin-bottom: 5px;
}
.cid-tCvztpBhni .prof-text {
  color: #000000;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tCvztpBhni .mbr-section-subtitle {
  color: #000000;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-tCvztpBhni .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tCvztpBhni .mbr-text {
  color: #000000;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-tCvztpBhni .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCvztpBhni .image-wrapper {
    width: 48%;
  }
}
.cid-tCvztpBhni .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tCvztpBhni .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-tCvztpBhni .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-tCvztpBhni .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-tCvztpBhni .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCvztpBhni .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tCvztpBhni .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-tCvztpBhni .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-tCvztpBhni .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-tCvztpBhni .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-tCvztpBhni .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvztpBhni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvorDap8W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tCvorDap8W .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCvorDap8W .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCvorDap8W .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCvorDap8W .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCvorDap8W .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCvorDap8W .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCvorDap8W .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCvorDap8W .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCvorDap8W .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCvorDap8W .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCvorDap8W .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCvorDap8W .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCvorDap8W .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCvorDap8W .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCyCqLF4zb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCyCqLF4zb nav.navbar {
  position: fixed;
}
.cid-tCyCqLF4zb .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-tCyCqLF4zb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCyCqLF4zb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCyCqLF4zb .dropdown-item:hover,
.cid-tCyCqLF4zb .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tCyCqLF4zb .dropdown-item:hover span {
  color: white;
}
.cid-tCyCqLF4zb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCyCqLF4zb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCyCqLF4zb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCyCqLF4zb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCyCqLF4zb .nav-link {
  position: relative;
}
.cid-tCyCqLF4zb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tCyCqLF4zb .container {
    flex-wrap: nowrap;
  }
}
.cid-tCyCqLF4zb .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCyCqLF4zb .dropdown-menu,
.cid-tCyCqLF4zb .navbar.opened {
  background: #ffffff !important;
}
.cid-tCyCqLF4zb .nav-item:focus,
.cid-tCyCqLF4zb .nav-link:focus {
  outline: none;
}
.cid-tCyCqLF4zb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCyCqLF4zb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCyCqLF4zb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCyCqLF4zb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCyCqLF4zb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCyCqLF4zb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCyCqLF4zb .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: #ffffff;
}
.cid-tCyCqLF4zb .navbar.opened {
  transition: all 0.3s;
}
.cid-tCyCqLF4zb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCyCqLF4zb .navbar .navbar-logo img {
  width: auto;
}
.cid-tCyCqLF4zb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCyCqLF4zb .navbar.collapsed {
  justify-content: center;
}
.cid-tCyCqLF4zb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCyCqLF4zb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCyCqLF4zb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tCyCqLF4zb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCyCqLF4zb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCyCqLF4zb .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-tCyCqLF4zb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCyCqLF4zb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCyCqLF4zb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCyCqLF4zb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCyCqLF4zb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCyCqLF4zb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCyCqLF4zb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCyCqLF4zb .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-tCyCqLF4zb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCyCqLF4zb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCyCqLF4zb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCyCqLF4zb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCyCqLF4zb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCyCqLF4zb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCyCqLF4zb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCyCqLF4zb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCyCqLF4zb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCyCqLF4zb .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-tCyCqLF4zb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCyCqLF4zb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tCyCqLF4zb .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tCyCqLF4zb .dropdown-item.active,
.cid-tCyCqLF4zb .dropdown-item:active {
  background-color: transparent;
}
.cid-tCyCqLF4zb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCyCqLF4zb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCyCqLF4zb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCyCqLF4zb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCyCqLF4zb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCyCqLF4zb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCyCqLF4zb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCyCqLF4zb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCyCqLF4zb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCyCqLF4zb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tCyCqLF4zb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCyCqLF4zb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCyCqLF4zb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCyCqLF4zb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCyCqLF4zb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCyCqLF4zb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCyCqLF4zb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCyCqLF4zb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCyCqLF4zb .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tCyCqLF4zb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tCyCqLF4zb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCyCqLF4zb .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-tCyCqLF4zb .navbar {
    height: 70px;
  }
  .cid-tCyCqLF4zb .navbar.opened {
    height: auto;
  }
  .cid-tCyCqLF4zb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCyCqLF4zb .container,
.cid-tCyCqLF4zb .container-fluid {
  flex-wrap: wrap;
}
.cid-tCyCqLF4zb .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tCyCqLF4zb .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tCyCqLF4zb .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tCyCqLF4zb .contacts-menu {
    display: none;
  }
}
.cid-tCyCqLF4zb .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tCyCqLF4zb .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tCyCqLF4zb .icon-box:hover {
  transform: scale(1.1);
}
.cid-tCyCqLF4zb .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tCyCqLF4zb .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tCyCqLF4zb .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tCyCqLF4zb .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tCyCqLF4zb .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tCyCqLF4zb .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCyCqLF4zb .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tCyCqLF4zb .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tCyCqKfBY0 {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tCyCqKfBY0 {
    background-image: url("../../../assets/images/conflictpic01-1200x775.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tCyCqKfBY0 .row {
  align-items: center;
}
.cid-tCyCqKfBY0 .image-wrapper {
  padding: 1rem;
}
.cid-tCyCqKfBY0 .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tCyCqKfBY0 .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tCyCqKfBY0 .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tCyCqKfBY0 .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tCyCqKfBY0 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tCyCqKfBY0 .text-wrapper {
    max-width: 400px;
  }
}
.cid-tCyCqKfBY0 .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tCyCqKfBY0 .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tCyCqKfBY0 .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tCyCqKfBY0 .btn-container {
  width: 100%;
}
.cid-tCyCqKfBY0 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCyCqKfBY0 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCyCqKfBY0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tCyCqKfBY0 .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tCyCqKfBY0 .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tCyCqKfBY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyCqKfBY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCyCqKTLX9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCyCqKTLX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyCqKTLX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCyDkQE15U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCyCqMfrHw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCyCqMfrHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyCqMfrHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCyCqLg6jA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCyCqLg6jA .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tCyCqLg6jA .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tCyCqLg6jA .image-wrapper {
    padding: 30px;
  }
}
.cid-tCyCqLg6jA .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-tCyCqLg6jA .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-tCyCqLg6jA .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-tCyCqLg6jA .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tCyCqLg6jA .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tCyCqLg6jA .col-text {
    text-align: center;
  }
}
.cid-tCyCqLg6jA .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tCyCqLg6jA .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tCyCqLg6jA .label-text {
    text-align: center !important;
  }
}
.cid-tCyCqLg6jA .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-tCyCqLg6jA .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tCyCqLg6jA .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tCyCqLg6jA .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCyCqLg6jA .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tCyCqLg6jA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyCqLg6jA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCyCqMMYZx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tCyCqMMYZx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCyCqMMYZx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCyCqMMYZx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCyCqMMYZx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCyCqMMYZx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCyCqMMYZx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCyCqMMYZx .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCyCqMMYZx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCyCqMMYZx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCyCqMMYZx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCyCqMMYZx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCyCqMMYZx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCyCqMMYZx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCyCqMMYZx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDkC64cQQw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDkC64cQQw nav.navbar {
  position: fixed;
}
.cid-tDkC64cQQw .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-tDkC64cQQw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDkC64cQQw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDkC64cQQw .dropdown-item:hover,
.cid-tDkC64cQQw .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tDkC64cQQw .dropdown-item:hover span {
  color: white;
}
.cid-tDkC64cQQw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDkC64cQQw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDkC64cQQw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDkC64cQQw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDkC64cQQw .nav-link {
  position: relative;
}
.cid-tDkC64cQQw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDkC64cQQw .container {
    flex-wrap: nowrap;
  }
}
.cid-tDkC64cQQw .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDkC64cQQw .dropdown-menu,
.cid-tDkC64cQQw .navbar.opened {
  background: #ffffff !important;
}
.cid-tDkC64cQQw .nav-item:focus,
.cid-tDkC64cQQw .nav-link:focus {
  outline: none;
}
.cid-tDkC64cQQw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDkC64cQQw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDkC64cQQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDkC64cQQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDkC64cQQw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDkC64cQQw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDkC64cQQw .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: #ffffff;
}
.cid-tDkC64cQQw .navbar.opened {
  transition: all 0.3s;
}
.cid-tDkC64cQQw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDkC64cQQw .navbar .navbar-logo img {
  width: auto;
}
.cid-tDkC64cQQw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDkC64cQQw .navbar.collapsed {
  justify-content: center;
}
.cid-tDkC64cQQw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDkC64cQQw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDkC64cQQw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tDkC64cQQw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDkC64cQQw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDkC64cQQw .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-tDkC64cQQw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDkC64cQQw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDkC64cQQw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDkC64cQQw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDkC64cQQw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDkC64cQQw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDkC64cQQw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDkC64cQQw .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-tDkC64cQQw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDkC64cQQw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDkC64cQQw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDkC64cQQw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDkC64cQQw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDkC64cQQw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDkC64cQQw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDkC64cQQw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDkC64cQQw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDkC64cQQw .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-tDkC64cQQw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDkC64cQQw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tDkC64cQQw .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tDkC64cQQw .dropdown-item.active,
.cid-tDkC64cQQw .dropdown-item:active {
  background-color: transparent;
}
.cid-tDkC64cQQw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDkC64cQQw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDkC64cQQw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDkC64cQQw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDkC64cQQw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDkC64cQQw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDkC64cQQw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDkC64cQQw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDkC64cQQw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDkC64cQQw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tDkC64cQQw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDkC64cQQw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDkC64cQQw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDkC64cQQw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDkC64cQQw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDkC64cQQw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDkC64cQQw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDkC64cQQw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDkC64cQQw .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tDkC64cQQw .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tDkC64cQQw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDkC64cQQw .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-tDkC64cQQw .navbar {
    height: 70px;
  }
  .cid-tDkC64cQQw .navbar.opened {
    height: auto;
  }
  .cid-tDkC64cQQw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDkC64cQQw .container,
.cid-tDkC64cQQw .container-fluid {
  flex-wrap: wrap;
}
.cid-tDkC64cQQw .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tDkC64cQQw .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tDkC64cQQw .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tDkC64cQQw .contacts-menu {
    display: none;
  }
}
.cid-tDkC64cQQw .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tDkC64cQQw .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tDkC64cQQw .icon-box:hover {
  transform: scale(1.1);
}
.cid-tDkC64cQQw .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tDkC64cQQw .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tDkC64cQQw .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tDkC64cQQw .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tDkC64cQQw .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tDkC64cQQw .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDkC64cQQw .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tDkC64cQQw .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tDkC61QRTB {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tDkC61QRTB {
    background-image: url("../../../assets/images/justice-g424272449-640-640x480.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tDkC61QRTB .row {
  align-items: center;
}
.cid-tDkC61QRTB .image-wrapper {
  padding: 1rem;
}
.cid-tDkC61QRTB .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tDkC61QRTB .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tDkC61QRTB .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tDkC61QRTB .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tDkC61QRTB .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tDkC61QRTB .text-wrapper {
    max-width: 400px;
  }
}
.cid-tDkC61QRTB .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tDkC61QRTB .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tDkC61QRTB .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tDkC61QRTB .btn-container {
  width: 100%;
}
.cid-tDkC61QRTB .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDkC61QRTB .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDkC61QRTB .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tDkC61QRTB .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tDkC61QRTB .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tDkC61QRTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkC61QRTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkC62cLFF {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDkC62cLFF .line {
  background-color: #c64810;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDkC62qHPF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDkC62qHPF .mbr-text {
  color: #111111;
}
.cid-tDkGmkpsP6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDkGmkpsP6 .mbr-text {
  color: #111111;
}
.cid-tDkC63gPce {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tDkC63gPce .main-col {
  display: flex;
}
.cid-tDkC63gPce .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-tDkC63gPce .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tDkC63gPce .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tDkC63gPce .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tDkC63gPce .text-wrapper {
    width: 52%;
  }
}
.cid-tDkC63gPce .mbr-section-title {
  color: #000;
  margin-bottom: 5px;
}
.cid-tDkC63gPce .prof-text {
  color: #000000;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tDkC63gPce .mbr-section-subtitle {
  color: #000;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-tDkC63gPce .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tDkC63gPce .mbr-text {
  color: #000000;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-tDkC63gPce .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDkC63gPce .image-wrapper {
    width: 48%;
  }
}
.cid-tDkC63gPce .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tDkC63gPce .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-tDkC63gPce .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-tDkC63gPce .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-tDkC63gPce .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDkC63gPce .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tDkC63gPce .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-tDkC63gPce .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-tDkC63gPce .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-tDkC63gPce .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-tDkC63gPce .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkC63gPce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkT24HHR2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDkT24HHR2 .link-wrapper {
  width: 100%;
}
.cid-tDkT24HHR2 .container-fluid {
  max-width: 1750px;
  justify-content: center;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tDkT24HHR2 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tDkT24HHR2 .card-big {
  border-right: 1px solid #000000;
  padding-right: 3rem;
}
@media (max-width: 992px) {
  .cid-tDkT24HHR2 .card-big {
    border-right: 0px;
    padding-right: 1rem;
  }
}
.cid-tDkT24HHR2 .img-big {
  height: 680px;
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.cid-tDkT24HHR2 .item-img {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  height: 250px;
}
.cid-tDkT24HHR2 img {
  object-fit: cover;
  height: 100%;
}
.cid-tDkT24HHR2 .card-wrapper {
  margin-bottom: 3rem;
}
.cid-tDkT24HHR2 .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-tDkT24HHR2 .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-tDkT24HHR2 .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-tDkT24HHR2 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tDkT24HHR2 .row {
    justify-content: flex-start;
  }
}
.cid-tDkT24HHR2 .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-tDkT24HHR2 .card {
    border-left: 0px;
    padding-left: 0rem;
  }
}
.cid-tDkT24HHR2 .first {
  border: 0;
}
.cid-tDkT24HHR2 .card-text {
  color: #818181;
}
.cid-tDkT24HHR2 .card-text a {
  position: relative;
  background: none!important;
}
.cid-tDkT24HHR2 .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-tDkT24HHR2 .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-tDkT24HHR2 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-tDkT24HHR2 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-tDkT24HHR2 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-tDkT24HHR2 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-tDkT24HHR2 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-tDkT24HHR2 .card-title,
.cid-tDkT24HHR2 .iconfont-wrapper {
  color: #000000;
}
.cid-tDkT24HHR2 .link,
.cid-tDkT24HHR2 .link-wrapper {
  color: #000000;
}
.cid-tDkT24HHR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkT24HHR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDl2Bw5aYD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDl2Bw5aYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDl2Bw5aYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDl2Bw5aYD .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-tDl2Bw5aYD .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-tDl2Bw5aYD .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tDl2Bw5aYD .card-col {
    padding: 20px 0 0;
  }
}
.cid-tDl2Bw5aYD .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-tDl2Bw5aYD .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-tDl2Bw5aYD .card-wrapper {
    max-width: 100%;
  }
}
.cid-tDl2Bw5aYD .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-tDl2Bw5aYD .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-tDl2Bw5aYD .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tDl2Bw5aYD .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-tDl2Bw5aYD .image-wrapper {
    max-width: 100%;
  }
}
.cid-tDl2Bw5aYD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDl2Bw5aYD .mbr-text,
.cid-tDl2Bw5aYD .mbr-section-btn {
  color: #111111;
}
.cid-tDkC64Wq1t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tDkC64Wq1t .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDkC64Wq1t .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDkC64Wq1t .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDkC64Wq1t .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDkC64Wq1t .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDkC64Wq1t .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDkC64Wq1t .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDkC64Wq1t .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDkC64Wq1t .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDkC64Wq1t .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDkC64Wq1t .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDkC64Wq1t .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDkC64Wq1t .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDkC64Wq1t .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDlgD0S1EI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDlgD0S1EI nav.navbar {
  position: fixed;
}
.cid-tDlgD0S1EI .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-tDlgD0S1EI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDlgD0S1EI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDlgD0S1EI .dropdown-item:hover,
.cid-tDlgD0S1EI .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tDlgD0S1EI .dropdown-item:hover span {
  color: white;
}
.cid-tDlgD0S1EI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDlgD0S1EI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDlgD0S1EI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDlgD0S1EI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDlgD0S1EI .nav-link {
  position: relative;
}
.cid-tDlgD0S1EI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDlgD0S1EI .container {
    flex-wrap: nowrap;
  }
}
.cid-tDlgD0S1EI .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDlgD0S1EI .dropdown-menu,
.cid-tDlgD0S1EI .navbar.opened {
  background: #ffffff !important;
}
.cid-tDlgD0S1EI .nav-item:focus,
.cid-tDlgD0S1EI .nav-link:focus {
  outline: none;
}
.cid-tDlgD0S1EI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDlgD0S1EI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDlgD0S1EI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDlgD0S1EI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDlgD0S1EI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDlgD0S1EI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDlgD0S1EI .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: #ffffff;
}
.cid-tDlgD0S1EI .navbar.opened {
  transition: all 0.3s;
}
.cid-tDlgD0S1EI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDlgD0S1EI .navbar .navbar-logo img {
  width: auto;
}
.cid-tDlgD0S1EI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDlgD0S1EI .navbar.collapsed {
  justify-content: center;
}
.cid-tDlgD0S1EI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDlgD0S1EI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDlgD0S1EI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tDlgD0S1EI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDlgD0S1EI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDlgD0S1EI .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-tDlgD0S1EI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDlgD0S1EI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDlgD0S1EI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDlgD0S1EI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDlgD0S1EI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDlgD0S1EI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDlgD0S1EI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDlgD0S1EI .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-tDlgD0S1EI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDlgD0S1EI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDlgD0S1EI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDlgD0S1EI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDlgD0S1EI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDlgD0S1EI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDlgD0S1EI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDlgD0S1EI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDlgD0S1EI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDlgD0S1EI .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-tDlgD0S1EI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDlgD0S1EI .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tDlgD0S1EI .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tDlgD0S1EI .dropdown-item.active,
.cid-tDlgD0S1EI .dropdown-item:active {
  background-color: transparent;
}
.cid-tDlgD0S1EI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDlgD0S1EI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDlgD0S1EI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDlgD0S1EI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDlgD0S1EI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDlgD0S1EI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDlgD0S1EI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDlgD0S1EI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDlgD0S1EI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDlgD0S1EI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tDlgD0S1EI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDlgD0S1EI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDlgD0S1EI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDlgD0S1EI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDlgD0S1EI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDlgD0S1EI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDlgD0S1EI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDlgD0S1EI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDlgD0S1EI .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tDlgD0S1EI .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tDlgD0S1EI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDlgD0S1EI .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-tDlgD0S1EI .navbar {
    height: 70px;
  }
  .cid-tDlgD0S1EI .navbar.opened {
    height: auto;
  }
  .cid-tDlgD0S1EI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDlgD0S1EI .container,
.cid-tDlgD0S1EI .container-fluid {
  flex-wrap: wrap;
}
.cid-tDlgD0S1EI .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tDlgD0S1EI .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tDlgD0S1EI .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tDlgD0S1EI .contacts-menu {
    display: none;
  }
}
.cid-tDlgD0S1EI .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tDlgD0S1EI .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tDlgD0S1EI .icon-box:hover {
  transform: scale(1.1);
}
.cid-tDlgD0S1EI .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tDlgD0S1EI .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tDlgD0S1EI .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tDlgD0S1EI .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tDlgD0S1EI .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tDlgD0S1EI .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDlgD0S1EI .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tDlgD0S1EI .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tDlgCXLOKc {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tDlgCXLOKc {
    background-image: url("../../../assets/images/communityhavenallstaff01-2000x1500.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tDlgCXLOKc .row {
  align-items: center;
}
.cid-tDlgCXLOKc .image-wrapper {
  padding: 1rem;
}
.cid-tDlgCXLOKc .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tDlgCXLOKc .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tDlgCXLOKc .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tDlgCXLOKc .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tDlgCXLOKc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tDlgCXLOKc .text-wrapper {
    max-width: 400px;
  }
}
.cid-tDlgCXLOKc .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tDlgCXLOKc .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tDlgCXLOKc .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tDlgCXLOKc .btn-container {
  width: 100%;
}
.cid-tDlgCXLOKc .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDlgCXLOKc .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDlgCXLOKc .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tDlgCXLOKc .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tDlgCXLOKc .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tDlgCXLOKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDlgCXLOKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDlh2JpRE4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDlh2JpRE4 img,
.cid-tDlh2JpRE4 .item-img {
  width: 100%;
}
.cid-tDlh2JpRE4 .item:focus,
.cid-tDlh2JpRE4 span:focus {
  outline: none;
}
.cid-tDlh2JpRE4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDlh2JpRE4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDlh2JpRE4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDlh2JpRE4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDlh2JpRE4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDlh2JpRE4 .mbr-section-title {
  color: #232323;
}
.cid-tDlh2JpRE4 .mbr-text,
.cid-tDlh2JpRE4 .mbr-section-btn {
  text-align: left;
}
.cid-tDlh2JpRE4 .item-title {
  text-align: center;
}
.cid-tDlh2JpRE4 .item-subtitle {
  text-align: left;
}
.cid-tDliALKdPH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDliALKdPH img,
.cid-tDliALKdPH .item-img {
  width: 100%;
}
.cid-tDliALKdPH .item:focus,
.cid-tDliALKdPH span:focus {
  outline: none;
}
.cid-tDliALKdPH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDliALKdPH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDliALKdPH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDliALKdPH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDliALKdPH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDliALKdPH .mbr-section-title {
  color: #232323;
}
.cid-tDliALKdPH .mbr-text,
.cid-tDliALKdPH .mbr-section-btn {
  text-align: left;
}
.cid-tDliALKdPH .item-title {
  text-align: center;
}
.cid-tDliALKdPH .item-subtitle {
  text-align: left;
}
.cid-tDlgD1GqGG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tDlgD1GqGG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDlgD1GqGG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDlgD1GqGG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDlgD1GqGG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDlgD1GqGG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDlgD1GqGG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDlgD1GqGG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDlgD1GqGG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDlgD1GqGG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDlgD1GqGG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDlgD1GqGG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDlgD1GqGG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDlgD1GqGG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDlgD1GqGG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDlnhCP6pe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDlnhCP6pe nav.navbar {
  position: fixed;
}
.cid-tDlnhCP6pe .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-tDlnhCP6pe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDlnhCP6pe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDlnhCP6pe .dropdown-item:hover,
.cid-tDlnhCP6pe .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tDlnhCP6pe .dropdown-item:hover span {
  color: white;
}
.cid-tDlnhCP6pe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDlnhCP6pe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDlnhCP6pe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDlnhCP6pe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDlnhCP6pe .nav-link {
  position: relative;
}
.cid-tDlnhCP6pe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDlnhCP6pe .container {
    flex-wrap: nowrap;
  }
}
.cid-tDlnhCP6pe .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDlnhCP6pe .dropdown-menu,
.cid-tDlnhCP6pe .navbar.opened {
  background: #ffffff !important;
}
.cid-tDlnhCP6pe .nav-item:focus,
.cid-tDlnhCP6pe .nav-link:focus {
  outline: none;
}
.cid-tDlnhCP6pe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDlnhCP6pe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDlnhCP6pe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDlnhCP6pe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDlnhCP6pe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDlnhCP6pe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDlnhCP6pe .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: #ffffff;
}
.cid-tDlnhCP6pe .navbar.opened {
  transition: all 0.3s;
}
.cid-tDlnhCP6pe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDlnhCP6pe .navbar .navbar-logo img {
  width: auto;
}
.cid-tDlnhCP6pe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDlnhCP6pe .navbar.collapsed {
  justify-content: center;
}
.cid-tDlnhCP6pe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDlnhCP6pe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDlnhCP6pe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tDlnhCP6pe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDlnhCP6pe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDlnhCP6pe .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-tDlnhCP6pe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDlnhCP6pe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDlnhCP6pe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDlnhCP6pe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDlnhCP6pe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDlnhCP6pe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDlnhCP6pe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDlnhCP6pe .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-tDlnhCP6pe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDlnhCP6pe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDlnhCP6pe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDlnhCP6pe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDlnhCP6pe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDlnhCP6pe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDlnhCP6pe .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDlnhCP6pe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDlnhCP6pe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDlnhCP6pe .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-tDlnhCP6pe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDlnhCP6pe .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tDlnhCP6pe .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tDlnhCP6pe .dropdown-item.active,
.cid-tDlnhCP6pe .dropdown-item:active {
  background-color: transparent;
}
.cid-tDlnhCP6pe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDlnhCP6pe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDlnhCP6pe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDlnhCP6pe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDlnhCP6pe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDlnhCP6pe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDlnhCP6pe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDlnhCP6pe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDlnhCP6pe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDlnhCP6pe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tDlnhCP6pe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDlnhCP6pe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDlnhCP6pe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDlnhCP6pe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDlnhCP6pe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDlnhCP6pe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDlnhCP6pe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDlnhCP6pe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDlnhCP6pe .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tDlnhCP6pe .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tDlnhCP6pe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDlnhCP6pe .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-tDlnhCP6pe .navbar {
    height: 70px;
  }
  .cid-tDlnhCP6pe .navbar.opened {
    height: auto;
  }
  .cid-tDlnhCP6pe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDlnhCP6pe .container,
.cid-tDlnhCP6pe .container-fluid {
  flex-wrap: wrap;
}
.cid-tDlnhCP6pe .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tDlnhCP6pe .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tDlnhCP6pe .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tDlnhCP6pe .contacts-menu {
    display: none;
  }
}
.cid-tDlnhCP6pe .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tDlnhCP6pe .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tDlnhCP6pe .icon-box:hover {
  transform: scale(1.1);
}
.cid-tDlnhCP6pe .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tDlnhCP6pe .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tDlnhCP6pe .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tDlnhCP6pe .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tDlnhCP6pe .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tDlnhCP6pe .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDlnhCP6pe .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tDlnhCP6pe .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tDlnhC0blZ {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tDlnhC0blZ {
    background-image: url("../../../assets/images/communityhavenallstaff01-2000x1500.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tDlnhC0blZ .row {
  align-items: center;
}
.cid-tDlnhC0blZ .image-wrapper {
  padding: 1rem;
}
.cid-tDlnhC0blZ .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tDlnhC0blZ .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tDlnhC0blZ .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tDlnhC0blZ .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tDlnhC0blZ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tDlnhC0blZ .text-wrapper {
    max-width: 400px;
  }
}
.cid-tDlnhC0blZ .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tDlnhC0blZ .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tDlnhC0blZ .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tDlnhC0blZ .btn-container {
  width: 100%;
}
.cid-tDlnhC0blZ .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDlnhC0blZ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDlnhC0blZ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tDlnhC0blZ .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tDlnhC0blZ .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tDlnhC0blZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDlnhC0blZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDlnhDLJzL {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDlnhDLJzL img,
.cid-tDlnhDLJzL .item-img {
  width: 100%;
}
.cid-tDlnhDLJzL .item:focus,
.cid-tDlnhDLJzL span:focus {
  outline: none;
}
.cid-tDlnhDLJzL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDlnhDLJzL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDlnhDLJzL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDlnhDLJzL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDlnhDLJzL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDlnhDLJzL .mbr-section-title {
  color: #232323;
}
.cid-tDlnhDLJzL .mbr-text,
.cid-tDlnhDLJzL .mbr-section-btn {
  text-align: left;
}
.cid-tDlnhDLJzL .item-title {
  text-align: center;
}
.cid-tDlnhDLJzL .item-subtitle {
  text-align: left;
}
.cid-tDlnhEvJMV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDlnhEvJMV img,
.cid-tDlnhEvJMV .item-img {
  width: 100%;
}
.cid-tDlnhEvJMV .item:focus,
.cid-tDlnhEvJMV span:focus {
  outline: none;
}
.cid-tDlnhEvJMV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDlnhEvJMV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDlnhEvJMV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDlnhEvJMV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDlnhEvJMV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDlnhEvJMV .mbr-section-title {
  color: #232323;
}
.cid-tDlnhEvJMV .mbr-text,
.cid-tDlnhEvJMV .mbr-section-btn {
  text-align: left;
}
.cid-tDlnhEvJMV .item-title {
  text-align: center;
}
.cid-tDlnhEvJMV .item-subtitle {
  text-align: left;
}
.cid-tDlnhFdLeJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tDlnhFdLeJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDlnhFdLeJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDlnhFdLeJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDlnhFdLeJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDlnhFdLeJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDlnhFdLeJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDlnhFdLeJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDlnhFdLeJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDlnhFdLeJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDlnhFdLeJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDlnhFdLeJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDlnhFdLeJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDlnhFdLeJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDlnhFdLeJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDlwnuqoKe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDlwnuqoKe nav.navbar {
  position: fixed;
}
.cid-tDlwnuqoKe .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-tDlwnuqoKe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDlwnuqoKe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDlwnuqoKe .dropdown-item:hover,
.cid-tDlwnuqoKe .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tDlwnuqoKe .dropdown-item:hover span {
  color: white;
}
.cid-tDlwnuqoKe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDlwnuqoKe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDlwnuqoKe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDlwnuqoKe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDlwnuqoKe .nav-link {
  position: relative;
}
.cid-tDlwnuqoKe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDlwnuqoKe .container {
    flex-wrap: nowrap;
  }
}
.cid-tDlwnuqoKe .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDlwnuqoKe .dropdown-menu,
.cid-tDlwnuqoKe .navbar.opened {
  background: #ffffff !important;
}
.cid-tDlwnuqoKe .nav-item:focus,
.cid-tDlwnuqoKe .nav-link:focus {
  outline: none;
}
.cid-tDlwnuqoKe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDlwnuqoKe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDlwnuqoKe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDlwnuqoKe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDlwnuqoKe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDlwnuqoKe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDlwnuqoKe .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: #ffffff;
}
.cid-tDlwnuqoKe .navbar.opened {
  transition: all 0.3s;
}
.cid-tDlwnuqoKe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDlwnuqoKe .navbar .navbar-logo img {
  width: auto;
}
.cid-tDlwnuqoKe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDlwnuqoKe .navbar.collapsed {
  justify-content: center;
}
.cid-tDlwnuqoKe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDlwnuqoKe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDlwnuqoKe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tDlwnuqoKe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDlwnuqoKe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDlwnuqoKe .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-tDlwnuqoKe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDlwnuqoKe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDlwnuqoKe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDlwnuqoKe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDlwnuqoKe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDlwnuqoKe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDlwnuqoKe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDlwnuqoKe .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-tDlwnuqoKe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDlwnuqoKe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDlwnuqoKe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDlwnuqoKe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDlwnuqoKe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDlwnuqoKe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDlwnuqoKe .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDlwnuqoKe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDlwnuqoKe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDlwnuqoKe .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-tDlwnuqoKe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDlwnuqoKe .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tDlwnuqoKe .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tDlwnuqoKe .dropdown-item.active,
.cid-tDlwnuqoKe .dropdown-item:active {
  background-color: transparent;
}
.cid-tDlwnuqoKe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDlwnuqoKe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDlwnuqoKe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDlwnuqoKe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDlwnuqoKe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDlwnuqoKe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDlwnuqoKe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDlwnuqoKe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDlwnuqoKe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDlwnuqoKe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tDlwnuqoKe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDlwnuqoKe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDlwnuqoKe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDlwnuqoKe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDlwnuqoKe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDlwnuqoKe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDlwnuqoKe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDlwnuqoKe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDlwnuqoKe .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tDlwnuqoKe .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tDlwnuqoKe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDlwnuqoKe .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-tDlwnuqoKe .navbar {
    height: 70px;
  }
  .cid-tDlwnuqoKe .navbar.opened {
    height: auto;
  }
  .cid-tDlwnuqoKe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDlwnuqoKe .container,
.cid-tDlwnuqoKe .container-fluid {
  flex-wrap: wrap;
}
.cid-tDlwnuqoKe .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tDlwnuqoKe .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tDlwnuqoKe .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tDlwnuqoKe .contacts-menu {
    display: none;
  }
}
.cid-tDlwnuqoKe .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tDlwnuqoKe .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tDlwnuqoKe .icon-box:hover {
  transform: scale(1.1);
}
.cid-tDlwnuqoKe .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tDlwnuqoKe .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tDlwnuqoKe .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tDlwnuqoKe .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tDlwnuqoKe .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tDlwnuqoKe .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDlwnuqoKe .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tDlwnuqoKe .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tDlwntUA5g {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tDlwntUA5g {
    background-image: url("../../../assets/images/img-3640-960x539.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tDlwntUA5g .row {
  align-items: center;
}
.cid-tDlwntUA5g .image-wrapper {
  padding: 1rem;
}
.cid-tDlwntUA5g .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tDlwntUA5g .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tDlwntUA5g .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tDlwntUA5g .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tDlwntUA5g .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tDlwntUA5g .text-wrapper {
    max-width: 400px;
  }
}
.cid-tDlwntUA5g .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tDlwntUA5g .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tDlwntUA5g .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tDlwntUA5g .btn-container {
  width: 100%;
}
.cid-tDlwntUA5g .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDlwntUA5g .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDlwntUA5g .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tDlwntUA5g .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tDlwntUA5g .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tDlwntUA5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDlwntUA5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDlHeSzUZu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDlHeSzUZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDlHeSzUZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDlHeSzUZu .mbr-section-subtitle {
  color: #111111;
}
.cid-tDlHeSzUZu .mbr-section-title {
  color: #111111;
}
.cid-tDmdgFDEk9 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDmdgFDEk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmdgFDEk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmdgFDEk9 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tDmdgFDEk9 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tDmdgFDEk9 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tDmdgFDEk9 .link-wrap {
    align-items: center;
  }
}
.cid-tDmdgFDEk9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDlJWvWVPW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDlJWvWVPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDlJWvWVPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDlJWvWVPW .item {
  padding-bottom: 2rem;
}
.cid-tDlJWvWVPW .item-wrapper {
  position: relative;
}
.cid-tDlJWvWVPW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tDlJWvWVPW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDlJWvWVPW .carousel-control,
.cid-tDlJWvWVPW .close {
  background: #1b1b1b;
}
.cid-tDlJWvWVPW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDlJWvWVPW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDlJWvWVPW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDlJWvWVPW .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDlJWvWVPW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDlJWvWVPW .close::before {
  content: '\e91a';
}
.cid-tDlJWvWVPW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDlJWvWVPW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDlJWvWVPW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDlJWvWVPW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDlJWvWVPW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDlJWvWVPW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDlJWvWVPW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDlJWvWVPW .carousel-indicators li.active,
.cid-tDlJWvWVPW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDlJWvWVPW .carousel-indicators li::after,
.cid-tDlJWvWVPW .carousel-indicators li::before {
  content: none;
}
.cid-tDlJWvWVPW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDlJWvWVPW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDlJWvWVPW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDlJWvWVPW .carousel-indicators {
    display: none;
  }
}
.cid-tDlJWvWVPW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDlJWvWVPW .carousel-inner > .active {
  display: block;
}
.cid-tDlJWvWVPW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDlJWvWVPW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDlJWvWVPW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDlJWvWVPW .carousel-control,
  .cid-tDlJWvWVPW .carousel-indicators,
  .cid-tDlJWvWVPW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDlJWvWVPW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDlJWvWVPW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDlJWvWVPW .carousel-indicators .active,
.cid-tDlJWvWVPW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDlJWvWVPW .carousel-indicators .active {
  background: #fff;
}
.cid-tDlJWvWVPW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDlJWvWVPW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDlJWvWVPW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDlJWvWVPW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDlJWvWVPW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDlJWvWVPW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDlJWvWVPW .carousel {
  width: 100%;
}
.cid-tDlJWvWVPW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDlJWvWVPW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDlJWvWVPW .modal.fade .modal-dialog,
.cid-tDlJWvWVPW .modal.in .modal-dialog {
  transform: none;
}
.cid-tDlJWvWVPW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDlJWvWVPW H6 {
  text-align: center;
}
.cid-tDlXtd5IYJ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tDlXtd5IYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDlXtd5IYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDlXtd5IYJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tDlXtd5IYJ .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDlXtd5IYJ .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-tDlXtd5IYJ .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-tDlXtd5IYJ .embla__button--next,
.cid-tDlXtd5IYJ .embla__button--prev {
  display: flex;
}
.cid-tDlXtd5IYJ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #c64810;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tDlXtd5IYJ .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-tDlXtd5IYJ .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-tDlXtd5IYJ .embla__button {
    display: none;
  }
}
.cid-tDlXtd5IYJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDlXtd5IYJ .embla__button:hover {
  background: transparent;
  color: #c64810;
  border: none;
  opacity: .65;
}
.cid-tDlXtd5IYJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tDlXtd5IYJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tDlXtd5IYJ .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-tDlXtd5IYJ .embla {
  position: relative;
  width: 100%;
}
.cid-tDlXtd5IYJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDlXtd5IYJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDlXtd5IYJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDlXtd5IYJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDlwnwqouM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tDlwnwqouM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDlwnwqouM .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDlwnwqouM .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDlwnwqouM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDlwnwqouM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDlwnwqouM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDlwnwqouM .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDlwnwqouM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDlwnwqouM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDlwnwqouM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDlwnwqouM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDlwnwqouM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDlwnwqouM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDlwnwqouM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDlYGtKmed {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDlYGtKmed nav.navbar {
  position: fixed;
}
.cid-tDlYGtKmed .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-tDlYGtKmed .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDlYGtKmed .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDlYGtKmed .dropdown-item:hover,
.cid-tDlYGtKmed .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tDlYGtKmed .dropdown-item:hover span {
  color: white;
}
.cid-tDlYGtKmed .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDlYGtKmed .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDlYGtKmed .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDlYGtKmed .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDlYGtKmed .nav-link {
  position: relative;
}
.cid-tDlYGtKmed .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDlYGtKmed .container {
    flex-wrap: nowrap;
  }
}
.cid-tDlYGtKmed .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDlYGtKmed .dropdown-menu,
.cid-tDlYGtKmed .navbar.opened {
  background: #ffffff !important;
}
.cid-tDlYGtKmed .nav-item:focus,
.cid-tDlYGtKmed .nav-link:focus {
  outline: none;
}
.cid-tDlYGtKmed .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDlYGtKmed .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDlYGtKmed .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDlYGtKmed .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDlYGtKmed .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDlYGtKmed .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDlYGtKmed .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: #ffffff;
}
.cid-tDlYGtKmed .navbar.opened {
  transition: all 0.3s;
}
.cid-tDlYGtKmed .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDlYGtKmed .navbar .navbar-logo img {
  width: auto;
}
.cid-tDlYGtKmed .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDlYGtKmed .navbar.collapsed {
  justify-content: center;
}
.cid-tDlYGtKmed .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDlYGtKmed .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDlYGtKmed .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tDlYGtKmed .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDlYGtKmed .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDlYGtKmed .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-tDlYGtKmed .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDlYGtKmed .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDlYGtKmed .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDlYGtKmed .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDlYGtKmed .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDlYGtKmed .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDlYGtKmed .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDlYGtKmed .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-tDlYGtKmed .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDlYGtKmed .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDlYGtKmed .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDlYGtKmed .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDlYGtKmed .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDlYGtKmed .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDlYGtKmed .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDlYGtKmed .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDlYGtKmed .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDlYGtKmed .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-tDlYGtKmed .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDlYGtKmed .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tDlYGtKmed .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tDlYGtKmed .dropdown-item.active,
.cid-tDlYGtKmed .dropdown-item:active {
  background-color: transparent;
}
.cid-tDlYGtKmed .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDlYGtKmed .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDlYGtKmed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDlYGtKmed .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDlYGtKmed .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDlYGtKmed .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDlYGtKmed ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDlYGtKmed .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDlYGtKmed button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDlYGtKmed button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tDlYGtKmed button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDlYGtKmed button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDlYGtKmed button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDlYGtKmed button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDlYGtKmed nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDlYGtKmed nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDlYGtKmed nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDlYGtKmed nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDlYGtKmed .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tDlYGtKmed .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tDlYGtKmed a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDlYGtKmed .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-tDlYGtKmed .navbar {
    height: 70px;
  }
  .cid-tDlYGtKmed .navbar.opened {
    height: auto;
  }
  .cid-tDlYGtKmed .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDlYGtKmed .container,
.cid-tDlYGtKmed .container-fluid {
  flex-wrap: wrap;
}
.cid-tDlYGtKmed .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tDlYGtKmed .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tDlYGtKmed .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tDlYGtKmed .contacts-menu {
    display: none;
  }
}
.cid-tDlYGtKmed .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tDlYGtKmed .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tDlYGtKmed .icon-box:hover {
  transform: scale(1.1);
}
.cid-tDlYGtKmed .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tDlYGtKmed .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tDlYGtKmed .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tDlYGtKmed .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tDlYGtKmed .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tDlYGtKmed .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDlYGtKmed .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tDlYGtKmed .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tDlYGsZyBp {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tDlYGsZyBp {
    background-image: url("../../../assets/images/img-929-2000x1500.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tDlYGsZyBp .row {
  align-items: center;
}
.cid-tDlYGsZyBp .image-wrapper {
  padding: 1rem;
}
.cid-tDlYGsZyBp .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tDlYGsZyBp .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tDlYGsZyBp .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tDlYGsZyBp .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tDlYGsZyBp .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tDlYGsZyBp .text-wrapper {
    max-width: 400px;
  }
}
.cid-tDlYGsZyBp .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tDlYGsZyBp .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tDlYGsZyBp .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tDlYGsZyBp .btn-container {
  width: 100%;
}
.cid-tDlYGsZyBp .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDlYGsZyBp .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDlYGsZyBp .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tDlYGsZyBp .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tDlYGsZyBp .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tDlYGsZyBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDlYGsZyBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEmPciEqeX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tEmPciEqeX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tEmPciEqeX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tEmPciEqeX .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tEmPciEqeX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tEmPciEqeX .mbr-text,
.cid-tEmPciEqeX .mbr-section-btn {
  color: #353535;
}
.cid-tEmPkvIcR2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEmPkvIcR2 .row {
  align-items: center;
}
.cid-tEmPkvIcR2 .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-tEmPkvIcR2 .image-wrapper {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
.cid-tEmPkvIcR2 .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-tEmPkvIcR2 .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-tEmPkvIcR2 .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tEmPkvIcR2 .col-text {
    padding-bottom: 4.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tEmPkvIcR2 .col-text {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tEmPkvIcR2 .col-text {
    text-align: center;
  }
}
.cid-tEmPkvIcR2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tEmPkvIcR2 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tEmPkvIcR2 .label-text {
    text-align: center !important;
  }
}
.cid-tEmPkvIcR2 .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tEmPkvIcR2 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tEmPkvIcR2 .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tEmPkvIcR2 .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tEmPkvIcR2 .lists-container {
    justify-content: center;
  }
}
.cid-tEmPkvIcR2 .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-tEmPkvIcR2 .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tEmPkvIcR2 .list {
    align-items: center;
  }
}
.cid-tEmPkvIcR2 .list-item {
  display: flex;
  align-items: center;
}
.cid-tEmPkvIcR2 .icon-wrapper {
  margin-right: 5px;
}
.cid-tEmPkvIcR2 .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-tEmPkvIcR2 .list-item-text {
  flex-grow: 1;
}
.cid-tEmPkvIcR2 .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tEmPkvIcR2 .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-tEmPkvIcR2 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tEmPkvIcR2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tEmPkvIcR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEmPkvIcR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEmPMvDQzd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tEmPMvDQzd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tEmPMvDQzd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tEmPMvDQzd .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tEmPMvDQzd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tEmPMvDQzd .mbr-text,
.cid-tEmPMvDQzd .mbr-section-btn {
  color: #000000;
}
.cid-tDlZvSqqx1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDlZvSqqx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDlZvSqqx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDlZvSqqx1 .item {
  padding-bottom: 2rem;
}
.cid-tDlZvSqqx1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tDlZvSqqx1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tDlZvSqqx1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tDlZvSqqx1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDlZvSqqx1 .carousel-control,
.cid-tDlZvSqqx1 .close {
  background: #1b1b1b;
}
.cid-tDlZvSqqx1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDlZvSqqx1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDlZvSqqx1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDlZvSqqx1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDlZvSqqx1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDlZvSqqx1 .close::before {
  content: '\e91a';
}
.cid-tDlZvSqqx1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDlZvSqqx1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDlZvSqqx1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDlZvSqqx1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDlZvSqqx1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDlZvSqqx1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDlZvSqqx1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDlZvSqqx1 .carousel-indicators li.active,
.cid-tDlZvSqqx1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDlZvSqqx1 .carousel-indicators li::after,
.cid-tDlZvSqqx1 .carousel-indicators li::before {
  content: none;
}
.cid-tDlZvSqqx1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDlZvSqqx1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDlZvSqqx1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDlZvSqqx1 .carousel-indicators {
    display: none;
  }
}
.cid-tDlZvSqqx1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDlZvSqqx1 .carousel-inner > .active {
  display: block;
}
.cid-tDlZvSqqx1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDlZvSqqx1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDlZvSqqx1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDlZvSqqx1 .carousel-control,
  .cid-tDlZvSqqx1 .carousel-indicators,
  .cid-tDlZvSqqx1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDlZvSqqx1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDlZvSqqx1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDlZvSqqx1 .carousel-indicators .active,
.cid-tDlZvSqqx1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDlZvSqqx1 .carousel-indicators .active {
  background: #fff;
}
.cid-tDlZvSqqx1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDlZvSqqx1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDlZvSqqx1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDlZvSqqx1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDlZvSqqx1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDlZvSqqx1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDlZvSqqx1 .carousel {
  width: 100%;
}
.cid-tDlZvSqqx1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDlZvSqqx1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDlZvSqqx1 .modal.fade .modal-dialog,
.cid-tDlZvSqqx1 .modal.in .modal-dialog {
  transform: none;
}
.cid-tDlZvSqqx1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDlZvSqqx1 H6 {
  text-align: center;
}
.cid-tDlYGzFqtl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tDlYGzFqtl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDlYGzFqtl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDlYGzFqtl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDlYGzFqtl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDlYGzFqtl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDlYGzFqtl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDlYGzFqtl .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDlYGzFqtl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDlYGzFqtl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDlYGzFqtl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDlYGzFqtl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDlYGzFqtl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDlYGzFqtl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDlYGzFqtl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDm1vAfVLH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDm1vAfVLH nav.navbar {
  position: fixed;
}
.cid-tDm1vAfVLH .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-tDm1vAfVLH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDm1vAfVLH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDm1vAfVLH .dropdown-item:hover,
.cid-tDm1vAfVLH .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tDm1vAfVLH .dropdown-item:hover span {
  color: white;
}
.cid-tDm1vAfVLH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDm1vAfVLH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDm1vAfVLH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDm1vAfVLH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDm1vAfVLH .nav-link {
  position: relative;
}
.cid-tDm1vAfVLH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDm1vAfVLH .container {
    flex-wrap: nowrap;
  }
}
.cid-tDm1vAfVLH .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDm1vAfVLH .dropdown-menu,
.cid-tDm1vAfVLH .navbar.opened {
  background: #ffffff !important;
}
.cid-tDm1vAfVLH .nav-item:focus,
.cid-tDm1vAfVLH .nav-link:focus {
  outline: none;
}
.cid-tDm1vAfVLH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDm1vAfVLH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDm1vAfVLH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDm1vAfVLH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDm1vAfVLH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDm1vAfVLH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDm1vAfVLH .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: #ffffff;
}
.cid-tDm1vAfVLH .navbar.opened {
  transition: all 0.3s;
}
.cid-tDm1vAfVLH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDm1vAfVLH .navbar .navbar-logo img {
  width: auto;
}
.cid-tDm1vAfVLH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDm1vAfVLH .navbar.collapsed {
  justify-content: center;
}
.cid-tDm1vAfVLH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDm1vAfVLH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDm1vAfVLH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tDm1vAfVLH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDm1vAfVLH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDm1vAfVLH .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-tDm1vAfVLH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDm1vAfVLH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDm1vAfVLH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDm1vAfVLH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDm1vAfVLH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDm1vAfVLH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDm1vAfVLH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDm1vAfVLH .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-tDm1vAfVLH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDm1vAfVLH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDm1vAfVLH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDm1vAfVLH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDm1vAfVLH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDm1vAfVLH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDm1vAfVLH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDm1vAfVLH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDm1vAfVLH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDm1vAfVLH .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-tDm1vAfVLH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDm1vAfVLH .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tDm1vAfVLH .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tDm1vAfVLH .dropdown-item.active,
.cid-tDm1vAfVLH .dropdown-item:active {
  background-color: transparent;
}
.cid-tDm1vAfVLH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDm1vAfVLH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDm1vAfVLH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDm1vAfVLH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDm1vAfVLH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDm1vAfVLH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDm1vAfVLH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDm1vAfVLH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDm1vAfVLH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDm1vAfVLH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tDm1vAfVLH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDm1vAfVLH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDm1vAfVLH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDm1vAfVLH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDm1vAfVLH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDm1vAfVLH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDm1vAfVLH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDm1vAfVLH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDm1vAfVLH .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tDm1vAfVLH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tDm1vAfVLH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDm1vAfVLH .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-tDm1vAfVLH .navbar {
    height: 70px;
  }
  .cid-tDm1vAfVLH .navbar.opened {
    height: auto;
  }
  .cid-tDm1vAfVLH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDm1vAfVLH .container,
.cid-tDm1vAfVLH .container-fluid {
  flex-wrap: wrap;
}
.cid-tDm1vAfVLH .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tDm1vAfVLH .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tDm1vAfVLH .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tDm1vAfVLH .contacts-menu {
    display: none;
  }
}
.cid-tDm1vAfVLH .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tDm1vAfVLH .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tDm1vAfVLH .icon-box:hover {
  transform: scale(1.1);
}
.cid-tDm1vAfVLH .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tDm1vAfVLH .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tDm1vAfVLH .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tDm1vAfVLH .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tDm1vAfVLH .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tDm1vAfVLH .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDm1vAfVLH .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tDm1vAfVLH .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tDm1vxhcbS {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tDm1vxhcbS {
    background-image: url("../../../assets/images/angolans-g5253e8dca-640-640x427.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tDm1vxhcbS .row {
  align-items: center;
}
.cid-tDm1vxhcbS .image-wrapper {
  padding: 1rem;
}
.cid-tDm1vxhcbS .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tDm1vxhcbS .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tDm1vxhcbS .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tDm1vxhcbS .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tDm1vxhcbS .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tDm1vxhcbS .text-wrapper {
    max-width: 400px;
  }
}
.cid-tDm1vxhcbS .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tDm1vxhcbS .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tDm1vxhcbS .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tDm1vxhcbS .btn-container {
  width: 100%;
}
.cid-tDm1vxhcbS .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tDm1vxhcbS .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tDm1vxhcbS .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tDm1vxhcbS .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tDm1vxhcbS .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tDm1vxhcbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDm1vxhcbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDm1vxQ03r {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDm1vxQ03r .line {
  background-color: #c64810;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDm3oOiWVK {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDm3oOiWVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDm3oOiWVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDm3oOiWVK .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tDm3oOiWVK .card {
    margin-bottom: 2rem!important;
  }
  .cid-tDm3oOiWVK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tDm3oOiWVK .link-wrap {
    align-items: center;
  }
}
.cid-tDm3oOiWVK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDm1vBEmCx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tDm1vBEmCx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDm1vBEmCx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDm1vBEmCx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDm1vBEmCx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDm1vBEmCx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDm1vBEmCx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDm1vBEmCx .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDm1vBEmCx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDm1vBEmCx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDm1vBEmCx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDm1vBEmCx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDm1vBEmCx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDm1vBEmCx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDm1vBEmCx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tE0n0fm1PY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tE0n0fm1PY nav.navbar {
  position: fixed;
}
.cid-tE0n0fm1PY .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-tE0n0fm1PY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tE0n0fm1PY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tE0n0fm1PY .dropdown-item:hover,
.cid-tE0n0fm1PY .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tE0n0fm1PY .dropdown-item:hover span {
  color: white;
}
.cid-tE0n0fm1PY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tE0n0fm1PY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tE0n0fm1PY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tE0n0fm1PY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tE0n0fm1PY .nav-link {
  position: relative;
}
.cid-tE0n0fm1PY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tE0n0fm1PY .container {
    flex-wrap: nowrap;
  }
}
.cid-tE0n0fm1PY .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tE0n0fm1PY .dropdown-menu,
.cid-tE0n0fm1PY .navbar.opened {
  background: #ffffff !important;
}
.cid-tE0n0fm1PY .nav-item:focus,
.cid-tE0n0fm1PY .nav-link:focus {
  outline: none;
}
.cid-tE0n0fm1PY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tE0n0fm1PY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tE0n0fm1PY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tE0n0fm1PY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tE0n0fm1PY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tE0n0fm1PY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tE0n0fm1PY .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: #ffffff;
}
.cid-tE0n0fm1PY .navbar.opened {
  transition: all 0.3s;
}
.cid-tE0n0fm1PY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tE0n0fm1PY .navbar .navbar-logo img {
  width: auto;
}
.cid-tE0n0fm1PY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tE0n0fm1PY .navbar.collapsed {
  justify-content: center;
}
.cid-tE0n0fm1PY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tE0n0fm1PY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tE0n0fm1PY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tE0n0fm1PY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tE0n0fm1PY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tE0n0fm1PY .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-tE0n0fm1PY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tE0n0fm1PY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tE0n0fm1PY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tE0n0fm1PY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tE0n0fm1PY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tE0n0fm1PY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tE0n0fm1PY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tE0n0fm1PY .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-tE0n0fm1PY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tE0n0fm1PY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tE0n0fm1PY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tE0n0fm1PY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tE0n0fm1PY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tE0n0fm1PY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tE0n0fm1PY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tE0n0fm1PY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tE0n0fm1PY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tE0n0fm1PY .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-tE0n0fm1PY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tE0n0fm1PY .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tE0n0fm1PY .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tE0n0fm1PY .dropdown-item.active,
.cid-tE0n0fm1PY .dropdown-item:active {
  background-color: transparent;
}
.cid-tE0n0fm1PY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tE0n0fm1PY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tE0n0fm1PY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tE0n0fm1PY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tE0n0fm1PY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tE0n0fm1PY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tE0n0fm1PY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tE0n0fm1PY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tE0n0fm1PY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tE0n0fm1PY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tE0n0fm1PY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tE0n0fm1PY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE0n0fm1PY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE0n0fm1PY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tE0n0fm1PY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE0n0fm1PY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tE0n0fm1PY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tE0n0fm1PY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE0n0fm1PY .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tE0n0fm1PY .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tE0n0fm1PY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tE0n0fm1PY .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-tE0n0fm1PY .navbar {
    height: 70px;
  }
  .cid-tE0n0fm1PY .navbar.opened {
    height: auto;
  }
  .cid-tE0n0fm1PY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tE0n0fm1PY .container,
.cid-tE0n0fm1PY .container-fluid {
  flex-wrap: wrap;
}
.cid-tE0n0fm1PY .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tE0n0fm1PY .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tE0n0fm1PY .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tE0n0fm1PY .contacts-menu {
    display: none;
  }
}
.cid-tE0n0fm1PY .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tE0n0fm1PY .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tE0n0fm1PY .icon-box:hover {
  transform: scale(1.1);
}
.cid-tE0n0fm1PY .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tE0n0fm1PY .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tE0n0fm1PY .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tE0n0fm1PY .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tE0n0fm1PY .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tE0n0fm1PY .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tE0n0fm1PY .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tE0n0fm1PY .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tE0n0etvf4 {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tE0n0etvf4 {
    background-image: url("../../../assets/images/footballl03-1259x732.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tE0n0etvf4 .row {
  align-items: center;
}
.cid-tE0n0etvf4 .image-wrapper {
  padding: 1rem;
}
.cid-tE0n0etvf4 .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tE0n0etvf4 .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tE0n0etvf4 .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tE0n0etvf4 .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tE0n0etvf4 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tE0n0etvf4 .text-wrapper {
    max-width: 400px;
  }
}
.cid-tE0n0etvf4 .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tE0n0etvf4 .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tE0n0etvf4 .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tE0n0etvf4 .btn-container {
  width: 100%;
}
.cid-tE0n0etvf4 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tE0n0etvf4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tE0n0etvf4 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tE0n0etvf4 .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tE0n0etvf4 .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tE0n0etvf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE0n0etvf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE0n0eRZtd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tE0n0eRZtd .line {
  background-color: #c64810;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tE0n0f2tOB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tE0n0f2tOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE0n0f2tOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE0n0f2tOB .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tE0n0f2tOB .card {
    margin-bottom: 2rem!important;
  }
  .cid-tE0n0f2tOB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tE0n0f2tOB .link-wrap {
    align-items: center;
  }
}
.cid-tE0n0f2tOB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tE0n0f2tOB .mbr-text,
.cid-tE0n0f2tOB .link-wrap,
.cid-tE0n0f2tOB .mbr-section-btn {
  color: #000000;
}
.cid-tE0oawtQdX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tE0oawtQdX .mbr-text {
  color: #000000;
}
.cid-tEyPbA0CaB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e9e9e9;
}
.cid-tEyQwhgQNu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEyQwhgQNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEyQwhgQNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE0n0fWzsi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tE0n0fWzsi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tE0n0fWzsi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tE0n0fWzsi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tE0n0fWzsi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tE0n0fWzsi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tE0n0fWzsi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tE0n0fWzsi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tE0n0fWzsi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tE0n0fWzsi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tE0n0fWzsi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tE0n0fWzsi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tE0n0fWzsi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tE0n0fWzsi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tE0n0fWzsi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tE0rPGPkM1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tE0rPGPkM1 nav.navbar {
  position: fixed;
}
.cid-tE0rPGPkM1 .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-tE0rPGPkM1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tE0rPGPkM1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tE0rPGPkM1 .dropdown-item:hover,
.cid-tE0rPGPkM1 .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tE0rPGPkM1 .dropdown-item:hover span {
  color: white;
}
.cid-tE0rPGPkM1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tE0rPGPkM1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tE0rPGPkM1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tE0rPGPkM1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tE0rPGPkM1 .nav-link {
  position: relative;
}
.cid-tE0rPGPkM1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tE0rPGPkM1 .container {
    flex-wrap: nowrap;
  }
}
.cid-tE0rPGPkM1 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tE0rPGPkM1 .dropdown-menu,
.cid-tE0rPGPkM1 .navbar.opened {
  background: #ffffff !important;
}
.cid-tE0rPGPkM1 .nav-item:focus,
.cid-tE0rPGPkM1 .nav-link:focus {
  outline: none;
}
.cid-tE0rPGPkM1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tE0rPGPkM1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tE0rPGPkM1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tE0rPGPkM1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tE0rPGPkM1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tE0rPGPkM1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tE0rPGPkM1 .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: #ffffff;
}
.cid-tE0rPGPkM1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tE0rPGPkM1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tE0rPGPkM1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tE0rPGPkM1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tE0rPGPkM1 .navbar.collapsed {
  justify-content: center;
}
.cid-tE0rPGPkM1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tE0rPGPkM1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tE0rPGPkM1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tE0rPGPkM1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tE0rPGPkM1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tE0rPGPkM1 .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-tE0rPGPkM1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tE0rPGPkM1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tE0rPGPkM1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tE0rPGPkM1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tE0rPGPkM1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tE0rPGPkM1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tE0rPGPkM1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tE0rPGPkM1 .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-tE0rPGPkM1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tE0rPGPkM1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tE0rPGPkM1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tE0rPGPkM1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tE0rPGPkM1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tE0rPGPkM1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tE0rPGPkM1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tE0rPGPkM1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tE0rPGPkM1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tE0rPGPkM1 .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-tE0rPGPkM1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tE0rPGPkM1 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tE0rPGPkM1 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tE0rPGPkM1 .dropdown-item.active,
.cid-tE0rPGPkM1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tE0rPGPkM1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tE0rPGPkM1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tE0rPGPkM1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tE0rPGPkM1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tE0rPGPkM1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tE0rPGPkM1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tE0rPGPkM1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tE0rPGPkM1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tE0rPGPkM1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tE0rPGPkM1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tE0rPGPkM1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tE0rPGPkM1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE0rPGPkM1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE0rPGPkM1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tE0rPGPkM1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE0rPGPkM1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tE0rPGPkM1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tE0rPGPkM1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE0rPGPkM1 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tE0rPGPkM1 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tE0rPGPkM1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tE0rPGPkM1 .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-tE0rPGPkM1 .navbar {
    height: 70px;
  }
  .cid-tE0rPGPkM1 .navbar.opened {
    height: auto;
  }
  .cid-tE0rPGPkM1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tE0rPGPkM1 .container,
.cid-tE0rPGPkM1 .container-fluid {
  flex-wrap: wrap;
}
.cid-tE0rPGPkM1 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tE0rPGPkM1 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tE0rPGPkM1 .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tE0rPGPkM1 .contacts-menu {
    display: none;
  }
}
.cid-tE0rPGPkM1 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tE0rPGPkM1 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tE0rPGPkM1 .icon-box:hover {
  transform: scale(1.1);
}
.cid-tE0rPGPkM1 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tE0rPGPkM1 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tE0rPGPkM1 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tE0rPGPkM1 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tE0rPGPkM1 .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tE0rPGPkM1 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tE0rPGPkM1 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tE0rPGPkM1 .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tE0rPElKnX {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tE0rPElKnX {
    background-image: url("../../../assets/images/justice-g424272449-640-640x480.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tE0rPElKnX .row {
  align-items: center;
}
.cid-tE0rPElKnX .image-wrapper {
  padding: 1rem;
}
.cid-tE0rPElKnX .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tE0rPElKnX .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tE0rPElKnX .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tE0rPElKnX .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tE0rPElKnX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tE0rPElKnX .text-wrapper {
    max-width: 400px;
  }
}
.cid-tE0rPElKnX .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tE0rPElKnX .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tE0rPElKnX .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tE0rPElKnX .btn-container {
  width: 100%;
}
.cid-tE0rPElKnX .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tE0rPElKnX .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tE0rPElKnX .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tE0rPElKnX .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tE0rPElKnX .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tE0rPElKnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE0rPElKnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE0rPENAkK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tE0rPENAkK .line {
  background-color: #c64810;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tE0rPF1xta {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tE0rPF1xta .mbr-text {
  color: #111111;
}
.cid-tE0rPFiwus {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tE0rPFiwus .mbr-text {
  color: #111111;
}
.cid-tE0rPFystX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tE0rPFystX .main-col {
  display: flex;
}
.cid-tE0rPFystX .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-tE0rPFystX .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tE0rPFystX .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tE0rPFystX .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tE0rPFystX .text-wrapper {
    width: 52%;
  }
}
.cid-tE0rPFystX .mbr-section-title {
  color: #000;
  margin-bottom: 5px;
}
.cid-tE0rPFystX .prof-text {
  color: #000000;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tE0rPFystX .mbr-section-subtitle {
  color: #000;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-tE0rPFystX .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tE0rPFystX .mbr-text {
  color: #000000;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-tE0rPFystX .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tE0rPFystX .image-wrapper {
    width: 48%;
  }
}
.cid-tE0rPFystX .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tE0rPFystX .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-tE0rPFystX .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-tE0rPFystX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-tE0rPFystX .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tE0rPFystX .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tE0rPFystX .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-tE0rPFystX .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-tE0rPFystX .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-tE0rPFystX .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-tE0rPFystX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE0rPFystX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE0rPFXJZI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tE0rPFXJZI .link-wrapper {
  width: 100%;
}
.cid-tE0rPFXJZI .container-fluid {
  max-width: 1750px;
  justify-content: center;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tE0rPFXJZI .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tE0rPFXJZI .card-big {
  border-right: 1px solid #000000;
  padding-right: 3rem;
}
@media (max-width: 992px) {
  .cid-tE0rPFXJZI .card-big {
    border-right: 0px;
    padding-right: 1rem;
  }
}
.cid-tE0rPFXJZI .img-big {
  height: 680px;
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.cid-tE0rPFXJZI .item-img {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  height: 250px;
}
.cid-tE0rPFXJZI img {
  object-fit: cover;
  height: 100%;
}
.cid-tE0rPFXJZI .card-wrapper {
  margin-bottom: 3rem;
}
.cid-tE0rPFXJZI .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-tE0rPFXJZI .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-tE0rPFXJZI .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-tE0rPFXJZI .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tE0rPFXJZI .row {
    justify-content: flex-start;
  }
}
.cid-tE0rPFXJZI .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-tE0rPFXJZI .card {
    border-left: 0px;
    padding-left: 0rem;
  }
}
.cid-tE0rPFXJZI .first {
  border: 0;
}
.cid-tE0rPFXJZI .card-text {
  color: #818181;
}
.cid-tE0rPFXJZI .card-text a {
  position: relative;
  background: none!important;
}
.cid-tE0rPFXJZI .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-tE0rPFXJZI .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-tE0rPFXJZI .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-tE0rPFXJZI .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-tE0rPFXJZI .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-tE0rPFXJZI .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-tE0rPFXJZI .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-tE0rPFXJZI .card-title,
.cid-tE0rPFXJZI .iconfont-wrapper {
  color: #000000;
}
.cid-tE0rPFXJZI .link,
.cid-tE0rPFXJZI .link-wrapper {
  color: #000000;
}
.cid-tE0rPFXJZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE0rPFXJZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE0rPGsmo8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tE0rPGsmo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE0rPGsmo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE0rPGsmo8 .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-tE0rPGsmo8 .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-tE0rPGsmo8 .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tE0rPGsmo8 .card-col {
    padding: 20px 0 0;
  }
}
.cid-tE0rPGsmo8 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-tE0rPGsmo8 .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-tE0rPGsmo8 .card-wrapper {
    max-width: 100%;
  }
}
.cid-tE0rPGsmo8 .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-tE0rPGsmo8 .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-tE0rPGsmo8 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tE0rPGsmo8 .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-tE0rPGsmo8 .image-wrapper {
    max-width: 100%;
  }
}
.cid-tE0rPGsmo8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tE0rPGsmo8 .mbr-text,
.cid-tE0rPGsmo8 .mbr-section-btn {
  color: #111111;
}
.cid-tE0rPHt98v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tE0rPHt98v .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tE0rPHt98v .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tE0rPHt98v .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tE0rPHt98v .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tE0rPHt98v .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tE0rPHt98v .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tE0rPHt98v .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tE0rPHt98v .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tE0rPHt98v .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tE0rPHt98v .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tE0rPHt98v .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tE0rPHt98v .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tE0rPHt98v .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tE0rPHt98v .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tEn7OGLp05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tEn7OGLp05 nav.navbar {
  position: fixed;
}
.cid-tEn7OGLp05 .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-tEn7OGLp05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEn7OGLp05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEn7OGLp05 .dropdown-item:hover,
.cid-tEn7OGLp05 .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tEn7OGLp05 .dropdown-item:hover span {
  color: white;
}
.cid-tEn7OGLp05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEn7OGLp05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEn7OGLp05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEn7OGLp05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEn7OGLp05 .nav-link {
  position: relative;
}
.cid-tEn7OGLp05 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEn7OGLp05 .container {
    flex-wrap: nowrap;
  }
}
.cid-tEn7OGLp05 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEn7OGLp05 .dropdown-menu,
.cid-tEn7OGLp05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tEn7OGLp05 .nav-item:focus,
.cid-tEn7OGLp05 .nav-link:focus {
  outline: none;
}
.cid-tEn7OGLp05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEn7OGLp05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEn7OGLp05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEn7OGLp05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEn7OGLp05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEn7OGLp05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEn7OGLp05 .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: #ffffff;
}
.cid-tEn7OGLp05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tEn7OGLp05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEn7OGLp05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tEn7OGLp05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEn7OGLp05 .navbar.collapsed {
  justify-content: center;
}
.cid-tEn7OGLp05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEn7OGLp05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEn7OGLp05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tEn7OGLp05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEn7OGLp05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEn7OGLp05 .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-tEn7OGLp05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEn7OGLp05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEn7OGLp05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEn7OGLp05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEn7OGLp05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEn7OGLp05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEn7OGLp05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEn7OGLp05 .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-tEn7OGLp05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEn7OGLp05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEn7OGLp05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEn7OGLp05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEn7OGLp05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEn7OGLp05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tEn7OGLp05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEn7OGLp05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEn7OGLp05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEn7OGLp05 .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-tEn7OGLp05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEn7OGLp05 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tEn7OGLp05 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tEn7OGLp05 .dropdown-item.active,
.cid-tEn7OGLp05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tEn7OGLp05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEn7OGLp05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEn7OGLp05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEn7OGLp05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEn7OGLp05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEn7OGLp05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEn7OGLp05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEn7OGLp05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEn7OGLp05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEn7OGLp05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tEn7OGLp05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEn7OGLp05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEn7OGLp05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEn7OGLp05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEn7OGLp05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEn7OGLp05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEn7OGLp05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEn7OGLp05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEn7OGLp05 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tEn7OGLp05 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tEn7OGLp05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEn7OGLp05 .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-tEn7OGLp05 .navbar {
    height: 70px;
  }
  .cid-tEn7OGLp05 .navbar.opened {
    height: auto;
  }
  .cid-tEn7OGLp05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEn7OGLp05 .container,
.cid-tEn7OGLp05 .container-fluid {
  flex-wrap: wrap;
}
.cid-tEn7OGLp05 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tEn7OGLp05 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tEn7OGLp05 .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tEn7OGLp05 .contacts-menu {
    display: none;
  }
}
.cid-tEn7OGLp05 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tEn7OGLp05 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tEn7OGLp05 .icon-box:hover {
  transform: scale(1.1);
}
.cid-tEn7OGLp05 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tEn7OGLp05 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tEn7OGLp05 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tEn7OGLp05 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tEn7OGLp05 .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tEn7OGLp05 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tEn7OGLp05 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tEn7OGLp05 .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tEn7OEHh5U {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tEn7OEHh5U {
    background-image: url("../../../assets/images/contactus01-1500x999.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tEn7OEHh5U .row {
  align-items: center;
}
.cid-tEn7OEHh5U .image-wrapper {
  padding: 1rem;
}
.cid-tEn7OEHh5U .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tEn7OEHh5U .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tEn7OEHh5U .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tEn7OEHh5U .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tEn7OEHh5U .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tEn7OEHh5U .text-wrapper {
    max-width: 400px;
  }
}
.cid-tEn7OEHh5U .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tEn7OEHh5U .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tEn7OEHh5U .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tEn7OEHh5U .btn-container {
  width: 100%;
}
.cid-tEn7OEHh5U .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tEn7OEHh5U .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tEn7OEHh5U .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tEn7OEHh5U .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tEn7OEHh5U .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tEn7OEHh5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEn7OEHh5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEn7OFoZ3U {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEn7OFoZ3U .line {
  background-color: #c64810;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tEnoE4PwDj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tEnoE4PwDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEnoE4PwDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tEnoE4PwDj .row {
    flex-direction: column-reverse;
  }
  .cid-tEnoE4PwDj .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tEnoE4PwDj .google-map {
  height: 100%;
  position: relative;
}
.cid-tEnoE4PwDj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEnoE4PwDj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tEnoE4PwDj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEnoE4PwDj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEnoE4PwDj .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tEnoE4PwDj .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tEnoE4PwDj .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tEnoE4PwDj .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEnoE4PwDj .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tEnoE4PwDj .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #c64810;
}
.cid-tEnqhHnnLZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tEnqhHnnLZ .row {
  align-items: center;
  width: 100%;
}
.cid-tEnqhHnnLZ .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-tEnqhHnnLZ .title-text {
  width: 100%;
}
.cid-tEnqhHnnLZ .main-title {
  color: #000000;
}
.cid-tEnqhHnnLZ .main-subtitle {
  color: #727272;
}
.cid-tEnqhHnnLZ form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tEnqhHnnLZ form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-tEnqhHnnLZ form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-tEnqhHnnLZ form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-tEnqhHnnLZ form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-tEnqhHnnLZ form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-tEnqhHnnLZ form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-tEnqhHnnLZ form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-tEnqhHnnLZ form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-tEnqhHnnLZ form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-tEnqhHnnLZ form select {
  color: #000000 !important;
}
.cid-tEnqhHnnLZ form textarea {
  height: 100px;
}
.cid-tEnqhHnnLZ form input,
.cid-tEnqhHnnLZ form textarea {
  background-color: transparent !important;
}
.cid-tEnqhHnnLZ form input:active,
.cid-tEnqhHnnLZ form textarea:active,
.cid-tEnqhHnnLZ form input:focus,
.cid-tEnqhHnnLZ form textarea:focus {
  border-color: #c64810 !important;
}
.cid-tEnqhHnnLZ form input:active::-webkit-input-placeholder,
.cid-tEnqhHnnLZ form textarea:active::-webkit-input-placeholder,
.cid-tEnqhHnnLZ form input:focus::-webkit-input-placeholder,
.cid-tEnqhHnnLZ form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-tEnqhHnnLZ form input:active::-moz-placeholder,
.cid-tEnqhHnnLZ form textarea:active::-moz-placeholder,
.cid-tEnqhHnnLZ form input:focus::-moz-placeholder,
.cid-tEnqhHnnLZ form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-tEnqhHnnLZ form input:active:-moz-placeholder,
.cid-tEnqhHnnLZ form textarea:active:-moz-placeholder,
.cid-tEnqhHnnLZ form input:focus:-moz-placeholder,
.cid-tEnqhHnnLZ form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-tEnqhHnnLZ form input:active:-ms-input-placeholder,
.cid-tEnqhHnnLZ form textarea:active:-ms-input-placeholder,
.cid-tEnqhHnnLZ form input:focus:-ms-input-placeholder,
.cid-tEnqhHnnLZ form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-tEnqhHnnLZ form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-tEnqhHnnLZ form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-tEnqhHnnLZ form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-tEnqhHnnLZ form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-tEnqhHnnLZ form .form-check-input:focus,
.cid-tEnqhHnnLZ form .form-check-input:hover {
  border-color: #c64810 !important;
}
.cid-tEnqhHnnLZ form .form-check-input:checked {
  border-color: #c64810 !important;
  background-color: #c64810 !important;
}
.cid-tEn7OHDHFq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tEn7OHDHFq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tEn7OHDHFq .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tEn7OHDHFq .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tEn7OHDHFq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tEn7OHDHFq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tEn7OHDHFq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tEn7OHDHFq .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tEn7OHDHFq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tEn7OHDHFq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tEn7OHDHFq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tEn7OHDHFq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEn7OHDHFq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tEn7OHDHFq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tEn7OHDHFq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tEEEuhH5dU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tEEEuhH5dU nav.navbar {
  position: fixed;
}
.cid-tEEEuhH5dU .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-tEEEuhH5dU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEEEuhH5dU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEEEuhH5dU .dropdown-item:hover,
.cid-tEEEuhH5dU .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tEEEuhH5dU .dropdown-item:hover span {
  color: white;
}
.cid-tEEEuhH5dU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEEEuhH5dU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEEEuhH5dU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEEEuhH5dU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEEEuhH5dU .nav-link {
  position: relative;
}
.cid-tEEEuhH5dU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEEEuhH5dU .container {
    flex-wrap: nowrap;
  }
}
.cid-tEEEuhH5dU .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEEEuhH5dU .dropdown-menu,
.cid-tEEEuhH5dU .navbar.opened {
  background: #ffffff !important;
}
.cid-tEEEuhH5dU .nav-item:focus,
.cid-tEEEuhH5dU .nav-link:focus {
  outline: none;
}
.cid-tEEEuhH5dU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEEEuhH5dU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEEEuhH5dU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEEEuhH5dU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEEEuhH5dU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEEEuhH5dU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEEEuhH5dU .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: #ffffff;
}
.cid-tEEEuhH5dU .navbar.opened {
  transition: all 0.3s;
}
.cid-tEEEuhH5dU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEEEuhH5dU .navbar .navbar-logo img {
  width: auto;
}
.cid-tEEEuhH5dU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEEEuhH5dU .navbar.collapsed {
  justify-content: center;
}
.cid-tEEEuhH5dU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEEEuhH5dU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEEEuhH5dU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tEEEuhH5dU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEEEuhH5dU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEEEuhH5dU .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-tEEEuhH5dU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEEEuhH5dU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEEEuhH5dU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEEEuhH5dU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEEEuhH5dU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEEEuhH5dU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEEEuhH5dU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEEEuhH5dU .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-tEEEuhH5dU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEEEuhH5dU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEEEuhH5dU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEEEuhH5dU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEEEuhH5dU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEEEuhH5dU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tEEEuhH5dU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEEEuhH5dU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEEEuhH5dU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEEEuhH5dU .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-tEEEuhH5dU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEEEuhH5dU .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tEEEuhH5dU .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tEEEuhH5dU .dropdown-item.active,
.cid-tEEEuhH5dU .dropdown-item:active {
  background-color: transparent;
}
.cid-tEEEuhH5dU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEEEuhH5dU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEEEuhH5dU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEEEuhH5dU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEEEuhH5dU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEEEuhH5dU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEEEuhH5dU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEEEuhH5dU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEEEuhH5dU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEEEuhH5dU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tEEEuhH5dU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEEEuhH5dU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEEEuhH5dU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEEEuhH5dU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEEEuhH5dU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEEEuhH5dU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEEEuhH5dU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEEEuhH5dU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEEEuhH5dU .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tEEEuhH5dU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tEEEuhH5dU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEEEuhH5dU .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-tEEEuhH5dU .navbar {
    height: 70px;
  }
  .cid-tEEEuhH5dU .navbar.opened {
    height: auto;
  }
  .cid-tEEEuhH5dU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEEEuhH5dU .container,
.cid-tEEEuhH5dU .container-fluid {
  flex-wrap: wrap;
}
.cid-tEEEuhH5dU .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tEEEuhH5dU .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tEEEuhH5dU .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tEEEuhH5dU .contacts-menu {
    display: none;
  }
}
.cid-tEEEuhH5dU .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tEEEuhH5dU .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tEEEuhH5dU .icon-box:hover {
  transform: scale(1.1);
}
.cid-tEEEuhH5dU .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tEEEuhH5dU .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tEEEuhH5dU .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tEEEuhH5dU .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tEEEuhH5dU .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tEEEuhH5dU .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tEEEuhH5dU .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tEEEuhH5dU .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tEEEugdNoT {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tEEEugdNoT {
    background-image: url("../../../assets/images/footballl03-1259x732.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tEEEugdNoT .row {
  align-items: center;
}
.cid-tEEEugdNoT .image-wrapper {
  padding: 1rem;
}
.cid-tEEEugdNoT .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tEEEugdNoT .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tEEEugdNoT .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tEEEugdNoT .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tEEEugdNoT .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tEEEugdNoT .text-wrapper {
    max-width: 400px;
  }
}
.cid-tEEEugdNoT .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tEEEugdNoT .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tEEEugdNoT .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tEEEugdNoT .btn-container {
  width: 100%;
}
.cid-tEEEugdNoT .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tEEEugdNoT .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tEEEugdNoT .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tEEEugdNoT .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tEEEugdNoT .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tEEEugdNoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEEEugdNoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEEEugEzoZ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEEEugEzoZ .line {
  background-color: #c64810;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tEEEugRaAn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEEEugRaAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEEEugRaAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEEEugRaAn .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tEEEugRaAn .card {
    margin-bottom: 2rem!important;
  }
  .cid-tEEEugRaAn .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tEEEugRaAn .link-wrap {
    align-items: center;
  }
}
.cid-tEEEugRaAn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tEEEugRaAn .mbr-text,
.cid-tEEEugRaAn .link-wrap,
.cid-tEEEugRaAn .mbr-section-btn {
  color: #000000;
}
.cid-tEEEuhdazM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEEEuhdazM .mbr-text {
  color: #000000;
}
.cid-tEEEuhs3xC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e9e9e9;
}
.cid-tEEEuihqxN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEEEuihqxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEEEuihqxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEEEuiL6kg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tEEEuiL6kg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tEEEuiL6kg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tEEEuiL6kg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tEEEuiL6kg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tEEEuiL6kg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tEEEuiL6kg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tEEEuiL6kg .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tEEEuiL6kg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tEEEuiL6kg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tEEEuiL6kg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tEEEuiL6kg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEEEuiL6kg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tEEEuiL6kg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tEEEuiL6kg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tEUPznMpAW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tEUPznMpAW nav.navbar {
  position: fixed;
}
.cid-tEUPznMpAW .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-tEUPznMpAW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEUPznMpAW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEUPznMpAW .dropdown-item:hover,
.cid-tEUPznMpAW .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tEUPznMpAW .dropdown-item:hover span {
  color: white;
}
.cid-tEUPznMpAW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEUPznMpAW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEUPznMpAW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEUPznMpAW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEUPznMpAW .nav-link {
  position: relative;
}
.cid-tEUPznMpAW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEUPznMpAW .container {
    flex-wrap: nowrap;
  }
}
.cid-tEUPznMpAW .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEUPznMpAW .dropdown-menu,
.cid-tEUPznMpAW .navbar.opened {
  background: #ffffff !important;
}
.cid-tEUPznMpAW .nav-item:focus,
.cid-tEUPznMpAW .nav-link:focus {
  outline: none;
}
.cid-tEUPznMpAW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEUPznMpAW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEUPznMpAW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEUPznMpAW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEUPznMpAW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEUPznMpAW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEUPznMpAW .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: #ffffff;
}
.cid-tEUPznMpAW .navbar.opened {
  transition: all 0.3s;
}
.cid-tEUPznMpAW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEUPznMpAW .navbar .navbar-logo img {
  width: auto;
}
.cid-tEUPznMpAW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEUPznMpAW .navbar.collapsed {
  justify-content: center;
}
.cid-tEUPznMpAW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEUPznMpAW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEUPznMpAW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tEUPznMpAW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEUPznMpAW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEUPznMpAW .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-tEUPznMpAW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEUPznMpAW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEUPznMpAW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEUPznMpAW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEUPznMpAW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEUPznMpAW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEUPznMpAW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEUPznMpAW .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-tEUPznMpAW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEUPznMpAW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEUPznMpAW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEUPznMpAW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEUPznMpAW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEUPznMpAW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tEUPznMpAW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEUPznMpAW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEUPznMpAW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEUPznMpAW .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-tEUPznMpAW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEUPznMpAW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tEUPznMpAW .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tEUPznMpAW .dropdown-item.active,
.cid-tEUPznMpAW .dropdown-item:active {
  background-color: transparent;
}
.cid-tEUPznMpAW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEUPznMpAW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEUPznMpAW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEUPznMpAW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEUPznMpAW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEUPznMpAW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEUPznMpAW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEUPznMpAW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEUPznMpAW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEUPznMpAW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tEUPznMpAW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEUPznMpAW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEUPznMpAW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEUPznMpAW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEUPznMpAW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEUPznMpAW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEUPznMpAW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEUPznMpAW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEUPznMpAW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tEUPznMpAW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tEUPznMpAW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEUPznMpAW .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-tEUPznMpAW .navbar {
    height: 70px;
  }
  .cid-tEUPznMpAW .navbar.opened {
    height: auto;
  }
  .cid-tEUPznMpAW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEUPznMpAW .container,
.cid-tEUPznMpAW .container-fluid {
  flex-wrap: wrap;
}
.cid-tEUPznMpAW .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tEUPznMpAW .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tEUPznMpAW .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tEUPznMpAW .contacts-menu {
    display: none;
  }
}
.cid-tEUPznMpAW .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tEUPznMpAW .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tEUPznMpAW .icon-box:hover {
  transform: scale(1.1);
}
.cid-tEUPznMpAW .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tEUPznMpAW .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tEUPznMpAW .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tEUPznMpAW .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tEUPznMpAW .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tEUPznMpAW .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tEUPznMpAW .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tEUPznMpAW .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tEUPzlUoI2 {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-tEUPzlUoI2 {
    background-image: url("../../../assets/images/donations-960x539.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tEUPzlUoI2 .row {
  align-items: center;
}
.cid-tEUPzlUoI2 .image-wrapper {
  padding: 1rem;
}
.cid-tEUPzlUoI2 .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tEUPzlUoI2 .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tEUPzlUoI2 .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tEUPzlUoI2 .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-tEUPzlUoI2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tEUPzlUoI2 .text-wrapper {
    max-width: 400px;
  }
}
.cid-tEUPzlUoI2 .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tEUPzlUoI2 .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tEUPzlUoI2 .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tEUPzlUoI2 .btn-container {
  width: 100%;
}
.cid-tEUPzlUoI2 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tEUPzlUoI2 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tEUPzlUoI2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tEUPzlUoI2 .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tEUPzlUoI2 .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-tEUPzlUoI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEUPzlUoI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEUPzmx8Sq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEUPzmx8Sq .line {
  background-color: #c64810;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tEUSve6ED2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEUSve6ED2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEUSve6ED2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEUSve6ED2 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tEUSve6ED2 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tEUSve6ED2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tEUSve6ED2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tEUSve6ED2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEUSve6ED2 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tEUSve6ED2 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tEUSve6ED2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tEVewmVJNl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEUPzosdlT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEUPzosdlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEUPzosdlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEUPzoY2Gx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tEUPzoY2Gx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tEUPzoY2Gx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tEUPzoY2Gx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tEUPzoY2Gx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tEUPzoY2Gx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tEUPzoY2Gx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tEUPzoY2Gx .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tEUPzoY2Gx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tEUPzoY2Gx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tEUPzoY2Gx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tEUPzoY2Gx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEUPzoY2Gx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tEUPzoY2Gx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tEUPzoY2Gx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tEVtcA45tQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tEVtcA45tQ nav.navbar {
  position: fixed;
}
.cid-tEVtcA45tQ .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-tEVtcA45tQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEVtcA45tQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEVtcA45tQ .dropdown-item:hover,
.cid-tEVtcA45tQ .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-tEVtcA45tQ .dropdown-item:hover span {
  color: white;
}
.cid-tEVtcA45tQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEVtcA45tQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEVtcA45tQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEVtcA45tQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEVtcA45tQ .nav-link {
  position: relative;
}
.cid-tEVtcA45tQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEVtcA45tQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tEVtcA45tQ .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEVtcA45tQ .dropdown-menu,
.cid-tEVtcA45tQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tEVtcA45tQ .nav-item:focus,
.cid-tEVtcA45tQ .nav-link:focus {
  outline: none;
}
.cid-tEVtcA45tQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEVtcA45tQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEVtcA45tQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEVtcA45tQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEVtcA45tQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEVtcA45tQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEVtcA45tQ .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: #ffffff;
}
.cid-tEVtcA45tQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tEVtcA45tQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEVtcA45tQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tEVtcA45tQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEVtcA45tQ .navbar.collapsed {
  justify-content: center;
}
.cid-tEVtcA45tQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEVtcA45tQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEVtcA45tQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tEVtcA45tQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEVtcA45tQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEVtcA45tQ .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-tEVtcA45tQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEVtcA45tQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEVtcA45tQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEVtcA45tQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEVtcA45tQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEVtcA45tQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEVtcA45tQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEVtcA45tQ .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-tEVtcA45tQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEVtcA45tQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEVtcA45tQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEVtcA45tQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEVtcA45tQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEVtcA45tQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tEVtcA45tQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEVtcA45tQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEVtcA45tQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEVtcA45tQ .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-tEVtcA45tQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEVtcA45tQ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tEVtcA45tQ .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tEVtcA45tQ .dropdown-item.active,
.cid-tEVtcA45tQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tEVtcA45tQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEVtcA45tQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEVtcA45tQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEVtcA45tQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEVtcA45tQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEVtcA45tQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEVtcA45tQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEVtcA45tQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEVtcA45tQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEVtcA45tQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tEVtcA45tQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEVtcA45tQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEVtcA45tQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEVtcA45tQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEVtcA45tQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEVtcA45tQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEVtcA45tQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEVtcA45tQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEVtcA45tQ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-tEVtcA45tQ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tEVtcA45tQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEVtcA45tQ .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-tEVtcA45tQ .navbar {
    height: 70px;
  }
  .cid-tEVtcA45tQ .navbar.opened {
    height: auto;
  }
  .cid-tEVtcA45tQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEVtcA45tQ .container,
.cid-tEVtcA45tQ .container-fluid {
  flex-wrap: wrap;
}
.cid-tEVtcA45tQ .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tEVtcA45tQ .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tEVtcA45tQ .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tEVtcA45tQ .contacts-menu {
    display: none;
  }
}
.cid-tEVtcA45tQ .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tEVtcA45tQ .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tEVtcA45tQ .icon-box:hover {
  transform: scale(1.1);
}
.cid-tEVtcA45tQ .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tEVtcA45tQ .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tEVtcA45tQ .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-tEVtcA45tQ .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tEVtcA45tQ .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-tEVtcA45tQ .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tEVtcA45tQ .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tEVtcA45tQ .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-tEVtcwjTi2 {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-tEVtcwjTi2 .carousel {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .cid-tEVtcwjTi2 .carousel {
    height: 100vh;
  }
}
.cid-tEVtcwjTi2 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tEVtcwjTi2 .carousel-item,
.cid-tEVtcwjTi2 .carousel-inner {
  height: 100%;
}
.cid-tEVtcwjTi2 .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tEVtcwjTi2 .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tEVtcwjTi2 .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tEVtcwjTi2 .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-tEVtcwjTi2 .mbr-section-btn {
  margin-top: 42px;
}
.cid-tEVtcwjTi2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tEVtcwjTi2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tEVtcwjTi2 .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tEVtcwjTi2 .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tEVtcwjTi2 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tEVtcwjTi2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tEVtcwjTi2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tEVtcwjTi2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tEVtcwjTi2 .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tEVtcwjTi2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tEVtcwjTi2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tEVtcwjTi2 .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tEVtcwjTi2 .carousel-control {
    display: none !important;
  }
}
.cid-tEVtcwjTi2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tEVtcwjTi2 .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tEVtcwjTi2 .carousel-indicators li.active,
.cid-tEVtcwjTi2 .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tEVtcwjTi2 .carousel-indicators li::after,
.cid-tEVtcwjTi2 .carousel-indicators li::before {
  content: none;
}
.cid-tEVtcwjTi2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tEVtcwjTi2 .carousel-indicators {
    display: none !important;
  }
}
.cid-tEVtcwjTi2 .mbr-section-text,
.cid-tEVtcwjTi2 .mbr-section-btn {
  text-align: center;
}
.cid-tEVtcxbKqf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tEVtcxbKqf .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tEVtcxbKqf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tEVtcxbKqf .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tEVtcxbKqf .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tEVtcxbKqf .mbr-text,
.cid-tEVtcxbKqf .mbr-section-btn {
  color: #353535;
}
.cid-tEVtcxxGCY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tEVtcxxGCY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tEVtcxxGCY .image-wrapper img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tEVtcxxGCY .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tEVtcxxGCY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tEVtcxYV1j {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEVtcxYV1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEVtcxYV1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEVtcxYV1j .col-title {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-tEVtcxYV1j .col-title {
    margin-bottom: 15px;
    padding: 0 20px !important;
  }
}
.cid-tEVtcxYV1j .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tEVtcxYV1j .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tEVtcxYV1j .main-col {
    padding: 0 20px !important;
  }
}
.cid-tEVtcxYV1j .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #3333cc;
  margin-bottom: 20px;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tEVtcxYV1j .content-container {
    flex-wrap: wrap;
    padding: 40px 20px 40px 20px;
  }
}
.cid-tEVtcxYV1j .img-container {
  flex-grow: 1;
  width: 40% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fa603c;
}
@media (max-width: 767px) {
  .cid-tEVtcxYV1j .img-container {
    width: 100%;
    order: 3;
    margin-bottom: -40px;
    background: transparent;
  }
}
.cid-tEVtcxYV1j .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tEVtcxYV1j .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tEVtcxYV1j .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tEVtcxYV1j .text-container {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-tEVtcxYV1j .text-wrap {
  width: 100%;
  padding: 16% 16% 16% 16%;
}
@media (max-width: 767px) {
  .cid-tEVtcxYV1j .text-wrap {
    padding: 0;
  }
}
.cid-tEVtcxYV1j .card-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tEVtcxYV1j .card-title {
    text-align: center !important;
  }
}
.cid-tEVtcxYV1j .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tEVtcxYV1j .mbr-text {
    text-align: center !important;
  }
}
.cid-tEVtcxYV1j .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cid-tEVtcxYV1j .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tEVtcxYV1j .mbr-text,
.cid-tEVtcxYV1j .mbr-section-btn {
  color: #e9e9e9;
}
.cid-tEVtcymVZD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEVtcymVZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEVtcymVZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEVtcymVZD .col-title {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-tEVtcymVZD .col-title {
    margin-bottom: 45px;
    padding: 0 20px !important;
  }
}
.cid-tEVtcymVZD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tEVtcymVZD .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tEVtcymVZD .main-col {
    padding: 0 20px !important;
  }
}
.cid-tEVtcymVZD .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #3333cc;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tEVtcymVZD .content-container {
    flex-wrap: wrap;
    padding: 40px 20px 40px 20px;
  }
}
.cid-tEVtcymVZD .img-container {
  flex-grow: 1;
  width: 40% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fa603c;
}
@media (max-width: 767px) {
  .cid-tEVtcymVZD .img-container {
    width: 100%;
    order: 3;
    margin-bottom: -40px;
    background: transparent;
  }
}
.cid-tEVtcymVZD .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tEVtcymVZD .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tEVtcymVZD .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tEVtcymVZD .text-container {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-tEVtcymVZD .text-wrap {
  width: 100%;
  padding: 16% 16% 16% 16%;
}
@media (max-width: 767px) {
  .cid-tEVtcymVZD .text-wrap {
    padding: 0;
  }
}
.cid-tEVtcymVZD .card-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tEVtcymVZD .card-title {
    text-align: center !important;
  }
}
.cid-tEVtcymVZD .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tEVtcymVZD .mbr-text {
    text-align: center !important;
  }
}
.cid-tEVtcymVZD .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cid-tEVtcymVZD .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tEVtcymVZD .mbr-text,
.cid-tEVtcymVZD .mbr-section-btn {
  color: #e9e9e9;
}
.cid-tEVtcyJpTV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tEVtcyJpTV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tEVtcyJpTV .image-wrapper img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tEVtcyJpTV .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tEVtcyJpTV .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tEVtcz87c8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-tEVtcz87c8 .container {
    max-width: 1400px;
  }
}
.cid-tEVtcz87c8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tEVtcz87c8 .card-wrapper {
  margin-top: 3rem;
}
.cid-tEVtcz87c8 .row {
  justify-content: center;
}
.cid-tEVtcz87c8 .card-title,
.cid-tEVtcz87c8 .iconfont-wrapper {
  color: #000000;
}
.cid-tEVtcz87c8 .card-text {
  color: #000000;
  text-align: left;
}
.cid-tEVtcz87c8 .mbr-section-title {
  color: #000000;
}
.cid-tEVtczEbRS {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tEVtczEbRS .item-wrapper {
  width: 100%;
}
.cid-tEVtczEbRS .row {
  align-items: center;
  justify-content: center;
}
.cid-tEVtczEbRS .b {
  margin-bottom: 30px;
}
.cid-tEVtczEbRS img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-tEVtczEbRS .b,
  .cid-tEVtczEbRS .t {
    margin-bottom: 20px;
  }
}
.cid-tEVtcALvfK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-tEVtcALvfK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tEVtcALvfK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tEVtcALvfK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tEVtcALvfK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tEVtcALvfK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tEVtcALvfK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tEVtcALvfK .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tEVtcALvfK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tEVtcALvfK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tEVtcALvfK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tEVtcALvfK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEVtcALvfK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tEVtcALvfK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tEVtcALvfK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vcWMFVbcrF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcWMFVbcrF nav.navbar {
  position: fixed;
}
.cid-vcWMFVbcrF .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-vcWMFVbcrF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcWMFVbcrF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcWMFVbcrF .dropdown-item:hover,
.cid-vcWMFVbcrF .dropdown-item:focus {
  background: #c64810 !important;
  color: white !important;
}
.cid-vcWMFVbcrF .dropdown-item:hover span {
  color: white;
}
.cid-vcWMFVbcrF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcWMFVbcrF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcWMFVbcrF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcWMFVbcrF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcWMFVbcrF .nav-link {
  position: relative;
}
.cid-vcWMFVbcrF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcWMFVbcrF .container {
    flex-wrap: nowrap;
  }
}
.cid-vcWMFVbcrF .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcWMFVbcrF .dropdown-menu,
.cid-vcWMFVbcrF .navbar.opened {
  background: #ffffff !important;
}
.cid-vcWMFVbcrF .nav-item:focus,
.cid-vcWMFVbcrF .nav-link:focus {
  outline: none;
}
.cid-vcWMFVbcrF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcWMFVbcrF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcWMFVbcrF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcWMFVbcrF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcWMFVbcrF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcWMFVbcrF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcWMFVbcrF .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: #ffffff;
}
.cid-vcWMFVbcrF .navbar.opened {
  transition: all 0.3s;
}
.cid-vcWMFVbcrF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcWMFVbcrF .navbar .navbar-logo img {
  width: auto;
}
.cid-vcWMFVbcrF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcWMFVbcrF .navbar.collapsed {
  justify-content: center;
}
.cid-vcWMFVbcrF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcWMFVbcrF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcWMFVbcrF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-vcWMFVbcrF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcWMFVbcrF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcWMFVbcrF .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-vcWMFVbcrF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcWMFVbcrF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcWMFVbcrF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcWMFVbcrF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcWMFVbcrF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcWMFVbcrF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcWMFVbcrF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcWMFVbcrF .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-vcWMFVbcrF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcWMFVbcrF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcWMFVbcrF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcWMFVbcrF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcWMFVbcrF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcWMFVbcrF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcWMFVbcrF .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcWMFVbcrF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcWMFVbcrF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcWMFVbcrF .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-vcWMFVbcrF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcWMFVbcrF .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vcWMFVbcrF .navbar-brand {
    padding-right: 40px;
  }
}
.cid-vcWMFVbcrF .dropdown-item.active,
.cid-vcWMFVbcrF .dropdown-item:active {
  background-color: transparent;
}
.cid-vcWMFVbcrF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcWMFVbcrF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcWMFVbcrF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcWMFVbcrF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcWMFVbcrF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcWMFVbcrF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcWMFVbcrF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcWMFVbcrF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcWMFVbcrF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcWMFVbcrF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-vcWMFVbcrF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcWMFVbcrF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcWMFVbcrF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcWMFVbcrF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcWMFVbcrF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcWMFVbcrF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcWMFVbcrF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcWMFVbcrF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcWMFVbcrF .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-vcWMFVbcrF .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-vcWMFVbcrF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcWMFVbcrF .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-vcWMFVbcrF .navbar {
    height: 70px;
  }
  .cid-vcWMFVbcrF .navbar.opened {
    height: auto;
  }
  .cid-vcWMFVbcrF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcWMFVbcrF .container,
.cid-vcWMFVbcrF .container-fluid {
  flex-wrap: wrap;
}
.cid-vcWMFVbcrF .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-vcWMFVbcrF .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-vcWMFVbcrF .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-vcWMFVbcrF .contacts-menu {
    display: none;
  }
}
.cid-vcWMFVbcrF .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-vcWMFVbcrF .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #c64810;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-vcWMFVbcrF .icon-box:hover {
  transform: scale(1.1);
}
.cid-vcWMFVbcrF .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-vcWMFVbcrF .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-vcWMFVbcrF .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-vcWMFVbcrF .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-vcWMFVbcrF .navbar-collapse .mbr-section-btn .btn-black {
  color: #c64810 !important;
}
@media (max-width: 577px) {
  .cid-vcWMFVbcrF .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vcWMFVbcrF .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-vcWMFVbcrF .navbar-collapse .nav-link:hover {
  color: #c64810 !important;
}
.cid-vcWMFVx05L {
  background-color: #3333cc;
}
@media (min-width: 768px) {
  .cid-vcWMFVx05L {
    background-image: url("../../../assets/images/communityhavenallstaff01-2000x1500.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-vcWMFVx05L .row {
  align-items: center;
}
.cid-vcWMFVx05L .image-wrapper {
  padding: 1rem;
}
.cid-vcWMFVx05L .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-vcWMFVx05L .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-vcWMFVx05L .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-vcWMFVx05L .col-text .radial-svg path {
    fill: #3333cc;
  }
}
.cid-vcWMFVx05L .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-vcWMFVx05L .text-wrapper {
    max-width: 400px;
  }
}
.cid-vcWMFVx05L .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-vcWMFVx05L .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-vcWMFVx05L .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-vcWMFVx05L .btn-container {
  width: 100%;
}
.cid-vcWMFVx05L .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vcWMFVx05L .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vcWMFVx05L .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcWMFVx05L .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-vcWMFVx05L .btn-white-outline:hover {
  color: #c64810 !important;
  background: #ffffff !important;
}
.cid-vcWMFVx05L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcWMFVx05L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcWMFVHstQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcWMFVHstQ img,
.cid-vcWMFVHstQ .item-img {
  width: 100%;
}
.cid-vcWMFVHstQ .item:focus,
.cid-vcWMFVHstQ span:focus {
  outline: none;
}
.cid-vcWMFVHstQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcWMFVHstQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcWMFVHstQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcWMFVHstQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcWMFVHstQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcWMFVHstQ .mbr-section-title {
  color: #232323;
}
.cid-vcWMFVHstQ .mbr-text,
.cid-vcWMFVHstQ .mbr-section-btn {
  text-align: left;
}
.cid-vcWMFVHstQ .item-title {
  text-align: center;
}
.cid-vcWMFVHstQ .item-subtitle {
  text-align: left;
}
.cid-vcWMFVUOyK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcWMFVUOyK img,
.cid-vcWMFVUOyK .item-img {
  width: 100%;
}
.cid-vcWMFVUOyK .item:focus,
.cid-vcWMFVUOyK span:focus {
  outline: none;
}
.cid-vcWMFVUOyK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcWMFVUOyK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcWMFVUOyK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcWMFVUOyK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcWMFVUOyK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcWMFVUOyK .mbr-section-title {
  color: #232323;
}
.cid-vcWMFVUOyK .mbr-text,
.cid-vcWMFVUOyK .mbr-section-btn {
  text-align: left;
}
.cid-vcWMFVUOyK .item-title {
  text-align: center;
}
.cid-vcWMFVUOyK .item-subtitle {
  text-align: left;
}
.cid-vcWMFW8OUY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3333cc;
}
.cid-vcWMFW8OUY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcWMFW8OUY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vcWMFW8OUY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vcWMFW8OUY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcWMFW8OUY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcWMFW8OUY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcWMFW8OUY .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vcWMFW8OUY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vcWMFW8OUY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcWMFW8OUY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vcWMFW8OUY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcWMFW8OUY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcWMFW8OUY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vcWMFW8OUY .media-container-row .row-copirayt p {
  width: 100%;
}
