body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.3rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff003e !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff003e !important;
  border-color: #ff003e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff4d78 !important;
  border-color: #ff4d78 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff4d78 !important;
  border-color: #ff4d78 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff003e !important;
  border-color: #ff003e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff4d78 !important;
  border-color: #ff4d78 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff4d78 !important;
  border-color: #ff4d78 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #990025;
  color: #990025;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff003e;
  border-color: #ff003e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff003e !important;
  border-color: #ff003e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #990025;
  color: #990025;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff003e;
  border-color: #ff003e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff003e !important;
  border-color: #ff003e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #ff003e !important;
}
.text-secondary {
  color: #ff003e !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff668b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff668b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #565656 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #ef4036;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff003e;
  border-color: #ff003e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff003e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffccd8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ff003e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff003e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff003e;
  border-bottom-color: #ff003e;
}
.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: #ff003e !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: #ff003e !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%;
}
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='%23ff003e' %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;
}
.cid-rWIE8CKc1U {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1271.jpeg");
}
.cid-rWIE8CKc1U .mbr-text,
.cid-rWIE8CKc1U .typed-text,
.cid-rWIE8CKc1U .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rWIE8CKc1U .btn {
  margin-left: 4px !important;
}
.cid-rWIE8CKc1U .animated-element {
  color: #ff003e;
}
.cid-rWIE8CKc1U .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff003e;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rWIE8CKc1U .mbr-section-title DIV {
  text-align: left;
}
.cid-rWIE8CKc1U .mbr-section-title {
  text-align: left;
  color: #efeeee;
}
.cid-rWIE8CKc1U .mbr-section-subtitle {
  text-align: left;
  color: #ff003e;
}
.cid-rWIE8CKc1U .mbr-section-text,
.cid-rWIE8CKc1U .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rrppNRTiTC .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rrppNRTiTC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rrppNRTiTC a {
  font-style: normal;
}
.cid-rrppNRTiTC .show {
  overflow: visible;
}
.cid-rrppNRTiTC .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rrppNRTiTC .dropdown-item:active {
  background-color: transparent;
}
.cid-rrppNRTiTC .nav-link {
  font-weight: 600!important;
}
.cid-rrppNRTiTC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rrppNRTiTC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rrppNRTiTC .nav-item:focus,
.cid-rrppNRTiTC .nav-link:focus {
  outline: none;
}
.cid-rrppNRTiTC .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rrppNRTiTC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rrppNRTiTC .menu-logo {
  margin-right: auto;
}
.cid-rrppNRTiTC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrppNRTiTC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rrppNRTiTC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rrppNRTiTC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rrppNRTiTC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rrppNRTiTC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rrppNRTiTC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rrppNRTiTC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rrppNRTiTC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rrppNRTiTC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rrppNRTiTC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rrppNRTiTC .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rrppNRTiTC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #141414 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rrppNRTiTC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rrppNRTiTC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rrppNRTiTC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rrppNRTiTC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rrppNRTiTC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rrppNRTiTC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rrppNRTiTC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rrppNRTiTC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rrppNRTiTC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rrppNRTiTC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rrppNRTiTC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rrppNRTiTC button.navbar-toggler:focus {
  outline: none;
}
.cid-rrppNRTiTC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef4136;
}
.cid-rrppNRTiTC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rrppNRTiTC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rrppNRTiTC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rrppNRTiTC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rrppNRTiTC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rrppNRTiTC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rrppNRTiTC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rrppNRTiTC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rrppNRTiTC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rrppNRTiTC .collapsed .btn {
  display: -webkit-flex;
}
.cid-rrppNRTiTC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rrppNRTiTC .collapsed .navbar-collapse.collapsing,
.cid-rrppNRTiTC .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rrppNRTiTC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rrppNRTiTC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rrppNRTiTC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rrppNRTiTC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rrppNRTiTC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rrppNRTiTC .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rrppNRTiTC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rrppNRTiTC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rrppNRTiTC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rrppNRTiTC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rrppNRTiTC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-rrppNRTiTC .collapsed button.navbar-toggler {
  display: block;
}
.cid-rrppNRTiTC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rrppNRTiTC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rrppNRTiTC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rrppNRTiTC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rrppNRTiTC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rrppNRTiTC .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 200px) {
  .cid-rrppNRTiTC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rrppNRTiTC img {
    height: 3.8rem !important;
  }
  .cid-rrppNRTiTC .btn {
    display: -webkit-flex;
  }
  .cid-rrppNRTiTC button.navbar-toggler {
    display: block;
  }
  .cid-rrppNRTiTC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rrppNRTiTC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rrppNRTiTC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rrppNRTiTC .navbar-collapse.collapsing,
  .cid-rrppNRTiTC .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rrppNRTiTC .navbar-collapse.collapsing .navbar-nav,
  .cid-rrppNRTiTC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rrppNRTiTC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rrppNRTiTC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rrppNRTiTC .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rrppNRTiTC .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rrppNRTiTC .navbar-collapse.collapsing .navbar-buttons,
  .cid-rrppNRTiTC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rrppNRTiTC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rrppNRTiTC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rrppNRTiTC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rrppNRTiTC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rrppNRTiTC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rrppNRTiTC .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rrppNRTiTC .nav-link {
    justify-content: start!important;
  }
  .cid-rrppNRTiTC .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rrppNRTiTC .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rrppNRTiTC .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rrppNRTiTC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rrppNRTiTC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rrppNRTiTC .nav-link:hover,
.cid-rrppNRTiTC .dropdown-item:hover {
  color: #ef4136 !important;
}
@media (min-width: 1500px) {
  .cid-rrppNRTiTC .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rrppNRTiTC .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rWPKquuOBn {
  padding-top: 0px;
  padding-bottom: 8px;
  background-color: #ff003e;
}
.cid-rWPKquuOBn .row {
  position: relative;
}
.cid-rWPKquuOBn .container {
  max-width: 1500px;
}
.cid-rWPKquuOBn h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-rWPKquuOBn .content-wrapper {
  max-width: 800px;
}
.cid-rWPKquuOBn H1 {
  color: #ffffff;
}
.cid-rWPKquuOBn .mbr-text,
.cid-rWPKquuOBn .mbr-section-btn {
  color: #0c0c0c;
}
.cid-rWPKquuOBn H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-rWPKquuOBn .container {
    padding: 0 4rem;
  }
}
.cid-rWInf07aAn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/slider-video1-1920x1080.jpg");
}
.cid-rWInf07aAn .container {
  padding: 0 3rem;
}
.cid-rWInf07aAn .star1 .star-1 {
  fill: #ff003e;
}
.cid-rWInf07aAn .star1 .star-2,
.cid-rWInf07aAn .star1 .star-3,
.cid-rWInf07aAn .star1 .star-4,
.cid-rWInf07aAn .star1 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-rWInf07aAn .star2 .star-1,
.cid-rWInf07aAn .star2 .star-2 {
  fill: #ff003e;
}
.cid-rWInf07aAn .star2 .star-3,
.cid-rWInf07aAn .star2 .star-4,
.cid-rWInf07aAn .star2 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-rWInf07aAn .star3 .star-1,
.cid-rWInf07aAn .star3 .star-2,
.cid-rWInf07aAn .star3 .star-3 {
  fill: #ff003e;
}
.cid-rWInf07aAn .star3 .star-4,
.cid-rWInf07aAn .star3 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-rWInf07aAn .star4 .star-1,
.cid-rWInf07aAn .star4 .star-2,
.cid-rWInf07aAn .star4 .star-3,
.cid-rWInf07aAn .star4 .star-4 {
  fill: #ff003e;
}
.cid-rWInf07aAn .star4 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-rWInf07aAn .star5 .star-1,
.cid-rWInf07aAn .star5 .star-2,
.cid-rWInf07aAn .star5 .star-3,
.cid-rWInf07aAn .star5 .star-4,
.cid-rWInf07aAn .star5 .star-5 {
  fill: #ff003e;
}
.cid-rWInf07aAn .mbr-section-btn {
  margin-top: 1rem;
}
.cid-rWInf07aAn .mbr-section-btn .btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rWInf07aAn .table-heading {
  width: 100%;
  display: block;
}
.cid-rWInf07aAn .table-wrapper {
  border: 1px solid #cccccc;
  padding: 2rem 1rem;
  background-color: #ffffff;
  transition: 0.3s ease-out all;
}
.cid-rWInf07aAn .table-wrapper:hover {
  transition: margin .5s;
  margin-top: -5px;
  background-color: #cccccc;
  border: 1px solid #bfbfbf;
}
.cid-rWInf07aAn .table-wrapper:hover .pricing-value,
.cid-rWInf07aAn .table-wrapper:hover .stars,
.cid-rWInf07aAn .table-wrapper:hover .mbr-list,
.cid-rWInf07aAn .table-wrapper:hover .table-heading {
  color: #000000 !important;
}
.cid-rWInf07aAn .stars {
  margin: 1rem 0;
}
.cid-rWInf07aAn ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem 0;
}
.cid-rWInf07aAn li {
  margin: 1rem 0;
}
.cid-rWInf07aAn .left-bottom {
  border-radius: 15px 0 0 15px;
}
.cid-rWInf07aAn .right-bottom {
  border-radius: 0 15px 15px 0;
}
.cid-rWInf07aAn .all-border {
  border-radius: 15px 15px 15px 15px;
}
@media (max-width: 767px) {
  .cid-rWInf07aAn .container {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-rWInf07aAn .table-wrapper {
    border-radius: 15px !important;
    margin: 1em 1em;
  }
}
.cid-rWInf07aAn .mbr-list {
  text-align: center;
  color: #102951;
}
.cid-rWInf07aAn .table-heading,
.cid-rWInf07aAn .stars {
  color: #102951;
}
.cid-rWInf07aAn .pricing-value,
.cid-rWInf07aAn .mbr-section-btn {
  color: #102951;
}
.cid-rX4Mju5KAF {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #ff003e;
}
.cid-rX4Mju5KAF .row {
  position: relative;
}
.cid-rX4Mju5KAF .container {
  max-width: 1500px;
}
.cid-rX4Mju5KAF h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-rX4Mju5KAF .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rX4Mju5KAF .container {
    padding: 0 4rem;
  }
}
.cid-sORzGzZIBv {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #c1c1c1;
}
.cid-sORzGzZIBv img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sORzGzZIBv .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sORzGzZIBv .card:hover {
  opacity: 0.9;
}
.cid-sORzGzZIBv H1 {
  color: #ffffff;
}
.cid-sORzGzZIBv .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sORzGzZIBv .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-rYvETPSRXz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rYvETPSRXz .mbr-section-title {
  color: #102951;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  width: 100%;
}
.cid-rYvETPSRXz .mbr-section-btn {
  width: 100%;
}
.cid-rYvETPSRXz .mbr-section-subtitle {
  color: #232323;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.cid-rYvETPSRXz .card {
  padding: 1rem .5rem;
}
.cid-rYvETPSRXz .wrap {
  width: 115px;
  height: 115px;
  margin: 0 auto;
}
.cid-rYvETPSRXz .wrap .pie_progress {
  height: inherit;
}
.cid-rYvETPSRXz .btn {
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .cid-rYvETPSRXz .main > div {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rYvETPSRXz h2,
  .cid-rYvETPSRXz h3 {
    text-align: center !important;
  }
  .cid-rYvETPSRXz .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rYvETPSRXz .main > div > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rYvETPSRXz .second-col {
    padding-top: 1.5rem;
  }
}
.cid-rYvETPSRXz path {
  stroke: #ff003e;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rYvETPSRXz .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rYvETPSRXz H4 {
  color: #102951;
}
.cid-rYvETPSRXz P {
  color: #ffffff;
}
.cid-rX4BgsFB2l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-rX4BgsFB2l .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rX4BgsFB2l .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rX4BgsFB2l .card-img span {
  font-size: 100px;
}
.cid-rX4BgsFB2l .mbr-text,
.cid-rX4BgsFB2l .mbr-section-btn {
  color: #ffffff;
}
.cid-rX4BgsFB2l .mbr-section-title,
.cid-rX4BgsFB2l .card-img {
  color: #102951;
}
.cid-rWPIIIIKHm {
  padding-top: 0px;
  padding-bottom: 8px;
  background-color: #efeeee;
}
.cid-rWPIIIIKHm .row {
  position: relative;
}
.cid-rWPIIIIKHm .container {
  max-width: 1500px;
}
.cid-rWPIIIIKHm h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-rWPIIIIKHm .content-wrapper {
  max-width: 800px;
}
.cid-rWPIIIIKHm H1 {
  color: #ffffff;
}
.cid-rWPIIIIKHm .mbr-text,
.cid-rWPIIIIKHm .mbr-section-btn {
  color: #0c0c0c;
}
.cid-rWPIIIIKHm H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-rWPIIIIKHm .container {
    padding: 0 4rem;
  }
}
.cid-rwFIZPkou9 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #102951;
}
.cid-rwFIZPkou9 .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-s4subSgSve {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1271.jpeg");
}
.cid-s4subSgSve .mbr-text,
.cid-s4subSgSve .typed-text,
.cid-s4subSgSve .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s4subSgSve .btn {
  margin-left: 4px !important;
}
.cid-s4subSgSve .animated-element {
  color: #ff003e;
}
.cid-s4subSgSve .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff003e;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s4subSgSve .mbr-section-title DIV {
  text-align: left;
}
.cid-s4subSgSve .mbr-section-title {
  text-align: left;
  color: #767676;
}
.cid-s4subSgSve .mbr-section-subtitle {
  text-align: left;
  color: #ff003e;
}
.cid-s4subSgSve .mbr-section-text,
.cid-s4subSgSve .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rWQB7vPMzt {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #ff003e;
}
.cid-rWQB7vPMzt .row {
  position: relative;
}
.cid-rWQB7vPMzt .container {
  max-width: 1500px;
}
.cid-rWQB7vPMzt h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-rWQB7vPMzt .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rWQB7vPMzt .container {
    padding: 0 4rem;
  }
}
.cid-rWQF1wS1cT {
  padding-top: 195px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/slider-video1-1920x1080.jpg");
}
.cid-rWQF1wS1cT .row {
  position: relative;
}
.cid-rWQF1wS1cT .container {
  max-width: 1500px;
}
.cid-rWQF1wS1cT h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-rWQF1wS1cT .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rWQF1wS1cT .container {
    padding: 0 4rem;
  }
}
.cid-rWNS0IAIOI .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rWNS0IAIOI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rWNS0IAIOI a {
  font-style: normal;
}
.cid-rWNS0IAIOI .show {
  overflow: visible;
}
.cid-rWNS0IAIOI .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rWNS0IAIOI .dropdown-item:active {
  background-color: transparent;
}
.cid-rWNS0IAIOI .nav-link {
  font-weight: 600!important;
}
.cid-rWNS0IAIOI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rWNS0IAIOI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rWNS0IAIOI .nav-item:focus,
.cid-rWNS0IAIOI .nav-link:focus {
  outline: none;
}
.cid-rWNS0IAIOI .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rWNS0IAIOI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rWNS0IAIOI .menu-logo {
  margin-right: auto;
}
.cid-rWNS0IAIOI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWNS0IAIOI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rWNS0IAIOI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rWNS0IAIOI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rWNS0IAIOI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rWNS0IAIOI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rWNS0IAIOI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rWNS0IAIOI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rWNS0IAIOI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rWNS0IAIOI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWNS0IAIOI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rWNS0IAIOI .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rWNS0IAIOI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #141414 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rWNS0IAIOI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWNS0IAIOI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rWNS0IAIOI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWNS0IAIOI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rWNS0IAIOI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rWNS0IAIOI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rWNS0IAIOI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rWNS0IAIOI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rWNS0IAIOI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rWNS0IAIOI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rWNS0IAIOI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rWNS0IAIOI button.navbar-toggler:focus {
  outline: none;
}
.cid-rWNS0IAIOI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef4136;
}
.cid-rWNS0IAIOI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWNS0IAIOI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWNS0IAIOI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWNS0IAIOI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWNS0IAIOI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWNS0IAIOI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWNS0IAIOI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWNS0IAIOI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWNS0IAIOI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rWNS0IAIOI .collapsed .btn {
  display: -webkit-flex;
}
.cid-rWNS0IAIOI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rWNS0IAIOI .collapsed .navbar-collapse.collapsing,
.cid-rWNS0IAIOI .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rWNS0IAIOI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rWNS0IAIOI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rWNS0IAIOI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rWNS0IAIOI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rWNS0IAIOI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rWNS0IAIOI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rWNS0IAIOI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rWNS0IAIOI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rWNS0IAIOI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rWNS0IAIOI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rWNS0IAIOI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-rWNS0IAIOI .collapsed button.navbar-toggler {
  display: block;
}
.cid-rWNS0IAIOI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rWNS0IAIOI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rWNS0IAIOI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rWNS0IAIOI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rWNS0IAIOI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rWNS0IAIOI .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 200px) {
  .cid-rWNS0IAIOI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rWNS0IAIOI img {
    height: 3.8rem !important;
  }
  .cid-rWNS0IAIOI .btn {
    display: -webkit-flex;
  }
  .cid-rWNS0IAIOI button.navbar-toggler {
    display: block;
  }
  .cid-rWNS0IAIOI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rWNS0IAIOI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rWNS0IAIOI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rWNS0IAIOI .navbar-collapse.collapsing,
  .cid-rWNS0IAIOI .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rWNS0IAIOI .navbar-collapse.collapsing .navbar-nav,
  .cid-rWNS0IAIOI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rWNS0IAIOI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rWNS0IAIOI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rWNS0IAIOI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rWNS0IAIOI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rWNS0IAIOI .navbar-collapse.collapsing .navbar-buttons,
  .cid-rWNS0IAIOI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rWNS0IAIOI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rWNS0IAIOI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rWNS0IAIOI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rWNS0IAIOI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rWNS0IAIOI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rWNS0IAIOI .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rWNS0IAIOI .nav-link {
    justify-content: start!important;
  }
  .cid-rWNS0IAIOI .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rWNS0IAIOI .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rWNS0IAIOI .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rWNS0IAIOI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rWNS0IAIOI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rWNS0IAIOI .nav-link:hover,
.cid-rWNS0IAIOI .dropdown-item:hover {
  color: #ef4136 !important;
}
@media (min-width: 1500px) {
  .cid-rWNS0IAIOI .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rWNS0IAIOI .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s4suzFGnqS {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #ff003e;
}
.cid-s4suzFGnqS .row {
  position: relative;
}
.cid-s4suzFGnqS .container {
  max-width: 1500px;
}
.cid-s4suzFGnqS h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-s4suzFGnqS .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-s4suzFGnqS .container {
    padding: 0 4rem;
  }
}
.cid-sORAmXJoNB {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #c1c1c1;
}
.cid-sORAmXJoNB img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sORAmXJoNB .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sORAmXJoNB .card:hover {
  opacity: 0.9;
}
.cid-sORAmXJoNB H1 {
  color: #ffffff;
}
.cid-sORAmXJoNB .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sORAmXJoNB .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-rWQoEMyREL.popup-builder {
  background-color: #ffffff;
}
.cid-rWQoEMyREL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWQoEMyREL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWQoEMyREL .modal-content,
.cid-rWQoEMyREL .modal-dialog {
  height: auto;
}
.cid-rWQoEMyREL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWQoEMyREL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWQoEMyREL .form-wrapper .mbr-form .form-group,
  .cid-rWQoEMyREL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWQoEMyREL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWQoEMyREL .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-rWQoEMyREL .mbr-text {
  text-align: center;
}
.cid-rWQoEMyREL .pt-0 {
  padding-top: 0 !important;
}
.cid-rWQoEMyREL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWQoEMyREL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWQoEMyREL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWQoEMyREL .modal-open {
  overflow: hidden;
}
.cid-rWQoEMyREL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWQoEMyREL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 5;
}
.cid-rWQoEMyREL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWQoEMyREL .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-rWQoEMyREL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWQoEMyREL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWQoEMyREL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWQoEMyREL .modal-content {
  background: #ffffff;
  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-rWQoEMyREL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWQoEMyREL .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWQoEMyREL .modal-backdrop.show {
  opacity: .5;
}
.cid-rWQoEMyREL .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-rWQoEMyREL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWQoEMyREL .modal-header .close:hover {
  opacity: 1;
}
.cid-rWQoEMyREL .modal-header .close:focus {
  outline: none;
}
.cid-rWQoEMyREL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #102951;
}
.cid-rWQoEMyREL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWQoEMyREL .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-rWQoEMyREL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWQoEMyREL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWQoEMyREL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWQoEMyREL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWQoEMyREL .modal-sm {
    max-width: 300px;
  }
  .cid-rWQoEMyREL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWQoEMyREL .modal-lg,
  .cid-rWQoEMyREL .modal-xl {
    max-width: 800px;
  }
  .cid-rWQoEMyREL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWQoEMyREL .modal-xl {
    max-width: 1140px;
  }
  .cid-rWQoEMyREL .container {
    max-width: 1140px;
  }
}
.cid-rWQoEMyREL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWQoEMyREL .container {
    max-width: 720px;
  }
}
.cid-rWQoEMyREL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWQoEMyREL .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-rWQoEMyREL .form-group {
  margin-bottom: 1rem;
}
.cid-rWQoEMyREL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWQoEMyREL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWQoEMyREL .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-rWNS0MRu5g {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #102951;
}
.cid-rWNS0MRu5g .media-container-row .mbr-text {
  color: #cccccc;
}
