.btn {
  border-width: 2px;
}
body {
  font-family: Outfit;
}
.display-1 {
  font-family: 'Otomanopee One', sans-serif;
  font-size: 4.8rem;
  line-height: 1.05;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Otomanopee One', sans-serif;
  font-size: 3.6rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Otomanopee One', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.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: #00909d !important;
}
.bg-success {
  background-color: #8dd168 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #a2528a !important;
}
.bg-danger {
  background-color: #f8c37e !important;
}
.btn-primary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary,
.btn-primary:active {
  background-color: #00909d !important;
  border-color: #00909d !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8cf9f2 !important;
  border-color: #8cf9f2 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
}
.btn-info {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success,
.btn-success:active {
  background-color: #8dd168 !important;
  border-color: #8dd168 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning,
.btn-warning:active {
  background-color: #a2528a !important;
  border-color: #a2528a !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger,
.btn-danger:active {
  background-color: #f8c37e !important;
  border-color: #f8c37e !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #1f1437 !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border-color: #00909d;
  color: #00909d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border-color: #8cf9f2;
  color: #8cf9f2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border-color: #8dd168;
  color: #8dd168;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border-color: #a2528a;
  color: #a2528a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border-color: #f8c37e;
  color: #f8c37e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white-outline {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.text-primary {
  color: #00909d !important;
}
.text-secondary {
  color: #8cf9f2 !important;
}
.text-success {
  color: #8dd168 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #a2528a !important;
}
.text-danger {
  color: #f8c37e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00a7b7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a4faf5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9cd77c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5ebeef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ae5f97 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f9ce96 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333 !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: #00909d;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #8dd168;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #a2528a;
}
.alert-danger {
  background-color: #f8c37e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 30px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00909d;
  border-color: #00909d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 30px !important;
}
a,
a:hover {
  color: #00909d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1eecff;
}
.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: #d0a3c3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 30px;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #00909d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #00909d;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 30px !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: 30px !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: #00909d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00909d;
}
.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: #00909d;
  border-bottom-color: #00909d;
}
.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: #00909d !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: #8cf9f2 !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='%2300909d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sXkoEXEaf7 {
  z-index: 1000;
  width: 100%;
}
.cid-sXkoEXEaf7 nav.navbar {
  position: fixed;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXkoEXEaf7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXkoEXEaf7 .dropdown-item:hover,
.cid-sXkoEXEaf7 .dropdown-item:focus {
  background: #00909d !important;
  color: white !important;
}
.cid-sXkoEXEaf7 .dropdown-item:hover span {
  color: white;
}
.cid-sXkoEXEaf7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXkoEXEaf7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXkoEXEaf7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXkoEXEaf7 .nav-link {
  position: relative;
}
.cid-sXkoEXEaf7 .container {
  display: flex;
  margin: auto;
}
.cid-sXkoEXEaf7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXkoEXEaf7 .dropdown-menu,
.cid-sXkoEXEaf7 .navbar.opened {
  background: #8cf9f2 !important;
}
.cid-sXkoEXEaf7 .nav-item:focus,
.cid-sXkoEXEaf7 .nav-link:focus {
  outline: none;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXkoEXEaf7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXkoEXEaf7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXkoEXEaf7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(140, 249, 242, 0.7);
}
.cid-sXkoEXEaf7 .navbar.opened {
  transition: all 0.3s;
}
.cid-sXkoEXEaf7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXkoEXEaf7 .navbar .navbar-logo img {
  width: auto;
}
.cid-sXkoEXEaf7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-sXkoEXEaf7 .navbar.collapsed {
  justify-content: center;
}
.cid-sXkoEXEaf7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXkoEXEaf7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXkoEXEaf7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXkoEXEaf7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXkoEXEaf7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXkoEXEaf7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXkoEXEaf7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXkoEXEaf7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXkoEXEaf7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXkoEXEaf7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXkoEXEaf7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXkoEXEaf7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXkoEXEaf7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXkoEXEaf7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXkoEXEaf7 .dropdown-item.active,
.cid-sXkoEXEaf7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sXkoEXEaf7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXkoEXEaf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8cf9f2;
}
.cid-sXkoEXEaf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXkoEXEaf7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXkoEXEaf7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXkoEXEaf7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXkoEXEaf7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXkoEXEaf7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar {
    height: 70px;
  }
  .cid-sXkoEXEaf7 .navbar.opened {
    height: auto;
  }
  .cid-sXkoEXEaf7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXkq9IKoMZ {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: linear-gradient(#8cf9f2, #00909d);
}
.cid-sXkq9IKoMZ .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-sXkq9IKoMZ .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-sXkq9IKoMZ .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 250px;
  }
}
@media (max-width: 959px) and (max-width: 690px) {
  .cid-sXkq9IKoMZ .content {
    padding-bottom: 0;
  }
}
.cid-sXkq9IKoMZ .title-wrap {
  display: flex;
}
@media (max-width: 959px) {
  .cid-sXkq9IKoMZ .title-wrap {
    display: block;
  }
}
.cid-sXkq9IKoMZ .mbr-section-title {
  color: #000000;
}
.cid-sXkq9IKoMZ .mbr-title-addition {
  color: #000000;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-sXkq9IKoMZ .mbr-title-addition span {
  position: relative;
}
.cid-sXkq9IKoMZ .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-sXkq9IKoMZ .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-sXkq9IKoMZ .mbr-title-addition span svg path {
  fill: #00909d;
}
.cid-sXkq9IKoMZ .mbr-section-subtitle {
  color: #000000;
}
.cid-sXkq9IKoMZ .mbr-section-subtitle span {
  position: relative;
}
.cid-sXkq9IKoMZ .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-sXkq9IKoMZ .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-sXkq9IKoMZ .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-sXkq9IKoMZ .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
.cid-sXkq9IKoMZ .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  .cid-sXkq9IKoMZ .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-sXkq9IKoMZ .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-sXkq9IKoMZ .right-images {
    display: none;
  }
}
.cid-sXkq9IKoMZ .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-sXkq9IKoMZ .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-sXkq9IKoMZ .img1 {
  background-image: url("../../../assets/images/circe-logo-2000x747.png");
}
.cid-sXkq9IKoMZ .img2 {
  background-image: url("../../../assets/images/circe-logo-2000x747.png");
}
.cid-sXkq9IKoMZ .animated {
  animation: cooky 0.4s infinite linear;
  backface-visibility: hidden;
}
.cid-sXkq9IKoMZ .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-sXkq9IKoMZ .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-sXkq9IKoMZ .bottom-images {
    display: none;
  }
}
.cid-sXkq9IKoMZ .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sXkq9IKoMZ .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sXkq9IKoMZ .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sXkq9IKoMZ .wave-container .wave svg path {
  fill: #dafbfe;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sXkSSr82m2 {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #dafbfe;
}
.cid-sXkSSr82m2 .section-head {
  margin-bottom: 2rem;
}
.cid-sXkSSr82m2 .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #00909d;
}
.cid-sXkSSr82m2 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sXkSSr82m2 .row {
    text-align: center;
  }
}
.cid-sXkSSr82m2 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sXkSSr82m2 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sXkSSr82m2 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sXkSSr82m2 .wave-container .wave svg path {
  fill: #f8fafb;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sXl0MBEFuI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f8fafb;
}
.cid-sXl0MBEFuI .row {
  flex-direction: row-reverse;
}
.cid-sXl0MBEFuI .image-wrapper {
  padding: 0 2rem;
}
.cid-sXl0MBEFuI .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-sXl0MBEFuI .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-sXl0MBEFuI .mbr-section-title {
  color: #00909d;
  margin-bottom: 1.5rem;
}
.cid-sXl0MBEFuI .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 4rem;
}
.cid-sXl0MBEFuI .mbr-text {
  color: #000000;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-sXl0MBEFuI .text-wrapper,
  .cid-sXl0MBEFuI .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXl0MBEFuI .text-wrapper,
  .cid-sXl0MBEFuI .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-sXl0MBEFuI .text-wrapper,
  .cid-sXl0MBEFuI .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-sXl0MBEFuI .text-wrapper,
  .cid-sXl0MBEFuI .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-sXl0MBEFuI .text-wrapper,
  .cid-sXl0MBEFuI .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXl0MBEFuI .content {
    text-align: center;
  }
}
.cid-sXl0MBEFuI .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-sXl0MBEFuI .mbr-card-title {
    text-align: start;
  }
}
.cid-sXl0MBEFuI .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-sXl0MBEFuI .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-sXl0MBEFuI .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-sXl0MBEFuI .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-sXl0MBEFuI .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-sXl0MBEFuI .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-sXl0MBEFuI .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-sXl0MBEFuI .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-sXl0MBEFuI .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-sXl0MBEFuI .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-sXl0MBEFuI .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-sXl0MBEFuI .nutrition-wrap {
    width: 100%;
  }
}
.cid-sXl0MBEFuI .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-sXl0MBEFuI .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-sXl0MBEFuI .tile-text-wrap {
  display: flex;
}
.cid-sXl0MBEFuI svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-sXl0MBEFuI svg path {
  fill: #cd8ad1;
}
.cid-sXl0MBEFuI .numbers {
  display: flex;
  align-self: center;
}
.cid-sXl0MBEFuI .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-sXl0MBEFuI .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-sXl0MBEFuI .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXl0MBEFuI .mbr-tile-text {
    text-align: start;
  }
}
.cid-sXl0MBEFuI .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXl0MBEFuI .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-sXl0MBEFuI .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-sXl0MBEFuI .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-sXl0MBEFuI .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-sXl0MBEFuI .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sXl0MBEFuI .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sXl0MBEFuI .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sXl0MBEFuI .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXl0MBEFuI div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-sXl0MBEFuI .mbr-text-title {
  color: #000000;
}
.cid-sXwbhAtuwg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8fafb;
}
.cid-sXwbhAtuwg .section-head {
  margin-bottom: 2rem;
}
.cid-sXwbhAtuwg .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #00909d;
}
.cid-sXwbhAtuwg .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sXwbhAtuwg .row {
    text-align: center;
  }
}
.cid-sXwbhAtuwg .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sXwbhAtuwg .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sXwbhAtuwg .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sXwbhAtuwg .wave-container .wave svg path {
  fill: #dafbfe;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sXwd6qeFz4 {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #dafbfe;
}
.cid-sXwd6qeFz4 .section-head {
  margin-bottom: 2rem;
}
.cid-sXwd6qeFz4 .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #00909d;
}
.cid-sXwd6qeFz4 .mbr-section-subtitle {
  text-align: right;
  color: #00909d;
}
@media (max-width: 991px) {
  .cid-sXwd6qeFz4 .row {
    text-align: center;
  }
}
.cid-sXwd6qeFz4 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sXwd6qeFz4 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sXwd6qeFz4 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sXwd6qeFz4 .wave-container .wave svg path {
  fill: #f8fafb;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sXwb20bDto {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background: #f8fafb;
}
.cid-sXwb20bDto p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sXwb20bDto .row {
    justify-content: flex-start !important;
  }
}
.cid-sXwb20bDto .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sXwb20bDto .mbr-section-title {
  text-align: center;
}
.cid-sXwb20bDto .mbr-section-subtitle {
  text-align: center;
}
.cid-sXwb20bDto .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sXwb20bDto .card-container {
    margin-bottom: 2rem;
  }
}
.cid-sXwb20bDto .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-sXwb20bDto .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-sXwb20bDto .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-sXwb20bDto .card-title {
  color: #00909d;
}
.cid-sXwfFhQ4IQ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f8fafb;
}
.cid-sXwfFhQ4IQ h3,
.cid-sXwfFhQ4IQ h4,
.cid-sXwfFhQ4IQ h5,
.cid-sXwfFhQ4IQ h6,
.cid-sXwfFhQ4IQ p {
  margin: 0;
}
.cid-sXwfFhQ4IQ .section-head {
  margin-bottom: 2.5rem;
}
.cid-sXwfFhQ4IQ .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-sXwfFhQ4IQ .toggle-panel {
  border-top: 1px solid #00909d;
}
.cid-sXwfFhQ4IQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 2.3rem 0;
  border-bottom: 1px solid #00909d;
}
@media (max-width: 991px) {
  .cid-sXwfFhQ4IQ .card .card-header {
    padding: 1rem 0 1.5rem;
  }
}
.cid-sXwfFhQ4IQ .show {
  border-bottom: 1px solid #33d5ad;
}
.cid-sXwfFhQ4IQ .panel-title {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXwfFhQ4IQ .panel-title {
    flex-direction: column;
    text-align: center;
  }
}
.cid-sXwfFhQ4IQ .mbr-number {
  color: #00909d;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-sXwfFhQ4IQ .mbr-number {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.cid-sXwfFhQ4IQ .panel-title-edit {
  color: #000000;
  width: 47%;
}
@media (max-width: 991px) {
  .cid-sXwfFhQ4IQ .panel-title-edit {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.cid-sXwfFhQ4IQ .panel-subtitle-edit {
  color: #000000;
  width: 33%;
}
@media (max-width: 991px) {
  .cid-sXwfFhQ4IQ .panel-subtitle-edit {
    width: 100%;
  }
}
.cid-sXwfFhQ4IQ .mbr-iconfont {
  padding: 0.5rem;
  font-family: 'Moririse2' !important;
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #33d5ad;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-sXwfFhQ4IQ .mbr-iconfont {
    margin-top: 1rem;
  }
}
.cid-sXwfFhQ4IQ .panel-body,
.cid-sXwfFhQ4IQ .card-header {
  padding: 2rem 0 3rem;
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXwfFhQ4IQ .panel-body,
  .cid-sXwfFhQ4IQ .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-sXwfFhQ4IQ .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-sXwfFhQ4IQ .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-sXwfFhQ4IQ .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-sXwfFhQ4IQ .image-wrap {
    width: 100%;
  }
}
.cid-sXwfFhQ4IQ .panel-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-sXwfFhQ4IQ .list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .cid-sXwfFhQ4IQ .list {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (max-width: 991px) {
  .cid-sXwfFhQ4IQ .list {
    margin-top: 2.5rem;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cid-sXwfFhQ4IQ .list {
    justify-content: center;
  }
}
.cid-sXwfFhQ4IQ .mbr-list-odd {
  color: #33d5ad;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  .cid-sXwfFhQ4IQ .mbr-list-odd {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXwfFhQ4IQ .mbr-list-odd {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sXwfFhQ4IQ .mbr-list-odd {
    width: 100%;
    margin-right: 0;
  }
}
.cid-sXwfFhQ4IQ .mbr-list-even {
  color: #cd8ad1;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  .cid-sXwfFhQ4IQ .mbr-list-even {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXwfFhQ4IQ .mbr-list-even {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sXwfFhQ4IQ .mbr-list-even {
    width: 100%;
    margin-right: 0;
  }
}
.cid-sXwfFhQ4IQ H3 {
  color: #00909d;
}
.cid-sXwoQSsZrC {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #f8fafb;
}
.cid-sXwoQSsZrC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-sXwoQSsZrC .mbr-section-head {
    text-align: center;
  }
}
.cid-sXwoQSsZrC .mbr-section-title {
  color: #00909d;
  text-align: center;
}
.cid-sXwoQSsZrC .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-sXwoQSsZrC .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-sXwoQSsZrC .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-sXwoQSsZrC .mbr-text {
  color: #ffffff;
  margin-top: 17px;
  text-align: center;
}
.cid-sXwoQSsZrC form.mbr-form {
  margin-top: 2rem;
}
.cid-sXwoQSsZrC form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-sXwoQSsZrC form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1199px) {
  .cid-sXwoQSsZrC form.mbr-form .mbr-section-btn svg {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .cid-sXwoQSsZrC form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-sXwoQSsZrC form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-sXwoQSsZrC form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-sXwoQSsZrC form.mbr-form .mbr-section-btn svg path {
  fill: #00909d;
}
@media (max-width: 767px) {
  .cid-sXwoQSsZrC .dragArea {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sXwoQSsZrC input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-sXwoQSsZrC .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sXwoQSsZrC .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sXwoQSsZrC .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sXwoQSsZrC .wave-container .wave svg path {
  fill: #dafbfe;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sXwoQSsZrC button {
  width: 100%;
}
.cid-sXwoSQXrCO {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #dafbfe;
}
.cid-sXwoSQXrCO .section-head {
  margin-bottom: 2rem;
}
.cid-sXwoSQXrCO .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #00909d;
}
.cid-sXwoSQXrCO .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sXwoSQXrCO .row {
    text-align: center;
  }
}
.cid-sXwoSQXrCO .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sXwoSQXrCO .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sXwoSQXrCO .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sXwoSQXrCO .wave-container .wave svg path {
  fill: #f8fafb;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sXwoNl4jme {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8fafb;
}
.cid-sXwoNl4jme h3,
.cid-sXwoNl4jme h4,
.cid-sXwoNl4jme h5,
.cid-sXwoNl4jme h6,
.cid-sXwoNl4jme p {
  margin: 0;
}
.cid-sXwoNl4jme .section-head {
  margin-bottom: 2.5rem;
}
.cid-sXwoNl4jme .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-sXwoNl4jme .nav-tabs .nav-item.open .nav-link:focus,
.cid-sXwoNl4jme .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sXwoNl4jme .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #000000;
}
.cid-sXwoNl4jme .nav-item {
  width: 100%;
  text-align: center;
}
.cid-sXwoNl4jme .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-sXwoNl4jme .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-sXwoNl4jme .nav-link,
.cid-sXwoNl4jme .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-sXwoNl4jme .nav-tabs .nav-link.active {
  color: #00909d;
  border-bottom: 1px solid #00909d;
}
.cid-sXwoNl4jme .panel-body,
.cid-sXwoNl4jme .card-header {
  padding: 3rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXwoNl4jme .panel-body,
  .cid-sXwoNl4jme .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-sXwoNl4jme .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-sXwoNl4jme .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-sXwoNl4jme .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-sXwoNl4jme .image-wrap {
    width: 100%;
  }
}
.cid-sXwoNl4jme .panel-title {
  color: #00909d;
  margin-bottom: 0.6rem;
}
.cid-sXwoNl4jme .panel-subtitle {
  color: #00909d;
}
.cid-sXwoNl4jme .panel-text {
  margin-top: 1.5rem;
  color: #000000;
}
.cid-sXNvwYkjqq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8fafb;
}
.cid-sXNvwYkjqq h5,
.cid-sXNvwYkjqq h6,
.cid-sXNvwYkjqq p {
  margin: 0;
}
.cid-sXNvwYkjqq .card {
  background: #dafbfe;
  border-width: 1px;
  border-style: dashed;
  border-color: #000000;
  border-radius: 30px;
  padding: 0 3rem;
}
.cid-sXNvwYkjqq .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXNvwYkjqq .image-wrapper {
    margin-top: 50px;
    max-width: 330px;
    margin: 2rem auto;
  }
}
.cid-sXNvwYkjqq .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sXNvwYkjqq .title-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 4rem 2rem;
}
@media (max-width: 991px) {
  .cid-sXNvwYkjqq .title-wrap {
    justify-content: center;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sXNvwYkjqq .text-wrapper {
  height: 100%;
  padding: 4rem 0 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .cid-sXNvwYkjqq .text-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sXNvwYkjqq .text-wrapper {
    text-align: center;
    padding-top: 0;
    padding-left: 0;
  }
}
.cid-sXNvwYkjqq .icon-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXNvwYkjqq .icon-section {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-sXNvwYkjqq .icon-section {
    justify-content: center;
    margin-top: 2rem;
  }
}
@media (max-width: 449px) {
  .cid-sXNvwYkjqq .icon-section {
    flex-wrap: wrap;
  }
}
.cid-sXNvwYkjqq .icon-section .podcast {
  display: flex;
  align-items: center;
}
@media (max-width: 449px) {
  .cid-sXNvwYkjqq .icon-section .podcast {
    width: 100%;
    justify-content: center;
  }
}
.cid-sXNvwYkjqq .mbr-iconfont {
  color: #33d5ad;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.cid-sXNvwYkjqq .social-row {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXNvwYkjqq .social-row {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sXNvwYkjqq .social-row {
    margin-left: 2rem;
  }
}
@media (max-width: 449px) {
  .cid-sXNvwYkjqq .social-row {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-sXNvwYkjqq .social-row .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0rem;
}
.cid-sXNvwYkjqq .social-row .soc-item .mbr-iconfont {
  color: #e3d6eb;
  font-size: 2rem;
}
.cid-sXNvwYkjqq .card-title {
  margin-bottom: 2.2rem;
}
.cid-sXNvwYkjqq .mbr-section-btn {
  margin-top: 45.4px;
}
.cid-sXwzgbi0aD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8fafb;
}
.cid-sXwzgbi0aD .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
.cid-sXwzgbi0aD .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-sXwzgbi0aD .mbr-card-title {
    text-align: start;
  }
}
.cid-sXwzgbi0aD .nutrition {
  background: #dafbfe;
  max-width: 415px;
  border-width: 1px;
  border-style: dashed;
  border-color: black;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (max-width: 479px) {
  .cid-sXwzgbi0aD .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-sXwzgbi0aD .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #00909d;
  margin-bottom: 1rem;
}
.cid-sXwzgbi0aD .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-sXwzgbi0aD .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-sXwzgbi0aD .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-sXwzgbi0aD .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-sXwzgbi0aD .nutrition-wrap {
    width: 100%;
  }
}
.cid-sXwzgbi0aD .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-sXwzgbi0aD .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-sXwzgbi0aD .tile-text-wrap {
  display: flex;
}
.cid-sXwzgbi0aD svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
  display: none;
}
.cid-sXwzgbi0aD svg path {
  fill: #d9adcc;
}
.cid-sXwzgbi0aD .numbers {
  display: flex;
  align-self: center;
}
.cid-sXwzgbi0aD .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-sXwzgbi0aD .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-sXwzgbi0aD .mbr-tile-text {
  color: #000000;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXwzgbi0aD .mbr-tile-text {
    text-align: start;
  }
}
.cid-sXwzgbi0aD .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXwzgbi0aD .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-sXwzgbi0aD .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-sXwzgbi0aD .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-sXwzgbi0aD .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-sXwzgbi0aD .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sXwzgbi0aD .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sXwzgbi0aD .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sXwzgbi0aD .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sXwzgbi0aD .mbr-title {
  color: #000000;
}
.cid-sXwDbOa0p1 {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #dafbfe;
}
.cid-sXwDbOa0p1 .section-head {
  margin-bottom: 2rem;
}
.cid-sXwDbOa0p1 .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #00909d;
}
.cid-sXwDbOa0p1 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sXwDbOa0p1 .row {
    text-align: center;
  }
}
.cid-sXwDbOa0p1 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sXwDbOa0p1 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sXwDbOa0p1 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sXwDbOa0p1 .wave-container .wave svg path {
  fill: #f8fafb;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sXwE2S6bvD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8fafb;
}
.cid-sXwE2S6bvD h3,
.cid-sXwE2S6bvD h4,
.cid-sXwE2S6bvD h5,
.cid-sXwE2S6bvD h6,
.cid-sXwE2S6bvD p {
  margin: 0;
}
.cid-sXwE2S6bvD .section-head {
  margin-bottom: 2.5rem;
}
.cid-sXwE2S6bvD .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-sXwE2S6bvD .card {
  background-color: #dafbfe;
  border-width: 1px;
  border-style: dashed;
  border-color: black;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.cid-sXwE2S6bvD .card-title {
  margin-bottom: 25px;
}
.cid-sXwE2S6bvD .card-subtitle {
  color: #000000;
}
.cid-sXwE2S6bvD .mbr-text {
  margin-bottom: 25px;
}
.cid-sXwE2S6bvD H3 {
  color: #00909d;
}
.cid-sXSsbbGM3n {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #dafbfe;
}
.cid-sXSsbbGM3n .section-head {
  margin-bottom: 2rem;
}
.cid-sXSsbbGM3n .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #00909d;
}
.cid-sXSsbbGM3n .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sXSsbbGM3n .row {
    text-align: center;
  }
}
.cid-sXSsbbGM3n .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sXSsbbGM3n .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sXSsbbGM3n .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sXSsbbGM3n .wave-container .wave svg path {
  fill: #f8fafb;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sXSrYlL6Ay {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8fafb;
}
@media (max-width: 991px) {
  .cid-sXSrYlL6Ay .mbr-section-title,
  .cid-sXSrYlL6Ay .mbr-section-subtitle,
  .cid-sXSrYlL6Ay .mbr-section-btn,
  .cid-sXSrYlL6Ay .mbr-text {
    text-align: center;
  }
}
.cid-sXSrYlL6Ay .mbr-section-title {
  color: #082c4e;
}
.cid-sXSrYlL6Ay .mbr-text,
.cid-sXSrYlL6Ay .mbr-section-btn {
  color: #ffffff;
}
.cid-sXSrYlL6Ay .bottom {
  overflow: visible;
  position: relative;
}
.cid-sXSrYlL6Ay .bottom:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000000;
  position: absolute;
  bottom: -1rem;
  right: 3rem;
  content: '';
}
.cid-sXSrYlL6Ay .top {
  overflow: visible;
  position: relative;
}
.cid-sXSrYlL6Ay .top:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #000000;
  position: absolute;
  top: -1rem;
  left: 3rem;
  content: '';
}
.cid-sXSrYlL6Ay .pb {
  margin-bottom: 3rem;
}
.cid-sXSrYlL6Ay .card-wrapper {
  background-color: #000000;
  border-width: 1px;
  border-style: dashed;
  border-color: black;
  padding: 1.5rem;
  height: 100%;
  border-radius: 16px;
}
.cid-sXSrYlL6Ay .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sXT3rhOaTU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(#8cf9f2, #00909d);
}
.cid-sXT3rhOaTU .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .media-col {
    flex-direction: column;
  }
}
.cid-sXT3rhOaTU .brand-name {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .brand-name {
    margin-top: 1rem;
  }
}
.cid-sXT3rhOaTU .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .media-wrap {
    margin-right: 0;
  }
}
.cid-sXT3rhOaTU .cards-row,
.cid-sXT3rhOaTU .social-row,
.cid-sXT3rhOaTU .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .cards-row,
  .cid-sXT3rhOaTU .social-row,
  .cid-sXT3rhOaTU .menu-row {
    justify-content: center;
  }
}
.cid-sXT3rhOaTU .menu-row {
  margin-bottom: 1rem;
}
.cid-sXT3rhOaTU .cards-row {
  margin-bottom: 1rem;
}
.cid-sXT3rhOaTU .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .foot-menu {
    justify-content: center;
  }
}
.cid-sXT3rhOaTU .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-sXT3rhOaTU .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sXT3rhOaTU .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .row {
    text-align: center;
  }
  .cid-sXT3rhOaTU .cards-col {
    justify-content: center;
  }
  .cid-sXT3rhOaTU .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-sXT3rhOaTU .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-sXT3rhOaTU .card-item:last-child {
  margin-right: 0;
}
.cid-sXT3rhOaTU .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sXT3rhOaTU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sXT3rhOaTU .soc-item:last-child {
  margin-right: 0;
}
.cid-sXT3rhOaTU .mbr-iconfont {
  color: #ffffff;
}
.cid-sXT3rhOaTU .mbr-text {
  color: #ffffff;
}
.cid-sXT3rhOaTU .copyright {
  color: #000000;
}
.cid-sZdWfFHu5e.popup-builder {
  background-color: #ffffff;
}
.cid-sZdWfFHu5e.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sZdWfFHu5e.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sZdWfFHu5e .modal-content,
.cid-sZdWfFHu5e .modal-dialog {
  height: auto;
}
.cid-sZdWfFHu5e .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sZdWfFHu5e .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sZdWfFHu5e .form-wrapper .mbr-form .form-group,
  .cid-sZdWfFHu5e .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sZdWfFHu5e .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sZdWfFHu5e .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-sZdWfFHu5e .mbr-text {
  text-align: center;
}
.cid-sZdWfFHu5e .pt-0 {
  padding-top: 0 !important;
}
.cid-sZdWfFHu5e .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sZdWfFHu5e .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sZdWfFHu5e .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sZdWfFHu5e .modal-open {
  overflow: hidden;
}
.cid-sZdWfFHu5e .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sZdWfFHu5e .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sZdWfFHu5e .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sZdWfFHu5e .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-sZdWfFHu5e .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sZdWfFHu5e .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sZdWfFHu5e .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sZdWfFHu5e .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-sZdWfFHu5e .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sZdWfFHu5e .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sZdWfFHu5e .modal-backdrop.fade {
  opacity: 0;
}
.cid-sZdWfFHu5e .modal-backdrop.show {
  opacity: .5;
}
.cid-sZdWfFHu5e .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-sZdWfFHu5e .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFHu5e .modal-header {
    padding: 1rem;
  }
}
.cid-sZdWfFHu5e .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sZdWfFHu5e .modal-header .close svg {
  fill: #353535;
}
.cid-sZdWfFHu5e .modal-header .close:hover {
  opacity: 1;
}
.cid-sZdWfFHu5e .modal-header .close:focus {
  outline: none;
}
.cid-sZdWfFHu5e .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sZdWfFHu5e .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sZdWfFHu5e .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFHu5e .modal-body {
    padding: 1rem;
  }
}
.cid-sZdWfFHu5e .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-sZdWfFHu5e .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFHu5e .modal-footer {
    padding: 1rem;
  }
}
.cid-sZdWfFHu5e .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sZdWfFHu5e .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sZdWfFHu5e .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sZdWfFHu5e .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sZdWfFHu5e .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sZdWfFHu5e .modal-lg,
  .cid-sZdWfFHu5e .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sZdWfFHu5e .modal-xl {
    max-width: 1140px;
  }
}
.cid-sZdWfFHu5e .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sZdWfFHu5e .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-sZdWfFHu5e .form-group {
  margin-bottom: 1rem;
}
.cid-sZdWfFHu5e .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sZdWfFHu5e .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sZdWfFHu5e .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-sZdWfFHu5e .mbr-section-btn {
  margin: 0;
}
.cid-sZdWfFHu5e .mbr-section-btn .btn {
  margin: 0;
}
.cid-sXkoEXEaf7 {
  z-index: 1000;
  width: 100%;
}
.cid-sXkoEXEaf7 nav.navbar {
  position: fixed;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXkoEXEaf7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXkoEXEaf7 .dropdown-item:hover,
.cid-sXkoEXEaf7 .dropdown-item:focus {
  background: #00909d !important;
  color: white !important;
}
.cid-sXkoEXEaf7 .dropdown-item:hover span {
  color: white;
}
.cid-sXkoEXEaf7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXkoEXEaf7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXkoEXEaf7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXkoEXEaf7 .nav-link {
  position: relative;
}
.cid-sXkoEXEaf7 .container {
  display: flex;
  margin: auto;
}
.cid-sXkoEXEaf7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXkoEXEaf7 .dropdown-menu,
.cid-sXkoEXEaf7 .navbar.opened {
  background: #8cf9f2 !important;
}
.cid-sXkoEXEaf7 .nav-item:focus,
.cid-sXkoEXEaf7 .nav-link:focus {
  outline: none;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXkoEXEaf7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXkoEXEaf7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXkoEXEaf7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(140, 249, 242, 0.7);
}
.cid-sXkoEXEaf7 .navbar.opened {
  transition: all 0.3s;
}
.cid-sXkoEXEaf7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXkoEXEaf7 .navbar .navbar-logo img {
  width: auto;
}
.cid-sXkoEXEaf7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-sXkoEXEaf7 .navbar.collapsed {
  justify-content: center;
}
.cid-sXkoEXEaf7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXkoEXEaf7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXkoEXEaf7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXkoEXEaf7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXkoEXEaf7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXkoEXEaf7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXkoEXEaf7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXkoEXEaf7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXkoEXEaf7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXkoEXEaf7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXkoEXEaf7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXkoEXEaf7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXkoEXEaf7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXkoEXEaf7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXkoEXEaf7 .dropdown-item.active,
.cid-sXkoEXEaf7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sXkoEXEaf7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXkoEXEaf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8cf9f2;
}
.cid-sXkoEXEaf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXkoEXEaf7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXkoEXEaf7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXkoEXEaf7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXkoEXEaf7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXkoEXEaf7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar {
    height: 70px;
  }
  .cid-sXkoEXEaf7 .navbar.opened {
    height: auto;
  }
  .cid-sXkoEXEaf7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXZoJfZl9u {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(#8cf9f2, #00909d);
}
.cid-sXZoJfZl9u .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-sXZoJfZl9u .image-wrapper {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-sXZoJfZl9u .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXZoJfZl9u .content {
  width: 55%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-sXZoJfZl9u .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-sXZoJfZl9u .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.cid-sXZoJfZl9u .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #8cf9f2;
  opacity: 0.4;
  z-index: -1;
}
.cid-sXZoJfZl9u .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-sXZoJfZl9u .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-sXZoJfZl9u .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sXZoJfZl9u .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-sXZoJfZl9u .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sXZoJfZl9u .wave-container .wave svg path {
  fill: #dafbfe;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sXZzwJOZi3 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #dafbfe;
}
.cid-sXZzwJOZi3 .section-head {
  margin-bottom: 2rem;
}
.cid-sXZzwJOZi3 .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #00909d;
}
.cid-sXZzwJOZi3 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sXZzwJOZi3 .row {
    text-align: center;
  }
}
.cid-sXZzwJOZi3 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sXZzwJOZi3 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sXZzwJOZi3 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sXZzwJOZi3 .wave-container .wave svg path {
  fill: #f8fafb;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sXZFTrwTTb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8fafb;
}
.cid-sXZFTrwTTb .image-wrapper {
  padding: 0 2rem;
}
.cid-sXZFTrwTTb .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-sXZFTrwTTb .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-sXZFTrwTTb .mbr-section-title {
  color: #00909d;
  margin-bottom: 1.5rem;
}
.cid-sXZFTrwTTb .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 4rem;
}
.cid-sXZFTrwTTb .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-sXZFTrwTTb .text-wrapper,
  .cid-sXZFTrwTTb .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXZFTrwTTb .text-wrapper,
  .cid-sXZFTrwTTb .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-sXZFTrwTTb .text-wrapper,
  .cid-sXZFTrwTTb .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-sXZFTrwTTb .text-wrapper,
  .cid-sXZFTrwTTb .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-sXZFTrwTTb .text-wrapper,
  .cid-sXZFTrwTTb .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXZFTrwTTb .content {
    text-align: center;
  }
}
.cid-sXZFTrwTTb .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-sXZFTrwTTb .mbr-card-title {
    text-align: start;
  }
}
.cid-sXZFTrwTTb .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-sXZFTrwTTb .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-sXZFTrwTTb .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-sXZFTrwTTb .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-sXZFTrwTTb .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-sXZFTrwTTb .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-sXZFTrwTTb .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-sXZFTrwTTb .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-sXZFTrwTTb .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-sXZFTrwTTb .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-sXZFTrwTTb .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-sXZFTrwTTb .nutrition-wrap {
    width: 100%;
  }
}
.cid-sXZFTrwTTb .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-sXZFTrwTTb .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-sXZFTrwTTb .tile-text-wrap {
  display: flex;
}
.cid-sXZFTrwTTb svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-sXZFTrwTTb svg path {
  fill: #cd8ad1;
}
.cid-sXZFTrwTTb .numbers {
  display: flex;
  align-self: center;
}
.cid-sXZFTrwTTb .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-sXZFTrwTTb .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-sXZFTrwTTb .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXZFTrwTTb .mbr-tile-text {
    text-align: start;
  }
}
.cid-sXZFTrwTTb .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXZFTrwTTb .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-sXZFTrwTTb .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-sXZFTrwTTb .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-sXZFTrwTTb .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-sXZFTrwTTb .mbr-price-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-sXZFTrwTTb .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sXZFTrwTTb .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sXZFTrwTTb .mbr-amount-number {
  color: #000000;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXZFTrwTTb div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-sY00M6VXav {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f8fafb;
}
.cid-sY00M6VXav .mbr-media {
  position: relative;
  border-radius: 1rem;
}
.cid-sY00M6VXav .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-sY00M6VXav .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sY00M6VXav .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #ffffff;
}
.cid-sY00M6VXav .mbr-media span:hover {
  color: #00909d !important;
}
.cid-sY00M6VXav .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sY00M6VXav .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sY00M6VXav .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sY00M6VXav .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sY00M6VXav .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sY00M6VXav .mbr-section-subtitle {
  color: #353535;
}
.cid-sY00M6VXav .mbr-section-title {
  color: #000000;
}
.cid-sXZJrrxwzW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8fafb;
}
.cid-sXZJrrxwzW .offset-lg-6 {
  margin-left: 0;
}
.cid-sXZJrrxwzW .align-items-center {
  align-items: flex-start !important;
}
.cid-sXZJrrxwzW .row:nth-child(2) {
  flex-direction: column;
}
.cid-sXZJrrxwzW .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  left: auto;
  right: 0;
}
.cid-sXZJrrxwzW .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sXZJrrxwzW .image-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-sXZJrrxwzW .inner-image {
    display: none;
  }
}
.cid-sXZJrrxwzW .inner-image-wrapper {
  margin-bottom: 60px;
  margin-left: -5%;
  margin-top: -6rem;
}
.cid-sXZJrrxwzW .inner-image-wrapper img {
  width: 110%;
  object-fit: cover;
}
.cid-sXZJrrxwzW .mbr-section-title {
  color: #00909d;
  margin-bottom: 2.3rem;
}
.cid-sXZJrrxwzW .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0;
}
.cid-sXZJrrxwzW .mbr-text {
  color: #000000;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-sXZJrrxwzW .text-wrapper,
  .cid-sXZJrrxwzW .nutrition,
  .cid-sXZJrrxwzW .price,
  .cid-sXZJrrxwzW .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXZJrrxwzW .text-wrapper,
  .cid-sXZJrrxwzW .nutrition,
  .cid-sXZJrrxwzW .price,
  .cid-sXZJrrxwzW .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-sXZJrrxwzW .text-wrapper,
  .cid-sXZJrrxwzW .nutrition,
  .cid-sXZJrrxwzW .price,
  .cid-sXZJrrxwzW .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-sXZJrrxwzW .text-wrapper,
  .cid-sXZJrrxwzW .nutrition,
  .cid-sXZJrrxwzW .price,
  .cid-sXZJrrxwzW .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-sXZJrrxwzW .text-wrapper,
  .cid-sXZJrrxwzW .nutrition,
  .cid-sXZJrrxwzW .price,
  .cid-sXZJrrxwzW .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXZJrrxwzW .content {
    text-align: center;
  }
}
.cid-sXZJrrxwzW .mbr-card-title {
  color: #000000;
  margin-bottom: 18px;
}
.cid-sXZJrrxwzW .nutrition {
  margin-bottom: 40px;
}
.cid-sXZJrrxwzW .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-sXZJrrxwzW .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-sXZJrrxwzW .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-sXZJrrxwzW .nutrition-wrap {
    width: 100%;
  }
}
.cid-sXZJrrxwzW .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sXZJrrxwzW .tile-one {
  background-color: #1f1437;
  border-color: #000000;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-sXZJrrxwzW .tile-one {
    margin-right: 25px;
  }
}
.cid-sXZJrrxwzW .tile-two {
  background-color: #1f1437;
  border-color: #000000;
  margin-right: 15px;
  background: transparent;
}
.cid-sXZJrrxwzW .tile-three {
  background-color: #1f1437;
  border-color: #000000;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-sXZJrrxwzW .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-sXZJrrxwzW .tile-four {
  background-color: #00909d;
  border-color: #000000;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-sXZJrrxwzW .tile-four {
    margin-top: 25px;
  }
}
.cid-sXZJrrxwzW svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-sXZJrrxwzW svg path {
  fill: #00909d;
}
.cid-sXZJrrxwzW .mbr-tile-text {
  color: #000000;
  margin: 0;
}
.cid-sXZJrrxwzW .mbr-tile-number {
  color: #000000;
  margin: 0;
}
.cid-sXZJrrxwzW .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-sXZJrrxwzW .price-text-wrap {
    justify-content: center;
  }
}
.cid-sXZJrrxwzW .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #000000;
  opacity: 0.5;
}
.cid-sXZJrrxwzW .mbr-price-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-sXZJrrxwzW .mbr-price-number {
  color: #000000;
  margin-bottom: 0;
}
.cid-sXZJrrxwzW .mbr-amount-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-sXZJrrxwzW .mbr-amount-number {
  color: #000000;
  margin-bottom: 0;
}
.cid-sXZJrrxwzW .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sXZJrrxwzW .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-sY5STrJ3ec {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8fafb;
}
.cid-sY5STrJ3ec .landscape {
  aspect-ratio: 1.25;
}
.cid-sY5STrJ3ec .portrait {
  aspect-ratio: 0.5625;
}
.cid-sY5STrJ3ec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sY5STrJ3ec .item-title {
  text-align: end;
}
.cid-sY5STrJ3ec .item-subtitle {
  margin-bottom: 1rem;
  text-align: end;
}
@media (min-width: 992px) {
  .cid-sY5STrJ3ec .item-content {
    padding: 1rem 0.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sY5STrJ3ec .item-content {
    padding: 1rem 0.5rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sY5STrJ3ec .item-content {
    padding: 1rem 0.5rem 2rem;
  }
}
.cid-sY62jfo4eg {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #dafbfe;
}
.cid-sY62jfo4eg .section-head {
  margin-bottom: 2rem;
}
.cid-sY62jfo4eg .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #00909d;
}
.cid-sY62jfo4eg .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sY62jfo4eg .row {
    text-align: center;
  }
}
.cid-sY62jfo4eg .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sY62jfo4eg .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sY62jfo4eg .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sY62jfo4eg .wave-container .wave svg path {
  fill: #f8fafb;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sY61gKiyQ9 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f8fafb;
}
.cid-sY61gKiyQ9 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sY61gKiyQ9 .item-img {
  aspect-ratio: 1;
}
.cid-sY61gKiyQ9 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sY61gKiyQ9 .item:focus,
.cid-sY61gKiyQ9 span:focus {
  outline: none;
}
.cid-sY61gKiyQ9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sY61gKiyQ9 .mbr-section-title {
  color: #00909d;
}
.cid-sY61gKiyQ9 .mbr-section-subtitle {
  color: #000000;
}
.cid-sYavdUMPui {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #dafbfe;
}
.cid-sYavdUMPui .section-head {
  margin-bottom: 2rem;
}
.cid-sYavdUMPui .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #00909d;
}
.cid-sYavdUMPui .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sYavdUMPui .row {
    text-align: center;
  }
}
.cid-sYavdUMPui .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sYavdUMPui .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sYavdUMPui .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sYavdUMPui .wave-container .wave svg path {
  fill: #f8fafb;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sYbuTMZckq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8fafb;
}
.cid-sYbuTMZckq .text-wrapper {
  padding-left: 2rem;
  padding-right: 3rem;
}
@media (max-width: 921px) {
  .cid-sYbuTMZckq .text-wrapper {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sYbuTMZckq .title-wrap {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 921px) {
  .cid-sYbuTMZckq .title-wrap {
    justify-content: center;
  }
}
.cid-sYbuTMZckq .image-wrap {
  width: 34px;
  height: 34px;
  margin-right: 1rem;
}
@media (max-width: 349px) {
  .cid-sYbuTMZckq .image-wrap {
    display: none;
  }
}
.cid-sYbuTMZckq .image-wrap svg {
  width: 45px;
  height: 40px;
  transform: rotate(9deg);
}
.cid-sYbuTMZckq .image-wrap svg path {
  fill: #00909d;
}
@media (max-width: 921px) {
  .cid-sYbuTMZckq .image-wrapper {
    margin-top: 50px;
  }
}
.cid-sYbuTMZckq .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sYbuTMZckq .mbr-section-btn {
  margin-top: 45.4px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 921px) {
  .cid-sYbuTMZckq .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-sYbuTMZckq .card-title {
  color: #000000;
}
.cid-sYbuTMZckq .mbr-text,
.cid-sYbuTMZckq .mbr-section-btn {
  color: #000000;
}
.cid-sXT3rhOaTU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(#8cf9f2, #00909d);
}
.cid-sXT3rhOaTU .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .media-col {
    flex-direction: column;
  }
}
.cid-sXT3rhOaTU .brand-name {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .brand-name {
    margin-top: 1rem;
  }
}
.cid-sXT3rhOaTU .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .media-wrap {
    margin-right: 0;
  }
}
.cid-sXT3rhOaTU .cards-row,
.cid-sXT3rhOaTU .social-row,
.cid-sXT3rhOaTU .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .cards-row,
  .cid-sXT3rhOaTU .social-row,
  .cid-sXT3rhOaTU .menu-row {
    justify-content: center;
  }
}
.cid-sXT3rhOaTU .menu-row {
  margin-bottom: 1rem;
}
.cid-sXT3rhOaTU .cards-row {
  margin-bottom: 1rem;
}
.cid-sXT3rhOaTU .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .foot-menu {
    justify-content: center;
  }
}
.cid-sXT3rhOaTU .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-sXT3rhOaTU .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sXT3rhOaTU .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .row {
    text-align: center;
  }
  .cid-sXT3rhOaTU .cards-col {
    justify-content: center;
  }
  .cid-sXT3rhOaTU .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-sXT3rhOaTU .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-sXT3rhOaTU .card-item:last-child {
  margin-right: 0;
}
.cid-sXT3rhOaTU .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sXT3rhOaTU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sXT3rhOaTU .soc-item:last-child {
  margin-right: 0;
}
.cid-sXT3rhOaTU .mbr-iconfont {
  color: #ffffff;
}
.cid-sXT3rhOaTU .mbr-text {
  color: #ffffff;
}
.cid-sXT3rhOaTU .copyright {
  color: #000000;
}
.cid-sZdWfFH9CZ.popup-builder {
  background-color: #ffffff;
}
.cid-sZdWfFH9CZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sZdWfFH9CZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sZdWfFH9CZ .modal-content,
.cid-sZdWfFH9CZ .modal-dialog {
  height: auto;
}
.cid-sZdWfFH9CZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sZdWfFH9CZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sZdWfFH9CZ .form-wrapper .mbr-form .form-group,
  .cid-sZdWfFH9CZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sZdWfFH9CZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sZdWfFH9CZ .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-sZdWfFH9CZ .mbr-text {
  text-align: center;
}
.cid-sZdWfFH9CZ .pt-0 {
  padding-top: 0 !important;
}
.cid-sZdWfFH9CZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sZdWfFH9CZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sZdWfFH9CZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sZdWfFH9CZ .modal-open {
  overflow: hidden;
}
.cid-sZdWfFH9CZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sZdWfFH9CZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sZdWfFH9CZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sZdWfFH9CZ .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-sZdWfFH9CZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sZdWfFH9CZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sZdWfFH9CZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sZdWfFH9CZ .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-sZdWfFH9CZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sZdWfFH9CZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sZdWfFH9CZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sZdWfFH9CZ .modal-backdrop.show {
  opacity: .5;
}
.cid-sZdWfFH9CZ .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-sZdWfFH9CZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFH9CZ .modal-header {
    padding: 1rem;
  }
}
.cid-sZdWfFH9CZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sZdWfFH9CZ .modal-header .close svg {
  fill: #353535;
}
.cid-sZdWfFH9CZ .modal-header .close:hover {
  opacity: 1;
}
.cid-sZdWfFH9CZ .modal-header .close:focus {
  outline: none;
}
.cid-sZdWfFH9CZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sZdWfFH9CZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sZdWfFH9CZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFH9CZ .modal-body {
    padding: 1rem;
  }
}
.cid-sZdWfFH9CZ .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-sZdWfFH9CZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFH9CZ .modal-footer {
    padding: 1rem;
  }
}
.cid-sZdWfFH9CZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sZdWfFH9CZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sZdWfFH9CZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sZdWfFH9CZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sZdWfFH9CZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sZdWfFH9CZ .modal-lg,
  .cid-sZdWfFH9CZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sZdWfFH9CZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-sZdWfFH9CZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sZdWfFH9CZ .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-sZdWfFH9CZ .form-group {
  margin-bottom: 1rem;
}
.cid-sZdWfFH9CZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sZdWfFH9CZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sZdWfFH9CZ .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-sZdWfFH9CZ .mbr-section-btn {
  margin: 0;
}
.cid-sZdWfFH9CZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-sXkoEXEaf7 {
  z-index: 1000;
  width: 100%;
}
.cid-sXkoEXEaf7 nav.navbar {
  position: fixed;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXkoEXEaf7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXkoEXEaf7 .dropdown-item:hover,
.cid-sXkoEXEaf7 .dropdown-item:focus {
  background: #00909d !important;
  color: white !important;
}
.cid-sXkoEXEaf7 .dropdown-item:hover span {
  color: white;
}
.cid-sXkoEXEaf7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXkoEXEaf7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXkoEXEaf7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXkoEXEaf7 .nav-link {
  position: relative;
}
.cid-sXkoEXEaf7 .container {
  display: flex;
  margin: auto;
}
.cid-sXkoEXEaf7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXkoEXEaf7 .dropdown-menu,
.cid-sXkoEXEaf7 .navbar.opened {
  background: #8cf9f2 !important;
}
.cid-sXkoEXEaf7 .nav-item:focus,
.cid-sXkoEXEaf7 .nav-link:focus {
  outline: none;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXkoEXEaf7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXkoEXEaf7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXkoEXEaf7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(140, 249, 242, 0.7);
}
.cid-sXkoEXEaf7 .navbar.opened {
  transition: all 0.3s;
}
.cid-sXkoEXEaf7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXkoEXEaf7 .navbar .navbar-logo img {
  width: auto;
}
.cid-sXkoEXEaf7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-sXkoEXEaf7 .navbar.collapsed {
  justify-content: center;
}
.cid-sXkoEXEaf7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXkoEXEaf7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXkoEXEaf7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXkoEXEaf7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXkoEXEaf7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXkoEXEaf7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXkoEXEaf7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXkoEXEaf7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXkoEXEaf7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXkoEXEaf7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXkoEXEaf7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXkoEXEaf7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXkoEXEaf7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXkoEXEaf7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXkoEXEaf7 .dropdown-item.active,
.cid-sXkoEXEaf7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sXkoEXEaf7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXkoEXEaf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8cf9f2;
}
.cid-sXkoEXEaf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXkoEXEaf7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXkoEXEaf7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXkoEXEaf7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXkoEXEaf7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXkoEXEaf7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar {
    height: 70px;
  }
  .cid-sXkoEXEaf7 .navbar.opened {
    height: auto;
  }
  .cid-sXkoEXEaf7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYbILAm88n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sYbILAm88n .row {
  flex-direction: row-reverse;
}
.cid-sYbILAm88n .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#8cf9f2, #00909d);
}
@media (max-width: 991px) {
  .cid-sYbILAm88n .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-sYbILAm88n .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-sYbILAm88n .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sYbILAm88n .image-wrapper {
    margin-left: 0;
  }
}
.cid-sYbILAm88n .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-sYbILAm88n .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-sYbILAm88n .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sYbILAm88n .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sYbILAm88n .content {
    text-align: center;
  }
}
.cid-sYbILAm88n .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.cid-sYbILAm88n .mbr-section-title span {
  position: relative;
}
.cid-sYbILAm88n .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-sYbILAm88n .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-sYbILAm88n .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-sYbILAm88n .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-sYbILAm88n .mbr-section-title span svg path {
  fill: #00909d;
}
.cid-sYbILAm88n .mbr-section-subtitle {
  color: #f8fafb;
  text-align: center;
}
.cid-sYbILAm88n .mbr-section-subtitle span {
  position: relative;
}
.cid-sYbILAm88n .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-sYbILAm88n .mbr-section-subtitle span svg path {
  fill: #00909d;
}
@media (max-width: 599px) {
  .cid-sYbILAm88n .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-sYbILAm88n .mbr-section-btn {
  margin-top: 3rem;
}
.cid-sYbILAm88n .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sYbILAm88n .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sYbILAm88n .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sYbILAm88n .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sYbGjHPcsm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8fafb;
}
.cid-sYbGjHPcsm img,
.cid-sYbGjHPcsm .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sYbGjHPcsm .item:focus,
.cid-sYbGjHPcsm span:focus {
  outline: none;
}
.cid-sYbGjHPcsm .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-sYbGjHPcsm .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #dafbfe;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sYbGjHPcsm .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-sYbGjHPcsm .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-sYbGjHPcsm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sYbGjHPcsm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sYbGjHPcsm .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-sYbGjHPcsm .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sYbGjHPcsm .mbr-text {
  text-align: left;
}
.cid-sYbGjHPcsm .item-footer {
  margin-top: 14px;
}
.cid-sYbGjHPcsm .mbr-amount {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-sYbGjHPcsm .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-sYbGjHPcsm .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-sYbGjHPcsm .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-sYbQ5x2VSR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f8fafb;
}
.cid-sYbQ5x2VSR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-sYbQ5x2VSR .mbr-section-head {
    text-align: center;
  }
}
.cid-sYbQ5x2VSR .mbr-section-title {
  color: #00909d;
}
.cid-sYbQ5x2VSR .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-sYbQ5x2VSR .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-sYbQ5x2VSR .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sYbQ5x2VSR .mbr-text {
  color: #000000;
  margin-top: 17px;
}
.cid-sYbQ5x2VSR form.mbr-form {
  margin-top: 30px;
}
.cid-sYbQ5x2VSR form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-sYbQ5x2VSR form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1399px) {
  .cid-sYbQ5x2VSR form.mbr-form .mbr-section-btn svg {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .cid-sYbQ5x2VSR form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-sYbQ5x2VSR form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-sYbQ5x2VSR form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-sYbQ5x2VSR form.mbr-form .mbr-section-btn svg path {
  fill: #00909d;
}
.cid-sYbQ5x2VSR input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1129px) {
  .cid-sYbQ5x2VSR .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 1129px) {
  .cid-sYbQ5x2VSR .mbr-form {
    width: 80%;
    margin-left: 0!important;
  }
}
@media (max-width: 767px) {
  .cid-sYbQ5x2VSR .mbr-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1244px) {
  .cid-sYbQ5x2VSR .mbr-form .col-8 {
    width: 62%;
  }
}
@media (max-width: 1129px) {
  .cid-sYbQ5x2VSR .mbr-form .col-8 {
    width: 66.666667%;
  }
}
@media (max-width: 649px) {
  .cid-sYbQ5x2VSR .mbr-form .col-8,
  .cid-sYbQ5x2VSR .mbr-form .col-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-sYbQ5x2VSR button {
  width: 100%;
}
.cid-sXT3rhOaTU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(#8cf9f2, #00909d);
}
.cid-sXT3rhOaTU .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .media-col {
    flex-direction: column;
  }
}
.cid-sXT3rhOaTU .brand-name {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .brand-name {
    margin-top: 1rem;
  }
}
.cid-sXT3rhOaTU .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .media-wrap {
    margin-right: 0;
  }
}
.cid-sXT3rhOaTU .cards-row,
.cid-sXT3rhOaTU .social-row,
.cid-sXT3rhOaTU .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .cards-row,
  .cid-sXT3rhOaTU .social-row,
  .cid-sXT3rhOaTU .menu-row {
    justify-content: center;
  }
}
.cid-sXT3rhOaTU .menu-row {
  margin-bottom: 1rem;
}
.cid-sXT3rhOaTU .cards-row {
  margin-bottom: 1rem;
}
.cid-sXT3rhOaTU .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .foot-menu {
    justify-content: center;
  }
}
.cid-sXT3rhOaTU .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-sXT3rhOaTU .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sXT3rhOaTU .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .row {
    text-align: center;
  }
  .cid-sXT3rhOaTU .cards-col {
    justify-content: center;
  }
  .cid-sXT3rhOaTU .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-sXT3rhOaTU .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-sXT3rhOaTU .card-item:last-child {
  margin-right: 0;
}
.cid-sXT3rhOaTU .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sXT3rhOaTU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sXT3rhOaTU .soc-item:last-child {
  margin-right: 0;
}
.cid-sXT3rhOaTU .mbr-iconfont {
  color: #ffffff;
}
.cid-sXT3rhOaTU .mbr-text {
  color: #ffffff;
}
.cid-sXT3rhOaTU .copyright {
  color: #000000;
}
.cid-sZdWfFIQnI.popup-builder {
  background-color: #ffffff;
}
.cid-sZdWfFIQnI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sZdWfFIQnI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sZdWfFIQnI .modal-content,
.cid-sZdWfFIQnI .modal-dialog {
  height: auto;
}
.cid-sZdWfFIQnI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sZdWfFIQnI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sZdWfFIQnI .form-wrapper .mbr-form .form-group,
  .cid-sZdWfFIQnI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sZdWfFIQnI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sZdWfFIQnI .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-sZdWfFIQnI .mbr-text {
  text-align: center;
}
.cid-sZdWfFIQnI .pt-0 {
  padding-top: 0 !important;
}
.cid-sZdWfFIQnI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sZdWfFIQnI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sZdWfFIQnI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sZdWfFIQnI .modal-open {
  overflow: hidden;
}
.cid-sZdWfFIQnI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sZdWfFIQnI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sZdWfFIQnI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sZdWfFIQnI .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-sZdWfFIQnI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sZdWfFIQnI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sZdWfFIQnI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sZdWfFIQnI .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-sZdWfFIQnI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sZdWfFIQnI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sZdWfFIQnI .modal-backdrop.fade {
  opacity: 0;
}
.cid-sZdWfFIQnI .modal-backdrop.show {
  opacity: .5;
}
.cid-sZdWfFIQnI .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-sZdWfFIQnI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFIQnI .modal-header {
    padding: 1rem;
  }
}
.cid-sZdWfFIQnI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sZdWfFIQnI .modal-header .close svg {
  fill: #353535;
}
.cid-sZdWfFIQnI .modal-header .close:hover {
  opacity: 1;
}
.cid-sZdWfFIQnI .modal-header .close:focus {
  outline: none;
}
.cid-sZdWfFIQnI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sZdWfFIQnI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sZdWfFIQnI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFIQnI .modal-body {
    padding: 1rem;
  }
}
.cid-sZdWfFIQnI .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-sZdWfFIQnI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFIQnI .modal-footer {
    padding: 1rem;
  }
}
.cid-sZdWfFIQnI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sZdWfFIQnI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sZdWfFIQnI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sZdWfFIQnI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sZdWfFIQnI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sZdWfFIQnI .modal-lg,
  .cid-sZdWfFIQnI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sZdWfFIQnI .modal-xl {
    max-width: 1140px;
  }
}
.cid-sZdWfFIQnI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sZdWfFIQnI .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-sZdWfFIQnI .form-group {
  margin-bottom: 1rem;
}
.cid-sZdWfFIQnI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sZdWfFIQnI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sZdWfFIQnI .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-sZdWfFIQnI .mbr-section-btn {
  margin: 0;
}
.cid-sZdWfFIQnI .mbr-section-btn .btn {
  margin: 0;
}
.cid-sYhjbvXDDe .navbar-dropdown {
  position: relative !important;
}
.cid-sYhjbvXDDe .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-sYhjbvXDDe .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sYhjbvXDDe .dropdown-item:hover,
.cid-sYhjbvXDDe .dropdown-item:focus {
  color: #00909d !important;
}
.cid-sYhjbvXDDe .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sYhjbvXDDe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYhjbvXDDe .nav-link {
  position: relative;
  padding: 0;
}
.cid-sYhjbvXDDe .container {
  display: flex;
  margin: auto;
}
.cid-sYhjbvXDDe .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYhjbvXDDe .dropdown-menu,
.cid-sYhjbvXDDe .navbar.opened {
  background: #e3d6eb !important;
}
.cid-sYhjbvXDDe .nav-item:focus,
.cid-sYhjbvXDDe .nav-link:focus {
  outline: none;
}
.cid-sYhjbvXDDe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYhjbvXDDe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYhjbvXDDe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYhjbvXDDe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYhjbvXDDe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYhjbvXDDe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYhjbvXDDe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e3d6eb;
}
.cid-sYhjbvXDDe .navbar.opened {
  transition: all 0.3s;
}
.cid-sYhjbvXDDe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYhjbvXDDe .navbar .navbar-logo img {
  width: auto;
}
.cid-sYhjbvXDDe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYhjbvXDDe .navbar.collapsed {
  justify-content: center;
}
.cid-sYhjbvXDDe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYhjbvXDDe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sYhjbvXDDe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYhjbvXDDe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYhjbvXDDe .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-sYhjbvXDDe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYhjbvXDDe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYhjbvXDDe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYhjbvXDDe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYhjbvXDDe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYhjbvXDDe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYhjbvXDDe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYhjbvXDDe .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-sYhjbvXDDe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYhjbvXDDe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYhjbvXDDe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYhjbvXDDe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYhjbvXDDe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYhjbvXDDe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYhjbvXDDe .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYhjbvXDDe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYhjbvXDDe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYhjbvXDDe .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-sYhjbvXDDe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYhjbvXDDe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYhjbvXDDe .dropdown-item.active,
.cid-sYhjbvXDDe .dropdown-item:active {
  background-color: transparent;
}
.cid-sYhjbvXDDe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYhjbvXDDe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYhjbvXDDe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYhjbvXDDe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3d6eb;
}
.cid-sYhjbvXDDe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYhjbvXDDe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYhjbvXDDe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYhjbvXDDe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYhjbvXDDe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYhjbvXDDe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #802a66;
}
.cid-sYhjbvXDDe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYhjbvXDDe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYhjbvXDDe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYhjbvXDDe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYhjbvXDDe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYhjbvXDDe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYhjbvXDDe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYhjbvXDDe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYhjbvXDDe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sYhjbvXDDe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYhjbvXDDe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYhjbvXDDe .navbar {
    height: 70px;
  }
  .cid-sYhjbvXDDe .navbar.opened {
    height: auto;
  }
  .cid-sYhjbvXDDe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYhjbvXDDe .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sYhjbvXDDe .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sYhjbvXDDe a {
  display: inline;
  font-weight: bold;
}
.cid-sYhjbvXDDe img {
  display: inline;
  padding-right: 10px;
}
.cid-sYhjbvXDDe .dropdown-toggle:after {
  display: none;
}
.cid-sYhjbvXDDe .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sYhjbvXDDe .dropdown-item:hover {
  color: #a2528a !important;
}
@media (max-width: 990px) {
  .cid-sYhjbvXDDe .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sYhjdG4Xjc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sYhjdG4Xjc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sYhjdG4Xjc .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sYhjdG4Xjc .mbr-section-subtitle {
  color: #802a66;
  text-align: left;
  padding-bottom: 20px;
  font-size: 60px;
}
.cid-sYhjdG4Xjc .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-sYhjdG4Xjc .sign {
  width: 300px;
  display: inline;
}
.cid-sYhjdG4Xjc .text,
.cid-sYhjdG4Xjc .si {
  text-align: left;
  color: #000000;
}
@media (max-width: 690px) {
  .cid-sYhjdG4Xjc .sign {
    width: 100%;
  }
}
.cid-sYhjfRnhcC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sYhjfRnhcC .row {
  align-items: center;
  justify-content: center;
}
.cid-sYhjfRnhcC .row .left-side {
  position: relative;
}
.cid-sYhjfRnhcC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sYhjfRnhcC .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-sYhjfRnhcC .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-sYhjfRnhcC .item-img {
  padding-top: 31px;
}
.cid-sYhjfRnhcC .first {
  position: relative;
}
.cid-sYhjfRnhcC .second {
  position: absolute;
  top: 15%;
  right: 50%;
  max-width: 450px;
}
.cid-sYhjfRnhcC img {
  width: auto;
}
.cid-sYhjfRnhcC .first,
.cid-sYhjfRnhcC .second {
  display: inline-block;
}
.cid-sYhjfRnhcC .cont {
  display: inline-block;
}
.cid-sYhjfRnhcC .card-wrapper {
  padding: 10%;
  margin: auto;
}
.cid-sYhjfRnhcC .sign {
  width: 200px;
  padding-top: 10px;
  display: inline;
}
.cid-sYhjfRnhcC .row {
  flex-direction: row-reverse;
}
.cid-sYhjfRnhcC .art {
  padding-bottom: 12px;
  text-align: left;
  color: #0c5b47;
}
.cid-sYhjfRnhcC .text {
  padding-bottom: 20px;
}
.cid-sYhjfRnhcC .text,
.cid-sYhjfRnhcC .si {
  text-align: left;
  color: #0c5b47;
}
.cid-sYhjfRnhcC .desc {
  text-align: left;
  color: #1b745e;
}
@media (max-width: 990px) {
  .cid-sYhjfRnhcC .third {
    margin-top: 45px;
  }
  .cid-sYhjfRnhcC .second {
    display: none;
  }
  .cid-sYhjfRnhcC .card-wrapper {
    padding: 25px 0;
  }
}
@media (max-width: 690px) {
  .cid-sYhjfRnhcC img {
    width: 100%;
  }
}
.cid-sYhjhJLD3n {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sYhjhJLD3n .left-side {
  text-align: left;
}
.cid-sYhjhJLD3n .row {
  align-items: center;
  background: #ffffff;
  padding: 0px;
  margin: 0;
}
.cid-sYhjhJLD3n .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: center;
}
.cid-sYhjhJLD3n .desc {
  padding: 0 0px 20px;
  color: #1b745e;
}
.cid-sYhjhJLD3n .col-auto {
  display: inline-block;
}
.cid-sYhjhJLD3n .right-side {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sYhjhJLD3n .container-fluid {
  padding: 0;
}
.cid-sYhjhJLD3n .row {
  flex-direction: row-reverse;
}
.cid-sYhjhJLD3n .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sYhjhJLD3n .text {
  position: absolute;
  width: 100%;
  padding: 0 10%;
}
.cid-sYhjhJLD3n .desc,
.cid-sYhjhJLD3n .mbr-section-btn {
  text-align: center;
}
.cid-sYhjhJLD3n .mbr-section-btn {
  margin-top: 30px;
}
.cid-sYhjhJLD3n .l1 {
  text-align: center;
}
.cid-sYhjhJLD3n .r1 {
  text-align: center;
  color: #ffffff;
}
.cid-sYhjhJLD3n .r2 {
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sYhjhJLD3n .left-side {
    padding: 25px 0;
  }
}
.cid-sYhn2TcUR0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sYhn2TcUR0 .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sYhn2TcUR0 .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sYhn2TcUR0 .row {
  align-items: center;
  height: 100%;
}
.cid-sYhn2TcUR0 .container {
  max-width: 720px;
  margin: auto;
}
.cid-sYhjjwHSNr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sYhjjwHSNr .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-sYhjjwHSNr .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sYhjjwHSNr .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-sYhjjwHSNr .row {
  align-items: center;
}
.cid-sYhjjwHSNr .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-sYhjjwHSNr .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sYhjjwHSNr .card-title,
.cid-sYhjjwHSNr .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-sYhjjwHSNr a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sYhjjwHSNr .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-sYhjjwHSNr .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-sYhjjwHSNr .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-sYhjjwHSNr .it {
  font-style: italic;
}
.cid-sYhjjwHSNr .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-sYhjjwHSNr .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-sYhjkE8n7p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sYhjkE8n7p .card {
  padding: 5rem 20%;
  background: #f3edf7;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-sYhjkE8n7p .lin {
  display: inline;
  text-align: center;
  color: #0c5b47;
}
.cid-sYhjkE8n7p .mbr-iconfont {
  font-size: 50px;
  color: #0c5b47;
}
.cid-sYhjkE8n7p .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-sYhjkE8n7p .mbr-section-subtitle {
  padding-top: 15px;
  text-align: center;
  color: #0c5b47;
  font-style: italic;
}
.cid-sYhjl37cnt {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sYhjl37cnt .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sYhjl37cnt .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sYhjl37cnt .row {
  align-items: center;
  height: 100%;
}
.cid-sYhjl37cnt .container {
  max-width: 720px;
  margin: auto;
}
.cid-sYhjmg9ID4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpg");
}
.cid-sYhjmg9ID4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sYhjmg9ID4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sYhjmg9ID4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sYhjmg9ID4 .container {
  min-height: 200px;
}
.cid-sYhjojxELn .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-sYhjojxELn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sYhjojxELn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sYhjojxELn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sYhjojxELn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sYhjp5tBaW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sYhjp5tBaW input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
}
.cid-sYhjp5tBaW .mbr-text {
  padding: 10px 30% 0;
}
.cid-sYhjp5tBaW .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
.cid-sYhjp5tBaW .form-group {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-sYhjp5tBaW .top {
  width: 100%;
  margin-top: 30px;
  padding: 0 25%;
}
.cid-sYhjp5tBaW .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
  padding-bottom: 10px;
}
.cid-sYhjp5tBaW .row {
  align-items: center;
}
.cid-sYhjp5tBaW .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-sYhjp5tBaW .iconfont-wrapper {
  width: 100%;
}
.cid-sYhjp5tBaW h4 {
  width: 100%;
}
.cid-sYhjp5tBaW .card-heading,
.cid-sYhjp5tBaW .iconfont-wrapper {
  color: #0c5b47;
  text-align: center;
  padding: 0 30%;
}
.cid-sYhjp5tBaW .p,
.cid-sYhjp5tBaW .mbr-form {
  text-align: center;
  color: #1b745e;
}
@media (max-width: 990px) {
  .cid-sYhjp5tBaW .top {
    padding: 0 15px;
  }
  .cid-sYhjp5tBaW .col-auto {
    margin: auto;
  }
  .cid-sYhjp5tBaW .mbr-text {
    padding: 15px 15px 0;
  }
  .cid-sYhjp5tBaW .card-heading {
    padding: 0 15px;
  }
}
.cid-sYhjp5tBaW .button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
}
.cid-sYhjp5tBaW .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-sYhjuAEMHJ {
  background-color: #e3d6eb;
}
.cid-sYhjuAEMHJ .container {
  display: flex;
  padding: 0;
  margin: auto;
  max-width: 1100px;
}
.cid-sYhjuAEMHJ .mbr-section-subtitle {
  width: auto;
  padding: 15px 10px 10px 25px;
  color: #802a66;
  text-align: center;
}
.cid-sYhjuAEMHJ .row {
  width: 100%;
  margin: auto;
}
.cid-sYhjuAEMHJ .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-sYhjuAEMHJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 25px;
  text-align: center;
}
@media (max-width: 700px) {
  .cid-sYhjuAEMHJ .icons-menu {
    padding-left: 0rem;
  }
}
.cid-sYy6wAT0iS .nav-item:focus,
.cid-sYy6wAT0iS .nav-link:focus {
  outline: none;
}
.cid-sYy6wAT0iS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-sYy6wAT0iS .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-sYy6wAT0iS .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sYy6wAT0iS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYy6wAT0iS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYy6wAT0iS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sYy6wAT0iS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sYy6wAT0iS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYy6wAT0iS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYy6wAT0iS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sYy6wAT0iS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYy6wAT0iS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sYy6wAT0iS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sYy6wAT0iS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYy6wAT0iS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sYy6wAT0iS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYy6wAT0iS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYy6wAT0iS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sYy6wAT0iS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sYy6wAT0iS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYy6wAT0iS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sYy6wAT0iS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sYy6wAT0iS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sYy6wAT0iS .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-sYy6wAT0iS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sYy6wAT0iS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYy6wAT0iS .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYy6wAT0iS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYy6wAT0iS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYy6wAT0iS .dropdown-item.active,
.cid-sYy6wAT0iS .dropdown-item:active {
  background-color: transparent;
}
.cid-sYy6wAT0iS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYy6wAT0iS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYy6wAT0iS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYy6wAT0iS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-sYy6wAT0iS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYy6wAT0iS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYy6wAT0iS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sYy6wAT0iS .navbar-buttons {
  text-align: center;
}
.cid-sYy6wAT0iS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYy6wAT0iS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sYy6wAT0iS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sYy6wAT0iS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sYy6wAT0iS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sYy6wAT0iS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sYy6wAT0iS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYy6wAT0iS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sYy6wAT0iS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sYy6wAT0iS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYy6wAT0iS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sYy6wAT0iS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sYy6wAT0iS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sYy6wAT0iS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sYy6wAT0iS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-sYy6wAT0iS .nav-link:hover,
.cid-sYy6wAT0iS .dropdown-item:hover,
.cid-sYy6wAT0iS .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-sYy6OhNs5Z {
  background-image: url("../../../assets/images/03.jpg");
}
.cid-sYy6OhNs5Z .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sYy6OhNs5Z .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sYy6OhNs5Z .card-img span {
  font-size: 100px;
}
.cid-sYy8fISJra {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sYy8fISJra .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sYy8fISJra .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sYy8fISJra .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-sYy9sODqdp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sYy9sODqdp .mbr-section-title {
  letter-spacing: 0.1em;
  color: #000000;
}
.cid-sYy9sODqdp .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-sYy9sODqdp .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-sYy9sODqdp .progress {
  width: 100%;
  height: 5px;
}
.cid-sYy9sODqdp .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sYy9sODqdp .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-sYy9sODqdp .progress-bar {
  height: 5px;
  background-color: #000000;
}
.cid-sYy9sODqdp .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sYy9sODqdp .progressbar-number {
  display: inline-block;
}
.cid-sYy9sODqdp .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sYy9sODqdp .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sYy9sODqdp .progress_value {
  position: relative;
}
.cid-sYy9sODqdp progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sYy9sODqdp progress::-webkit-progress-value {
  background: #000000;
}
.cid-sYy9sODqdp progress[value]::-moz-progress-bar {
  background: #000000;
}
.cid-sYy9sODqdp progress::-ms-fill {
  background: #000000;
}
.cid-sYy9sODqdp .progress1 .progressbar-number:before {
  content: '100';
}
.cid-sYy9sODqdp .progress2 .progressbar-number:before {
  content: '63';
}
.cid-sYy9sODqdp .progress3 .progressbar-number:before {
  content: '50';
}
.cid-sYy9sODqdp .progress4 .progressbar-number:before {
  content: '36';
}
.cid-sYy9sODqdp .progress5 .progressbar-number:before {
  content: '29';
}
.cid-sYy9sODqdp .progress-bar-1 {
  width: 100%;
}
.cid-sYy9sODqdp .progress-bar-2 {
  width: 63%;
}
.cid-sYy9sODqdp .progress-bar-3 {
  width: 50%;
}
.cid-sYy9sODqdp .progress-bar-4 {
  width: 36%;
}
.cid-sYy9sODqdp .progress-bar-5 {
  width: 29%;
}
.cid-sYy89Jme07 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #444444;
}
.cid-sYy89Jme07 .mbr-text {
  letter-spacing: 0.1em;
}
.cid-sYy89Jme07 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sZ84VVjbNt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sZ84VVjbNt a {
  color: #232323;
}
.cid-sZ84VVjbNt a:hover {
  color: #00909d;
}
.cid-sZ84VVjbNt h5.mbr-text {
  color: #444444;
}
.cid-sZ84VVjbNt .card {
  padding: 1rem 2rem;
}
.cid-sZ84VVjbNt .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sZ84VVjbNt .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-sZ84VVjbNt .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-sZ84VVjbNt .card-box p {
  margin-bottom: 0;
}
.cid-sZ84VVjbNt .specialty {
  padding-top: .5rem;
}
.cid-sZ84VVjbNt .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-sZ84VVjbNt .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sYydXlByIi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sYydXlByIi .content-row {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 1rem;
}
.cid-sYydXlByIi .card-img span {
  font-size: 80px;
}
.cid-sYydXlByIi .title {
  letter-spacing: 0.1em;
  margin: 0px;
}
.cid-sYydXlByIi .price {
  padding: 35px 10px 10px;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-sYydXlByIi .mbr-section-btn {
  padding: 1rem;
}
.cid-sYydXlByIi .price-value {
  line-height: 60px;
  margin-top: 11px;
}
.cid-sYydXlByIi .plan {
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
  word-break: break-word;
  position: relative;
  color: #333333;
}
.cid-sYydXlByIi .plan .list-group-item {
  border: none !important;
  position: relative;
  padding: 17px 10px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sYydXlByIi .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-sYydXlByIi .plan .list-group-item:last-child::after {
  height: 1px;
}
.cid-sYydXlByIi .plan-title {
  color: #232323;
  margin: 0px;
  letter-spacing: 0.1em;
  width: 100%;
}
.cid-sYydXlByIi .plan-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #e0e0e0;
  padding: 1rem;
}
.cid-sYydXlByIi .plan-body {
  border: 1px solid transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  background-color: #efefef;
}
.cid-sYydXlByIi .title,
.cid-sYydXlByIi .card-img {
  text-align: center;
}
.cid-sYydXlByIi .pricing-row {
  padding-top: 2rem;
}
.cid-sYykf9iJO4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sYykf9iJO4 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #000000;
}
.cid-sYykf9iJO4 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-sYykf9iJO4 .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-sYykf9iJO4 .wrap-img {
  padding-bottom: 1rem;
}
.cid-sYykf9iJO4 .wrap-img img {
  max-width: 100%;
}
.cid-sYykf9iJO4 .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sYykQj912e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/06.jpg");
}
.cid-sYykQj912e .title {
  margin-bottom: 2rem;
}
.cid-sYykQj912e .mbr-section-subtitle {
  color: #767676;
}
.cid-sYykQj912e a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sYykQj912e a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sYykQj912e .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sYykQj912e .input-group-btn {
  display: block;
  text-align: left;
}
.cid-sYykQj912e h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-sYykQj912e .form-control {
  border-radius: 0px !important;
  padding-left: 15px;
}
.cid-sYykQj912e .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sYykQj912e .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sYykQj912e .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sYykQj912e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sYykQj912e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sYykQj912e textarea.form-control {
  min-height: 154px;
}
@media (max-width: 991px) {
  .cid-sYykQj912e .mbr-section-title {
    text-align: center;
  }
  .cid-sYykQj912e .mbr-section-subtitle {
    text-align: center;
  }
  .cid-sYykQj912e .input-group-btn {
    text-align: center;
  }
}
.cid-sYykQj912e H2 {
  color: #000000;
}
.cid-sYy8GcvNC9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sYy8GcvNC9 .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-sYy8GcvNC9 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sYy8GcvNC9 .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-sYy8GcvNC9 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sYy8GcvNC9 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sYy8GcvNC9 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-sYy8GcvNC9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sYy8GcvNC9 .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-sYy8GcvNC9 .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-sYhylmuGbc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-sYhylmuGbc .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-sYhylmuGbc .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-sYhylmuGbc .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-sYhylmuGbc .navbar-logo {
  margin: 0 !important;
}
.cid-sYhylmuGbc .navbar-brand {
  background-color: #e7272d;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYhylmuGbc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYhylmuGbc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYhylmuGbc .wrapper {
  display: flex;
  align-items: center;
  min-width: 45%;
  justify-content: flex-end;
}
.cid-sYhylmuGbc .navbar-nav {
  min-width: 45%;
}
.cid-sYhylmuGbc .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sYhylmuGbc .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sYhylmuGbc .dropdown-item {
  color: #000000 !important;
}
.cid-sYhylmuGbc .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sYhylmuGbc .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sYhylmuGbc .nav-link:hover {
  color: #e7272d !important;
}
.cid-sYhylmuGbc .nav-link:hover:before {
  opacity: 1;
}
.cid-sYhylmuGbc .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #e7272d;
}
.cid-sYhylmuGbc .btn-white {
  color: #00909d !important;
}
.cid-sYhylmuGbc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYhylmuGbc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYhylmuGbc .container {
  display: flex;
  margin: auto;
}
.cid-sYhylmuGbc .navbar.opened {
  background: #f8c37e !important;
}
.cid-sYhylmuGbc .nav-item:focus,
.cid-sYhylmuGbc .nav-link:focus {
  outline: none;
}
.cid-sYhylmuGbc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sYhylmuGbc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYhylmuGbc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sYhylmuGbc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sYhylmuGbc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYhylmuGbc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYhylmuGbc .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f8c37e;
}
.cid-sYhylmuGbc .navbar.opened {
  transition: all 0.3s;
}
.cid-sYhylmuGbc .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-sYhylmuGbc .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sYhylmuGbc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYhylmuGbc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYhylmuGbc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sYhylmuGbc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYhylmuGbc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYhylmuGbc .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: 55%;
}
.cid-sYhylmuGbc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYhylmuGbc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYhylmuGbc .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYhylmuGbc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYhylmuGbc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYhylmuGbc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYhylmuGbc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYhylmuGbc .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: 55%;
  }
  .cid-sYhylmuGbc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sYhylmuGbc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYhylmuGbc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYhylmuGbc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sYhylmuGbc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sYhylmuGbc .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYhylmuGbc .navbar.navbar-short {
  background: #f8c37e !important;
  min-height: 60px;
}
.cid-sYhylmuGbc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sYhylmuGbc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYhylmuGbc .dropdown-item.active,
.cid-sYhylmuGbc .dropdown-item:active {
  background-color: transparent;
}
.cid-sYhylmuGbc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYhylmuGbc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYhylmuGbc .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYhylmuGbc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8c37e;
}
.cid-sYhylmuGbc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYhylmuGbc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYhylmuGbc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sYhylmuGbc .navbar-buttons {
  text-align: center;
}
.cid-sYhylmuGbc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYhylmuGbc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sYhylmuGbc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYhylmuGbc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYhylmuGbc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYhylmuGbc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYhylmuGbc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYhylmuGbc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYhylmuGbc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYhylmuGbc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYhylmuGbc .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sYhylmuGbc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sYhylmuGbc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYhylmuGbc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sYhylmuGbc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYhylmuGbc .navbar {
    height: 77px;
  }
  .cid-sYhylmuGbc .navbar.opened {
    height: auto;
  }
  .cid-sYhylmuGbc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYhzNosDnB {
  padding-top: 255px;
  padding-bottom: 105px;
  background-color: #e7272d;
}
.cid-sYhzNosDnB .title-align {
  width: 100%;
}
.cid-sYhzNosDnB .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-sYhzNosDnB .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-sYhzNosDnB .img-col img {
  z-index: 2;
  position: relative;
}
.cid-sYhzNosDnB .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sYhzNosDnB H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-sYhzNosDnB H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-sYhzNosDnB img {
  max-width: 500px;
  margin: auto;
}
.cid-sYhzNosDnB .mbr-section-subtitle,
.cid-sYhzNosDnB .title-align {
  color: #fbbe36;
}
.cid-sYhzNosDnB .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-sYhzNosDnB .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-sYhzNosDnB .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-sYhzNosDnB H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-sYhzNosDnB .img-col {
    padding-top: 4rem;
  }
}
.cid-sYhB9Xglvq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sYhB9Xglvq H2 {
  color: #e7272d;
}
.cid-sYhB9Xglvq .mbr-text,
.cid-sYhB9Xglvq .mbr-section-btn {
  color: #808080;
}
.cid-sYhB9Xglvq img {
  max-width: 500px;
  margin: auto;
}
.cid-sYhB9Xglvq h4 {
  line-height: 1.4;
}
.cid-sYhB9Xglvq .icon-wrap {
  padding-left: 2rem;
  width: 160px;
}
.cid-sYhB9Xglvq .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  color: #e7272d;
  display: block;
  padding-bottom: 1rem;
}
.cid-sYhB9Xglvq .icon-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sYhB9Xglvq .mbr-figure {
    order: 1;
  }
  .cid-sYhB9Xglvq .icon-wrap {
    text-align: center;
    margin: auto;
    padding-left: 0rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .cid-sYhB9Xglvq .icon-wrap .icon-text {
    text-align: center;
  }
  .cid-sYhB9Xglvq .icon-wrap .mbr-iconfont {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sYhB9Xglvq .icon-wrap .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-sYhB9Xglvq H1 {
  color: #000000;
}
.cid-sYhB9Xglvq H3 {
  color: #000000;
}
.cid-sYhCI8ISvo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
}
.cid-sYhCI8ISvo img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-sYhCI8ISvo H2 {
  color: #e7272d;
}
.cid-sYhCScLxOF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sYhCScLxOF .card-subtitle {
  margin: 0;
}
.cid-sYhCScLxOF .btn {
  padding: 0.6rem 1.8rem;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef !important;
}
.cid-sYhCScLxOF .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  border: 1px solid #efefef;
  cursor: pointer;
  overflow: visible;
}
.cid-sYhCScLxOF h4,
.cid-sYhCScLxOF h6,
.cid-sYhCScLxOF h5 {
  margin: 0;
}
.cid-sYhCScLxOF .mbr-text {
  transition: all 0.3s;
}
.cid-sYhCScLxOF .btn-white-outline {
  color: #00909d !important;
}
.cid-sYhCScLxOF .price {
  color: #e7272d;
  transition: all 0.3s;
}
.cid-sYhCScLxOF img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.cid-sYhCScLxOF .card {
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
.cid-sYhCScLxOF .card:hover {
  transform: translateY(-2rem);
}
.cid-sYhCScLxOF .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
  background: #e7272d;
  color: #ffffff !important;
}
.cid-sYhCScLxOF .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-sYhCScLxOF .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-sYhCScLxOF .card:hover .card-img {
  transform: translateY(2rem) scale(1.2);
}
.cid-sYhCScLxOF .card:hover .btn {
  background: #fbbe36 !important;
  color: black !important;
  border-color: #fbbe36 !important;
}
.cid-sYhCScLxOF .card-img {
  width: 100%;
  position: relative;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-sYhCScLxOF .card-img img {
  max-width: 200px;
}
.cid-sYhCScLxOF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sYhCScLxOF .wrapper {
    flex-direction: column;
  }
  .cid-sYhCScLxOF .icon-padding {
    padding-left: 0rem;
  }
  .cid-sYhCScLxOF .card-box {
    padding: 0;
  }
}
.cid-sYhCScLxOF .mbr-text,
.cid-sYhCScLxOF .mbr-section-btn,
.cid-sYhCScLxOF .card-img {
  color: #808080;
}
.cid-sYhCScLxOF H2 {
  color: #e7272d;
}
.cid-sYhD1NvIGs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f8c37e;
}
.cid-sYhD457ihc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sYhD457ihc .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sYhD457ihc .item-tag {
  background: #ff1800;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sYhD457ihc .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ff1800;
}
.cid-sYhD457ihc .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sYhD457ihc .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sYhD457ihc .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYhD457ihc .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sYhD457ihc .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sYhD457ihc .mbr-figure {
    width: 100% !important;
  }
  .cid-sYhD457ihc .menu-item {
    flex-direction: column;
  }
  .cid-sYhD457ihc img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sYhD457ihc .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sYhD457ihc .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sYhD457ihc .special-label {
  color: #fff;
}
.cid-sYhD457ihc .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sYhD457ihc .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sYhD457ihc .menu-row {
  margin: 0;
}
.cid-sYhD457ihc .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sYhD457ihc .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYhD457ihc .group-title,
.cid-sYhD457ihc .align-wrap {
  text-align: left;
}
.cid-sYhD457ihc SPAN {
  color: #000000;
}
.cid-sYhD457ihc .item-title {
  color: #808080;
}
.cid-sYhD457ihc H4 {
  color: #ff1800;
}
.cid-sYhD8JZVri {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sYhD8JZVri H2 {
  color: #e7272d;
}
.cid-sYhD8JZVri img {
  max-width: 500px;
  margin: auto;
}
.cid-sYhD8JZVri H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-sYhD8JZVri .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-sYhD8JZVri .span-row {
  width: 100%;
}
.cid-sYhD8JZVri .mbr-section-title,
.cid-sYhD8JZVri .span-row {
  color: #f8c37e;
}
.cid-sYhDcyetSE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sYhDcyetSE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sYhDcyetSE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYhDcyetSE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYhDcyetSE .title {
  padding: 0 2rem;
}
.cid-sYhDcyetSE .container {
  padding: 0 1rem;
}
.cid-sYhDcyetSE .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-sYhDcyetSE .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sYhDcyetSE .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sYhDcyetSE .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sYhDcyetSE .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-sYhDcyetSE .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-sYhDcyetSE .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sYhDcyetSE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sYhDcyetSE .icon-focus {
  display: none;
}
.cid-sYhDcyetSE .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sYhDcyetSE .btn-primary-outline:hover {
  background: transparent !important;
  color: #00909d !important;
}
.cid-sYhDcyetSE li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sYhDcyetSE li {
  position: relative;
}
.cid-sYhDcyetSE .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sYhDcyetSE .btn {
  font-family: Outfit !important;
}
.cid-sYhDcyetSE .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sYhDcyetSE .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sYhDcyetSE li:not(:last-child):after {
    top: 9px;
  }
  .cid-sYhDcyetSE .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sYhDcyetSE .container {
    padding: 0rem 0.5rem;
  }
  .cid-sYhDcyetSE .title {
    padding: 0 1rem;
  }
}
.cid-sYhDcyetSE H2 {
  color: #89b758;
}
.cid-sYhDgzAXsa {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #f8c37e;
}
.cid-sYhDgzAXsa .carousel {
  z-index: 2;
  position: relative;
}
.cid-sYhDgzAXsa .user {
  padding: 0 !important;
}
.cid-sYhDgzAXsa .user_text {
  position: relative;
  z-index: 1;
}
.cid-sYhDgzAXsa .user_text span {
  position: absolute;
  left: 50%;
  font-size: 7rem;
  opacity: 0.2;
  color: #808080;
  top: -10px;
  transform: translateX(-50%);
  z-index: -1;
}
.cid-sYhDgzAXsa .user_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  position: relative;
}
.cid-sYhDgzAXsa .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sYhDgzAXsa .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sYhDgzAXsa .carousel-item.active,
.cid-sYhDgzAXsa .carousel-item-next,
.cid-sYhDgzAXsa .carousel-item-prev {
  display: flex;
}
.cid-sYhDgzAXsa .user_name {
  margin: 0;
  color: #0e0e0e;
}
.cid-sYhDgzAXsa .carousel-controls a {
  font-size: 4rem;
}
.cid-sYhDgzAXsa .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #0e0e0e;
  background: transparent;
  opacity: 0.8;
}
.cid-sYhDgzAXsa .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sYhDgzAXsa ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sYhDgzAXsa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0e0e0e;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-sYhDgzAXsa .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sYhDgzAXsa .carousel-indicators .active {
  opacity: 1;
  width: 20px;
  height: 8px;
  border-radius: 20px;
}
.cid-sYhDgzAXsa .user_status {
  color: #808080;
}
.cid-sYhDgzAXsa .mbr-section-title,
.cid-sYhDgzAXsa .ornament {
  color: #0e0e0e;
}
.cid-sYhDgzAXsa H3 {
  color: #89b758;
}
@media (max-width: 767px) {
  .cid-sYhDgzAXsa .carousel-controls a span {
    bottom: 70px;
    top: auto;
  }
}
.cid-sYhDe4wA84 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYhDe4wA84 .accordion .card {
  overflow: hidden;
}
.cid-sYhDe4wA84 .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-sYhDe4wA84 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sYhDe4wA84 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sYhDe4wA84 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYhDe4wA84 .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-sYhDe4wA84 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYhDe4wA84 .card .card-header a.panel-title h4:hover {
  color: #89b758;
}
.cid-sYhDe4wA84 .card .panel-body {
  color: #767676;
}
.cid-sYhDe4wA84 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
}
.cid-sYhDe4wA84 .mbri-arrow-up {
  background: #89b758;
  color: white !important;
}
.cid-sYhDe4wA84 .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-sYhDe4wA84 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sYhDe4wA84 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-sYhDe4wA84 .panel-collapse {
  margin-top: -1px;
}
.cid-sYhDe4wA84 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sYhDe4wA84 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sYhDe4wA84 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sYhDe4wA84 .sign {
    margin-right: 0.5rem;
  }
  .cid-sYhDe4wA84 .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-sYhDe4wA84 H3 {
  color: #89b758;
}
.cid-sYhDm6cmGZ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sYhDm6cmGZ .card:hover .item-content {
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.13);
}
.cid-sYhDm6cmGZ .logo {
  max-width: 80px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sYhDm6cmGZ .center {
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.13);
}
.cid-sYhDm6cmGZ .item-content {
  height: 100%;
  z-index: 99;
  transition: all 0.3s;
  padding: 3rem 2rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.cid-sYhDm6cmGZ .border1 {
  border-bottom: 2px dotted lightgray;
}
.cid-sYhDm6cmGZ .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
}
.cid-sYhDm6cmGZ .icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-sYhDm6cmGZ .icon-wrap span {
  margin-right: 14px;
  margin-top: 4px;
  font-size: 1.2rem;
  color: #e7272d;
}
.cid-sYhDm6cmGZ .bigicon {
  color: #e7272d;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-sYhDm6cmGZ .item-content {
    padding: 3rem 1rem;
  }
}
.cid-sYhDm6cmGZ .mbr-text,
.cid-sYhDm6cmGZ .mbr-section-btn {
  color: #808080;
}
.cid-sYhDm6cmGZ .location,
.cid-sYhDm6cmGZ .icon-wrap {
  color: #e7272d;
}
.cid-sYhDm6cmGZ H3 {
  color: #29361a;
}
.cid-sYhDoKWrMs {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sYhDoKWrMs .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sYhDoKWrMs .row {
  border-bottom: 1px solid #808080;
}
.cid-sYhDoKWrMs H2 {
  color: #e7272d;
}
.cid-sYhDoKWrMs .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sYhDoKWrMs .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sYhDoKWrMs .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sYhDoKWrMs .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sYhDoKWrMs .col-lg-12 {
  overflow: hidden;
}
.cid-sYhDoKWrMs H4 {
  color: #fbbe36;
}
.cid-sYhDoKWrMs .mbr-text,
.cid-sYhDoKWrMs .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sYhDoKWrMs .logo-wrap:before {
    content: none;
  }
  .cid-sYhDoKWrMs .logo-wrap:after {
    content: none;
  }
}
.cid-sZdVbsbBGj.popup-builder {
  background-color: #ffffff;
}
.cid-sZdVbsbBGj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sZdVbsbBGj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sZdVbsbBGj .modal-content,
.cid-sZdVbsbBGj .modal-dialog {
  height: auto;
}
.cid-sZdVbsbBGj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sZdVbsbBGj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sZdVbsbBGj .form-wrapper .mbr-form .form-group,
  .cid-sZdVbsbBGj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sZdVbsbBGj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sZdVbsbBGj .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-sZdVbsbBGj .mbr-text {
  text-align: center;
}
.cid-sZdVbsbBGj .pt-0 {
  padding-top: 0 !important;
}
.cid-sZdVbsbBGj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sZdVbsbBGj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sZdVbsbBGj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sZdVbsbBGj .modal-open {
  overflow: hidden;
}
.cid-sZdVbsbBGj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sZdVbsbBGj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sZdVbsbBGj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sZdVbsbBGj .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-sZdVbsbBGj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sZdVbsbBGj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sZdVbsbBGj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sZdVbsbBGj .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-sZdVbsbBGj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sZdVbsbBGj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sZdVbsbBGj .modal-backdrop.fade {
  opacity: 0;
}
.cid-sZdVbsbBGj .modal-backdrop.show {
  opacity: .5;
}
.cid-sZdVbsbBGj .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-sZdVbsbBGj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdVbsbBGj .modal-header {
    padding: 1rem;
  }
}
.cid-sZdVbsbBGj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sZdVbsbBGj .modal-header .close svg {
  fill: #353535;
}
.cid-sZdVbsbBGj .modal-header .close:hover {
  opacity: 1;
}
.cid-sZdVbsbBGj .modal-header .close:focus {
  outline: none;
}
.cid-sZdVbsbBGj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sZdVbsbBGj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sZdVbsbBGj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdVbsbBGj .modal-body {
    padding: 1rem;
  }
}
.cid-sZdVbsbBGj .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-sZdVbsbBGj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdVbsbBGj .modal-footer {
    padding: 1rem;
  }
}
.cid-sZdVbsbBGj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sZdVbsbBGj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sZdVbsbBGj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sZdVbsbBGj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sZdVbsbBGj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sZdVbsbBGj .modal-lg,
  .cid-sZdVbsbBGj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sZdVbsbBGj .modal-xl {
    max-width: 1140px;
  }
}
.cid-sZdVbsbBGj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sZdVbsbBGj .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-sZdVbsbBGj .form-group {
  margin-bottom: 1rem;
}
.cid-sZdVbsbBGj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sZdVbsbBGj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sZdVbsbBGj .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-sZdVbsbBGj .mbr-section-btn {
  margin: 0;
}
.cid-sZdVbsbBGj .mbr-section-btn .btn {
  margin: 0;
}
.cid-sYylUfpBh0 {
  min-height: 120px;
  z-index: 1;
}
.cid-sYylUfpBh0 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sYylUfpBh0 .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #f3edf7;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sYylUfpBh0 .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sYylUfpBh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sYylUfpBh0 .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-sYylUfpBh0 .nav-item:focus,
.cid-sYylUfpBh0 .nav-link:focus {
  outline: none;
}
.cid-sYylUfpBh0 .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sYylUfpBh0 .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-sYylUfpBh0 .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-sYylUfpBh0 .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sYylUfpBh0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sYylUfpBh0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sYylUfpBh0 .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sYylUfpBh0 .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sYylUfpBh0 .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Otomanopee One', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sYylUfpBh0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sYylUfpBh0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYylUfpBh0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sYylUfpBh0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-sYylUfpBh0 button.navbar-toggler:focus {
  outline: none;
}
.cid-sYylUfpBh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sYylUfpBh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sYylUfpBh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sYylUfpBh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sYylUfpBh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sYylUfpBh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYylUfpBh0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sYylUfpBh0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sYylUfpBh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYylUfpBh0 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sYylUfpBh0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sYylUfpBh0 .collapsed .navbar-collapse.collapsing,
.cid-sYylUfpBh0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sYylUfpBh0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sYylUfpBh0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-sYylUfpBh0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sYylUfpBh0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sYylUfpBh0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sYylUfpBh0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sYylUfpBh0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sYylUfpBh0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sYylUfpBh0 .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sYylUfpBh0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sYylUfpBh0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sYylUfpBh0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sYylUfpBh0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sYylUfpBh0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sYylUfpBh0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sYylUfpBh0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sYylUfpBh0 {
    min-height: 85px;
  }
  .cid-sYylUfpBh0.navbar-expand {
    flex-direction: column;
  }
  .cid-sYylUfpBh0 img {
    height: 3.8rem !important;
  }
  .cid-sYylUfpBh0 button.navbar-toggler {
    display: block;
  }
  .cid-sYylUfpBh0 .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-sYylUfpBh0 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sYylUfpBh0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sYylUfpBh0 .navbar-collapse.collapsing,
  .cid-sYylUfpBh0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sYylUfpBh0 .navbar-collapse.collapsing .navbar-nav,
  .cid-sYylUfpBh0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sYylUfpBh0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sYylUfpBh0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sYylUfpBh0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sYylUfpBh0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sYylUfpBh0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sYylUfpBh0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sYylUfpBh0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sYylUfpBh0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sYylUfpBh0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sYylUfpBh0 .navbar-logo img {
    display: none !important;
  }
  .cid-sYylUfpBh0 .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sYylUfpBh0 .nav-link {
    justify-content: start !important;
  }
  .cid-sYylUfpBh0 .navbar.opened {
    height: 100vh;
  }
  .cid-sYylUfpBh0 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sYylUfpBh0 .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sYylUfpBh0 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sYylUfpBh0 .navbar-collapse {
  flex-basis: auto;
}
.cid-sYylUfpBh0 .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Otomanopee One', sans-serif;
  transition: 0.4s;
}
.cid-sYylUfpBh0 .span-link {
  padding: 0 0.5rem;
}
.cid-sYylUfpBh0 .btn1:before,
.cid-sYylUfpBh0 .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sYylUfpBh0 .btn1:before {
  border: 2px dashed #ffc85b;
}
.cid-sYylUfpBh0 .btn2::before {
  border: 2px dashed #fa6992;
}
.cid-sYylUfpBh0 .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sYylUfpBh0 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sYylUfpBh0 .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sYylUfpBh0 .dropdown-item {
    color: #fff;
  }
  .cid-sYylUfpBh0 .nav-item.open .nav-link,
  .cid-sYylUfpBh0 .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-sYylUfpBh0 .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sYylUfpBh0 .navbar-brand {
    justify-content: center;
  }
  .cid-sYylUfpBh0 .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sYylUfpBh0 .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sYylUfpBh0 .navbar-nav .nav-link {
    color: #ffffff;
    display: inline-block;
  }
  .cid-sYylUfpBh0 .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sYylUfpBh0 .navbar {
    height: 90px;
  }
  .cid-sYylUfpBh0 .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sYylUfpBh0 .btn1 {
    display: none;
  }
  .cid-sYylUfpBh0 .mbr-section-title {
    color: #fff;
  }
  .cid-sYylUfpBh0 .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sYylUfpBh0 .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-sYylUfpBh0 .span-link {
    color: #fff;
  }
  .cid-sYylUfpBh0 .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sYylUfpBh0 .dropdown-item {
    color: #12265a;
  }
  .cid-sYylUfpBh0 .nav-item.open .nav-link,
  .cid-sYylUfpBh0 .link:hover {
    color: #47b5ed !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-sYylUfpBh0 .logo-name {
    margin-top: 2rem;
  }
  .cid-sYylUfpBh0 .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sYylUfpBh0 .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sYylUfpBh0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sYylUfpBh0 .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #a2528a;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sYylUfpBh0 .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #f3edf7;
    z-index: -1;
  }
}
.cid-sYylUfpBh0 .mbr-section-title {
  font-weight: 900;
}
.cid-sYylUfpBh0 .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-sYylUfpBh0 .mbr-section-btn {
  display: flex;
}
.cid-sYylUfpBh0 .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-sYylUfpBh0 .btn-primary:hover {
  background-color: #00909d !important;
  border-color: #00909d !important;
}
.cid-sYylUfpBh0 .btn-warning:hover {
  background-color: #a2528a !important;
  border-color: #a2528a !important;
}
.cid-sYylUfpBh0 .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-sYylUfpBh0 .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-sYylUfpBh0 .btn-primary:focus {
  background-color: #00909d !important;
  border-color: #00909d !important;
}
.cid-sYylUfpBh0 .btn-warning:focus {
  background-color: #a2528a !important;
  border-color: #a2528a !important;
}
.cid-sYylUfpBh0 .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sYylYYtRtJ {
  background-image: url("../../../assets/images/school.jpg");
}
.cid-sYylYYtRtJ .mbr-section-subtitle {
  font-family: 'Otomanopee One', sans-serif;
  font-weight: 900;
  background-color: #c6fcf9;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  color: #000000;
}
.cid-sYylYYtRtJ .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-sYylYYtRtJ .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sYylYYtRtJ .svg-1 path {
  fill: #f3edf7;
}
.cid-sYylYYtRtJ .container-fluid {
  max-width: 1200px;
}
.cid-sYylYYtRtJ .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sYylYYtRtJ {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-sYylYYtRtJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-sYylYYtRtJ .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-sYylYYtRtJ .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-sYylYYtRtJ .mbr-text,
.cid-sYylYYtRtJ .mbr-section-btn {
  color: #000000;
}
.cid-sYymZxoog2 {
  padding-top: 105px;
  padding-bottom: 180px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-sYymZxoog2 {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .cid-sYymZxoog2 .container-fluid {
    max-width: 1200px;
    padding: 0 1.5rem;
  }
}
.cid-sYymZxoog2 .card {
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-sYymZxoog2 .card:hover {
  transform: translateY(-20px);
}
.cid-sYymZxoog2 .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-sYymZxoog2 .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-sYymZxoog2 .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-sYymZxoog2 .card .svg1 {
  stroke: #8cf9f2;
}
.cid-sYymZxoog2 .card .svg2 {
  stroke: #a2528a;
}
.cid-sYymZxoog2 .card .svg3 {
  stroke: #00909d;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sYymZxoog2 .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-sYymZxoog2 .mbr-text {
  margin: 0;
}
.cid-sYymZxoog2 .card-title {
  margin-bottom: 0;
  color: #12265a;
}
.cid-sYymZxoog2 .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-sYymZxoog2 rect {
  position: absolute;
}
.cid-sYymZxoog2 .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-sYymZxoog2 .wgl-icon1 {
  background-color: #8cf9f2;
}
.cid-sYymZxoog2 .wgl-icon2 {
  background-color: #a2528a;
}
.cid-sYymZxoog2 .wgl-icon3 {
  background-color: #00909d;
}
.cid-sYymZxoog2 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sYymZxoog2 .svg-1 path {
  fill: #f3edf7;
}
.cid-sYymZxoog2 .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sYymZxoog2 .svg-2 path {
  fill: #f3edf7;
}
.cid-sYymZxoog2 .svg1,
.cid-sYymZxoog2 .svg2,
.cid-sYymZxoog2 .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-sYymZxoog2 .svg1 rect,
.cid-sYymZxoog2 .svg2 rect,
.cid-sYymZxoog2 .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-sYyoc8jqXA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3edf7;
}
.cid-sYyoc8jqXA .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sYyoc8jqXA .title {
  margin-bottom: 4.5rem;
}
.cid-sYyoc8jqXA .mbr-section-subtitle {
  color: #767676;
  margin-top: 2rem;
}
.cid-sYyoc8jqXA .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-sYyoc8jqXA .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-sYyoc8jqXA .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-sYyoc8jqXA .card:hover .card-title {
  color: #a2528a;
}
.cid-sYyoc8jqXA .card img {
  width: 80px;
}
.cid-sYyoc8jqXA .card-title {
  color: #12265a;
  transition: 0.5s;
  min-width: 135px;
}
.cid-sYyoc8jqXA .circle-img {
  width: 80%;
  border: 2px dashed #a2528a;
  border-radius: 50%;
  margin: auto;
}
.cid-sYyoc8jqXA .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-sYyoc8jqXA .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-sYyoc8jqXA .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-sYyoc8jqXA .card-left {
    margin-right: -3rem;
  }
  .cid-sYyoc8jqXA .card-right {
    margin-left: -3rem;
  }
}
.cid-sYyoc8jqXA .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-sYyoc8jqXA {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-sYyoc8jqXA .container-fluid {
    padding: 0 1rem;
  }
  .cid-sYyoc8jqXA .wrapper-row {
    flex-direction: column;
  }
  .cid-sYyoc8jqXA .card-box1 {
    order: 2;
  }
  .cid-sYyoc8jqXA .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-sYyoc8jqXA .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-sYyoc8jqXA .card-title {
    margin-top: 2rem;
  }
}
.cid-sYAagXuKMB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3edf7;
}
@media (max-width: 767px) {
  .cid-sYAagXuKMB {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-sYAagXuKMB .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sYAagXuKMB .container-fluid {
  max-width: 1200px;
}
.cid-sYAahXh28E {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3edf7;
}
@media (max-width: 767px) {
  .cid-sYAahXh28E {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-sYAahXh28E .imageContainer img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-sYAahXh28E .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
@media (min-width: 767px) {
  .cid-sYAahXh28E .right-wrapper {
    padding-left: 3.5rem;
  }
  .cid-sYAahXh28E .wrapper-block {
    border: 2px dashed #a2528a;
    border-radius: 30px;
  }
  .cid-sYAahXh28E .imageContainer {
    margin: -42px 0;
    padding-left: 3rem;
  }
}
.cid-sYAahXh28E .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sYAahXh28E .mbr-section-subtitle {
  margin-bottom: 1.2rem;
  color: #45b3df;
  font-weight: 900;
}
.cid-sYAahXh28E .title2 {
  font-weight: 900;
}
.cid-sYAahXh28E p {
  margin-bottom: 0.2rem;
  color: #12265a;
}
.cid-sYAahXh28E .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.cid-sYAahXh28E .social-list {
  display: block;
  margin-top: 0.8rem;
  margin-left: -5px;
}
.cid-sYAahXh28E .soc-item {
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-sYAahXh28E .soc-item span {
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s;
}
.cid-sYAahXh28E .soc-item1 {
  background-color: #8cf9f2;
  color: #8cf9f2;
}
.cid-sYAahXh28E .soc-item2 {
  background-color: #eaf6fd;
  color: #eaf6fd;
}
.cid-sYAahXh28E .soc-item3 {
  background-color: #91497c;
  color: #91497c;
}
.cid-sYAahXh28E [class*=" socicon-"]:before {
  line-height: 2;
}
@media (max-width: 992px) {
  .cid-sYAahXh28E img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sYAahXh28E .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sYAanU4lKw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3edf7;
}
.cid-sYAanU4lKw .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sYAanU4lKw .progress {
  width: 100%;
}
.cid-sYAanU4lKw .title-wrap {
  display: flex;
  justify-content: space-between;
}
.cid-sYAanU4lKw progress {
  height: 10px;
  border-radius: 5px;
}
.cid-sYAanU4lKw progress[value]::-webkit-progress-bar {
  background: #ffffff;
}
.cid-sYAanU4lKw progress[value]::-moz-progress-bar {
  background: #88d4f2;
}
.cid-sYAanU4lKw progress::-ms-fill {
  background: #88d4f2;
}
.cid-sYAanU4lKw .progress-secondary {
  background-color: #ffffff;
  border-radius: 5px 5px 5px 5px;
  background-image: linear-gradient(0.325turn, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%);
}
.cid-sYAanU4lKw .progressbar-number {
  display: inline-block;
}
.cid-sYAanU4lKw .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sYAanU4lKw .progress_value {
  position: relative;
  color: #12265a;
  font-weight: 900;
  text-align: right;
}
.cid-sYAanU4lKw .progress1 .progressbar-number:before,
.cid-sYAanU4lKw .progress2 .progressbar-number:before,
.cid-sYAanU4lKw .progress3 .progressbar-number:before,
.cid-sYAanU4lKw .progress4 .progressbar-number:before,
.cid-sYAanU4lKw .progress5 .progressbar-number:before {
  right: 15px;
  top: 0;
}
.cid-sYAanU4lKw .progress-secondary::-webkit-progress-value {
  background: #88d4f2;
  background-image: linear-gradient(0.325turn, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%);
  background-size: 40px 80px;
  border-radius: 10px;
}
.cid-sYAanU4lKw .progress-primary::-webkit-progress-value {
  background: #ffc85b;
  background-image: linear-gradient(0.325turn, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%);
  background-size: 40px 80px;
  border-radius: 10px;
}
.cid-sYAanU4lKw .progress-warning::-webkit-progress-value {
  background: #fa9db7;
  background-image: linear-gradient(0.325turn, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%);
  background-size: 40px 80px;
  border-radius: 10px;
}
.cid-sYAanU4lKw .progress1 .progressbar-number:before {
  content: '90';
}
.cid-sYAanU4lKw .progress2 .progressbar-number:before {
  content: '76';
}
.cid-sYAanU4lKw .progress3 .progressbar-number:before {
  content: '94';
}
.cid-sYAanU4lKw .progress4 .progressbar-number:before {
  content: '70';
}
.cid-sYAanU4lKw .progress5 .progressbar-number:before {
  content: '60';
}
.cid-sYAanU4lKw .section-content-text {
  color: #767676;
}
.cid-sYAanU4lKw .section-content-title {
  color: #12265a;
  margin-bottom: 1.5rem;
}
.cid-sYAanU4lKw .progressbar-number::before {
  width: 100%;
  display: inline-block;
}
.cid-sYAanU4lKw .wrapper-secondary {
  border: 1px solid #b6e5f7;
  padding: 2px;
  border-radius: 10px;
}
.cid-sYAanU4lKw .wrapper-primary {
  border: 1px solid #ffd98e;
  padding: 2px;
  border-radius: 10px;
}
.cid-sYAanU4lKw .wrapper-warning {
  border: 1px solid #fccedb;
  padding: 2px;
  border-radius: 10px;
}
.cid-sYAanU4lKw .progressbar-title p {
  color: #12265a;
  font-weight: 900;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .cid-sYAanU4lKw {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-sYAanU4lKw .container-fluid {
    max-width: 1200px;
    padding: 0 1rem;
  }
}
.cid-sYAarxMb0k {
  background-color: #88d4f2;
}
.cid-sYAarxMb0k .mbr-section-subtitle {
  font-weight: 300;
}
.cid-sYAarxMb0k .card {
  word-wrap: break-word;
}
.cid-sYAarxMb0k .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sYAarxMb0k .count1 {
  color: #ffffff;
  font-weight: 900;
}
.cid-sYAarxMb0k .mbr-content-title {
  color: #ffffff;
}
.cid-sYAarxMb0k .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sYAarxMb0k .svg-1 path {
  fill: #f3edf7;
}
.cid-sYAarxMb0k .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sYAarxMb0k .svg-2 path {
  fill: #f3edf7;
}
.cid-sYAarxMb0k .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sYAarxMb0k {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 767px) {
  .cid-sYAarxMb0k {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.cid-sYAatpM0Bq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3edf7;
}
.cid-sYAatpM0Bq .panel-text {
  margin: 0;
  line-height: 1.7;
}
.cid-sYAatpM0Bq .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #fa9db7;
  border-radius: 100%;
  color: #fa9db7 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-sYAatpM0Bq .icon:before {
  font-weight: 900;
}
.cid-sYAatpM0Bq .accordion-content {
  flex-basis: 100%;
}
.cid-sYAatpM0Bq .panel-group {
  width: 100%;
}
.cid-sYAatpM0Bq .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYAatpM0Bq .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sYAatpM0Bq .card .card-header a.panel-title:hover .icon {
  background-color: #fa9db7;
  color: #ffffff !important;
}
.cid-sYAatpM0Bq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYAatpM0Bq .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-sYAatpM0Bq .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sYAatpM0Bq .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-sYAatpM0Bq svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-sYAatpM0Bq .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sYAatpM0Bq .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sYAatpM0Bq .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-sYAatpM0Bq .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-sYAatpM0Bq .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-sYAatpM0Bq {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-sYAatpM0Bq .mbr-text {
    margin-left: 1px;
  }
  .cid-sYAatpM0Bq .mbr-section-title {
    text-align: center;
  }
  .cid-sYAatpM0Bq .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-sYAatpM0Bq .left-wrapper {
    padding-right: 5rem;
  }
  .cid-sYAatpM0Bq .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-sYAatpM0Bq .card-header {
  background: none !important;
}
.cid-sYAavIMnU2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f3edf7;
}
.cid-sYAavIMnU2 .card-title {
  margin: 0;
  color: #12265a;
  display: inline-block;
  width: auto;
}
.cid-sYAavIMnU2 .dash {
  width: 100%;
  padding: 2rem 2rem;
  border: 2px dashed #077f78 !important;
  border-radius: 30px;
}
.cid-sYAavIMnU2 .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sYAavIMnU2 .imageContainer {
  position: relative;
}
.cid-sYAavIMnU2 .imageContainer img {
  width: 65%;
  border-radius: 30px;
}
.cid-sYAavIMnU2 .form-title {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-sYAavIMnU2 .form-group {
  padding: 0rem;
}
.cid-sYAavIMnU2 .textarea {
  height: 8rem;
}
.cid-sYAavIMnU2 .container-fluid {
  max-width: 1200px;
  padding: 0 1.8rem;
}
.cid-sYAavIMnU2 .mbr-section-btn {
  margin: 0;
}
.cid-sYAavIMnU2 .btn {
  margin: 0;
  width: 100%;
}
.cid-sYAavIMnU2 .btn:hover {
  background-color: #00a7b7 !important;
}
.cid-sYAavIMnU2 .circle-icon {
  width: 100%;
  display: block;
  margin-bottom: 1.7rem;
  text-align: left;
}
.cid-sYAavIMnU2 .circle-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.cid-sYAavIMnU2 .wgl-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
  background-color: #45b3df;
}
.cid-sYAavIMnU2 .icon1 {
  font-size: 1rem;
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  top: 8px;
  left: 8px;
}
.cid-sYAavIMnU2 .mbr-text {
  margin-top: 2rem;
}
.cid-sYAavIMnU2 .itemList {
  margin-top: 2rem;
}
.cid-sYAavIMnU2 .dragArea {
  position: absolute;
  top: 4rem;
  right: 0;
  background-color: #8cf9f2;
  border-radius: 30px;
  padding: 1.5rem;
  width: 350px;
}
@media (max-width: 767px) {
  .cid-sYAavIMnU2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-sYAavIMnU2 .imageContainer img {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .cid-sYAavIMnU2 .left-wrapper {
    margin-top: 2.5rem;
    padding: 0;
    text-align: center;
  }
  .cid-sYAavIMnU2 .row {
    margin: 0rem;
  }
  .cid-sYAavIMnU2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sYAavIMnU2 .mbr-text {
    text-align: left;
  }
  .cid-sYAavIMnU2 .dragArea {
    position: static;
    width: 100%;
    padding: 1rem;
  }
  .cid-sYAavIMnU2 .dash {
    padding: 1rem 1rem;
  }
  .cid-sYAavIMnU2 .imageContainer {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sYAavIMnU2 .left-wrapper {
    padding-left: 5.2rem;
    margin-top: 4rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cid-sYAavIMnU2 .dragArea {
    right: 4rem;
  }
  .cid-sYAavIMnU2 .left-wrapper {
    margin-top: 2.5rem;
  }
}
.cid-sYAawT86cK {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sYAawT86cK .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sYAawT86cK .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sYAawT86cK .navbar-logo {
  width: 110px;
}
.cid-sYAawT86cK .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sYAawT86cK .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sYAawT86cK .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sYAawT86cK .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sYAawT86cK .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sYAawT86cK .list-item .item-image,
.cid-sYAawT86cK .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sYAawT86cK .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-sYAawT86cK .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sYAawT86cK .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sYAawT86cK .socion1 {
  background: #8cf9f2;
}
.cid-sYAawT86cK .socion2 {
  background-color: #eaf6fd;
}
.cid-sYAawT86cK .socion3 {
  background-color: #91497c;
}
.cid-sYAawT86cK .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sYAawT86cK .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sYAawT86cK .social-list a {
  transition: .2s linear;
}
.cid-sYAawT86cK .social-list a:hover {
  opacity: .4;
}
.cid-sYAawT86cK .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sYAawT86cK .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sYAawT86cK .svg-1 path {
  fill: #f3edf7;
}
.cid-sYAawT86cK .item-image {
  margin-right: 2rem;
}
.cid-sYAawT86cK [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sYAawT86cK .soc-item::after {
  display: none;
}
.cid-sYAawT86cK .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #8cf9f2;
}
.cid-sYAawT86cK .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #a2528a;
}
.cid-sYAawT86cK .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #00909d;
}
@media (max-width: 991px) {
  .cid-sYAawT86cK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sYAawT86cK .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sYAawT86cK .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sYAawT86cK {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sYAawT86cK .container-fluid {
    padding: 0 1rem;
  }
  .cid-sYAawT86cK .wrapper {
    padding: 1rem;
  }
}
.cid-sYE5MSCga9 .navbar {
  padding: 0.5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sYE5MSCga9 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sYE5MSCga9 a {
  font-style: normal;
}
.cid-sYE5MSCga9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sYE5MSCga9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem 0.65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sYE5MSCga9 .nav-item:focus,
.cid-sYE5MSCga9 .nav-link:focus {
  outline: none;
}
.cid-sYE5MSCga9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sYE5MSCga9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sYE5MSCga9 .menu-logo {
  margin-right: auto;
}
.cid-sYE5MSCga9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYE5MSCga9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sYE5MSCga9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sYE5MSCga9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sYE5MSCga9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sYE5MSCga9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sYE5MSCga9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sYE5MSCga9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: center;
  padding-right: 5rem;
  width: auto;
}
.cid-sYE5MSCga9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sYE5MSCga9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYE5MSCga9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sYE5MSCga9 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sYE5MSCga9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #3d626c !important;
  padding: 0 0.6rem !important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sYE5MSCga9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYE5MSCga9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sYE5MSCga9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYE5MSCga9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sYE5MSCga9 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sYE5MSCga9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sYE5MSCga9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sYE5MSCga9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sYE5MSCga9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sYE5MSCga9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sYE5MSCga9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sYE5MSCga9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sYE5MSCga9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sYE5MSCga9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYE5MSCga9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYE5MSCga9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYE5MSCga9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYE5MSCga9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYE5MSCga9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYE5MSCga9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYE5MSCga9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYE5MSCga9 .dropdown-toggle:after {
  display: none;
}
.cid-sYE5MSCga9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sYE5MSCga9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sYE5MSCga9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sYE5MSCga9 .collapsed .navbar-collapse.collapsing,
.cid-sYE5MSCga9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sYE5MSCga9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sYE5MSCga9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sYE5MSCga9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sYE5MSCga9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sYE5MSCga9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sYE5MSCga9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sYE5MSCga9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sYE5MSCga9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sYE5MSCga9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sYE5MSCga9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sYE5MSCga9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sYE5MSCga9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sYE5MSCga9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sYE5MSCga9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sYE5MSCga9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sYE5MSCga9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sYE5MSCga9 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sYE5MSCga9 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sYE5MSCga9 img {
    height: 3.8rem !important;
  }
  .cid-sYE5MSCga9 .btn {
    display: -webkit-flex;
  }
  .cid-sYE5MSCga9 button.navbar-toggler {
    display: block;
  }
  .cid-sYE5MSCga9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sYE5MSCga9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sYE5MSCga9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sYE5MSCga9 .navbar-collapse.collapsing,
  .cid-sYE5MSCga9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sYE5MSCga9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sYE5MSCga9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sYE5MSCga9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sYE5MSCga9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sYE5MSCga9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sYE5MSCga9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sYE5MSCga9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sYE5MSCga9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sYE5MSCga9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sYE5MSCga9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sYE5MSCga9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sYE5MSCga9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sYE5MSCga9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sYE5MSCga9 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sYE5MSCga9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sYE5MSCga9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sYE5MSCga9 .nav-link,
.cid-sYE5MSCga9 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sYE5MSCga9 .nav-link:hover,
.cid-sYE5MSCga9 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sYE5PlqOCO {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-sYE60Cp8MH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}
.cid-sYE60Cp8MH .card-img span {
  font-size: 90px;
  color: #00909d;
}
@media (min-width: 992px) {
  .cid-sYE60Cp8MH .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-sYE68TKevW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sYE68TKevW .mbr-text {
  color: #767676;
}
.cid-sYE69Hstgt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sYE6b6fdDr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sYE6b6fdDr .progress {
  width: 100%;
}
.cid-sYE6b6fdDr p {
  margin-bottom: 0.4rem;
}
.cid-sYE6b6fdDr .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sYE6b6fdDr progress {
  height: 3px;
}
.cid-sYE6b6fdDr .progressbar-number {
  display: inline-block;
}
.cid-sYE6b6fdDr .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sYE6b6fdDr .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sYE6b6fdDr .progress_value {
  position: relative;
}
.cid-sYE6b6fdDr .progress1 .progressbar-number:before,
.cid-sYE6b6fdDr .progress2 .progressbar-number:before,
.cid-sYE6b6fdDr .progress3 .progressbar-number:before,
.cid-sYE6b6fdDr .progress4 .progressbar-number:before,
.cid-sYE6b6fdDr .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sYE6b6fdDr progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sYE6b6fdDr progress::-webkit-progress-value {
  background: #3d626c;
}
.cid-sYE6b6fdDr progress[value]::-moz-progress-bar {
  background: #3d626c;
}
.cid-sYE6b6fdDr progress::-ms-fill {
  background: #3d626c;
}
.cid-sYE6b6fdDr .progress1 .progressbar-number:before {
  content: '92';
}
.cid-sYE6b6fdDr .progress2 .progressbar-number:before {
  content: '80';
}
.cid-sYE6b6fdDr .progress3 .progressbar-number:before {
  content: '70';
}
.cid-sYE6b6fdDr .progress4 .progressbar-number:before {
  content: '70';
}
.cid-sYE6b6fdDr .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 768px) {
  .cid-sYE6b6fdDr .text-elements {
    padding-right: 3rem;
  }
  .cid-sYE6b6fdDr .progress_elements {
    padding-left: 3rem;
  }
}
.cid-sYE6b6fdDr .section-content-text {
  color: #767676;
}
.cid-sYE6d2jK7Y {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-sYE6d2jK7Y .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sYE6d2jK7Y p {
  margin-bottom: 0 !important;
}
.cid-sYE6d2jK7Y .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sYE6d2jK7Y .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYE6d2jK7Y .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYE6d2jK7Y .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYE6d2jK7Y .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sYE6d2jK7Y .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYE6d2jK7Y .card .panel-body {
  color: #767676;
}
.cid-sYE6d2jK7Y .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sYE6d2jK7Y .card-header:hover {
  background-color: #3d626c;
}
.cid-sYE6d2jK7Y .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sYE6d2jK7Y H4 {
  color: #3d626c;
}
.cid-sYE6nHX2bs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sYE6nHX2bs h3 {
  text-align: center;
}
.cid-sYE6nHX2bs .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sYE6nHX2bs .mbr-content-text {
  color: #767676;
}
.cid-sYE6nHX2bs .card {
  word-wrap: break-word;
}
.cid-sYE6nHX2bs .mbr-iconfont {
  font-size: 80px;
  color: #00909d;
}
.cid-sYE6dMviEn {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sYE6dMviEn .carousel {
  z-index: 2;
  position: relative;
}
.cid-sYE6dMviEn .user {
  padding: 0 !important;
}
.cid-sYE6dMviEn .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #cebfaf;
  opacity: 0.5;
}
.cid-sYE6dMviEn .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sYE6dMviEn .carousel-item.active,
.cid-sYE6dMviEn .carousel-item-next,
.cid-sYE6dMviEn .carousel-item-prev {
  display: flex;
}
.cid-sYE6dMviEn .user_name {
  margin: 0;
}
.cid-sYE6dMviEn .carousel-controls a {
  font-size: 2rem;
}
.cid-sYE6dMviEn .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-sYE6dMviEn .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sYE6dMviEn ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sYE6dMviEn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sYE6dMviEn .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sYE6dMviEn .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sYE6dMviEn .user_text {
  color: #3d626c;
  text-align: left;
}
.cid-sYE6dMviEn .user_desk {
  color: #767676;
}
.cid-sYE6dMviEn .user_desk,
.cid-sYE6dMviEn .carousel-item {
  text-align: left;
}
.cid-sYE6dMviEn .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-sYE6dMviEn .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-sYE6fvq97P {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sYE6fvq97P .google-map {
  height: 25rem;
  position: relative;
}
.cid-sYE6fvq97P .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sYE6fvq97P .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sYE6fvq97P .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sYE6fvq97P .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-sYE6fvq97P .text-wrap {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-sYE6fvq97P .map1 {
    padding-bottom: 2rem;
  }
}
.cid-sYE6fvq97P .mbr-text,
.cid-sYE6fvq97P .sig-img {
  color: #9c969b;
}
.cid-sZdXVgGTm3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sZdXVgGTm3 .media-container-row .mbr-text {
  color: #3d626c;
}
.cid-sYEAAraUqk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sYEAAraUqk nav.navbar {
  position: fixed;
}
.cid-sYEAAraUqk .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-sYEAAraUqk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYEAAraUqk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYEAAraUqk .dropdown-item:hover,
.cid-sYEAAraUqk .dropdown-item:focus {
  background: #00909d !important;
  color: white !important;
}
.cid-sYEAAraUqk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYEAAraUqk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYEAAraUqk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYEAAraUqk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYEAAraUqk .nav-link {
  position: relative;
}
.cid-sYEAAraUqk .container {
  display: flex;
  margin: auto;
}
.cid-sYEAAraUqk .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYEAAraUqk .dropdown-menu,
.cid-sYEAAraUqk .navbar.opened {
  background: #ffffff !important;
}
.cid-sYEAAraUqk .nav-item:focus,
.cid-sYEAAraUqk .nav-link:focus {
  outline: none;
}
.cid-sYEAAraUqk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYEAAraUqk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYEAAraUqk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYEAAraUqk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYEAAraUqk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYEAAraUqk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYEAAraUqk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sYEAAraUqk .navbar.opened {
  transition: all 0.3s;
}
.cid-sYEAAraUqk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYEAAraUqk .navbar .navbar-logo img {
  width: auto;
}
.cid-sYEAAraUqk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYEAAraUqk .navbar.collapsed {
  justify-content: center;
}
.cid-sYEAAraUqk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYEAAraUqk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sYEAAraUqk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYEAAraUqk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYEAAraUqk .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-sYEAAraUqk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYEAAraUqk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYEAAraUqk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYEAAraUqk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYEAAraUqk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYEAAraUqk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYEAAraUqk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYEAAraUqk .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-sYEAAraUqk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYEAAraUqk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYEAAraUqk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYEAAraUqk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYEAAraUqk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYEAAraUqk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYEAAraUqk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYEAAraUqk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYEAAraUqk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYEAAraUqk .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-sYEAAraUqk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYEAAraUqk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYEAAraUqk .dropdown-item.active,
.cid-sYEAAraUqk .dropdown-item:active {
  background-color: transparent;
}
.cid-sYEAAraUqk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYEAAraUqk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYEAAraUqk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYEAAraUqk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYEAAraUqk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYEAAraUqk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYEAAraUqk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYEAAraUqk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYEAAraUqk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYEAAraUqk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-sYEAAraUqk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYEAAraUqk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYEAAraUqk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYEAAraUqk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYEAAraUqk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYEAAraUqk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYEAAraUqk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYEAAraUqk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYEAAraUqk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sYEAAraUqk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYEAAraUqk .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-sYEAAraUqk .navbar {
    height: 70px;
  }
  .cid-sYEAAraUqk .navbar.opened {
    height: auto;
  }
  .cid-sYEAAraUqk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYEAH4lUQe {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sYEAH4lUQe .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sYEAH4lUQe .image-wrapper {
    width: 49%;
  }
}
.cid-sYEAH4lUQe .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sYEAH4lUQe .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-sYEAH4lUQe .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-sYEAH4lUQe .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sYEAH4lUQe .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-sYEAH4lUQe .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-sYEAH4lUQe .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-sYEAH4lUQe .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
}
.cid-sYEAH4lUQe .item-btn:hover {
  opacity: 0.8;
}
.cid-sYEAH4lUQe .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-sYEAH4lUQe .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-sYEAH4lUQe .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
  }
  .cid-sYEAH4lUQe .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-sYEAH4lUQe .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-sYEAH4lUQe .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-sYEAH4lUQe .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-sYEAH4lUQe .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sYEAH4lUQe .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sYEAH4lUQe .mbr-section-title a {
  color: #9b9ba5;
}
.cid-sYEAH4lUQe P {
  color: #9b9ba5;
}
.cid-sYEAH4lUQe .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-sYEAIDarxw {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  background-color: #ffffff;
}
.cid-sYEAIDarxw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sYEAIDarxw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sYEAIDarxw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sYEAIDarxw .align-bottom {
  margin-left: 3px;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .cid-sYEAIDarxw .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sYEAJXypIb {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #28282c;
}
@media (max-width: 767px) {
  .cid-sYEAJXypIb .card-wrapper {
    margin: 0;
    padding: 0;
  }
}
.cid-sYEAJXypIb .mbr-section-title,
.cid-sYEAJXypIb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYEAJXypIb .card-title,
.cid-sYEAJXypIb .card-box {
  color: #ffffff;
}
.cid-sYEAJXypIb .mbr-text {
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-sYEAJXypIb .mbr-section-title {
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .cid-sYEAJXypIb .border-right {
    border-right: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-sYEAJXypIb .top {
    border-top: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-sYEAJXypIb .margin-left {
    margin-left: 5rem;
    padding: 3rem 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cid-sYEAJXypIb .border-right {
    padding: 3rem 3rem 3rem 0;
  }
}
.cid-sYJVPj46gx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sYJVPj46gx .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-sYJVPj46gx .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-sYJVPj46gx .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sYJVPj46gx .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sYJVPj46gx .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sYJVPj46gx .mbr-text {
  color: #9b9ba5;
}
.cid-sYEANrvu6D {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-sYEANrvu6D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sYEAPk53Jf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sYEAPk53Jf img,
.cid-sYEAPk53Jf .item-img {
  width: 100%;
}
.cid-sYEAPk53Jf .item:focus,
.cid-sYEAPk53Jf span:focus {
  outline: none;
}
.cid-sYEAPk53Jf .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sYEAPk53Jf .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sYEAPk53Jf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sYEAPk53Jf .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sYEAPk53Jf .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-sYEAPk53Jf .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sYEAWJ18wt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sYEAWJ18wt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sYEAWJ18wt form .mbr-section-btn {
  text-align: center;
}
.cid-sYEAWJ18wt form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
  border-radius: .25rem;
}
.cid-sYEAWJ18wt .mbr-section-title {
  color: #28282c;
}
.cid-sYEAWJ18wt form .row [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.cid-sYEAZiW2hp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-sYEAZiW2hp .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sYEAZiW2hp .media-wrap img {
  filter: invert(1);
}
.cid-sYEAZiW2hp .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sYEAZiW2hp .links {
    justify-content: center;
  }
  .cid-sYEAZiW2hp .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-sYEAZiW2hp .links {
    justify-content: flex-end;
  }
  .cid-sYEAZiW2hp .link {
    margin: 0.5rem;
  }
}
.cid-sYEAZiW2hp .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-sYEAZiW2hp .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-sYEAZiW2hp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sYEAZiW2hp .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sYEAZiW2hp .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-sYEAZiW2hp .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sYEAZiW2hp .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-sYEAZiW2hp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXkoEXEaf7 {
  z-index: 1000;
  width: 100%;
}
.cid-sXkoEXEaf7 nav.navbar {
  position: fixed;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXkoEXEaf7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXkoEXEaf7 .dropdown-item:hover,
.cid-sXkoEXEaf7 .dropdown-item:focus {
  background: #00909d !important;
  color: white !important;
}
.cid-sXkoEXEaf7 .dropdown-item:hover span {
  color: white;
}
.cid-sXkoEXEaf7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXkoEXEaf7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXkoEXEaf7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXkoEXEaf7 .nav-link {
  position: relative;
}
.cid-sXkoEXEaf7 .container {
  display: flex;
  margin: auto;
}
.cid-sXkoEXEaf7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXkoEXEaf7 .dropdown-menu,
.cid-sXkoEXEaf7 .navbar.opened {
  background: #8cf9f2 !important;
}
.cid-sXkoEXEaf7 .nav-item:focus,
.cid-sXkoEXEaf7 .nav-link:focus {
  outline: none;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXkoEXEaf7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXkoEXEaf7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXkoEXEaf7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(140, 249, 242, 0.7);
}
.cid-sXkoEXEaf7 .navbar.opened {
  transition: all 0.3s;
}
.cid-sXkoEXEaf7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXkoEXEaf7 .navbar .navbar-logo img {
  width: auto;
}
.cid-sXkoEXEaf7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-sXkoEXEaf7 .navbar.collapsed {
  justify-content: center;
}
.cid-sXkoEXEaf7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXkoEXEaf7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXkoEXEaf7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXkoEXEaf7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXkoEXEaf7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXkoEXEaf7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXkoEXEaf7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXkoEXEaf7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXkoEXEaf7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXkoEXEaf7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXkoEXEaf7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXkoEXEaf7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXkoEXEaf7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXkoEXEaf7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXkoEXEaf7 .dropdown-item.active,
.cid-sXkoEXEaf7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sXkoEXEaf7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXkoEXEaf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8cf9f2;
}
.cid-sXkoEXEaf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXkoEXEaf7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXkoEXEaf7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXkoEXEaf7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXkoEXEaf7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXkoEXEaf7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar {
    height: 70px;
  }
  .cid-sXkoEXEaf7 .navbar.opened {
    height: auto;
  }
  .cid-sXkoEXEaf7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYJXCtDXdT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sYJXCtDXdT .row {
    text-align: center;
  }
}
.cid-sYJXCtDXdT .section-head {
  margin-bottom: 2.3rem;
}
.cid-sYJXCtDXdT .paragraph {
  margin-bottom: 2rem;
}
.cid-sXT3rhOaTU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(#8cf9f2, #00909d);
}
.cid-sXT3rhOaTU .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .media-col {
    flex-direction: column;
  }
}
.cid-sXT3rhOaTU .brand-name {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .brand-name {
    margin-top: 1rem;
  }
}
.cid-sXT3rhOaTU .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .media-wrap {
    margin-right: 0;
  }
}
.cid-sXT3rhOaTU .cards-row,
.cid-sXT3rhOaTU .social-row,
.cid-sXT3rhOaTU .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .cards-row,
  .cid-sXT3rhOaTU .social-row,
  .cid-sXT3rhOaTU .menu-row {
    justify-content: center;
  }
}
.cid-sXT3rhOaTU .menu-row {
  margin-bottom: 1rem;
}
.cid-sXT3rhOaTU .cards-row {
  margin-bottom: 1rem;
}
.cid-sXT3rhOaTU .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .foot-menu {
    justify-content: center;
  }
}
.cid-sXT3rhOaTU .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-sXT3rhOaTU .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sXT3rhOaTU .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .row {
    text-align: center;
  }
  .cid-sXT3rhOaTU .cards-col {
    justify-content: center;
  }
  .cid-sXT3rhOaTU .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-sXT3rhOaTU .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-sXT3rhOaTU .card-item:last-child {
  margin-right: 0;
}
.cid-sXT3rhOaTU .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sXT3rhOaTU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sXT3rhOaTU .soc-item:last-child {
  margin-right: 0;
}
.cid-sXT3rhOaTU .mbr-iconfont {
  color: #ffffff;
}
.cid-sXT3rhOaTU .mbr-text {
  color: #ffffff;
}
.cid-sXT3rhOaTU .copyright {
  color: #000000;
}
.cid-sZdWfFIqY8.popup-builder {
  background-color: #ffffff;
}
.cid-sZdWfFIqY8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sZdWfFIqY8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sZdWfFIqY8 .modal-content,
.cid-sZdWfFIqY8 .modal-dialog {
  height: auto;
}
.cid-sZdWfFIqY8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sZdWfFIqY8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sZdWfFIqY8 .form-wrapper .mbr-form .form-group,
  .cid-sZdWfFIqY8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sZdWfFIqY8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sZdWfFIqY8 .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-sZdWfFIqY8 .mbr-text {
  text-align: center;
}
.cid-sZdWfFIqY8 .pt-0 {
  padding-top: 0 !important;
}
.cid-sZdWfFIqY8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sZdWfFIqY8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sZdWfFIqY8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sZdWfFIqY8 .modal-open {
  overflow: hidden;
}
.cid-sZdWfFIqY8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sZdWfFIqY8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sZdWfFIqY8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sZdWfFIqY8 .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-sZdWfFIqY8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sZdWfFIqY8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sZdWfFIqY8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sZdWfFIqY8 .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-sZdWfFIqY8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sZdWfFIqY8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sZdWfFIqY8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sZdWfFIqY8 .modal-backdrop.show {
  opacity: .5;
}
.cid-sZdWfFIqY8 .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-sZdWfFIqY8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFIqY8 .modal-header {
    padding: 1rem;
  }
}
.cid-sZdWfFIqY8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sZdWfFIqY8 .modal-header .close svg {
  fill: #353535;
}
.cid-sZdWfFIqY8 .modal-header .close:hover {
  opacity: 1;
}
.cid-sZdWfFIqY8 .modal-header .close:focus {
  outline: none;
}
.cid-sZdWfFIqY8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sZdWfFIqY8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sZdWfFIqY8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFIqY8 .modal-body {
    padding: 1rem;
  }
}
.cid-sZdWfFIqY8 .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-sZdWfFIqY8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFIqY8 .modal-footer {
    padding: 1rem;
  }
}
.cid-sZdWfFIqY8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sZdWfFIqY8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sZdWfFIqY8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sZdWfFIqY8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sZdWfFIqY8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sZdWfFIqY8 .modal-lg,
  .cid-sZdWfFIqY8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sZdWfFIqY8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sZdWfFIqY8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sZdWfFIqY8 .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-sZdWfFIqY8 .form-group {
  margin-bottom: 1rem;
}
.cid-sZdWfFIqY8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sZdWfFIqY8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sZdWfFIqY8 .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-sZdWfFIqY8 .mbr-section-btn {
  margin: 0;
}
.cid-sZdWfFIqY8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sXkoEXEaf7 {
  z-index: 1000;
  width: 100%;
}
.cid-sXkoEXEaf7 nav.navbar {
  position: fixed;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXkoEXEaf7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXkoEXEaf7 .dropdown-item:hover,
.cid-sXkoEXEaf7 .dropdown-item:focus {
  background: #00909d !important;
  color: white !important;
}
.cid-sXkoEXEaf7 .dropdown-item:hover span {
  color: white;
}
.cid-sXkoEXEaf7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXkoEXEaf7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXkoEXEaf7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXkoEXEaf7 .nav-link {
  position: relative;
}
.cid-sXkoEXEaf7 .container {
  display: flex;
  margin: auto;
}
.cid-sXkoEXEaf7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXkoEXEaf7 .dropdown-menu,
.cid-sXkoEXEaf7 .navbar.opened {
  background: #8cf9f2 !important;
}
.cid-sXkoEXEaf7 .nav-item:focus,
.cid-sXkoEXEaf7 .nav-link:focus {
  outline: none;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXkoEXEaf7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXkoEXEaf7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXkoEXEaf7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(140, 249, 242, 0.7);
}
.cid-sXkoEXEaf7 .navbar.opened {
  transition: all 0.3s;
}
.cid-sXkoEXEaf7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXkoEXEaf7 .navbar .navbar-logo img {
  width: auto;
}
.cid-sXkoEXEaf7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-sXkoEXEaf7 .navbar.collapsed {
  justify-content: center;
}
.cid-sXkoEXEaf7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXkoEXEaf7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXkoEXEaf7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXkoEXEaf7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXkoEXEaf7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXkoEXEaf7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXkoEXEaf7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXkoEXEaf7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXkoEXEaf7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXkoEXEaf7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXkoEXEaf7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXkoEXEaf7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXkoEXEaf7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXkoEXEaf7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXkoEXEaf7 .dropdown-item.active,
.cid-sXkoEXEaf7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sXkoEXEaf7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXkoEXEaf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8cf9f2;
}
.cid-sXkoEXEaf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXkoEXEaf7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXkoEXEaf7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXkoEXEaf7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXkoEXEaf7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXkoEXEaf7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar {
    height: 70px;
  }
  .cid-sXkoEXEaf7 .navbar.opened {
    height: auto;
  }
  .cid-sXkoEXEaf7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYK08Zs9A6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sYK08Zs9A6 .row {
    text-align: center;
  }
}
.cid-sYK08Zs9A6 .section-head {
  margin-bottom: 2.3rem;
}
.cid-sYK08Zs9A6 .paragraph {
  margin-bottom: 2rem;
}
.cid-sXT3rhOaTU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(#8cf9f2, #00909d);
}
.cid-sXT3rhOaTU .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .media-col {
    flex-direction: column;
  }
}
.cid-sXT3rhOaTU .brand-name {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .brand-name {
    margin-top: 1rem;
  }
}
.cid-sXT3rhOaTU .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .media-wrap {
    margin-right: 0;
  }
}
.cid-sXT3rhOaTU .cards-row,
.cid-sXT3rhOaTU .social-row,
.cid-sXT3rhOaTU .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .cards-row,
  .cid-sXT3rhOaTU .social-row,
  .cid-sXT3rhOaTU .menu-row {
    justify-content: center;
  }
}
.cid-sXT3rhOaTU .menu-row {
  margin-bottom: 1rem;
}
.cid-sXT3rhOaTU .cards-row {
  margin-bottom: 1rem;
}
.cid-sXT3rhOaTU .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .foot-menu {
    justify-content: center;
  }
}
.cid-sXT3rhOaTU .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-sXT3rhOaTU .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sXT3rhOaTU .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .row {
    text-align: center;
  }
  .cid-sXT3rhOaTU .cards-col {
    justify-content: center;
  }
  .cid-sXT3rhOaTU .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-sXT3rhOaTU .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-sXT3rhOaTU .card-item:last-child {
  margin-right: 0;
}
.cid-sXT3rhOaTU .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sXT3rhOaTU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sXT3rhOaTU .soc-item:last-child {
  margin-right: 0;
}
.cid-sXT3rhOaTU .mbr-iconfont {
  color: #ffffff;
}
.cid-sXT3rhOaTU .mbr-text {
  color: #ffffff;
}
.cid-sXT3rhOaTU .copyright {
  color: #000000;
}
.cid-sZdWfFIpOz.popup-builder {
  background-color: #ffffff;
}
.cid-sZdWfFIpOz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sZdWfFIpOz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sZdWfFIpOz .modal-content,
.cid-sZdWfFIpOz .modal-dialog {
  height: auto;
}
.cid-sZdWfFIpOz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sZdWfFIpOz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sZdWfFIpOz .form-wrapper .mbr-form .form-group,
  .cid-sZdWfFIpOz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sZdWfFIpOz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sZdWfFIpOz .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-sZdWfFIpOz .mbr-text {
  text-align: center;
}
.cid-sZdWfFIpOz .pt-0 {
  padding-top: 0 !important;
}
.cid-sZdWfFIpOz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sZdWfFIpOz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sZdWfFIpOz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sZdWfFIpOz .modal-open {
  overflow: hidden;
}
.cid-sZdWfFIpOz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sZdWfFIpOz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sZdWfFIpOz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sZdWfFIpOz .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-sZdWfFIpOz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sZdWfFIpOz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sZdWfFIpOz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sZdWfFIpOz .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-sZdWfFIpOz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sZdWfFIpOz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sZdWfFIpOz .modal-backdrop.fade {
  opacity: 0;
}
.cid-sZdWfFIpOz .modal-backdrop.show {
  opacity: .5;
}
.cid-sZdWfFIpOz .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-sZdWfFIpOz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFIpOz .modal-header {
    padding: 1rem;
  }
}
.cid-sZdWfFIpOz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sZdWfFIpOz .modal-header .close svg {
  fill: #353535;
}
.cid-sZdWfFIpOz .modal-header .close:hover {
  opacity: 1;
}
.cid-sZdWfFIpOz .modal-header .close:focus {
  outline: none;
}
.cid-sZdWfFIpOz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sZdWfFIpOz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sZdWfFIpOz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFIpOz .modal-body {
    padding: 1rem;
  }
}
.cid-sZdWfFIpOz .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-sZdWfFIpOz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFIpOz .modal-footer {
    padding: 1rem;
  }
}
.cid-sZdWfFIpOz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sZdWfFIpOz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sZdWfFIpOz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sZdWfFIpOz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sZdWfFIpOz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sZdWfFIpOz .modal-lg,
  .cid-sZdWfFIpOz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sZdWfFIpOz .modal-xl {
    max-width: 1140px;
  }
}
.cid-sZdWfFIpOz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sZdWfFIpOz .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-sZdWfFIpOz .form-group {
  margin-bottom: 1rem;
}
.cid-sZdWfFIpOz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sZdWfFIpOz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sZdWfFIpOz .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-sZdWfFIpOz .mbr-section-btn {
  margin: 0;
}
.cid-sZdWfFIpOz .mbr-section-btn .btn {
  margin: 0;
}
.cid-sXkoEXEaf7 {
  z-index: 1000;
  width: 100%;
}
.cid-sXkoEXEaf7 nav.navbar {
  position: fixed;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXkoEXEaf7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXkoEXEaf7 .dropdown-item:hover,
.cid-sXkoEXEaf7 .dropdown-item:focus {
  background: #00909d !important;
  color: white !important;
}
.cid-sXkoEXEaf7 .dropdown-item:hover span {
  color: white;
}
.cid-sXkoEXEaf7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXkoEXEaf7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXkoEXEaf7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXkoEXEaf7 .nav-link {
  position: relative;
}
.cid-sXkoEXEaf7 .container {
  display: flex;
  margin: auto;
}
.cid-sXkoEXEaf7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXkoEXEaf7 .dropdown-menu,
.cid-sXkoEXEaf7 .navbar.opened {
  background: #8cf9f2 !important;
}
.cid-sXkoEXEaf7 .nav-item:focus,
.cid-sXkoEXEaf7 .nav-link:focus {
  outline: none;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXkoEXEaf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXkoEXEaf7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXkoEXEaf7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXkoEXEaf7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(140, 249, 242, 0.7);
}
.cid-sXkoEXEaf7 .navbar.opened {
  transition: all 0.3s;
}
.cid-sXkoEXEaf7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXkoEXEaf7 .navbar .navbar-logo img {
  width: auto;
}
.cid-sXkoEXEaf7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-sXkoEXEaf7 .navbar.collapsed {
  justify-content: center;
}
.cid-sXkoEXEaf7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXkoEXEaf7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXkoEXEaf7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXkoEXEaf7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXkoEXEaf7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXkoEXEaf7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXkoEXEaf7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXkoEXEaf7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXkoEXEaf7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXkoEXEaf7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXkoEXEaf7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXkoEXEaf7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXkoEXEaf7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXkoEXEaf7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXkoEXEaf7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXkoEXEaf7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXkoEXEaf7 .dropdown-item.active,
.cid-sXkoEXEaf7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sXkoEXEaf7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXkoEXEaf7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXkoEXEaf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8cf9f2;
}
.cid-sXkoEXEaf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXkoEXEaf7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXkoEXEaf7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXkoEXEaf7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXkoEXEaf7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXkoEXEaf7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXkoEXEaf7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXkoEXEaf7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXkoEXEaf7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXkoEXEaf7 .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-sXkoEXEaf7 .navbar {
    height: 70px;
  }
  .cid-sXkoEXEaf7 .navbar.opened {
    height: auto;
  }
  .cid-sXkoEXEaf7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYK1zFgvKI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sYK1zFgvKI .row {
    text-align: center;
  }
}
.cid-sYK1zFgvKI .section-head {
  margin-bottom: 2.3rem;
}
.cid-sYK1zFgvKI .paragraph {
  margin-bottom: 2rem;
}
.cid-sXT3rhOaTU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(#8cf9f2, #00909d);
}
.cid-sXT3rhOaTU .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .media-col {
    flex-direction: column;
  }
}
.cid-sXT3rhOaTU .brand-name {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .brand-name {
    margin-top: 1rem;
  }
}
.cid-sXT3rhOaTU .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .media-wrap {
    margin-right: 0;
  }
}
.cid-sXT3rhOaTU .cards-row,
.cid-sXT3rhOaTU .social-row,
.cid-sXT3rhOaTU .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .cards-row,
  .cid-sXT3rhOaTU .social-row,
  .cid-sXT3rhOaTU .menu-row {
    justify-content: center;
  }
}
.cid-sXT3rhOaTU .menu-row {
  margin-bottom: 1rem;
}
.cid-sXT3rhOaTU .cards-row {
  margin-bottom: 1rem;
}
.cid-sXT3rhOaTU .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sXT3rhOaTU .foot-menu {
    justify-content: center;
  }
}
.cid-sXT3rhOaTU .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-sXT3rhOaTU .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sXT3rhOaTU .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sXT3rhOaTU .row {
    text-align: center;
  }
  .cid-sXT3rhOaTU .cards-col {
    justify-content: center;
  }
  .cid-sXT3rhOaTU .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-sXT3rhOaTU .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-sXT3rhOaTU .card-item:last-child {
  margin-right: 0;
}
.cid-sXT3rhOaTU .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sXT3rhOaTU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sXT3rhOaTU .soc-item:last-child {
  margin-right: 0;
}
.cid-sXT3rhOaTU .mbr-iconfont {
  color: #ffffff;
}
.cid-sXT3rhOaTU .mbr-text {
  color: #ffffff;
}
.cid-sXT3rhOaTU .copyright {
  color: #000000;
}
.cid-sZdWfFIYLq.popup-builder {
  background-color: #ffffff;
}
.cid-sZdWfFIYLq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sZdWfFIYLq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sZdWfFIYLq .modal-content,
.cid-sZdWfFIYLq .modal-dialog {
  height: auto;
}
.cid-sZdWfFIYLq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sZdWfFIYLq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sZdWfFIYLq .form-wrapper .mbr-form .form-group,
  .cid-sZdWfFIYLq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sZdWfFIYLq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sZdWfFIYLq .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-sZdWfFIYLq .mbr-text {
  text-align: center;
}
.cid-sZdWfFIYLq .pt-0 {
  padding-top: 0 !important;
}
.cid-sZdWfFIYLq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sZdWfFIYLq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sZdWfFIYLq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sZdWfFIYLq .modal-open {
  overflow: hidden;
}
.cid-sZdWfFIYLq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sZdWfFIYLq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sZdWfFIYLq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sZdWfFIYLq .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-sZdWfFIYLq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sZdWfFIYLq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sZdWfFIYLq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sZdWfFIYLq .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-sZdWfFIYLq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sZdWfFIYLq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sZdWfFIYLq .modal-backdrop.fade {
  opacity: 0;
}
.cid-sZdWfFIYLq .modal-backdrop.show {
  opacity: .5;
}
.cid-sZdWfFIYLq .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-sZdWfFIYLq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFIYLq .modal-header {
    padding: 1rem;
  }
}
.cid-sZdWfFIYLq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sZdWfFIYLq .modal-header .close svg {
  fill: #353535;
}
.cid-sZdWfFIYLq .modal-header .close:hover {
  opacity: 1;
}
.cid-sZdWfFIYLq .modal-header .close:focus {
  outline: none;
}
.cid-sZdWfFIYLq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sZdWfFIYLq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sZdWfFIYLq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFIYLq .modal-body {
    padding: 1rem;
  }
}
.cid-sZdWfFIYLq .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-sZdWfFIYLq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWfFIYLq .modal-footer {
    padding: 1rem;
  }
}
.cid-sZdWfFIYLq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sZdWfFIYLq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sZdWfFIYLq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sZdWfFIYLq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sZdWfFIYLq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sZdWfFIYLq .modal-lg,
  .cid-sZdWfFIYLq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sZdWfFIYLq .modal-xl {
    max-width: 1140px;
  }
}
.cid-sZdWfFIYLq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sZdWfFIYLq .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-sZdWfFIYLq .form-group {
  margin-bottom: 1rem;
}
.cid-sZdWfFIYLq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sZdWfFIYLq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sZdWfFIYLq .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-sZdWfFIYLq .mbr-section-btn {
  margin: 0;
}
.cid-sZdWfFIYLq .mbr-section-btn .btn {
  margin: 0;
}
