body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10rem;
}
.display-1 > .mbr-iconfont {
  font-size: 16rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ffffff !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #333333 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !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: #808080;
}
.alert-danger {
  background-color: #000000;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u88qLC1rVu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f295;
}
.cid-u88qLC1rVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88qLC1rVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88qLC1rVu [class^="socicon-"]:before,
.cid-u88qLC1rVu [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u88qLC1rVu .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-u88qLC1rVu .btn-social:hover {
  background: #6592e6;
}
.cid-u88qLC1rVu .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u7ZAvsjwAk .navbar-dropdown {
  position: relative !important;
}
.cid-u7ZAvsjwAk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7ZAvsjwAk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7ZAvsjwAk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7ZAvsjwAk .dropdown-item:hover,
.cid-u7ZAvsjwAk .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-u7ZAvsjwAk .dropdown-item:hover span {
  color: white;
}
.cid-u7ZAvsjwAk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7ZAvsjwAk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7ZAvsjwAk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7ZAvsjwAk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7ZAvsjwAk .nav-link {
  position: relative;
}
.cid-u7ZAvsjwAk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7ZAvsjwAk .container {
    flex-wrap: nowrap;
  }
}
.cid-u7ZAvsjwAk .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7ZAvsjwAk .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-u7ZAvsjwAk .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-u7ZAvsjwAk .navbar-nav .nav-item .nav-link:hover,
.cid-u7ZAvsjwAk .navbar-nav .nav-item .nav-link:focus,
.cid-u7ZAvsjwAk .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-u7ZAvsjwAk .dropdown-menu,
.cid-u7ZAvsjwAk .navbar.opened {
  background: #000000 !important;
}
.cid-u7ZAvsjwAk .nav-item:focus,
.cid-u7ZAvsjwAk .nav-link:focus {
  outline: none;
}
.cid-u7ZAvsjwAk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7ZAvsjwAk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7ZAvsjwAk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7ZAvsjwAk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7ZAvsjwAk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7ZAvsjwAk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7ZAvsjwAk .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #000000;
}
.cid-u7ZAvsjwAk .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-u7ZAvsjwAk .navbar.opened {
  transition: all 0.3s;
}
.cid-u7ZAvsjwAk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7ZAvsjwAk .navbar .navbar-logo img {
  width: auto;
}
.cid-u7ZAvsjwAk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7ZAvsjwAk .navbar.collapsed {
  justify-content: center;
}
.cid-u7ZAvsjwAk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7ZAvsjwAk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7ZAvsjwAk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-u7ZAvsjwAk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7ZAvsjwAk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7ZAvsjwAk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7ZAvsjwAk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7ZAvsjwAk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7ZAvsjwAk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7ZAvsjwAk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7ZAvsjwAk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7ZAvsjwAk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7ZAvsjwAk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7ZAvsjwAk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7ZAvsjwAk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7ZAvsjwAk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7ZAvsjwAk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7ZAvsjwAk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7ZAvsjwAk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7ZAvsjwAk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7ZAvsjwAk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7ZAvsjwAk .navbar.navbar-short {
  min-height: 90px;
}
.cid-u7ZAvsjwAk .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-u7ZAvsjwAk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-u7ZAvsjwAk .navbar {
    min-height: 80px;
  }
}
.cid-u7ZAvsjwAk .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-u7ZAvsjwAk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7ZAvsjwAk .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-u7ZAvsjwAk .navbar-brand {
    min-height: 69px;
  }
}
.cid-u7ZAvsjwAk .dropdown-item.active,
.cid-u7ZAvsjwAk .dropdown-item:active {
  background-color: transparent;
}
.cid-u7ZAvsjwAk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7ZAvsjwAk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7ZAvsjwAk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7ZAvsjwAk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u7ZAvsjwAk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7ZAvsjwAk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7ZAvsjwAk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7ZAvsjwAk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7ZAvsjwAk button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #f9f295, #ff7f9f);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-u7ZAvsjwAk button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-u7ZAvsjwAk button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-u7ZAvsjwAk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-u7ZAvsjwAk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-u7ZAvsjwAk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-u7ZAvsjwAk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-u7ZAvsjwAk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7ZAvsjwAk nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7ZAvsjwAk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7ZAvsjwAk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7ZAvsjwAk nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7ZAvsjwAk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7ZAvsjwAk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7ZAvsjwAk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7ZAvsjwAk .navbar {
    height: 70px;
  }
  .cid-u7ZAvsjwAk .navbar.opened {
    height: auto;
  }
  .cid-u7ZAvsjwAk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7ZAvsjwAk .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000000;
}
@media (max-width: 575px) {
  .cid-u7ZAvsjwAk .navbar-short {
    min-height: 70px;
  }
}
.cid-u7ZAvsjwAk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-u7ZAvsjwAk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-u7ZAvsjwAk .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-u7ZAvsjwAk .container-fluid {
    padding: 0 3px;
  }
}
.cid-u7ZAvsjwAk .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u7ZAvsjwAk .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-u7ZAvsjwAk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-u7ZAvsjwAk .container-fluid {
    flex-wrap: wrap;
  }
  .cid-u7ZAvsjwAk button.navbar-toggler {
    display: flex;
  }
  .cid-u7ZAvsjwAk .navbar-brand {
    width: auto !important;
  }
  .cid-u7ZAvsjwAk .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-u7ZAvsjwAk .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-u7ZAvsjwAk .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-u7ZAvsjwAk .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-u7ZAvsjwAk .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-u7ZAvsjwAk .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
#custom-html-4 {
  /* Type valid CSS here */
}
#custom-html-4 div {
  padding: 0px 0;
  color: #fff;
  text-align: center;
  background: #000000;
}
#custom-html-4 p {
  font-size: 10px;
  color: #777;
  text-align: center;
}
.cid-u88uz0BjyG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffcc00;
}
.cid-u88uz0BjyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88uz0BjyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u88uz0BjyG .container {
    padding: 0 20px;
  }
}
.cid-u88uz0BjyG .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u88uz0BjyG .title-wrapper {
    display: block;
  }
}
.cid-u88uz0BjyG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-u88uz0BjyG .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-u88uz0BjyG .title-wrapper .mbr-section-title span {
  color: #fd589e;
}
.cid-u88uz0BjyG .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-u88uz0BjyG .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-u88uz0BjyG .mbr-section-title {
  color: #38001b;
}
.cid-u88uz0BjyG .mbr-section-title,
.cid-u88uz0BjyG .mbr-section-btn {
  text-align: center;
}
.cid-u7ZRHXKCyF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u7ZRHXKCyF .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-u7ZRHXKCyF .btn {
  height: 100%;
  min-height: 70px;
}
.cid-u7ZRHXKCyF .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7ZRHXKCyF .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-u7ZRHXKCyF form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u7ZRHXKCyF p {
  margin-bottom: 4rem;
}
.cid-u7ZRHXKCyF h4 {
  margin-bottom: 1rem;
}
.cid-u7ZRHXKCyF .form-control,
.cid-u7ZRHXKCyF .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7ZRHXKCyF .form-control::-webkit-input-placeholder,
.cid-u7ZRHXKCyF .field-input::-webkit-input-placeholder,
.cid-u7ZRHXKCyF .form-control::-webkit-input-placeholder,
.cid-u7ZRHXKCyF .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-u7ZRHXKCyF .form-control:-moz-placeholder,
.cid-u7ZRHXKCyF .field-input:-moz-placeholder,
.cid-u7ZRHXKCyF .form-control:-moz-placeholder,
.cid-u7ZRHXKCyF .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-u7ZRHXKCyF .form-control:hover,
.cid-u7ZRHXKCyF .field-input:hover,
.cid-u7ZRHXKCyF .form-control:focus,
.cid-u7ZRHXKCyF .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-u7ZRHXKCyF .form-control:hover::-webkit-input-placeholder,
.cid-u7ZRHXKCyF .field-input:hover::-webkit-input-placeholder,
.cid-u7ZRHXKCyF .form-control:focus::-webkit-input-placeholder,
.cid-u7ZRHXKCyF .field-input:focus::-webkit-input-placeholder,
.cid-u7ZRHXKCyF .form-control:hover::-webkit-input-placeholder,
.cid-u7ZRHXKCyF .field-input:hover::-webkit-input-placeholder,
.cid-u7ZRHXKCyF .form-control:focus::-webkit-input-placeholder,
.cid-u7ZRHXKCyF .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-u7ZRHXKCyF .form-control:hover:-moz-placeholder,
.cid-u7ZRHXKCyF .field-input:hover:-moz-placeholder,
.cid-u7ZRHXKCyF .form-control:focus:-moz-placeholder,
.cid-u7ZRHXKCyF .field-input:focus:-moz-placeholder,
.cid-u7ZRHXKCyF .form-control:hover:-moz-placeholder,
.cid-u7ZRHXKCyF .field-input:hover:-moz-placeholder,
.cid-u7ZRHXKCyF .form-control:focus:-moz-placeholder,
.cid-u7ZRHXKCyF .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-u7ZRHXKCyF .jq-number__spin:hover,
.cid-u7ZRHXKCyF .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u7ZRHXKCyF .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7ZRHXKCyF .jq-selectbox li,
.cid-u7ZRHXKCyF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u7ZRHXKCyF .jq-selectbox li:hover,
.cid-u7ZRHXKCyF .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-u7ZRHXKCyF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u7ZRHXKCyF .jq-number__spin.minus:hover:after,
.cid-u7ZRHXKCyF .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u7ZRHXKCyF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u7ZRHXKCyF .jq-number__spin.minus:after,
.cid-u7ZRHXKCyF .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-u7ZRHXKCyF input::-webkit-clear-button {
  display: none;
}
.cid-u7ZRHXKCyF input::-webkit-inner-spin-button {
  display: none;
}
.cid-u7ZRHXKCyF input::-webkit-outer-spin-button {
  display: none;
}
.cid-u7ZRHXKCyF input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u7ZRHXKCyF H4 {
  color: #ffffff;
}
.cid-u7ZRHXKCyF P {
  color: #ffffff;
}
.cid-u80clEvIWI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u80clEvIWI .display-1 {
    letter-spacing: -6px;
  }
}
.cid-u80clEvIWI p {
  margin: 0;
}
.cid-u80clEvIWI .display-1 {
  line-height: 1;
}
.cid-u80bSrwrQx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #55b4d4;
}
.cid-u80bSrwrQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u80bSrwrQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u80bSrwrQx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u80bSrwrQx .row {
  flex-direction: row-reverse;
}
.cid-u80bSrwrQx img {
  width: 100%;
  border: 3px solid #ffffff;
  border-radius: 2rem;
}
.cid-u80bSrwrQx .mbr-text {
  color: #04492e;
}
.cid-u7ZRM7uasK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u7ZRM7uasK .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u7ZRM7uasK .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
