.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Oleo Script Swash Caps', display;
  font-size: 9.38rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.725rem;
}
.display-2 {
  font-family: 'Braah One', sans-serif;
  font-size: 3.38rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.225rem;
}
.display-4 {
  font-family: 'Oleo Script Swash Caps', display;
  font-size: 1.88rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 2.35rem;
}
.display-5 {
  font-family: 'Braah One', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Braah One', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 7.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.566rem;
    font-size: calc( 3.933rem + (9.38 - 3.933) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.933rem + (9.38 - 3.933) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.704rem;
    font-size: calc( 1.833rem + (3.38 - 1.833) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.833rem + (3.38 - 1.833) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.504rem;
    font-size: calc( 1.3079999999999998rem + (1.88 - 1.3079999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3079999999999998rem + (1.88 - 1.3079999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f5a80c !important;
}
.bg-info {
  background-color: #a073ec !important;
}
.bg-warning {
  background-color: #bb442e !important;
}
.bg-danger {
  background-color: #6d1100 !important;
}
.btn-primary,
.btn-primary:active {
  background: linear-gradient(to bottom, #ffffff 0 33.33333333%, #ffffff 33.33333333%, #f5f5f5 66.66666667%, #f5f5f5 66.66666667% 100%) !important;
  border: none !important;
  color: #808080 !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #757575 !important;
  background: linear-gradient(to bottom, #ffffff 0 33.33333333%, #ffffff 33.33333333%, #f5f5f5 66.66666667%, #f5f5f5 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background: #d4d4d4 !important;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background: linear-gradient(to bottom, #2a1340 0 33.33333333%, #2a1340 33.33333333%, #a275ec 66.66666667%, #a275ec 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #2a1340 0 33.33333333%, #2a1340 33.33333333%, #a275ec 66.66666667%, #a275ec 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background: linear-gradient(to bottom, #a073ec 0 33.33333333%, #a073ec 33.33333333%, #29133e 66.66666667%, #29133e 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #a073ec 0 33.33333333%, #a073ec 33.33333333%, #29133e 66.66666667%, #29133e 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background: #6c27e2 !important;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background: linear-gradient(to bottom, #f5a80c 0 33.33333333%, #f5a80c 33.33333333%, #bf442e 66.66666667%, #bf442e 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #f5a80c 0 33.33333333%, #f5a80c 33.33333333%, #bf442e 66.66666667%, #bf442e 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background: #a47007 !important;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background: linear-gradient(to bottom, #bb442e 0 33.33333333%, #bb442e 33.33333333%, #f3a70b 66.66666667%, #f3a70b 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #bb442e 0 33.33333333%, #bb442e 33.33333333%, #f3a70b 66.66666667%, #f3a70b 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background: #752b1d !important;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background: linear-gradient(to bottom, #6d1100 0 33.33333333%, #6d1100 33.33333333%, #815700 66.66666667%, #815700 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #6d1100 0 33.33333333%, #6d1100 33.33333333%, #815700 66.66666667%, #815700 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background: #160300 !important;
  border: none !important;
}
.btn-white,
.btn-white:active {
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  color: #7a7a7a !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #707070 !important;
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background: #cfcfcf !important;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.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-color: transparent !important;
  border-color: #2a1340;
  color: #2a1340;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a1340 !important;
  border-color: #2a1340 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a073ec;
  color: #a073ec;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6c27e2 !important;
  background-color: transparent!important;
  border-color: #6c27e2 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a073ec !important;
  border-color: #a073ec !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f5a80c;
  color: #f5a80c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a47007 !important;
  background-color: transparent!important;
  border-color: #a47007 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f5a80c !important;
  border-color: #f5a80c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bb442e;
  color: #bb442e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #752b1d !important;
  background-color: transparent!important;
  border-color: #752b1d !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bb442e !important;
  border-color: #bb442e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d1100;
  color: #6d1100;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #160300 !important;
  background-color: transparent!important;
  border-color: #160300 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d1100 !important;
  border-color: #6d1100 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #161616;
  color: #161616;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #2a1340 !important;
}
.text-success {
  color: #f5a80c !important;
}
.text-info {
  color: #a073ec !important;
}
.text-warning {
  color: #bb442e !important;
}
.text-danger {
  color: #6d1100 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #161616 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #956606 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #641edb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #69261a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #070100 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #161616;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a073ec;
}
.alert-warning {
  background-color: #bb442e;
}
.alert-danger {
  background-color: #6d1100;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.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: #fdeed0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e19587;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ed2500;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Oleo Script Swash Caps', display;
  font-size: 1.88rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.35rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oleo Script Swash Caps', display;
  font-size: 1.88rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.35rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.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-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #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: #2a1340 !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-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: calc(1420px + 3vw);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.container-fluid {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 25px 35px;
  border-radius: 80px;
  font-weight: 700 !important;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: none !important;
  overflow: hidden;
}
.cid-u7ADZkn1IA .navbar-dropdown {
  position: absolute !important;
}
.cid-u7ADZkn1IA .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-u7ADZkn1IA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7ADZkn1IA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7ADZkn1IA .dropdown-item:hover,
.cid-u7ADZkn1IA .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-u7ADZkn1IA .dropdown-item:hover span {
  color: white;
}
.cid-u7ADZkn1IA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7ADZkn1IA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7ADZkn1IA .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7ADZkn1IA .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7ADZkn1IA .nav-link {
  position: relative;
}
.cid-u7ADZkn1IA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7ADZkn1IA .container {
    flex-wrap: nowrap;
  }
}
.cid-u7ADZkn1IA .dropdown-menu,
.cid-u7ADZkn1IA .navbar.opened {
  background: #ffffff !important;
}
.cid-u7ADZkn1IA .nav-item:focus,
.cid-u7ADZkn1IA .nav-link:focus {
  outline: none;
}
.cid-u7ADZkn1IA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7ADZkn1IA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7ADZkn1IA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7ADZkn1IA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7ADZkn1IA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7ADZkn1IA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7ADZkn1IA .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-u7ADZkn1IA .navbar.opened {
  transition: all 0.3s;
}
.cid-u7ADZkn1IA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7ADZkn1IA .navbar .navbar-logo img {
  width: auto;
}
.cid-u7ADZkn1IA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7ADZkn1IA .navbar.collapsed {
  justify-content: center;
}
.cid-u7ADZkn1IA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7ADZkn1IA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7ADZkn1IA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.4rem);
  }
}
.cid-u7ADZkn1IA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7ADZkn1IA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7ADZkn1IA .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-u7ADZkn1IA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7ADZkn1IA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7ADZkn1IA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7ADZkn1IA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7ADZkn1IA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7ADZkn1IA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7ADZkn1IA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7ADZkn1IA .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-u7ADZkn1IA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7ADZkn1IA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7ADZkn1IA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7ADZkn1IA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7ADZkn1IA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7ADZkn1IA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7ADZkn1IA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7ADZkn1IA .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-u7ADZkn1IA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-u7ADZkn1IA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7ADZkn1IA .dropdown-item.active,
.cid-u7ADZkn1IA .dropdown-item:active {
  background-color: transparent;
}
.cid-u7ADZkn1IA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7ADZkn1IA .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7ADZkn1IA .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7ADZkn1IA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7ADZkn1IA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7ADZkn1IA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7ADZkn1IA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7ADZkn1IA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7ADZkn1IA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7ADZkn1IA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-u7ADZkn1IA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7ADZkn1IA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7ADZkn1IA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7ADZkn1IA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7ADZkn1IA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7ADZkn1IA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7ADZkn1IA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7ADZkn1IA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7ADZkn1IA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7ADZkn1IA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7ADZkn1IA .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-u7ADZkn1IA .navbar {
    height: 70px;
  }
  .cid-u7ADZkn1IA .navbar.opened {
    height: auto;
  }
  .cid-u7ADZkn1IA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7ADZkn1IA .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-u7ADZkn1IA .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u7ADZkn1IA .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u7ADZkn1IA .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-u7ADZkn1IA .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-u7ADZkn1IA .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-u7ADZkn1IA .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-u7ADZkn1IA .navbar {
    padding: 5px 0 !important;
  }
  .cid-u7ADZkn1IA .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-u7ADZkn1IA .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(255, 255, 255, 0.7);
  }
  .cid-u7ADZkn1IA .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-u7ADZkn1IA .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-u7ADZkn1IA .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-u7ADZkn1IA .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-u7ADZkn1IA .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-u7ADZkn1IA .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-u7ADZkn1IA .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-u7ADZkn1IA .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-u7ADZkn1IA .btn-container {
    display: none;
  }
}
.cid-u7ADZlaBD8 {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/background.jpg");
}
.cid-u7ADZlaBD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ADZlaBD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ADZlaBD8.mbr-fullscreen {
  flex-direction: column;
  justify-content: center;
}
.cid-u7ADZlaBD8 .mbr-section-title {
  position: relative;
  color: #FFFFFF;
  z-index: 4;
}
@media (min-width: 992px) {
  .cid-u7ADZlaBD8 .mbr-section-title {
    margin-bottom: -115px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-u7ADZlaBD8 .img-wrapper {
  position: relative;
  max-width: 660px;
  border-radius: 40px;
  overflow: hidden;
  z-index: 3;
}
.cid-u7ADZlaBD8 .mbr-section-subtitle {
  position: relative;
  color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-u7ADZlaBD8 .mbr-section-subtitle {
    margin-top: -50px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-u7ADZlaBD8 .mbr-text {
  margin-top: 8px;
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.cid-u7AEPJhHYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f23a6f;
}
.cid-u7AEPJhHYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7AEPJhHYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7AEPJhHYq .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-u7AEPJhHYq .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-u7AEPJhHYq .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7AEPJhHYq .mbr-section-subtitle,
.cid-u7AEPJhHYq .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u7ADZptXTq {
  background-image: url("../../../assets/images/mbr-1.jpg");
  border-top: 1px solid #ffffff;
}
.cid-u7ADZptXTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ADZptXTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ADZptXTq .container-fluid {
  padding: 0;
}
.cid-u7ADZptXTq .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 3rem 1.5vw 4rem !important;
}
@media (max-width: 1199px) {
  .cid-u7ADZptXTq .col-brand {
    width: 100%;
  }
}
.cid-u7ADZptXTq .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-u7ADZptXTq .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-u7ADZptXTq .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u7ADZptXTq .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-u7ADZptXTq .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-u7ADZptXTq .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u7ADZptXTq .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u7ADZptXTq .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u7ADZptXTq .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-u7ADZptXTq .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-u7ADZptXTq .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-u7ADZptXTq .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(109, 17, 0, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-u7ADZptXTq .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-u7ADZptXTq .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-u7ADZptXTq .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-u7ADZptXTq .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-u7ADZptXTq .copyright {
    text-align: center;
  }
}
.cid-tw2we8KePb .navbar-dropdown {
  position: absolute !important;
}
.cid-tw2we8KePb .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-tw2we8KePb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw2we8KePb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw2we8KePb .dropdown-item:hover,
.cid-tw2we8KePb .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tw2we8KePb .dropdown-item:hover span {
  color: white;
}
.cid-tw2we8KePb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw2we8KePb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw2we8KePb .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw2we8KePb .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw2we8KePb .nav-link {
  position: relative;
}
.cid-tw2we8KePb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw2we8KePb .container {
    flex-wrap: nowrap;
  }
}
.cid-tw2we8KePb .dropdown-menu,
.cid-tw2we8KePb .navbar.opened {
  background: #ffffff !important;
}
.cid-tw2we8KePb .nav-item:focus,
.cid-tw2we8KePb .nav-link:focus {
  outline: none;
}
.cid-tw2we8KePb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw2we8KePb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw2we8KePb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw2we8KePb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw2we8KePb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw2we8KePb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw2we8KePb .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-tw2we8KePb .navbar.opened {
  transition: all 0.3s;
}
.cid-tw2we8KePb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw2we8KePb .navbar .navbar-logo img {
  width: auto;
}
.cid-tw2we8KePb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw2we8KePb .navbar.collapsed {
  justify-content: center;
}
.cid-tw2we8KePb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw2we8KePb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw2we8KePb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.4rem);
  }
}
.cid-tw2we8KePb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw2we8KePb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw2we8KePb .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-tw2we8KePb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw2we8KePb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw2we8KePb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw2we8KePb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw2we8KePb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw2we8KePb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw2we8KePb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw2we8KePb .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-tw2we8KePb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw2we8KePb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw2we8KePb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw2we8KePb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw2we8KePb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw2we8KePb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tw2we8KePb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tw2we8KePb .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-tw2we8KePb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tw2we8KePb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw2we8KePb .dropdown-item.active,
.cid-tw2we8KePb .dropdown-item:active {
  background-color: transparent;
}
.cid-tw2we8KePb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw2we8KePb .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw2we8KePb .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw2we8KePb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tw2we8KePb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw2we8KePb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw2we8KePb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw2we8KePb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw2we8KePb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw2we8KePb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw2we8KePb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw2we8KePb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw2we8KePb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw2we8KePb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tw2we8KePb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw2we8KePb .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-tw2we8KePb .navbar {
    height: 70px;
  }
  .cid-tw2we8KePb .navbar.opened {
    height: auto;
  }
  .cid-tw2we8KePb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw2we8KePb .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-tw2we8KePb .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: rgba(255, 255, 255, 0.7);
}
.cid-tw2we8KePb .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tw2we8KePb .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tw2we8KePb .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-tw2we8KePb .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-tw2we8KePb .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-tw2we8KePb .navbar {
    padding: 5px 0 !important;
  }
  .cid-tw2we8KePb .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-tw2we8KePb .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(255, 255, 255, 0.7);
  }
  .cid-tw2we8KePb .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-tw2we8KePb .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-tw2we8KePb .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-tw2we8KePb .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-tw2we8KePb .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-tw2we8KePb .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-tw2we8KePb .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-tw2we8KePb .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-tw2we8KePb .btn-container {
    display: none;
  }
}
.cid-tw2AzZmVX4 {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/background.jpg");
}
.cid-tw2AzZmVX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2AzZmVX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2AzZmVX4.mbr-fullscreen {
  flex-direction: column;
  justify-content: center;
}
.cid-tw2AzZmVX4 .mbr-section-title {
  position: relative;
  color: #FFFFFF;
  z-index: 4;
}
@media (min-width: 992px) {
  .cid-tw2AzZmVX4 .mbr-section-title {
    margin-bottom: -115px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-tw2AzZmVX4 .img-wrapper {
  position: relative;
  max-width: 660px;
  border-radius: 40px;
  overflow: hidden;
  z-index: 3;
}
.cid-tw2AzZmVX4 .mbr-section-subtitle {
  position: relative;
  color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tw2AzZmVX4 .mbr-section-subtitle {
    margin-top: -50px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-tw2AzZmVX4 .mbr-text {
  margin-top: 8px;
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.cid-u7p0WfJlIW {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/logo-gross.jpg");
}
.cid-u7p0WfJlIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7p0WfJlIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7p0WfJlIW .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-u7p0WfJlIW .image-wrapper {
    margin: 0;
  }
}
.cid-u7p0WfJlIW .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  max-height: 100vh;
  box-shadow: 20px 20px 20px #ffffff;
}
.cid-u7p0WfJlIW .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-u7p0WfJlIW .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-u7p0WfJlIW .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-u7p0WfJlIW .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-u7p0WfJlIW .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u7p0WfJlIW .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-u7p0WfJlIW .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-u7p0WfJlIW .mbr-section-btn {
  margin-top: 24px;
}
.cid-u7p0WfJlIW .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-u7p0WfJlIW .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-u7p0WfJlIW .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-u7p0WfJlIW .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-u7p0WfJlIW .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-u7p0WfJlIW .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-u7p0WfJlIW .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u7X2rgEUvA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #d94c32;
}
.cid-u7X2rgEUvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7X2rgEUvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7X2rgEUvA .mbr-section-title {
  color: #FFFFFF;
}
.cid-u7X2rgEUvA .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-u7X2rgEUvA .mbr-section-btn {
  margin-top: 20px;
}
.cid-tw2E4wBTRz {
  padding-top: 0rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #d94c32;
}
.cid-tw2E4wBTRz:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 57.14vw;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .1;
  background-image: linear-gradient(180deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1399px) {
  .cid-tw2E4wBTRz:before {
    width: 100%;
    border-radius: 240px;
  }
}
.cid-tw2E4wBTRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2E4wBTRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2E4wBTRz .row {
  position: relative;
  z-index: 2;
}
.cid-tw2E4wBTRz .mbr-section-head {
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 1399px) {
  .cid-tw2E4wBTRz .mbr-section-head {
    margin-bottom: 3.14vw;
  }
}
@media (max-width: 767px) {
  .cid-tw2E4wBTRz .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-tw2E4wBTRz .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-tw2E4wBTRz .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 28px;
}
@media (max-width: 1399px) {
  .cid-tw2E4wBTRz .mbr-section-subtitle {
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .cid-tw2E4wBTRz .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-tw2E4wBTRz .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tw2E4wBTRz form {
  width: 100%;
}
.cid-tw2E4wBTRz form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-tw2E4wBTRz form p {
  color: #FFFFFF;
}
.cid-tw2E4wBTRz form .mbr-section-btn {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto !important;
}
.cid-tw2E4wBTRz form .mbr-section-btn .btn {
  width: auto !important;
}
.cid-tw2E4wBTRz form .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tw2E4wBTRz form .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tw2E4wBTRz form .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tw2E4wBTRz form .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tw2E4wBTRz form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-tw2E4wBTRz form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-tw2E4wBTRz form .form-control {
  height: 69px;
  border: 2px solid #FFFFFF !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 35px !important;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 400;
  transition: .3s;
}
.cid-tw2E4wBTRz form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tw2E4wBTRz form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tw2E4wBTRz form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tw2E4wBTRz form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tw2E4wBTRz form select {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2E4wBTRz form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 20px 25px;
  resize: none;
}
.cid-tw2E4wBTRz form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2E4wBTRz form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2E4wBTRz form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2E4wBTRz form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2E4wBTRz form input,
.cid-tw2E4wBTRz form textarea {
  transition: .3s all;
}
.cid-tw2E4wBTRz form input:active,
.cid-tw2E4wBTRz form textarea:active,
.cid-tw2E4wBTRz form input:focus,
.cid-tw2E4wBTRz form textarea:focus {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  outline: none !important;
}
.cid-tw2E4wBTRz form input:active::-webkit-input-placeholder,
.cid-tw2E4wBTRz form textarea:active::-webkit-input-placeholder,
.cid-tw2E4wBTRz form input:focus::-webkit-input-placeholder,
.cid-tw2E4wBTRz form textarea:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2E4wBTRz form input:active::-moz-placeholder,
.cid-tw2E4wBTRz form textarea:active::-moz-placeholder,
.cid-tw2E4wBTRz form input:focus::-moz-placeholder,
.cid-tw2E4wBTRz form textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2E4wBTRz form input:active:-moz-placeholder,
.cid-tw2E4wBTRz form textarea:active:-moz-placeholder,
.cid-tw2E4wBTRz form input:focus:-moz-placeholder,
.cid-tw2E4wBTRz form textarea:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2E4wBTRz form input:active:-ms-input-placeholder,
.cid-tw2E4wBTRz form textarea:active:-ms-input-placeholder,
.cid-tw2E4wBTRz form input:focus:-ms-input-placeholder,
.cid-tw2E4wBTRz form textarea:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2E4wBTRz form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tw2E4wBTRz form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tw2E4wBTRz form label {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-tw2E4wBTRz form .form-check label {
  color: #FFFFFF;
}
.cid-tw2E4wBTRz form .form-check-input {
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tw2E4wBTRz form .form-check-input:focus,
.cid-tw2E4wBTRz form .form-check-input:hover {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.cid-tw2E4wBTRz form .form-check-input:checked {
  border-color: #FFFFFF !important;
  background-color: transparent !important;
}
.cid-tw2E4wBTRz H6 {
  color: #ffffff;
}
.cid-u844kk9HtR {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-u844kk9HtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u844kk9HtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u844kk9HtR .row {
  flex-direction: row-reverse;
}
.cid-u844kk9HtR .image-wrapper {
  margin-right: 9.57vw;
  margin-right: 0;
  margin-left: 9.57vw;
}
@media (max-width: 991px) {
  .cid-u844kk9HtR .image-wrapper {
    margin: 0;
  }
}
.cid-u844kk9HtR .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  max-height: 100vh;
}
.cid-u844kk9HtR .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-u844kk9HtR .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-u844kk9HtR .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-u844kk9HtR .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-u844kk9HtR .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u844kk9HtR .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-u844kk9HtR .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-u844kk9HtR .mbr-section-btn {
  margin-top: 24px;
}
.cid-u844kk9HtR .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-u844kk9HtR .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-u844kk9HtR .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-u844kk9HtR .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-u844kk9HtR .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-u844kk9HtR .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-u844kk9HtR .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u844kk9HtR .mbr-text,
.cid-u844kk9HtR .mbr-section-btn {
  text-align: left;
}
.cid-u7p4bk9U8g {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-u7p4bk9U8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7p4bk9U8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7p4bk9U8g .mbr-section-head {
  margin-bottom: 90px;
}
@media (max-width: 1399px) {
  .cid-u7p4bk9U8g .mbr-section-head {
    margin-bottom: 6.428vw;
  }
}
.cid-u7p4bk9U8g .mbr-section-title {
  color: #ffffff;
  position: relative;
  padding-left: calc(5vw + 4vw);
}
@media (max-width: 991px) {
  .cid-u7p4bk9U8g .mbr-section-title {
    padding-left: 6.5vw;
  }
}
.cid-u7p4bk9U8g .mbr-section-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  overflow: hidden;
  background: #f23a6f;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-u7p4bk9U8g .mbr-section-title:before {
    width: 18px;
    height: 18px;
  }
}
.cid-u7p4bk9U8g .mbr-section-subtitle {
  position: relative;
  color: #ffffff;
  text-align: left;
}
.cid-u7p4bk9U8g .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  border-top: 4px solid #972915;
  border-bottom: 4px solid #972915;
}
.cid-u7p4bk9U8g .item-title {
  color: #ffffff;
  width: 43%;
  margin-right: auto;
  margin-bottom: 0;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u7p4bk9U8g .item-title {
    width: 100%;
  }
}
.cid-u7p4bk9U8g .mbr-text {
  color: #ffffff;
  width: 47%;
  margin: 0;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u7p4bk9U8g .mbr-text {
    width: 100%;
  }
}
.cid-u7p4bk9U8g .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 10%;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-u7p4bk9U8g .icon-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cid-u7p4bk9U8g .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #161616;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-u7p4bk9U8g .icon-wrap .mbr-iconfont {
    font-size: 16px !important;
  }
}
.cid-u7p4bk9U8g .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px 20px 27px;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: linear-gradient(to bottom, transparent 0 50%, #f23a6f 50% 100%);
  background-size: 100% 200%;
  background-position: top;
}
.cid-u7p4bk9U8g .item:not(:first-child) {
  border-top: 4px solid #972915;
}
@media (max-width: 991px) {
  .cid-u7p4bk9U8g .item {
    position: relative;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
    padding: 20px 40px 20px 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .cid-u7p4bk9U8g .item:hover {
    background-position: bottom;
  }
  .cid-u7p4bk9U8g .item:hover .item-title,
  .cid-u7p4bk9U8g .item:hover .mbr-text,
  .cid-u7p4bk9U8g .item:hover .mbr-iconfont {
    color: #ffffff;
  }
}
.cid-u7p4bk9U8g P {
  color: #6d1100;
  text-align: left;
}
.cid-u7pab4Q3R6 {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #f23a6f;
}
.cid-u7pab4Q3R6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pab4Q3R6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pab4Q3R6 .row {
  justify-content: center;
}
.cid-u7pab4Q3R6 .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-u7pab4Q3R6 .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-u7pab4Q3R6 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7pab4Q3R6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pab4Q3R6 .item {
  margin-bottom: 32px;
}
.cid-u7pab4Q3R6 .item:nth-child(2n) .item-wrapper .item-img {
  transform: rotate(-5deg);
}
.cid-u7pab4Q3R6 .item .item-wrapper {
  overflow: visible;
}
.cid-u7pab4Q3R6 .item .item-wrapper .item-img {
  transform: rotate(5deg);
}
.cid-u7pab4Q3R6 .item .item-wrapper .item-img img {
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 6px 6px 20px #f5a80c;
}
@media (max-width: 992px) {
  .cid-u7pab4Q3R6 .item .item-wrapper .item-img img {
    min-height: 250px;
    max-height: 250px;
  }
}
.cid-u7pab4Q3R6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7pab4Q3R6 .mbr-text {
  color: #6e716f;
  text-align: center;
}
.cid-u7p3zGBGDW {
  background-image: url("../../../assets/images/mbr-1.jpg");
  border-top: 1px solid #ffffff;
}
.cid-u7p3zGBGDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7p3zGBGDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7p3zGBGDW .container-fluid {
  padding: 0;
}
.cid-u7p3zGBGDW .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 3rem 1.5vw 4rem !important;
}
@media (max-width: 1199px) {
  .cid-u7p3zGBGDW .col-brand {
    width: 100%;
  }
}
.cid-u7p3zGBGDW .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-u7p3zGBGDW .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-u7p3zGBGDW .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u7p3zGBGDW .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-u7p3zGBGDW .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-u7p3zGBGDW .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u7p3zGBGDW .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u7p3zGBGDW .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u7p3zGBGDW .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-u7p3zGBGDW .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-u7p3zGBGDW .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-u7p3zGBGDW .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(109, 17, 0, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-u7p3zGBGDW .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-u7p3zGBGDW .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-u7p3zGBGDW .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-u7p3zGBGDW .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-u7p3zGBGDW .copyright {
    text-align: center;
  }
}
.cid-ubDXHkxA9E.popup-builder {
  background-color: #ffffff;
}
.cid-ubDXHkxA9E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ubDXHkxA9E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ubDXHkxA9E .modal-content,
.cid-ubDXHkxA9E .modal-dialog {
  height: auto;
}
.cid-ubDXHkxA9E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ubDXHkxA9E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ubDXHkxA9E .form-wrapper .mbr-form .form-group,
  .cid-ubDXHkxA9E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ubDXHkxA9E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ubDXHkxA9E .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubDXHkxA9E .mbr-text {
  text-align: center;
}
.cid-ubDXHkxA9E .pt-0 {
  padding-top: 0 !important;
}
.cid-ubDXHkxA9E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ubDXHkxA9E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ubDXHkxA9E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ubDXHkxA9E .modal-open {
  overflow: hidden;
}
.cid-ubDXHkxA9E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ubDXHkxA9E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ubDXHkxA9E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ubDXHkxA9E .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ubDXHkxA9E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ubDXHkxA9E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ubDXHkxA9E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ubDXHkxA9E .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ubDXHkxA9E .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ubDXHkxA9E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ubDXHkxA9E .modal-backdrop.fade {
  opacity: 0;
}
.cid-ubDXHkxA9E .modal-backdrop.show {
  opacity: .5;
}
.cid-ubDXHkxA9E .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ubDXHkxA9E .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubDXHkxA9E .modal-header {
    padding: 1rem;
  }
}
.cid-ubDXHkxA9E .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ubDXHkxA9E .modal-header .close svg {
  fill: #353535;
}
.cid-ubDXHkxA9E .modal-header .close:hover {
  opacity: 1;
}
.cid-ubDXHkxA9E .modal-header .close:focus {
  outline: none;
}
.cid-ubDXHkxA9E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ubDXHkxA9E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ubDXHkxA9E .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubDXHkxA9E .modal-body {
    padding: 1rem;
  }
}
.cid-ubDXHkxA9E .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ubDXHkxA9E .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubDXHkxA9E .modal-footer {
    padding: 1rem;
  }
}
.cid-ubDXHkxA9E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ubDXHkxA9E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ubDXHkxA9E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ubDXHkxA9E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ubDXHkxA9E .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ubDXHkxA9E .modal-lg,
  .cid-ubDXHkxA9E .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ubDXHkxA9E .modal-xl {
    max-width: 1140px;
  }
}
.cid-ubDXHkxA9E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ubDXHkxA9E .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ubDXHkxA9E .form-group {
  margin-bottom: 1rem;
}
.cid-ubDXHkxA9E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ubDXHkxA9E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ubDXHkxA9E .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ubDXHkxA9E .mbr-section-btn {
  margin: 0;
}
.cid-ubDXHkxA9E .mbr-section-btn .btn {
  margin: 0;
}
