.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Prompt;
}
.display-1 {
  font-family: 'Prompt', sans-serif;
  font-size: 6rem;
  line-height: 1.05;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Prompt', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Prompt', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Prompt', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Teachers', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #050f0f !important;
}
.bg-success {
  background-color: #87ceeb !important;
}
.bg-info {
  background-color: #f7fff7 !important;
}
.bg-warning {
  background-color: #87ceeb !important;
}
.bg-danger {
  background-color: #ff9063 !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-primary,
.btn-primary:active {
  background-color: #050f0f !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #123535 !important;
  border-color: #123535 !important;
}
.btn-secondary {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffe66d !important;
  border-color: #000000 !important;
  color: #6d5a00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6d5a00 !important;
  background-color: #ffefa0 !important;
  border-color: #ffefa0 !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info,
.btn-info:active {
  background-color: #f7fff7 !important;
  border-color: #000000 !important;
  color: #00f700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #00f700 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success,
.btn-success:active {
  background-color: #87ceeb !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b3e0f2 !important;
  border-color: #b3e0f2 !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning,
.btn-warning:active {
  background-color: #87ceeb !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b3e0f2 !important;
  border-color: #b3e0f2 !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9063 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffb496 !important;
  border-color: #ffb496 !important;
}
.btn-white {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #050f0f;
  color: #050f0f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #000000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #050f0f !important;
  border-color: #050f0f !important;
}
.btn-secondary-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffe66d;
  color: #ffe66d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffd716 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ffd716 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6d5a00 !important;
  background-color: #ffe66d !important;
  border-color: #ffe66d !important;
}
.btn-info-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f7fff7;
  color: #f7fff7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a0ffa0 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #a0ffa0 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #00f700 !important;
  background-color: #f7fff7 !important;
  border-color: #f7fff7 !important;
}
.btn-success-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #87ceeb;
  color: #87ceeb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3db0df !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #3db0df !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #87ceeb !important;
  border-color: #87ceeb !important;
}
.btn-warning-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #87ceeb;
  color: #87ceeb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3db0df !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #3db0df !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #87ceeb !important;
  border-color: #87ceeb !important;
}
.btn-danger-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9063;
  color: #ff9063;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff520c !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ff520c !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9063 !important;
  border-color: #ff9063 !important;
}
.btn-black-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.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;
  box-shadow: none;
  border-color: #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #050f0f !important;
}
.text-secondary {
  color: #ffe66d !important;
}
.text-success {
  color: #87ceeb !important;
}
.text-info {
  color: #f7fff7 !important;
}
.text-warning {
  color: #87ceeb !important;
}
.text-danger {
  color: #ff9063 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffd507 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #30aadc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #91ff91 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #30aadc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fc4900 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #050f0f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7fff7;
}
.alert-warning {
  background-color: #87ceeb;
}
.alert-danger {
  background-color: #ff9063;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #050f0f;
  border-color: #050f0f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #050f0f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9bdede;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Teachers', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #050f0f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Teachers', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #050f0f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #050f0f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #050f0f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #050f0f;
  border-bottom-color: #050f0f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #050f0f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffe66d !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='%23050f0f' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 12px 28px;
  border-radius: 5rem !important;
  border-width: 3px !important;
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: translate(0.2rem, 0.2rem);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 12px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.content-wrapper,
.image-wrap,
.google-map,
.item-wrapper {
  border-radius: 1rem !important;
}
.item-wrap {
  border-radius: 20px;
}
.form-control {
  border-radius: 20rem !important;
}
.cid-uVoMBqNDOD {
  background-color: transparent;
}
.cid-uVoMBqNDOD .navbar-dropdown {
  background-color: #f7fff7 !important;
  padding: 0;
}
.cid-uVoMBqNDOD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7fff7 !important;
  background: #f7fff7;
}
.cid-uVoMBqNDOD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVoMBqNDOD .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVoMBqNDOD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVoMBqNDOD .navbar.opened {
  transition: all 0.3s;
}
.cid-uVoMBqNDOD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVoMBqNDOD .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0% !important;
}
.cid-uVoMBqNDOD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVoMBqNDOD .navbar.collapsed {
  justify-content: center;
}
.cid-uVoMBqNDOD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVoMBqNDOD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVoMBqNDOD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVoMBqNDOD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVoMBqNDOD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVoMBqNDOD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVoMBqNDOD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVoMBqNDOD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uVoMBqNDOD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uVoMBqNDOD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVoMBqNDOD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVoMBqNDOD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVoMBqNDOD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVoMBqNDOD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVoMBqNDOD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVoMBqNDOD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVoMBqNDOD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVoMBqNDOD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVoMBqNDOD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uVoMBqNDOD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVoMBqNDOD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVoMBqNDOD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVoMBqNDOD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVoMBqNDOD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVoMBqNDOD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVoMBqNDOD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uVoMBqNDOD .menu_box .navbar.opened,
  .cid-uVoMBqNDOD .menu_box .navbar-collapse {
    background-color: #f7fff7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVoMBqNDOD .navbar-dropdown {
  position: relative !important;
}
.cid-uVoMBqNDOD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uVoMBqNDOD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVoMBqNDOD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uVoMBqNDOD .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uVoMBqNDOD .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uVoMBqNDOD .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uVoMBqNDOD .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uVoMBqNDOD .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uVoMBqNDOD .nav-item {
    margin: 0 !important;
  }
}
.cid-uVoMBqNDOD .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uVoMBqNDOD .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uVoMBqNDOD .nav-item .nav-link:hover,
.cid-uVoMBqNDOD .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uVoMBqNDOD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVoMBqNDOD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVoMBqNDOD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVoMBqNDOD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVoMBqNDOD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uVoMBqNDOD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVoMBqNDOD .offcanvas_box {
    display: none;
  }
}
.cid-uVoMBqNDOD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVoMBqNDOD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVoMBqNDOD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVoMBqNDOD .container {
  display: flex;
  margin: auto;
}
.cid-uVoMBqNDOD .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uVoMBqNDOD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVoMBqNDOD .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uVoMBqNDOD .navbar-nav {
    margin: 0;
  }
}
.cid-uVoMBqNDOD .dropdown-menu,
.cid-uVoMBqNDOD .navbar.opened {
  background-color: false !important;
}
.cid-uVoMBqNDOD .nav-item:focus,
.cid-uVoMBqNDOD .nav-link:focus {
  outline: none;
}
.cid-uVoMBqNDOD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVoMBqNDOD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVoMBqNDOD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVoMBqNDOD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVoMBqNDOD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVoMBqNDOD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVoMBqNDOD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVoMBqNDOD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVoMBqNDOD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVoMBqNDOD .dropdown-item.active,
.cid-uVoMBqNDOD .dropdown-item:active {
  background-color: transparent;
}
.cid-uVoMBqNDOD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uVoMBqNDOD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVoMBqNDOD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVoMBqNDOD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVoMBqNDOD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVoMBqNDOD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVoMBqNDOD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7fff7;
  background: #ff9063;
}
.cid-uVoMBqNDOD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uVoMBqNDOD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVoMBqNDOD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVoMBqNDOD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVoMBqNDOD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVoMBqNDOD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVoMBqNDOD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVoMBqNDOD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVoMBqNDOD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVoMBqNDOD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVoMBqNDOD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVoMBqNDOD .navbar {
    height: 70px;
  }
  .cid-uVoMBqNDOD .navbar.opened {
    height: auto;
  }
  .cid-uVoMBqNDOD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVoMBqNDOD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uVoMBqNDOD .navbar-caption:hover {
  color: #050f0f;
}
@media (min-width: 992px) {
  .cid-uVoMBqNDOD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVoMBqNDOD .text_widget {
  margin-bottom: 32px;
}
.cid-uVoMBqNDOD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVoMBqNDOD .text_widget a:hover,
.cid-uVoMBqNDOD .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uVoMBqNDOD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uVoMBqNDOD .navbar-caption {
  color: #050f0f;
}
.cid-uVoMBqNDOD .mbr-section-subtitle,
.cid-uVoMBqNDOD .text_widget,
.cid-uVoMBqNDOD .mbr-section-btn {
  text-align: center;
}
.cid-uVoMBqNDOD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVoUOePn9M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVoUOePn9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVoUOePn9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVoUOePn9M .content-wrapper {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .cid-uVoUOePn9M .content-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
  }
}
.cid-uVoUOePn9M .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVoUOePn9M .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVoUOePn9M .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVoUOePn9M .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVoUOePn9M .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVoUOePn9M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 50%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVoUOePn9M .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVoUOePn9M .embla__slide .slide-content {
  width: 100%;
}
.cid-uVoUOePn9M .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uVoUOePn9M .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uVoUOePn9M .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uVoUOePn9M .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVoUOePn9M .embla__button--next,
.cid-uVoUOePn9M .embla__button--prev {
  display: flex;
}
.cid-uVoUOePn9M .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uVoUOePn9M .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uVoUOePn9M .embla__button:hover::before {
  opacity: .5;
}
.cid-uVoUOePn9M .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uVoUOePn9M .embla__button:disabled::before {
  opacity: .2;
}
.cid-uVoUOePn9M .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uVoUOePn9M .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uVoUOePn9M .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uVoUOePn9M .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uVoUOePn9M .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uVoUOePn9M .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uVoUOePn9M .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uVoUOePn9M .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: 52px;
}
@media (max-width: 1440px) {
  .cid-uVoUOePn9M .embla {
    margin-left: 0;
  }
}
.cid-uVoUOePn9M .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVoUOePn9M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVoUOePn9M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVoUOePn9M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVoUOePn9M .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVoUOePn9M .mbr-section-title {
  color: #111111;
}
.cid-uVoUOePn9M .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uVoUOePn9M .mbr-text,
.cid-uVoUOePn9M .text-wrapper {
  color: #666666;
}
.cid-uVoVlAHq1v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVoVlAHq1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVoVlAHq1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVoVlAHq1v .content-head {
  max-width: 800px;
}
.cid-uVoVlAHq1v .loop-container .item {
  min-height: auto;
}
.cid-uVoVlAHq1v .item {
  color: #ff80e3;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uVoVlAHq1v .item {
    min-height: 45px;
  }
}
.cid-uVoWzj9prQ {
  background-color: #f7fff7;
}
.cid-uVoWzj9prQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVoWzj9prQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVoWzj9prQ .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVoWzj9prQ .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uVoWzj9prQ .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVoWzj9prQ .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uVoWzj9prQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVoWzj9prQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uVoWzj9prQ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVoWzj9prQ .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uVoWzj9prQ .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uVoWzj9prQ .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uVoWzj9prQ .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uVoWzj9prQ .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uVoWzj9prQ .mbr-section-title {
  color: #050f0f;
}
.cid-uVoWzj9prQ .mbr-text {
  color: #050f0f;
}
.cid-uVp3hoGmLo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7fff7;
}
.cid-uVp3hoGmLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVp3hoGmLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVp3hoGmLo .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVp3hoGmLo .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uVp3hoGmLo .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVp3hoGmLo .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uVp3hoGmLo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVp3hoGmLo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uVp3hoGmLo .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVp3hoGmLo .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uVp3hoGmLo .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uVp3hoGmLo .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uVp3hoGmLo .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uVp3hoGmLo .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uVp3hoGmLo .mbr-section-title {
  color: #050f0f;
}
.cid-uVp3hoGmLo .mbr-text {
  color: #050f0f;
}
.cid-uVoUtYkLWl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffe66d;
}
.cid-uVoUtYkLWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVoUtYkLWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVoUtYkLWl .content-head {
  max-width: 800px;
}
.cid-uVoUtYkLWl .loop-container .item {
  min-height: auto;
}
.cid-uVoUtYkLWl .item {
  color: #fd52d7;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uVoUtYkLWl .item {
    min-height: 45px;
  }
}
.cid-uVp8NjxXwS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7fff7;
}
.cid-uVp8NjxXwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVp8NjxXwS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVp8NjxXwS .content-wrapper {
  padding: 80px 90px;
  background-color: #ff9063;
}
@media (max-width: 992px) {
  .cid-uVp8NjxXwS .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uVp8NjxXwS .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 75%;
  margin-bottom: 80px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
@media (max-width: 992px) {
  .cid-uVp8NjxXwS .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    -webkit-text-stroke-width: .125rem;
    text-shadow: 2px 2px 0 #050f0f;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uVp8NjxXwS .content-wrapper .title-wrapper .title-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVp8NjxXwS .mbr-section-title,
.cid-uVp8NjxXwS .title-wrap {
  color: #f7fff7;
}
.cid-uVp8NjxXwS .mbr-section-title,
.cid-uVp8NjxXwS .title-wrap,
.cid-uVp8NjxXwS .mbr-section-btn {
  text-align: right;
}
.cid-uVp3C48zK0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uVp3C48zK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVp3C48zK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVp3C48zK0 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uVp3C48zK0 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uVp3C48zK0 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uVp3C48zK0 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uVp3C48zK0 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVp3C48zK0 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVp3C48zK0 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  background-color: #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uVp3C48zK0 .content-wrapper .card-wrapper {
    width: 100%;
  }
}
.cid-uVp3C48zK0 .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uVpah1lqEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uVpah1lqEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVpah1lqEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVpah1lqEh .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVpah1lqEh .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVpah1lqEh .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVpah1lqEh .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uVpah1lqEh .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVpah1lqEh .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uVpah1lqEh .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVpah1lqEh .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uVpah1lqEh .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uVpah1lqEh .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uVpah1lqEh .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVpah1lqEh .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uVpah1lqEh .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uVpah1lqEh .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVpah1lqEh .list-wrapper .list .item-wrap:hover,
.cid-uVpah1lqEh .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uVpah1lqEh .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVpah1lqEh .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uVpah1lqEh .list {
  color: #050f0f;
}
.cid-uVpah1lqEh .mbr-copy {
  color: #050f0f;
}
.cid-uVpah1lqEh .mbr-section-title {
  color: #87ceeb;
  text-align: center;
}
.cid-uVpk0eIzQQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uVpk0eIzQQ .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVpk0eIzQQ .subscribe__form {
  margin-top: 50px;
}
.cid-uVpk0eIzQQ .form-group {
  margin-bottom: 0;
}
.cid-uVpk0eIzQQ .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-uVpk0eIzQQ .dragArea textarea {
  margin-bottom: 40px !important;
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-uVpk0eIzQQ .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-uVpk0eIzQQ .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-uVpk0eIzQQ .dragArea .form-check {
  margin-bottom: 20px;
}
.cid-uVpk0eIzQQ .dragArea .form-check input[type="checkbox"] + label:before {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 6px;
  transition: all .25s;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 20px;
  margin-right: 10px;
}
.cid-uVpk0eIzQQ .dragArea .form-check input[type="checkbox"]:checked + label:before {
  border-color: #87ceeb !important;
  background-color: #87ceeb !important;
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.296 32.296' style='enable-background:new 0 0 32.296 32.296;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23030104;' d='M31.923,9.14L13.417,27.642c-0.496,0.494-1.299,0.494-1.793,0L0.37,16.316 c-0.494-0.496-0.494-1.302,0-1.795l2.689-2.687c0.496-0.495,1.299-0.495,1.793,0l7.678,7.729L27.438,4.654 c0.494-0.494,1.297-0.494,1.795,0l2.689,2.691C32.421,7.84,32.421,8.646,31.923,9.14z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.cid-uVpk0eIzQQ .dragArea .form-check-input {
  display: none;
  margin-top: .6rem;
}
.cid-uVpk0eIzQQ .dragArea .form-check-label {
  font-size: 16px;
  line-height: 24px;
}
.cid-uVpk0eIzQQ .dragArea .input-group-btn .btn {
  font-weight: 500;
}
.cid-uVpk0eIzQQ .info__bottom {
  margin-top: 55px;
  width: 100%;
}
.cid-uVpk0eIzQQ .info__bottom .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVpk0eIzQQ .info__bottom .text:before {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.cid-uVpk0eIzQQ .info__bottom .text:after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.cid-uVpk0eIzQQ .info__bottom .text .mbr-text {
  margin: 0 10px;
  letter-spacing: 2px;
}
.cid-uVpk0eIzQQ .tel {
  transition: all .25s;
  margin-top: 35px;
}
.cid-uVpk0eIzQQ .tel:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-uVpk0eIzQQ .form-group {
    text-align: center;
  }
  .cid-uVpk0eIzQQ .form-check {
    padding-left: 0;
  }
  .cid-uVpk0eIzQQ .input-group-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uVpk0eIzQQ .row:first-child {
    margin: 0;
  }
}
.cid-uVpk0eIzQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVpk0eIzQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
