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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* 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: #1f143e !important;
}
.bg-success {
  background-color: #a6335a !important;
}
.bg-info {
  background-color: #3b3853 !important;
}
.bg-warning {
  background-color: #e8e9eb !important;
}
.bg-danger {
  background-color: #3d2c70 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1f143e !important;
  border-color: #1f143e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #020104 !important;
  border-color: #020104 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #020104 !important;
  border-color: #020104 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f95754 !important;
  border-color: #f95754 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f60e0a !important;
  border-color: #f60e0a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f60e0a !important;
  border-color: #f60e0a !important;
}
.btn-info,
.btn-info:active {
  background-color: #3b3853 !important;
  border-color: #3b3853 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1b1925 !important;
  border-color: #1b1925 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1b1925 !important;
  border-color: #1b1925 !important;
}
.btn-success,
.btn-success:active {
  background-color: #a6335a !important;
  border-color: #a6335a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #6b213a !important;
  border-color: #6b213a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6b213a !important;
  border-color: #6b213a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e8e9eb !important;
  border-color: #e8e9eb !important;
  color: #636871 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #636871 !important;
  background-color: #bfc2c7 !important;
  border-color: #bfc2c7 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #636871 !important;
  background-color: #bfc2c7 !important;
  border-color: #bfc2c7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3d2c70 !important;
  border-color: #3d2c70 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1f1639 !important;
  border-color: #1f1639 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1f1639 !important;
  border-color: #1f1639 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1f143e;
  border-color: #1f143e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1f143e !important;
  border-color: #1f143e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #df0c08;
  color: #df0c08;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f95754;
  border-color: #f95754;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f95754 !important;
  border-color: #f95754 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #100f16;
  color: #100f16;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #3b3853;
  border-color: #3b3853;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3b3853 !important;
  border-color: #3b3853 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #581b30;
  color: #581b30;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #a6335a;
  border-color: #a6335a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a6335a !important;
  border-color: #a6335a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b1b5bc;
  color: #b1b5bc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #636871;
  background-color: #e8e9eb;
  border-color: #e8e9eb;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #636871 !important;
  background-color: #e8e9eb !important;
  border-color: #e8e9eb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #150f27;
  color: #150f27;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #3d2c70;
  border-color: #3d2c70;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3d2c70 !important;
  border-color: #3d2c70 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1f143e !important;
}
.text-secondary {
  color: #f95754 !important;
}
.text-success {
  color: #a6335a !important;
}
.text-info {
  color: #3b3853 !important;
}
.text-warning {
  color: #e8e9eb !important;
}
.text-danger {
  color: #3d2c70 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #df0c08 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #581b30 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #100f16 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b1b5bc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #150f27 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3b3853;
}
.alert-warning {
  background-color: #e8e9eb;
}
.alert-danger {
  background-color: #3d2c70;
}
.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: #1f143e;
  border-color: #1f143e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1f143e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8469cf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d8809e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aeabc6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #755cbf;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #1f143e;
}
/* 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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #1f143e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1f143e;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1f143e;
  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: #1f143e;
  border-bottom-color: #1f143e;
}
.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: #1f143e !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: #f95754 !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: 100px;
  height: 100px;
  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='%231f143e' %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.3;
}
.cid-s27UyNJb7U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .nav-item:focus,
.cid-s27UyNJb7U .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s27UyNJb7U .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s27UyNJb7U .nav-item {
    position: relative;
  }
  .cid-s27UyNJb7U .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1f143e, #f95754);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s27UyNJb7U .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s27UyNJb7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s27UyNJb7U .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-s27UyNJb7U .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s27UyNJb7U .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s27UyNJb7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s27UyNJb7U .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s27UyNJb7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s27UyNJb7U .navbar.collapsed .right-menu,
.cid-s27UyNJb7U .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse.show,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .navbar-collapse.show .brand-container,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s27UyNJb7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s27UyNJb7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s27UyNJb7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s27UyNJb7U .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s27UyNJb7U .navbar .right-menu,
  .cid-s27UyNJb7U .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s27UyNJb7U .navbar.navbar-short {
  min-height: 60px;
}
.cid-s27UyNJb7U .navbar.navbar-short .mbr-overlay {
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s27UyNJb7U .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s27UyNJb7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s27UyNJb7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s27UyNJb7U .dropdown-item.active,
.cid-s27UyNJb7U .dropdown-item:active {
  background-color: transparent;
}
.cid-s27UyNJb7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s27UyNJb7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27UyNJb7U ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s27UyNJb7U .navbar-buttons {
  margin-left: auto;
}
.cid-s27UyNJb7U button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U .navbar-dropdown {
  position: fixed;
}
.cid-s27UyNJb7U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s27UyNJb7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s27UyNJb7U .right-menu,
.cid-s27UyNJb7U .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s27UyNJb7U .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s27UyNJb7U .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-s27UyNJb7U .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s27UyNJb7U .card-wrapper {
  z-index: 3;
}
.cid-s27UyNJb7U .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27ZpyRRQ0 .mbr-arrow {
  background: #f95754 !important;
  opacity: .7;
}
.cid-s27ZpyRRQ0 .mbr-arrow i {
  color: #120e1d !important;
}
.cid-s27ZpyRRQ0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s27ZpyRRQ0 .animated-element,
.cid-s27ZpyRRQ0 .typed-cursor {
  color: #ffffff;
}
.cid-s27ZpyRRQ0 .animated-element {
  border-bottom: 5px solid #bf285b;
}
@media (max-width: 767px) {
  .cid-s27ZpyRRQ0 .typed-text {
    text-align: center;
  }
}
.cid-rYer05NkIC {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #1f143e;
}
.cid-rYer05NkIC .container-fluid {
  padding: 0 3rem;
}
.cid-rYer05NkIC .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #1f143e, #f95754);
  display: inline-block;
}
.cid-rYer05NkIC .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYer05NkIC .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-rYer05NkIC .card .card-wrapper {
  height: 1%;
}
.cid-rYer05NkIC .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-rYer05NkIC .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-rYer05NkIC .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #3d2c70;
}
.cid-rYer05NkIC .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-rYer05NkIC .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-rYer05NkIC .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rYer05NkIC .img-text {
  color: #ffffff;
}
.cid-rYer05NkIC .mbr-section-title,
.cid-rYer05NkIC .underline {
  color: #e8e9eb;
}
.cid-rYer05NkIC .mbr-card-text,
.cid-rYer05NkIC .mbr-section-btn {
  color: #e8e9eb;
}
.cid-s27YlC6Y7N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #120e1d;
}
.cid-s27YlC6Y7N a:link {
  text-decoration: none;
}
.cid-s27YlC6Y7N .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #bf285b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s27YlC6Y7N .icon-transition span:hover {
  background-color: #7f1933;
}
.cid-s27YlC6Y7N .inner-text {
  line-height: 3em;
}
.cid-s27YlC6Y7N .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s27YlC6Y7N .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s27YlC6Y7N .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s27YlC6Y7N .content-text,
.cid-s27YlC6Y7N .inner-text {
  color: #c1c1c1;
}
.cid-rDwero5hTN {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #3d2c70;
}
.cid-rDwero5hTN .mbr-section-subtitle {
  color: #efefef;
}
.cid-rDwero5hTN H2 {
  color: #ffffff;
}
.cid-rDe6tSp2X9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #a6335a;
}
.cid-rDe6tSp2X9 .mbr-section-subtitle {
  color: #efefef;
}
.cid-rDe6tSp2X9 H2 {
  color: #ffffff;
}
.cid-rOn2DxOjhX {
  background-image: url("../../../assets/images/dsc0285-2000x1333.jpg");
}
.cid-rOn2DxOjhX H1 {
  text-align: left;
}
.cid-rOn2DxOjhX .mbr-text,
.cid-rOn2DxOjhX .mbr-section-btn {
  text-align: left;
}
.cid-rOOQxbl2tB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f143e;
}
.cid-rOOQxbl2tB .mbr-section-subtitle {
  color: #d1d3d3;
  font-weight: 300;
}
.cid-rOOQxbl2tB .mbr-content-text {
  color: #767676;
}
.cid-rOOQxbl2tB .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rOOQxbl2tB .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rOOQxbl2tB .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rOOQxbl2tB .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rOOQxbl2tB .media-block {
    padding-right: 2rem;
  }
}
.cid-rOOQxbl2tB .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rOOQxbl2tB .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rOOQxbl2tB .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rOOQxbl2tB .count {
  color: #ffffff;
}
.cid-rOOQxbl2tB H4 {
  color: #ffffff;
}
.cid-rOn2E6slmu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f143e;
}
.cid-rOn2E6slmu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rOn2E6slmu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rOn2E6slmu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rOn2E6slmu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rOn2E6slmu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bf285b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rOn2E6slmu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rOn2E6slmu .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rOn2E6slmu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rOn2E6slmu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #bf285b !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rOn2EEnEEG H1 {
  text-align: left;
}
.cid-rOn2EEnEEG .mbr-text,
.cid-rOn2EEnEEG .mbr-section-btn {
  text-align: left;
}
.cid-rOOXoV4GW5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f143e;
}
.cid-rOOXoV4GW5 .mbr-section-subtitle {
  color: #d1d3d3;
  font-weight: 300;
}
.cid-rOOXoV4GW5 .mbr-content-text {
  color: #767676;
}
.cid-rOOXoV4GW5 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rOOXoV4GW5 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rOOXoV4GW5 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rOOXoV4GW5 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rOOXoV4GW5 .media-block {
    padding-right: 2rem;
  }
}
.cid-rOOXoV4GW5 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rOOXoV4GW5 .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rOOXoV4GW5 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rOOXoV4GW5 .count {
  color: #ffffff;
}
.cid-rOOXoV4GW5 H4 {
  color: #d1d3d3;
}
.cid-rOn2FsEDLG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1f143e;
}
.cid-rOn2FsEDLG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rOn2FsEDLG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rOn2FsEDLG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rOn2FsEDLG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rOn2FsEDLG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bf285b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rOn2FsEDLG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rOn2FsEDLG .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rOn2FsEDLG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rOn2FsEDLG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #bf285b !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rDu2Qeqq7p H1 {
  text-align: left;
}
.cid-rDu2Qeqq7p .mbr-text,
.cid-rDu2Qeqq7p .mbr-section-btn {
  text-align: left;
}
.cid-rDtWb0gm9n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f143e;
}
.cid-rDtWb0gm9n .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rDtWb0gm9n .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rDtWb0gm9n .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rDtWb0gm9n .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rDtWb0gm9n .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bf285b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rDtWb0gm9n .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rDtWb0gm9n .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rDtWb0gm9n .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rDtWb0gm9n .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #bf285b !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rDu4UeXNm3 H1 {
  text-align: left;
}
.cid-rDu4UeXNm3 .mbr-text,
.cid-rDu4UeXNm3 .mbr-section-btn {
  text-align: left;
}
.cid-rDu5kBeKAh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f143e;
}
.cid-rDu5kBeKAh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rDu5kBeKAh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rDu5kBeKAh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rDu5kBeKAh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rDu5kBeKAh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bf285b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rDu5kBeKAh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rDu5kBeKAh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rDu5kBeKAh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rDu5kBeKAh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #bf285b !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rDe6ZUkUNP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #a6335a;
}
.cid-rDe6ZUkUNP .mbr-section-subtitle {
  color: #767676;
}
.cid-rDe6ZUkUNP H2 {
  color: #ffffff;
}
.cid-rDe8iAsOHb {
  padding-top: 60px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #1f143e, #1f143e);
}
@media (min-width: 992px) {
  .cid-rDe8iAsOHb .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rDe8iAsOHb .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rDe8iAsOHb .mbr-section-title {
  color: #ffffff;
}
.cid-rDe8iAsOHb .mbr-text,
.cid-rDe8iAsOHb .mbr-section-btn {
  color: #d1d3d3;
  text-align: right;
}
.cid-rDwg96D5YU {
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #1f143e, #1f143e);
}
@media (min-width: 992px) {
  .cid-rDwg96D5YU .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rDwg96D5YU .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rDwg96D5YU .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rDwg96D5YU .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-rDwg96D5YU .mbr-section-title {
  color: #ffffff;
}
.cid-rDwg96D5YU .mbr-text,
.cid-rDwg96D5YU .mbr-section-btn {
  color: #d1d3d3;
  text-align: right;
}
.cid-s2ecdkZmtE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #120e1d;
}
.cid-s2ecdkZmtE a:link {
  text-decoration: none;
}
.cid-s2ecdkZmtE .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #bf285b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2ecdkZmtE .icon-transition span:hover {
  background-color: #7f1933;
}
.cid-s2ecdkZmtE .inner-text {
  line-height: 3em;
}
.cid-s2ecdkZmtE .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ecdkZmtE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2ecdkZmtE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2ecdkZmtE .content-text,
.cid-s2ecdkZmtE .inner-text {
  color: #c1c1c1;
}
.cid-s27UyNJb7U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .nav-item:focus,
.cid-s27UyNJb7U .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s27UyNJb7U .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s27UyNJb7U .nav-item {
    position: relative;
  }
  .cid-s27UyNJb7U .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1f143e, #f95754);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s27UyNJb7U .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s27UyNJb7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s27UyNJb7U .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-s27UyNJb7U .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s27UyNJb7U .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s27UyNJb7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s27UyNJb7U .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s27UyNJb7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s27UyNJb7U .navbar.collapsed .right-menu,
.cid-s27UyNJb7U .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse.show,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .navbar-collapse.show .brand-container,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s27UyNJb7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s27UyNJb7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s27UyNJb7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s27UyNJb7U .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s27UyNJb7U .navbar .right-menu,
  .cid-s27UyNJb7U .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s27UyNJb7U .navbar.navbar-short {
  min-height: 60px;
}
.cid-s27UyNJb7U .navbar.navbar-short .mbr-overlay {
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s27UyNJb7U .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s27UyNJb7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s27UyNJb7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s27UyNJb7U .dropdown-item.active,
.cid-s27UyNJb7U .dropdown-item:active {
  background-color: transparent;
}
.cid-s27UyNJb7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s27UyNJb7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27UyNJb7U ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s27UyNJb7U .navbar-buttons {
  margin-left: auto;
}
.cid-s27UyNJb7U button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U .navbar-dropdown {
  position: fixed;
}
.cid-s27UyNJb7U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s27UyNJb7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s27UyNJb7U .right-menu,
.cid-s27UyNJb7U .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s27UyNJb7U .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s27UyNJb7U .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-s27UyNJb7U .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s27UyNJb7U .card-wrapper {
  z-index: 3;
}
.cid-s27UyNJb7U .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rDeXXAIIJ1 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #a6335a;
}
.cid-rDeXXAIIJ1 .mbr-section-subtitle {
  color: #767676;
}
.cid-rDeXXAIIJ1 H2 {
  color: #ffffff;
}
.cid-rOltcVAjzW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #1f143e;
}
.cid-rOltcVAjzW h3 {
  text-align: center;
}
.cid-rOltcVAjzW .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rOltcVAjzW .mbr-content-text {
  color: #767676;
}
.cid-rOltcVAjzW .card {
  word-wrap: break-word;
}
.cid-rOltcVAjzW .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rOltcVAjzW H3 {
  color: #ffffff;
}
.cid-rOltcVAjzW H4 {
  color: #d1d3d3;
}
.cid-rOltcVAjzW .mbr-section-title {
  color: #bf285b;
}
.cid-rDujtWXvVD {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #1f143e;
}
.cid-rDujtWXvVD h2 {
  text-align: left;
}
.cid-rDujtWXvVD h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rDujtWXvVD p {
  color: #767676;
  text-align: left;
}
.cid-rDujtWXvVD .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rDujtWXvVD .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rDujtWXvVD .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rDujtWXvVD .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rDujtWXvVD .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rDujtWXvVD .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rDujtWXvVD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rDujtWXvVD .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rDujtWXvVD .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rDujtWXvVD .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rDujtWXvVD .card-img span {
    font-size: 40px !important;
  }
}
.cid-rDujtWXvVD H2 {
  text-align: center;
  color: #d1d3d3;
}
.cid-rDujtWXvVD P {
  text-align: left;
  color: #d1d3d3;
}
.cid-s2ed0F89Bp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #120e1d;
}
.cid-s2ed0F89Bp a:link {
  text-decoration: none;
}
.cid-s2ed0F89Bp .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #bf285b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2ed0F89Bp .icon-transition span:hover {
  background-color: #7f1933;
}
.cid-s2ed0F89Bp .inner-text {
  line-height: 3em;
}
.cid-s2ed0F89Bp .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ed0F89Bp .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2ed0F89Bp .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2ed0F89Bp .content-text,
.cid-s2ed0F89Bp .inner-text {
  color: #c1c1c1;
}
.cid-s27UyNJb7U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .nav-item:focus,
.cid-s27UyNJb7U .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s27UyNJb7U .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s27UyNJb7U .nav-item {
    position: relative;
  }
  .cid-s27UyNJb7U .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1f143e, #f95754);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s27UyNJb7U .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s27UyNJb7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s27UyNJb7U .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-s27UyNJb7U .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s27UyNJb7U .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s27UyNJb7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s27UyNJb7U .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s27UyNJb7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s27UyNJb7U .navbar.collapsed .right-menu,
.cid-s27UyNJb7U .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse.show,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .navbar-collapse.show .brand-container,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s27UyNJb7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s27UyNJb7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s27UyNJb7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s27UyNJb7U .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s27UyNJb7U .navbar .right-menu,
  .cid-s27UyNJb7U .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s27UyNJb7U .navbar.navbar-short {
  min-height: 60px;
}
.cid-s27UyNJb7U .navbar.navbar-short .mbr-overlay {
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s27UyNJb7U .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s27UyNJb7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s27UyNJb7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s27UyNJb7U .dropdown-item.active,
.cid-s27UyNJb7U .dropdown-item:active {
  background-color: transparent;
}
.cid-s27UyNJb7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s27UyNJb7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27UyNJb7U ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s27UyNJb7U .navbar-buttons {
  margin-left: auto;
}
.cid-s27UyNJb7U button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U .navbar-dropdown {
  position: fixed;
}
.cid-s27UyNJb7U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s27UyNJb7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s27UyNJb7U .right-menu,
.cid-s27UyNJb7U .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s27UyNJb7U .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s27UyNJb7U .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-s27UyNJb7U .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s27UyNJb7U .card-wrapper {
  z-index: 3;
}
.cid-s27UyNJb7U .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rDe6tSp2X9 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #a6335a;
}
.cid-rDe6tSp2X9 .mbr-section-subtitle {
  color: #efefef;
}
.cid-rDe6tSp2X9 H2 {
  color: #ffffff;
}
.cid-rYN4ERa0HT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1f143e;
}
.cid-rYN4ERa0HT .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #3d2c70;
  color: #444444;
  padding: 0;
}
.cid-rYN4ERa0HT .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rYN4ERa0HT p {
  line-height: 1.6;
}
.cid-rYN4ERa0HT .rev,
.cid-rYN4ERa0HT .mbr-iconfont {
  display: inline-block;
}
.cid-rYN4ERa0HT .card-title {
  color: #d1d3d3;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rYN4ERa0HT .card-box {
  padding: 1.5rem;
}
.cid-rYN4ERa0HT .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rYN4ERa0HT .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-rYN4ERa0HT .mbr-section-title,
.cid-rYN4ERa0HT .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rYN4ERa0HT .rev {
  color: #0a1c44;
}
.cid-rYN4ERa0HT .card-text,
.cid-rYN4ERa0HT .mbr-section-btn,
.cid-rYN4ERa0HT .ico-line {
  color: #767676;
}
.cid-s2ecnqCPGu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #120e1d;
}
.cid-s2ecnqCPGu a:link {
  text-decoration: none;
}
.cid-s2ecnqCPGu .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #bf285b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2ecnqCPGu .icon-transition span:hover {
  background-color: #7f1933;
}
.cid-s2ecnqCPGu .inner-text {
  line-height: 3em;
}
.cid-s2ecnqCPGu .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ecnqCPGu .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2ecnqCPGu .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2ecnqCPGu .content-text,
.cid-s2ecnqCPGu .inner-text {
  color: #c1c1c1;
}
.cid-s27UyNJb7U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .nav-item:focus,
.cid-s27UyNJb7U .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s27UyNJb7U .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s27UyNJb7U .nav-item {
    position: relative;
  }
  .cid-s27UyNJb7U .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1f143e, #f95754);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s27UyNJb7U .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s27UyNJb7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s27UyNJb7U .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-s27UyNJb7U .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s27UyNJb7U .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s27UyNJb7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s27UyNJb7U .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s27UyNJb7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s27UyNJb7U .navbar.collapsed .right-menu,
.cid-s27UyNJb7U .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse.show,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .navbar-collapse.show .brand-container,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s27UyNJb7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s27UyNJb7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s27UyNJb7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s27UyNJb7U .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s27UyNJb7U .navbar .right-menu,
  .cid-s27UyNJb7U .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s27UyNJb7U .navbar.navbar-short {
  min-height: 60px;
}
.cid-s27UyNJb7U .navbar.navbar-short .mbr-overlay {
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s27UyNJb7U .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s27UyNJb7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s27UyNJb7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s27UyNJb7U .dropdown-item.active,
.cid-s27UyNJb7U .dropdown-item:active {
  background-color: transparent;
}
.cid-s27UyNJb7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s27UyNJb7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27UyNJb7U ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s27UyNJb7U .navbar-buttons {
  margin-left: auto;
}
.cid-s27UyNJb7U button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U .navbar-dropdown {
  position: fixed;
}
.cid-s27UyNJb7U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s27UyNJb7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s27UyNJb7U .right-menu,
.cid-s27UyNJb7U .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s27UyNJb7U .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s27UyNJb7U .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-s27UyNJb7U .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s27UyNJb7U .card-wrapper {
  z-index: 3;
}
.cid-s27UyNJb7U .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rDe6ZUkUNP {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #a6335a;
}
.cid-rDe6ZUkUNP .mbr-section-subtitle {
  color: #767676;
}
.cid-rDe6ZUkUNP H2 {
  color: #ffffff;
}
.cid-rDe8iAsOHb {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #1f143e, #1f143e);
}
@media (min-width: 992px) {
  .cid-rDe8iAsOHb .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rDe8iAsOHb .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rDe8iAsOHb .mbr-section-title {
  color: #ffffff;
}
.cid-rDe8iAsOHb .mbr-text,
.cid-rDe8iAsOHb .mbr-section-btn {
  color: #d1d3d3;
  text-align: right;
}
.cid-rOmREBzzji {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #1f143e, #1f143e);
}
@media (min-width: 992px) {
  .cid-rOmREBzzji .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rOmREBzzji .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rOmREBzzji .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rOmREBzzji .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-rOmREBzzji .mbr-section-title {
  color: #ffffff;
}
.cid-rOmREBzzji .mbr-text,
.cid-rOmREBzzji .mbr-section-btn {
  color: #d1d3d3;
  text-align: right;
}
.cid-s2ecxpN5fS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #120e1d;
}
.cid-s2ecxpN5fS a:link {
  text-decoration: none;
}
.cid-s2ecxpN5fS .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #bf285b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2ecxpN5fS .icon-transition span:hover {
  background-color: #7f1933;
}
.cid-s2ecxpN5fS .inner-text {
  line-height: 3em;
}
.cid-s2ecxpN5fS .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ecxpN5fS .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2ecxpN5fS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2ecxpN5fS .content-text,
.cid-s2ecxpN5fS .inner-text {
  color: #c1c1c1;
}
.cid-s27UyNJb7U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .nav-item:focus,
.cid-s27UyNJb7U .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s27UyNJb7U .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s27UyNJb7U .nav-item {
    position: relative;
  }
  .cid-s27UyNJb7U .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1f143e, #f95754);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s27UyNJb7U .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s27UyNJb7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s27UyNJb7U .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-s27UyNJb7U .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s27UyNJb7U .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s27UyNJb7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s27UyNJb7U .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s27UyNJb7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s27UyNJb7U .navbar.collapsed .right-menu,
.cid-s27UyNJb7U .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse.show,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .navbar-collapse.show .brand-container,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s27UyNJb7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s27UyNJb7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s27UyNJb7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s27UyNJb7U .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s27UyNJb7U .navbar .right-menu,
  .cid-s27UyNJb7U .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s27UyNJb7U .navbar.navbar-short {
  min-height: 60px;
}
.cid-s27UyNJb7U .navbar.navbar-short .mbr-overlay {
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s27UyNJb7U .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s27UyNJb7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s27UyNJb7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s27UyNJb7U .dropdown-item.active,
.cid-s27UyNJb7U .dropdown-item:active {
  background-color: transparent;
}
.cid-s27UyNJb7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s27UyNJb7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27UyNJb7U ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s27UyNJb7U .navbar-buttons {
  margin-left: auto;
}
.cid-s27UyNJb7U button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U .navbar-dropdown {
  position: fixed;
}
.cid-s27UyNJb7U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s27UyNJb7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s27UyNJb7U .right-menu,
.cid-s27UyNJb7U .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s27UyNJb7U .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s27UyNJb7U .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-s27UyNJb7U .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s27UyNJb7U .card-wrapper {
  z-index: 3;
}
.cid-s27UyNJb7U .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYNtIeBq5i P {
  color: #767676;
}
.cid-rYNtIeBq5i .mbr-text,
.cid-rYNtIeBq5i .mbr-section-btn {
  color: #ffffff;
}
.cid-rYNtIeBq5i H1 {
  color: #ffffff;
}
.cid-rZ7i2lwoum {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1f143e;
}
.cid-rZ7i2lwoum .main,
.cid-rZ7i2lwoum .main-reverse {
  margin: 0;
  background: #1f143e;
}
.cid-rZ7i2lwoum .text-element {
  background: #1f143e;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-rZ7i2lwoum .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rZ7i2lwoum .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rZ7i2lwoum .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-rZ7i2lwoum .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-rZ7i2lwoum .mbr-iconfont {
  font-size: 3rem;
  color: #3b3853;
}
@media (max-width: 991px) {
  .cid-rZ7i2lwoum .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-rZ7i2lwoum .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-rZ7i2lwoum .image-element,
  .cid-rZ7i2lwoum .text-element {
    margin-bottom: 0;
  }
  .cid-rZ7i2lwoum .main:first-child {
    padding-top: 0;
  }
}
.cid-rZ7i2lwoum .mbr-section-subtitle,
.cid-rZ7i2lwoum .card-text,
.cid-rZ7i2lwoum .mbr-section-btn {
  color: #8d97ad;
}
.cid-rZ7i2lwoum .card-text,
.cid-rZ7i2lwoum .mbr-section-btn {
  color: #ffffff;
}
.cid-rYNq0QtjWC {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #1f143e;
}
.cid-rYNq0QtjWC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYNq0QtjWC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYNq0QtjWC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYNq0QtjWC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYNq0QtjWC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #bf285b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rYNq0QtjWC .icon-focus {
  display: none;
}
.cid-rYNq0QtjWC .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rYNq0QtjWC ul {
  font-size: 0;
}
.cid-rYNq0QtjWC .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #efefef !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rYNq0QtjWC .mbr-gallery-filter ul li .btn.active,
.cid-rYNq0QtjWC .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rYNq0QtjWC .mbr-gallery-filter ul li .btn.active:after,
.cid-rYNq0QtjWC .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1f143e, #f95754);
}
.cid-rYNq0QtjWC .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rYNq0QtjWC .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rYNq0QtjWC .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rYNq0QtjWC .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rYNq0QtjWC .btn:hover {
  background: transparent !important;
}
.cid-rYNq0QtjWC .btn:hover:before {
  background: transparent !important;
}
.cid-rYNq0QtjWC .btn:before {
  background-color: transparent !important;
}
.cid-rYNq0QtjWC .btn:focus {
  box-shadow: none;
}
.cid-rYNq0QtjWC .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-s2ecWYtHjJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #120e1d;
}
.cid-s2ecWYtHjJ a:link {
  text-decoration: none;
}
.cid-s2ecWYtHjJ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #bf285b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2ecWYtHjJ .icon-transition span:hover {
  background-color: #7f1933;
}
.cid-s2ecWYtHjJ .inner-text {
  line-height: 3em;
}
.cid-s2ecWYtHjJ .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ecWYtHjJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2ecWYtHjJ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2ecWYtHjJ .content-text,
.cid-s2ecWYtHjJ .inner-text {
  color: #c1c1c1;
}
.cid-s27UyNJb7U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .nav-item:focus,
.cid-s27UyNJb7U .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s27UyNJb7U .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s27UyNJb7U .nav-item {
    position: relative;
  }
  .cid-s27UyNJb7U .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1f143e, #f95754);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s27UyNJb7U .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s27UyNJb7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s27UyNJb7U .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-s27UyNJb7U .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s27UyNJb7U .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s27UyNJb7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s27UyNJb7U .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s27UyNJb7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s27UyNJb7U .navbar.collapsed .right-menu,
.cid-s27UyNJb7U .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse.show,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .navbar-collapse.show .brand-container,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s27UyNJb7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s27UyNJb7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s27UyNJb7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s27UyNJb7U .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s27UyNJb7U .navbar .right-menu,
  .cid-s27UyNJb7U .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s27UyNJb7U .navbar.navbar-short {
  min-height: 60px;
}
.cid-s27UyNJb7U .navbar.navbar-short .mbr-overlay {
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s27UyNJb7U .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s27UyNJb7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s27UyNJb7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s27UyNJb7U .dropdown-item.active,
.cid-s27UyNJb7U .dropdown-item:active {
  background-color: transparent;
}
.cid-s27UyNJb7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s27UyNJb7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27UyNJb7U ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s27UyNJb7U .navbar-buttons {
  margin-left: auto;
}
.cid-s27UyNJb7U button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U .navbar-dropdown {
  position: fixed;
}
.cid-s27UyNJb7U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s27UyNJb7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s27UyNJb7U .right-menu,
.cid-s27UyNJb7U .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s27UyNJb7U .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s27UyNJb7U .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-s27UyNJb7U .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s27UyNJb7U .card-wrapper {
  z-index: 3;
}
.cid-s27UyNJb7U .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27UyNJb7U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .nav-item:focus,
.cid-s27UyNJb7U .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s27UyNJb7U .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s27UyNJb7U .nav-item {
    position: relative;
  }
  .cid-s27UyNJb7U .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1f143e, #f95754);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s27UyNJb7U .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s27UyNJb7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s27UyNJb7U .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-s27UyNJb7U .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s27UyNJb7U .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s27UyNJb7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s27UyNJb7U .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s27UyNJb7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s27UyNJb7U .navbar.collapsed .right-menu,
.cid-s27UyNJb7U .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse.show,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .navbar-collapse.show .brand-container,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s27UyNJb7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s27UyNJb7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s27UyNJb7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s27UyNJb7U .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s27UyNJb7U .navbar .right-menu,
  .cid-s27UyNJb7U .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s27UyNJb7U .navbar.navbar-short {
  min-height: 60px;
}
.cid-s27UyNJb7U .navbar.navbar-short .mbr-overlay {
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s27UyNJb7U .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s27UyNJb7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s27UyNJb7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s27UyNJb7U .dropdown-item.active,
.cid-s27UyNJb7U .dropdown-item:active {
  background-color: transparent;
}
.cid-s27UyNJb7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s27UyNJb7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27UyNJb7U ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s27UyNJb7U .navbar-buttons {
  margin-left: auto;
}
.cid-s27UyNJb7U button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U .navbar-dropdown {
  position: fixed;
}
.cid-s27UyNJb7U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s27UyNJb7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s27UyNJb7U .right-menu,
.cid-s27UyNJb7U .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s27UyNJb7U .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s27UyNJb7U .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-s27UyNJb7U .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s27UyNJb7U .card-wrapper {
  z-index: 3;
}
.cid-s27UyNJb7U .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2ioghAfyh {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #1f143e;
}
.cid-s2ioghAfyh .row {
  border-top: 1px solid #a6335a;
  padding-top: 2rem;
}
.cid-s2ioghAfyh .mbr-text {
  line-height: 1.5;
  color: #d1d3d3;
}
.cid-s2ioghAfyh .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-s2ioghAfyh .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-s2ioghAfyh .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-s2ioghAfyh .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-s2ioghAfyh .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-s2ioghAfyh .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-s2ioghAfyh .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-s2ioghAfyh .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-s2ioghAfyh .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-s2uKoBUGZ9 .column-content {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #1f143e;
  width: 100%;
  float: right;
  position: relative;
}
.cid-s2uKoBUGZ9 .text-content .btn-bgr {
  z-index: 0;
}
.cid-s2uKoBUGZ9 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-s2uKoBUGZ9 .container-full-width {
  position: relative;
}
.cid-s2uKoBUGZ9 .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-s2uKoBUGZ9 .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-s2uKoBUGZ9 .layer path {
  fill: #1f143e;
}
@media (min-width: 576px) {
  .cid-s2uKoBUGZ9 .text-content {
    width: 540px;
  }
  .cid-s2uKoBUGZ9 .column-content {
    width: 100%;
  }
  .cid-s2uKoBUGZ9 .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-s2uKoBUGZ9 .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-s2uKoBUGZ9 .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-s2uKoBUGZ9 .column-content {
    width: 50%;
  }
  .cid-s2uKoBUGZ9 .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-s2uKoBUGZ9 .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2uKoBUGZ9 .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-s2uKoBUGZ9 .column-content {
    height: 33rem;
  }
}
.cid-s2uKoBUGZ9 .mbr-text,
.cid-s2uKoBUGZ9 .mbr-section-btn {
  color: #ffffff;
}
.cid-s2uKoBUGZ9 H1 {
  color: #ffffff;
}
.cid-s34zFnmVbi {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #1f143e;
}
.cid-s34zFnmVbi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s34zFnmVbi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s34zFnmVbi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s34zFnmVbi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s34zFnmVbi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1f143e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s34zFnmVbi .icon-focus {
  display: none;
}
.cid-s34zFnmVbi .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-s34zFnmVbi ul {
  font-size: 0;
}
.cid-s34zFnmVbi .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-s34zFnmVbi .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-s34zFnmVbi .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1f143e, #f95754);
}
.cid-s34zFnmVbi .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-s34zFnmVbi .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-s34zFnmVbi .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-s34zFnmVbi .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-s34zFnmVbi .btn:hover {
  background: transparent !important;
}
.cid-s34zFnmVbi .btn:hover:before {
  background: transparent !important;
}
.cid-s34zFnmVbi .btn:before {
  background-color: transparent !important;
}
.cid-s34zFnmVbi .btn:focus {
  box-shadow: none;
}
.cid-s34zFnmVbi .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-s34sEV89u6 {
  background-image: url("../../../assets/images/mbr-1-1920x1250.jpg");
}
.cid-s34sEV89u6 .column-content {
  padding-top: 40px;
  padding-bottom: 75px;
  background-color: #1f143e;
  width: 100%;
  position: relative;
}
.cid-s34sEV89u6 .text-content .btn-bgr {
  z-index: 0;
}
.cid-s34sEV89u6 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-s34sEV89u6 .container-full-width {
  position: relative;
}
.cid-s34sEV89u6 .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-s34sEV89u6 .layer {
  display: none;
  height: 101%;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: scale(-1, 1);
  left: 49.9%;
}
.cid-s34sEV89u6 .layer path {
  fill: #1f143e;
}
@media (min-width: 576px) {
  .cid-s34sEV89u6 .text-content {
    width: 540px;
  }
  .cid-s34sEV89u6 .column-content {
    width: 100%;
  }
  .cid-s34sEV89u6 .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-s34sEV89u6 .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-s34sEV89u6 .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-s34sEV89u6 .column-content {
    width: 50%;
  }
  .cid-s34sEV89u6 .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-s34sEV89u6 .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s34sEV89u6 .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-s34sEV89u6 .column-content {
    height: 33rem;
  }
}
.cid-s34sEV89u6 .mbr-text,
.cid-s34sEV89u6 .mbr-section-btn {
  color: #ffffff;
}
.cid-s34sEV89u6 H1 {
  color: #ffffff;
}
.cid-s2ecBZPCGS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #120e1d;
}
.cid-s2ecBZPCGS a:link {
  text-decoration: none;
}
.cid-s2ecBZPCGS .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #bf285b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2ecBZPCGS .icon-transition span:hover {
  background-color: #7f1933;
}
.cid-s2ecBZPCGS .inner-text {
  line-height: 3em;
}
.cid-s2ecBZPCGS .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ecBZPCGS .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2ecBZPCGS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2ecBZPCGS .content-text,
.cid-s2ecBZPCGS .inner-text {
  color: #c1c1c1;
}
.cid-rYN3AA0c8C {
  background-image: url("../../../assets/images/dsc0285-2000x1333.jpg");
}
.cid-rYN3AA0c8C H1 {
  text-align: left;
}
.cid-rYN3AA0c8C .mbr-text,
.cid-rYN3AA0c8C .mbr-section-btn {
  text-align: left;
}
.cid-rYN3AAq1C5 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #1f143e;
}
.cid-rYN3AAq1C5 .mbr-section-subtitle {
  color: #d1d3d3;
  font-weight: 300;
}
.cid-rYN3AAq1C5 .mbr-content-text {
  color: #767676;
}
.cid-rYN3AAq1C5 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rYN3AAq1C5 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rYN3AAq1C5 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rYN3AAq1C5 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rYN3AAq1C5 .media-block {
    padding-right: 2rem;
  }
}
.cid-rYN3AAq1C5 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYN3AAq1C5 .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rYN3AAq1C5 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rYN3AAq1C5 H4 {
  color: #d1d3d3;
}
.cid-rYN3AAq1C5 .count {
  color: #ffffff;
}
.cid-rYN3ABexO0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f143e;
}
.cid-rYN3ABexO0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYN3ABexO0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYN3ABexO0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYN3ABexO0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYN3ABexO0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bf285b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rYN3ABexO0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rYN3ABexO0 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rYN3ABexO0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rYN3ABexO0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #bf285b !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2ecrelyf1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #120e1d;
}
.cid-s2ecrelyf1 a:link {
  text-decoration: none;
}
.cid-s2ecrelyf1 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #bf285b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2ecrelyf1 .icon-transition span:hover {
  background-color: #7f1933;
}
.cid-s2ecrelyf1 .inner-text {
  line-height: 3em;
}
.cid-s2ecrelyf1 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ecrelyf1 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2ecrelyf1 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2ecrelyf1 .content-text,
.cid-s2ecrelyf1 .inner-text {
  color: #c1c1c1;
}
.cid-s27UyNJb7U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .nav-item:focus,
.cid-s27UyNJb7U .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s27UyNJb7U .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s27UyNJb7U .nav-item {
    position: relative;
  }
  .cid-s27UyNJb7U .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1f143e, #f95754);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s27UyNJb7U .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s27UyNJb7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s27UyNJb7U .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-s27UyNJb7U .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s27UyNJb7U .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s27UyNJb7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s27UyNJb7U .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s27UyNJb7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s27UyNJb7U .navbar.collapsed .right-menu,
.cid-s27UyNJb7U .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse.show,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .navbar-collapse.show .brand-container,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s27UyNJb7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s27UyNJb7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s27UyNJb7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s27UyNJb7U .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s27UyNJb7U .navbar .right-menu,
  .cid-s27UyNJb7U .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s27UyNJb7U .navbar.navbar-short {
  min-height: 60px;
}
.cid-s27UyNJb7U .navbar.navbar-short .mbr-overlay {
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s27UyNJb7U .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s27UyNJb7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s27UyNJb7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s27UyNJb7U .dropdown-item.active,
.cid-s27UyNJb7U .dropdown-item:active {
  background-color: transparent;
}
.cid-s27UyNJb7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s27UyNJb7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27UyNJb7U ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s27UyNJb7U .navbar-buttons {
  margin-left: auto;
}
.cid-s27UyNJb7U button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U .navbar-dropdown {
  position: fixed;
}
.cid-s27UyNJb7U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s27UyNJb7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s27UyNJb7U .right-menu,
.cid-s27UyNJb7U .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s27UyNJb7U .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s27UyNJb7U .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-s27UyNJb7U .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s27UyNJb7U .card-wrapper {
  z-index: 3;
}
.cid-s27UyNJb7U .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYN3FfLeNW H1 {
  text-align: left;
}
.cid-rYN3FfLeNW .mbr-text,
.cid-rYN3FfLeNW .mbr-section-btn {
  text-align: left;
}
.cid-rYN3FgtfNF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1f143e;
}
.cid-rYN3FgtfNF .mbr-section-subtitle {
  color: #d1d3d3;
  font-weight: 300;
}
.cid-rYN3FgtfNF .mbr-content-text {
  color: #767676;
}
.cid-rYN3FgtfNF .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rYN3FgtfNF .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rYN3FgtfNF .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rYN3FgtfNF .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rYN3FgtfNF .media-block {
    padding-right: 2rem;
  }
}
.cid-rYN3FgtfNF .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYN3FgtfNF .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rYN3FgtfNF .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rYN3FgtfNF .count {
  color: #ffffff;
}
.cid-rYN3FgtfNF H4 {
  color: #d1d3d3;
}
.cid-rYN3FhyR7B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f143e;
}
.cid-rYN3FhyR7B .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYN3FhyR7B .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYN3FhyR7B .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYN3FhyR7B .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYN3FhyR7B .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bf285b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rYN3FhyR7B .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rYN3FhyR7B .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rYN3FhyR7B .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rYN3FhyR7B .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #bf285b !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rYN3FipgOC H1 {
  text-align: left;
}
.cid-rYN3FipgOC .mbr-text,
.cid-rYN3FipgOC .mbr-section-btn {
  text-align: left;
}
.cid-rYN3FiWn3U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f143e;
}
.cid-rYN3FiWn3U .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYN3FiWn3U .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYN3FiWn3U .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYN3FiWn3U .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYN3FiWn3U .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bf285b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rYN3FiWn3U .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rYN3FiWn3U .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rYN3FiWn3U .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rYN3FiWn3U .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #bf285b !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rYN3FjFub5 H1 {
  text-align: left;
}
.cid-rYN3FjFub5 .mbr-text,
.cid-rYN3FjFub5 .mbr-section-btn {
  text-align: left;
}
.cid-rYN3FkfTYe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1f143e;
}
.cid-rYN3FkfTYe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYN3FkfTYe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYN3FkfTYe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYN3FkfTYe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYN3FkfTYe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a6335a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rYN3FkfTYe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rYN3FkfTYe .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rYN3FkfTYe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rYN3FkfTYe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #a6335a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2ecuIdvML {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #120e1d;
}
.cid-s2ecuIdvML a:link {
  text-decoration: none;
}
.cid-s2ecuIdvML .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #bf285b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2ecuIdvML .icon-transition span:hover {
  background-color: #7f1933;
}
.cid-s2ecuIdvML .inner-text {
  line-height: 3em;
}
.cid-s2ecuIdvML .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ecuIdvML .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2ecuIdvML .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2ecuIdvML .content-text,
.cid-s2ecuIdvML .inner-text {
  color: #c1c1c1;
}
.cid-s27UyNJb7U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .nav-item:focus,
.cid-s27UyNJb7U .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s27UyNJb7U .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s27UyNJb7U .nav-item {
    position: relative;
  }
  .cid-s27UyNJb7U .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1f143e, #f95754);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s27UyNJb7U .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s27UyNJb7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s27UyNJb7U .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-s27UyNJb7U .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s27UyNJb7U .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s27UyNJb7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s27UyNJb7U .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s27UyNJb7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s27UyNJb7U .navbar.collapsed .right-menu,
.cid-s27UyNJb7U .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse.show,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .navbar-collapse.show .brand-container,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s27UyNJb7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s27UyNJb7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s27UyNJb7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s27UyNJb7U .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s27UyNJb7U .navbar .right-menu,
  .cid-s27UyNJb7U .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s27UyNJb7U .navbar.navbar-short {
  min-height: 60px;
}
.cid-s27UyNJb7U .navbar.navbar-short .mbr-overlay {
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s27UyNJb7U .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s27UyNJb7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s27UyNJb7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s27UyNJb7U .dropdown-item.active,
.cid-s27UyNJb7U .dropdown-item:active {
  background-color: transparent;
}
.cid-s27UyNJb7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s27UyNJb7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27UyNJb7U ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s27UyNJb7U .navbar-buttons {
  margin-left: auto;
}
.cid-s27UyNJb7U button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U .navbar-dropdown {
  position: fixed;
}
.cid-s27UyNJb7U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s27UyNJb7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s27UyNJb7U .right-menu,
.cid-s27UyNJb7U .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s27UyNJb7U .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s27UyNJb7U .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-s27UyNJb7U .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s27UyNJb7U .card-wrapper {
  z-index: 3;
}
.cid-s27UyNJb7U .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYN4Bpe9iO {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #e299a5;
}
.cid-rYN4Bpe9iO .mbr-section-subtitle {
  color: #efefef;
}
.cid-rYN4Bpe9iO H2 {
  color: #ffffff;
}
.cid-rYN4BpCntN {
  background-image: url("../../../assets/images/dsc0285-2000x1333.jpg");
}
.cid-rYN4BpCntN H1 {
  text-align: left;
}
.cid-rYN4BpCntN .mbr-text,
.cid-rYN4BpCntN .mbr-section-btn {
  text-align: left;
}
.cid-rYN4Bq7hDo {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffeaee;
}
.cid-rYN4Bq7hDo .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rYN4Bq7hDo .mbr-content-text {
  color: #767676;
}
.cid-rYN4Bq7hDo .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rYN4Bq7hDo .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rYN4Bq7hDo .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rYN4Bq7hDo .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rYN4Bq7hDo .media-block {
    padding-right: 2rem;
  }
}
.cid-rYN4Bq7hDo .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYN4Bq7hDo .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rYN4Bq7hDo .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rYN4BqYUio {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffeaee;
}
.cid-rYN4BqYUio .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYN4BqYUio .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYN4BqYUio .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYN4BqYUio .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYN4BqYUio .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rYN4BqYUio .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rYN4BqYUio .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rYN4BqYUio .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rYN4BqYUio .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rYN4BrNEox H1 {
  text-align: left;
}
.cid-rYN4BrNEox .mbr-text,
.cid-rYN4BrNEox .mbr-section-btn {
  text-align: left;
}
.cid-rYN4BsrLmI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffeaee;
}
.cid-rYN4BsrLmI .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rYN4BsrLmI .mbr-content-text {
  color: #767676;
}
.cid-rYN4BsrLmI .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rYN4BsrLmI .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rYN4BsrLmI .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rYN4BsrLmI .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rYN4BsrLmI .media-block {
    padding-right: 2rem;
  }
}
.cid-rYN4BsrLmI .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYN4BsrLmI .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rYN4BsrLmI .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rYN4Btuk5O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffeaee;
}
.cid-rYN4Btuk5O .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYN4Btuk5O .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYN4Btuk5O .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYN4Btuk5O .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYN4Btuk5O .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rYN4Btuk5O .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rYN4Btuk5O .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rYN4Btuk5O .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rYN4Btuk5O .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rYN4BuDaZO H1 {
  text-align: left;
}
.cid-rYN4BuDaZO .mbr-text,
.cid-rYN4BuDaZO .mbr-section-btn {
  text-align: left;
}
.cid-rYN4BvhpZf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffeaee;
}
.cid-rYN4BvhpZf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYN4BvhpZf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYN4BvhpZf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYN4BvhpZf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYN4BvhpZf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rYN4BvhpZf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rYN4BvhpZf .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rYN4BvhpZf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rYN4BvhpZf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rYN4BvSSmm H1 {
  text-align: left;
}
.cid-rYN4BvSSmm .mbr-text,
.cid-rYN4BvSSmm .mbr-section-btn {
  text-align: left;
}
.cid-rYN4BwAldr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffeaee;
}
.cid-rYN4BwAldr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYN4BwAldr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYN4BwAldr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYN4BwAldr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYN4BwAldr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rYN4BwAldr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rYN4BwAldr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rYN4BwAldr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rYN4BwAldr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s27UyNJb7U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .nav-item:focus,
.cid-s27UyNJb7U .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s27UyNJb7U .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s27UyNJb7U .nav-item {
    position: relative;
  }
  .cid-s27UyNJb7U .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1f143e, #f95754);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s27UyNJb7U .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s27UyNJb7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s27UyNJb7U .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-s27UyNJb7U .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s27UyNJb7U .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s27UyNJb7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s27UyNJb7U .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s27UyNJb7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s27UyNJb7U .navbar.collapsed .right-menu,
.cid-s27UyNJb7U .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse.show,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .navbar-collapse.show .brand-container,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s27UyNJb7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s27UyNJb7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s27UyNJb7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s27UyNJb7U .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s27UyNJb7U .navbar .right-menu,
  .cid-s27UyNJb7U .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s27UyNJb7U .navbar.navbar-short {
  min-height: 60px;
}
.cid-s27UyNJb7U .navbar.navbar-short .mbr-overlay {
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s27UyNJb7U .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s27UyNJb7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s27UyNJb7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s27UyNJb7U .dropdown-item.active,
.cid-s27UyNJb7U .dropdown-item:active {
  background-color: transparent;
}
.cid-s27UyNJb7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s27UyNJb7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27UyNJb7U ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s27UyNJb7U .navbar-buttons {
  margin-left: auto;
}
.cid-s27UyNJb7U button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U .navbar-dropdown {
  position: fixed;
}
.cid-s27UyNJb7U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s27UyNJb7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s27UyNJb7U .right-menu,
.cid-s27UyNJb7U .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s27UyNJb7U .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s27UyNJb7U .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-s27UyNJb7U .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s27UyNJb7U .card-wrapper {
  z-index: 3;
}
.cid-s27UyNJb7U .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYN1Ghxhtb {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #1f143e;
}
.cid-rYN1Ghxhtb .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #a6335a;
  color: #444444;
  padding: 0;
}
.cid-rYN1Ghxhtb .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rYN1Ghxhtb .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rYN1Ghxhtb p {
  line-height: 1.6;
}
.cid-rYN1Ghxhtb .rev,
.cid-rYN1Ghxhtb .mbr-iconfont {
  display: inline-block;
}
.cid-rYN1Ghxhtb .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #c1c1c1;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rYN1Ghxhtb .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rYN1Ghxhtb .card-box {
  padding: 1.5rem;
}
.cid-rYN1Ghxhtb .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rYN1Ghxhtb .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-rYN1Ghxhtb .mbr-section-title,
.cid-rYN1Ghxhtb .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-rYN1Ghxhtb .rev {
  color: #0a1c44;
}
.cid-rYN1Ghxhtb .card-text,
.cid-rYN1Ghxhtb .mbr-section-btn,
.cid-rYN1Ghxhtb .ico-line {
  color: #767676;
}
.cid-s2e8GcZ2wQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #120e1d;
}
.cid-s2e8GcZ2wQ a:link {
  text-decoration: none;
}
.cid-s2e8GcZ2wQ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #bf285b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2e8GcZ2wQ .icon-transition span:hover {
  background-color: #7f1933;
}
.cid-s2e8GcZ2wQ .inner-text {
  line-height: 3em;
}
.cid-s2e8GcZ2wQ .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2e8GcZ2wQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2e8GcZ2wQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2e8GcZ2wQ .content-text,
.cid-s2e8GcZ2wQ .inner-text {
  color: #c1c1c1;
}
.cid-s27UyNJb7U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .nav-item:focus,
.cid-s27UyNJb7U .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s27UyNJb7U .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s27UyNJb7U .nav-item {
    position: relative;
  }
  .cid-s27UyNJb7U .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1f143e, #f95754);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s27UyNJb7U .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s27UyNJb7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s27UyNJb7U .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-s27UyNJb7U .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s27UyNJb7U .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s27UyNJb7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s27UyNJb7U .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s27UyNJb7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s27UyNJb7U .navbar.collapsed .right-menu,
.cid-s27UyNJb7U .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse.show,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .navbar-collapse.show .brand-container,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s27UyNJb7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s27UyNJb7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s27UyNJb7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s27UyNJb7U .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s27UyNJb7U .navbar .right-menu,
  .cid-s27UyNJb7U .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s27UyNJb7U .navbar.navbar-short {
  min-height: 60px;
}
.cid-s27UyNJb7U .navbar.navbar-short .mbr-overlay {
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s27UyNJb7U .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s27UyNJb7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s27UyNJb7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s27UyNJb7U .dropdown-item.active,
.cid-s27UyNJb7U .dropdown-item:active {
  background-color: transparent;
}
.cid-s27UyNJb7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s27UyNJb7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27UyNJb7U ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s27UyNJb7U .navbar-buttons {
  margin-left: auto;
}
.cid-s27UyNJb7U button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U .navbar-dropdown {
  position: fixed;
}
.cid-s27UyNJb7U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s27UyNJb7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s27UyNJb7U .right-menu,
.cid-s27UyNJb7U .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s27UyNJb7U .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s27UyNJb7U .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-s27UyNJb7U .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s27UyNJb7U .card-wrapper {
  z-index: 3;
}
.cid-s27UyNJb7U .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2cb8fHnal {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #a6335a;
}
.cid-s2cb8fHnal .mbr-section-subtitle {
  color: #efefef;
}
.cid-s2cb8fHnal H2 {
  color: #ffffff;
}
.cid-s2bX0r4yUk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2bX0r4yUk .nav-item:focus,
.cid-s2bX0r4yUk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s2bX0r4yUk .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s2bX0r4yUk .nav-item {
    position: relative;
  }
  .cid-s2bX0r4yUk .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1f143e, #f95754);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s2bX0r4yUk .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s2bX0r4yUk .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2bX0r4yUk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2bX0r4yUk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2bX0r4yUk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2bX0r4yUk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2bX0r4yUk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2bX0r4yUk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2bX0r4yUk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2bX0r4yUk .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-s2bX0r4yUk .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ff5653;
}
.cid-s2bX0r4yUk .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ff5653 !important;
}
.cid-s2bX0r4yUk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s2bX0r4yUk .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s2bX0r4yUk .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s2bX0r4yUk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s2bX0r4yUk .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s2bX0r4yUk .navbar.collapsed .navbar-collapse.show,
.cid-s2bX0r4yUk .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2bX0r4yUk .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s2bX0r4yUk .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s2bX0r4yUk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2bX0r4yUk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2bX0r4yUk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2bX0r4yUk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s2bX0r4yUk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2bX0r4yUk .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s2bX0r4yUk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2bX0r4yUk .navbar.collapsed .right-menu,
.cid-s2bX0r4yUk .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s2bX0r4yUk .navbar .navbar-collapse.show,
  .cid-s2bX0r4yUk .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s2bX0r4yUk .navbar .navbar-collapse.show .brand-container,
  .cid-s2bX0r4yUk .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s2bX0r4yUk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2bX0r4yUk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2bX0r4yUk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2bX0r4yUk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2bX0r4yUk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2bX0r4yUk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2bX0r4yUk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2bX0r4yUk .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s2bX0r4yUk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s2bX0r4yUk .navbar .right-menu,
  .cid-s2bX0r4yUk .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s2bX0r4yUk .navbar.navbar-short {
  min-height: 60px;
}
.cid-s2bX0r4yUk .navbar.navbar-short .mbr-overlay {
  background: #ff5653 !important;
}
.cid-s2bX0r4yUk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2bX0r4yUk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2bX0r4yUk .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2bX0r4yUk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2bX0r4yUk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2bX0r4yUk .dropdown-item.active,
.cid-s2bX0r4yUk .dropdown-item:active {
  background-color: transparent;
}
.cid-s2bX0r4yUk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2bX0r4yUk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2bX0r4yUk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2bX0r4yUk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff5653;
}
.cid-s2bX0r4yUk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2bX0r4yUk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2bX0r4yUk ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s2bX0r4yUk ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s2bX0r4yUk .navbar-buttons {
  margin-left: auto;
}
.cid-s2bX0r4yUk button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2bX0r4yUk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s2bX0r4yUk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2bX0r4yUk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2bX0r4yUk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2bX0r4yUk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2bX0r4yUk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2bX0r4yUk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s2bX0r4yUk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s2bX0r4yUk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2bX0r4yUk .navbar-dropdown {
  position: fixed;
}
.cid-s2bX0r4yUk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2bX0r4yUk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2bX0r4yUk .right-menu,
.cid-s2bX0r4yUk .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s2bX0r4yUk .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s2bX0r4yUk .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s2bX0r4yUk .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s2bX0r4yUk .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-s2bX0r4yUk .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s2bX0r4yUk .card-wrapper {
  z-index: 3;
}
.cid-s2bX0r4yUk .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s2bX0r4yUk .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2bX0r4yUk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2cykwFLbM {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #1f143e;
}
.cid-s2cykwFLbM .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #a6335a;
  color: #444444;
  padding: 0;
}
.cid-s2cykwFLbM .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-s2cykwFLbM p {
  line-height: 1.6;
}
.cid-s2cykwFLbM .rev,
.cid-s2cykwFLbM .mbr-iconfont {
  display: inline-block;
}
.cid-s2cykwFLbM .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-s2cykwFLbM .card-box {
  padding: 1.5rem;
}
.cid-s2cykwFLbM .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-s2cykwFLbM .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-s2cykwFLbM .mbr-section-title,
.cid-s2cykwFLbM .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-s2cykwFLbM .rev {
  color: #0a1c44;
}
.cid-s2cykwFLbM .card-text,
.cid-s2cykwFLbM .mbr-section-btn,
.cid-s2cykwFLbM .ico-line {
  color: #767676;
}
.cid-s2eckOjJmF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #120e1d;
}
.cid-s2eckOjJmF a:link {
  text-decoration: none;
}
.cid-s2eckOjJmF .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #bf285b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2eckOjJmF .icon-transition span:hover {
  background-color: #7f1933;
}
.cid-s2eckOjJmF .inner-text {
  line-height: 3em;
}
.cid-s2eckOjJmF .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2eckOjJmF .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2eckOjJmF .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2eckOjJmF .content-text,
.cid-s2eckOjJmF .inner-text {
  color: #c1c1c1;
}
.cid-s27UyNJb7U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .nav-item:focus,
.cid-s27UyNJb7U .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s27UyNJb7U .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s27UyNJb7U .nav-item {
    position: relative;
  }
  .cid-s27UyNJb7U .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1f143e, #f95754);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s27UyNJb7U .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s27UyNJb7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27UyNJb7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s27UyNJb7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s27UyNJb7U .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-s27UyNJb7U .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s27UyNJb7U .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s27UyNJb7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s27UyNJb7U .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s27UyNJb7U .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s27UyNJb7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s27UyNJb7U .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s27UyNJb7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s27UyNJb7U .navbar.collapsed .right-menu,
.cid-s27UyNJb7U .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar .navbar-collapse.show,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .navbar-collapse.show .brand-container,
  .cid-s27UyNJb7U .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s27UyNJb7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s27UyNJb7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s27UyNJb7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s27UyNJb7U .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s27UyNJb7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s27UyNJb7U .navbar .right-menu,
  .cid-s27UyNJb7U .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s27UyNJb7U .navbar.navbar-short {
  min-height: 60px;
}
.cid-s27UyNJb7U .navbar.navbar-short .mbr-overlay {
  background: #ff5653 !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s27UyNJb7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s27UyNJb7U .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s27UyNJb7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s27UyNJb7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s27UyNJb7U .dropdown-item.active,
.cid-s27UyNJb7U .dropdown-item:active {
  background-color: transparent;
}
.cid-s27UyNJb7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s27UyNJb7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff5653;
}
.cid-s27UyNJb7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s27UyNJb7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s27UyNJb7U ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s27UyNJb7U .navbar-buttons {
  margin-left: auto;
}
.cid-s27UyNJb7U button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27UyNJb7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s27UyNJb7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27UyNJb7U .navbar-dropdown {
  position: fixed;
}
.cid-s27UyNJb7U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s27UyNJb7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s27UyNJb7U .right-menu,
.cid-s27UyNJb7U .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s27UyNJb7U .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s27UyNJb7U .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s27UyNJb7U .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-s27UyNJb7U .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s27UyNJb7U .card-wrapper {
  z-index: 3;
}
.cid-s27UyNJb7U .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s27UyNJb7U .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s27UyNJb7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2edbwHn7q {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #1f143e;
}
.cid-s2edbwHn7q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s2edbwHn7q input,
.cid-s2edbwHn7q textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-s2edbwHn7q input:focus,
.cid-s2edbwHn7q textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-s2edbwHn7q .form-control,
.cid-s2edbwHn7q .field-input {
  padding: 0.5rem;
  background-color: #1f143e;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s2edbwHn7q .form-control:hover,
.cid-s2edbwHn7q .field-input:hover,
.cid-s2edbwHn7q .form-control:focus,
.cid-s2edbwHn7q .field-input:focus {
  background-color: #a6335a;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s2edbwHn7q input::-webkit-input-placeholder,
.cid-s2edbwHn7q textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-s2edbwHn7q input:-moz-placeholder,
.cid-s2edbwHn7q textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-s2edbwHn7q .jq-selectbox li,
.cid-s2edbwHn7q .jq-selectbox li {
  background-color: #1f143e;
  color: #ffffff;
}
.cid-s2edbwHn7q .jq-selectbox li:hover,
.cid-s2edbwHn7q .jq-selectbox li.selected {
  background-color: #a6335a;
  color: #ffffff;
}
.cid-s2edbwHn7q .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1f143e;
}
.cid-s2edbwHn7q .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #a6335a;
}
.cid-s2edbwHn7q img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s2edbwHn7q .mbr-form {
  max-width: 450px;
}
.cid-s2edbwHn7q textarea {
  min-height: 150px;
}
.cid-s2edbwHn7q .mbr-text {
  color: #cccccc;
}
.cid-s2edbwHn7q .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-s2edbwHn7q .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-s2ee9ZpADG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #120e1d;
}
.cid-s2ee9ZpADG a:link {
  text-decoration: none;
}
.cid-s2ee9ZpADG .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #bf285b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2ee9ZpADG .icon-transition span:hover {
  background-color: #7f1933;
}
.cid-s2ee9ZpADG .inner-text {
  line-height: 3em;
}
.cid-s2ee9ZpADG .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ee9ZpADG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2ee9ZpADG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2ee9ZpADG .content-text,
.cid-s2ee9ZpADG .inner-text {
  color: #c1c1c1;
}
