body {
  font-family: Outfit;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.9rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.7rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.9rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.73rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 33px;
}
.bg-primary {
  background-color: #f53c24 !important;
}
.bg-success {
  background-color: #8c8c8c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #99c392 !important;
}
.bg-danger {
  background-color: #6ba262 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f53c24 !important;
  border-color: #f53c24 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ba1d08 !important;
  border-color: #ba1d08 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ef4d38 !important;
  border-color: #ef4d38 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c12410 !important;
  border-color: #c12410 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #616161 !important;
  border-color: #616161 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #99c392 !important;
  border-color: #99c392 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #65a45a !important;
  border-color: #65a45a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6ba262 !important;
  border-color: #6ba262 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #476d40 !important;
  border-color: #476d40 !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.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.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f53c24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ba1d08 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f53c24 !important;
  border-color: #f53c24 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ef4d38;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c12410 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef4d38 !important;
  border-color: #ef4d38 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8c8c8c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #616161 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #99c392;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #65a45a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #99c392 !important;
  border-color: #99c392 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ba262;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #476d40 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6ba262 !important;
  border-color: #6ba262 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f53c24 !important;
}
.text-secondary {
  color: #ef4d38 !important;
}
.text-success {
  color: #8c8c8c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #99c392 !important;
}
.text-danger {
  color: #6ba262 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ab1b08 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b3210e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #595959 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5f9a55 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #40633b !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: #f53c24;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #99c392;
}
.alert-danger {
  background-color: #6ba262;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f53c24;
  border-color: #f53c24;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f53c24;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #feeae7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cccccc;
}
.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: #e6f0e4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6d1b2;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #f53c24 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #f53c24;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f53c24;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f53c24;
}
.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: #f53c24;
  border-bottom-color: #f53c24;
}
.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: #f53c24 !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: #ef4d38 !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='%23f53c24' %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;
}
.btn-primary,
.btn-secondary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger,
.btn-white,
.btn-black {
  padding: 15px !important;
  min-width: 100px !important;
}
.cid-txTMrBgyIT .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-txTMrBgyIT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-txTMrBgyIT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .menu_box .navbar.opened,
  .cid-txTMrBgyIT .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-txTMrBgyIT .navbar-dropdown {
  position: relative !important;
}
.cid-txTMrBgyIT nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-txTMrBgyIT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-txTMrBgyIT .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-txTMrBgyIT .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-txTMrBgyIT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-txTMrBgyIT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-txTMrBgyIT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-txTMrBgyIT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-txTMrBgyIT .offcanvas-body .mbr-text,
  .cid-txTMrBgyIT .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-txTMrBgyIT .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ef4d38;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-txTMrBgyIT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-txTMrBgyIT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-txTMrBgyIT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-txTMrBgyIT .lg_brand {
    margin: 0 1rem;
  }
}
.cid-txTMrBgyIT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-txTMrBgyIT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .nav-item {
    margin: 0 !important;
  }
}
.cid-txTMrBgyIT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-txTMrBgyIT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-txTMrBgyIT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-txTMrBgyIT .offcanvas_box {
    display: none;
  }
}
.cid-txTMrBgyIT .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-txTMrBgyIT .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txTMrBgyIT .nav-link {
  position: relative;
  color: #000000;
}
.cid-txTMrBgyIT .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-txTMrBgyIT .container {
  display: flex;
  margin: auto;
}
.cid-txTMrBgyIT .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-txTMrBgyIT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-txTMrBgyIT .iconfont-wrapper:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .navbar-caption {
  color: #000000;
}
.cid-txTMrBgyIT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .navbar-nav {
    margin: 0;
  }
}
.cid-txTMrBgyIT .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-txTMrBgyIT .dropdown-menu,
.cid-txTMrBgyIT .navbar.opened {
  background-color: false !important;
}
.cid-txTMrBgyIT .nav-item:focus,
.cid-txTMrBgyIT .nav-link:focus {
  outline: none;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txTMrBgyIT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txTMrBgyIT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txTMrBgyIT .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-txTMrBgyIT .navbar.opened {
  transition: all 0.3s;
}
.cid-txTMrBgyIT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-txTMrBgyIT .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-txTMrBgyIT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-txTMrBgyIT .navbar.collapsed {
  justify-content: center;
}
.cid-txTMrBgyIT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txTMrBgyIT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txTMrBgyIT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-txTMrBgyIT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-txTMrBgyIT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-txTMrBgyIT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txTMrBgyIT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txTMrBgyIT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txTMrBgyIT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-txTMrBgyIT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-txTMrBgyIT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txTMrBgyIT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txTMrBgyIT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-txTMrBgyIT .navbar.navbar-short {
  min-height: 60px;
}
.cid-txTMrBgyIT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txTMrBgyIT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txTMrBgyIT .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-txTMrBgyIT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txTMrBgyIT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txTMrBgyIT .dropdown-item.active,
.cid-txTMrBgyIT .dropdown-item:active {
  background-color: transparent;
}
.cid-txTMrBgyIT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txTMrBgyIT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTMrBgyIT ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-txTMrBgyIT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txTMrBgyIT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ef4d38;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txTMrBgyIT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-txTMrBgyIT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txTMrBgyIT .navbar {
    height: 70px;
  }
  .cid-txTMrBgyIT .navbar.opened {
    height: auto;
  }
  .cid-txTMrBgyIT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txTMrBgyIT .mbr-section-btn .btn,
.cid-txTMrBgyIT .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:first-child,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:focus,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-txTMrBgyIT .mbr-section-btn .btn span,
.cid-txTMrBgyIT .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ef4d38;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:hover,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #f53c24 !important;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:hover span,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-txTMrBgyIT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-txTMrBgyIT .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-txTMrBgyIT .navbar-caption:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .nav-link:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .nav-link:hover::before {
  background-color: #000000;
}
.cid-txTMrBgyIT .mbr-section-subtitle {
  color: #124ad6;
}
.cid-txTMrBgyIT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-txTMrBgyIT .mbr-section-subtitle,
.cid-txTMrBgyIT .text_widget {
  text-align: left;
}
.cid-txTMrBgyIT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tvm5NayuuI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tvm5NayuuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvm5NayuuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvm5NayuuI .video-wrapper iframe {
  width: 100%;
}
.cid-tvm5NayuuI .mbr-section-title,
.cid-tvm5NayuuI .mbr-section-subtitle,
.cid-tvm5NayuuI .mbr-text {
  text-align: center;
}
.cid-tvm5NayuuI .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tvm5NayuuI .container-fluid {
    padding: 0;
  }
}
.cid-tvm5NayuuI .app-video-wrapper::before {
  position: absolute;
  font-family: "Moririse2";
  content: "\e95f";
  font-size: 12px;
  line-height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  top: 50%;
  left: 50%;
  color: #ef4d38;
  text-shadow: none;
  z-index: 1;
  width: 105px;
  height: 105px;
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.cid-tvm5NayuuI .app-video-wrapper > img {
  opacity: .6;
}
.cid-tvmbggQGJN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f53c24;
}
.cid-tvmbggQGJN .mbr-section-title {
  color: #000000;
}
.cid-tvmbggQGJN .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tvmbggQGJN .mbr-text {
  color: #ffffff;
}
.cid-tvmbggQGJN .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tvmbggQGJN .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tvmbggQGJN .text-col {
  align-items: center;
  display: flex;
}
.cid-tvmbggQGJN .mbr-section-subtitle,
.cid-tvmbggQGJN .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsDgBxLwJm {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #f0f0f0;
}
@media (min-width: 992px) {
  .cid-tsDgBxLwJm .wrapper {
    padding: 0 28px;
  }
}
.cid-tsDgBxLwJm img,
.cid-tsDgBxLwJm .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tsDgBxLwJm .item:focus,
.cid-tsDgBxLwJm span:focus {
  outline: none;
}
.cid-tsDgBxLwJm .item {
  margin-bottom: 2rem;
}
.cid-tsDgBxLwJm .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tsDgBxLwJm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsDgBxLwJm .mbr-section-title {
  color: #f53c24;
  text-align: center;
}
.cid-tsDnUlNFgd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f53c24;
}
.cid-tsDnUlNFgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDnUlNFgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDnUlNFgd .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tsDnUlNFgd .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tsDnUlNFgd .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tsDnUlNFgd .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tsDnUlNFgd .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tsDnUlNFgd .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tsDnUlNFgd .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tsDnUlNFgd .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tsDnUlNFgd .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tsDnUlNFgd .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-tsDnUlNFgd .mbr-section-title {
  color: #FFFFFF;
}
.cid-tsDnUlNFgd .mbr-section-title,
.cid-tsDnUlNFgd .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tsCyrFiOJm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f53c24;
}
.cid-tsCyrFiOJm .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tsCyrFiOJm .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tsCyrFiOJm .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tsCyrFiOJm .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tsCyrFiOJm .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tsCyrFiOJm .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-tsCyrFiOJm .item-img {
  width: 100%;
  opacity: 0.8;
  filter: brightness(80%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-tsCyrFiOJm .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-tsCyrFiOJm .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin: auto;
  pointer-events: auto;
}
.cid-tsCyrFiOJm .item-title {
  color: #ffffff;
}
.cid-tsCyrFiOJm .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tsCyrFiOJm .mbr-section-btn {
  margin-top: 20px;
}
.cid-tsxdjWqxmi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e2418;
  overflow: hidden;
}
.cid-tsxdjWqxmi .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tt5UacQVJZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-640x480.jpg");
}
.cid-tt5UacQVJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt5UacQVJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt5UacQVJZ .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tt5UacQVJZ .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tt5UacQVJZ .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tt5UacQVJZ .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tt5UacQVJZ .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #f53c24 !important;
}
.cid-tt5UacQVJZ .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tt5UacQVJZ .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tt5UacQVJZ .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tt5UacQVJZ .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-tt5UacQVJZ .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tt5UacQVJZ .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-tt5UacQVJZ .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-tt5UacQVJZ .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-tt5UacQVJZ .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-tt5UacQVJZ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tt5UacQVJZ .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tt5UacQVJZ .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tt5UacQVJZ .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-tt5UacQVJZ .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-tt5UacQVJZ .mbr-link,
.cid-tt5UacQVJZ .mbr-iconfont {
  color: #8c8c8c;
}
.cid-tt5UacQVJZ .mbr-section-title {
  color: #000000;
}
.cid-tt5UacQVJZ .mbr-text {
  color: #000000;
}
.cid-tt5UacQVJZ .mbr-section-title,
.cid-tt5UacQVJZ .mbr-section-btn,
.cid-tt5UacQVJZ .title-link-wrap {
  color: #f53c24;
}
.cid-txl0YExZXT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-txl0YExZXT .row {
    text-align: center!important;
  }
}
.cid-txl0YExZXT .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-txl0YExZXT .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-txl0YExZXT .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-txl0YExZXT .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-txl0YExZXT .user-name-text {
  color: #ffffff;
}
.cid-txl0YExZXT .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-txl0YExZXT .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-txl0YExZXT .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-txl0YExZXT .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txl0YExZXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-txl0YExZXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt5UafDd8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f53c24;
}
@media (max-width: 991px) {
  .cid-tt5UafDd8a .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tt5UafDd8a img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tt5UafDd8a .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tt5UafDd8a .mbr-section-title {
  color: #2e6b75;
}
.cid-tt5UafDd8a .mbr-text {
  color: #ffffff;
}
.cid-tt5UafDd8a .mbr-description {
  color: #6c7577;
}
.cid-tt6rD16fRh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tt6rD16fRh .block {
  width: 100%;
  height: 550px;
  display: block;
}
.cid-tt6rD16fRh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tt6rD16fRh .first img {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.cid-tt6rD16fRh .last img {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (max-width: 992px) {
  .cid-tt6rD16fRh .block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tt6rD16fRh img {
    padding-bottom: 1rem;
  }
  .cid-tt6rD16fRh .first img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .cid-tt6rD16fRh .last img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom: 0;
  }
}
.cid-tt5UakeWrd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tt5UakeWrd .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tt5UakeWrd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tt5UakeWrd .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tt5UakeWrd .mbr-section-title {
  color: #2e6b75;
}
.cid-tt5UakeWrd .mbr-text {
  color: #f53c24;
}
.cid-tt5UakeWrd .mbr-description {
  color: #6c7577;
}
.cid-tt5UalO4Px {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e2418;
  overflow: hidden;
}
.cid-tt5UalO4Px .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-txTMrBgyIT .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-txTMrBgyIT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-txTMrBgyIT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .menu_box .navbar.opened,
  .cid-txTMrBgyIT .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-txTMrBgyIT .navbar-dropdown {
  position: relative !important;
}
.cid-txTMrBgyIT nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-txTMrBgyIT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-txTMrBgyIT .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-txTMrBgyIT .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-txTMrBgyIT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-txTMrBgyIT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-txTMrBgyIT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-txTMrBgyIT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-txTMrBgyIT .offcanvas-body .mbr-text,
  .cid-txTMrBgyIT .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-txTMrBgyIT .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ef4d38;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-txTMrBgyIT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-txTMrBgyIT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-txTMrBgyIT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-txTMrBgyIT .lg_brand {
    margin: 0 1rem;
  }
}
.cid-txTMrBgyIT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-txTMrBgyIT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .nav-item {
    margin: 0 !important;
  }
}
.cid-txTMrBgyIT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-txTMrBgyIT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-txTMrBgyIT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-txTMrBgyIT .offcanvas_box {
    display: none;
  }
}
.cid-txTMrBgyIT .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-txTMrBgyIT .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txTMrBgyIT .nav-link {
  position: relative;
  color: #000000;
}
.cid-txTMrBgyIT .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-txTMrBgyIT .container {
  display: flex;
  margin: auto;
}
.cid-txTMrBgyIT .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-txTMrBgyIT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-txTMrBgyIT .iconfont-wrapper:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .navbar-caption {
  color: #000000;
}
.cid-txTMrBgyIT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .navbar-nav {
    margin: 0;
  }
}
.cid-txTMrBgyIT .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-txTMrBgyIT .dropdown-menu,
.cid-txTMrBgyIT .navbar.opened {
  background-color: false !important;
}
.cid-txTMrBgyIT .nav-item:focus,
.cid-txTMrBgyIT .nav-link:focus {
  outline: none;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txTMrBgyIT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txTMrBgyIT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txTMrBgyIT .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-txTMrBgyIT .navbar.opened {
  transition: all 0.3s;
}
.cid-txTMrBgyIT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-txTMrBgyIT .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-txTMrBgyIT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-txTMrBgyIT .navbar.collapsed {
  justify-content: center;
}
.cid-txTMrBgyIT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txTMrBgyIT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txTMrBgyIT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-txTMrBgyIT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-txTMrBgyIT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-txTMrBgyIT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txTMrBgyIT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txTMrBgyIT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txTMrBgyIT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-txTMrBgyIT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-txTMrBgyIT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txTMrBgyIT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txTMrBgyIT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-txTMrBgyIT .navbar.navbar-short {
  min-height: 60px;
}
.cid-txTMrBgyIT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txTMrBgyIT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txTMrBgyIT .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-txTMrBgyIT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txTMrBgyIT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txTMrBgyIT .dropdown-item.active,
.cid-txTMrBgyIT .dropdown-item:active {
  background-color: transparent;
}
.cid-txTMrBgyIT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txTMrBgyIT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTMrBgyIT ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-txTMrBgyIT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txTMrBgyIT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ef4d38;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txTMrBgyIT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-txTMrBgyIT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txTMrBgyIT .navbar {
    height: 70px;
  }
  .cid-txTMrBgyIT .navbar.opened {
    height: auto;
  }
  .cid-txTMrBgyIT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txTMrBgyIT .mbr-section-btn .btn,
.cid-txTMrBgyIT .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:first-child,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:focus,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-txTMrBgyIT .mbr-section-btn .btn span,
.cid-txTMrBgyIT .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ef4d38;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:hover,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #f53c24 !important;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:hover span,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-txTMrBgyIT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-txTMrBgyIT .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-txTMrBgyIT .navbar-caption:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .nav-link:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .nav-link:hover::before {
  background-color: #000000;
}
.cid-txTMrBgyIT .mbr-section-subtitle {
  color: #124ad6;
}
.cid-txTMrBgyIT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-txTMrBgyIT .mbr-section-subtitle,
.cid-txTMrBgyIT .text_widget {
  text-align: left;
}
.cid-txTMrBgyIT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tt6pGV6JiL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-640x480.jpg");
}
.cid-tt6pGV6JiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6pGV6JiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6pGV6JiL .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tt6pGV6JiL .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tt6pGV6JiL .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tt6pGV6JiL .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tt6pGV6JiL .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #f53c24 !important;
}
.cid-tt6pGV6JiL .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tt6pGV6JiL .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tt6pGV6JiL .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tt6pGV6JiL .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-tt6pGV6JiL .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tt6pGV6JiL .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-tt6pGV6JiL .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-tt6pGV6JiL .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-tt6pGV6JiL .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-tt6pGV6JiL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tt6pGV6JiL .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tt6pGV6JiL .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tt6pGV6JiL .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-tt6pGV6JiL .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-tt6pGV6JiL .mbr-link,
.cid-tt6pGV6JiL .mbr-iconfont {
  color: #8c8c8c;
}
.cid-tt6pGV6JiL .mbr-section-title {
  color: #000000;
}
.cid-tt6pGV6JiL .mbr-text {
  color: #000000;
}
.cid-tt6pGV6JiL .mbr-section-title,
.cid-tt6pGV6JiL .mbr-section-btn,
.cid-tt6pGV6JiL .title-link-wrap {
  color: #f53c24;
}
.cid-txl0F98bzZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-txl0F98bzZ .row {
    text-align: center!important;
  }
}
.cid-txl0F98bzZ .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-txl0F98bzZ .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-txl0F98bzZ .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-txl0F98bzZ .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-txl0F98bzZ .user-name-text {
  color: #ffffff;
}
.cid-txl0F98bzZ .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-txl0F98bzZ .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-txl0F98bzZ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-txl0F98bzZ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txl0F98bzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txl0F98bzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6pGYNuzP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f53c24;
}
.cid-tt6pGYNuzP img,
.cid-tt6pGYNuzP .item-img {
  width: 100%;
}
.cid-tt6pGYNuzP .item:focus,
.cid-tt6pGYNuzP span:focus {
  outline: none;
}
.cid-tt6pGYNuzP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tt6pGYNuzP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f53c24;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tt6pGYNuzP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt6pGYNuzP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tt6pGYNuzP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tt6pGYNuzP .mbr-section-title {
  color: #ffffff;
}
.cid-tt6pGYNuzP .mbr-text,
.cid-tt6pGYNuzP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tt6pGYNuzP .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tt6pGYNuzP .item-subtitle {
  text-align: center;
}
.cid-txl0KxkwGv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-txl0KxkwGv .row {
    text-align: center!important;
  }
}
.cid-txl0KxkwGv .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-txl0KxkwGv .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-txl0KxkwGv .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-txl0KxkwGv .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-txl0KxkwGv .user-name-text {
  color: #ffffff;
}
.cid-txl0KxkwGv .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-txl0KxkwGv .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-txl0KxkwGv .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-txl0KxkwGv .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txl0KxkwGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-txl0KxkwGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6pH3WE4M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e2418;
  overflow: hidden;
}
.cid-tt6pH3WE4M .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-txTMrBgyIT .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-txTMrBgyIT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-txTMrBgyIT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .menu_box .navbar.opened,
  .cid-txTMrBgyIT .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-txTMrBgyIT .navbar-dropdown {
  position: relative !important;
}
.cid-txTMrBgyIT nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-txTMrBgyIT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-txTMrBgyIT .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-txTMrBgyIT .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-txTMrBgyIT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-txTMrBgyIT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-txTMrBgyIT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-txTMrBgyIT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-txTMrBgyIT .offcanvas-body .mbr-text,
  .cid-txTMrBgyIT .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-txTMrBgyIT .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ef4d38;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-txTMrBgyIT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-txTMrBgyIT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-txTMrBgyIT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-txTMrBgyIT .lg_brand {
    margin: 0 1rem;
  }
}
.cid-txTMrBgyIT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-txTMrBgyIT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .nav-item {
    margin: 0 !important;
  }
}
.cid-txTMrBgyIT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-txTMrBgyIT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-txTMrBgyIT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-txTMrBgyIT .offcanvas_box {
    display: none;
  }
}
.cid-txTMrBgyIT .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-txTMrBgyIT .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txTMrBgyIT .nav-link {
  position: relative;
  color: #000000;
}
.cid-txTMrBgyIT .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-txTMrBgyIT .container {
  display: flex;
  margin: auto;
}
.cid-txTMrBgyIT .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-txTMrBgyIT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-txTMrBgyIT .iconfont-wrapper:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .navbar-caption {
  color: #000000;
}
.cid-txTMrBgyIT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .navbar-nav {
    margin: 0;
  }
}
.cid-txTMrBgyIT .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-txTMrBgyIT .dropdown-menu,
.cid-txTMrBgyIT .navbar.opened {
  background-color: false !important;
}
.cid-txTMrBgyIT .nav-item:focus,
.cid-txTMrBgyIT .nav-link:focus {
  outline: none;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txTMrBgyIT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txTMrBgyIT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txTMrBgyIT .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-txTMrBgyIT .navbar.opened {
  transition: all 0.3s;
}
.cid-txTMrBgyIT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-txTMrBgyIT .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-txTMrBgyIT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-txTMrBgyIT .navbar.collapsed {
  justify-content: center;
}
.cid-txTMrBgyIT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txTMrBgyIT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txTMrBgyIT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-txTMrBgyIT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-txTMrBgyIT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-txTMrBgyIT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txTMrBgyIT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txTMrBgyIT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txTMrBgyIT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-txTMrBgyIT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-txTMrBgyIT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txTMrBgyIT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txTMrBgyIT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-txTMrBgyIT .navbar.navbar-short {
  min-height: 60px;
}
.cid-txTMrBgyIT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txTMrBgyIT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txTMrBgyIT .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-txTMrBgyIT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txTMrBgyIT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txTMrBgyIT .dropdown-item.active,
.cid-txTMrBgyIT .dropdown-item:active {
  background-color: transparent;
}
.cid-txTMrBgyIT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txTMrBgyIT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTMrBgyIT ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-txTMrBgyIT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txTMrBgyIT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ef4d38;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txTMrBgyIT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-txTMrBgyIT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txTMrBgyIT .navbar {
    height: 70px;
  }
  .cid-txTMrBgyIT .navbar.opened {
    height: auto;
  }
  .cid-txTMrBgyIT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txTMrBgyIT .mbr-section-btn .btn,
.cid-txTMrBgyIT .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:first-child,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:focus,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-txTMrBgyIT .mbr-section-btn .btn span,
.cid-txTMrBgyIT .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ef4d38;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:hover,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #f53c24 !important;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:hover span,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-txTMrBgyIT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-txTMrBgyIT .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-txTMrBgyIT .navbar-caption:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .nav-link:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .nav-link:hover::before {
  background-color: #000000;
}
.cid-txTMrBgyIT .mbr-section-subtitle {
  color: #124ad6;
}
.cid-txTMrBgyIT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-txTMrBgyIT .mbr-section-subtitle,
.cid-txTMrBgyIT .text_widget {
  text-align: left;
}
.cid-txTMrBgyIT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tt6pLXXFFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-640x480.jpg");
}
.cid-tt6pLXXFFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6pLXXFFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6pLXXFFs .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tt6pLXXFFs .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tt6pLXXFFs .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tt6pLXXFFs .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tt6pLXXFFs .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #f53c24 !important;
}
.cid-tt6pLXXFFs .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tt6pLXXFFs .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tt6pLXXFFs .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tt6pLXXFFs .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-tt6pLXXFFs .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tt6pLXXFFs .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-tt6pLXXFFs .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-tt6pLXXFFs .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-tt6pLXXFFs .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-tt6pLXXFFs .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tt6pLXXFFs .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tt6pLXXFFs .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tt6pLXXFFs .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-tt6pLXXFFs .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-tt6pLXXFFs .mbr-link,
.cid-tt6pLXXFFs .mbr-iconfont {
  color: #8c8c8c;
}
.cid-tt6pLXXFFs .mbr-section-title {
  color: #000000;
}
.cid-tt6pLXXFFs .mbr-text {
  color: #000000;
}
.cid-tt6pLXXFFs .mbr-section-title,
.cid-tt6pLXXFFs .mbr-section-btn,
.cid-tt6pLXXFFs .title-link-wrap {
  color: #f53c24;
}
.cid-tt6pM1ZkAX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tt6pM1ZkAX .container-fluid {
  padding: 0 3rem;
}
.cid-tt6pM1ZkAX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #f53c24 50%, #ef4d38 120%);
  display: inline-block;
}
.cid-tt6pM1ZkAX .mbr-section-subtitle {
  color: #767676;
}
.cid-tt6pM1ZkAX .table-wrapper {
  margin: 0 auto;
}
.cid-tt6pM1ZkAX table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tt6pM1ZkAX table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #f53c24;
  color: white;
  vertical-align: middle;
}
.cid-tt6pM1ZkAX table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tt6pM1ZkAX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tt6pM1ZkAX .head-item:after,
.cid-tt6pM1ZkAX .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tt6pM1ZkAX .dataTables_filter {
    text-align: center;
  }
  .cid-tt6pM1ZkAX .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tt6pM1ZkAX .dataTables_filter {
    text-align: center;
  }
  .cid-tt6pM1ZkAX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tt6pM1ZkAX .container-fluid {
    padding: 0 1rem;
  }
  .cid-tt6pM1ZkAX table th,
  .cid-tt6pM1ZkAX table td {
    padding: .75rem;
  }
}
.cid-tt6pM1ZkAX .body-item {
  text-align: center;
}
.cid-tt6pM2UyQO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tt6pM2UyQO .container-fluid {
  padding: 0 3rem;
}
.cid-tt6pM2UyQO .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #f53c24 50%, #ef4d38 120%);
  display: inline-block;
}
.cid-tt6pM2UyQO .mbr-section-subtitle {
  color: #767676;
}
.cid-tt6pM2UyQO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tt6pM2UyQO .table-wrapper {
  margin: 0 auto;
}
.cid-tt6pM2UyQO table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tt6pM2UyQO table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #f53c24;
  color: white;
  vertical-align: middle;
}
.cid-tt6pM2UyQO table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tt6pM2UyQO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tt6pM2UyQO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tt6pM2UyQO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tt6pM2UyQO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tt6pM2UyQO .dataTables_wrapper {
  display: block;
}
.cid-tt6pM2UyQO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tt6pM2UyQO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tt6pM2UyQO .head-item:after,
.cid-tt6pM2UyQO .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tt6pM2UyQO .dataTables_filter {
    text-align: center;
  }
  .cid-tt6pM2UyQO .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tt6pM2UyQO .dataTables_filter {
    text-align: center;
  }
  .cid-tt6pM2UyQO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tt6pM2UyQO .container-fluid {
    padding: 0 1rem;
  }
  .cid-tt6pM2UyQO table th,
  .cid-tt6pM2UyQO table td {
    padding: .75rem;
  }
}
.cid-tt6pM6b1pC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e2418;
  overflow: hidden;
}
.cid-tt6pM6b1pC .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-txTMrBgyIT .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-txTMrBgyIT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-txTMrBgyIT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .menu_box .navbar.opened,
  .cid-txTMrBgyIT .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-txTMrBgyIT .navbar-dropdown {
  position: relative !important;
}
.cid-txTMrBgyIT nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-txTMrBgyIT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-txTMrBgyIT .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-txTMrBgyIT .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-txTMrBgyIT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-txTMrBgyIT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-txTMrBgyIT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-txTMrBgyIT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-txTMrBgyIT .offcanvas-body .mbr-text,
  .cid-txTMrBgyIT .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-txTMrBgyIT .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ef4d38;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-txTMrBgyIT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-txTMrBgyIT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-txTMrBgyIT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-txTMrBgyIT .lg_brand {
    margin: 0 1rem;
  }
}
.cid-txTMrBgyIT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-txTMrBgyIT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .nav-item {
    margin: 0 !important;
  }
}
.cid-txTMrBgyIT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-txTMrBgyIT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-txTMrBgyIT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-txTMrBgyIT .offcanvas_box {
    display: none;
  }
}
.cid-txTMrBgyIT .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-txTMrBgyIT .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txTMrBgyIT .nav-link {
  position: relative;
  color: #000000;
}
.cid-txTMrBgyIT .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-txTMrBgyIT .container {
  display: flex;
  margin: auto;
}
.cid-txTMrBgyIT .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-txTMrBgyIT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-txTMrBgyIT .iconfont-wrapper:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .navbar-caption {
  color: #000000;
}
.cid-txTMrBgyIT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .navbar-nav {
    margin: 0;
  }
}
.cid-txTMrBgyIT .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-txTMrBgyIT .dropdown-menu,
.cid-txTMrBgyIT .navbar.opened {
  background-color: false !important;
}
.cid-txTMrBgyIT .nav-item:focus,
.cid-txTMrBgyIT .nav-link:focus {
  outline: none;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txTMrBgyIT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txTMrBgyIT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txTMrBgyIT .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-txTMrBgyIT .navbar.opened {
  transition: all 0.3s;
}
.cid-txTMrBgyIT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-txTMrBgyIT .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-txTMrBgyIT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-txTMrBgyIT .navbar.collapsed {
  justify-content: center;
}
.cid-txTMrBgyIT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txTMrBgyIT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txTMrBgyIT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-txTMrBgyIT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-txTMrBgyIT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-txTMrBgyIT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txTMrBgyIT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txTMrBgyIT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txTMrBgyIT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-txTMrBgyIT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-txTMrBgyIT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txTMrBgyIT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txTMrBgyIT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-txTMrBgyIT .navbar.navbar-short {
  min-height: 60px;
}
.cid-txTMrBgyIT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txTMrBgyIT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txTMrBgyIT .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-txTMrBgyIT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txTMrBgyIT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txTMrBgyIT .dropdown-item.active,
.cid-txTMrBgyIT .dropdown-item:active {
  background-color: transparent;
}
.cid-txTMrBgyIT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txTMrBgyIT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTMrBgyIT ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-txTMrBgyIT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txTMrBgyIT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ef4d38;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txTMrBgyIT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-txTMrBgyIT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txTMrBgyIT .navbar {
    height: 70px;
  }
  .cid-txTMrBgyIT .navbar.opened {
    height: auto;
  }
  .cid-txTMrBgyIT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txTMrBgyIT .mbr-section-btn .btn,
.cid-txTMrBgyIT .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:first-child,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:focus,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-txTMrBgyIT .mbr-section-btn .btn span,
.cid-txTMrBgyIT .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ef4d38;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:hover,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #f53c24 !important;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:hover span,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-txTMrBgyIT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-txTMrBgyIT .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-txTMrBgyIT .navbar-caption:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .nav-link:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .nav-link:hover::before {
  background-color: #000000;
}
.cid-txTMrBgyIT .mbr-section-subtitle {
  color: #124ad6;
}
.cid-txTMrBgyIT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-txTMrBgyIT .mbr-section-subtitle,
.cid-txTMrBgyIT .text_widget {
  text-align: left;
}
.cid-txTMrBgyIT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tt6pO1sR1Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-640x480.jpg");
}
.cid-tt6pO1sR1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6pO1sR1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6pO1sR1Q .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tt6pO1sR1Q .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tt6pO1sR1Q .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tt6pO1sR1Q .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tt6pO1sR1Q .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #f53c24 !important;
}
.cid-tt6pO1sR1Q .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tt6pO1sR1Q .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tt6pO1sR1Q .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tt6pO1sR1Q .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-tt6pO1sR1Q .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tt6pO1sR1Q .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-tt6pO1sR1Q .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-tt6pO1sR1Q .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-tt6pO1sR1Q .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-tt6pO1sR1Q .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tt6pO1sR1Q .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tt6pO1sR1Q .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tt6pO1sR1Q .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-tt6pO1sR1Q .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-tt6pO1sR1Q .mbr-link,
.cid-tt6pO1sR1Q .mbr-iconfont {
  color: #8c8c8c;
}
.cid-tt6pO1sR1Q .mbr-section-title {
  color: #000000;
}
.cid-tt6pO1sR1Q .mbr-text {
  color: #000000;
}
.cid-tt6pO1sR1Q .mbr-section-title,
.cid-tt6pO1sR1Q .mbr-section-btn,
.cid-tt6pO1sR1Q .title-link-wrap {
  color: #f53c24;
}
.cid-tt6tyboOAA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f53c24;
}
.cid-tt6tyboOAA .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tt6tyboOAA .card-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #eeeeee;
}
.cid-tt6tyboOAA .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-tt6tyboOAA .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt6tyboOAA .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tt6tyboOAA .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #f53c24;
}
@media (max-width: 767px) {
  .cid-tt6tyboOAA .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-tt6tyboOAA .mbr-section-subtitle {
  color: #696969;
}
.cid-tt6tyboOAA .mbr-section-title {
  color: #ffffff;
}
.cid-tt6pO86Ipg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tt6pO86Ipg .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tt6pO86Ipg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tt6pO86Ipg .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tt6pO86Ipg .mbr-section-title {
  color: #2e6b75;
}
.cid-tt6pO86Ipg .mbr-text {
  color: #f53c24;
}
.cid-tt6pO86Ipg .mbr-description {
  color: #6c7577;
}
.cid-tt6pO8DzZj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f53c24;
}
.cid-tt6pO8DzZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6pO8DzZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6pO8DzZj .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tt6pO8DzZj .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tt6pO8DzZj .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tt6pO8DzZj .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tt6pO8DzZj .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tt6pO8DzZj .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tt6pO8DzZj .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tt6pO8DzZj .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tt6pO8DzZj .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tt6pO8DzZj .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-tt6pO8DzZj .mbr-section-title {
  color: #FFFFFF;
}
.cid-tt6pO8DzZj .mbr-section-title,
.cid-tt6pO8DzZj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tt6pO96WI2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tt6pO96WI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6pO96WI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6pO96WI2 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tt6pO96WI2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tt6pO96WI2 .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-tt6pO96WI2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tt6pO96WI2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tt6pO9Eunw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7e2418;
  overflow: hidden;
}
.cid-tt6pO9Eunw .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-txTMrBgyIT .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-txTMrBgyIT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-txTMrBgyIT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .menu_box .navbar.opened,
  .cid-txTMrBgyIT .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-txTMrBgyIT .navbar-dropdown {
  position: relative !important;
}
.cid-txTMrBgyIT nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-txTMrBgyIT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-txTMrBgyIT .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-txTMrBgyIT .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-txTMrBgyIT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-txTMrBgyIT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-txTMrBgyIT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-txTMrBgyIT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-txTMrBgyIT .offcanvas-body .mbr-text,
  .cid-txTMrBgyIT .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-txTMrBgyIT .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ef4d38;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-txTMrBgyIT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-txTMrBgyIT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-txTMrBgyIT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-txTMrBgyIT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-txTMrBgyIT .lg_brand {
    margin: 0 1rem;
  }
}
.cid-txTMrBgyIT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-txTMrBgyIT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .nav-item {
    margin: 0 !important;
  }
}
.cid-txTMrBgyIT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-txTMrBgyIT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-txTMrBgyIT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-txTMrBgyIT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-txTMrBgyIT .offcanvas_box {
    display: none;
  }
}
.cid-txTMrBgyIT .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-txTMrBgyIT .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txTMrBgyIT .nav-link {
  position: relative;
  color: #000000;
}
.cid-txTMrBgyIT .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-txTMrBgyIT .container {
  display: flex;
  margin: auto;
}
.cid-txTMrBgyIT .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-txTMrBgyIT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-txTMrBgyIT .iconfont-wrapper:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .navbar-caption {
  color: #000000;
}
.cid-txTMrBgyIT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-txTMrBgyIT .navbar-nav {
    margin: 0;
  }
}
.cid-txTMrBgyIT .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-txTMrBgyIT .dropdown-menu,
.cid-txTMrBgyIT .navbar.opened {
  background-color: false !important;
}
.cid-txTMrBgyIT .nav-item:focus,
.cid-txTMrBgyIT .nav-link:focus {
  outline: none;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txTMrBgyIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txTMrBgyIT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txTMrBgyIT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txTMrBgyIT .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-txTMrBgyIT .navbar.opened {
  transition: all 0.3s;
}
.cid-txTMrBgyIT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-txTMrBgyIT .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-txTMrBgyIT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-txTMrBgyIT .navbar.collapsed {
  justify-content: center;
}
.cid-txTMrBgyIT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txTMrBgyIT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txTMrBgyIT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txTMrBgyIT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-txTMrBgyIT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-txTMrBgyIT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-txTMrBgyIT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-txTMrBgyIT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txTMrBgyIT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txTMrBgyIT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txTMrBgyIT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-txTMrBgyIT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-txTMrBgyIT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-txTMrBgyIT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txTMrBgyIT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txTMrBgyIT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-txTMrBgyIT .navbar.navbar-short {
  min-height: 60px;
}
.cid-txTMrBgyIT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txTMrBgyIT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txTMrBgyIT .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-txTMrBgyIT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txTMrBgyIT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txTMrBgyIT .dropdown-item.active,
.cid-txTMrBgyIT .dropdown-item:active {
  background-color: transparent;
}
.cid-txTMrBgyIT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txTMrBgyIT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txTMrBgyIT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txTMrBgyIT ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-txTMrBgyIT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txTMrBgyIT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ef4d38;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txTMrBgyIT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txTMrBgyIT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txTMrBgyIT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-txTMrBgyIT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txTMrBgyIT .navbar {
    height: 70px;
  }
  .cid-txTMrBgyIT .navbar.opened {
    height: auto;
  }
  .cid-txTMrBgyIT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txTMrBgyIT .mbr-section-btn .btn,
.cid-txTMrBgyIT .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:first-child,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:focus,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-txTMrBgyIT .mbr-section-btn .btn span,
.cid-txTMrBgyIT .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ef4d38;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:hover,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #f53c24 !important;
}
.cid-txTMrBgyIT .mbr-section-btn .btn:hover span,
.cid-txTMrBgyIT .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-txTMrBgyIT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-txTMrBgyIT .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-txTMrBgyIT .navbar-caption:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .nav-link:hover {
  color: #f53c24;
}
.cid-txTMrBgyIT .nav-link:hover::before {
  background-color: #000000;
}
.cid-txTMrBgyIT .mbr-section-subtitle {
  color: #124ad6;
}
.cid-txTMrBgyIT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-txTMrBgyIT .mbr-section-subtitle,
.cid-txTMrBgyIT .text_widget {
  text-align: left;
}
.cid-txTMrBgyIT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
