body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #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: #149dcc !important;
}
.text-secondary {
  color: #cc2952 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #771830 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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);
}
@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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #cc2952 !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='%23149dcc' %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-r3Fs6tsUmb .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-r3Fs6tsUmb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-r3Fs6tsUmb a {
  font-style: normal;
}
.cid-r3Fs6tsUmb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r3Fs6tsUmb .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r3Fs6tsUmb .nav-item:focus,
.cid-r3Fs6tsUmb .nav-link:focus {
  outline: none;
}
.cid-r3Fs6tsUmb .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r3Fs6tsUmb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r3Fs6tsUmb .menu-logo {
  margin-right: auto;
}
.cid-r3Fs6tsUmb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r3Fs6tsUmb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r3Fs6tsUmb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r3Fs6tsUmb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r3Fs6tsUmb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r3Fs6tsUmb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r3Fs6tsUmb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r3Fs6tsUmb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r3Fs6tsUmb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r3Fs6tsUmb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r3Fs6tsUmb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r3Fs6tsUmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r3Fs6tsUmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r3Fs6tsUmb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r3Fs6tsUmb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r3Fs6tsUmb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r3Fs6tsUmb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r3Fs6tsUmb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r3Fs6tsUmb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r3Fs6tsUmb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r3Fs6tsUmb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r3Fs6tsUmb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r3Fs6tsUmb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r3Fs6tsUmb button.navbar-toggler:focus {
  outline: none;
}
.cid-r3Fs6tsUmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f295;
}
.cid-r3Fs6tsUmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r3Fs6tsUmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r3Fs6tsUmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r3Fs6tsUmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r3Fs6tsUmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r3Fs6tsUmb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r3Fs6tsUmb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r3Fs6tsUmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r3Fs6tsUmb .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r3Fs6tsUmb .collapsed .btn {
  display: flex;
}
.cid-r3Fs6tsUmb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r3Fs6tsUmb .collapsed .navbar-collapse.collapsing,
.cid-r3Fs6tsUmb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r3Fs6tsUmb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r3Fs6tsUmb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r3Fs6tsUmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r3Fs6tsUmb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r3Fs6tsUmb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r3Fs6tsUmb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r3Fs6tsUmb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r3Fs6tsUmb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r3Fs6tsUmb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r3Fs6tsUmb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r3Fs6tsUmb .collapsed button.navbar-toggler {
  display: block;
}
.cid-r3Fs6tsUmb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r3Fs6tsUmb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r3Fs6tsUmb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r3Fs6tsUmb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r3Fs6tsUmb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r3Fs6tsUmb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r3Fs6tsUmb .navbar-expand {
    flex-direction: column;
  }
  .cid-r3Fs6tsUmb img {
    height: 3.8rem !important;
  }
  .cid-r3Fs6tsUmb .btn {
    display: flex;
  }
  .cid-r3Fs6tsUmb button.navbar-toggler {
    display: block;
  }
  .cid-r3Fs6tsUmb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r3Fs6tsUmb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r3Fs6tsUmb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r3Fs6tsUmb .navbar-collapse.collapsing,
  .cid-r3Fs6tsUmb .navbar-collapse.show {
    display: block !important;
  }
  .cid-r3Fs6tsUmb .navbar-collapse.collapsing .navbar-nav,
  .cid-r3Fs6tsUmb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r3Fs6tsUmb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r3Fs6tsUmb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r3Fs6tsUmb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r3Fs6tsUmb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r3Fs6tsUmb .navbar-collapse.collapsing .navbar-buttons,
  .cid-r3Fs6tsUmb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r3Fs6tsUmb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r3Fs6tsUmb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r3Fs6tsUmb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r3Fs6tsUmb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r3Fs6tsUmb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r3Fs6tsUmb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r3Fs6tsUmb .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r3Fs6tsUmb .navbar-collapse {
  flex-basis: auto;
}
.cid-r3Fs6tsUmb .nav-link:hover,
.cid-r3Fs6tsUmb .dropdown-item:hover {
  color: #ff7f9f !important;
}
.cid-toUFldufZs {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #073b4c;
}
.cid-toUFldufZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-toUFldufZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toUFldufZs .row {
  justify-content: left;
}
.cid-toUFldufZs .mbr-section-title {
  color: #FFDD65;
}
.cid-toUFldufZs .mbr-section-subtitle {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-toUFldufZs .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-toUFldufZs .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-toUFldufZs .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-toUFldufZs .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-toUFldufZs .custom-section-btn {
  height: 100%;
}
.cid-toUFldufZs .custom-section-btn .btn {
  height: 100%;
}
.cid-toUFldufZs .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-toUFldufZs .text-container {
    margin: 26px auto 0;
  }
}
.cid-toUFldufZs .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-toUFldufZs .mbr-text {
    text-align: center !important;
  }
}
.cid-toUFldufZs .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-toUFldufZs .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-toUFldufZs .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-toUFldufZs .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-toUFldufZs .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.cid-toUFldufZs .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-toUFldufZs .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-r3E0IZ2mer .modal-body .close {
  background: #1b1b1b;
}
.cid-r3E0IZ2mer .modal-body .close span {
  font-style: normal;
}
.cid-r3E0IZ2mer .carousel-inner > .active,
.cid-r3E0IZ2mer .carousel-inner > .next,
.cid-r3E0IZ2mer .carousel-inner > .prev {
  display: table;
}
.cid-r3E0IZ2mer .carousel-control .icon-next,
.cid-r3E0IZ2mer .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r3E0IZ2mer .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r3E0IZ2mer .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r3E0IZ2mer .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r3E0IZ2mer .boxed-slider > div {
  position: relative;
}
.cid-r3E0IZ2mer .container img {
  width: 100%;
}
.cid-r3E0IZ2mer .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-r3E0IZ2mer .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r3E0IZ2mer .mbr-table-cell {
  padding: 0;
}
.cid-r3E0IZ2mer .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r3E0IZ2mer .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r3E0IZ2mer .mbr-overlay {
  z-index: 1;
}
.cid-r3E0IZ2mer .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r3E0IZ2mer .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r3E0IZ2mer .carousel-item .container {
    width: 100%;
  }
}
.cid-r3E0IZ2mer .carousel-item-next.carousel-item-left,
.cid-r3E0IZ2mer .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r3E0IZ2mer .active.carousel-item-right,
.cid-r3E0IZ2mer .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r3E0IZ2mer .active.carousel-item-left,
.cid-r3E0IZ2mer .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r3E0IZ2mer .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-r3E0IZ2mer .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r3E0IZ2mer .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r3E0IZ2mer .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-r3E0IZ2mer .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r3E0IZ2mer .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r3E0IZ2mer .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r3E0IZ2mer .mbr-slider .carousel-indicators li.active,
.cid-r3E0IZ2mer .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r3E0IZ2mer .mbr-slider .carousel-indicators li::after,
.cid-r3E0IZ2mer .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r3E0IZ2mer .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r3E0IZ2mer .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r3E0IZ2mer .mbr-slider > .container img {
  width: 100%;
}
.cid-r3E0IZ2mer .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r3E0IZ2mer .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r3E0IZ2mer .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r3E0IZ2mer .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r3E0IZ2mer .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r3E0IZ2mer .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r3E0IZ2mer .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r3E0IZ2mer .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r3E0IZ2mer .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r3E0IZ2mer .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r3E0IZ2mer .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r3E0IZ2mer .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r3E0IZ2mer .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r3E0IZ2mer H2 {
  text-align: center;
  color: #ffffff;
}
.cid-r3E0IZ2mer P {
  text-align: left;
}
.cid-r3E3ByIhxP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ece5db;
}
.cid-r3E3ByIhxP .mbr-section-subtitle {
  color: #cc2952;
}
.cid-r3E3ByIhxP H2 {
  color: #0a0000;
}
.cid-r3E3ByIhxP .mbr-section-subtitle B {
  color: #cc2952;
}
.cid-tp67cNa0pB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tp67cNa0pB .mbr-overlay {
  background: #fafafa;
  opacity: 0;
}
.cid-tp67cNa0pB .container {
  padding: 0 5%;
}
@media (max-width: 768px) {
  .cid-tp67cNa0pB .people-wrapper {
    display: flex;
  }
}
.cid-tp67cNa0pB .people-wrapper img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 2rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tp67cNa0pB .people-wrapper .people-title {
    padding: 1rem 0 0 1rem;
  }
}
.cid-tp67cNa0pB .people-wrapper .people-title .mbr-title {
  margin-bottom: 1rem;
}
.cid-tp67cNa0pB .people-wrapper .people-title .people-desc {
  margin-bottom: 1rem;
}
.cid-tp67cNa0pB .people-content {
  min-height: 100%;
  background: #f0f4ff;
  border-radius: 15px;
  padding: 5rem 4.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tp67cNa0pB .people-content {
    background: "file:///D:/WEBS/WEB-Mobirise/Loft-2024/assets/images/background1-1.jpg";
    padding: 0;
  }
}
.cid-tp67cNa0pB .people-content span {
  transform: rotate(180deg);
  position: absolute;
  left: -1.9rem;
  top: 2rem;
  font-size: 40px;
  color: #f0f4ff;
}
@media (max-width: 768px) {
  .cid-tp67cNa0pB .people-content span {
    display: none;
  }
}
.cid-tp67cNa0pB .mbr-title {
  color: #3a3e5e;
}
.cid-tp67cNa0pB .people-desc {
  color: #272c52;
}
.cid-tp67cNa0pB .mbr-text {
  color: #3a3e5e;
}
.cid-toUIu1J11R {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #073b4c;
}
.cid-toUIu1J11R .mbr-fallback-image.disabled {
  display: none;
}
.cid-toUIu1J11R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toUIu1J11R .row {
  justify-content: left;
}
.cid-toUIu1J11R .mbr-section-title {
  color: #FFDD65;
}
.cid-toUIu1J11R .mbr-section-subtitle {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-toUIu1J11R .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-toUIu1J11R .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-toUIu1J11R .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-toUIu1J11R .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-toUIu1J11R .custom-section-btn {
  height: 100%;
}
.cid-toUIu1J11R .custom-section-btn .btn {
  height: 100%;
}
.cid-toUIu1J11R .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-toUIu1J11R .text-container {
    margin: 26px auto 0;
  }
}
.cid-toUIu1J11R .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-toUIu1J11R .mbr-text {
    text-align: center !important;
  }
}
.cid-toUIu1J11R .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-toUIu1J11R .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-toUIu1J11R .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-toUIu1J11R .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-toUIu1J11R .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.cid-toUIu1J11R .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-toUIu1J11R .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-r4fLuqeaiF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ece5db;
}
.cid-r4fLuqeaiF .mbr-section-subtitle {
  color: #cc2952;
}
.cid-r4fLuqeaiF .mbr-section-subtitle B {
  color: #cc2952;
}
.cid-tp68TAvNp1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tp68TAvNp1 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-tp68TAvNp1 .container {
  padding: 0 5%;
}
@media (max-width: 768px) {
  .cid-tp68TAvNp1 .people-wrapper {
    display: flex;
  }
}
.cid-tp68TAvNp1 .people-wrapper img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 2rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tp68TAvNp1 .people-wrapper .people-title {
    padding: 1rem 0 0 1rem;
  }
}
.cid-tp68TAvNp1 .people-wrapper .people-title .mbr-title {
  margin-bottom: 1rem;
}
.cid-tp68TAvNp1 .people-wrapper .people-title .people-desc {
  margin-bottom: 1rem;
}
.cid-tp68TAvNp1 .people-content {
  min-height: 100%;
  background: #f0f4ff;
  border-radius: 15px;
  padding: 5rem 4.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tp68TAvNp1 .people-content {
    background: "file:///D:/WEBS/WEB-Mobirise/Loft-2024/assets/images/background1-1.jpg";
    padding: 0;
  }
}
.cid-tp68TAvNp1 .people-content span {
  transform: rotate(180deg);
  position: absolute;
  left: -1.9rem;
  top: 2rem;
  font-size: 40px;
  color: #f0f4ff;
}
@media (max-width: 768px) {
  .cid-tp68TAvNp1 .people-content span {
    display: none;
  }
}
.cid-tp68TAvNp1 .mbr-title {
  color: #3a3e5e;
}
.cid-tp68TAvNp1 .people-desc {
  color: #272c52;
}
.cid-tp68TAvNp1 .mbr-text {
  color: #3a3e5e;
}
.cid-toURyEbsTY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #073b4c;
}
.cid-toURyEbsTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-toURyEbsTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toURyEbsTY .row {
  justify-content: left;
}
.cid-toURyEbsTY .mbr-section-title {
  color: #FFDD65;
}
.cid-toURyEbsTY .mbr-section-subtitle {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-toURyEbsTY .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-toURyEbsTY .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-toURyEbsTY .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-toURyEbsTY .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-toURyEbsTY .custom-section-btn {
  height: 100%;
}
.cid-toURyEbsTY .custom-section-btn .btn {
  height: 100%;
}
.cid-toURyEbsTY .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-toURyEbsTY .text-container {
    margin: 26px auto 0;
  }
}
.cid-toURyEbsTY .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-toURyEbsTY .mbr-text {
    text-align: center !important;
  }
}
.cid-toURyEbsTY .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-toURyEbsTY .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-toURyEbsTY .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-toURyEbsTY .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-toURyEbsTY .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.cid-toURyEbsTY .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-toURyEbsTY .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-r4fLxm69Bk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ece5db;
}
.cid-r4fLxm69Bk .mbr-section-subtitle {
  color: #cc2952;
}
.cid-tp68VDhVns {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tp68VDhVns .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-tp68VDhVns .container {
  padding: 0 5%;
}
@media (max-width: 768px) {
  .cid-tp68VDhVns .people-wrapper {
    display: flex;
  }
}
.cid-tp68VDhVns .people-wrapper img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 2rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tp68VDhVns .people-wrapper .people-title {
    padding: 1rem 0 0 1rem;
  }
}
.cid-tp68VDhVns .people-wrapper .people-title .mbr-title {
  margin-bottom: 1rem;
}
.cid-tp68VDhVns .people-wrapper .people-title .people-desc {
  margin-bottom: 1rem;
}
.cid-tp68VDhVns .people-content {
  min-height: 100%;
  background: #f0f4ff;
  border-radius: 15px;
  padding: 5rem 4.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tp68VDhVns .people-content {
    background: "file:///D:/WEBS/WEB-Mobirise/Loft-2024/assets/images/background1-1.jpg";
    padding: 0;
  }
}
.cid-tp68VDhVns .people-content span {
  transform: rotate(180deg);
  position: absolute;
  left: -1.9rem;
  top: 2rem;
  font-size: 40px;
  color: #f0f4ff;
}
@media (max-width: 768px) {
  .cid-tp68VDhVns .people-content span {
    display: none;
  }
}
.cid-tp68VDhVns .mbr-title {
  color: #3a3e5e;
}
.cid-tp68VDhVns .people-desc {
  color: #272c52;
}
.cid-tp68VDhVns .mbr-text {
  color: #3a3e5e;
}
.cid-toURERpIYa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #073b4c;
}
.cid-toURERpIYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-toURERpIYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toURERpIYa .row {
  justify-content: left;
}
.cid-toURERpIYa .mbr-section-title {
  color: #FFDD65;
}
.cid-toURERpIYa .mbr-section-subtitle {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-toURERpIYa .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-toURERpIYa .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-toURERpIYa .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-toURERpIYa .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-toURERpIYa .custom-section-btn {
  height: 100%;
}
.cid-toURERpIYa .custom-section-btn .btn {
  height: 100%;
}
.cid-toURERpIYa .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-toURERpIYa .text-container {
    margin: 26px auto 0;
  }
}
.cid-toURERpIYa .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-toURERpIYa .mbr-text {
    text-align: center !important;
  }
}
.cid-toURERpIYa .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-toURERpIYa .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-toURERpIYa .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-toURERpIYa .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-toURERpIYa .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.cid-toURERpIYa .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-toURERpIYa .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-tihdA6BIAV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ece5db;
}
.cid-tihdA6BIAV .mbr-section-subtitle {
  color: #cc2952;
}
.cid-tihdA6BIAV H2 {
  color: #0a0000;
}
.cid-tihdA6BIAV .mbr-section-subtitle B {
  color: #cc2952;
}
.cid-tp676XwTd1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tp676XwTd1 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-tp676XwTd1 .container {
  padding: 0 5%;
}
@media (max-width: 768px) {
  .cid-tp676XwTd1 .people-wrapper {
    display: flex;
  }
}
.cid-tp676XwTd1 .people-wrapper img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 2rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tp676XwTd1 .people-wrapper .people-title {
    padding: 1rem 0 0 1rem;
  }
}
.cid-tp676XwTd1 .people-wrapper .people-title .mbr-title {
  margin-bottom: 1rem;
}
.cid-tp676XwTd1 .people-wrapper .people-title .people-desc {
  margin-bottom: 1rem;
}
.cid-tp676XwTd1 .people-content {
  min-height: 100%;
  background: #f0f4ff;
  border-radius: 15px;
  padding: 5rem 4.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tp676XwTd1 .people-content {
    background: "file:///D:/WEBS/WEB-Mobirise/Loft-2024/assets/images/background1-1.jpg";
    padding: 0;
  }
}
.cid-tp676XwTd1 .people-content span {
  transform: rotate(180deg);
  position: absolute;
  left: -1.9rem;
  top: 2rem;
  font-size: 40px;
  color: #f0f4ff;
}
@media (max-width: 768px) {
  .cid-tp676XwTd1 .people-content span {
    display: none;
  }
}
.cid-tp676XwTd1 .mbr-title {
  color: #3a3e5e;
}
.cid-tp676XwTd1 .people-desc {
  color: #272c52;
}
.cid-tp676XwTd1 .mbr-text {
  color: #3a3e5e;
}
.cid-toVvcGC4k5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #073b4c;
}
.cid-toVvcGC4k5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toVvcGC4k5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toVvcGC4k5 .row {
  justify-content: left;
}
.cid-toVvcGC4k5 .mbr-section-title {
  color: #FFDD65;
}
.cid-toVvcGC4k5 .mbr-section-subtitle {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-toVvcGC4k5 .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-toVvcGC4k5 .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-toVvcGC4k5 .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-toVvcGC4k5 .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-toVvcGC4k5 .custom-section-btn {
  height: 100%;
}
.cid-toVvcGC4k5 .custom-section-btn .btn {
  height: 100%;
}
.cid-toVvcGC4k5 .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-toVvcGC4k5 .text-container {
    margin: 26px auto 0;
  }
}
.cid-toVvcGC4k5 .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-toVvcGC4k5 .mbr-text {
    text-align: center !important;
  }
}
.cid-toVvcGC4k5 .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-toVvcGC4k5 .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-toVvcGC4k5 .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-toVvcGC4k5 .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-toVvcGC4k5 .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.cid-toVvcGC4k5 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-toVvcGC4k5 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-toVvf5nPdh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ece5db;
}
.cid-toVvf5nPdh .mbr-section-subtitle {
  color: #cc2952;
}
.cid-toVvf5nPdh H2 {
  color: #0a0000;
}
.cid-toVvf5nPdh .mbr-section-subtitle B {
  color: #cc2952;
}
.cid-tp674rsvq4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tp674rsvq4 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-tp674rsvq4 .container {
  padding: 0 5%;
}
@media (max-width: 768px) {
  .cid-tp674rsvq4 .people-wrapper {
    display: flex;
  }
}
.cid-tp674rsvq4 .people-wrapper img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 2rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tp674rsvq4 .people-wrapper .people-title {
    padding: 1rem 0 0 1rem;
  }
}
.cid-tp674rsvq4 .people-wrapper .people-title .mbr-title {
  margin-bottom: 1rem;
}
.cid-tp674rsvq4 .people-wrapper .people-title .people-desc {
  margin-bottom: 1rem;
}
.cid-tp674rsvq4 .people-content {
  min-height: 100%;
  background: #f0f4ff;
  border-radius: 15px;
  padding: 5rem 4.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tp674rsvq4 .people-content {
    background: "file:///D:/WEBS/WEB-Mobirise/Loft-2024/assets/images/background1-1.jpg";
    padding: 0;
  }
}
.cid-tp674rsvq4 .people-content span {
  transform: rotate(180deg);
  position: absolute;
  left: -1.9rem;
  top: 2rem;
  font-size: 40px;
  color: #f0f4ff;
}
@media (max-width: 768px) {
  .cid-tp674rsvq4 .people-content span {
    display: none;
  }
}
.cid-tp674rsvq4 .mbr-title {
  color: #3a3e5e;
}
.cid-tp674rsvq4 .people-desc {
  color: #272c52;
}
.cid-tp674rsvq4 .mbr-text {
  color: #3a3e5e;
}
.cid-toVvnDESW6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #073b4c;
}
.cid-toVvnDESW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toVvnDESW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toVvnDESW6 .row {
  justify-content: left;
}
.cid-toVvnDESW6 .mbr-section-title {
  color: #FFDD65;
}
.cid-toVvnDESW6 .mbr-section-subtitle {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-toVvnDESW6 .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-toVvnDESW6 .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-toVvnDESW6 .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-toVvnDESW6 .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-toVvnDESW6 .custom-section-btn {
  height: 100%;
}
.cid-toVvnDESW6 .custom-section-btn .btn {
  height: 100%;
}
.cid-toVvnDESW6 .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-toVvnDESW6 .text-container {
    margin: 26px auto 0;
  }
}
.cid-toVvnDESW6 .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-toVvnDESW6 .mbr-text {
    text-align: center !important;
  }
}
.cid-toVvnDESW6 .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-toVvnDESW6 .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-toVvnDESW6 .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-toVvnDESW6 .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-toVvnDESW6 .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.cid-toVvnDESW6 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-toVvnDESW6 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-toVvp0VNDT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ece5db;
}
.cid-toVvp0VNDT .mbr-section-subtitle {
  color: #cc2952;
}
.cid-toVvp0VNDT H2 {
  color: #0a0000;
}
.cid-toVvp0VNDT .mbr-section-subtitle B {
  color: #cc2952;
}
.cid-tp5JIxrJvB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tp5JIxrJvB .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-tp5JIxrJvB .container {
  padding: 0 5%;
}
@media (max-width: 768px) {
  .cid-tp5JIxrJvB .people-wrapper {
    display: flex;
  }
}
.cid-tp5JIxrJvB .people-wrapper img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 2rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tp5JIxrJvB .people-wrapper .people-title {
    padding: 1rem 0 0 1rem;
  }
}
.cid-tp5JIxrJvB .people-wrapper .people-title .mbr-title {
  margin-bottom: 1rem;
}
.cid-tp5JIxrJvB .people-wrapper .people-title .people-desc {
  margin-bottom: 1rem;
}
.cid-tp5JIxrJvB .people-content {
  min-height: 100%;
  background: #f0f4ff;
  border-radius: 15px;
  padding: 5rem 4.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tp5JIxrJvB .people-content {
    background: "file:///D:/WEBS/WEB-Mobirise/Loft-2024/assets/images/background1-1.jpg";
    padding: 0;
  }
}
.cid-tp5JIxrJvB .people-content span {
  transform: rotate(180deg);
  position: absolute;
  left: -1.9rem;
  top: 2rem;
  font-size: 40px;
  color: #f0f4ff;
}
@media (max-width: 768px) {
  .cid-tp5JIxrJvB .people-content span {
    display: none;
  }
}
.cid-tp5JIxrJvB .mbr-title {
  color: #3a3e5e;
}
.cid-tp5JIxrJvB .people-desc {
  color: #272c52;
}
.cid-tp5JIxrJvB .mbr-text {
  color: #3a3e5e;
  text-align: left;
}
.cid-tg9l28irhB {
  background: #073b4c;
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #518baf, #073b4c);
}
.cid-tg9l28irhB .image-block {
  margin: auto;
}
.cid-tg9l28irhB figcaption {
  position: relative;
}
.cid-tg9l28irhB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg9l28irhB .image-block {
    width: 100% !important;
  }
}
.cid-tiek7max5K {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tiek7max5K .mbr-text,
.cid-tiek7max5K blockquote {
  color: #767676;
}
.cid-tiek7max5K .mbr-text P {
  text-align: center;
}
.cid-tiek7max5K .mbr-text {
  color: #ffffff;
}
.cid-tcVFNKPa5E {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #5b686b;
}
.cid-tq0CpUrm3p {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tq0CpUrm3p .mbr-section-subtitle {
  color: #767676;
}
.cid-tq0CpUrm3p H2 {
  color: #ffffff;
}
.cid-tq0uKH01dF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5e5cc;
}
.cid-tq0uKH01dF .google-map {
  height: 25rem;
  position: relative;
}
.cid-tq0uKH01dF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tq0uKH01dF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tq0uKH01dF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tq0uKH01dF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-r3FvDjvHSL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a0000;
}
@media (max-width: 767px) {
  .cid-r3FvDjvHSL .content {
    text-align: center;
  }
  .cid-r3FvDjvHSL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r3FvDjvHSL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r3FvDjvHSL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r3FvDjvHSL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r3FvDjvHSL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r3FvDjvHSL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r3FvDjvHSL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r3FvDjvHSL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r3FvDjvHSL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r3FvDjvHSL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r3FvDjvHSL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r3FvDjvHSL .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tdw2r4easT {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-tdw2r4easT .media-container-row .mbr-text {
  color: #55b4d4;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f295;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #ff7f9f !important;
}
.cid-r3Fx4BuB9a {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r3Fx4BuB9a .mbr-section-subtitle {
  color: #cc2952;
}
.cid-r3Fx4BuB9a H2 {
  color: #0a0000;
}
.cid-thktWAYsWE {
  background: #efefef;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #073b4c, #efefef);
}
.cid-thktWAYsWE .image-block {
  margin: auto;
}
.cid-thktWAYsWE figcaption {
  position: relative;
}
.cid-thktWAYsWE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-thktWAYsWE .image-block {
    width: 100% !important;
  }
}
.cid-tdw0qfTWcE {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #073b4c, #ffffff);
}
.cid-tdw0qfTWcE .image-block {
  margin: auto;
}
.cid-tdw0qfTWcE figcaption {
  position: relative;
}
.cid-tdw0qfTWcE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tdw0qfTWcE .image-block {
    width: 100% !important;
  }
}
.cid-r3FPpyC79f {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-r3FPpyC79f .image-block {
  margin: auto;
}
.cid-r3FPpyC79f figcaption {
  position: relative;
}
.cid-r3FPpyC79f figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FPpyC79f .image-block {
    width: 100% !important;
  }
}
.cid-r3FPq5XiS9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-r3FPq5XiS9 .image-block {
  margin: auto;
}
.cid-r3FPq5XiS9 figcaption {
  position: relative;
}
.cid-r3FPq5XiS9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FPq5XiS9 .image-block {
    width: 100% !important;
  }
}
.cid-tjJTsGubAM {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #073b4c, #0f7699);
}
.cid-tjJTsGubAM .image-block {
  margin: auto;
}
.cid-tjJTsGubAM figcaption {
  position: relative;
}
.cid-tjJTsGubAM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjJTsGubAM .image-block {
    width: 100% !important;
  }
}
.cid-r3FPqCKXFZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-r3FPqCKXFZ .image-block {
  margin: auto;
}
.cid-r3FPqCKXFZ figcaption {
  position: relative;
}
.cid-r3FPqCKXFZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FPqCKXFZ .image-block {
    width: 100% !important;
  }
}
.cid-r3FPnHy9kF {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-r3FPnHy9kF .image-block {
  margin: auto;
}
.cid-r3FPnHy9kF figcaption {
  position: relative;
}
.cid-r3FPnHy9kF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FPnHy9kF .image-block {
    width: 100% !important;
  }
}
.cid-rcjipLo676 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0a0000;
}
@media (max-width: 767px) {
  .cid-rcjipLo676 .content {
    text-align: center;
  }
  .cid-rcjipLo676 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rcjipLo676 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rcjipLo676 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rcjipLo676 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rcjipLo676 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rcjipLo676 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rcjipLo676 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rcjipLo676 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rcjipLo676 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rcjipLo676 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcjipLo676 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcjipLo676 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tdw2r4easT {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-tdw2r4easT .media-container-row .mbr-text {
  color: #55b4d4;
}
.cid-r3FQHaoJtj .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-r3FQHaoJtj .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-r3FQHaoJtj a {
  font-style: normal;
}
.cid-r3FQHaoJtj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r3FQHaoJtj .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r3FQHaoJtj .nav-item:focus,
.cid-r3FQHaoJtj .nav-link:focus {
  outline: none;
}
.cid-r3FQHaoJtj .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r3FQHaoJtj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r3FQHaoJtj .menu-logo {
  margin-right: auto;
}
.cid-r3FQHaoJtj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r3FQHaoJtj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r3FQHaoJtj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r3FQHaoJtj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r3FQHaoJtj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r3FQHaoJtj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r3FQHaoJtj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r3FQHaoJtj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r3FQHaoJtj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r3FQHaoJtj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r3FQHaoJtj .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r3FQHaoJtj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r3FQHaoJtj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r3FQHaoJtj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r3FQHaoJtj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r3FQHaoJtj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r3FQHaoJtj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r3FQHaoJtj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r3FQHaoJtj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r3FQHaoJtj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r3FQHaoJtj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r3FQHaoJtj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r3FQHaoJtj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r3FQHaoJtj button.navbar-toggler:focus {
  outline: none;
}
.cid-r3FQHaoJtj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f295;
}
.cid-r3FQHaoJtj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r3FQHaoJtj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r3FQHaoJtj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r3FQHaoJtj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r3FQHaoJtj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r3FQHaoJtj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r3FQHaoJtj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r3FQHaoJtj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r3FQHaoJtj .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r3FQHaoJtj .collapsed .btn {
  display: flex;
}
.cid-r3FQHaoJtj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r3FQHaoJtj .collapsed .navbar-collapse.collapsing,
.cid-r3FQHaoJtj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r3FQHaoJtj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r3FQHaoJtj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r3FQHaoJtj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r3FQHaoJtj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r3FQHaoJtj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r3FQHaoJtj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r3FQHaoJtj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r3FQHaoJtj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r3FQHaoJtj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r3FQHaoJtj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r3FQHaoJtj .collapsed button.navbar-toggler {
  display: block;
}
.cid-r3FQHaoJtj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r3FQHaoJtj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r3FQHaoJtj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r3FQHaoJtj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r3FQHaoJtj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r3FQHaoJtj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r3FQHaoJtj .navbar-expand {
    flex-direction: column;
  }
  .cid-r3FQHaoJtj img {
    height: 3.8rem !important;
  }
  .cid-r3FQHaoJtj .btn {
    display: flex;
  }
  .cid-r3FQHaoJtj button.navbar-toggler {
    display: block;
  }
  .cid-r3FQHaoJtj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r3FQHaoJtj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r3FQHaoJtj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r3FQHaoJtj .navbar-collapse.collapsing,
  .cid-r3FQHaoJtj .navbar-collapse.show {
    display: block !important;
  }
  .cid-r3FQHaoJtj .navbar-collapse.collapsing .navbar-nav,
  .cid-r3FQHaoJtj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r3FQHaoJtj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r3FQHaoJtj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r3FQHaoJtj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r3FQHaoJtj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r3FQHaoJtj .navbar-collapse.collapsing .navbar-buttons,
  .cid-r3FQHaoJtj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r3FQHaoJtj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r3FQHaoJtj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r3FQHaoJtj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r3FQHaoJtj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r3FQHaoJtj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r3FQHaoJtj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r3FQHaoJtj .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r3FQHaoJtj .navbar-collapse {
  flex-basis: auto;
}
.cid-r3FQHaoJtj .nav-link:hover,
.cid-r3FQHaoJtj .dropdown-item:hover {
  color: #ff7f9f !important;
}
.cid-r3FQHbxF8n {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r3FQHbxF8n .mbr-section-subtitle {
  color: #fb1e1e;
}
.cid-r3FQHcpwoK {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #073b4c, #ffffff);
}
.cid-r3FQHcpwoK .image-block {
  margin: auto;
}
.cid-r3FQHcpwoK figcaption {
  position: relative;
}
.cid-r3FQHcpwoK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FQHcpwoK .image-block {
    width: 100% !important;
  }
}
.cid-r3FQHddGaI {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #073b4c, #ffffff);
}
.cid-r3FQHddGaI .image-block {
  margin: auto;
}
.cid-r3FQHddGaI figcaption {
  position: relative;
}
.cid-r3FQHddGaI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FQHddGaI .image-block {
    width: 100% !important;
  }
}
.cid-tkfJ3vQb6z {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #232323, #0f7699);
}
.cid-tkfJ3vQb6z .image-block {
  margin: auto;
}
.cid-tkfJ3vQb6z figcaption {
  position: relative;
}
.cid-tkfJ3vQb6z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tkfJ3vQb6z .image-block {
    width: 100% !important;
  }
}
.cid-r3FQHe1jhP {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #073b4c, #ffffff);
}
.cid-r3FQHe1jhP .image-block {
  margin: auto;
}
.cid-r3FQHe1jhP figcaption {
  position: relative;
}
.cid-r3FQHe1jhP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FQHe1jhP .image-block {
    width: 100% !important;
  }
}
.cid-r3FQHeKjpB {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #073b4c, #ffffff);
}
.cid-r3FQHeKjpB .image-block {
  margin: auto;
}
.cid-r3FQHeKjpB figcaption {
  position: relative;
}
.cid-r3FQHeKjpB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FQHeKjpB .image-block {
    width: 100% !important;
  }
}
.cid-r3FQHfmDMx {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #073b4c, #ffffff);
}
.cid-r3FQHfmDMx .image-block {
  margin: auto;
}
.cid-r3FQHfmDMx figcaption {
  position: relative;
}
.cid-r3FQHfmDMx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FQHfmDMx .image-block {
    width: 100% !important;
  }
}
.cid-r3FQHfWUre {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #073b4c, #ffffff);
}
.cid-r3FQHfWUre .image-block {
  margin: auto;
}
.cid-r3FQHfWUre figcaption {
  position: relative;
}
.cid-r3FQHfWUre figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FQHfWUre .image-block {
    width: 100% !important;
  }
}
.cid-r3FRvH6jWk {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #073b4c, #ffffff);
}
.cid-r3FRvH6jWk .image-block {
  margin: auto;
}
.cid-r3FRvH6jWk figcaption {
  position: relative;
}
.cid-r3FRvH6jWk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FRvH6jWk .image-block {
    width: 100% !important;
  }
}
.cid-r3FRwe9ICM {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #073b4c, #ffffff);
}
.cid-r3FRwe9ICM .image-block {
  margin: auto;
}
.cid-r3FRwe9ICM figcaption {
  position: relative;
}
.cid-r3FRwe9ICM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FRwe9ICM .image-block {
    width: 100% !important;
  }
}
.cid-r3FRuVRyTU {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #073b4c, #ffffff);
}
.cid-r3FRuVRyTU .image-block {
  margin: auto;
}
.cid-r3FRuVRyTU figcaption {
  position: relative;
}
.cid-r3FRuVRyTU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FRuVRyTU .image-block {
    width: 100% !important;
  }
}
.cid-rcjiHoTibI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #0a0000;
}
@media (max-width: 767px) {
  .cid-rcjiHoTibI .content {
    text-align: center;
  }
  .cid-rcjiHoTibI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rcjiHoTibI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rcjiHoTibI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rcjiHoTibI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rcjiHoTibI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rcjiHoTibI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rcjiHoTibI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rcjiHoTibI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rcjiHoTibI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rcjiHoTibI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcjiHoTibI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcjiHoTibI .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tdw2r4easT {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-tdw2r4easT .media-container-row .mbr-text {
  color: #55b4d4;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f295;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #ff7f9f !important;
}
.cid-teUsDX37Vz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f1d3c3;
}
.cid-teUsDX37Vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-teUsDX37Vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teUsDX37Vz .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-teUsDX37Vz .mbr-section-title,
.cid-teUsDX37Vz .mbr-section-subtitle {
  text-align: center;
}
.cid-teUsDX37Vz .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-teUsDX37Vz .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-teUsDX37Vz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-teUsDX37Vz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-teUsDX37Vz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teUsDX37Vz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-teUsDX37Vz .card-title {
  color: #e43f3f;
}
.cid-teUsDX37Vz .mbr-section-subtitle {
  color: #0a0000;
}
.cid-uf3liCvauD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f1d3c3;
}
.cid-uf3liCvauD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf3liCvauD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf3liCvauD .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uf3liCvauD .mbr-section-title,
.cid-uf3liCvauD .mbr-section-subtitle {
  text-align: center;
}
.cid-uf3liCvauD .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uf3liCvauD .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uf3liCvauD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uf3liCvauD .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uf3liCvauD .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uf3liCvauD .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uf3liCvauD .card-title {
  color: #e43f3f;
}
.cid-uf3liCvauD .mbr-section-subtitle {
  color: #0a0000;
}
.cid-td1BfZAbl9 {
  padding-top: 90px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-td1BfZAbl9 .images-container.container-fluid {
  padding: 0;
}
.cid-td1BfZAbl9 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-td1BfZAbl9 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-td1BfZAbl9 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-td1BfZAbl9 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-td1BfZAbl9 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-td1BfZAbl9 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-td1BfZAbl9 .img-item {
    width: 100% !important;
  }
  .cid-td1BfZAbl9 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-td1EXaGG4s {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-td1EXaGG4s .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-td1EXaGG4s .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-td1EXaGG4s .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-td1EXaGG4s .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-td1EXaGG4s .mbr-text {
  color: #232323;
}
.cid-r3GRIMv57k {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-r3GRIMv57k .image-block {
  margin: auto;
}
.cid-r3GRIMv57k figcaption {
  position: relative;
}
.cid-r3GRIMv57k figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3GRIMv57k .image-block {
    width: 100% !important;
  }
}
.cid-uf4QQK3NhD {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #f79d44;
}
.cid-uf4QQK3NhD .mbr-section-subtitle {
  color: #767676;
}
.cid-uf4QQK3NhD H2 {
  color: #cc2952;
}
.cid-thbVMRMZX8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-thbVMRMZX8 .mbr-section-subtitle {
  color: #767676;
}
.cid-thbVMRMZX8 H2 {
  color: #ffffff;
}
.cid-uf4QMpynnH {
  background: #0f7699;
  background: linear-gradient(0deg, #232323, #0f7699);
}
.cid-uf4QMpynnH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uf4QMpynnH figcaption {
  position: relative;
}
.cid-uf4QMpynnH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf4QMpynnH .image-block {
    width: 100% !important;
  }
}
.cid-uf4UWUYodJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uf4UWUYodJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uf4UWUYodJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uf4UWUYodJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uf4UWUYodJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uf4UWUYodJ .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-uf4UWUYodJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uf4UWUYodJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uf4UWUYodJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uf4UWUYodJ .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-uf4WOrlGbr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uf4WOrlGbr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uf4WOrlGbr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uf4WOrlGbr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uf4WOrlGbr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uf4WOrlGbr .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-uf4WOrlGbr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uf4WOrlGbr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uf4WOrlGbr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uf4WOrlGbr .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-tf1e6kfDlc {
  padding-top: 75px;
  padding-bottom: 15px;
  background: #5b686b;
}
.cid-tf1e6kfDlc .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tf1e6kfDlc .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tf1e6kfDlc .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-tf1e6kfDlc .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-tf1e6kfDlc .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tf1e6kfDlc .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-tf1e6kfDlc .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tf1e6kfDlc .img-item {
    width: 100% !important;
  }
  .cid-tf1e6kfDlc .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tid9DNvI2z {
  padding-top: 15px;
  padding-bottom: 30px;
  background: #5b686b;
}
.cid-tid9DNvI2z .images-container.container-fluid {
  padding: 0;
}
.cid-tid9DNvI2z .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tid9DNvI2z .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tid9DNvI2z .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tid9DNvI2z .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tid9DNvI2z .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tid9DNvI2z .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tid9DNvI2z .img-item {
    width: 100% !important;
  }
  .cid-tid9DNvI2z .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-taXAUFuMrF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #e7d7c6;
}
.cid-taXAUFuMrF .mbr-section-subtitle {
  color: #0a0000;
}
.cid-taWSzrdj2Q {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #e7d7c6;
}
.cid-taWSzrdj2Q .card-box {
  padding: 0 2rem;
}
.cid-taWSzrdj2Q .mbr-section-btn {
  padding-top: 1rem;
}
.cid-taWSzrdj2Q .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-taWSzrdj2Q h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-taWSzrdj2Q p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-taWSzrdj2Q .mbr-text {
  color: #767676;
}
.cid-taWSzrdj2Q .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-taWSzrdj2Q .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tcJSQ7sVIP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bicys-2-2000x1496.jpeg");
}
.cid-tcJSQ7sVIP .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tcJSQ7sVIP .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tcJSQ7sVIP .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcJSQ7sVIP .mbr-text {
    text-align: center;
  }
}
.cid-tdtixMv1i9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #073b4c;
}
.cid-tdtixMv1i9 .images-container.container-fluid {
  padding: 0;
}
.cid-tdtixMv1i9 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tdtixMv1i9 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tdtixMv1i9 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tdtixMv1i9 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tdtixMv1i9 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tdtixMv1i9 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tdtixMv1i9 .img-item {
    width: 100% !important;
  }
  .cid-tdtixMv1i9 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tf0snt6Hif {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ece5db;
}
.cid-tf0snt6Hif h2 {
  text-align: center;
}
.cid-tf0snt6Hif h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tf0snt6Hif p {
  color: #767676;
}
.cid-tf0snt6Hif img {
  object-fit: cover;
}
.cid-tf0snt6Hif .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tf0snt6Hif .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tf0snt6Hif .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tf0snt6Hif .mbr-section-subtitle {
  color: #cc2952;
}
.cid-tf0snt6Hif .card-title {
  font-weight: 500;
}
.cid-tf0snt6Hif .card-img {
  text-align: inherit;
}
.cid-tf0snt6Hif .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tf0snt6Hif .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tf0snt6Hif .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tf0snt6Hif .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-tf0snt6Hif .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-tf0snt6Hif .mbr-crt-title {
  color: #cc2952;
}
.cid-tf0snt6Hif .mbr-section-title {
  text-align: center;
}
.cid-tdgVZ7fFKB {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #0e3441;
}
.cid-tdgVZ7fFKB .images-container.container-fluid {
  padding: 0;
}
.cid-tdgVZ7fFKB .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tdgVZ7fFKB .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tdgVZ7fFKB .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tdgVZ7fFKB .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tdgVZ7fFKB .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tdgVZ7fFKB .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tdgVZ7fFKB .img-item {
    width: 100% !important;
  }
  .cid-tdgVZ7fFKB .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tdw2r4easT {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-tdw2r4easT .media-container-row .mbr-text {
  color: #55b4d4;
}
.cid-rcjiTNtoUG {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #0a0000;
}
@media (max-width: 767px) {
  .cid-rcjiTNtoUG .content {
    text-align: center;
  }
  .cid-rcjiTNtoUG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rcjiTNtoUG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rcjiTNtoUG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rcjiTNtoUG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rcjiTNtoUG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rcjiTNtoUG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rcjiTNtoUG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rcjiTNtoUG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rcjiTNtoUG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rcjiTNtoUG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcjiTNtoUG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcjiTNtoUG .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uf4USJNra9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uf4USJNra9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uf4USJNra9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uf4USJNra9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uf4USJNra9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uf4USJNra9 .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-uf4USJNra9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uf4USJNra9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uf4USJNra9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uf4USJNra9 .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-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f295;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #ff7f9f !important;
}
.cid-r3FW8rEJQz {
  padding-top: 105px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-r3FW8rEJQz .image-block {
  margin: auto;
}
.cid-r3FW8rEJQz figcaption {
  position: relative;
}
.cid-r3FW8rEJQz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FW8rEJQz .image-block {
    width: 100% !important;
  }
}
.cid-r3FW8XYIaJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-r3FW8XYIaJ .image-block {
  margin: auto;
}
.cid-r3FW8XYIaJ figcaption {
  position: relative;
}
.cid-r3FW8XYIaJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FW8XYIaJ .image-block {
    width: 100% !important;
  }
}
.cid-r3FW9IHNLL {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-r3FW9IHNLL .image-block {
  margin: auto;
}
.cid-r3FW9IHNLL figcaption {
  position: relative;
}
.cid-r3FW9IHNLL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3FW9IHNLL .image-block {
    width: 100% !important;
  }
}
.cid-sOh6rxxYUv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #149dcc;
}
.cid-terO0cefnW {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/historia-de-machupichu-826x440.jpg");
}
.cid-terO0cefnW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-terO0cefnW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-terO0cefnW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-terO0cefnW .mbr-text {
    text-align: center;
  }
}
.cid-terO0cefnW .mbr-text,
.cid-terO0cefnW .mbr-section-btn {
  color: #f9f295;
}
.cid-rcjiZFDzV6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0a0000;
}
@media (max-width: 767px) {
  .cid-rcjiZFDzV6 .content {
    text-align: center;
  }
  .cid-rcjiZFDzV6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rcjiZFDzV6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rcjiZFDzV6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rcjiZFDzV6 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rcjiZFDzV6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rcjiZFDzV6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rcjiZFDzV6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rcjiZFDzV6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rcjiZFDzV6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rcjiZFDzV6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcjiZFDzV6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcjiZFDzV6 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tdw2r4easT {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-tdw2r4easT .media-container-row .mbr-text {
  color: #55b4d4;
}
.cid-tcKm2JORi5 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tcKm2JORi5 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tcKm2JORi5 a {
  font-style: normal;
}
.cid-tcKm2JORi5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tcKm2JORi5 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tcKm2JORi5 .nav-item:focus,
.cid-tcKm2JORi5 .nav-link:focus {
  outline: none;
}
.cid-tcKm2JORi5 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tcKm2JORi5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tcKm2JORi5 .menu-logo {
  margin-right: auto;
}
.cid-tcKm2JORi5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tcKm2JORi5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tcKm2JORi5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tcKm2JORi5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tcKm2JORi5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tcKm2JORi5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tcKm2JORi5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tcKm2JORi5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tcKm2JORi5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcKm2JORi5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tcKm2JORi5 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tcKm2JORi5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tcKm2JORi5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcKm2JORi5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tcKm2JORi5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcKm2JORi5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tcKm2JORi5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tcKm2JORi5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tcKm2JORi5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tcKm2JORi5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tcKm2JORi5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tcKm2JORi5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tcKm2JORi5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tcKm2JORi5 button.navbar-toggler:focus {
  outline: none;
}
.cid-tcKm2JORi5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f295;
}
.cid-tcKm2JORi5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcKm2JORi5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcKm2JORi5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcKm2JORi5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcKm2JORi5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcKm2JORi5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcKm2JORi5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcKm2JORi5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcKm2JORi5 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tcKm2JORi5 .collapsed .btn {
  display: flex;
}
.cid-tcKm2JORi5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tcKm2JORi5 .collapsed .navbar-collapse.collapsing,
.cid-tcKm2JORi5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tcKm2JORi5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tcKm2JORi5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tcKm2JORi5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tcKm2JORi5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tcKm2JORi5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tcKm2JORi5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tcKm2JORi5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tcKm2JORi5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tcKm2JORi5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tcKm2JORi5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tcKm2JORi5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tcKm2JORi5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tcKm2JORi5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tcKm2JORi5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tcKm2JORi5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tcKm2JORi5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tcKm2JORi5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tcKm2JORi5 .navbar-expand {
    flex-direction: column;
  }
  .cid-tcKm2JORi5 img {
    height: 3.8rem !important;
  }
  .cid-tcKm2JORi5 .btn {
    display: flex;
  }
  .cid-tcKm2JORi5 button.navbar-toggler {
    display: block;
  }
  .cid-tcKm2JORi5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tcKm2JORi5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tcKm2JORi5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tcKm2JORi5 .navbar-collapse.collapsing,
  .cid-tcKm2JORi5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tcKm2JORi5 .navbar-collapse.collapsing .navbar-nav,
  .cid-tcKm2JORi5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tcKm2JORi5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tcKm2JORi5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tcKm2JORi5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tcKm2JORi5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tcKm2JORi5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tcKm2JORi5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tcKm2JORi5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tcKm2JORi5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tcKm2JORi5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tcKm2JORi5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tcKm2JORi5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tcKm2JORi5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tcKm2JORi5 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tcKm2JORi5 .navbar-collapse {
  flex-basis: auto;
}
.cid-tcKm2JORi5 .nav-link:hover,
.cid-tcKm2JORi5 .dropdown-item:hover {
  color: #ff7f9f !important;
}
.cid-tcWu9oHUqN {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/tablas.jpg");
}
.cid-tcKp3TiOag {
  background: #0f7699;
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #465052, #0f7699);
}
.cid-tcKp3TiOag .image-block {
  margin: auto;
}
.cid-tcKp3TiOag figcaption {
  position: relative;
}
.cid-tcKp3TiOag figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcKp3TiOag .image-block {
    width: 100% !important;
  }
}
.cid-td37sftDv5 {
  background: #073b4c;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ff3366, #073b4c);
}
.cid-td37sftDv5 .image-block {
  margin: auto;
}
.cid-td37sftDv5 figcaption {
  position: relative;
}
.cid-td37sftDv5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-td37sftDv5 .image-block {
    width: 100% !important;
  }
}
.cid-tcKm2JqUd9 {
  padding-top: 60px;
  padding-bottom: 15px;
  background: #0f7699;
  background: linear-gradient(0deg, #1d4930, #0f7699);
}
.cid-tcKm2JqUd9 .image-block {
  margin: auto;
}
.cid-tcKm2JqUd9 figcaption {
  position: relative;
}
.cid-tcKm2JqUd9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcKm2JqUd9 .image-block {
    width: 100% !important;
  }
}
.cid-tcOqbOURzo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d4930;
}
.cid-tcOqbOURzo .mbr-section-subtitle {
  color: #efdecd;
}
.cid-tcKm2KyuXo {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #879a9f;
  background: linear-gradient(0deg, #1d4930, #879a9f);
}
.cid-tcKm2KyuXo .image-block {
  margin: auto;
}
.cid-tcKm2KyuXo figcaption {
  position: relative;
}
.cid-tcKm2KyuXo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcKm2KyuXo .image-block {
    width: 100% !important;
  }
}
.cid-tcKJodWehf {
  background: #0f7699;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #073b4c, #0f7699);
}
.cid-tcKJodWehf .image-block {
  margin: auto;
}
.cid-tcKJodWehf figcaption {
  position: relative;
}
.cid-tcKJodWehf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcKJodWehf .image-block {
    width: 100% !important;
  }
}
.cid-tcOrinwYrT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-tcOrinwYrT .mbr-section-subtitle {
  color: #fceacf;
}
.cid-tcKJpiUIXH {
  background: #0f7699;
  padding-top: 45px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #465052, #0f7699);
}
.cid-tcKJpiUIXH .image-block {
  margin: auto;
}
.cid-tcKJpiUIXH figcaption {
  position: relative;
}
.cid-tcKJpiUIXH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcKJpiUIXH .image-block {
    width: 100% !important;
  }
}
.cid-tcKJpX60SY {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #073b4c, #0f7699);
}
.cid-tcKJpX60SY .image-block {
  margin: auto;
}
.cid-tcKJpX60SY figcaption {
  position: relative;
}
.cid-tcKJpX60SY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcKJpX60SY .image-block {
    width: 100% !important;
  }
}
.cid-tcWWMLC7rs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-tcWWMLC7rs .mbr-text,
.cid-tcWWMLC7rs blockquote {
  color: #767676;
}
.cid-tcWWMLC7rs .mbr-text {
  color: #ffffff;
}
.cid-tfxMO4z3Bt {
  background: #1a3d47;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tfxMO4z3Bt .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfxMO4z3Bt .video-block {
    width: 100% !important;
  }
}
.cid-tGjS768UzD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGjS768UzD h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tGjS768UzD p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tGjS768UzD .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tGjS768UzD .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tGjS768UzD .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tGjS768UzD .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tGjS768UzD .card-box {
    padding-left: 0;
  }
}
.cid-tGjS768UzD .card-title,
.cid-tGjS768UzD .card-img {
  color: #fb1e1e;
}
.cid-thKbOZscwZ {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chica2-1300x731.jpg");
}
.cid-thKbOZscwZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-thKbOZscwZ .btn {
  margin: 0 0 .5rem 0;
}
.cid-thKbOZscwZ .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-thKbOZscwZ H2 {
  color: #ffffff;
}
.cid-tcWPXWzfag {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-tcWPXWzfag .mbr-section-subtitle {
  color: #767676;
}
.cid-tcWPXWzfag H2 {
  color: #232323;
}
.cid-tfxP9sna2E {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #0f7699, #ff7f9f);
}
@media (min-width: 992px) {
  .cid-tfxP9sna2E .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tfxP9sna2E .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-tcWPW9iH7y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fceacf;
}
.cid-tcWPW9iH7y .mbr-text,
.cid-tcWPW9iH7y blockquote {
  color: #767676;
}
.cid-tcWPW9iH7y .mbr-text {
  color: #232323;
}
.cid-tcKJqE8lkk {
  background: #149dcc;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #073b4c, #149dcc);
}
.cid-tcKJqE8lkk .image-block {
  margin: auto;
}
.cid-tcKJqE8lkk figcaption {
  position: relative;
}
.cid-tcKJqE8lkk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcKJqE8lkk .image-block {
    width: 100% !important;
  }
}
.cid-tcWP9QurA5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dcf3f8;
}
.cid-tcWP9QurA5 .mbr-text,
.cid-tcWP9QurA5 blockquote {
  color: #767676;
}
.cid-tcWP9QurA5 .mbr-text {
  color: #232323;
}
.cid-tcWqvdwC0T {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #073b4c, #0f7699);
}
.cid-tcWqvdwC0T .image-block {
  margin: auto;
}
.cid-tcWqvdwC0T figcaption {
  position: relative;
}
.cid-tcWqvdwC0T figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcWqvdwC0T .image-block {
    width: 100% !important;
  }
}
.cid-tcWqPCbR0b {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #073b4c, #0f7699);
}
.cid-tcWqPCbR0b .image-block {
  margin: auto;
}
.cid-tcWqPCbR0b figcaption {
  position: relative;
}
.cid-tcWqPCbR0b figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcWqPCbR0b .image-block {
    width: 100% !important;
  }
}
.cid-thkOIRjhVu {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #232323, #0f7699);
}
.cid-thkOIRjhVu .image-block {
  margin: auto;
}
.cid-thkOIRjhVu figcaption {
  position: relative;
}
.cid-thkOIRjhVu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-thkOIRjhVu .image-block {
    width: 100% !important;
  }
}
.cid-tcKm2OwLaN {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0a0000;
}
@media (max-width: 767px) {
  .cid-tcKm2OwLaN .content {
    text-align: center;
  }
  .cid-tcKm2OwLaN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tcKm2OwLaN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tcKm2OwLaN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tcKm2OwLaN .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tcKm2OwLaN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tcKm2OwLaN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tcKm2OwLaN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tcKm2OwLaN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tcKm2OwLaN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tcKm2OwLaN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tcKm2OwLaN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tcKm2OwLaN .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tdw2r4easT {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-tdw2r4easT .media-container-row .mbr-text {
  color: #55b4d4;
}
.cid-tdto5GXjns .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tdto5GXjns .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tdto5GXjns a {
  font-style: normal;
}
.cid-tdto5GXjns .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tdto5GXjns .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tdto5GXjns .nav-item:focus,
.cid-tdto5GXjns .nav-link:focus {
  outline: none;
}
.cid-tdto5GXjns .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tdto5GXjns .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tdto5GXjns .menu-logo {
  margin-right: auto;
}
.cid-tdto5GXjns .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tdto5GXjns .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tdto5GXjns .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tdto5GXjns .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tdto5GXjns .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tdto5GXjns .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tdto5GXjns .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tdto5GXjns .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tdto5GXjns .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdto5GXjns .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tdto5GXjns .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tdto5GXjns .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tdto5GXjns .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdto5GXjns .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tdto5GXjns .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdto5GXjns .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tdto5GXjns .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tdto5GXjns .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tdto5GXjns .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tdto5GXjns .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tdto5GXjns .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tdto5GXjns .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tdto5GXjns button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tdto5GXjns button.navbar-toggler:focus {
  outline: none;
}
.cid-tdto5GXjns button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f295;
}
.cid-tdto5GXjns button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdto5GXjns button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdto5GXjns button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdto5GXjns button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdto5GXjns nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdto5GXjns nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdto5GXjns nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdto5GXjns nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdto5GXjns .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tdto5GXjns .collapsed .btn {
  display: flex;
}
.cid-tdto5GXjns .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tdto5GXjns .collapsed .navbar-collapse.collapsing,
.cid-tdto5GXjns .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tdto5GXjns .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tdto5GXjns .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tdto5GXjns .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tdto5GXjns .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tdto5GXjns .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tdto5GXjns .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tdto5GXjns .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tdto5GXjns .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tdto5GXjns .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tdto5GXjns .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tdto5GXjns .collapsed button.navbar-toggler {
  display: block;
}
.cid-tdto5GXjns .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tdto5GXjns .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tdto5GXjns .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tdto5GXjns .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tdto5GXjns .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tdto5GXjns .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tdto5GXjns .navbar-expand {
    flex-direction: column;
  }
  .cid-tdto5GXjns img {
    height: 3.8rem !important;
  }
  .cid-tdto5GXjns .btn {
    display: flex;
  }
  .cid-tdto5GXjns button.navbar-toggler {
    display: block;
  }
  .cid-tdto5GXjns .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tdto5GXjns .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tdto5GXjns .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tdto5GXjns .navbar-collapse.collapsing,
  .cid-tdto5GXjns .navbar-collapse.show {
    display: block !important;
  }
  .cid-tdto5GXjns .navbar-collapse.collapsing .navbar-nav,
  .cid-tdto5GXjns .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tdto5GXjns .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tdto5GXjns .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tdto5GXjns .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tdto5GXjns .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tdto5GXjns .navbar-collapse.collapsing .navbar-buttons,
  .cid-tdto5GXjns .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tdto5GXjns .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tdto5GXjns .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tdto5GXjns .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tdto5GXjns .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tdto5GXjns .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tdto5GXjns .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tdto5GXjns .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tdto5GXjns .navbar-collapse {
  flex-basis: auto;
}
.cid-tdto5GXjns .nav-link:hover,
.cid-tdto5GXjns .dropdown-item:hover {
  color: #ff7f9f !important;
}
.cid-tdto5J2HFF {
  background: #0f7699;
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #465052, #0f7699);
}
.cid-tdto5J2HFF .image-block {
  margin: auto;
}
.cid-tdto5J2HFF figcaption {
  position: relative;
}
.cid-tdto5J2HFF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tdto5J2HFF .image-block {
    width: 100% !important;
  }
}
.cid-tdto5QxFJF {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #073b4c, #0f7699);
}
.cid-tdto5QxFJF .image-block {
  margin: auto;
}
.cid-tdto5QxFJF figcaption {
  position: relative;
}
.cid-tdto5QxFJF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tdto5QxFJF .image-block {
    width: 100% !important;
  }
}
.cid-tdto5QWNH3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0a0000;
}
@media (max-width: 767px) {
  .cid-tdto5QWNH3 .content {
    text-align: center;
  }
  .cid-tdto5QWNH3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tdto5QWNH3 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tdto5QWNH3 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tdto5QWNH3 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tdto5QWNH3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tdto5QWNH3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tdto5QWNH3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tdto5QWNH3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tdto5QWNH3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tdto5QWNH3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tdto5QWNH3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tdto5QWNH3 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tdw2r4easT {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-tdw2r4easT .media-container-row .mbr-text {
  color: #55b4d4;
}
.cid-thc7uPq4oV .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-thc7uPq4oV .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-thc7uPq4oV a {
  font-style: normal;
}
.cid-thc7uPq4oV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thc7uPq4oV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-thc7uPq4oV .nav-item:focus,
.cid-thc7uPq4oV .nav-link:focus {
  outline: none;
}
.cid-thc7uPq4oV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-thc7uPq4oV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thc7uPq4oV .menu-logo {
  margin-right: auto;
}
.cid-thc7uPq4oV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-thc7uPq4oV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thc7uPq4oV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thc7uPq4oV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thc7uPq4oV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thc7uPq4oV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thc7uPq4oV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thc7uPq4oV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thc7uPq4oV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thc7uPq4oV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thc7uPq4oV .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thc7uPq4oV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thc7uPq4oV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thc7uPq4oV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thc7uPq4oV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thc7uPq4oV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thc7uPq4oV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thc7uPq4oV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thc7uPq4oV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thc7uPq4oV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thc7uPq4oV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thc7uPq4oV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thc7uPq4oV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thc7uPq4oV button.navbar-toggler:focus {
  outline: none;
}
.cid-thc7uPq4oV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f295;
}
.cid-thc7uPq4oV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thc7uPq4oV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thc7uPq4oV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thc7uPq4oV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thc7uPq4oV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thc7uPq4oV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thc7uPq4oV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thc7uPq4oV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thc7uPq4oV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-thc7uPq4oV .collapsed .btn {
  display: flex;
}
.cid-thc7uPq4oV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thc7uPq4oV .collapsed .navbar-collapse.collapsing,
.cid-thc7uPq4oV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thc7uPq4oV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thc7uPq4oV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thc7uPq4oV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thc7uPq4oV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thc7uPq4oV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-thc7uPq4oV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-thc7uPq4oV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thc7uPq4oV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thc7uPq4oV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thc7uPq4oV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-thc7uPq4oV .collapsed button.navbar-toggler {
  display: block;
}
.cid-thc7uPq4oV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thc7uPq4oV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thc7uPq4oV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thc7uPq4oV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thc7uPq4oV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thc7uPq4oV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-thc7uPq4oV .navbar-expand {
    flex-direction: column;
  }
  .cid-thc7uPq4oV img {
    height: 3.8rem !important;
  }
  .cid-thc7uPq4oV .btn {
    display: flex;
  }
  .cid-thc7uPq4oV button.navbar-toggler {
    display: block;
  }
  .cid-thc7uPq4oV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-thc7uPq4oV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thc7uPq4oV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thc7uPq4oV .navbar-collapse.collapsing,
  .cid-thc7uPq4oV .navbar-collapse.show {
    display: block !important;
  }
  .cid-thc7uPq4oV .navbar-collapse.collapsing .navbar-nav,
  .cid-thc7uPq4oV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thc7uPq4oV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thc7uPq4oV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thc7uPq4oV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-thc7uPq4oV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-thc7uPq4oV .navbar-collapse.collapsing .navbar-buttons,
  .cid-thc7uPq4oV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thc7uPq4oV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thc7uPq4oV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thc7uPq4oV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thc7uPq4oV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thc7uPq4oV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thc7uPq4oV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thc7uPq4oV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-thc7uPq4oV .navbar-collapse {
  flex-basis: auto;
}
.cid-thc7uPq4oV .nav-link:hover,
.cid-thc7uPq4oV .dropdown-item:hover {
  color: #ff7f9f !important;
}
.cid-thc7uQL7O4 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #eccea7;
}
.cid-thc7uQL7O4 .mbr-section-subtitle {
  color: #767676;
}
.cid-toAuKC4LWg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/6j7swwn5mvc3noxdugcfb22pee-1-980x547.jpg");
}
.cid-toAuKC4LWg h4 {
  text-align: left;
  font-weight: 500;
}
.cid-toAuKC4LWg p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-toAuKC4LWg .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-toAuKC4LWg .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-toAuKC4LWg .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-toAuKC4LWg .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-toAuKC4LWg .card-box {
    padding-left: 0;
  }
}
.cid-toAuKC4LWg P {
  color: #020000;
}
.cid-toMgKf8UKJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f0eded;
}
.cid-toMgKf8UKJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-toMgKf8UKJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toMgKf8UKJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-toMgKf8UKJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-toMgKf8UKJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-toMgKf8UKJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-toMgKf8UKJ .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-toMgKf8UKJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-toMgKf8UKJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-toAtKWgsaW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eccea7;
}
.cid-toAtKWgsaW .mbr-section-subtitle {
  color: #767676;
}
.cid-thc9uEsIEQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #eccea7;
}
.cid-thc9uEsIEQ .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-thc9uEsIEQ .modal-body .close {
  background: #1b1b1b;
}
.cid-thc9uEsIEQ .modal-body .close span {
  font-style: normal;
}
.cid-thc9uEsIEQ .carousel-inner > .active,
.cid-thc9uEsIEQ .carousel-inner > .next,
.cid-thc9uEsIEQ .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-thc9uEsIEQ .carousel-control .icon-next,
.cid-thc9uEsIEQ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-thc9uEsIEQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thc9uEsIEQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-thc9uEsIEQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-thc9uEsIEQ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-thc9uEsIEQ .boxed-slider > div {
  position: relative;
}
.cid-thc9uEsIEQ .container img {
  width: 100%;
}
.cid-thc9uEsIEQ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-thc9uEsIEQ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-thc9uEsIEQ .mbr-table-cell {
  padding: 0;
}
.cid-thc9uEsIEQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-thc9uEsIEQ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-thc9uEsIEQ .mbr-overlay {
  z-index: 1;
}
.cid-thc9uEsIEQ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-thc9uEsIEQ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-thc9uEsIEQ .carousel-item.active.right,
.cid-thc9uEsIEQ .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-thc9uEsIEQ .carousel-item.active.left,
.cid-thc9uEsIEQ .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-thc9uEsIEQ .carousel-item.active,
.cid-thc9uEsIEQ .carousel-item.next.left,
.cid-thc9uEsIEQ .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-thc9uEsIEQ .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-thc9uEsIEQ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thc9uEsIEQ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thc9uEsIEQ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-thc9uEsIEQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-thc9uEsIEQ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-thc9uEsIEQ .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-thc9uEsIEQ .mbr-slider .carousel-indicators li.active,
.cid-thc9uEsIEQ .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-thc9uEsIEQ .mbr-slider .carousel-indicators li::after,
.cid-thc9uEsIEQ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-thc9uEsIEQ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-thc9uEsIEQ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-thc9uEsIEQ .mbr-slider > .container img {
  width: 100%;
}
.cid-thc9uEsIEQ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-thc9uEsIEQ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-thc9uEsIEQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thc9uEsIEQ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-thc9uEsIEQ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-thc9uEsIEQ .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-thc9uEsIEQ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-thc9uEsIEQ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-thc9uEsIEQ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-thc9uEsIEQ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-thc9uEsIEQ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-thc9uEsIEQ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-thc9uEsIEQ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-thc9uEsIEQ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-thc9uEsIEQ .carousel-inner {
  height: 100%;
}
.cid-thc9uEsIEQ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-thc9uEsIEQ .image_wrapper {
  height: 520px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-thc9uEsIEQ .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-thc9uEsIEQ .carousel-item .container-slide {
  text-align: center;
}
.cid-thc9uEsIEQ .content-slider-wrap {
  width: 80%;
}
.cid-thelU9xEQf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #eccea7;
}
.cid-thelU9xEQf .mbr-section-subtitle {
  color: #767676;
}
.cid-the9MkKhkT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #eccea7;
}
.cid-the9MkKhkT .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-the9MkKhkT .modal-body .close {
  background: #1b1b1b;
}
.cid-the9MkKhkT .modal-body .close span {
  font-style: normal;
}
.cid-the9MkKhkT .carousel-inner > .active,
.cid-the9MkKhkT .carousel-inner > .next,
.cid-the9MkKhkT .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-the9MkKhkT .carousel-control .icon-next,
.cid-the9MkKhkT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-the9MkKhkT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-the9MkKhkT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-the9MkKhkT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-the9MkKhkT .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-the9MkKhkT .boxed-slider > div {
  position: relative;
}
.cid-the9MkKhkT .container img {
  width: 100%;
}
.cid-the9MkKhkT .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-the9MkKhkT .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-the9MkKhkT .mbr-table-cell {
  padding: 0;
}
.cid-the9MkKhkT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-the9MkKhkT .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-the9MkKhkT .mbr-overlay {
  z-index: 1;
}
.cid-the9MkKhkT .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-the9MkKhkT .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-the9MkKhkT .carousel-item.active.right,
.cid-the9MkKhkT .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-the9MkKhkT .carousel-item.active.left,
.cid-the9MkKhkT .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-the9MkKhkT .carousel-item.active,
.cid-the9MkKhkT .carousel-item.next.left,
.cid-the9MkKhkT .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-the9MkKhkT .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-the9MkKhkT .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-the9MkKhkT .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-the9MkKhkT .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-the9MkKhkT .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-the9MkKhkT .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-the9MkKhkT .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-the9MkKhkT .mbr-slider .carousel-indicators li.active,
.cid-the9MkKhkT .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-the9MkKhkT .mbr-slider .carousel-indicators li::after,
.cid-the9MkKhkT .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-the9MkKhkT .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-the9MkKhkT .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-the9MkKhkT .mbr-slider > .container img {
  width: 100%;
}
.cid-the9MkKhkT .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-the9MkKhkT .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-the9MkKhkT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-the9MkKhkT .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-the9MkKhkT .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-the9MkKhkT .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-the9MkKhkT .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-the9MkKhkT .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-the9MkKhkT .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-the9MkKhkT .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-the9MkKhkT .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-the9MkKhkT .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-the9MkKhkT .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-the9MkKhkT .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-the9MkKhkT .carousel-inner {
  height: 100%;
}
.cid-the9MkKhkT .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-the9MkKhkT .image_wrapper {
  height: 430px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-the9MkKhkT .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-the9MkKhkT .carousel-item .container-slide {
  text-align: center;
}
.cid-the9MkKhkT .content-slider-wrap {
  width: 80%;
}
.cid-thldu9c4wV {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f4ddd3;
}
.cid-thldu9c4wV .mbr-section-subtitle {
  color: #ff3366;
}
.cid-thBAa1h9mz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2d9cf;
}
.cid-thBAa1h9mz h4 {
  text-align: left;
  font-weight: 500;
}
.cid-thBAa1h9mz p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-thBAa1h9mz .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-thBAa1h9mz .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-thBAa1h9mz .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thBAa1h9mz .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-thBAa1h9mz .card-box {
    padding-left: 0;
  }
}
.cid-thelHrZj2b {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f4ddd3;
}
.cid-thelHrZj2b .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-thelHrZj2b .modal-body .close {
  background: #1b1b1b;
}
.cid-thelHrZj2b .modal-body .close span {
  font-style: normal;
}
.cid-thelHrZj2b .carousel-inner > .active,
.cid-thelHrZj2b .carousel-inner > .next,
.cid-thelHrZj2b .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-thelHrZj2b .carousel-control .icon-next,
.cid-thelHrZj2b .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-thelHrZj2b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thelHrZj2b .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-thelHrZj2b .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-thelHrZj2b .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-thelHrZj2b .boxed-slider > div {
  position: relative;
}
.cid-thelHrZj2b .container img {
  width: 100%;
}
.cid-thelHrZj2b .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-thelHrZj2b .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-thelHrZj2b .mbr-table-cell {
  padding: 0;
}
.cid-thelHrZj2b .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-thelHrZj2b .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-thelHrZj2b .mbr-overlay {
  z-index: 1;
}
.cid-thelHrZj2b .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-thelHrZj2b .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-thelHrZj2b .carousel-item.active.right,
.cid-thelHrZj2b .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-thelHrZj2b .carousel-item.active.left,
.cid-thelHrZj2b .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-thelHrZj2b .carousel-item.active,
.cid-thelHrZj2b .carousel-item.next.left,
.cid-thelHrZj2b .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-thelHrZj2b .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-thelHrZj2b .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thelHrZj2b .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thelHrZj2b .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-thelHrZj2b .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-thelHrZj2b .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-thelHrZj2b .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-thelHrZj2b .mbr-slider .carousel-indicators li.active,
.cid-thelHrZj2b .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-thelHrZj2b .mbr-slider .carousel-indicators li::after,
.cid-thelHrZj2b .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-thelHrZj2b .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-thelHrZj2b .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-thelHrZj2b .mbr-slider > .container img {
  width: 100%;
}
.cid-thelHrZj2b .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-thelHrZj2b .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-thelHrZj2b .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thelHrZj2b .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-thelHrZj2b .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-thelHrZj2b .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-thelHrZj2b .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-thelHrZj2b .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-thelHrZj2b .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-thelHrZj2b .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-thelHrZj2b .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-thelHrZj2b .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-thelHrZj2b .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-thelHrZj2b .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-thelHrZj2b .carousel-inner {
  height: 100%;
}
.cid-thelHrZj2b .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-thelHrZj2b .image_wrapper {
  height: 540px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-thelHrZj2b .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-thelHrZj2b .carousel-item .container-slide {
  text-align: center;
}
.cid-thelHrZj2b .content-slider-wrap {
  width: 61%;
}
.cid-thCyHkejFp {
  background: #f4ddd3;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #f4ddd3, #f2d9cf);
}
.cid-thCyHkejFp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-thCyHkejFp .video-block {
    width: 100% !important;
  }
}
.cid-thBFvNFZq5 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #e9e6e6;
}
.cid-thBFvNFZq5 .mbr-section-subtitle {
  color: #cc2952;
}
.cid-thBFYsn53G {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e9e6e6;
}
.cid-thBFYsn53G h4 {
  text-align: left;
  font-weight: 500;
}
.cid-thBFYsn53G p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-thBFYsn53G .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-thBFYsn53G .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-thBFYsn53G .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thBFYsn53G .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-thBFYsn53G .card-box {
    padding-left: 0;
  }
}
.cid-thBFYsn53G P {
  color: #0a0000;
}
.cid-thBG3YRgWg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e2e6e0;
}
.cid-thBG3YRgWg .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-thBG3YRgWg .modal-body .close {
  background: #1b1b1b;
}
.cid-thBG3YRgWg .modal-body .close span {
  font-style: normal;
}
.cid-thBG3YRgWg .carousel-inner > .active,
.cid-thBG3YRgWg .carousel-inner > .next,
.cid-thBG3YRgWg .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-thBG3YRgWg .carousel-control .icon-next,
.cid-thBG3YRgWg .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-thBG3YRgWg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thBG3YRgWg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-thBG3YRgWg .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-thBG3YRgWg .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-thBG3YRgWg .boxed-slider > div {
  position: relative;
}
.cid-thBG3YRgWg .container img {
  width: 100%;
}
.cid-thBG3YRgWg .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-thBG3YRgWg .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-thBG3YRgWg .mbr-table-cell {
  padding: 0;
}
.cid-thBG3YRgWg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-thBG3YRgWg .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-thBG3YRgWg .mbr-overlay {
  z-index: 1;
}
.cid-thBG3YRgWg .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-thBG3YRgWg .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-thBG3YRgWg .carousel-item.active.right,
.cid-thBG3YRgWg .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-thBG3YRgWg .carousel-item.active.left,
.cid-thBG3YRgWg .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-thBG3YRgWg .carousel-item.active,
.cid-thBG3YRgWg .carousel-item.next.left,
.cid-thBG3YRgWg .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-thBG3YRgWg .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-thBG3YRgWg .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thBG3YRgWg .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thBG3YRgWg .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-thBG3YRgWg .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-thBG3YRgWg .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-thBG3YRgWg .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-thBG3YRgWg .mbr-slider .carousel-indicators li.active,
.cid-thBG3YRgWg .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-thBG3YRgWg .mbr-slider .carousel-indicators li::after,
.cid-thBG3YRgWg .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-thBG3YRgWg .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-thBG3YRgWg .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-thBG3YRgWg .mbr-slider > .container img {
  width: 100%;
}
.cid-thBG3YRgWg .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-thBG3YRgWg .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-thBG3YRgWg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thBG3YRgWg .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-thBG3YRgWg .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-thBG3YRgWg .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-thBG3YRgWg .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-thBG3YRgWg .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-thBG3YRgWg .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-thBG3YRgWg .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-thBG3YRgWg .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-thBG3YRgWg .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-thBG3YRgWg .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-thBG3YRgWg .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-thBG3YRgWg .carousel-inner {
  height: 100%;
}
.cid-thBG3YRgWg .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-thBG3YRgWg .image_wrapper {
  height: 450px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-thBG3YRgWg .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-thBG3YRgWg .carousel-item .container-slide {
  text-align: center;
}
.cid-thBG3YRgWg .content-slider-wrap {
  width: 68%;
}
.cid-thCgtlvHE4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e2e6e0;
}
.cid-thCgtlvHE4 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-thCgtlvHE4 .modal-body .close {
  background: #1b1b1b;
}
.cid-thCgtlvHE4 .modal-body .close span {
  font-style: normal;
}
.cid-thCgtlvHE4 .carousel-inner > .active,
.cid-thCgtlvHE4 .carousel-inner > .next,
.cid-thCgtlvHE4 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-thCgtlvHE4 .carousel-control .icon-next,
.cid-thCgtlvHE4 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-thCgtlvHE4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thCgtlvHE4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-thCgtlvHE4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-thCgtlvHE4 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-thCgtlvHE4 .boxed-slider > div {
  position: relative;
}
.cid-thCgtlvHE4 .container img {
  width: 100%;
}
.cid-thCgtlvHE4 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-thCgtlvHE4 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-thCgtlvHE4 .mbr-table-cell {
  padding: 0;
}
.cid-thCgtlvHE4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-thCgtlvHE4 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-thCgtlvHE4 .mbr-overlay {
  z-index: 1;
}
.cid-thCgtlvHE4 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-thCgtlvHE4 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-thCgtlvHE4 .carousel-item.active.right,
.cid-thCgtlvHE4 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-thCgtlvHE4 .carousel-item.active.left,
.cid-thCgtlvHE4 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-thCgtlvHE4 .carousel-item.active,
.cid-thCgtlvHE4 .carousel-item.next.left,
.cid-thCgtlvHE4 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-thCgtlvHE4 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-thCgtlvHE4 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thCgtlvHE4 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thCgtlvHE4 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-thCgtlvHE4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-thCgtlvHE4 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-thCgtlvHE4 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-thCgtlvHE4 .mbr-slider .carousel-indicators li.active,
.cid-thCgtlvHE4 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-thCgtlvHE4 .mbr-slider .carousel-indicators li::after,
.cid-thCgtlvHE4 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-thCgtlvHE4 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-thCgtlvHE4 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-thCgtlvHE4 .mbr-slider > .container img {
  width: 100%;
}
.cid-thCgtlvHE4 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-thCgtlvHE4 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-thCgtlvHE4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thCgtlvHE4 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-thCgtlvHE4 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-thCgtlvHE4 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-thCgtlvHE4 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-thCgtlvHE4 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-thCgtlvHE4 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-thCgtlvHE4 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-thCgtlvHE4 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-thCgtlvHE4 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-thCgtlvHE4 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-thCgtlvHE4 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-thCgtlvHE4 .carousel-inner {
  height: 100%;
}
.cid-thCgtlvHE4 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-thCgtlvHE4 .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-thCgtlvHE4 .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-thCgtlvHE4 .carousel-item .container-slide {
  text-align: center;
}
.cid-thCgtlvHE4 .content-slider-wrap {
  width: 50%;
}
.cid-thQZTjtT0J {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4ddd3;
}
.cid-thQZTjtT0J .mbr-text,
.cid-thQZTjtT0J blockquote {
  color: #767676;
}
.cid-thQZTjtT0J .mbr-text P {
  text-align: center;
}
.cid-thUnJ2m4qs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f2d9cf;
}
.cid-thUnJ2m4qs .card-box {
  padding: 0 2rem;
}
.cid-thUnJ2m4qs .mbr-section-btn {
  padding-top: 1rem;
}
.cid-thUnJ2m4qs .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-thUnJ2m4qs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-thUnJ2m4qs p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-thUnJ2m4qs .mbr-text {
  color: #767676;
}
.cid-thUnJ2m4qs .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-thUnJ2m4qs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-thUnJ2m4qs .card-title {
  color: #cc2952;
}
.cid-thc7uWVZDq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0a0000;
}
@media (max-width: 767px) {
  .cid-thc7uWVZDq .content {
    text-align: center;
  }
  .cid-thc7uWVZDq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thc7uWVZDq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-thc7uWVZDq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-thc7uWVZDq .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-thc7uWVZDq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-thc7uWVZDq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-thc7uWVZDq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-thc7uWVZDq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-thc7uWVZDq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thc7uWVZDq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thc7uWVZDq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thc7uWVZDq .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-thc7uXQwYz {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-thc7uXQwYz .media-container-row .mbr-text {
  color: #55b4d4;
}
.cid-thK970xsVz .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-thK970xsVz .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-thK970xsVz a {
  font-style: normal;
}
.cid-thK970xsVz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thK970xsVz .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-thK970xsVz .nav-item:focus,
.cid-thK970xsVz .nav-link:focus {
  outline: none;
}
.cid-thK970xsVz .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-thK970xsVz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thK970xsVz .menu-logo {
  margin-right: auto;
}
.cid-thK970xsVz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-thK970xsVz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thK970xsVz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thK970xsVz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thK970xsVz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thK970xsVz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thK970xsVz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thK970xsVz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thK970xsVz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thK970xsVz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thK970xsVz .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thK970xsVz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thK970xsVz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thK970xsVz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thK970xsVz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thK970xsVz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thK970xsVz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thK970xsVz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thK970xsVz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thK970xsVz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thK970xsVz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thK970xsVz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thK970xsVz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thK970xsVz button.navbar-toggler:focus {
  outline: none;
}
.cid-thK970xsVz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f295;
}
.cid-thK970xsVz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thK970xsVz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thK970xsVz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thK970xsVz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thK970xsVz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thK970xsVz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thK970xsVz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thK970xsVz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thK970xsVz .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-thK970xsVz .collapsed .btn {
  display: flex;
}
.cid-thK970xsVz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thK970xsVz .collapsed .navbar-collapse.collapsing,
.cid-thK970xsVz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thK970xsVz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thK970xsVz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thK970xsVz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thK970xsVz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thK970xsVz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-thK970xsVz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-thK970xsVz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thK970xsVz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thK970xsVz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thK970xsVz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-thK970xsVz .collapsed button.navbar-toggler {
  display: block;
}
.cid-thK970xsVz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thK970xsVz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thK970xsVz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thK970xsVz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thK970xsVz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thK970xsVz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-thK970xsVz .navbar-expand {
    flex-direction: column;
  }
  .cid-thK970xsVz img {
    height: 3.8rem !important;
  }
  .cid-thK970xsVz .btn {
    display: flex;
  }
  .cid-thK970xsVz button.navbar-toggler {
    display: block;
  }
  .cid-thK970xsVz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-thK970xsVz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thK970xsVz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thK970xsVz .navbar-collapse.collapsing,
  .cid-thK970xsVz .navbar-collapse.show {
    display: block !important;
  }
  .cid-thK970xsVz .navbar-collapse.collapsing .navbar-nav,
  .cid-thK970xsVz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thK970xsVz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thK970xsVz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thK970xsVz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-thK970xsVz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-thK970xsVz .navbar-collapse.collapsing .navbar-buttons,
  .cid-thK970xsVz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thK970xsVz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thK970xsVz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thK970xsVz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thK970xsVz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thK970xsVz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thK970xsVz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thK970xsVz .menu-logo {
    flex-shrink: 0;
  }
}
.cid-thK970xsVz .navbar-collapse {
  flex-basis: auto;
}
.cid-thK970xsVz .nav-link:hover,
.cid-thK970xsVz .dropdown-item:hover {
  color: #ff7f9f !important;
}
.cid-thK974NDRU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #eccea7;
}
.cid-thK974NDRU .mbr-section-subtitle {
  color: #767676;
}
.cid-thK975RPtE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eccea7;
}
.cid-thK975RPtE .mbr-section-subtitle {
  color: #0a0000;
  text-align: left;
}
.cid-thK975RPtE .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-thK976xbPG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eccea7;
}
.cid-thK976xbPG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-thK976xbPG p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-thK976xbPG .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-thK976xbPG .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-thK976xbPG .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thK976xbPG .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-thK976xbPG .card-box {
    padding-left: 0;
  }
}
.cid-thK976xbPG .card-title,
.cid-thK976xbPG .card-img {
  color: #0b0b0b;
}
.cid-thK976xbPG P {
  color: #232323;
}
.cid-thK977XBFd {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #eccea7;
}
.cid-thK977XBFd .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-thK977XBFd .modal-body .close {
  background: #1b1b1b;
}
.cid-thK977XBFd .modal-body .close span {
  font-style: normal;
}
.cid-thK977XBFd .carousel-inner > .active,
.cid-thK977XBFd .carousel-inner > .next,
.cid-thK977XBFd .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-thK977XBFd .carousel-control .icon-next,
.cid-thK977XBFd .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-thK977XBFd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thK977XBFd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-thK977XBFd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-thK977XBFd .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-thK977XBFd .boxed-slider > div {
  position: relative;
}
.cid-thK977XBFd .container img {
  width: 100%;
}
.cid-thK977XBFd .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-thK977XBFd .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-thK977XBFd .mbr-table-cell {
  padding: 0;
}
.cid-thK977XBFd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-thK977XBFd .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-thK977XBFd .mbr-overlay {
  z-index: 1;
}
.cid-thK977XBFd .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-thK977XBFd .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-thK977XBFd .carousel-item.active.right,
.cid-thK977XBFd .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-thK977XBFd .carousel-item.active.left,
.cid-thK977XBFd .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-thK977XBFd .carousel-item.active,
.cid-thK977XBFd .carousel-item.next.left,
.cid-thK977XBFd .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-thK977XBFd .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-thK977XBFd .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thK977XBFd .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thK977XBFd .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-thK977XBFd .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-thK977XBFd .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-thK977XBFd .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-thK977XBFd .mbr-slider .carousel-indicators li.active,
.cid-thK977XBFd .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-thK977XBFd .mbr-slider .carousel-indicators li::after,
.cid-thK977XBFd .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-thK977XBFd .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-thK977XBFd .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-thK977XBFd .mbr-slider > .container img {
  width: 100%;
}
.cid-thK977XBFd .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-thK977XBFd .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-thK977XBFd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thK977XBFd .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-thK977XBFd .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-thK977XBFd .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-thK977XBFd .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-thK977XBFd .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-thK977XBFd .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-thK977XBFd .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-thK977XBFd .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-thK977XBFd .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-thK977XBFd .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-thK977XBFd .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-thK977XBFd .carousel-inner {
  height: 100%;
}
.cid-thK977XBFd .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-thK977XBFd .image_wrapper {
  height: 490px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-thK977XBFd .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-thK977XBFd .carousel-item .container-slide {
  text-align: center;
}
.cid-thK977XBFd .content-slider-wrap {
  width: 80%;
}
.cid-thK97gZr5a {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-thK97gZr5a .media-container-row .mbr-text {
  color: #55b4d4;
}
.cid-thK97ieGFl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0a0000;
}
@media (max-width: 767px) {
  .cid-thK97ieGFl .content {
    text-align: center;
  }
  .cid-thK97ieGFl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thK97ieGFl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-thK97ieGFl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-thK97ieGFl .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-thK97ieGFl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-thK97ieGFl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-thK97ieGFl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-thK97ieGFl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-thK97ieGFl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thK97ieGFl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thK97ieGFl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thK97ieGFl .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tpcOUFZPS7 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tpcOUFZPS7 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tpcOUFZPS7 a {
  font-style: normal;
}
.cid-tpcOUFZPS7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tpcOUFZPS7 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tpcOUFZPS7 .nav-item:focus,
.cid-tpcOUFZPS7 .nav-link:focus {
  outline: none;
}
.cid-tpcOUFZPS7 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tpcOUFZPS7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tpcOUFZPS7 .menu-logo {
  margin-right: auto;
}
.cid-tpcOUFZPS7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tpcOUFZPS7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tpcOUFZPS7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tpcOUFZPS7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tpcOUFZPS7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tpcOUFZPS7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tpcOUFZPS7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tpcOUFZPS7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tpcOUFZPS7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tpcOUFZPS7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tpcOUFZPS7 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tpcOUFZPS7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tpcOUFZPS7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpcOUFZPS7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tpcOUFZPS7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpcOUFZPS7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tpcOUFZPS7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tpcOUFZPS7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tpcOUFZPS7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tpcOUFZPS7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tpcOUFZPS7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tpcOUFZPS7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tpcOUFZPS7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tpcOUFZPS7 button.navbar-toggler:focus {
  outline: none;
}
.cid-tpcOUFZPS7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f295;
}
.cid-tpcOUFZPS7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tpcOUFZPS7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tpcOUFZPS7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tpcOUFZPS7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tpcOUFZPS7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpcOUFZPS7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tpcOUFZPS7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tpcOUFZPS7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpcOUFZPS7 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tpcOUFZPS7 .collapsed .btn {
  display: flex;
}
.cid-tpcOUFZPS7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tpcOUFZPS7 .collapsed .navbar-collapse.collapsing,
.cid-tpcOUFZPS7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tpcOUFZPS7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tpcOUFZPS7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tpcOUFZPS7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tpcOUFZPS7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tpcOUFZPS7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tpcOUFZPS7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tpcOUFZPS7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tpcOUFZPS7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tpcOUFZPS7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tpcOUFZPS7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tpcOUFZPS7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tpcOUFZPS7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tpcOUFZPS7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tpcOUFZPS7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tpcOUFZPS7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tpcOUFZPS7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tpcOUFZPS7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tpcOUFZPS7 .navbar-expand {
    flex-direction: column;
  }
  .cid-tpcOUFZPS7 img {
    height: 3.8rem !important;
  }
  .cid-tpcOUFZPS7 .btn {
    display: flex;
  }
  .cid-tpcOUFZPS7 button.navbar-toggler {
    display: block;
  }
  .cid-tpcOUFZPS7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tpcOUFZPS7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tpcOUFZPS7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tpcOUFZPS7 .navbar-collapse.collapsing,
  .cid-tpcOUFZPS7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tpcOUFZPS7 .navbar-collapse.collapsing .navbar-nav,
  .cid-tpcOUFZPS7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tpcOUFZPS7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tpcOUFZPS7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tpcOUFZPS7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tpcOUFZPS7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tpcOUFZPS7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tpcOUFZPS7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tpcOUFZPS7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tpcOUFZPS7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tpcOUFZPS7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tpcOUFZPS7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tpcOUFZPS7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tpcOUFZPS7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tpcOUFZPS7 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tpcOUFZPS7 .navbar-collapse {
  flex-basis: auto;
}
.cid-tpcOUFZPS7 .nav-link:hover,
.cid-tpcOUFZPS7 .dropdown-item:hover {
  color: #ff7f9f !important;
}
.cid-tpcOUHDURP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ece5db;
}
.cid-tpcOUHDURP .mbr-section-subtitle {
  color: #cc2952;
}
.cid-tpcOUHDURP H2 {
  color: #0a0000;
}
.cid-tpcOUHDURP .mbr-section-subtitle B {
  color: #cc2952;
}
.cid-tpcOUQGNoR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tpcOUQGNoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpcOUQGNoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpcOUQGNoR ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tpcOUQGNoR li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tpcOUQGNoR ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #cc2952;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tpcOUQGNoR H3 {
  color: #e4d295;
}
.cid-tpcOUQGNoR .list {
  color: #ffffff;
}
.cid-tpcYorS1xi {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tpcOUSA7dx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a0000;
}
@media (max-width: 767px) {
  .cid-tpcOUSA7dx .content {
    text-align: center;
  }
  .cid-tpcOUSA7dx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpcOUSA7dx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tpcOUSA7dx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tpcOUSA7dx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tpcOUSA7dx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tpcOUSA7dx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tpcOUSA7dx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tpcOUSA7dx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tpcOUSA7dx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tpcOUSA7dx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tpcOUSA7dx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tpcOUSA7dx .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tpcOUU5D1s {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-tpcOUU5D1s .media-container-row .mbr-text {
  color: #55b4d4;
}
.cid-tGjWtiqon1 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tGjWtiqon1 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGjWtiqon1 a {
  font-style: normal;
}
.cid-tGjWtiqon1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGjWtiqon1 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tGjWtiqon1 .nav-item:focus,
.cid-tGjWtiqon1 .nav-link:focus {
  outline: none;
}
.cid-tGjWtiqon1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tGjWtiqon1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGjWtiqon1 .menu-logo {
  margin-right: auto;
}
.cid-tGjWtiqon1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tGjWtiqon1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGjWtiqon1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tGjWtiqon1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGjWtiqon1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGjWtiqon1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGjWtiqon1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGjWtiqon1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGjWtiqon1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGjWtiqon1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGjWtiqon1 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGjWtiqon1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGjWtiqon1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGjWtiqon1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGjWtiqon1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGjWtiqon1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGjWtiqon1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGjWtiqon1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGjWtiqon1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGjWtiqon1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGjWtiqon1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGjWtiqon1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGjWtiqon1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGjWtiqon1 button.navbar-toggler:focus {
  outline: none;
}
.cid-tGjWtiqon1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f295;
}
.cid-tGjWtiqon1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGjWtiqon1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGjWtiqon1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGjWtiqon1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGjWtiqon1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGjWtiqon1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGjWtiqon1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGjWtiqon1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGjWtiqon1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tGjWtiqon1 .collapsed .btn {
  display: flex;
}
.cid-tGjWtiqon1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGjWtiqon1 .collapsed .navbar-collapse.collapsing,
.cid-tGjWtiqon1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGjWtiqon1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGjWtiqon1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGjWtiqon1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGjWtiqon1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGjWtiqon1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGjWtiqon1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGjWtiqon1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGjWtiqon1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGjWtiqon1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGjWtiqon1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tGjWtiqon1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGjWtiqon1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGjWtiqon1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGjWtiqon1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGjWtiqon1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGjWtiqon1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGjWtiqon1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGjWtiqon1 .navbar-expand {
    flex-direction: column;
  }
  .cid-tGjWtiqon1 img {
    height: 3.8rem !important;
  }
  .cid-tGjWtiqon1 .btn {
    display: flex;
  }
  .cid-tGjWtiqon1 button.navbar-toggler {
    display: block;
  }
  .cid-tGjWtiqon1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tGjWtiqon1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGjWtiqon1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGjWtiqon1 .navbar-collapse.collapsing,
  .cid-tGjWtiqon1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGjWtiqon1 .navbar-collapse.collapsing .navbar-nav,
  .cid-tGjWtiqon1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGjWtiqon1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGjWtiqon1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGjWtiqon1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGjWtiqon1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGjWtiqon1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGjWtiqon1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGjWtiqon1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGjWtiqon1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGjWtiqon1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGjWtiqon1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGjWtiqon1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGjWtiqon1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGjWtiqon1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tGjWtiqon1 .navbar-collapse {
  flex-basis: auto;
}
.cid-tGjWtiqon1 .nav-link:hover,
.cid-tGjWtiqon1 .dropdown-item:hover {
  color: #ff7f9f !important;
}
.cid-tGjWtjxCjt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #eccea7;
}
.cid-tGjWtjxCjt .mbr-section-subtitle {
  color: #767676;
}
.cid-tGjWtkmz9q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eccea7;
}
.cid-tGjWtkmz9q .mbr-section-subtitle {
  color: #0a0000;
  text-align: left;
}
.cid-tGjWtkmz9q .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tGjWtljANZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eccea7;
}
.cid-tGjWtljANZ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tGjWtljANZ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tGjWtljANZ .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tGjWtljANZ .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tGjWtljANZ .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tGjWtljANZ .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tGjWtljANZ .card-box {
    padding-left: 0;
  }
}
.cid-tGjWtljANZ .card-title,
.cid-tGjWtljANZ .card-img {
  color: #0b0b0b;
}
.cid-tGjWtljANZ P {
  color: #232323;
}
.cid-tGjWto8wXo {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #eccea7;
}
.cid-tGjWto8wXo .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGjWto8wXo .modal-body .close {
  background: #1b1b1b;
}
.cid-tGjWto8wXo .modal-body .close span {
  font-style: normal;
}
.cid-tGjWto8wXo .carousel-inner > .active,
.cid-tGjWto8wXo .carousel-inner > .next,
.cid-tGjWto8wXo .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tGjWto8wXo .carousel-control .icon-next,
.cid-tGjWto8wXo .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tGjWto8wXo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGjWto8wXo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGjWto8wXo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tGjWto8wXo .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tGjWto8wXo .boxed-slider > div {
  position: relative;
}
.cid-tGjWto8wXo .container img {
  width: 100%;
}
.cid-tGjWto8wXo .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tGjWto8wXo .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGjWto8wXo .mbr-table-cell {
  padding: 0;
}
.cid-tGjWto8wXo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tGjWto8wXo .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tGjWto8wXo .mbr-overlay {
  z-index: 1;
}
.cid-tGjWto8wXo .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGjWto8wXo .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tGjWto8wXo .carousel-item.active.right,
.cid-tGjWto8wXo .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tGjWto8wXo .carousel-item.active.left,
.cid-tGjWto8wXo .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tGjWto8wXo .carousel-item.active,
.cid-tGjWto8wXo .carousel-item.next.left,
.cid-tGjWto8wXo .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tGjWto8wXo .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tGjWto8wXo .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGjWto8wXo .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGjWto8wXo .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tGjWto8wXo .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGjWto8wXo .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGjWto8wXo .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGjWto8wXo .mbr-slider .carousel-indicators li.active,
.cid-tGjWto8wXo .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGjWto8wXo .mbr-slider .carousel-indicators li::after,
.cid-tGjWto8wXo .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tGjWto8wXo .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tGjWto8wXo .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tGjWto8wXo .mbr-slider > .container img {
  width: 100%;
}
.cid-tGjWto8wXo .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tGjWto8wXo .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tGjWto8wXo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGjWto8wXo .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGjWto8wXo .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tGjWto8wXo .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tGjWto8wXo .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tGjWto8wXo .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tGjWto8wXo .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tGjWto8wXo .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGjWto8wXo .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tGjWto8wXo .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tGjWto8wXo .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tGjWto8wXo .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tGjWto8wXo .carousel-inner {
  height: 100%;
}
.cid-tGjWto8wXo .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tGjWto8wXo .image_wrapper {
  height: 490px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tGjWto8wXo .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-tGjWto8wXo .carousel-item .container-slide {
  text-align: center;
}
.cid-tGjWto8wXo .content-slider-wrap {
  width: 80%;
}
.cid-tGjWtoL6ed {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-tGjWtoL6ed .media-container-row .mbr-text {
  color: #55b4d4;
}
.cid-tGjWtpcJj7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0a0000;
}
@media (max-width: 767px) {
  .cid-tGjWtpcJj7 .content {
    text-align: center;
  }
  .cid-tGjWtpcJj7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGjWtpcJj7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tGjWtpcJj7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGjWtpcJj7 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tGjWtpcJj7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGjWtpcJj7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tGjWtpcJj7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tGjWtpcJj7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGjWtpcJj7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tGjWtpcJj7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tGjWtpcJj7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGjWtpcJj7 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tGpmWUJ0Gj .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tGpmWUJ0Gj .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGpmWUJ0Gj a {
  font-style: normal;
}
.cid-tGpmWUJ0Gj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGpmWUJ0Gj .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tGpmWUJ0Gj .nav-item:focus,
.cid-tGpmWUJ0Gj .nav-link:focus {
  outline: none;
}
.cid-tGpmWUJ0Gj .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tGpmWUJ0Gj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGpmWUJ0Gj .menu-logo {
  margin-right: auto;
}
.cid-tGpmWUJ0Gj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tGpmWUJ0Gj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGpmWUJ0Gj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tGpmWUJ0Gj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGpmWUJ0Gj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGpmWUJ0Gj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGpmWUJ0Gj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGpmWUJ0Gj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGpmWUJ0Gj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGpmWUJ0Gj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGpmWUJ0Gj .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGpmWUJ0Gj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGpmWUJ0Gj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGpmWUJ0Gj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGpmWUJ0Gj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGpmWUJ0Gj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGpmWUJ0Gj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGpmWUJ0Gj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGpmWUJ0Gj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGpmWUJ0Gj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGpmWUJ0Gj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGpmWUJ0Gj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGpmWUJ0Gj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGpmWUJ0Gj button.navbar-toggler:focus {
  outline: none;
}
.cid-tGpmWUJ0Gj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f295;
}
.cid-tGpmWUJ0Gj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGpmWUJ0Gj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGpmWUJ0Gj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGpmWUJ0Gj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGpmWUJ0Gj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGpmWUJ0Gj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGpmWUJ0Gj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGpmWUJ0Gj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGpmWUJ0Gj .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tGpmWUJ0Gj .collapsed .btn {
  display: flex;
}
.cid-tGpmWUJ0Gj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGpmWUJ0Gj .collapsed .navbar-collapse.collapsing,
.cid-tGpmWUJ0Gj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGpmWUJ0Gj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGpmWUJ0Gj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGpmWUJ0Gj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGpmWUJ0Gj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGpmWUJ0Gj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGpmWUJ0Gj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGpmWUJ0Gj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGpmWUJ0Gj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGpmWUJ0Gj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGpmWUJ0Gj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tGpmWUJ0Gj .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGpmWUJ0Gj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGpmWUJ0Gj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGpmWUJ0Gj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGpmWUJ0Gj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGpmWUJ0Gj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGpmWUJ0Gj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGpmWUJ0Gj .navbar-expand {
    flex-direction: column;
  }
  .cid-tGpmWUJ0Gj img {
    height: 3.8rem !important;
  }
  .cid-tGpmWUJ0Gj .btn {
    display: flex;
  }
  .cid-tGpmWUJ0Gj button.navbar-toggler {
    display: block;
  }
  .cid-tGpmWUJ0Gj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tGpmWUJ0Gj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGpmWUJ0Gj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGpmWUJ0Gj .navbar-collapse.collapsing,
  .cid-tGpmWUJ0Gj .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGpmWUJ0Gj .navbar-collapse.collapsing .navbar-nav,
  .cid-tGpmWUJ0Gj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGpmWUJ0Gj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGpmWUJ0Gj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGpmWUJ0Gj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGpmWUJ0Gj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGpmWUJ0Gj .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGpmWUJ0Gj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGpmWUJ0Gj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGpmWUJ0Gj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGpmWUJ0Gj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGpmWUJ0Gj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGpmWUJ0Gj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGpmWUJ0Gj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGpmWUJ0Gj .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tGpmWUJ0Gj .navbar-collapse {
  flex-basis: auto;
}
.cid-tGpmWUJ0Gj .nav-link:hover,
.cid-tGpmWUJ0Gj .dropdown-item:hover {
  color: #ff7f9f !important;
}
.cid-tGpmWVmWmU {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #eccea7;
}
.cid-tGpmWVmWmU .mbr-section-subtitle {
  color: #767676;
}
.cid-tGpmWVTGLL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/6j7swwn5mvc3noxdugcfb22pee-1-980x547.jpg");
}
.cid-tGpmWVTGLL h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tGpmWVTGLL p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tGpmWVTGLL .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tGpmWVTGLL .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tGpmWVTGLL .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tGpmWVTGLL .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tGpmWVTGLL .card-box {
    padding-left: 0;
  }
}
.cid-tGpmWVTGLL P {
  color: #020000;
}
.cid-tGpmWX7kTO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f0eded;
}
.cid-tGpmWX7kTO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tGpmWX7kTO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGpmWX7kTO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGpmWX7kTO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tGpmWX7kTO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tGpmWX7kTO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tGpmWX7kTO .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tGpmWX7kTO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tGpmWX7kTO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tGpmWY8nnx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eccea7;
}
.cid-tGpmWY8nnx .mbr-section-subtitle {
  color: #767676;
}
.cid-tGpmWYZeEW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #eccea7;
}
.cid-tGpmWYZeEW .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGpmWYZeEW .modal-body .close {
  background: #1b1b1b;
}
.cid-tGpmWYZeEW .modal-body .close span {
  font-style: normal;
}
.cid-tGpmWYZeEW .carousel-inner > .active,
.cid-tGpmWYZeEW .carousel-inner > .next,
.cid-tGpmWYZeEW .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tGpmWYZeEW .carousel-control .icon-next,
.cid-tGpmWYZeEW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tGpmWYZeEW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGpmWYZeEW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGpmWYZeEW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tGpmWYZeEW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tGpmWYZeEW .boxed-slider > div {
  position: relative;
}
.cid-tGpmWYZeEW .container img {
  width: 100%;
}
.cid-tGpmWYZeEW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tGpmWYZeEW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGpmWYZeEW .mbr-table-cell {
  padding: 0;
}
.cid-tGpmWYZeEW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tGpmWYZeEW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tGpmWYZeEW .mbr-overlay {
  z-index: 1;
}
.cid-tGpmWYZeEW .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGpmWYZeEW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tGpmWYZeEW .carousel-item.active.right,
.cid-tGpmWYZeEW .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tGpmWYZeEW .carousel-item.active.left,
.cid-tGpmWYZeEW .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tGpmWYZeEW .carousel-item.active,
.cid-tGpmWYZeEW .carousel-item.next.left,
.cid-tGpmWYZeEW .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tGpmWYZeEW .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tGpmWYZeEW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGpmWYZeEW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGpmWYZeEW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tGpmWYZeEW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGpmWYZeEW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGpmWYZeEW .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGpmWYZeEW .mbr-slider .carousel-indicators li.active,
.cid-tGpmWYZeEW .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGpmWYZeEW .mbr-slider .carousel-indicators li::after,
.cid-tGpmWYZeEW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tGpmWYZeEW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tGpmWYZeEW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tGpmWYZeEW .mbr-slider > .container img {
  width: 100%;
}
.cid-tGpmWYZeEW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tGpmWYZeEW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tGpmWYZeEW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGpmWYZeEW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGpmWYZeEW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tGpmWYZeEW .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tGpmWYZeEW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tGpmWYZeEW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tGpmWYZeEW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tGpmWYZeEW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGpmWYZeEW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tGpmWYZeEW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tGpmWYZeEW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tGpmWYZeEW .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tGpmWYZeEW .carousel-inner {
  height: 100%;
}
.cid-tGpmWYZeEW .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tGpmWYZeEW .image_wrapper {
  height: 520px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tGpmWYZeEW .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-tGpmWYZeEW .carousel-item .container-slide {
  text-align: center;
}
.cid-tGpmWYZeEW .content-slider-wrap {
  width: 80%;
}
.cid-tGpmX01WPo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #eccea7;
}
.cid-tGpmX01WPo .mbr-section-subtitle {
  color: #767676;
}
.cid-tGpmX0u2WU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #eccea7;
}
.cid-tGpmX0u2WU .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGpmX0u2WU .modal-body .close {
  background: #1b1b1b;
}
.cid-tGpmX0u2WU .modal-body .close span {
  font-style: normal;
}
.cid-tGpmX0u2WU .carousel-inner > .active,
.cid-tGpmX0u2WU .carousel-inner > .next,
.cid-tGpmX0u2WU .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tGpmX0u2WU .carousel-control .icon-next,
.cid-tGpmX0u2WU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tGpmX0u2WU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGpmX0u2WU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGpmX0u2WU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tGpmX0u2WU .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tGpmX0u2WU .boxed-slider > div {
  position: relative;
}
.cid-tGpmX0u2WU .container img {
  width: 100%;
}
.cid-tGpmX0u2WU .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tGpmX0u2WU .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGpmX0u2WU .mbr-table-cell {
  padding: 0;
}
.cid-tGpmX0u2WU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tGpmX0u2WU .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tGpmX0u2WU .mbr-overlay {
  z-index: 1;
}
.cid-tGpmX0u2WU .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGpmX0u2WU .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tGpmX0u2WU .carousel-item.active.right,
.cid-tGpmX0u2WU .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tGpmX0u2WU .carousel-item.active.left,
.cid-tGpmX0u2WU .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tGpmX0u2WU .carousel-item.active,
.cid-tGpmX0u2WU .carousel-item.next.left,
.cid-tGpmX0u2WU .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tGpmX0u2WU .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tGpmX0u2WU .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGpmX0u2WU .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGpmX0u2WU .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tGpmX0u2WU .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGpmX0u2WU .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGpmX0u2WU .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGpmX0u2WU .mbr-slider .carousel-indicators li.active,
.cid-tGpmX0u2WU .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGpmX0u2WU .mbr-slider .carousel-indicators li::after,
.cid-tGpmX0u2WU .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tGpmX0u2WU .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tGpmX0u2WU .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tGpmX0u2WU .mbr-slider > .container img {
  width: 100%;
}
.cid-tGpmX0u2WU .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tGpmX0u2WU .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tGpmX0u2WU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGpmX0u2WU .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGpmX0u2WU .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tGpmX0u2WU .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tGpmX0u2WU .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tGpmX0u2WU .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tGpmX0u2WU .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tGpmX0u2WU .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGpmX0u2WU .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tGpmX0u2WU .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tGpmX0u2WU .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tGpmX0u2WU .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tGpmX0u2WU .carousel-inner {
  height: 100%;
}
.cid-tGpmX0u2WU .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tGpmX0u2WU .image_wrapper {
  height: 430px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tGpmX0u2WU .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-tGpmX0u2WU .carousel-item .container-slide {
  text-align: center;
}
.cid-tGpmX0u2WU .content-slider-wrap {
  width: 80%;
}
.cid-tGpmX1BtfJ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f4ddd3;
}
.cid-tGpmX1BtfJ .mbr-section-subtitle {
  color: #ff3366;
}
.cid-tGpmX2keUN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2d9cf;
}
.cid-tGpmX2keUN h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tGpmX2keUN p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tGpmX2keUN .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tGpmX2keUN .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tGpmX2keUN .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tGpmX2keUN .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tGpmX2keUN .card-box {
    padding-left: 0;
  }
}
.cid-tGpmX3o91b {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f4ddd3;
}
.cid-tGpmX3o91b .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGpmX3o91b .modal-body .close {
  background: #1b1b1b;
}
.cid-tGpmX3o91b .modal-body .close span {
  font-style: normal;
}
.cid-tGpmX3o91b .carousel-inner > .active,
.cid-tGpmX3o91b .carousel-inner > .next,
.cid-tGpmX3o91b .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tGpmX3o91b .carousel-control .icon-next,
.cid-tGpmX3o91b .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tGpmX3o91b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGpmX3o91b .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGpmX3o91b .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tGpmX3o91b .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tGpmX3o91b .boxed-slider > div {
  position: relative;
}
.cid-tGpmX3o91b .container img {
  width: 100%;
}
.cid-tGpmX3o91b .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tGpmX3o91b .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGpmX3o91b .mbr-table-cell {
  padding: 0;
}
.cid-tGpmX3o91b .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tGpmX3o91b .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tGpmX3o91b .mbr-overlay {
  z-index: 1;
}
.cid-tGpmX3o91b .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGpmX3o91b .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tGpmX3o91b .carousel-item.active.right,
.cid-tGpmX3o91b .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tGpmX3o91b .carousel-item.active.left,
.cid-tGpmX3o91b .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tGpmX3o91b .carousel-item.active,
.cid-tGpmX3o91b .carousel-item.next.left,
.cid-tGpmX3o91b .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tGpmX3o91b .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tGpmX3o91b .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGpmX3o91b .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGpmX3o91b .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tGpmX3o91b .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGpmX3o91b .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGpmX3o91b .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGpmX3o91b .mbr-slider .carousel-indicators li.active,
.cid-tGpmX3o91b .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGpmX3o91b .mbr-slider .carousel-indicators li::after,
.cid-tGpmX3o91b .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tGpmX3o91b .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tGpmX3o91b .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tGpmX3o91b .mbr-slider > .container img {
  width: 100%;
}
.cid-tGpmX3o91b .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tGpmX3o91b .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tGpmX3o91b .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGpmX3o91b .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGpmX3o91b .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tGpmX3o91b .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tGpmX3o91b .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tGpmX3o91b .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tGpmX3o91b .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tGpmX3o91b .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGpmX3o91b .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tGpmX3o91b .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tGpmX3o91b .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tGpmX3o91b .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tGpmX3o91b .carousel-inner {
  height: 100%;
}
.cid-tGpmX3o91b .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tGpmX3o91b .image_wrapper {
  height: 540px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tGpmX3o91b .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-tGpmX3o91b .carousel-item .container-slide {
  text-align: center;
}
.cid-tGpmX3o91b .content-slider-wrap {
  width: 61%;
}
.cid-tGpmX4YBM4 {
  background: #f4ddd3;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #f4ddd3, #f2d9cf);
}
.cid-tGpmX4YBM4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tGpmX4YBM4 .video-block {
    width: 100% !important;
  }
}
.cid-tGpmX5QJG6 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #e9e6e6;
}
.cid-tGpmX5QJG6 .mbr-section-subtitle {
  color: #cc2952;
}
.cid-tGpmX6q5bB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e9e6e6;
}
.cid-tGpmX6q5bB h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tGpmX6q5bB p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tGpmX6q5bB .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tGpmX6q5bB .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tGpmX6q5bB .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tGpmX6q5bB .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tGpmX6q5bB .card-box {
    padding-left: 0;
  }
}
.cid-tGpmX6q5bB P {
  color: #0a0000;
}
.cid-tGpmX7Dfd4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e2e6e0;
}
.cid-tGpmX7Dfd4 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGpmX7Dfd4 .modal-body .close {
  background: #1b1b1b;
}
.cid-tGpmX7Dfd4 .modal-body .close span {
  font-style: normal;
}
.cid-tGpmX7Dfd4 .carousel-inner > .active,
.cid-tGpmX7Dfd4 .carousel-inner > .next,
.cid-tGpmX7Dfd4 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tGpmX7Dfd4 .carousel-control .icon-next,
.cid-tGpmX7Dfd4 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tGpmX7Dfd4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGpmX7Dfd4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGpmX7Dfd4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tGpmX7Dfd4 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tGpmX7Dfd4 .boxed-slider > div {
  position: relative;
}
.cid-tGpmX7Dfd4 .container img {
  width: 100%;
}
.cid-tGpmX7Dfd4 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tGpmX7Dfd4 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGpmX7Dfd4 .mbr-table-cell {
  padding: 0;
}
.cid-tGpmX7Dfd4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tGpmX7Dfd4 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tGpmX7Dfd4 .mbr-overlay {
  z-index: 1;
}
.cid-tGpmX7Dfd4 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGpmX7Dfd4 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tGpmX7Dfd4 .carousel-item.active.right,
.cid-tGpmX7Dfd4 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tGpmX7Dfd4 .carousel-item.active.left,
.cid-tGpmX7Dfd4 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tGpmX7Dfd4 .carousel-item.active,
.cid-tGpmX7Dfd4 .carousel-item.next.left,
.cid-tGpmX7Dfd4 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tGpmX7Dfd4 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tGpmX7Dfd4 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGpmX7Dfd4 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGpmX7Dfd4 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tGpmX7Dfd4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGpmX7Dfd4 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGpmX7Dfd4 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGpmX7Dfd4 .mbr-slider .carousel-indicators li.active,
.cid-tGpmX7Dfd4 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGpmX7Dfd4 .mbr-slider .carousel-indicators li::after,
.cid-tGpmX7Dfd4 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tGpmX7Dfd4 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tGpmX7Dfd4 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tGpmX7Dfd4 .mbr-slider > .container img {
  width: 100%;
}
.cid-tGpmX7Dfd4 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tGpmX7Dfd4 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tGpmX7Dfd4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGpmX7Dfd4 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGpmX7Dfd4 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tGpmX7Dfd4 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tGpmX7Dfd4 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tGpmX7Dfd4 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tGpmX7Dfd4 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tGpmX7Dfd4 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGpmX7Dfd4 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tGpmX7Dfd4 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tGpmX7Dfd4 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tGpmX7Dfd4 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tGpmX7Dfd4 .carousel-inner {
  height: 100%;
}
.cid-tGpmX7Dfd4 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tGpmX7Dfd4 .image_wrapper {
  height: 450px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tGpmX7Dfd4 .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-tGpmX7Dfd4 .carousel-item .container-slide {
  text-align: center;
}
.cid-tGpmX7Dfd4 .content-slider-wrap {
  width: 68%;
}
.cid-tGpmX9PkFr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e2e6e0;
}
.cid-tGpmX9PkFr .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGpmX9PkFr .modal-body .close {
  background: #1b1b1b;
}
.cid-tGpmX9PkFr .modal-body .close span {
  font-style: normal;
}
.cid-tGpmX9PkFr .carousel-inner > .active,
.cid-tGpmX9PkFr .carousel-inner > .next,
.cid-tGpmX9PkFr .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tGpmX9PkFr .carousel-control .icon-next,
.cid-tGpmX9PkFr .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tGpmX9PkFr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGpmX9PkFr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGpmX9PkFr .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tGpmX9PkFr .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tGpmX9PkFr .boxed-slider > div {
  position: relative;
}
.cid-tGpmX9PkFr .container img {
  width: 100%;
}
.cid-tGpmX9PkFr .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tGpmX9PkFr .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGpmX9PkFr .mbr-table-cell {
  padding: 0;
}
.cid-tGpmX9PkFr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tGpmX9PkFr .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tGpmX9PkFr .mbr-overlay {
  z-index: 1;
}
.cid-tGpmX9PkFr .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGpmX9PkFr .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tGpmX9PkFr .carousel-item.active.right,
.cid-tGpmX9PkFr .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tGpmX9PkFr .carousel-item.active.left,
.cid-tGpmX9PkFr .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tGpmX9PkFr .carousel-item.active,
.cid-tGpmX9PkFr .carousel-item.next.left,
.cid-tGpmX9PkFr .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tGpmX9PkFr .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tGpmX9PkFr .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGpmX9PkFr .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGpmX9PkFr .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tGpmX9PkFr .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGpmX9PkFr .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGpmX9PkFr .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGpmX9PkFr .mbr-slider .carousel-indicators li.active,
.cid-tGpmX9PkFr .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGpmX9PkFr .mbr-slider .carousel-indicators li::after,
.cid-tGpmX9PkFr .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tGpmX9PkFr .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tGpmX9PkFr .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tGpmX9PkFr .mbr-slider > .container img {
  width: 100%;
}
.cid-tGpmX9PkFr .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tGpmX9PkFr .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tGpmX9PkFr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGpmX9PkFr .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGpmX9PkFr .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tGpmX9PkFr .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tGpmX9PkFr .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tGpmX9PkFr .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tGpmX9PkFr .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tGpmX9PkFr .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGpmX9PkFr .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tGpmX9PkFr .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tGpmX9PkFr .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tGpmX9PkFr .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tGpmX9PkFr .carousel-inner {
  height: 100%;
}
.cid-tGpmX9PkFr .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tGpmX9PkFr .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tGpmX9PkFr .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-tGpmX9PkFr .carousel-item .container-slide {
  text-align: center;
}
.cid-tGpmX9PkFr .content-slider-wrap {
  width: 50%;
}
.cid-tGpmXbuQag {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4ddd3;
}
.cid-tGpmXbuQag .mbr-text,
.cid-tGpmXbuQag blockquote {
  color: #767676;
}
.cid-tGpmXbuQag .mbr-text P {
  text-align: center;
}
.cid-tGpmXc1XQd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f2d9cf;
}
.cid-tGpmXc1XQd .card-box {
  padding: 0 2rem;
}
.cid-tGpmXc1XQd .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tGpmXc1XQd .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tGpmXc1XQd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tGpmXc1XQd p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tGpmXc1XQd .mbr-text {
  color: #767676;
}
.cid-tGpmXc1XQd .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tGpmXc1XQd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tGpmXc1XQd .card-title {
  color: #cc2952;
}
.cid-tGpmXdgFg9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0a0000;
}
@media (max-width: 767px) {
  .cid-tGpmXdgFg9 .content {
    text-align: center;
  }
  .cid-tGpmXdgFg9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGpmXdgFg9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tGpmXdgFg9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGpmXdgFg9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tGpmXdgFg9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGpmXdgFg9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tGpmXdgFg9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tGpmXdgFg9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGpmXdgFg9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tGpmXdgFg9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tGpmXdgFg9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGpmXdgFg9 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tGpmXe3JX4 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-tGpmXe3JX4 .media-container-row .mbr-text {
  color: #55b4d4;
}
.cid-tGpyGLmPwf .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tGpyGLmPwf .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGpyGLmPwf a {
  font-style: normal;
}
.cid-tGpyGLmPwf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGpyGLmPwf .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tGpyGLmPwf .nav-item:focus,
.cid-tGpyGLmPwf .nav-link:focus {
  outline: none;
}
.cid-tGpyGLmPwf .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tGpyGLmPwf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGpyGLmPwf .menu-logo {
  margin-right: auto;
}
.cid-tGpyGLmPwf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tGpyGLmPwf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGpyGLmPwf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tGpyGLmPwf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGpyGLmPwf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGpyGLmPwf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGpyGLmPwf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGpyGLmPwf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGpyGLmPwf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGpyGLmPwf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGpyGLmPwf .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGpyGLmPwf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGpyGLmPwf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGpyGLmPwf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGpyGLmPwf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGpyGLmPwf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGpyGLmPwf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGpyGLmPwf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGpyGLmPwf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGpyGLmPwf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGpyGLmPwf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGpyGLmPwf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGpyGLmPwf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGpyGLmPwf button.navbar-toggler:focus {
  outline: none;
}
.cid-tGpyGLmPwf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f295;
}
.cid-tGpyGLmPwf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGpyGLmPwf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGpyGLmPwf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGpyGLmPwf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGpyGLmPwf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGpyGLmPwf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGpyGLmPwf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGpyGLmPwf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGpyGLmPwf .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tGpyGLmPwf .collapsed .btn {
  display: flex;
}
.cid-tGpyGLmPwf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGpyGLmPwf .collapsed .navbar-collapse.collapsing,
.cid-tGpyGLmPwf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGpyGLmPwf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGpyGLmPwf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGpyGLmPwf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGpyGLmPwf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGpyGLmPwf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGpyGLmPwf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGpyGLmPwf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGpyGLmPwf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGpyGLmPwf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGpyGLmPwf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tGpyGLmPwf .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGpyGLmPwf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGpyGLmPwf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGpyGLmPwf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGpyGLmPwf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGpyGLmPwf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGpyGLmPwf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGpyGLmPwf .navbar-expand {
    flex-direction: column;
  }
  .cid-tGpyGLmPwf img {
    height: 3.8rem !important;
  }
  .cid-tGpyGLmPwf .btn {
    display: flex;
  }
  .cid-tGpyGLmPwf button.navbar-toggler {
    display: block;
  }
  .cid-tGpyGLmPwf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tGpyGLmPwf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGpyGLmPwf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGpyGLmPwf .navbar-collapse.collapsing,
  .cid-tGpyGLmPwf .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGpyGLmPwf .navbar-collapse.collapsing .navbar-nav,
  .cid-tGpyGLmPwf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGpyGLmPwf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGpyGLmPwf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGpyGLmPwf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGpyGLmPwf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGpyGLmPwf .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGpyGLmPwf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGpyGLmPwf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGpyGLmPwf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGpyGLmPwf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGpyGLmPwf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGpyGLmPwf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGpyGLmPwf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGpyGLmPwf .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tGpyGLmPwf .navbar-collapse {
  flex-basis: auto;
}
.cid-tGpyGLmPwf .nav-link:hover,
.cid-tGpyGLmPwf .dropdown-item:hover {
  color: #ff7f9f !important;
}
.cid-tGpyGJex7X {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ece5db;
}
.cid-tGpyGJex7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpyGJex7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpyGJex7X .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tGpyGJex7X .mbr-section-title,
.cid-tGpyGJex7X .mbr-section-subtitle {
  text-align: center;
}
.cid-tGpyGJex7X .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tGpyGJex7X .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tGpyGJex7X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tGpyGJex7X .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tGpyGJex7X .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGpyGJex7X .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tGpyGJex7X .card-title {
  color: #e43f3f;
}
.cid-tGpyGJex7X .mbr-section-subtitle {
  color: #0a0000;
}
.cid-tGpyGKPCuQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tGpyGKPCuQ .images-container.container-fluid {
  padding: 0;
}
.cid-tGpyGKPCuQ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tGpyGKPCuQ .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tGpyGKPCuQ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tGpyGKPCuQ .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tGpyGKPCuQ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tGpyGKPCuQ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tGpyGKPCuQ .img-item {
    width: 100% !important;
  }
  .cid-tGpyGKPCuQ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tGpyGMc8mB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGpyGMc8mB .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tGpyGMc8mB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGpyGMc8mB .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tGpyGMc8mB .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tGpyGMc8mB .mbr-text {
  color: #232323;
}
.cid-tGpyGMWfnl {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tGpyGMWfnl .image-block {
  margin: auto;
}
.cid-tGpyGMWfnl figcaption {
  position: relative;
}
.cid-tGpyGMWfnl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tGpyGMWfnl .image-block {
    width: 100% !important;
  }
}
.cid-tGpyGNuYIT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-tGpyGNuYIT .mbr-section-subtitle {
  color: #767676;
}
.cid-tGpyGNuYIT H2 {
  color: #ffffff;
}
.cid-tGpyGNTwyJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #5b686b;
}
.cid-tGpyGNTwyJ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tGpyGNTwyJ .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tGpyGNTwyJ .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-tGpyGNTwyJ .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-tGpyGNTwyJ .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tGpyGNTwyJ .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-tGpyGNTwyJ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tGpyGNTwyJ .img-item {
    width: 100% !important;
  }
  .cid-tGpyGNTwyJ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tGpyGP6mYk {
  padding-top: 15px;
  padding-bottom: 30px;
  background: #5b686b;
}
.cid-tGpyGP6mYk .images-container.container-fluid {
  padding: 0;
}
.cid-tGpyGP6mYk .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tGpyGP6mYk .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tGpyGP6mYk .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tGpyGP6mYk .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tGpyGP6mYk .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tGpyGP6mYk .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tGpyGP6mYk .img-item {
    width: 100% !important;
  }
  .cid-tGpyGP6mYk .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tGpyGPvo5q {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #e7d7c6;
}
.cid-tGpyGPvo5q .mbr-section-subtitle {
  color: #cc2952;
}
.cid-tGpyGPVjbJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #e7d7c6;
}
.cid-tGpyGPVjbJ .card-box {
  padding: 0 2rem;
}
.cid-tGpyGPVjbJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tGpyGPVjbJ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tGpyGPVjbJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tGpyGPVjbJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tGpyGPVjbJ .mbr-text {
  color: #767676;
}
.cid-tGpyGPVjbJ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tGpyGPVjbJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tGpyGRdhsQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fondobike.jpg");
}
.cid-tGpyGRdhsQ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tGpyGRdhsQ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGpyGRdhsQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tGpyGRdhsQ .mbr-text {
    text-align: center;
  }
}
.cid-tGpyGRNbix {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #073b4c;
}
.cid-tGpyGRNbix .images-container.container-fluid {
  padding: 0;
}
.cid-tGpyGRNbix .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tGpyGRNbix .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tGpyGRNbix .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tGpyGRNbix .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tGpyGRNbix .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tGpyGRNbix .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tGpyGRNbix .img-item {
    width: 100% !important;
  }
  .cid-tGpyGRNbix .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tGpyGSBYbY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ece5db;
}
.cid-tGpyGSBYbY h2 {
  text-align: center;
}
.cid-tGpyGSBYbY h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tGpyGSBYbY p {
  color: #767676;
}
.cid-tGpyGSBYbY img {
  object-fit: cover;
}
.cid-tGpyGSBYbY .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tGpyGSBYbY .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tGpyGSBYbY .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tGpyGSBYbY .mbr-section-subtitle {
  color: #cc2952;
}
.cid-tGpyGSBYbY .card-title {
  font-weight: 500;
}
.cid-tGpyGSBYbY .card-img {
  text-align: inherit;
}
.cid-tGpyGSBYbY .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGpyGSBYbY .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tGpyGSBYbY .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tGpyGSBYbY .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-tGpyGSBYbY .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-tGpyGSBYbY .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-tGpyGSBYbY .mbr-crt-title {
  color: #cc2952;
}
.cid-tGpyGSBYbY .mbr-section-title {
  text-align: center;
}
.cid-tGpyGTDncr {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #0e3441;
}
.cid-tGpyGTDncr .images-container.container-fluid {
  padding: 0;
}
.cid-tGpyGTDncr .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tGpyGTDncr .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tGpyGTDncr .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tGpyGTDncr .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tGpyGTDncr .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tGpyGTDncr .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tGpyGTDncr .img-item {
    width: 100% !important;
  }
  .cid-tGpyGTDncr .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tGpyGUrojL {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-tGpyGUrojL .media-container-row .mbr-text {
  color: #55b4d4;
}
.cid-tGpyGUUal5 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #0a0000;
}
@media (max-width: 767px) {
  .cid-tGpyGUUal5 .content {
    text-align: center;
  }
  .cid-tGpyGUUal5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGpyGUUal5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tGpyGUUal5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGpyGUUal5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tGpyGUUal5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGpyGUUal5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tGpyGUUal5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tGpyGUUal5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGpyGUUal5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tGpyGUUal5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tGpyGUUal5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGpyGUUal5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
