@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800,300i,400i,500i,600i,700i,800i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #741247 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #0fa700 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #741247 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #741247 !important;
  border-color: #741247 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #32081e !important;
  border-color: #32081e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #32081e !important;
  border-color: #32081e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0fa700 !important;
  border-color: #0fa700 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #085b00 !important;
  border-color: #085b00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #085b00 !important;
  border-color: #085b00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #741247 !important;
  border-color: #741247 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #32081e !important;
  border-color: #32081e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #32081e !important;
  border-color: #32081e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1c0411;
  color: #1c0411;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #741247;
  border-color: #741247;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #741247 !important;
  border-color: #741247 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4b4b4b;
  color: #4b4b4b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #064100;
  color: #064100;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0fa700;
  border-color: #0fa700;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0fa700 !important;
  border-color: #0fa700 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1c0411;
  color: #1c0411;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #741247;
  border-color: #741247;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #741247 !important;
  border-color: #741247 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #741247 !important;
}
.text-secondary {
  color: #7e7e7e !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #0fa700 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #741247 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1c0411 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4b4b4b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #064100 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #741247 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0fa700;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #741247;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #741247;
  border-color: #741247;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #741247;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #de288a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3bff27;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #de288a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #741247;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #741247;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #741247;
  border-bottom-color: #741247;
}
.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: #741247 !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: #7e7e7e !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='%23741247' %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;
}
hr {
  border: none;
  background-color: #741247;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #741247;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #741247;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #741247;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #741247 !important;
}
.btn-danger:hover {
  color: #741247 !important;
}
.btn-warning:hover {
  color: #879a9f !important;
}
.btn-success:hover {
  color: #f7ed4a !important;
}
.btn-info:hover {
  color: #0fa700 !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #7e7e7e !important;
}
.btn-primary:hover {
  color: #741247 !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #741247 !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #741247;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #7e7e7e !important;
}
.btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.btn-info-outline:hover::before {
  background-color: #0fa700 !important;
}
.btn-primary-outline:hover::before {
  background-color: #741247 !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.btn-danger-outline:hover::before {
  background-color: #741247 !important;
}
.cid-tedrXG9vRA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/people-ge208e5147-1280-1280x853.jpg");
  background-attachment: fixed;
}
.cid-tedrXG9vRA h2,
.cid-tedrXG9vRA h3,
.cid-tedrXG9vRA h4,
.cid-tedrXG9vRA p {
  color: #ffffff;
}
.cid-tedrXG9vRA h1 {
  font-weight: normal !important;
}
.cid-tedrXG9vRA img {
  padding-top: 1rem;
}
.cid-tedrXG9vRA .btn {
  letter-spacing: 0 !important;
}
.cid-tedrXG9vRA .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100px;
  max-width: 100%;
  object-fit: scale-down;
  padding-bottom: 3rem;
}
.cid-tedrXG9vRA .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tedrXG9vRA .form-control {
  font-size: 16px !important;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: notmal;
  min-height: 1rem;
  border-radius: .25rem;
}
.cid-tedrXG9vRA .form-control:focus,
.cid-tedrXG9vRA .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tedrXG9vRA .form-group {
  margin-bottom: 1rem;
}
.cid-tedrXG9vRA input::-webkit-input-placeholder,
.cid-tedrXG9vRA textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tedrXG9vRA input:-moz-placeholder,
.cid-tedrXG9vRA textarea:-moz-placeholder {
  color: #656565;
}
.cid-tedrXG9vRA .jq-selectbox li,
.cid-tedrXG9vRA .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tedrXG9vRA .jq-selectbox li:hover,
.cid-tedrXG9vRA .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tedrXG9vRA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tedrXG9vRA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tedrXG9vRA .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tedrXG9vRA .mbr-text {
  color: #767676;
}
.cid-tedrXG9vRA .form-block {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.cid-tedrXG9vRA .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #132f40;
  opacity: 0.8;
  z-index: 0;
}
.cid-tedrXG9vRA .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-tedrXG9vRA a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tedrXG9vRA .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tedrXG9vRA .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tedrXG9vRA textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-tedrXG9vRA .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tedrXG9vRA .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tedrXG9vRA .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tedrXG9vRA .center {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-tedrXG9vRA h1 {
    font-size: 22px !important;
    line-height: normal !important;
  }
  .cid-tedrXG9vRA h3 {
    font-size: 18px !important;
  }
  .cid-tedrXG9vRA .btn {
    font-size: 12px !important;
  }
}
@media (max-width: 800px) {
  .cid-tedrXG9vRA .btn {
    font-size: 12px !important;
  }
  .cid-tedrXG9vRA h1 {
    line-height: 40px;
    font-size: 20px !important;
  }
  .cid-tedrXG9vRA p {
    font-size: 14px !important;
  }
}
@media (max-width: 499px) {
  .cid-tedrXG9vRA .block-content {
    padding: 0;
  }
  .cid-tedrXG9vRA .form-block {
    padding: 1rem;
  }
}
.cid-tedrXG9vRA .mbr-section-title,
.cid-tedrXG9vRA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tedrXG9vRA .mbr-section-subtitle {
  text-align: center;
  color: #132f40;
}
.cid-tedrXG9vRA H4 {
  text-align: center;
}
.cid-tedrXG9vRA .form-text {
  text-align: center;
  color: #132f40;
}
.cid-tedrXG9vRA LABEL {
  color: #ffffff;
}
.cid-tedrXG9vRA H2 {
  text-align: center;
}
.cid-tedrXG9vRA P {
  text-align: left;
}
.cid-rRBNniJQ25 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRBNniJQ25 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBNniJQ25 .container {
    position: relative;
  }
  .cid-rRBNniJQ25 .row {
    margin: 0;
  }
  .cid-rRBNniJQ25 h2 {
    margin: 0;
  }
}
.cid-rRBNniJQ25 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRBNniJQ25 .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
}
.cid-rRBNniJQ25 h2 {
  color: #741247;
}
.cid-tezJrcRtS7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tezJrcRtS7 .mbr-text {
  color: #767676;
}
.cid-tezJrcRtS7 .mbr-iconfont {
  color: #741247;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-tezJrcRtS7 .link {
  margin: 0;
}
.cid-tezJrcRtS7 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tezJrcRtS7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tezJrcRtS7 .card {
    margin-bottom: 3rem;
  }
}
.cid-tezJrcRtS7 .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tezJrcRtS7 .row {
    padding: 0 1rem;
  }
}
.cid-tezJrcRtS7 .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(116, 18, 71, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-tezJrcRtS7 .card-title {
  transition: 0.3s;
}
.cid-tezJrcRtS7 .card:hover .card-inner {
  border-bottom: 3px solid #741247;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-tezJrcRtS7 .card:hover .card-title {
  color: #741247;
}
.cid-tezJrcRtS7 .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-tezJrcRtS7 .row {
    margin: 0;
  }
}
.cid-tezJrcRtS7 .mbr-text,
.cid-tezJrcRtS7 .link {
  color: #000000;
}
.cid-tkUvtabflR {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #132f40;
}
.cid-tkUvtabflR .btn {
  margin-left: 0 !important;
  color: #101010 !important;
}
.cid-tkUvtabflR .btn:hover {
  color: #0fa700 !important;
}
.cid-tkUvtabflR h1 {
  margin-bottom: 0.2rem;
}
.cid-tkUvtabflR .container-fluid {
  padding: 0;
}
.cid-tkUvtabflR img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-tkUvtabflR .mbr-figure {
  height: 100%;
}
.cid-tkUvtabflR .col-lg-6 {
  padding: 0;
}
.cid-tkUvtabflR .mbr-text {
  color: #747474;
}
.cid-tkUvtabflR hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-tkUvtabflR .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-tkUvtabflR .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-tkUvtabflR .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-tkUvtabflR .mbr-figure::after {
  content: '';
  background-color: #741247;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tkUvtabflR .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-tkUvtabflR .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-tkUvtabflR .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tkUvtabflR .left-block {
    margin-top: 4.5rem;
  }
}
.cid-tkUvtabflR .line-title {
  width: 40px;
  height: 2px;
  background-color: #741247;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tkUvtabflR .vertical-line:before {
  content: '';
  background-color: #741247;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tkUvtabflR .media-content,
.cid-tkUvtabflR .mbr-section-title,
.cid-tkUvtabflR .line-title {
  color: #ffffff;
}
.cid-tkUvtabflR .mbr-text,
.cid-tkUvtabflR .mbr-section-btn {
  color: #ffffff;
}
.cid-tezM6VFquE {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1156.jpg");
}
.cid-tezM6VFquE .container-fluid {
  padding: 0 3rem;
}
.cid-tezM6VFquE h2 {
  font-weight: normal !important;
}
.cid-tezM6VFquE .btn {
  letter-spacing: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .cid-tezM6VFquE {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-tezM6VFquE .mbr-section-title {
    font-size: 28px !important;
    line-height: normal !important;
  }
  .cid-tezM6VFquE .mbr-text {
    font-size: 16px !important;
    line-height: normal !important;
  }
  .cid-tezM6VFquE .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tezM6VFquE .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-tezM6VFquE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tezM6VFquE .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tezM6VFquE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tezM6VFquE .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tezM6VFquE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tezM6VFquE a.close:hover {
  color: #ffffff;
}
.cid-tezM6VFquE svg {
  transition: all 0.5s ease-in;
}
.cid-tezM6VFquE svg .blick {
  transiton: opacity 0.5s ease-in;
  opacity: 1;
}
.cid-tezM6VFquE svg:hover {
  cursor: pointer;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.cid-tezM6VFquE svg:hover .blick {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
.cid-tezM6VFquE H1 {
  text-align: center;
}
.cid-tezM6VFquE .mbr-text,
.cid-tezM6VFquE .mbr-section-btn {
  text-align: center;
}
.cid-tezM6VFquE H2 {
  text-align: center;
}
.cid-tkUyyyElKN {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tkUyyyElKN .mbr-text,
.cid-tkUyyyElKN .mbr-section-subtitle {
  color: #767676;
}
.cid-tkUyyyElKN .card-title {
  color: #66458e;
}
.cid-tkUyyyElKN .card .card-img span {
  color: #132f40;
  font-size: 60px;
  background: linear-gradient(45deg, #132f40, #741247);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-tkUyyyElKN .mbr-section-subtitle,
  .cid-tkUyyyElKN .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkUyyyElKN .card .card-img span {
    background: none;
  }
}
.cid-tkUyyyElKN .mbr-section-title {
  color: #741247;
}
.cid-tkUyyyElKN .card-title,
.cid-tkUyyyElKN .card-img {
  color: #132f40;
}
.cid-tkUzLIDxfM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkUzLIDxfM .mbr-text,
.cid-tkUzLIDxfM .mbr-section-subtitle {
  color: #767676;
}
.cid-tkUzLIDxfM .card-title {
  color: #66458e;
}
.cid-tkUzLIDxfM .card .card-img span {
  color: #132f40;
  font-size: 60px;
  background: linear-gradient(45deg, #132f40, #741247);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-tkUzLIDxfM .mbr-section-subtitle,
  .cid-tkUzLIDxfM .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkUzLIDxfM .card .card-img span {
    background: none;
  }
}
.cid-tkUzLIDxfM .mbr-section-title {
  color: #741247;
}
.cid-tkUzLIDxfM .card-title,
.cid-tkUzLIDxfM .card-img {
  color: #132f40;
}
.cid-tkUA7cMWzs {
  padding-top: 35px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
.cid-tkUA7cMWzs .container-fluid {
  padding: 0 3rem;
}
.cid-tkUA7cMWzs h2 {
  font-weight: normal !important;
}
.cid-tkUA7cMWzs .btn {
  letter-spacing: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .cid-tkUA7cMWzs {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .cid-tkUA7cMWzs .mbr-section-title {
    font-size: 28px !important;
    line-height: normal !important;
  }
  .cid-tkUA7cMWzs .mbr-text {
    font-size: 16px !important;
    line-height: normal !important;
  }
  .cid-tkUA7cMWzs .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tkUA7cMWzs .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-tkUA7cMWzs .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tkUA7cMWzs .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tkUA7cMWzs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tkUA7cMWzs .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tkUA7cMWzs a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tkUA7cMWzs a.close:hover {
  color: #ffffff;
}
.cid-tkUA7cMWzs svg {
  transition: all 0.5s ease-in;
}
.cid-tkUA7cMWzs svg .blick {
  transiton: opacity 0.5s ease-in;
  opacity: 1;
}
.cid-tkUA7cMWzs svg:hover {
  cursor: pointer;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.cid-tkUA7cMWzs svg:hover .blick {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
.cid-tkUA7cMWzs H1 {
  text-align: center;
}
.cid-tkUA7cMWzs .mbr-text,
.cid-tkUA7cMWzs .mbr-section-btn {
  text-align: center;
}
.cid-tkUA7cMWzs H2 {
  text-align: center;
}
.cid-tdfNW33PX9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #132f40;
}
@media (max-width: 767px) {
  .cid-tdfNW33PX9 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tdfNW33PX9 p {
  color: #ffffff;
  font-size: 14px !important;
}
.cid-tdfPyQyZ9o {
  background-color: #ffffff;
}
.cid-tdfPyQyZ9o .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-tdfPyQyZ9o .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tdfPyQyZ9o .mbr-section-title,
.cid-tdfPyQyZ9o .icon-wrap,
.cid-tdfPyQyZ9o .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tdfPyQyZ9o .mbr-text,
.cid-tdfPyQyZ9o .mbr-section-btn {
  color: #000000;
}
.cid-tdfNW33PX9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #132f40;
}
@media (max-width: 767px) {
  .cid-tdfNW33PX9 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tdfNW33PX9 p {
  color: #ffffff;
  font-size: 14px !important;
}
