body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #970f00 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #970f00 !important;
  border-color: #970f00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #400600 !important;
  border-color: #400600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #400600 !important;
  border-color: #400600 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #970f00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #400600 !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: #970f00 !important;
  border-color: #970f00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: 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: #970f00 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #310500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #970f00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #970f00;
  border-color: #970f00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #970f00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff2e18;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #970f00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #970f00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #970f00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #970f00;
}
.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: #970f00;
  border-bottom-color: #970f00;
}
.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: #970f00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23970f00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tbTROqOJOq .navbar {
  padding: 0.5rem 0;
  background: #0a171f;
  transition: none;
  min-height: 50px;
}
.cid-tbTROqOJOq .navbar-fixed-top {
  padding-top: 0;
}
.cid-tbTROqOJOq .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tbTROqOJOq .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffb18a;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tbTROqOJOq .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tbTROqOJOq .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tbTROqOJOq .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tbTROqOJOq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbTROqOJOq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tbTROqOJOq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbTROqOJOq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbTROqOJOq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbTROqOJOq .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tbTROqOJOq .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-tbTROqOJOq .dropdown-item:hover {
  color: #970f00 !important;
}
.cid-tbTROqOJOq .nav-link,
.cid-tbTROqOJOq .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-tbTROqOJOq .nav-link:hover,
.cid-tbTROqOJOq .brand-name:hover {
  color: #970f00 !important;
}
.cid-tbTROqOJOq .dropdown-menu {
  background-color: #ffb18a;
}
.cid-tbTROqOJOq .dropdown-item:active {
  background-color: #ffb18a;
}
.cid-tbTROqOJOq .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-tbTROqOJOq .navbar-dropdown.bg-color.transparent.opened {
  background: #0a171f;
}
.cid-tbTROqOJOq .nav-item {
  position: relative;
}
.cid-tbTROqOJOq .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tbTROqOJOq .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tbTROqOJOq .nav-item .nav-link:focus {
  outline: none;
}
.cid-tbTROqOJOq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbTROqOJOq .content-text {
  margin-bottom: 0;
}
.cid-tbTROqOJOq .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tbTROqOJOq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #970f00;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tbTROqOJOq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tbTROqOJOq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tbTROqOJOq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tbTROqOJOq .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbTROqOJOq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tbTROqOJOq .content-right-side {
  text-align: center;
}
.cid-tbTROqOJOq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tbTROqOJOq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tbTROqOJOq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tbTROqOJOq .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tbTROqOJOq .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tbTROqOJOq .info-widget:first-child {
  margin-left: 0;
}
.cid-tbTROqOJOq .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tbTROqOJOq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tbTROqOJOq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tbTROqOJOq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tbTROqOJOq .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-tbTROqOJOq .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tbTROqOJOq .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #232323;
}
@media (min-width: 992px) {
  .cid-tbTROqOJOq .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-tbTROqOJOq .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #970f00;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tbTROqOJOq .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-tbTROqOJOq .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tbTROqOJOq .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-tbTROqOJOq .navbar {
    display: block;
    padding: 0;
  }
  .cid-tbTROqOJOq .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tbTROqOJOq .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tbTROqOJOq .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tbTROqOJOq .navbar-toggler {
    display: none;
  }
  .cid-tbTROqOJOq .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tbTROqOJOq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tbTROqOJOq .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-tbTROqOJOq .btn-sm {
  padding: 13px 29px;
}
.cid-tbTROqOJOq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tbTROqOJOq .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tbTROqOJOq .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tbTROqOJOq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tbTROqOJOq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbTROqOJOq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tbTROqOJOq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbTROqOJOq .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tbTROqOJOq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbTROqOJOq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbTROqOJOq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbTROqOJOq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tbTROqOJOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbTROqOJOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbTROqOJOq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbTROqOJOq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbTROqOJOq .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tbTROqOJOq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tbTROqOJOq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbTROqOJOq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbTROqOJOq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbTROqOJOq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tbTROqOJOq button.navbar-toggler:focus {
  outline: none;
}
.cid-tbTROqOJOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tbTROqOJOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbTROqOJOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbTROqOJOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbTROqOJOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbTROqOJOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbTROqOJOq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbTROqOJOq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbTROqOJOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbTROqOJOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbTROqOJOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbTROqOJOq .collapsed .btn {
  display: flex;
}
.cid-tbTROqOJOq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbTROqOJOq .collapsed .navbar-collapse.collapsing,
.cid-tbTROqOJOq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbTROqOJOq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbTROqOJOq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbTROqOJOq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbTROqOJOq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbTROqOJOq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbTROqOJOq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tbTROqOJOq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbTROqOJOq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbTROqOJOq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbTROqOJOq .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbTROqOJOq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tbTROqOJOq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tbTROqOJOq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tbTROqOJOq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbTROqOJOq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbTROqOJOq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tbTROqOJOq .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbTROqOJOq .menu-content-top {
    display: flex;
  }
  .cid-tbTROqOJOq .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-tbTROqOJOq .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tbTROqOJOq .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tbTROqOJOq .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tbTROqOJOq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tbTROqOJOq .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tbTROqOJOq .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-tbTROqOJOq .navbar-collapse.collapsing,
  .cid-tbTROqOJOq .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbTROqOJOq .navbar-collapse.collapsing .navbar-nav,
  .cid-tbTROqOJOq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbTROqOJOq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbTROqOJOq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbTROqOJOq .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tbTROqOJOq .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #970f00;
  }
  .cid-tbTROqOJOq .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbTROqOJOq .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tbTROqOJOq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbTROqOJOq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbTROqOJOq img {
    height: 3.8rem !important;
  }
  .cid-tbTROqOJOq .btn {
    display: flex;
  }
  .cid-tbTROqOJOq button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tbTROqOJOq .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-tbTROqOJOq .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tbTROqOJOq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tbTROqOJOq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbTROqOJOq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbTROqOJOq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tbTROqOJOq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tbTROqOJOq .nav-link:focus {
  outline: none;
}
.cid-tbTROqOJOq .navbar-toggler {
  position: relative;
}
.cid-tbTROqOJOq .widget-title,
.cid-tbTROqOJOq .widget-icon {
  color: #232323;
}
.cid-tbTROqOJOq .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-tbTROqOJOq .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-tbTROqOJOq .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tbTROqOJOq .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-tbTROqOJOq .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-tbTROqOJOq .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tbTROqOJOq .menu-content-top,
  .cid-tbTROqOJOq .menu-bottom {
    padding: 0 15px;
  }
  .cid-tbTROqOJOq button.navbar-toggler {
    align-self: center;
  }
  .cid-tbTROqOJOq .btn {
    margin-left: 0;
  }
  .cid-tbTROqOJOq .widget-icon {
    padding-right: 0;
  }
}
.cid-tbTROqOJOq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tbTROqOJOq .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #970f00;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tbTROqOJOq .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tbTROqOJOq .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #ff6666;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tbTROqOJOq .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tbTROqOJOq .menu-content-top .right-wrap p {
  color: #232323;
}
.cid-tcriU2YSl0 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tcriU2YSl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcriU2YSl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbU0oFfjT8 {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-tbU0oFfjT8 .carousel {
  width: 100%;
}
.cid-tbU0oFfjT8 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tbU0oFfjT8 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tbU0oFfjT8 .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 40%;
  overflow: hidden;
  bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 50px;
}
@media (max-width: 767px) {
  .cid-tbU0oFfjT8 .carousel-caption {
    height: 68%;
  }
}
.cid-tbU0oFfjT8 .carousel-control {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
  top: calc(50% + 40%/2 + 1rem);
  transform: translateY(-50%);
  left: 0;
  margin-left: 50px;
  color: #ffffff;
  opacity: 1;
}
.cid-tbU0oFfjT8 .carousel-control.carousel-control-next {
  margin-left: 100px;
}
.cid-tbU0oFfjT8 .carousel-control > span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tbU0oFfjT8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbU0oFfjT8 .carousel-control:hover {
  opacity: 0.6;
}
.cid-tbU0oFfjT8 .item-wrapper {
  width: 100%;
}
.cid-tbU0oFfjT8 .mbr-section-subtitle,
.cid-tbU0oFfjT8 .slider-subtitle {
  margin-bottom: 30px;
}
.cid-tbU0oFfjT8 .caption-text {
  margin-bottom: 20.4px;
}
@media (max-width: 767px) {
  .cid-tbU0oFfjT8 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tbU0oFfjT8 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tbU0oFfjT8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tbU0oFfjT8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tbU0oFfjT8 .carousel-indicators li.active,
.cid-tbU0oFfjT8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbU0oFfjT8 .carousel-indicators li::after,
.cid-tbU0oFfjT8 .carousel-indicators li::before {
  content: none;
}
.cid-tbU0oFfjT8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbU0oFfjT8 .carousel-indicators {
    display: none !important;
  }
}
.cid-tbU0oFfjT8 H5 {
  color: #ffffff;
}
.cid-tbU0oFfjT8 .mbr-section-subtitle {
  color: #ebc6b8;
}
.cid-tbU0oFfjT8 P {
  color: #ffffff;
}
.cid-tbZLp1WCpa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbZLp1WCpa .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tbZLp1WCpa .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tbZLp1WCpa .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-tbZLp1WCpa .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-tbZLp1WCpa .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tbZLp1WCpa .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-tbZLp1WCpa .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-tbZLp1WCpa .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tbZLp1WCpa .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tbZLp1WCpa .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbZLp1WCpa .col-text {
    text-align: center;
  }
}
.cid-tbZLp1WCpa .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tbZLp1WCpa .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #970f00;
}
@media (max-width: 767px) {
  .cid-tbZLp1WCpa .label-text {
    text-align: center !important;
  }
}
.cid-tbZLp1WCpa .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tbZLp1WCpa .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tbZLp1WCpa .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-tbZLp1WCpa .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tbZLp1WCpa .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tbZLp1WCpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbZLp1WCpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbZGzoWXkR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tbZGzoWXkR .item {
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tbZGzoWXkR .mbr-link {
  position: absolute;
  bottom: -100%;
  left: 2rem;
  color: #ffffff;
  z-index: 3;
  transition: all 0.6s;
}
.cid-tbZGzoWXkR .mbr-text {
  opacity: 0;
  transition: all 0.1s;
}
.cid-tbZGzoWXkR .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tbZGzoWXkR .item-wrapper:before {
  content: "";
  top: 110%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #970f00;
  z-index: 2;
  opacity: 0.9;
  pointer-events: none;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
.cid-tbZGzoWXkR .item-wrapper:hover:before,
.cid-tbZGzoWXkR .item-wrapper:focus-within:before {
  top: 0rem;
  transition-delay: 0s;
}
.cid-tbZGzoWXkR .item-wrapper:hover .item-content,
.cid-tbZGzoWXkR .item-wrapper:focus-within .item-content {
  opacity: 1;
  top: 1rem;
}
.cid-tbZGzoWXkR .item-wrapper:hover .mbr-link,
.cid-tbZGzoWXkR .item-wrapper:focus-within .mbr-link {
  bottom: 1rem;
}
.cid-tbZGzoWXkR .item-wrapper:hover .mbr-text,
.cid-tbZGzoWXkR .item-wrapper:focus-within .mbr-text {
  opacity: 1;
}
.cid-tbZGzoWXkR .item-content {
  position: absolute;
  top: 380px;
  left: 0;
  transition: all 0.6s;
  padding: 1rem 2rem;
  z-index: 3;
}
@media (max-width: 992px) {
  .cid-tbZGzoWXkR .item-wrapper:before {
    top: 0rem;
    transition-delay: 0s;
  }
  .cid-tbZGzoWXkR .item-content {
    opacity: 1;
    top: 1rem;
  }
  .cid-tbZGzoWXkR .mbr-link {
    bottom: 1rem;
  }
  .cid-tbZGzoWXkR .mbr-text {
    opacity: 1;
  }
}
.cid-tbZGzoWXkR .item-subtitle {
  color: #ffffff;
}
.cid-tbZGzoWXkR .item-img {
  overflow: hidden;
}
.cid-tbZGzoWXkR img,
.cid-tbZGzoWXkR .item-img {
  width: 100%;
  transition: all 1s;
  height: 500px;
  object-fit: cover;
}
.cid-tbZGzoWXkR h5 {
  margin: 0;
}
.cid-tbZGzoWXkR .item:focus,
.cid-tbZGzoWXkR span:focus {
  outline: none;
}
.cid-tbZGzoWXkR .mbr-section-title {
  color: #232323;
}
.cid-tbZGzoWXkR .item-title {
  color: #ffffff;
}
.cid-tbZGzoWXkR .mbr-text,
.cid-tbZGzoWXkR .mbr-section-btn {
  color: #ffffff;
}
.cid-tbZJw9DNIu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tbZJw9DNIu .item {
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tbZJw9DNIu .mbr-link {
  position: absolute;
  bottom: -100%;
  left: 2rem;
  color: #ffffff;
  z-index: 3;
  transition: all 0.6s;
}
.cid-tbZJw9DNIu .mbr-text {
  opacity: 0;
  transition: all 0.1s;
}
.cid-tbZJw9DNIu .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tbZJw9DNIu .item-wrapper:before {
  content: "";
  top: 110%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #970f00;
  z-index: 2;
  opacity: 0.9;
  pointer-events: none;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
.cid-tbZJw9DNIu .item-wrapper:hover:before,
.cid-tbZJw9DNIu .item-wrapper:focus-within:before {
  top: 0rem;
  transition-delay: 0s;
}
.cid-tbZJw9DNIu .item-wrapper:hover .item-content,
.cid-tbZJw9DNIu .item-wrapper:focus-within .item-content {
  opacity: 1;
  top: 1rem;
}
.cid-tbZJw9DNIu .item-wrapper:hover .mbr-link,
.cid-tbZJw9DNIu .item-wrapper:focus-within .mbr-link {
  bottom: 1rem;
}
.cid-tbZJw9DNIu .item-wrapper:hover .mbr-text,
.cid-tbZJw9DNIu .item-wrapper:focus-within .mbr-text {
  opacity: 1;
}
.cid-tbZJw9DNIu .item-content {
  position: absolute;
  top: 380px;
  left: 0;
  transition: all 0.6s;
  padding: 1rem 2rem;
  z-index: 3;
}
@media (max-width: 992px) {
  .cid-tbZJw9DNIu .item-wrapper:before {
    top: 0rem;
    transition-delay: 0s;
  }
  .cid-tbZJw9DNIu .item-content {
    opacity: 1;
    top: 1rem;
  }
  .cid-tbZJw9DNIu .mbr-link {
    bottom: 1rem;
  }
  .cid-tbZJw9DNIu .mbr-text {
    opacity: 1;
  }
}
.cid-tbZJw9DNIu .item-subtitle {
  color: #ffffff;
}
.cid-tbZJw9DNIu .item-img {
  overflow: hidden;
}
.cid-tbZJw9DNIu img,
.cid-tbZJw9DNIu .item-img {
  width: 100%;
  transition: all 1s;
  height: 500px;
  object-fit: cover;
}
.cid-tbZJw9DNIu h5 {
  margin: 0;
}
.cid-tbZJw9DNIu .item:focus,
.cid-tbZJw9DNIu span:focus {
  outline: none;
}
.cid-tbZJw9DNIu .mbr-section-title {
  color: #232323;
}
.cid-tbZJw9DNIu .item-title {
  color: #ffffff;
}
.cid-tbZJw9DNIu .mbr-text,
.cid-tbZJw9DNIu .mbr-section-btn {
  color: #ffffff;
}
.cid-tcePRqnuao {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tcePRqnuao .item {
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tcePRqnuao .mbr-link {
  position: absolute;
  bottom: -100%;
  left: 2rem;
  color: #ffffff;
  z-index: 3;
  transition: all 0.6s;
}
.cid-tcePRqnuao .mbr-text {
  opacity: 0;
  transition: all 0.1s;
}
.cid-tcePRqnuao .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tcePRqnuao .item-wrapper:before {
  content: "";
  top: 110%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #970f00;
  z-index: 2;
  opacity: 0.9;
  pointer-events: none;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
.cid-tcePRqnuao .item-wrapper:hover:before,
.cid-tcePRqnuao .item-wrapper:focus-within:before {
  top: 0rem;
  transition-delay: 0s;
}
.cid-tcePRqnuao .item-wrapper:hover .item-content,
.cid-tcePRqnuao .item-wrapper:focus-within .item-content {
  opacity: 1;
  top: 1rem;
}
.cid-tcePRqnuao .item-wrapper:hover .mbr-link,
.cid-tcePRqnuao .item-wrapper:focus-within .mbr-link {
  bottom: 1rem;
}
.cid-tcePRqnuao .item-wrapper:hover .mbr-text,
.cid-tcePRqnuao .item-wrapper:focus-within .mbr-text {
  opacity: 1;
}
.cid-tcePRqnuao .item-content {
  position: absolute;
  top: 380px;
  left: 0;
  transition: all 0.6s;
  padding: 1rem 2rem;
  z-index: 3;
}
@media (max-width: 992px) {
  .cid-tcePRqnuao .item-wrapper:before {
    top: 0rem;
    transition-delay: 0s;
  }
  .cid-tcePRqnuao .item-content {
    opacity: 1;
    top: 1rem;
  }
  .cid-tcePRqnuao .mbr-link {
    bottom: 1rem;
  }
  .cid-tcePRqnuao .mbr-text {
    opacity: 1;
  }
}
.cid-tcePRqnuao .item-subtitle {
  color: #ffffff;
}
.cid-tcePRqnuao .item-img {
  overflow: hidden;
}
.cid-tcePRqnuao img,
.cid-tcePRqnuao .item-img {
  width: 100%;
  transition: all 1s;
  height: 500px;
  object-fit: cover;
}
.cid-tcePRqnuao h5 {
  margin: 0;
}
.cid-tcePRqnuao .item:focus,
.cid-tcePRqnuao span:focus {
  outline: none;
}
.cid-tcePRqnuao .mbr-section-title {
  color: #232323;
}
.cid-tcePRqnuao .item-title {
  color: #ffffff;
}
.cid-tcePRqnuao .mbr-text,
.cid-tcePRqnuao .mbr-section-btn {
  color: #ffffff;
}
.cid-tcqNsrtg6K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tcqNsrtg6K .main-col {
  display: flex;
}
.cid-tcqNsrtg6K .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-tcqNsrtg6K .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tcqNsrtg6K .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tcqNsrtg6K .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tcqNsrtg6K .text-wrapper {
    width: 52%;
  }
}
.cid-tcqNsrtg6K .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-tcqNsrtg6K .prof-text {
  color: #00284E;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tcqNsrtg6K .mbr-section-subtitle {
  color: #010d4c;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-tcqNsrtg6K .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tcqNsrtg6K .mbr-text {
  color: #00284E;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-tcqNsrtg6K .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tcqNsrtg6K .image-wrapper {
    width: 48%;
  }
}
.cid-tcqNsrtg6K .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tcqNsrtg6K .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-tcqNsrtg6K .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-tcqNsrtg6K .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-tcqNsrtg6K .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcqNsrtg6K .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tcqNsrtg6K .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-tcqNsrtg6K .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-tcqNsrtg6K .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-tcqNsrtg6K .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-tcqNsrtg6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcqNsrtg6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbZAFIUQkJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #970f00;
}
.cid-tbZAFIUQkJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tbZAFIUQkJ .form-control,
.cid-tbZAFIUQkJ .field-input {
  padding: 1rem;
}
.cid-tbZAFIUQkJ .form-row > .col,
.cid-tbZAFIUQkJ .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-tbZAFIUQkJ .btn {
  margin: 0 !important;
  height: 56px;
  border-radius: 3px !important;
  padding: 0 1.5rem;
}
.cid-tbZAFIUQkJ .btn span {
  font-size: 1rem;
}
.cid-tbZAFIUQkJ .form-control,
.cid-tbZAFIUQkJ .field-input {
  padding: 1rem;
  background-color: #191919;
  border-color: #999999;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tbZAFIUQkJ .form-control::-webkit-input-placeholder,
.cid-tbZAFIUQkJ .field-input::-webkit-input-placeholder,
.cid-tbZAFIUQkJ .form-control::-webkit-input-placeholder,
.cid-tbZAFIUQkJ .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-tbZAFIUQkJ .form-control:-moz-placeholder,
.cid-tbZAFIUQkJ .field-input:-moz-placeholder,
.cid-tbZAFIUQkJ .form-control:-moz-placeholder,
.cid-tbZAFIUQkJ .field-input:-moz-placeholder {
  color: #999999;
}
.cid-tbZAFIUQkJ .form-control:hover,
.cid-tbZAFIUQkJ .field-input:hover,
.cid-tbZAFIUQkJ .form-control:focus,
.cid-tbZAFIUQkJ .field-input:focus {
  background-color: #191919;
  border-color: #999999;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tbZAFIUQkJ .form-control:hover::-webkit-input-placeholder,
.cid-tbZAFIUQkJ .field-input:hover::-webkit-input-placeholder,
.cid-tbZAFIUQkJ .form-control:focus::-webkit-input-placeholder,
.cid-tbZAFIUQkJ .field-input:focus::-webkit-input-placeholder,
.cid-tbZAFIUQkJ .form-control:hover::-webkit-input-placeholder,
.cid-tbZAFIUQkJ .field-input:hover::-webkit-input-placeholder,
.cid-tbZAFIUQkJ .form-control:focus::-webkit-input-placeholder,
.cid-tbZAFIUQkJ .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-tbZAFIUQkJ .form-control:hover:-moz-placeholder,
.cid-tbZAFIUQkJ .field-input:hover:-moz-placeholder,
.cid-tbZAFIUQkJ .form-control:focus:-moz-placeholder,
.cid-tbZAFIUQkJ .field-input:focus:-moz-placeholder,
.cid-tbZAFIUQkJ .form-control:hover:-moz-placeholder,
.cid-tbZAFIUQkJ .field-input:hover:-moz-placeholder,
.cid-tbZAFIUQkJ .form-control:focus:-moz-placeholder,
.cid-tbZAFIUQkJ .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-tbZAFIUQkJ .jq-number__spin:hover,
.cid-tbZAFIUQkJ .jq-number__spin:focus {
  background-color: #191919;
  border-color: #999999;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tbZAFIUQkJ .jq-number__spin {
  background-color: #191919;
  border-color: #999999;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tbZAFIUQkJ .jq-selectbox li,
.cid-tbZAFIUQkJ .jq-selectbox li {
  background-color: #191919;
  color: #ffffff;
}
.cid-tbZAFIUQkJ .jq-selectbox li:hover,
.cid-tbZAFIUQkJ .jq-selectbox li.selected {
  background-color: #191919;
  color: #ffffff;
}
.cid-tbZAFIUQkJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tbZAFIUQkJ .jq-number__spin.minus:hover:after,
.cid-tbZAFIUQkJ .jq-number__spin.plus:hover:after {
  border-top-color: #191919;
  border-bottom-color: #191919;
}
.cid-tbZAFIUQkJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tbZAFIUQkJ .jq-number__spin.minus:after,
.cid-tbZAFIUQkJ .jq-number__spin.plus:after {
  border-top-color: #191919;
  border-bottom-color: #191919;
}
.cid-tbZAFIUQkJ input::-webkit-clear-button {
  display: none;
}
.cid-tbZAFIUQkJ input::-webkit-inner-spin-button {
  display: none;
}
.cid-tbZAFIUQkJ input::-webkit-outer-spin-button {
  display: none;
}
.cid-tbZAFIUQkJ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tbZAFIUQkJ H4 {
  text-align: left;
  color: #ffffff;
}
.cid-tbZAFIUQkJ P {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tbZAFIUQkJ .col {
    min-width: 100%;
  }
  .cid-tbZAFIUQkJ .col-auto {
    margin: auto;
  }
}
.cid-tbZABUnyYV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbZABUnyYV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tbZABUnyYV .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-tbZABUnyYV .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-tbZABUnyYV .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-tbZABUnyYV .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-tbZABUnyYV .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-tbZABUnyYV .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-tbZABUnyYV .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-tbZABUnyYV .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tbZABUnyYV .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-tbZABUnyYV .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-tbZABUnyYV .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tbZABUnyYV .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tbZABUnyYV .list-block {
  position: relative;
}
.cid-tbZABUnyYV .list-block h4,
.cid-tbZABUnyYV .list-block p {
  padding-left: 4.5rem;
}
.cid-tbZABUnyYV .card-img {
  display: block;
}
.cid-tbZABUnyYV input,
.cid-tbZABUnyYV textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tbZABUnyYV input:focus,
.cid-tbZABUnyYV textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tbZABUnyYV .form-control,
.cid-tbZABUnyYV .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tbZABUnyYV .form-control:hover,
.cid-tbZABUnyYV .field-input:hover,
.cid-tbZABUnyYV .form-control:focus,
.cid-tbZABUnyYV .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tbZABUnyYV input::-webkit-input-placeholder,
.cid-tbZABUnyYV textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-tbZABUnyYV input:-moz-placeholder,
.cid-tbZABUnyYV textarea:-moz-placeholder {
  color: #28303f;
}
.cid-tbZABUnyYV .jq-selectbox li,
.cid-tbZABUnyYV .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tbZABUnyYV .jq-selectbox li:hover,
.cid-tbZABUnyYV .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-tbZABUnyYV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tbZABUnyYV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-tbZABUnyYV .mbr-form {
  max-width: 550px;
}
.cid-tbZABUnyYV .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tbZABUnyYV .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tbZABUnyYV .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tbZABUnyYV .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tbZABUnyYV .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-tbZABUnyYV .mbr-form textarea {
  min-height: 100px;
}
.cid-tbZABUnyYV .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #970f00;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-tbZABUnyYV .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-tbZABUnyYV .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tbZABUnyYV .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tbZABUnyYV .mbr-section-title,
  .cid-tbZABUnyYV .content-title,
  .cid-tbZABUnyYV .mbr-section-btn {
    text-align: left;
  }
}
.cid-tbZABUnyYV .mbr-form .mbr-section-title,
.cid-tbZABUnyYV .mbr-section-btn {
  color: #970f00;
}
.cid-tbZABUnyYV .mbr-form .mbr-subtitle,
.cid-tbZABUnyYV .mbr-section-btn {
  color: #000000;
}
.cid-tbZABUnyYV .text-content .content-title,
.cid-tbZABUnyYV .social {
  color: #000000;
}
.cid-tbZABUnyYV .text-content .list-block .list-item-title {
  color: #000000;
}
.cid-tbZABUnyYV .text-content .list-block .list-item-text {
  color: #000000;
}
.cid-tbZDPyYDgM {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #970f00;
}
.cid-tbZDPyYDgM .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tbZDPyYDgM .mbr-iconfont-social:hover {
  color: #ff9966;
}
.cid-tbZDPyYDgM .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tbZDPyYDgM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #970f00, #ff6666);
  display: inline-block;
}
.cid-tbZDPyYDgM .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tbZDPyYDgM .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tbZDPyYDgM .mbr-section-title,
.cid-tbZDPyYDgM .social-list,
.cid-tbZDPyYDgM .underline {
  color: #ffffff;
  text-align: left;
}
.cid-tbZjXH67t9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tbZjXH67t9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbZjXH67t9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbZjXH67t9 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tbZjXH67t9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tbZjXH67t9 .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-tbZjXH67t9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tbZjXH67t9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tbZjXH67t9 .mbr-section-title {
  text-align: center;
}
.cid-tbZzwa1BJ0 {
  background-color: #ffffff;
}
.cid-tbZzwa1BJ0 [class^="socicon-"]:before,
.cid-tbZzwa1BJ0 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tbZzwa1BJ0 .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tbZzwa1BJ0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #970f00, #ff6666);
  display: inline-block;
}
.cid-tbZzwa1BJ0 .socicon {
  color: #970f00;
}
.cid-tbZzwa1BJ0 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #970f00;
  color: #232323;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  cursor: pointer;
}
.cid-tbZzwa1BJ0 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tbZzwa1BJ0 .btn-social:hover {
  color: #fff;
  background: #970f00;
}
.cid-tbZzwa1BJ0 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tbZzwa1BJ0 .btn-social:hover + .btn {
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .cid-tbZzwa1BJ0 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tbZzwa1BJ0 .btn {
    font-size: 20px !important;
  }
  .cid-tbZzwa1BJ0 .btn-social {
    margin-right: 0.1rem !important;
    margin-left: 0.1rem !important;
  }
}
@media (min-width: 767px) {
  .cid-tbZzwa1BJ0 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.cid-tbZutHIgaB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #0a171f;
}
.cid-tbZutHIgaB .mbr-text {
  color: #ffffff;
}
.cid-tbZutHIgaB .container {
  max-width: 1000px;
}
.cid-tbZutHIgaB h4 {
  text-align: center;
}
.cid-tbZutHIgaB p {
  text-align: center;
}
.cid-tbZutHIgaB .row {
  justify-content: center;
}
.cid-tbZutHIgaB .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tbZutHIgaB .mbr-iconfont {
  font-size: 1.5rem;
  color: #970f00;
  display: block;
}
.cid-tbZutHIgaB .card-title,
.cid-tbZutHIgaB .card-img {
  color: #4479d9;
}
.cid-tbZutHIgaB .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-tbZutHIgaB .icon-wrap:before {
  content: '';
  position: absolute;
  background: #970f00;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-tbZutHIgaB img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
