.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 6.625rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.28125rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 5.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.6375rem;
    font-size: calc( 2.96875rem + (6.625 - 2.96875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.96875rem + (6.625 - 2.96875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: #facb1d !important;
}
.bg-success {
  background-color: #51d619 !important;
}
.bg-info {
  background-color: #3828ad !important;
}
.bg-warning {
  background-color: #a38000 !important;
}
.bg-danger {
  background-color: #e10000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #facb1d !important;
  border-color: #facb1d !important;
  color: #171301 !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: #bc9504 !important;
  border-color: #bc9504 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #171301 !important;
  background-color: #bc9504 !important;
  border-color: #bc9504 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #661ea8 !important;
  border-color: #661ea8 !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: #39115e !important;
  border-color: #39115e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #39115e !important;
  border-color: #39115e !important;
}
.btn-info,
.btn-info:active {
  background-color: #3828ad !important;
  border-color: #3828ad !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: #211867 !important;
  border-color: #211867 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #211867 !important;
  border-color: #211867 !important;
}
.btn-success,
.btn-success:active {
  background-color: #51d619 !important;
  border-color: #51d619 !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: #348810 !important;
  border-color: #348810 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #348810 !important;
  border-color: #348810 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a38000 !important;
  border-color: #a38000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4c3c00 !important;
  border-color: #4c3c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4c3c00 !important;
  border-color: #4c3c00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e10000 !important;
  border-color: #e10000 !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: #8a0000 !important;
  border-color: #8a0000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8a0000 !important;
  border-color: #8a0000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
  color: #939353 !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: #5c5c34 !important;
  background-color: #d7d7b8 !important;
  border-color: #d7d7b8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #939353 !important;
  background-color: #d7d7b8 !important;
  border-color: #d7d7b8 !important;
}
.btn-black,
.btn-black:active {
  background-color: #181817 !important;
  border-color: #181817 !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: #facb1d;
  color: #facb1d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bc9504 !important;
  background-color: transparent!important;
  border-color: #bc9504 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #171301 !important;
  background-color: #facb1d !important;
  border-color: #facb1d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #661ea8;
  color: #661ea8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #39115e !important;
  background-color: transparent!important;
  border-color: #39115e !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #661ea8 !important;
  border-color: #661ea8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3828ad;
  color: #3828ad;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #211867 !important;
  background-color: transparent!important;
  border-color: #211867 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3828ad !important;
  border-color: #3828ad !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #51d619;
  color: #51d619;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #348810 !important;
  background-color: transparent!important;
  border-color: #348810 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #51d619 !important;
  border-color: #51d619 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a38000;
  color: #a38000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4c3c00 !important;
  background-color: transparent!important;
  border-color: #4c3c00 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a38000 !important;
  border-color: #a38000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e10000;
  color: #e10000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8a0000 !important;
  background-color: transparent!important;
  border-color: #8a0000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e10000 !important;
  border-color: #e10000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #181817;
  color: #181817;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #181817 !important;
  border-color: #181817 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f6f6ef;
  color: #f6f6ef;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d7d7b8 !important;
  background-color: transparent!important;
  border-color: #d7d7b8 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #939353 !important;
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
}
.text-primary {
  color: #facb1d !important;
}
.text-secondary {
  color: #661ea8 !important;
}
.text-success {
  color: #51d619 !important;
}
.text-info {
  color: #3828ad !important;
}
.text-warning {
  color: #a38000 !important;
}
.text-danger {
  color: #e10000 !important;
}
.text-white {
  color: #f6f6ef !important;
}
.text-black {
  color: #181817 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ad8904 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #310f51 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2e7b0e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1d155a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3d3000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7b0000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d1d1ae !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: #facb1d;
}
.nav-tabs .nav-link:not(.active) {
  color: #181817;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3828ad;
}
.alert-warning {
  background-color: #a38000;
}
.alert-danger {
  background-color: #e10000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #facb1d;
  border-color: #facb1d;
  color: #302601;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #facb1d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef9e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d3f8c3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8275df;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffd023;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffaeae;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #facb1d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #facb1d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #facb1d;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #facb1d;
}
.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: #facb1d;
  border-bottom-color: #facb1d;
}
.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: #000000 !important;
  background-color: #facb1d !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: #661ea8 !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='%23facb1d' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1914px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 1rem;
  }
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mbr-section-btn .btn {
  min-width: 80px;
  min-height: 60px;
  padding: 26px 42px;
  border-radius: 10em !important;
  border-width: 1px;
  font-weight: 500;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-white-outline:hover {
  background-color: #facb1d !important;
  border-color: #facb1d !important;
  color: #181817 !important;
}
.mbr-section-btn .btn-black-outline:hover {
  background-color: #181817 !important;
  border-color: #181817 !important;
  color: #facb1d !important;
}
.mbr-section-btn .btn-primary {
  color: #181817 !important;
}
.mbr-section-btn .btn-primary:hover {
  background-color: #181817 !important;
  border-color: #181817 !important;
  color: #facb1d !important;
}
b,
strong {
  font-weight: 900 !important;
}
body.scaled > .template .app-component > .app-component-content > section .mbr-fullscreen {
  min-height: 20vh !important;
  height: auto !important;
}
html:not(.is-main-interface) body[data-bs-padding-right]:not(.rounded-canvas) {
  overflow-y: visible !important;
  padding-right: 0 !important;
}
.cid-tjirk5IoyW {
  position: relative;
  overflow: hidden;
}
.cid-tjirk5IoyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjirk5IoyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (min-width: 992px) {
  .cid-tjirk5IoyW.mbr-fullscreen {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.cid-tjirk5IoyW .container {
  position: static;
  margin: auto auto 0;
}
.cid-tjirk5IoyW .mbr-section-title {
  color: #b60000;
}
.cid-tjirk5IoyW .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tjirk5IoyW .text-box {
  position: relative;
}
.cid-tjirk5IoyW .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 32px;
}
.cid-tjirk5IoyW .mbr-text {
  color: #FACB1D;
  margin-top: 32px;
}
.cid-tjirk5IoyW .mbr-section-btn {
  margin-top: 30px;
}
.cid-tjirk5IoyW .video-col {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tjirk5IoyW .video-col {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .cid-tjirk5IoyW .video-col {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .cid-tjirk5IoyW .video-col {
    top: 30%;
  }
}
.cid-tjirk5IoyW .mbr-media {
  position: relative;
}
.cid-tjirk5IoyW .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tjirk5IoyW .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #facb1d;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tjirk5IoyW .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tjirk5IoyW .video-icon-bg-box {
    min-width: 40vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tjirk5IoyW .video-icon-bg-box a {
  padding: 50px;
}
.cid-tjirk5IoyW .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tjirk5IoyW .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tjirk5IoyW .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tjirk5IoyW .video-icon-bg-box a {
    padding: 10vw;
  }
  .cid-tjirk5IoyW .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tjirk5IoyW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tjirk5IoyW .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tjirk5IoyW .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tjirk5IoyW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tjirk5IoyW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tjirk5IoyW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tjirk5IoyW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tjirk5IoyW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjiKMYqlkH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tjiKMYqlkH .mbr-section-head {
  width: 100%;
  padding-bottom: 3rem;
}
.cid-tjiKMYqlkH .mbr-section-title {
  color: #f6f6ef;
}
.cid-tjiKMYqlkH .mbr-section-subtitle {
  color: #181817;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-tjiKMYqlkH .box {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-tjiKMYqlkH .mbr-media {
  width: 100%;
  position: relative;
}
.cid-tjiKMYqlkH .mbr-media img {
  width: 100%;
  aspect-ratio: 1.875;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-tjiKMYqlkH .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tjiKMYqlkH .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tjiKMYqlkH .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tjiKMYqlkH .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #b60000;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tjiKMYqlkH .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tjiKMYqlkH .video-icon-bg-box {
    min-width: 20vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tjiKMYqlkH .video-icon-bg-box a {
  padding: 50px;
}
.cid-tjiKMYqlkH .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tjiKMYqlkH .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tjiKMYqlkH .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tjiKMYqlkH .video-icon-bg-box a {
    padding: 5vw;
  }
  .cid-tjiKMYqlkH .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tjiKMYqlkH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tjiKMYqlkH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tjiKMYqlkH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tjiKMYqlkH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tjiKMYqlkH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjiLgQmbVp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjiLgQmbVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiLgQmbVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiLgQmbVp .grid-container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 3fr 6fr;
  grid-template-columns: 3fr 6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tjiLgQmbVp .grid-container {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tjiLgQmbVp .mbr-section-title {
  color: #000000;
}
.cid-tjiLgQmbVp .mbr-section-subtitle {
  color: #b60000;
  margin-top: 1rem;
}
.cid-tjiLgQmbVp .list {
  width: 100%;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-tjiLgQmbVp .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-tjiLgQmbVp .list li:not(:first-child) {
  margin-top: 1rem;
}
.cid-tjiLgQmbVp .list li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-tjiLgQmbVp .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-tjiLgQmbVp .list a:hover {
  color: #facb1d !important;
  line-height: inherit !important;
}
.cid-tjiLgQmbVp .second-list {
  color: #8c0000;
}
.cid-tDUyd7zLGz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tDUyd7zLGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDUyd7zLGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDUyd7zLGz .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-tDUyd7zLGz .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tDUyd7zLGz .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-tDUyd7zLGz .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tDUyd7zLGz P {
  color: #8c0000;
}
.cid-tjiKa9pAWv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tjiKa9pAWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiKa9pAWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjiKa9pAWv .text-wrapper {
  position: relative;
  z-index: 4;
}
.cid-tjiKa9pAWv .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-tjiKa9pAWv .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  margin-right: auto;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-tjiKa9pAWv .mbr-text {
    width: 100%;
  }
}
.cid-tjiKa9pAWv .mbr-text b {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.cid-tjiKa9pAWv .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tjiKa9pAWv .img-bg {
  position: absolute;
  left: 10%;
  top: 70%;
  width: 50vw;
  will-change: transform;
  transform: translate3d(0px, -50%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(188deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  z-index: -1;
}
@media (max-width: 991px) {
  .cid-tjiKa9pAWv .img-bg {
    width: 80vw;
  }
}
.cid-tjiKa9pAWv .mbr-section-title,
.cid-tjiKa9pAWv .mbr-section-btn {
  color: #000000;
}
.cid-tDQwYcLopB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDQwYcLopB .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tDQwYcLopB .card-wrapper {
  background-color: #f6f6ef;
  border-radius: 4px;
}
.cid-tDQwYcLopB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDQwYcLopB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #b60000;
  transition: all 0.3s;
}
.cid-tDQwYcLopB .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #b60000;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tDQwYcLopB .social-row .soc-item:hover {
  background-color: #b60000;
}
.cid-tDQwYcLopB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tDQwYcLopB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tDQwYcLopB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDQwYcLopB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tDQwYcLopB .card-title {
  color: #29335c;
}
.cid-tDQwYcLopB .card-subtitle {
  color: #29335c;
}
.cid-tDQwYcLopB .mbr-text,
.cid-tDQwYcLopB .social-row {
  color: #534d41;
}
.cid-tjiNK3Tu4m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fe2929;
}
.cid-tjiNK3Tu4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjiNK3Tu4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tjiNK3Tu4m .col-text {
    margin-bottom: 2rem;
  }
}
.cid-tjiNK3Tu4m .text-wrap {
  position: sticky;
  top: 5rem;
}
@media (max-width: 991px) {
  .cid-tjiNK3Tu4m .text-wrap {
    position: static;
    max-width: 440px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tjiNK3Tu4m .text-wrap {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tjiNK3Tu4m .mbr-section-title {
  color: #181817;
}
.cid-tjiNK3Tu4m .text-grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-top: 2rem;
}
.cid-tjiNK3Tu4m .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 1rem;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media (max-width: 767px) {
  .cid-tjiNK3Tu4m .mbr-text {
    grid-column-end: 3;
  }
}
.cid-tjiNK3Tu4m .card-container {
  width: 100%;
  margin-top: 15rem;
}
@media (max-width: 575px) {
  .cid-tjiNK3Tu4m .card-container {
    margin-top: 0;
  }
}
.cid-tjiNK3Tu4m .card {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .cid-tjiNK3Tu4m .card {
    padding: 24px 0;
  }
}
.cid-tjiNK3Tu4m .card-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 40px;
  border-radius: 2.5rem;
  overflow: hidden;
  min-height: 745px;
}
@media (max-width: 1599px) {
  .cid-tjiNK3Tu4m .card-wrap {
    min-height: 615px;
  }
}
@media (max-width: 1399px) {
  .cid-tjiNK3Tu4m .card-wrap {
    min-height: 525px;
  }
}
@media (max-width: 1199px) {
  .cid-tjiNK3Tu4m .card-wrap {
    min-height: 435px;
  }
}
@media (max-width: 991px) {
  .cid-tjiNK3Tu4m .card-wrap {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .cid-tjiNK3Tu4m .card-wrap {
    padding: 24px;
  }
}
.cid-tjiNK3Tu4m .card-img-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.cid-tjiNK3Tu4m .card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjiNK3Tu4m .card-bg-frame {
  position: absolute;
  left: -33%;
  bottom: -40%;
  width: 80%;
  aspect-ratio: 1;
  z-index: 4;
  border-radius: 50%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tjiNK3Tu4m .card-bg-frame {
    left: -40%;
    bottom: -30%;
  }
}
@media (max-width: 767px) {
  .cid-tjiNK3Tu4m .card-bg-frame {
    left: -28%;
    bottom: -20%;
    width: 100vw;
    height: 100vw;
  }
}
@media (max-width: 575px) {
  .cid-tjiNK3Tu4m .card-bg-frame {
    left: -46%;
    bottom: -22%;
  }
}
.cid-tjiNK3Tu4m .card-text-box {
  position: relative;
  z-index: 5;
  width: 40%;
}
@media (max-width: 767px) {
  .cid-tjiNK3Tu4m .card-text-box {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-tjiNK3Tu4m .card-text-box {
    width: 100%;
  }
}
.cid-tjiNK3Tu4m .card-title {
  color: #b60000;
  margin-bottom: 1rem;
}
.cid-tjiNK3Tu4m .card-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-tjiNK3Tu4m .card-number {
  color: #e10000;
  margin-bottom: 0;
}
.cid-tjiNK3Tu4m .card-text-small {
  color: #fe2929;
  margin-bottom: 0;
}
.cid-tjiNK3Tu4m .mbr-section-btn {
  margin-top: 10px;
}
.cid-tjiNK3Tu4m .card-text,
.cid-tjiNK3Tu4m .mbr-section-btn {
  color: #8c0000;
}
.cid-tDRpj5AVom {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tDRpj5AVom .mbr-section-subtitle {
  color: #767676;
}
.cid-tDRpj5AVom .btn {
  margin: 0 0 .5rem 0;
}
.cid-tDRpj5AVom H2 {
  color: #ff3366;
}
.cid-tDRpcgUsp1.popup-builder {
  background-color: #ffffff;
}
.cid-tDRpcgUsp1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDRpcgUsp1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDRpcgUsp1 .modal-content,
.cid-tDRpcgUsp1 .modal-dialog {
  height: auto;
}
.cid-tDRpcgUsp1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDRpcgUsp1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDRpcgUsp1 .form-wrapper .mbr-form .form-group,
  .cid-tDRpcgUsp1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDRpcgUsp1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDRpcgUsp1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDRpcgUsp1 .mbr-text {
  text-align: center;
}
.cid-tDRpcgUsp1 .pt-0 {
  padding-top: 0 !important;
}
.cid-tDRpcgUsp1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDRpcgUsp1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDRpcgUsp1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDRpcgUsp1 .modal-open {
  overflow: hidden;
}
.cid-tDRpcgUsp1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDRpcgUsp1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDRpcgUsp1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDRpcgUsp1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tDRpcgUsp1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDRpcgUsp1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDRpcgUsp1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDRpcgUsp1 .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tDRpcgUsp1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDRpcgUsp1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDRpcgUsp1 .modal-backdrop.show {
  opacity: .5;
}
.cid-tDRpcgUsp1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tDRpcgUsp1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDRpcgUsp1 .modal-header .close:hover {
  opacity: 1;
}
.cid-tDRpcgUsp1 .modal-header .close:focus {
  outline: none;
}
.cid-tDRpcgUsp1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tDRpcgUsp1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tDRpcgUsp1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tDRpcgUsp1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDRpcgUsp1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDRpcgUsp1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDRpcgUsp1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDRpcgUsp1 .modal-sm {
    max-width: 300px;
  }
  .cid-tDRpcgUsp1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tDRpcgUsp1 .modal-lg,
  .cid-tDRpcgUsp1 .modal-xl {
    max-width: 800px;
  }
  .cid-tDRpcgUsp1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tDRpcgUsp1 .modal-xl {
    max-width: 1140px;
  }
  .cid-tDRpcgUsp1 .container {
    max-width: 1140px;
  }
}
.cid-tDRpcgUsp1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tDRpcgUsp1 .container {
    max-width: 720px;
  }
}
.cid-tDRpcgUsp1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDRpcgUsp1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tDRpcgUsp1 .form-group {
  margin-bottom: 1rem;
}
.cid-tDRpcgUsp1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDRpcgUsp1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDRpcgUsp1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tDRpcgUsp1 P {
  color: #cccccc;
  text-align: center;
}
.cid-tjiLgmAQ4J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b60000;
}
.cid-tjiLgmAQ4J .mbr-text {
  color: #f6f6ef;
}
