.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.menu-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display;
}
.display-1 {
  font-family: 'Young Serif', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .menu-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Young Serif', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .menu-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Gabarito', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .menu-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Young Serif', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .menu-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Gabarito', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .menu-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #11396f !important;
}
.bg-success {
  background-color: #7aa3ad !important;
}
.bg-info {
  background-color: #c7dde2 !important;
}
.bg-warning {
  background-color: #ecf4f6 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #11396f !important;
  border-color: #11396f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #18509b !important;
  border-color: #18509b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #18509b !important;
  border-color: #18509b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #93b7c0 !important;
  border-color: #93b7c0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b3ccd3 !important;
  border-color: #b3ccd3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b3ccd3 !important;
  border-color: #b3ccd3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c7dde2 !important;
  border-color: #c7dde2 !important;
  color: #3a6670 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e9f1f3 !important;
  border-color: #e9f1f3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3a6670 !important;
  background-color: #e9f1f3 !important;
  border-color: #e9f1f3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7aa3ad !important;
  border-color: #7aa3ad !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #9ab9c0 !important;
  border-color: #9ab9c0 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9ab9c0 !important;
  border-color: #9ab9c0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
  color: #498a9a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #498a9a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #11396f;
  color: #11396f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #051224 !important;
  background-color: transparent !important;
  border-color: #051224 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #11396f !important;
  border-color: #11396f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #93b7c0;
  color: #93b7c0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5d929f !important;
  background-color: transparent !important;
  border-color: #5d929f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #93b7c0 !important;
  border-color: #93b7c0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c7dde2;
  color: #c7dde2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8ebac4 !important;
  background-color: transparent !important;
  border-color: #8ebac4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #3a6670 !important;
  background-color: #c7dde2 !important;
  border-color: #c7dde2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7aa3ad;
  color: #7aa3ad;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4f7781 !important;
  background-color: transparent !important;
  border-color: #4f7781 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7aa3ad !important;
  border-color: #7aa3ad !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ecf4f6;
  color: #ecf4f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b1d2da !important;
  background-color: transparent !important;
  border-color: #b1d2da !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #498a9a !important;
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #11396f !important;
}
.text-secondary {
  color: #93b7c0 !important;
}
.text-success {
  color: #7aa3ad !important;
}
.text-info {
  color: #c7dde2 !important;
}
.text-warning {
  color: #ecf4f6 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #030c17 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #578996 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4a6e77 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #84b4bf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a7ccd5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #11396f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c7dde2;
}
.alert-warning {
  background-color: #ecf4f6;
}
.alert-danger {
  background-color: #ffffff;
}
.menu-section-btn .btn:not(.btn-form) {
  border-radius: 30px;
}
.menu-gallery-filter li a {
  border-radius: 100px !important;
}
.menu-gallery-filter li.active .btn {
  background-color: #11396f;
  border-color: #11396f;
  color: #ffffff;
}
.menu-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #11396f;
}
.menu-plan-header.bg-primary .menu-plan-subtitle,
.menu-plan-header.bg-primary .menu-plan-price-desc {
  color: #2272dd;
}
.menu-plan-header.bg-success .menu-plan-subtitle,
.menu-plan-header.bg-success .menu-plan-price-desc {
  color: #c9dade;
}
.menu-plan-header.bg-info .menu-plan-subtitle,
.menu-plan-header.bg-info .menu-plan-price-desc {
  color: #ffffff;
}
.menu-plan-header.bg-warning .menu-plan-subtitle,
.menu-plan-header.bg-warning .menu-plan-price-desc {
  color: #ffffff;
}
.menu-plan-header.bg-danger .menu-plan-subtitle,
.menu-plan-header.bg-danger .menu-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gabarito', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .menu-iconfont {
  font-size: 1.75rem;
}
.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: #11396f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gabarito', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .menu-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #11396f;
}
/* Forms */
.menu-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.menu-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.menu-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.menu-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: #11396f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #11396f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #11396f;
  border-bottom-color: #11396f;
}
.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: #11396f !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: #93b7c0 !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='%2311396f' %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;
}
.menu-section-btn .btn,
.menu-section-btn-main .btn {
  padding: 5px 16px;
  position: relative;
  box-shadow: none;
  border-radius: 30px !important;
  font-weight: 400 !important;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
  border: 1px solid #11396f !important;
}
.menu-section-btn .btn .menu-iconfont,
.menu-section-btn-main .btn .menu-iconfont {
  margin-left: 7px;
  transition: all .3s ease;
}
.menu-section-btn .btn:hover,
.menu-section-btn-main .btn:hover,
.menu-section-btn .btn:focus,
.menu-section-btn-main .btn:focus {
  box-shadow: none;
  transform: translate(0);
}
.menu-section-btn .btn:hover .menu-iconfont,
.menu-section-btn-main .btn:hover .menu-iconfont,
.menu-section-btn .btn:focus .menu-iconfont,
.menu-section-btn-main .btn:focus .menu-iconfont {
  transform: translateX(0.5rem);
}
.menu-section-btn .btn:hover::before,
.menu-section-btn-main .btn:hover::before,
.menu-section-btn .btn:focus::before,
.menu-section-btn-main .btn:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.menu-section-btn .btn::before,
.menu-section-btn-main .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #11396f;
  pointer-events: none;
}
.menu-section-btn .btn-secondary,
.menu-section-btn-main .btn-secondary {
  color: #11396f !important;
}
.y91Afo-uNHo3QFOpn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/soft-depth.jpg-1360x768.jpg");
}
.y91Afo-uNHo3QFOpn .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHo3QFOpn .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .y91Afo-uNHo3QFOpn .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .y91Afo-uNHo3QFOpn .col {
    width: 40%;
  }
}
.y91Afo-uNHo3QFOpn .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .y91Afo-uNHo3QFOpn .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.y91Afo-uNHo3QFOpn .card-wrapper h1,
.y91Afo-uNHo3QFOpn .card-wrapper h2,
.y91Afo-uNHo3QFOpn .card-wrapper p,
.y91Afo-uNHo3QFOpn .card-wrapper .menu-section-btn {
  position: relative;
}
.y91Afo-uNHo3QFOpn .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #93b7c0;
  opacity: 0.8;
}
.y91Afo-uNHo3QFOpn .menu-section-title {
  color: #11396f;
  text-align: center;
}
.y91Afo-uNHo3QFOpn .menu-section-subtitle {
  color: #11396f;
  text-align: center;
}
.y91Afo-uNHo3QFOpn .menu-text,
.y91Afo-uNHo3QFOpn .menu-section-btn {
  color: #000000;
  text-align: center;
}
.y91Afo-uNHpZAB6Vr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.y91Afo-uNHpZAB6Vr .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%2311396f'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%23c7dde2'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%237aa3ad'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%23ffffff'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .y91Afo-uNHpZAB6Vr .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.y91Afo-uNHpZAB6Vr .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #c7dde2;
  flex-direction: column;
}
.y91Afo-uNHpZAB6Vr .menu-section-title,
.y91Afo-uNHpZAB6Vr .menu-section-text,
.y91Afo-uNHpZAB6Vr .section-subtitle,
.y91Afo-uNHpZAB6Vr .menu-section-btn {
  z-index: 0;
}
.y91Afo-uNHpZAB6Vr .section-subtitle {
  margin-bottom: 20.4px;
}
.y91Afo-uNHpZAB6Vr .section-subtitle,
.y91Afo-uNHpZAB6Vr .menu-section-btn {
  color: #4d6c7d;
}
.y91Afo-uNHpZAB6Vr .menu-section-text,
.y91Afo-uNHpZAB6Vr .menu-section-btn {
  color: #000000;
}
.y91Afo-uNHpZAB6Vr .menu-section-title {
  color: #11396f;
}
.y91Afo-uNHqhWwZ5T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ecf4f6;
}
.y91Afo-uNHqhWwZ5T .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHqhWwZ5T .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHqhWwZ5T .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .y91Afo-uNHqhWwZ5T .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .y91Afo-uNHqhWwZ5T .container {
    padding: 0 6px;
  }
}
.y91Afo-uNHqhWwZ5T .row {
  margin: 0;
  background-color: #c7dde2;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .y91Afo-uNHqhWwZ5T .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .y91Afo-uNHqhWwZ5T .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .y91Afo-uNHqhWwZ5T .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .y91Afo-uNHqhWwZ5T .row {
    padding: 70px 16px;
  }
}
.y91Afo-uNHqhWwZ5T .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.y91Afo-uNHqhWwZ5T .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .y91Afo-uNHqhWwZ5T .desc-wrapper {
    padding: 0;
  }
}
.y91Afo-uNHqhWwZ5T .desc-wrapper .menu-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #11396f;
  border-radius: 30px;
  margin-bottom: 0;
}
.y91Afo-uNHqhWwZ5T .title-wrapper {
  margin-bottom: 64px;
}
.y91Afo-uNHqhWwZ5T .title-wrapper span {
  color: #11396f;
}
.y91Afo-uNHqhWwZ5T .title-wrapper .menu-section-title {
  margin-bottom: 0;
}
.y91Afo-uNHqhWwZ5T .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .y91Afo-uNHqhWwZ5T .cards-wrapper {
    display: block;
  }
}
.y91Afo-uNHqhWwZ5T .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHqhWwZ5T .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.y91Afo-uNHqhWwZ5T .cards-wrapper .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #11396f;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHqhWwZ5T .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHqhWwZ5T .cards-wrapper .item .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #11396f;
}
@media (max-width: 992px) {
  .y91Afo-uNHqhWwZ5T .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.y91Afo-uNHqhWwZ5T .cards-wrapper .item:hover .item-wrapper .item-img img,
.y91Afo-uNHqhWwZ5T .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.y91Afo-uNHqhWwZ5T .cards-wrapper .item:hover::before,
.y91Afo-uNHqhWwZ5T .cards-wrapper .item:focus::before {
  top: -10px;
}
.y91Afo-uNHqhWwZ5T .cards-wrapper .item:hover .item-desc,
.y91Afo-uNHqhWwZ5T .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.y91Afo-uNHqhWwZ5T .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .y91Afo-uNHqhWwZ5T .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.y91Afo-uNHqhWwZ5T .cards-wrapper .item .item-wrapper .item-content .item-img {
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 10px;
}
.y91Afo-uNHqhWwZ5T .cards-wrapper .item .item-wrapper .item-content .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHqhWwZ5T .cards-wrapper .item .item-wrapper .item-content .card-price {
  margin-bottom: 22px;
}
.y91Afo-uNHqhWwZ5T .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.y91Afo-uNHqhWwZ5T .cards-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 22px;
}
.y91Afo-uNHqhWwZ5T .menu-desc {
  color: #ffffff;
}
.y91Afo-uNHqhWwZ5T .menu-section-title {
  color: #11396f;
  text-align: right;
}
.y91Afo-uNHqhWwZ5T .card-desc {
  color: #ffffff;
}
.y91Afo-uNHqhWwZ5T .card-price {
  color: #11396f;
  text-align: center;
}
.y91Afo-uNHqhWwZ5T .card-title {
  color: #131313;
}
.y91Afo-uNHqhWwZ5T .card-text {
  color: #131313;
  text-align: center;
}
.y91Afo-uNHqhWwZ5T .menu-desc,
.y91Afo-uNHqhWwZ5T .desc-wrapper {
  color: #11396f;
  text-align: center;
}
.y91Afo-uNHqhWwZ5T .card-desc,
.y91Afo-uNHqhWwZ5T .item-desc {
  color: #c7dde2;
}
.y91Afo-uNHuXnNp7G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.y91Afo-uNHuXnNp7G .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHuXnNp7G .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHuXnNp7G .container,
.y91Afo-uNHuXnNp7G .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .y91Afo-uNHuXnNp7G .container,
  .y91Afo-uNHuXnNp7G .container-fluid {
    padding: 0 20px;
  }
}
.y91Afo-uNHuXnNp7G .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #11396f;
  border-bottom: 1px solid #11396f;
}
@media (max-width: 992px) {
  .y91Afo-uNHuXnNp7G .title-wrapper {
    padding: 25px 0;
  }
}
.y91Afo-uNHuXnNp7G .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #c7dde2;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .y91Afo-uNHuXnNp7G .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.y91Afo-uNHuXnNp7G .title-wrapper .title-wrap .menu-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .y91Afo-uNHuXnNp7G .title-wrapper .title-wrap .menu-section-title {
    margin-bottom: 20px;
  }
}
.y91Afo-uNHuXnNp7G .title-wrapper .title-wrap .menu-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .y91Afo-uNHuXnNp7G .title-wrapper .title-wrap .menu-text {
    margin-bottom: 20px;
  }
}
.y91Afo-uNHuXnNp7G .menu-section-title {
  color: #3d4045;
}
.y91Afo-uNHuXnNp7G .menu-text {
  color: #000000;
  text-align: center;
}
.y91Afo-uNHuXnNp7G .menu-section-btn {
  text-align: right;
}
.y91Afo-uNHuXnNp7G .menu-section-title,
.y91Afo-uNHuXnNp7G .menu-section-btn {
  text-align: center;
  color: #11396f;
}
.y91Afo-uNHvuEx6CM {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #c7dde2;
  overflow: hidden;
}
.y91Afo-uNHvuEx6CM .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHvuEx6CM .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHvuEx6CM .container-fluid {
  max-width: 100% !important;
}
.y91Afo-uNHvuEx6CM .img-wrap {
  width: 100%;
  height: 100%;
}
.y91Afo-uNHvuEx6CM .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.y91Afo-uNHvuEx6CM .text-box {
  width: 100%;
  height: 100%;
  padding: 0 16% 0 10.5%;
}
@media (max-width: 991px) {
  .y91Afo-uNHvuEx6CM .text-box {
    padding: 0 7% 0 7%;
  }
}
.y91Afo-uNHvuEx6CM .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12% 0 12.7% 0;
}
@media (max-width: 991px) {
  .y91Afo-uNHvuEx6CM .text-wrap {
    padding: 7% 0 8% 0;
  }
}
@media (max-width: 767px) {
  .y91Afo-uNHvuEx6CM .text-wrap {
    padding: 12% 0 14% 0;
  }
}
.y91Afo-uNHvuEx6CM .menu-section-title {
  color: #11396f;
  text-align: center;
}
.y91Afo-uNHvuEx6CM .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .y91Afo-uNHvuEx6CM .text-bottom {
    padding-top: 9%;
    margin-top: 40px;
  }
}
.y91Afo-uNHvuEx6CM .menu-text {
  color: #303030;
}
.y91Afo-uNHvuEx6CM .menu-section-btn {
  margin-top: 16px;
}
.y91Afo-uNHvuEx6CM .form-box {
  width: 100%;
  height: 100%;
  padding: 0 16% 0 10.5%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .y91Afo-uNHvuEx6CM .form-box {
    padding: 0 7% 0 7%;
  }
}
.y91Afo-uNHvuEx6CM .form-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 12% 0 12.7% 0;
}
@media (max-width: 991px) {
  .y91Afo-uNHvuEx6CM .form-wrap {
    padding: 7% 0 8% 0;
  }
}
@media (max-width: 767px) {
  .y91Afo-uNHvuEx6CM .form-wrap {
    padding: 12% 0 14% 0;
  }
}
.y91Afo-uNHvuEx6CM .form-title {
  color: #11396f;
  margin-bottom: 20px;
  text-align: center;
}
.y91Afo-uNHvuEx6CM div.menu-form {
  margin-top: auto;
}
@media (max-width: 991px) {
  .y91Afo-uNHvuEx6CM div.menu-form {
    padding-top: 11%;
  }
}
@media (max-width: 767px) {
  .y91Afo-uNHvuEx6CM div.menu-form {
    padding-top: 14%;
  }
}
.y91Afo-uNHvuEx6CM form {
  width: 100%;
}
.y91Afo-uNHvuEx6CM form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.y91Afo-uNHvuEx6CM form p {
  color: #11396f;
}
.y91Afo-uNHvuEx6CM form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.y91Afo-uNHvuEx6CM form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #11396f !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #11396f;
  font-weight: 400;
  transition: .3s;
}
.y91Afo-uNHvuEx6CM form .form-control::-webkit-input-placeholder {
  color: #11396f;
}
.y91Afo-uNHvuEx6CM form .form-control::-moz-placeholder {
  color: #11396f;
}
.y91Afo-uNHvuEx6CM form .form-control:-moz-placeholder {
  color: #11396f;
}
.y91Afo-uNHvuEx6CM form .form-control:-ms-input-placeholder {
  color: #11396f;
}
.y91Afo-uNHvuEx6CM form select {
  color: #11396f !important;
}
.y91Afo-uNHvuEx6CM form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.y91Afo-uNHvuEx6CM form textarea::-webkit-input-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHvuEx6CM form textarea::-moz-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHvuEx6CM form textarea:-moz-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHvuEx6CM form textarea:-ms-input-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHvuEx6CM form input,
.y91Afo-uNHvuEx6CM form textarea {
  transition: .3s all;
}
.y91Afo-uNHvuEx6CM form input:active,
.y91Afo-uNHvuEx6CM form textarea:active,
.y91Afo-uNHvuEx6CM form input:focus,
.y91Afo-uNHvuEx6CM form textarea:focus {
  background-color: transparent !important;
  border-color: #11396f !important;
  outline: none !important;
}
.y91Afo-uNHvuEx6CM form input:active::-webkit-input-placeholder,
.y91Afo-uNHvuEx6CM form textarea:active::-webkit-input-placeholder,
.y91Afo-uNHvuEx6CM form input:focus::-webkit-input-placeholder,
.y91Afo-uNHvuEx6CM form textarea:focus::-webkit-input-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHvuEx6CM form input:active::-moz-placeholder,
.y91Afo-uNHvuEx6CM form textarea:active::-moz-placeholder,
.y91Afo-uNHvuEx6CM form input:focus::-moz-placeholder,
.y91Afo-uNHvuEx6CM form textarea:focus::-moz-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHvuEx6CM form input:active:-moz-placeholder,
.y91Afo-uNHvuEx6CM form textarea:active:-moz-placeholder,
.y91Afo-uNHvuEx6CM form input:focus:-moz-placeholder,
.y91Afo-uNHvuEx6CM form textarea:focus:-moz-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHvuEx6CM form input:active:-ms-input-placeholder,
.y91Afo-uNHvuEx6CM form textarea:active:-ms-input-placeholder,
.y91Afo-uNHvuEx6CM form input:focus:-ms-input-placeholder,
.y91Afo-uNHvuEx6CM form textarea:focus:-ms-input-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHvuEx6CM form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.y91Afo-uNHvuEx6CM form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.y91Afo-uNHvuEx6CM form label {
  width: 100%;
  color: #11396f;
  margin-bottom: 6px;
}
.y91Afo-uNHvuEx6CM form .form-check label {
  color: #11396f;
}
.y91Afo-uNHvuEx6CM form .form-check-input {
  border-color: #11396f !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.y91Afo-uNHvuEx6CM form .form-check-input:focus,
.y91Afo-uNHvuEx6CM form .form-check-input:hover {
  background-color: #11396f !important;
  border-color: #11396f !important;
}
.y91Afo-uNHvuEx6CM form .form-check-input:checked {
  border-color: #11396f !important;
  background-color: #11396f !important;
}
.y91Afo-uNHvuEx6CM .menu-text,
.y91Afo-uNHvuEx6CM .menu-section-btn {
  text-align: center;
}
.y91Afo-uNHvQOXGug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.y91Afo-uNHvQOXGug .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHvQOXGug .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHvQOXGug .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .y91Afo-uNHvQOXGug .row {
    padding: 0 12px;
  }
}
.y91Afo-uNHvQOXGug .item {
  z-index: 1;
}
.y91Afo-uNHvQOXGug .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .y91Afo-uNHvQOXGug .title-wrapper {
    margin-bottom: 65px;
  }
}
.y91Afo-uNHvQOXGug .title-wrapper .menu-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .y91Afo-uNHvQOXGug .title-wrapper .menu-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.y91Afo-uNHvQOXGug .title-wrapper .menu-section-title {
  margin-bottom: 0;
}
.y91Afo-uNHvQOXGug .text-wrapper .menu-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHvQOXGug .item-wrapper {
    margin-top: 48px;
  }
}
.y91Afo-uNHvQOXGug .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .y91Afo-uNHvQOXGug .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.y91Afo-uNHvQOXGug .item-wrapper .icon-wrapper .menu-iconfont {
  font-size: 30px;
  color: #11396f;
}
.y91Afo-uNHvQOXGug .item-wrapper .menu-card-title {
  margin-bottom: 0;
}
.y91Afo-uNHvQOXGug .item-wrapper .menu-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .y91Afo-uNHvQOXGug .item-wrapper .menu-card-title {
    margin-bottom: 13px;
  }
}
.y91Afo-uNHvQOXGug .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #11396f;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .y91Afo-uNHvQOXGug .border-wrap {
    margin-bottom: 65px;
  }
}
.y91Afo-uNHvQOXGug .menu-section-title {
  color: #000000;
  text-align: center;
}
.y91Afo-uNHvQOXGug .menu-section-subtitle {
  color: #11396f;
  text-align: center;
}
.y91Afo-uNHvQOXGug .menu-card-title {
  color: #181818;
}
.y91Afo-uNHvQOXGug .menu-card-title,
.y91Afo-uNHvQOXGug .icon-wrapper {
  text-align: center;
  color: #000000;
}
.y91Afo-uNHCEWHQwZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #93b7c0;
}
.y91Afo-uNHCEWHQwZ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container {
    padding: 0 24px;
  }
}
.y91Afo-uNHCEWHQwZ .row {
  justify-content: space-between;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper {
  display: flex;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .content-wrapper {
    padding: 24px 0;
  }
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-section-title {
  margin-bottom: 24px;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .nav-list {
    padding: 0;
  }
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #11396f;
  border-bottom: 1px solid #11396f;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover::before,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap::before {
  content: '';
  background-color: #11396f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.y91Afo-uNHCEWHQwZ .menu-section-title {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .list {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .menu-copy {
  color: #11396f;
}
.y91Afo-uNHDgORpaG {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  background-color: #93b7c0 !important;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #93b7c0 !important;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y91Afo-uNHDgORpaG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y91Afo-uNHDgORpaG .menu_box .navbar.opened,
  .y91Afo-uNHDgORpaG .menu_box .navbar-collapse {
    background-color: #93b7c0 !important;
    transition: all 0s ease 0s;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  position: relative !important;
}
.y91Afo-uNHDgORpaG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    margin-top: 1rem;
  }
}
.y91Afo-uNHDgORpaG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-text,
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-section-subtitle {
    margin-bottom: 32px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #11396f;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y91Afo-uNHDgORpaG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y91Afo-uNHDgORpaG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y91Afo-uNHDgORpaG .lg_brand {
    margin: 0 1rem;
  }
  .y91Afo-uNHDgORpaG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y91Afo-uNHDgORpaG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 0 !important;
  }
}
.y91Afo-uNHDgORpaG .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.y91Afo-uNHDgORpaG .nav-item .nav-link:hover,
.y91Afo-uNHDgORpaG .nav-item .nav-link:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .y91Afo-uNHDgORpaG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box {
    display: none;
  }
}
.y91Afo-uNHDgORpaG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .container {
  display: flex;
  margin: auto;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:hover {
  opacity: .5;
}
.y91Afo-uNHDgORpaG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar-nav {
    margin: 0;
  }
}
.y91Afo-uNHDgORpaG .dropdown-menu,
.y91Afo-uNHDgORpaG .navbar.opened {
  background-color: false !important;
}
.y91Afo-uNHDgORpaG .nav-item:focus,
.y91Afo-uNHDgORpaG .nav-link:focus {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y91Afo-uNHDgORpaG .navbar.opened {
  transition: all 0.3s;
}
.y91Afo-uNHDgORpaG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y91Afo-uNHDgORpaG .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.y91Afo-uNHDgORpaG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y91Afo-uNHDgORpaG .navbar.collapsed {
  justify-content: center;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y91Afo-uNHDgORpaG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .navbar .nav-item {
    padding: .5rem 0;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y91Afo-uNHDgORpaG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y91Afo-uNHDgORpaG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y91Afo-uNHDgORpaG .navbar .icons-menu {
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .navbar.navbar-short {
  min-height: 60px;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y91Afo-uNHDgORpaG .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;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-logo a {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown-item.active,
.y91Afo-uNHDgORpaG .dropdown-item:active {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y91Afo-uNHDgORpaG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y91Afo-uNHDgORpaG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y91Afo-uNHDgORpaG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #93b7c0;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #11396f;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y91Afo-uNHDgORpaG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .y91Afo-uNHDgORpaG .navbar {
    height: 70px;
  }
  .y91Afo-uNHDgORpaG .navbar.opened {
    height: auto;
  }
  .y91Afo-uNHDgORpaG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y91Afo-uNHDgORpaG .container-fluid {
    padding: 0 36px;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.y91Afo-uNHDgORpaG .navbar-caption:hover {
  color: #11396f;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y91Afo-uNHDgORpaG .text_widget {
  margin-bottom: 32px;
}
.y91Afo-uNHDgORpaG .text_widget a {
  transition: all 0.3s ease-out;
}
.y91Afo-uNHDgORpaG .text_widget a:hover,
.y91Afo-uNHDgORpaG .text_widget a:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle {
  color: #080808;
  text-align: center;
}
.y91Afo-uNHDgORpaG .navbar-caption {
  color: #080808;
}
.y91Afo-uNHDgORpaG .menu-text {
  color: #333333;
  text-align: center;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle,
.y91Afo-uNHDgORpaG .text_widget,
.y91Afo-uNHDgORpaG .menu-section-btn {
  text-align: center;
}
.y91Afo-uNHDgORpaG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.y91Afo-uNHAkAVAPP {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.y91Afo-uNHAkAVAPP .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHAkAVAPP .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHAkAVAPP .items-wrap {
  justify-content: space-between;
}
.y91Afo-uNHAkAVAPP .items-wrap .card {
  justify-content: center;
}
.y91Afo-uNHAkAVAPP .title-wrapper .menu-desc {
  margin-bottom: 15px;
}
.y91Afo-uNHAkAVAPP .title-wrapper .menu-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .y91Afo-uNHAkAVAPP .title-wrapper .menu-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .y91Afo-uNHAkAVAPP .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .y91Afo-uNHAkAVAPP .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.y91Afo-uNHAkAVAPP .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .y91Afo-uNHAkAVAPP .image-wrapper {
    margin-bottom: 32px;
  }
}
.y91Afo-uNHAkAVAPP .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #11396f;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .y91Afo-uNHAkAVAPP .image-wrapper img {
    height: 350px;
  }
}
.y91Afo-uNHAkAVAPP .menu-section-title {
  color: #11396f;
  text-align: center;
}
.y91Afo-uNHAkAVAPP .menu-text {
  color: #000000;
}
.y91Afo-uNHAkAVAPP .menu-text,
.y91Afo-uNHAkAVAPP .menu-section-btn {
  color: #fdfde1;
}
.y91Afo-uNHAkAVAPP .menu-desc {
  color: #fdfde1;
}
.y91Afo-uNHAkAVAPP .menu-section-subtitle {
  color: #11396f;
}
.y91Afo-uNHAkAVAPP .menu-desc,
.y91Afo-uNHAkAVAPP .menu-section-btn {
  color: #000000;
}
.y91Afo-uNHBaHX9gg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7dde2;
}
.y91Afo-uNHBaHX9gg .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHBaHX9gg .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHBaHX9gg .title-wrapper .menu-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .y91Afo-uNHBaHX9gg .title-wrapper .menu-section-title {
    margin-bottom: 32px;
  }
}
.y91Afo-uNHBaHX9gg .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .y91Afo-uNHBaHX9gg .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.y91Afo-uNHBaHX9gg .icon-wrap .menu-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #bff474;
  font-size: 70px;
}
@media (max-width: 992px) {
  .y91Afo-uNHBaHX9gg .icon-wrap .menu-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.y91Afo-uNHBaHX9gg .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.y91Afo-uNHBaHX9gg .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.y91Afo-uNHBaHX9gg .item .item-wrapper {
  height: 100%;
  padding: 42px 28px;
  background-color: #ecf4f6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .y91Afo-uNHBaHX9gg .item .item-wrapper {
    padding: 36px 24px;
  }
}
.y91Afo-uNHBaHX9gg .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.y91Afo-uNHBaHX9gg .item .item-wrapper .card-box .item-desc {
  margin-bottom: 32px;
}
.y91Afo-uNHBaHX9gg .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.y91Afo-uNHBaHX9gg .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 32px 0;
  list-style-type: none;
}
.y91Afo-uNHBaHX9gg .item .item-wrapper .card-box .list .item-wrap {
  border-top: 2px solid #11396f;
  padding: 22px 0;
}
.y91Afo-uNHBaHX9gg .item .item-wrapper .card-box .list .item-wrap:first-child {
  border-top: none;
  padding-top: 0;
}
.y91Afo-uNHBaHX9gg .item .item-wrapper .card-box .list .item-wrap:last-child {
  padding-bottom: 0;
}
.y91Afo-uNHBaHX9gg .menu-section-title {
  color: #000000;
}
.y91Afo-uNHBaHX9gg .item-price {
  color: #11396f;
  text-align: center;
}
.y91Afo-uNHBaHX9gg .item-desc {
  color: #11396f;
  text-align: center;
}
.y91Afo-uNHBaHX9gg .item-title,
.y91Afo-uNHBaHX9gg .menu-section-btn {
  text-align: center;
  color: #fdfde1;
}
.y91Afo-uNHBaHX9gg .list,
.y91Afo-uNHBaHX9gg .item-wrap {
  color: #000000;
}
.y91Afo-uNHBaHX9gg .menu-section-title,
.y91Afo-uNHBaHX9gg .icon-wrap {
  text-align: left;
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #93b7c0;
}
.y91Afo-uNHCEWHQwZ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container {
    padding: 0 24px;
  }
}
.y91Afo-uNHCEWHQwZ .row {
  justify-content: space-between;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper {
  display: flex;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .content-wrapper {
    padding: 24px 0;
  }
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-section-title {
  margin-bottom: 24px;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .nav-list {
    padding: 0;
  }
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #11396f;
  border-bottom: 1px solid #11396f;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover::before,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap::before {
  content: '';
  background-color: #11396f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.y91Afo-uNHCEWHQwZ .menu-section-title {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .list {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .menu-copy {
  color: #11396f;
}
.y91Afo-uNHDgORpaG {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  background-color: #93b7c0 !important;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #93b7c0 !important;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y91Afo-uNHDgORpaG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y91Afo-uNHDgORpaG .menu_box .navbar.opened,
  .y91Afo-uNHDgORpaG .menu_box .navbar-collapse {
    background-color: #93b7c0 !important;
    transition: all 0s ease 0s;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  position: relative !important;
}
.y91Afo-uNHDgORpaG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    margin-top: 1rem;
  }
}
.y91Afo-uNHDgORpaG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-text,
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-section-subtitle {
    margin-bottom: 32px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #11396f;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y91Afo-uNHDgORpaG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y91Afo-uNHDgORpaG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y91Afo-uNHDgORpaG .lg_brand {
    margin: 0 1rem;
  }
  .y91Afo-uNHDgORpaG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y91Afo-uNHDgORpaG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 0 !important;
  }
}
.y91Afo-uNHDgORpaG .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.y91Afo-uNHDgORpaG .nav-item .nav-link:hover,
.y91Afo-uNHDgORpaG .nav-item .nav-link:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .y91Afo-uNHDgORpaG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box {
    display: none;
  }
}
.y91Afo-uNHDgORpaG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .container {
  display: flex;
  margin: auto;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:hover {
  opacity: .5;
}
.y91Afo-uNHDgORpaG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar-nav {
    margin: 0;
  }
}
.y91Afo-uNHDgORpaG .dropdown-menu,
.y91Afo-uNHDgORpaG .navbar.opened {
  background-color: false !important;
}
.y91Afo-uNHDgORpaG .nav-item:focus,
.y91Afo-uNHDgORpaG .nav-link:focus {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y91Afo-uNHDgORpaG .navbar.opened {
  transition: all 0.3s;
}
.y91Afo-uNHDgORpaG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y91Afo-uNHDgORpaG .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.y91Afo-uNHDgORpaG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y91Afo-uNHDgORpaG .navbar.collapsed {
  justify-content: center;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y91Afo-uNHDgORpaG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .navbar .nav-item {
    padding: .5rem 0;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y91Afo-uNHDgORpaG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y91Afo-uNHDgORpaG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y91Afo-uNHDgORpaG .navbar .icons-menu {
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .navbar.navbar-short {
  min-height: 60px;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y91Afo-uNHDgORpaG .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;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-logo a {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown-item.active,
.y91Afo-uNHDgORpaG .dropdown-item:active {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y91Afo-uNHDgORpaG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y91Afo-uNHDgORpaG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y91Afo-uNHDgORpaG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #93b7c0;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #11396f;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y91Afo-uNHDgORpaG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .y91Afo-uNHDgORpaG .navbar {
    height: 70px;
  }
  .y91Afo-uNHDgORpaG .navbar.opened {
    height: auto;
  }
  .y91Afo-uNHDgORpaG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y91Afo-uNHDgORpaG .container-fluid {
    padding: 0 36px;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.y91Afo-uNHDgORpaG .navbar-caption:hover {
  color: #11396f;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y91Afo-uNHDgORpaG .text_widget {
  margin-bottom: 32px;
}
.y91Afo-uNHDgORpaG .text_widget a {
  transition: all 0.3s ease-out;
}
.y91Afo-uNHDgORpaG .text_widget a:hover,
.y91Afo-uNHDgORpaG .text_widget a:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle {
  color: #080808;
  text-align: center;
}
.y91Afo-uNHDgORpaG .navbar-caption {
  color: #080808;
}
.y91Afo-uNHDgORpaG .menu-text {
  color: #333333;
  text-align: center;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle,
.y91Afo-uNHDgORpaG .text_widget,
.y91Afo-uNHDgORpaG .menu-section-btn {
  text-align: center;
}
.y91Afo-uNHDgORpaG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.y91Afo-uNHxycY41E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.y91Afo-uNHxycY41E .row {
  align-items: center;
}
@media (max-width: 991px) {
  .y91Afo-uNHxycY41E .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .y91Afo-uNHxycY41E .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .y91Afo-uNHxycY41E .text-wrapper {
    padding: 0 2rem 0 6.2rem;
  }
}
.y91Afo-uNHxycY41E .under-image {
  width: 100%;
  height: 30%;
  text-align: center;
  padding: 3rem  1rem;
  margin-top: 0.65rem;
  background: #fff7ec;
}
.y91Afo-uNHxycY41E .menu-section-title {
  color: #11396f;
  text-align: left;
}
.y91Afo-uNHxycY41E .under-img {
  text-align: center;
  color: #9d5f00;
  margin: 0 !important;
}
.y91Afo-uNHxycY41E .menu-text,
.y91Afo-uNHxycY41E .menu-section-btn {
  text-align: left;
  color: #000000;
}
.y91Afo-uNHxycY41E .menu-text {
  line-height: 1.4;
}
.y91Afo-uNHxycY41E .menu-text {
  padding-top: 2rem;
}
.y91Afo-uNHxycY41E .menu-section-btn {
  margin-top: 2.9rem !important;
}
.y91Afo-uNHxycY41E .menu-section-title P {
  text-align: left;
}
.y91Afo-uNHxycY41E .sub-title P {
  text-align: left;
}
.y91Afo-uNHxycY41E .sub-title {
  color: #11396f;
  text-align: left;
}
.y91Afo-uNHxycY41E .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHxycY41E .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHxZsBZ7B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c7dde2;
}
.y91Afo-uNHxZsBZ7B .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHxZsBZ7B .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHxZsBZ7B .container,
.y91Afo-uNHxZsBZ7B .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .y91Afo-uNHxZsBZ7B .container,
  .y91Afo-uNHxZsBZ7B .container-fluid {
    padding: 0 20px;
  }
}
.y91Afo-uNHxZsBZ7B .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #11396f;
  border-bottom: 1px solid #11396f;
}
@media (max-width: 992px) {
  .y91Afo-uNHxZsBZ7B .title-wrapper {
    padding: 25px 0;
  }
}
.y91Afo-uNHxZsBZ7B .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #c7dde2;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .y91Afo-uNHxZsBZ7B .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.y91Afo-uNHxZsBZ7B .title-wrapper .title-wrap .menu-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .y91Afo-uNHxZsBZ7B .title-wrapper .title-wrap .menu-section-title {
    margin-bottom: 20px;
  }
}
.y91Afo-uNHxZsBZ7B .title-wrapper .title-wrap .menu-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .y91Afo-uNHxZsBZ7B .title-wrapper .title-wrap .menu-text {
    margin-bottom: 20px;
  }
}
.y91Afo-uNHxZsBZ7B .menu-section-title {
  color: #3d4045;
}
.y91Afo-uNHxZsBZ7B .menu-text {
  color: #000000;
  text-align: center;
}
.y91Afo-uNHxZsBZ7B .menu-section-btn {
  text-align: right;
}
.y91Afo-uNHxZsBZ7B .menu-section-title,
.y91Afo-uNHxZsBZ7B .menu-section-btn {
  text-align: center;
  color: #11396f;
}
.y91Afo-uNHynor89Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.y91Afo-uNHynor89Q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.y91Afo-uNHynor89Q .card-title {
  margin-bottom: 26px;
  color: #93b7c0;
}
.y91Afo-uNHynor89Q .menu-text {
  margin-bottom: 30px;
}
.y91Afo-uNHynor89Q .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(147, 183, 192, 0.4);
  background-image: linear-gradient(125deg, #93b7c0 0%, #d3e2e6 100%);
}
.y91Afo-uNHynor89Q .iconfont-wrapper .menu-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.y91Afo-uNHynor89Q .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.y91Afo-uNHynor89Q .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.y91Afo-uNHynor89Q .btn_link:hover {
  cursor: pointer;
}
.y91Afo-uNHynor89Q .btn_link:hover a {
  color: #11396f !important;
}
.y91Afo-uNHynor89Q .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .y91Afo-uNHynor89Q .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHynor89Q .text-wrapper {
    text-align: center;
  }
  .y91Afo-uNHynor89Q .image-wrapper {
    margin-bottom: 40px;
  }
  .y91Afo-uNHynor89Q .menu-text {
    margin-bottom: 20px;
  }
  .y91Afo-uNHynor89Q .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.y91Afo-uNHynor89Q .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHynor89Q .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHynor89Q .card-title,
.y91Afo-uNHynor89Q .icon_block {
  color: #11396f;
  text-align: center;
}
.y91Afo-uNHynor89Q .menu-text,
.y91Afo-uNHynor89Q .btn_link {
  color: #000000;
  text-align: right;
}
.y91Afo-uNHyGN5ZhW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7dde2;
}
.y91Afo-uNHyGN5ZhW .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHyGN5ZhW .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHyGN5ZhW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .y91Afo-uNHyGN5ZhW .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .y91Afo-uNHyGN5ZhW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .y91Afo-uNHyGN5ZhW .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .y91Afo-uNHyGN5ZhW .container {
    padding: 0 16px;
  }
}
.y91Afo-uNHyGN5ZhW .title-wrapper .menu-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .y91Afo-uNHyGN5ZhW .title-wrapper .menu-section-title {
    margin-bottom: 20px;
  }
}
.y91Afo-uNHyGN5ZhW .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #11396f;
  border-bottom: 1px solid #11396f;
}
@media (max-width: 992px) {
  .y91Afo-uNHyGN5ZhW .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.y91Afo-uNHyGN5ZhW .content-wrapper .menu-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHyGN5ZhW .content-wrapper .menu-section-subtitle {
    width: 100%;
  }
}
.y91Afo-uNHyGN5ZhW .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .y91Afo-uNHyGN5ZhW .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.y91Afo-uNHyGN5ZhW .content-wrapper .text-wrapper .menu-text {
  margin-bottom: 16px;
}
.y91Afo-uNHyGN5ZhW .menu-section-title {
  color: #144031;
  text-align: center;
}
.y91Afo-uNHyGN5ZhW .menu-section-subtitle {
  color: #11396f;
  text-align: center;
}
.y91Afo-uNHyGN5ZhW .menu-text {
  color: #000000;
}
.y91Afo-uNHCEWHQwZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #93b7c0;
}
.y91Afo-uNHCEWHQwZ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container {
    padding: 0 24px;
  }
}
.y91Afo-uNHCEWHQwZ .row {
  justify-content: space-between;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper {
  display: flex;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .content-wrapper {
    padding: 24px 0;
  }
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-section-title {
  margin-bottom: 24px;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .nav-list {
    padding: 0;
  }
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #11396f;
  border-bottom: 1px solid #11396f;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover::before,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap::before {
  content: '';
  background-color: #11396f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.y91Afo-uNHCEWHQwZ .menu-section-title {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .list {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .menu-copy {
  color: #11396f;
}
.y91Afo-uNHDgORpaG {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  background-color: #93b7c0 !important;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #93b7c0 !important;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y91Afo-uNHDgORpaG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y91Afo-uNHDgORpaG .menu_box .navbar.opened,
  .y91Afo-uNHDgORpaG .menu_box .navbar-collapse {
    background-color: #93b7c0 !important;
    transition: all 0s ease 0s;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  position: relative !important;
}
.y91Afo-uNHDgORpaG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    margin-top: 1rem;
  }
}
.y91Afo-uNHDgORpaG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-text,
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-section-subtitle {
    margin-bottom: 32px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #11396f;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y91Afo-uNHDgORpaG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y91Afo-uNHDgORpaG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y91Afo-uNHDgORpaG .lg_brand {
    margin: 0 1rem;
  }
  .y91Afo-uNHDgORpaG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y91Afo-uNHDgORpaG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 0 !important;
  }
}
.y91Afo-uNHDgORpaG .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.y91Afo-uNHDgORpaG .nav-item .nav-link:hover,
.y91Afo-uNHDgORpaG .nav-item .nav-link:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .y91Afo-uNHDgORpaG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box {
    display: none;
  }
}
.y91Afo-uNHDgORpaG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .container {
  display: flex;
  margin: auto;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:hover {
  opacity: .5;
}
.y91Afo-uNHDgORpaG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar-nav {
    margin: 0;
  }
}
.y91Afo-uNHDgORpaG .dropdown-menu,
.y91Afo-uNHDgORpaG .navbar.opened {
  background-color: false !important;
}
.y91Afo-uNHDgORpaG .nav-item:focus,
.y91Afo-uNHDgORpaG .nav-link:focus {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y91Afo-uNHDgORpaG .navbar.opened {
  transition: all 0.3s;
}
.y91Afo-uNHDgORpaG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y91Afo-uNHDgORpaG .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.y91Afo-uNHDgORpaG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y91Afo-uNHDgORpaG .navbar.collapsed {
  justify-content: center;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y91Afo-uNHDgORpaG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .navbar .nav-item {
    padding: .5rem 0;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y91Afo-uNHDgORpaG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y91Afo-uNHDgORpaG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y91Afo-uNHDgORpaG .navbar .icons-menu {
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .navbar.navbar-short {
  min-height: 60px;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y91Afo-uNHDgORpaG .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;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-logo a {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown-item.active,
.y91Afo-uNHDgORpaG .dropdown-item:active {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y91Afo-uNHDgORpaG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y91Afo-uNHDgORpaG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y91Afo-uNHDgORpaG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #93b7c0;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #11396f;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y91Afo-uNHDgORpaG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .y91Afo-uNHDgORpaG .navbar {
    height: 70px;
  }
  .y91Afo-uNHDgORpaG .navbar.opened {
    height: auto;
  }
  .y91Afo-uNHDgORpaG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y91Afo-uNHDgORpaG .container-fluid {
    padding: 0 36px;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.y91Afo-uNHDgORpaG .navbar-caption:hover {
  color: #11396f;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y91Afo-uNHDgORpaG .text_widget {
  margin-bottom: 32px;
}
.y91Afo-uNHDgORpaG .text_widget a {
  transition: all 0.3s ease-out;
}
.y91Afo-uNHDgORpaG .text_widget a:hover,
.y91Afo-uNHDgORpaG .text_widget a:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle {
  color: #080808;
  text-align: center;
}
.y91Afo-uNHDgORpaG .navbar-caption {
  color: #080808;
}
.y91Afo-uNHDgORpaG .menu-text {
  color: #333333;
  text-align: center;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle,
.y91Afo-uNHDgORpaG .text_widget,
.y91Afo-uNHDgORpaG .menu-section-btn {
  text-align: center;
}
.y91Afo-uNHDgORpaG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.y91Afo-uNHzuADuAX {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #c7dde2;
  overflow: hidden;
}
.y91Afo-uNHzuADuAX .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHzuADuAX .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHzuADuAX .container-fluid {
  max-width: 100% !important;
}
.y91Afo-uNHzuADuAX .img-wrap {
  width: 100%;
  height: 100%;
}
.y91Afo-uNHzuADuAX .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.y91Afo-uNHzuADuAX .text-box {
  width: 100%;
  height: 100%;
  padding: 0 16% 0 10.5%;
}
@media (max-width: 991px) {
  .y91Afo-uNHzuADuAX .text-box {
    padding: 0 7% 0 7%;
  }
}
.y91Afo-uNHzuADuAX .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12% 0 12.7% 0;
}
@media (max-width: 991px) {
  .y91Afo-uNHzuADuAX .text-wrap {
    padding: 7% 0 8% 0;
  }
}
@media (max-width: 767px) {
  .y91Afo-uNHzuADuAX .text-wrap {
    padding: 12% 0 14% 0;
  }
}
.y91Afo-uNHzuADuAX .menu-section-title {
  color: #11396f;
  text-align: center;
}
.y91Afo-uNHzuADuAX .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .y91Afo-uNHzuADuAX .text-bottom {
    padding-top: 9%;
    margin-top: 40px;
  }
}
.y91Afo-uNHzuADuAX .menu-text {
  color: #303030;
}
.y91Afo-uNHzuADuAX .menu-section-btn {
  margin-top: 16px;
}
.y91Afo-uNHzuADuAX .form-box {
  width: 100%;
  height: 100%;
  padding: 0 16% 0 10.5%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .y91Afo-uNHzuADuAX .form-box {
    padding: 0 7% 0 7%;
  }
}
.y91Afo-uNHzuADuAX .form-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 12% 0 12.7% 0;
}
@media (max-width: 991px) {
  .y91Afo-uNHzuADuAX .form-wrap {
    padding: 7% 0 8% 0;
  }
}
@media (max-width: 767px) {
  .y91Afo-uNHzuADuAX .form-wrap {
    padding: 12% 0 14% 0;
  }
}
.y91Afo-uNHzuADuAX .form-title {
  color: #11396f;
  margin-bottom: 20px;
  text-align: center;
}
.y91Afo-uNHzuADuAX div.menu-form {
  margin-top: auto;
}
@media (max-width: 991px) {
  .y91Afo-uNHzuADuAX div.menu-form {
    padding-top: 11%;
  }
}
@media (max-width: 767px) {
  .y91Afo-uNHzuADuAX div.menu-form {
    padding-top: 14%;
  }
}
.y91Afo-uNHzuADuAX form {
  width: 100%;
}
.y91Afo-uNHzuADuAX form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.y91Afo-uNHzuADuAX form p {
  color: #11396f;
}
.y91Afo-uNHzuADuAX form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.y91Afo-uNHzuADuAX form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #11396f !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #11396f;
  font-weight: 400;
  transition: .3s;
}
.y91Afo-uNHzuADuAX form .form-control::-webkit-input-placeholder {
  color: #11396f;
}
.y91Afo-uNHzuADuAX form .form-control::-moz-placeholder {
  color: #11396f;
}
.y91Afo-uNHzuADuAX form .form-control:-moz-placeholder {
  color: #11396f;
}
.y91Afo-uNHzuADuAX form .form-control:-ms-input-placeholder {
  color: #11396f;
}
.y91Afo-uNHzuADuAX form select {
  color: #11396f !important;
}
.y91Afo-uNHzuADuAX form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.y91Afo-uNHzuADuAX form textarea::-webkit-input-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHzuADuAX form textarea::-moz-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHzuADuAX form textarea:-moz-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHzuADuAX form textarea:-ms-input-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHzuADuAX form input,
.y91Afo-uNHzuADuAX form textarea {
  transition: .3s all;
}
.y91Afo-uNHzuADuAX form input:active,
.y91Afo-uNHzuADuAX form textarea:active,
.y91Afo-uNHzuADuAX form input:focus,
.y91Afo-uNHzuADuAX form textarea:focus {
  background-color: transparent !important;
  border-color: #11396f !important;
  outline: none !important;
}
.y91Afo-uNHzuADuAX form input:active::-webkit-input-placeholder,
.y91Afo-uNHzuADuAX form textarea:active::-webkit-input-placeholder,
.y91Afo-uNHzuADuAX form input:focus::-webkit-input-placeholder,
.y91Afo-uNHzuADuAX form textarea:focus::-webkit-input-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHzuADuAX form input:active::-moz-placeholder,
.y91Afo-uNHzuADuAX form textarea:active::-moz-placeholder,
.y91Afo-uNHzuADuAX form input:focus::-moz-placeholder,
.y91Afo-uNHzuADuAX form textarea:focus::-moz-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHzuADuAX form input:active:-moz-placeholder,
.y91Afo-uNHzuADuAX form textarea:active:-moz-placeholder,
.y91Afo-uNHzuADuAX form input:focus:-moz-placeholder,
.y91Afo-uNHzuADuAX form textarea:focus:-moz-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHzuADuAX form input:active:-ms-input-placeholder,
.y91Afo-uNHzuADuAX form textarea:active:-ms-input-placeholder,
.y91Afo-uNHzuADuAX form input:focus:-ms-input-placeholder,
.y91Afo-uNHzuADuAX form textarea:focus:-ms-input-placeholder {
  color: #11396f !important;
}
.y91Afo-uNHzuADuAX form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.y91Afo-uNHzuADuAX form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.y91Afo-uNHzuADuAX form label {
  width: 100%;
  color: #11396f;
  margin-bottom: 6px;
}
.y91Afo-uNHzuADuAX form .form-check label {
  color: #11396f;
}
.y91Afo-uNHzuADuAX form .form-check-input {
  border-color: #11396f !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.y91Afo-uNHzuADuAX form .form-check-input:focus,
.y91Afo-uNHzuADuAX form .form-check-input:hover {
  background-color: #11396f !important;
  border-color: #11396f !important;
}
.y91Afo-uNHzuADuAX form .form-check-input:checked {
  border-color: #11396f !important;
  background-color: #11396f !important;
}
.y91Afo-uNHzuADuAX .menu-text,
.y91Afo-uNHzuADuAX .menu-section-btn {
  text-align: center;
}
.y91Afo-uNHzuSWjZf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.y91Afo-uNHzuSWjZf .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHzuSWjZf .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHzuSWjZf .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .y91Afo-uNHzuSWjZf .row {
    padding: 0 12px;
  }
}
.y91Afo-uNHzuSWjZf .item {
  z-index: 1;
}
.y91Afo-uNHzuSWjZf .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .y91Afo-uNHzuSWjZf .title-wrapper {
    margin-bottom: 65px;
  }
}
.y91Afo-uNHzuSWjZf .title-wrapper .menu-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .y91Afo-uNHzuSWjZf .title-wrapper .menu-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.y91Afo-uNHzuSWjZf .title-wrapper .menu-section-title {
  margin-bottom: 0;
}
.y91Afo-uNHzuSWjZf .text-wrapper .menu-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHzuSWjZf .item-wrapper {
    margin-top: 48px;
  }
}
.y91Afo-uNHzuSWjZf .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .y91Afo-uNHzuSWjZf .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.y91Afo-uNHzuSWjZf .item-wrapper .icon-wrapper .menu-iconfont {
  font-size: 30px;
  color: #11396f;
}
.y91Afo-uNHzuSWjZf .item-wrapper .menu-card-title {
  margin-bottom: 0;
}
.y91Afo-uNHzuSWjZf .item-wrapper .menu-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .y91Afo-uNHzuSWjZf .item-wrapper .menu-card-title {
    margin-bottom: 13px;
  }
}
.y91Afo-uNHzuSWjZf .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #11396f;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .y91Afo-uNHzuSWjZf .border-wrap {
    margin-bottom: 65px;
  }
}
.y91Afo-uNHzuSWjZf .menu-section-title {
  color: #000000;
  text-align: center;
}
.y91Afo-uNHzuSWjZf .menu-section-subtitle {
  color: #11396f;
  text-align: center;
}
.y91Afo-uNHzuSWjZf .menu-card-title {
  color: #181818;
}
.y91Afo-uNHzuSWjZf .menu-card-title,
.y91Afo-uNHzuSWjZf .icon-wrapper {
  text-align: center;
  color: #000000;
}
.y91Afo-uNHCEWHQwZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #93b7c0;
}
.y91Afo-uNHCEWHQwZ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container {
    padding: 0 24px;
  }
}
.y91Afo-uNHCEWHQwZ .row {
  justify-content: space-between;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper {
  display: flex;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .content-wrapper {
    padding: 24px 0;
  }
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-section-title {
  margin-bottom: 24px;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .nav-list {
    padding: 0;
  }
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #11396f;
  border-bottom: 1px solid #11396f;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover::before,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap::before {
  content: '';
  background-color: #11396f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.y91Afo-uNHCEWHQwZ .menu-section-title {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .list {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .menu-copy {
  color: #11396f;
}
.y91Afo-uNHDgORpaG {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  background-color: #93b7c0 !important;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #93b7c0 !important;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y91Afo-uNHDgORpaG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y91Afo-uNHDgORpaG .menu_box .navbar.opened,
  .y91Afo-uNHDgORpaG .menu_box .navbar-collapse {
    background-color: #93b7c0 !important;
    transition: all 0s ease 0s;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  position: relative !important;
}
.y91Afo-uNHDgORpaG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    margin-top: 1rem;
  }
}
.y91Afo-uNHDgORpaG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-text,
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-section-subtitle {
    margin-bottom: 32px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #11396f;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y91Afo-uNHDgORpaG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y91Afo-uNHDgORpaG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y91Afo-uNHDgORpaG .lg_brand {
    margin: 0 1rem;
  }
  .y91Afo-uNHDgORpaG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y91Afo-uNHDgORpaG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 0 !important;
  }
}
.y91Afo-uNHDgORpaG .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.y91Afo-uNHDgORpaG .nav-item .nav-link:hover,
.y91Afo-uNHDgORpaG .nav-item .nav-link:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .y91Afo-uNHDgORpaG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box {
    display: none;
  }
}
.y91Afo-uNHDgORpaG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .container {
  display: flex;
  margin: auto;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:hover {
  opacity: .5;
}
.y91Afo-uNHDgORpaG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar-nav {
    margin: 0;
  }
}
.y91Afo-uNHDgORpaG .dropdown-menu,
.y91Afo-uNHDgORpaG .navbar.opened {
  background-color: false !important;
}
.y91Afo-uNHDgORpaG .nav-item:focus,
.y91Afo-uNHDgORpaG .nav-link:focus {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y91Afo-uNHDgORpaG .navbar.opened {
  transition: all 0.3s;
}
.y91Afo-uNHDgORpaG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y91Afo-uNHDgORpaG .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.y91Afo-uNHDgORpaG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y91Afo-uNHDgORpaG .navbar.collapsed {
  justify-content: center;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y91Afo-uNHDgORpaG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .navbar .nav-item {
    padding: .5rem 0;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y91Afo-uNHDgORpaG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y91Afo-uNHDgORpaG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y91Afo-uNHDgORpaG .navbar .icons-menu {
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .navbar.navbar-short {
  min-height: 60px;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y91Afo-uNHDgORpaG .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;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-logo a {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown-item.active,
.y91Afo-uNHDgORpaG .dropdown-item:active {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y91Afo-uNHDgORpaG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y91Afo-uNHDgORpaG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y91Afo-uNHDgORpaG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #93b7c0;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #11396f;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y91Afo-uNHDgORpaG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .y91Afo-uNHDgORpaG .navbar {
    height: 70px;
  }
  .y91Afo-uNHDgORpaG .navbar.opened {
    height: auto;
  }
  .y91Afo-uNHDgORpaG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y91Afo-uNHDgORpaG .container-fluid {
    padding: 0 36px;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.y91Afo-uNHDgORpaG .navbar-caption:hover {
  color: #11396f;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y91Afo-uNHDgORpaG .text_widget {
  margin-bottom: 32px;
}
.y91Afo-uNHDgORpaG .text_widget a {
  transition: all 0.3s ease-out;
}
.y91Afo-uNHDgORpaG .text_widget a:hover,
.y91Afo-uNHDgORpaG .text_widget a:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle {
  color: #080808;
  text-align: center;
}
.y91Afo-uNHDgORpaG .navbar-caption {
  color: #080808;
}
.y91Afo-uNHDgORpaG .menu-text {
  color: #333333;
  text-align: center;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle,
.y91Afo-uNHDgORpaG .text_widget,
.y91Afo-uNHDgORpaG .menu-section-btn {
  text-align: center;
}
.y91Afo-uNHDgORpaG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.y91Afo-uNHjuVKMmb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.y91Afo-uNHjuVKMmb .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHjuVKMmb .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHjuVKMmb .row {
  justify-content: center;
}
.y91Afo-uNHjuVKMmb .title-wrapper {
  padding: 71px;
  background-color: #c7dde2;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .y91Afo-uNHjuVKMmb .title-wrapper {
    padding: 50px 25px;
  }
}
.y91Afo-uNHjuVKMmb .title-wrapper .menu-section-title {
  margin-bottom: 0;
}
.y91Afo-uNHjuVKMmb .text-wrapper .menu-text {
  margin-bottom: 25px;
}
.y91Afo-uNHjuVKMmb .menu-section-title {
  color: #ffffff;
  text-align: center;
}
.y91Afo-uNHjuVKMmb .menu-text {
  color: #747474;
}
.y91Afo-uNHjuVKMmb .menu-text,
.y91Afo-uNHjuVKMmb .menu-section-btn {
  text-align: left;
  color: #000000;
}
.y91Afo-uNHjuVKMmb .menu-section-title,
.y91Afo-uNHjuVKMmb .menu-iconfont {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #93b7c0;
}
.y91Afo-uNHCEWHQwZ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container {
    padding: 0 24px;
  }
}
.y91Afo-uNHCEWHQwZ .row {
  justify-content: space-between;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper {
  display: flex;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .content-wrapper {
    padding: 24px 0;
  }
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-section-title {
  margin-bottom: 24px;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .nav-list {
    padding: 0;
  }
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #11396f;
  border-bottom: 1px solid #11396f;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover::before,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap::before {
  content: '';
  background-color: #11396f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.y91Afo-uNHCEWHQwZ .menu-section-title {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .list {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .menu-copy {
  color: #11396f;
}
.y91Afo-uNHDgORpaG {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  background-color: #93b7c0 !important;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #93b7c0 !important;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y91Afo-uNHDgORpaG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y91Afo-uNHDgORpaG .menu_box .navbar.opened,
  .y91Afo-uNHDgORpaG .menu_box .navbar-collapse {
    background-color: #93b7c0 !important;
    transition: all 0s ease 0s;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  position: relative !important;
}
.y91Afo-uNHDgORpaG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    margin-top: 1rem;
  }
}
.y91Afo-uNHDgORpaG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-text,
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-section-subtitle {
    margin-bottom: 32px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #11396f;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y91Afo-uNHDgORpaG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y91Afo-uNHDgORpaG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y91Afo-uNHDgORpaG .lg_brand {
    margin: 0 1rem;
  }
  .y91Afo-uNHDgORpaG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y91Afo-uNHDgORpaG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 0 !important;
  }
}
.y91Afo-uNHDgORpaG .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.y91Afo-uNHDgORpaG .nav-item .nav-link:hover,
.y91Afo-uNHDgORpaG .nav-item .nav-link:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .y91Afo-uNHDgORpaG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box {
    display: none;
  }
}
.y91Afo-uNHDgORpaG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .container {
  display: flex;
  margin: auto;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:hover {
  opacity: .5;
}
.y91Afo-uNHDgORpaG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar-nav {
    margin: 0;
  }
}
.y91Afo-uNHDgORpaG .dropdown-menu,
.y91Afo-uNHDgORpaG .navbar.opened {
  background-color: false !important;
}
.y91Afo-uNHDgORpaG .nav-item:focus,
.y91Afo-uNHDgORpaG .nav-link:focus {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y91Afo-uNHDgORpaG .navbar.opened {
  transition: all 0.3s;
}
.y91Afo-uNHDgORpaG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y91Afo-uNHDgORpaG .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.y91Afo-uNHDgORpaG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y91Afo-uNHDgORpaG .navbar.collapsed {
  justify-content: center;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y91Afo-uNHDgORpaG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .navbar .nav-item {
    padding: .5rem 0;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y91Afo-uNHDgORpaG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y91Afo-uNHDgORpaG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y91Afo-uNHDgORpaG .navbar .icons-menu {
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .navbar.navbar-short {
  min-height: 60px;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y91Afo-uNHDgORpaG .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;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-logo a {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown-item.active,
.y91Afo-uNHDgORpaG .dropdown-item:active {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y91Afo-uNHDgORpaG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y91Afo-uNHDgORpaG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y91Afo-uNHDgORpaG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #93b7c0;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #11396f;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y91Afo-uNHDgORpaG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .y91Afo-uNHDgORpaG .navbar {
    height: 70px;
  }
  .y91Afo-uNHDgORpaG .navbar.opened {
    height: auto;
  }
  .y91Afo-uNHDgORpaG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y91Afo-uNHDgORpaG .container-fluid {
    padding: 0 36px;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.y91Afo-uNHDgORpaG .navbar-caption:hover {
  color: #11396f;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y91Afo-uNHDgORpaG .text_widget {
  margin-bottom: 32px;
}
.y91Afo-uNHDgORpaG .text_widget a {
  transition: all 0.3s ease-out;
}
.y91Afo-uNHDgORpaG .text_widget a:hover,
.y91Afo-uNHDgORpaG .text_widget a:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle {
  color: #080808;
  text-align: center;
}
.y91Afo-uNHDgORpaG .navbar-caption {
  color: #080808;
}
.y91Afo-uNHDgORpaG .menu-text {
  color: #333333;
  text-align: center;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle,
.y91Afo-uNHDgORpaG .text_widget,
.y91Afo-uNHDgORpaG .menu-section-btn {
  text-align: center;
}
.y91Afo-uNHDgORpaG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.y91Afo-uNHjB8vPCb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.y91Afo-uNHjB8vPCb .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHjB8vPCb .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHjB8vPCb .row {
  justify-content: center;
}
.y91Afo-uNHjB8vPCb .title-wrapper {
  padding: 71px;
  background-color: #c7dde2;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .y91Afo-uNHjB8vPCb .title-wrapper {
    padding: 50px 25px;
  }
}
.y91Afo-uNHjB8vPCb .title-wrapper .menu-section-title {
  margin-bottom: 0;
}
.y91Afo-uNHjB8vPCb .text-wrapper .menu-text {
  margin-bottom: 25px;
}
.y91Afo-uNHjB8vPCb .menu-section-title {
  color: #ffffff;
  text-align: center;
}
.y91Afo-uNHjB8vPCb .menu-text {
  color: #747474;
}
.y91Afo-uNHjB8vPCb .menu-text,
.y91Afo-uNHjB8vPCb .menu-section-btn {
  text-align: left;
  color: #000000;
}
.y91Afo-uNHjB8vPCb .menu-section-title,
.y91Afo-uNHjB8vPCb .menu-iconfont {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #93b7c0;
}
.y91Afo-uNHCEWHQwZ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container {
    padding: 0 24px;
  }
}
.y91Afo-uNHCEWHQwZ .row {
  justify-content: space-between;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper {
  display: flex;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .content-wrapper {
    padding: 24px 0;
  }
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-section-title {
  margin-bottom: 24px;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .nav-list {
    padding: 0;
  }
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #11396f;
  border-bottom: 1px solid #11396f;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover::before,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap::before {
  content: '';
  background-color: #11396f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.y91Afo-uNHCEWHQwZ .menu-section-title {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .list {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .menu-copy {
  color: #11396f;
}
.y91Afo-uNHDgORpaG {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  background-color: #93b7c0 !important;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #93b7c0 !important;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y91Afo-uNHDgORpaG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y91Afo-uNHDgORpaG .menu_box .navbar.opened,
  .y91Afo-uNHDgORpaG .menu_box .navbar-collapse {
    background-color: #93b7c0 !important;
    transition: all 0s ease 0s;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  position: relative !important;
}
.y91Afo-uNHDgORpaG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    margin-top: 1rem;
  }
}
.y91Afo-uNHDgORpaG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-text,
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-section-subtitle {
    margin-bottom: 32px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #11396f;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y91Afo-uNHDgORpaG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y91Afo-uNHDgORpaG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y91Afo-uNHDgORpaG .lg_brand {
    margin: 0 1rem;
  }
  .y91Afo-uNHDgORpaG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y91Afo-uNHDgORpaG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 0 !important;
  }
}
.y91Afo-uNHDgORpaG .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.y91Afo-uNHDgORpaG .nav-item .nav-link:hover,
.y91Afo-uNHDgORpaG .nav-item .nav-link:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .y91Afo-uNHDgORpaG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box {
    display: none;
  }
}
.y91Afo-uNHDgORpaG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .container {
  display: flex;
  margin: auto;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:hover {
  opacity: .5;
}
.y91Afo-uNHDgORpaG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar-nav {
    margin: 0;
  }
}
.y91Afo-uNHDgORpaG .dropdown-menu,
.y91Afo-uNHDgORpaG .navbar.opened {
  background-color: false !important;
}
.y91Afo-uNHDgORpaG .nav-item:focus,
.y91Afo-uNHDgORpaG .nav-link:focus {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y91Afo-uNHDgORpaG .navbar.opened {
  transition: all 0.3s;
}
.y91Afo-uNHDgORpaG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y91Afo-uNHDgORpaG .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.y91Afo-uNHDgORpaG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y91Afo-uNHDgORpaG .navbar.collapsed {
  justify-content: center;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y91Afo-uNHDgORpaG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .navbar .nav-item {
    padding: .5rem 0;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y91Afo-uNHDgORpaG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y91Afo-uNHDgORpaG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y91Afo-uNHDgORpaG .navbar .icons-menu {
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .navbar.navbar-short {
  min-height: 60px;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y91Afo-uNHDgORpaG .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;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-logo a {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown-item.active,
.y91Afo-uNHDgORpaG .dropdown-item:active {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y91Afo-uNHDgORpaG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y91Afo-uNHDgORpaG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y91Afo-uNHDgORpaG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #93b7c0;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #11396f;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y91Afo-uNHDgORpaG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .y91Afo-uNHDgORpaG .navbar {
    height: 70px;
  }
  .y91Afo-uNHDgORpaG .navbar.opened {
    height: auto;
  }
  .y91Afo-uNHDgORpaG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y91Afo-uNHDgORpaG .container-fluid {
    padding: 0 36px;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.y91Afo-uNHDgORpaG .navbar-caption:hover {
  color: #11396f;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y91Afo-uNHDgORpaG .text_widget {
  margin-bottom: 32px;
}
.y91Afo-uNHDgORpaG .text_widget a {
  transition: all 0.3s ease-out;
}
.y91Afo-uNHDgORpaG .text_widget a:hover,
.y91Afo-uNHDgORpaG .text_widget a:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle {
  color: #080808;
  text-align: center;
}
.y91Afo-uNHDgORpaG .navbar-caption {
  color: #080808;
}
.y91Afo-uNHDgORpaG .menu-text {
  color: #333333;
  text-align: center;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle,
.y91Afo-uNHDgORpaG .text_widget,
.y91Afo-uNHDgORpaG .menu-section-btn {
  text-align: center;
}
.y91Afo-uNHDgORpaG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.y91Afo-uNHjBEJuyW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.y91Afo-uNHjBEJuyW .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHjBEJuyW .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHjBEJuyW .row {
  justify-content: center;
}
.y91Afo-uNHjBEJuyW .title-wrapper {
  padding: 71px;
  background-color: #c7dde2;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .y91Afo-uNHjBEJuyW .title-wrapper {
    padding: 50px 25px;
  }
}
.y91Afo-uNHjBEJuyW .title-wrapper .menu-section-title {
  margin-bottom: 0;
}
.y91Afo-uNHjBEJuyW .text-wrapper .menu-text {
  margin-bottom: 25px;
}
.y91Afo-uNHjBEJuyW .menu-section-title {
  color: #ffffff;
  text-align: center;
}
.y91Afo-uNHjBEJuyW .menu-text {
  color: #747474;
}
.y91Afo-uNHjBEJuyW .menu-text,
.y91Afo-uNHjBEJuyW .menu-section-btn {
  text-align: left;
  color: #000000;
}
.y91Afo-uNHjBEJuyW .menu-section-title,
.y91Afo-uNHjBEJuyW .menu-iconfont {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #93b7c0;
}
.y91Afo-uNHCEWHQwZ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container {
    padding: 0 24px;
  }
}
.y91Afo-uNHCEWHQwZ .row {
  justify-content: space-between;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper {
  display: flex;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .content-wrapper {
    padding: 24px 0;
  }
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-section-title {
  margin-bottom: 24px;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .nav-list {
    padding: 0;
  }
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #11396f;
  border-bottom: 1px solid #11396f;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover::before,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap::before {
  content: '';
  background-color: #11396f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.y91Afo-uNHCEWHQwZ .menu-section-title {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .list {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .menu-copy {
  color: #11396f;
}
.y91Afo-uNHDgORpaG {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  background-color: #93b7c0 !important;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #93b7c0 !important;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y91Afo-uNHDgORpaG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y91Afo-uNHDgORpaG .menu_box .navbar.opened,
  .y91Afo-uNHDgORpaG .menu_box .navbar-collapse {
    background-color: #93b7c0 !important;
    transition: all 0s ease 0s;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  position: relative !important;
}
.y91Afo-uNHDgORpaG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    margin-top: 1rem;
  }
}
.y91Afo-uNHDgORpaG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-text,
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-section-subtitle {
    margin-bottom: 32px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #11396f;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y91Afo-uNHDgORpaG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y91Afo-uNHDgORpaG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y91Afo-uNHDgORpaG .lg_brand {
    margin: 0 1rem;
  }
  .y91Afo-uNHDgORpaG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y91Afo-uNHDgORpaG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 0 !important;
  }
}
.y91Afo-uNHDgORpaG .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.y91Afo-uNHDgORpaG .nav-item .nav-link:hover,
.y91Afo-uNHDgORpaG .nav-item .nav-link:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .y91Afo-uNHDgORpaG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box {
    display: none;
  }
}
.y91Afo-uNHDgORpaG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .container {
  display: flex;
  margin: auto;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:hover {
  opacity: .5;
}
.y91Afo-uNHDgORpaG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar-nav {
    margin: 0;
  }
}
.y91Afo-uNHDgORpaG .dropdown-menu,
.y91Afo-uNHDgORpaG .navbar.opened {
  background-color: false !important;
}
.y91Afo-uNHDgORpaG .nav-item:focus,
.y91Afo-uNHDgORpaG .nav-link:focus {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y91Afo-uNHDgORpaG .navbar.opened {
  transition: all 0.3s;
}
.y91Afo-uNHDgORpaG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y91Afo-uNHDgORpaG .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.y91Afo-uNHDgORpaG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y91Afo-uNHDgORpaG .navbar.collapsed {
  justify-content: center;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y91Afo-uNHDgORpaG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .navbar .nav-item {
    padding: .5rem 0;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y91Afo-uNHDgORpaG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y91Afo-uNHDgORpaG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y91Afo-uNHDgORpaG .navbar .icons-menu {
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .navbar.navbar-short {
  min-height: 60px;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y91Afo-uNHDgORpaG .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;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-logo a {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown-item.active,
.y91Afo-uNHDgORpaG .dropdown-item:active {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y91Afo-uNHDgORpaG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y91Afo-uNHDgORpaG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y91Afo-uNHDgORpaG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #93b7c0;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #11396f;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y91Afo-uNHDgORpaG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .y91Afo-uNHDgORpaG .navbar {
    height: 70px;
  }
  .y91Afo-uNHDgORpaG .navbar.opened {
    height: auto;
  }
  .y91Afo-uNHDgORpaG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y91Afo-uNHDgORpaG .container-fluid {
    padding: 0 36px;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.y91Afo-uNHDgORpaG .navbar-caption:hover {
  color: #11396f;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y91Afo-uNHDgORpaG .text_widget {
  margin-bottom: 32px;
}
.y91Afo-uNHDgORpaG .text_widget a {
  transition: all 0.3s ease-out;
}
.y91Afo-uNHDgORpaG .text_widget a:hover,
.y91Afo-uNHDgORpaG .text_widget a:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle {
  color: #080808;
  text-align: center;
}
.y91Afo-uNHDgORpaG .navbar-caption {
  color: #080808;
}
.y91Afo-uNHDgORpaG .menu-text {
  color: #333333;
  text-align: center;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle,
.y91Afo-uNHDgORpaG .text_widget,
.y91Afo-uNHDgORpaG .menu-section-btn {
  text-align: center;
}
.y91Afo-uNHDgORpaG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.y91Afo-uNHjBq3VDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.y91Afo-uNHjBq3VDo .menu-fallback-image.disabled {
  display: none;
}
.y91Afo-uNHjBq3VDo .menu-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y91Afo-uNHjBq3VDo .row {
  justify-content: center;
}
.y91Afo-uNHjBq3VDo .title-wrapper {
  padding: 71px;
  background-color: #c7dde2;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .y91Afo-uNHjBq3VDo .title-wrapper {
    padding: 50px 25px;
  }
}
.y91Afo-uNHjBq3VDo .title-wrapper .menu-section-title {
  margin-bottom: 0;
}
.y91Afo-uNHjBq3VDo .text-wrapper .menu-text {
  margin-bottom: 25px;
}
.y91Afo-uNHjBq3VDo .menu-section-title {
  color: #ffffff;
  text-align: center;
}
.y91Afo-uNHjBq3VDo .menu-text {
  color: #747474;
}
.y91Afo-uNHjBq3VDo .menu-text,
.y91Afo-uNHjBq3VDo .menu-section-btn {
  text-align: left;
  color: #000000;
}
.y91Afo-uNHjBq3VDo .menu-section-title,
.y91Afo-uNHjBq3VDo .menu-iconfont {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #93b7c0;
}
.y91Afo-uNHCEWHQwZ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .container {
    padding: 0 24px;
  }
}
.y91Afo-uNHCEWHQwZ .row {
  justify-content: space-between;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper {
  display: flex;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.y91Afo-uNHCEWHQwZ .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .content-wrapper {
    padding: 24px 0;
  }
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-section-title {
  margin-bottom: 24px;
}
.y91Afo-uNHCEWHQwZ .content-wrapper .menu-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.y91Afo-uNHCEWHQwZ .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHCEWHQwZ .nav-list {
    padding: 0;
  }
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #11396f;
  border-bottom: 1px solid #11396f;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus {
  color: #11396f;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:hover::before,
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.y91Afo-uNHCEWHQwZ .nav-list .item-wrap::before {
  content: '';
  background-color: #11396f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.y91Afo-uNHCEWHQwZ .menu-section-title {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .list {
  color: #F9F6E0;
}
.y91Afo-uNHCEWHQwZ .menu-copy {
  color: #11396f;
}
.y91Afo-uNHDgORpaG {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  background-color: #93b7c0 !important;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #93b7c0 !important;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y91Afo-uNHDgORpaG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y91Afo-uNHDgORpaG .menu_box .navbar.opened,
  .y91Afo-uNHDgORpaG .menu_box .navbar-collapse {
    background-color: #93b7c0 !important;
    transition: all 0s ease 0s;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown {
  position: relative !important;
}
.y91Afo-uNHDgORpaG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    margin-top: 1rem;
  }
}
.y91Afo-uNHDgORpaG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-text,
  .y91Afo-uNHDgORpaG .offcanvas-body .menu-section-subtitle {
    margin-bottom: 32px;
  }
  .y91Afo-uNHDgORpaG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #11396f;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y91Afo-uNHDgORpaG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y91Afo-uNHDgORpaG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y91Afo-uNHDgORpaG .lg_brand {
    margin: 0 1rem;
  }
  .y91Afo-uNHDgORpaG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y91Afo-uNHDgORpaG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .nav-item {
    margin: 0 !important;
  }
}
.y91Afo-uNHDgORpaG .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.y91Afo-uNHDgORpaG .nav-item .nav-link:hover,
.y91Afo-uNHDgORpaG .nav-item .nav-link:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y91Afo-uNHDgORpaG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .y91Afo-uNHDgORpaG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y91Afo-uNHDgORpaG .offcanvas_box {
    display: none;
  }
}
.y91Afo-uNHDgORpaG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y91Afo-uNHDgORpaG .container {
  display: flex;
  margin: auto;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y91Afo-uNHDgORpaG .iconfont-wrapper:hover {
  opacity: .5;
}
.y91Afo-uNHDgORpaG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar-nav {
    margin: 0;
  }
}
.y91Afo-uNHDgORpaG .dropdown-menu,
.y91Afo-uNHDgORpaG .navbar.opened {
  background-color: false !important;
}
.y91Afo-uNHDgORpaG .nav-item:focus,
.y91Afo-uNHDgORpaG .nav-link:focus {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y91Afo-uNHDgORpaG .dropdown .dropdown-menu .dropdown-item .menu-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y91Afo-uNHDgORpaG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y91Afo-uNHDgORpaG .navbar.opened {
  transition: all 0.3s;
}
.y91Afo-uNHDgORpaG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y91Afo-uNHDgORpaG .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.y91Afo-uNHDgORpaG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y91Afo-uNHDgORpaG .navbar.collapsed {
  justify-content: center;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y91Afo-uNHDgORpaG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y91Afo-uNHDgORpaG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y91Afo-uNHDgORpaG .navbar .nav-item {
    padding: .5rem 0;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y91Afo-uNHDgORpaG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y91Afo-uNHDgORpaG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y91Afo-uNHDgORpaG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y91Afo-uNHDgORpaG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y91Afo-uNHDgORpaG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y91Afo-uNHDgORpaG .navbar .icons-menu {
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .navbar.navbar-short {
  min-height: 60px;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y91Afo-uNHDgORpaG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y91Afo-uNHDgORpaG .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;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.y91Afo-uNHDgORpaG .navbar-brand .navbar-logo a {
  outline: none;
}
.y91Afo-uNHDgORpaG .dropdown-item.active,
.y91Afo-uNHDgORpaG .dropdown-item:active {
  background-color: transparent;
}
.y91Afo-uNHDgORpaG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y91Afo-uNHDgORpaG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y91Afo-uNHDgORpaG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y91Afo-uNHDgORpaG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y91Afo-uNHDgORpaG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y91Afo-uNHDgORpaG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #93b7c0;
  background: #93b7c0;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #11396f;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y91Afo-uNHDgORpaG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y91Afo-uNHDgORpaG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y91Afo-uNHDgORpaG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y91Afo-uNHDgORpaG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .y91Afo-uNHDgORpaG .navbar {
    height: 70px;
  }
  .y91Afo-uNHDgORpaG .navbar.opened {
    height: auto;
  }
  .y91Afo-uNHDgORpaG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y91Afo-uNHDgORpaG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y91Afo-uNHDgORpaG .container-fluid {
    padding: 0 36px;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y91Afo-uNHDgORpaG .menu-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y91Afo-uNHDgORpaG .menu-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.y91Afo-uNHDgORpaG .navbar-caption:hover {
  color: #11396f;
}
@media (min-width: 992px) {
  .y91Afo-uNHDgORpaG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y91Afo-uNHDgORpaG .text_widget {
  margin-bottom: 32px;
}
.y91Afo-uNHDgORpaG .text_widget a {
  transition: all 0.3s ease-out;
}
.y91Afo-uNHDgORpaG .text_widget a:hover,
.y91Afo-uNHDgORpaG .text_widget a:focus {
  opacity: .7;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle {
  color: #080808;
  text-align: center;
}
.y91Afo-uNHDgORpaG .navbar-caption {
  color: #080808;
}
.y91Afo-uNHDgORpaG .menu-text {
  color: #333333;
  text-align: center;
}
.y91Afo-uNHDgORpaG .menu-section-subtitle,
.y91Afo-uNHDgORpaG .text_widget,
.y91Afo-uNHDgORpaG .menu-section-btn {
  text-align: center;
}
.y91Afo-uNHDgORpaG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
    box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: fadeOut 0.3s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    75% {
        transform: translateX(-5px);
    }
}

.navbar-brand {
    animation: shake 0.8s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 2: ripple effect */
a, button, .btn {
  position: relative;
  overflow: hidden;
}
a::after, button::after, .btn::after {
  content: "";
  position: absolute;
  width: 8px; height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
  transition: transform 0.5s ease-out, opacity 0.8s ease-out;
}
a:active::after, button:active::after, .btn:active::after {
  transform: scale(50);
  opacity: 0;
  top: 50%; left: 50%;
  margin-top: -4px; margin-left: -4px;
}
/* endmainanimations */
