.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-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: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@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: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !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: #ffd7ef !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='%239fe870' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uTR6ciLjeX {
  background-color: transparent;
}
.cid-uTR6ciLjeX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uTR6ciLjeX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uTR6ciLjeX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTR6ciLjeX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTR6ciLjeX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTR6ciLjeX .menu_box .navbar.opened,
  .cid-uTR6ciLjeX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTR6ciLjeX .navbar-dropdown {
  position: relative !important;
}
.cid-uTR6ciLjeX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTR6ciLjeX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTR6ciLjeX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTR6ciLjeX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTR6ciLjeX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uTR6ciLjeX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uTR6ciLjeX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uTR6ciLjeX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uTR6ciLjeX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uTR6ciLjeX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uTR6ciLjeX .offcanvas-body .mbr-text,
  .cid-uTR6ciLjeX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uTR6ciLjeX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uTR6ciLjeX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uTR6ciLjeX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uTR6ciLjeX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uTR6ciLjeX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uTR6ciLjeX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uTR6ciLjeX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uTR6ciLjeX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uTR6ciLjeX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTR6ciLjeX .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);
  }
  .cid-uTR6ciLjeX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uTR6ciLjeX 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;
  }
  .cid-uTR6ciLjeX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uTR6ciLjeX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTR6ciLjeX .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uTR6ciLjeX .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uTR6ciLjeX .nav-item {
    margin: 0 !important;
  }
}
.cid-uTR6ciLjeX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uTR6ciLjeX .nav-item .nav-link:hover,
.cid-uTR6ciLjeX .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uTR6ciLjeX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTR6ciLjeX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTR6ciLjeX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTR6ciLjeX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTR6ciLjeX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTR6ciLjeX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTR6ciLjeX .offcanvas_box {
    display: none;
  }
}
.cid-uTR6ciLjeX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTR6ciLjeX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTR6ciLjeX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTR6ciLjeX .container {
  display: flex;
  margin: auto;
}
.cid-uTR6ciLjeX .iconfont-wrapper {
  color: #18212d;
  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;
}
.cid-uTR6ciLjeX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTR6ciLjeX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTR6ciLjeX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTR6ciLjeX .navbar-nav {
    margin: 0;
  }
}
.cid-uTR6ciLjeX .dropdown-menu,
.cid-uTR6ciLjeX .navbar.opened {
  background-color: false !important;
}
.cid-uTR6ciLjeX .nav-item:focus,
.cid-uTR6ciLjeX .nav-link:focus {
  outline: none;
}
.cid-uTR6ciLjeX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTR6ciLjeX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTR6ciLjeX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTR6ciLjeX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTR6ciLjeX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTR6ciLjeX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTR6ciLjeX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTR6ciLjeX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTR6ciLjeX .navbar.opened {
  transition: all 0.3s;
}
.cid-uTR6ciLjeX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTR6ciLjeX .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uTR6ciLjeX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uTR6ciLjeX .navbar.collapsed {
  justify-content: center;
}
.cid-uTR6ciLjeX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTR6ciLjeX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTR6ciLjeX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTR6ciLjeX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTR6ciLjeX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTR6ciLjeX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTR6ciLjeX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTR6ciLjeX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTR6ciLjeX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTR6ciLjeX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTR6ciLjeX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTR6ciLjeX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTR6ciLjeX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTR6ciLjeX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTR6ciLjeX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTR6ciLjeX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTR6ciLjeX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTR6ciLjeX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTR6ciLjeX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTR6ciLjeX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTR6ciLjeX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTR6ciLjeX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTR6ciLjeX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTR6ciLjeX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTR6ciLjeX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTR6ciLjeX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTR6ciLjeX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTR6ciLjeX .dropdown-item.active,
.cid-uTR6ciLjeX .dropdown-item:active {
  background-color: transparent;
}
.cid-uTR6ciLjeX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uTR6ciLjeX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTR6ciLjeX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTR6ciLjeX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTR6ciLjeX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTR6ciLjeX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTR6ciLjeX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uTR6ciLjeX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uTR6ciLjeX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTR6ciLjeX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTR6ciLjeX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTR6ciLjeX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTR6ciLjeX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTR6ciLjeX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTR6ciLjeX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTR6ciLjeX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTR6ciLjeX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTR6ciLjeX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTR6ciLjeX .navbar {
    height: 70px;
  }
  .cid-uTR6ciLjeX .navbar.opened {
    height: auto;
  }
  .cid-uTR6ciLjeX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTR6ciLjeX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTR6ciLjeX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uTR6ciLjeX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uTR6ciLjeX .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uTR6ciLjeX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uTR6ciLjeX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uTR6ciLjeX .navbar-caption:hover {
  color: #9fe870;
}
@media (min-width: 992px) {
  .cid-uTR6ciLjeX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTR6ciLjeX .text_widget {
  margin-bottom: 32px;
}
.cid-uTR6ciLjeX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTR6ciLjeX .text_widget a:hover,
.cid-uTR6ciLjeX .text_widget a:focus {
  opacity: .8;
}
.cid-uTR6ciLjeX .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uTR6ciLjeX .navbar-caption {
  color: #18212d;
}
.cid-uTR6ciLjeX .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uTR6ciLjeX .mbr-section-subtitle,
.cid-uTR6ciLjeX .text_widget,
.cid-uTR6ciLjeX .mbr-section-btn {
  text-align: center;
}
.cid-uTR6ciLjeX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTR70qtko5 {
  display: flex;
  background-image: url("../../../assets/images/go1.jpeg");
}
.cid-uTR70qtko5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uTR70qtko5 {
    align-items: flex-end;
  }
  .cid-uTR70qtko5 .row {
    justify-content: center;
  }
  .cid-uTR70qtko5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTR70qtko5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTR70qtko5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uTR70qtko5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTR70qtko5 .content-wrap {
    width: 100%;
  }
}
.cid-uTR70qtko5 .mbr-section-title,
.cid-uTR70qtko5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uTR70qtko5 .mbr-text,
.cid-uTR70qtko5 .mbr-section-btn {
  text-align: center;
}
.cid-uTR70qtko5 .mbr-section-title {
  color: #000000;
}
.cid-uTRdtCF12z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTRdtCF12z .mbr-text {
  color: #000000;
}
.cid-uTRdtCF12z .mbr-section-subtitle {
  color: #000000;
}
.cid-uTRfBThzh5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTRfBThzh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTRfBThzh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTRfBThzh5 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uTRfBThzh5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTRfBThzh5 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uTRfBThzh5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTRfBThzh5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTRfBThzh5 .mbr-section-title {
  color: #000000;
}
.cid-uTRfBThzh5 .mbr-text,
.cid-uTRfBThzh5 .mbr-section-btn {
  color: #000000;
}
.cid-uTRfBThzh5 img {
  width: 100%;
  height: 100%;
}
.cid-uTRfBThzh5 .acc-list li {
  color: #000;
  font-size: 20px;
  line-height: 35px;
}
.cid-uTUSxgnj1D {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/go4.jpeg");
}
.cid-uTUSxgnj1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTUSxgnj1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTUSxgnj1D .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTUSxgnj1D .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uTUSxgnj1D .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTUSxgnj1D .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTUSxgnj1D .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uTUSxgnj1D .content-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uTUSxgnj1D .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTUSxgnj1D .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uTUSxgnj1D .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uTUSxgnj1D .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uTUSxgnj1D .mbr-section-title {
  color: #f1f5eb;
}
.cid-uTUSxgnj1D .mbr-text,
.cid-uTUSxgnj1D .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uTUSxgnj1D .mbr-section-title,
.cid-uTUSxgnj1D .mbr-section-btn {
  text-align: center;
}
.cid-uTUUhwdOwm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uTUUhwdOwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTUUhwdOwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTUUhwdOwm .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uTUUhwdOwm .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTUUhwdOwm .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTUUhwdOwm .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTUUhwdOwm .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uTUUhwdOwm .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uTUUhwdOwm .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTUUhwdOwm .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uTUUhwdOwm .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTUUhwdOwm .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTUUhwdOwm .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uTUUhwdOwm .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uTUUhwdOwm .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTUUhwdOwm .mbr-label,
.cid-uTUUhwdOwm .label-wrapper {
  color: #f5f8ff;
}
.cid-uTUUhwdOwm .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTUUhwdOwm .mbr-text,
.cid-uTUUhwdOwm .text-wrapper {
  color: #f5f8ff;
}
.cid-uTUUhwdOwm .ski-list li {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
}
.cid-uTUUhwdOwm .pro-list li {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.cid-uTUUhwdOwm .fit-table th {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uTUUhwdOwm .fit-table td {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 16px;
}
.cid-uTUUhwdOwm .handy-list li {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.cid-uTUUhwdOwm .fee-table th {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uTUUhwdOwm .fee-table td {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uUHGFzFyle {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uUHGFzFyle .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUHGFzFyle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUHGFzFyle .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUHGFzFyle .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUHGFzFyle .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uUHGFzFyle .card-wrapper {
  background: #ffffff;
}
.cid-uUHGFzFyle .mbr-text,
.cid-uUHGFzFyle .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUHGFzFyle .card-title,
.cid-uUHGFzFyle .card-box {
  text-align: left;
  color: #000000;
}
.cid-uUHGFzFyle .image-wrapper img {
  width: 100%;
}
.cid-uUHGFzFyle .tip-list li {
  font-size: 20px;
  line-height: 35px;
}
.cid-uTUX75lqcT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTUX75lqcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTUX75lqcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTUX75lqcT .copyright {
  color: #000000;
  text-align: left;
}
.cid-uTUX75lqcT .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTUX75lqcT .row {
    flex-direction: column-reverse !important;
  }
  .cid-uTUX75lqcT .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uTUX75lqcT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTUX75lqcT .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uTUX75lqcT .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uTUX75lqcT .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uTUX75lqcT .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uTUX75lqcT .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uTUX75lqcT .copyright {
    text-align: center;
  }
}
.cid-uTWG1EbC2q {
  background-color: transparent;
}
.cid-uTWG1EbC2q .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uTWG1EbC2q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uTWG1EbC2q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTWG1EbC2q .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTWG1EbC2q .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTWG1EbC2q .menu_box .navbar.opened,
  .cid-uTWG1EbC2q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTWG1EbC2q .navbar-dropdown {
  position: relative !important;
}
.cid-uTWG1EbC2q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTWG1EbC2q .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTWG1EbC2q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTWG1EbC2q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTWG1EbC2q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uTWG1EbC2q .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uTWG1EbC2q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uTWG1EbC2q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uTWG1EbC2q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uTWG1EbC2q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uTWG1EbC2q .offcanvas-body .mbr-text,
  .cid-uTWG1EbC2q .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uTWG1EbC2q .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uTWG1EbC2q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uTWG1EbC2q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uTWG1EbC2q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uTWG1EbC2q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uTWG1EbC2q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uTWG1EbC2q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uTWG1EbC2q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uTWG1EbC2q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTWG1EbC2q .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);
  }
  .cid-uTWG1EbC2q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uTWG1EbC2q 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;
  }
  .cid-uTWG1EbC2q .lg_brand {
    margin: 0 1rem;
  }
  .cid-uTWG1EbC2q .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTWG1EbC2q .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uTWG1EbC2q .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uTWG1EbC2q .nav-item {
    margin: 0 !important;
  }
}
.cid-uTWG1EbC2q .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uTWG1EbC2q .nav-item .nav-link:hover,
.cid-uTWG1EbC2q .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uTWG1EbC2q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTWG1EbC2q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTWG1EbC2q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTWG1EbC2q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTWG1EbC2q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTWG1EbC2q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTWG1EbC2q .offcanvas_box {
    display: none;
  }
}
.cid-uTWG1EbC2q .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTWG1EbC2q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTWG1EbC2q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTWG1EbC2q .container {
  display: flex;
  margin: auto;
}
.cid-uTWG1EbC2q .iconfont-wrapper {
  color: #18212d;
  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;
}
.cid-uTWG1EbC2q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTWG1EbC2q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTWG1EbC2q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTWG1EbC2q .navbar-nav {
    margin: 0;
  }
}
.cid-uTWG1EbC2q .dropdown-menu,
.cid-uTWG1EbC2q .navbar.opened {
  background-color: false !important;
}
.cid-uTWG1EbC2q .nav-item:focus,
.cid-uTWG1EbC2q .nav-link:focus {
  outline: none;
}
.cid-uTWG1EbC2q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTWG1EbC2q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTWG1EbC2q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTWG1EbC2q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTWG1EbC2q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTWG1EbC2q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTWG1EbC2q .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTWG1EbC2q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTWG1EbC2q .navbar.opened {
  transition: all 0.3s;
}
.cid-uTWG1EbC2q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTWG1EbC2q .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uTWG1EbC2q .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uTWG1EbC2q .navbar.collapsed {
  justify-content: center;
}
.cid-uTWG1EbC2q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTWG1EbC2q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTWG1EbC2q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTWG1EbC2q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTWG1EbC2q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTWG1EbC2q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTWG1EbC2q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTWG1EbC2q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTWG1EbC2q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTWG1EbC2q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTWG1EbC2q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTWG1EbC2q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTWG1EbC2q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTWG1EbC2q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTWG1EbC2q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTWG1EbC2q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTWG1EbC2q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTWG1EbC2q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTWG1EbC2q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTWG1EbC2q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTWG1EbC2q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTWG1EbC2q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTWG1EbC2q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTWG1EbC2q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTWG1EbC2q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTWG1EbC2q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTWG1EbC2q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTWG1EbC2q .dropdown-item.active,
.cid-uTWG1EbC2q .dropdown-item:active {
  background-color: transparent;
}
.cid-uTWG1EbC2q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uTWG1EbC2q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTWG1EbC2q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTWG1EbC2q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTWG1EbC2q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTWG1EbC2q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTWG1EbC2q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uTWG1EbC2q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uTWG1EbC2q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTWG1EbC2q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTWG1EbC2q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTWG1EbC2q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTWG1EbC2q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTWG1EbC2q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTWG1EbC2q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTWG1EbC2q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTWG1EbC2q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTWG1EbC2q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTWG1EbC2q .navbar {
    height: 70px;
  }
  .cid-uTWG1EbC2q .navbar.opened {
    height: auto;
  }
  .cid-uTWG1EbC2q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTWG1EbC2q .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTWG1EbC2q .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uTWG1EbC2q .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uTWG1EbC2q .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uTWG1EbC2q .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uTWG1EbC2q .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uTWG1EbC2q .navbar-caption:hover {
  color: #9fe870;
}
@media (min-width: 992px) {
  .cid-uTWG1EbC2q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTWG1EbC2q .text_widget {
  margin-bottom: 32px;
}
.cid-uTWG1EbC2q .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTWG1EbC2q .text_widget a:hover,
.cid-uTWG1EbC2q .text_widget a:focus {
  opacity: .8;
}
.cid-uTWG1EbC2q .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uTWG1EbC2q .navbar-caption {
  color: #18212d;
}
.cid-uTWG1EbC2q .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uTWG1EbC2q .mbr-section-subtitle,
.cid-uTWG1EbC2q .text_widget,
.cid-uTWG1EbC2q .mbr-section-btn {
  text-align: center;
}
.cid-uTWG1EbC2q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTWG1Gzpq2 {
  display: flex;
  background-image: url("../../../assets/images/sk15.jpeg");
}
.cid-uTWG1Gzpq2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uTWG1Gzpq2 {
    align-items: flex-end;
  }
  .cid-uTWG1Gzpq2 .row {
    justify-content: center;
  }
  .cid-uTWG1Gzpq2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTWG1Gzpq2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTWG1Gzpq2 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uTWG1Gzpq2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTWG1Gzpq2 .content-wrap {
    width: 100%;
  }
}
.cid-uTWG1Gzpq2 .mbr-section-title,
.cid-uTWG1Gzpq2 .mbr-section-subtitle {
  text-align: center;
}
.cid-uTWG1Gzpq2 .mbr-text,
.cid-uTWG1Gzpq2 .mbr-section-btn {
  text-align: center;
}
.cid-uTWG1Gzpq2 .mbr-section-title {
  color: #000000;
}
.cid-uTWG1Ke4Ik {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uTWG1Ke4Ik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTWG1Ke4Ik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTWG1Ke4Ik .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uTWG1Ke4Ik .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTWG1Ke4Ik .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTWG1Ke4Ik .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTWG1Ke4Ik .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uTWG1Ke4Ik .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uTWG1Ke4Ik .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTWG1Ke4Ik .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uTWG1Ke4Ik .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTWG1Ke4Ik .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTWG1Ke4Ik .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uTWG1Ke4Ik .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uTWG1Ke4Ik .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTWG1Ke4Ik .mbr-label,
.cid-uTWG1Ke4Ik .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTWG1Ke4Ik .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTWG1Ke4Ik .mbr-text,
.cid-uTWG1Ke4Ik .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTWG1Ke4Ik .mbr-section-title,
.cid-uTWG1Ke4Ik .mbr-section-btn {
  text-align: center;
}
.cid-uTWG1Ke4Ik .range-list li {
  color: #f5f8ff;
  font-size: 27px;
}
.cid-uTWG1Ke4Ik .ket-table th {
  border: 2px solid #fff;
  padding: 15px;
  color: #ffff;
  font-size: 18px;
}
.cid-uTWG1Ke4Ik .ket-table td {
  border: 2px solid #fff;
  padding: 15px;
  color: #ffff;
  font-size: 16px;
}
.cid-uTWG1Ke4Ik .ket-table {
  margin: 0 auto;
}
.cid-uTWG1Qb324 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTWG1Qb324 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTWG1Qb324 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTWG1Qb324 .copyright {
  color: #000000;
  text-align: left;
}
.cid-uTWG1Qb324 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTWG1Qb324 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uTWG1Qb324 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uTWG1Qb324 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTWG1Qb324 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uTWG1Qb324 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uTWG1Qb324 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uTWG1Qb324 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uTWG1Qb324 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uTWG1Qb324 .copyright {
    text-align: center;
  }
}
.cid-uTWHYkYcnu {
  background-color: transparent;
}
.cid-uTWHYkYcnu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uTWHYkYcnu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uTWHYkYcnu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTWHYkYcnu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTWHYkYcnu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTWHYkYcnu .menu_box .navbar.opened,
  .cid-uTWHYkYcnu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTWHYkYcnu .navbar-dropdown {
  position: relative !important;
}
.cid-uTWHYkYcnu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTWHYkYcnu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTWHYkYcnu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTWHYkYcnu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTWHYkYcnu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uTWHYkYcnu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uTWHYkYcnu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uTWHYkYcnu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uTWHYkYcnu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uTWHYkYcnu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uTWHYkYcnu .offcanvas-body .mbr-text,
  .cid-uTWHYkYcnu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uTWHYkYcnu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uTWHYkYcnu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uTWHYkYcnu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uTWHYkYcnu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uTWHYkYcnu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uTWHYkYcnu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uTWHYkYcnu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uTWHYkYcnu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uTWHYkYcnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTWHYkYcnu .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);
  }
  .cid-uTWHYkYcnu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uTWHYkYcnu 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;
  }
  .cid-uTWHYkYcnu .lg_brand {
    margin: 0 1rem;
  }
  .cid-uTWHYkYcnu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uTWHYkYcnu .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uTWHYkYcnu .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uTWHYkYcnu .nav-item {
    margin: 0 !important;
  }
}
.cid-uTWHYkYcnu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uTWHYkYcnu .nav-item .nav-link:hover,
.cid-uTWHYkYcnu .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uTWHYkYcnu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTWHYkYcnu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTWHYkYcnu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTWHYkYcnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTWHYkYcnu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTWHYkYcnu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTWHYkYcnu .offcanvas_box {
    display: none;
  }
}
.cid-uTWHYkYcnu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTWHYkYcnu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTWHYkYcnu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTWHYkYcnu .container {
  display: flex;
  margin: auto;
}
.cid-uTWHYkYcnu .iconfont-wrapper {
  color: #18212d;
  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;
}
.cid-uTWHYkYcnu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTWHYkYcnu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTWHYkYcnu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTWHYkYcnu .navbar-nav {
    margin: 0;
  }
}
.cid-uTWHYkYcnu .dropdown-menu,
.cid-uTWHYkYcnu .navbar.opened {
  background-color: false !important;
}
.cid-uTWHYkYcnu .nav-item:focus,
.cid-uTWHYkYcnu .nav-link:focus {
  outline: none;
}
.cid-uTWHYkYcnu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTWHYkYcnu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTWHYkYcnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTWHYkYcnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTWHYkYcnu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTWHYkYcnu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTWHYkYcnu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTWHYkYcnu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTWHYkYcnu .navbar.opened {
  transition: all 0.3s;
}
.cid-uTWHYkYcnu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTWHYkYcnu .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uTWHYkYcnu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uTWHYkYcnu .navbar.collapsed {
  justify-content: center;
}
.cid-uTWHYkYcnu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTWHYkYcnu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTWHYkYcnu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTWHYkYcnu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTWHYkYcnu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTWHYkYcnu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTWHYkYcnu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTWHYkYcnu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTWHYkYcnu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTWHYkYcnu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTWHYkYcnu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTWHYkYcnu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTWHYkYcnu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTWHYkYcnu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTWHYkYcnu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTWHYkYcnu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTWHYkYcnu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTWHYkYcnu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTWHYkYcnu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTWHYkYcnu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTWHYkYcnu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTWHYkYcnu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTWHYkYcnu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTWHYkYcnu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTWHYkYcnu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTWHYkYcnu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTWHYkYcnu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTWHYkYcnu .dropdown-item.active,
.cid-uTWHYkYcnu .dropdown-item:active {
  background-color: transparent;
}
.cid-uTWHYkYcnu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uTWHYkYcnu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTWHYkYcnu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTWHYkYcnu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTWHYkYcnu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTWHYkYcnu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTWHYkYcnu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uTWHYkYcnu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uTWHYkYcnu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTWHYkYcnu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTWHYkYcnu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTWHYkYcnu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTWHYkYcnu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTWHYkYcnu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTWHYkYcnu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTWHYkYcnu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTWHYkYcnu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTWHYkYcnu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTWHYkYcnu .navbar {
    height: 70px;
  }
  .cid-uTWHYkYcnu .navbar.opened {
    height: auto;
  }
  .cid-uTWHYkYcnu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTWHYkYcnu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTWHYkYcnu .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uTWHYkYcnu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uTWHYkYcnu .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uTWHYkYcnu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uTWHYkYcnu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uTWHYkYcnu .navbar-caption:hover {
  color: #9fe870;
}
@media (min-width: 992px) {
  .cid-uTWHYkYcnu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTWHYkYcnu .text_widget {
  margin-bottom: 32px;
}
.cid-uTWHYkYcnu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTWHYkYcnu .text_widget a:hover,
.cid-uTWHYkYcnu .text_widget a:focus {
  opacity: .8;
}
.cid-uTWHYkYcnu .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uTWHYkYcnu .navbar-caption {
  color: #18212d;
}
.cid-uTWHYkYcnu .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uTWHYkYcnu .mbr-section-subtitle,
.cid-uTWHYkYcnu .text_widget,
.cid-uTWHYkYcnu .mbr-section-btn {
  text-align: center;
}
.cid-uTWHYkYcnu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTWHYn5fk5 {
  display: flex;
  background-image: url("../../../assets/images/sk15.jpeg");
}
.cid-uTWHYn5fk5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uTWHYn5fk5 {
    align-items: flex-end;
  }
  .cid-uTWHYn5fk5 .row {
    justify-content: center;
  }
  .cid-uTWHYn5fk5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTWHYn5fk5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTWHYn5fk5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uTWHYn5fk5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTWHYn5fk5 .content-wrap {
    width: 100%;
  }
}
.cid-uTWHYn5fk5 .mbr-section-title,
.cid-uTWHYn5fk5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uTWHYn5fk5 .mbr-text,
.cid-uTWHYn5fk5 .mbr-section-btn {
  text-align: center;
}
.cid-uTWHYn5fk5 .mbr-section-title {
  color: #000000;
}
.cid-uTWHYo6aD5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uTWHYo6aD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTWHYo6aD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTWHYo6aD5 .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uTWHYo6aD5 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTWHYo6aD5 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTWHYo6aD5 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTWHYo6aD5 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uTWHYo6aD5 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uTWHYo6aD5 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTWHYo6aD5 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uTWHYo6aD5 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTWHYo6aD5 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTWHYo6aD5 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uTWHYo6aD5 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uTWHYo6aD5 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTWHYo6aD5 .mbr-label,
.cid-uTWHYo6aD5 .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTWHYo6aD5 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTWHYo6aD5 .mbr-text,
.cid-uTWHYo6aD5 .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uTWHYo6aD5 .mbr-section-title,
.cid-uTWHYo6aD5 .mbr-section-btn {
  text-align: center;
}
.cid-uTWHYo6aD5 .range-list li {
  color: #f5f8ff;
  font-size: 27px;
}
.cid-uTWHYo6aD5 .ket-table th {
  border: 2px solid #fff;
  padding: 15px;
  color: #ffff;
  font-size: 18px;
}
.cid-uTWHYo6aD5 .ket-table td {
  border: 2px solid #fff;
  padding: 15px;
  color: #ffff;
  font-size: 16px;
}
.cid-uTWHYo6aD5 .ket-table {
  margin: 0 auto;
}
.cid-uTWHYpaYNt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTWHYpaYNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTWHYpaYNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTWHYpaYNt .copyright {
  color: #000000;
  text-align: left;
}
.cid-uTWHYpaYNt .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTWHYpaYNt .row {
    flex-direction: column-reverse !important;
  }
  .cid-uTWHYpaYNt .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uTWHYpaYNt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTWHYpaYNt .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uTWHYpaYNt .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uTWHYpaYNt .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uTWHYpaYNt .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uTWHYpaYNt .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uTWHYpaYNt .copyright {
    text-align: center;
  }
}
.cid-uUHM0dKWrG {
  background-color: transparent;
}
.cid-uUHM0dKWrG .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uUHM0dKWrG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uUHM0dKWrG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHM0dKWrG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUHM0dKWrG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUHM0dKWrG .menu_box .navbar.opened,
  .cid-uUHM0dKWrG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUHM0dKWrG .navbar-dropdown {
  position: relative !important;
}
.cid-uUHM0dKWrG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUHM0dKWrG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUHM0dKWrG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUHM0dKWrG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUHM0dKWrG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUHM0dKWrG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uUHM0dKWrG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUHM0dKWrG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUHM0dKWrG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUHM0dKWrG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUHM0dKWrG .offcanvas-body .mbr-text,
  .cid-uUHM0dKWrG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUHM0dKWrG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUHM0dKWrG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUHM0dKWrG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uUHM0dKWrG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUHM0dKWrG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUHM0dKWrG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUHM0dKWrG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUHM0dKWrG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUHM0dKWrG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUHM0dKWrG .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);
  }
  .cid-uUHM0dKWrG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUHM0dKWrG 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;
  }
  .cid-uUHM0dKWrG .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUHM0dKWrG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uUHM0dKWrG .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uUHM0dKWrG .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uUHM0dKWrG .nav-item {
    margin: 0 !important;
  }
}
.cid-uUHM0dKWrG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uUHM0dKWrG .nav-item .nav-link:hover,
.cid-uUHM0dKWrG .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uUHM0dKWrG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUHM0dKWrG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUHM0dKWrG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUHM0dKWrG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUHM0dKWrG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUHM0dKWrG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUHM0dKWrG .offcanvas_box {
    display: none;
  }
}
.cid-uUHM0dKWrG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUHM0dKWrG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUHM0dKWrG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUHM0dKWrG .container {
  display: flex;
  margin: auto;
}
.cid-uUHM0dKWrG .iconfont-wrapper {
  color: #18212d;
  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;
}
.cid-uUHM0dKWrG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUHM0dKWrG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUHM0dKWrG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUHM0dKWrG .navbar-nav {
    margin: 0;
  }
}
.cid-uUHM0dKWrG .dropdown-menu,
.cid-uUHM0dKWrG .navbar.opened {
  background-color: false !important;
}
.cid-uUHM0dKWrG .nav-item:focus,
.cid-uUHM0dKWrG .nav-link:focus {
  outline: none;
}
.cid-uUHM0dKWrG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHM0dKWrG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHM0dKWrG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHM0dKWrG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHM0dKWrG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHM0dKWrG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHM0dKWrG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUHM0dKWrG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUHM0dKWrG .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHM0dKWrG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUHM0dKWrG .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uUHM0dKWrG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUHM0dKWrG .navbar.collapsed {
  justify-content: center;
}
.cid-uUHM0dKWrG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHM0dKWrG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUHM0dKWrG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHM0dKWrG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHM0dKWrG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHM0dKWrG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUHM0dKWrG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUHM0dKWrG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUHM0dKWrG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUHM0dKWrG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHM0dKWrG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHM0dKWrG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUHM0dKWrG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHM0dKWrG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUHM0dKWrG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUHM0dKWrG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUHM0dKWrG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUHM0dKWrG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUHM0dKWrG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUHM0dKWrG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUHM0dKWrG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUHM0dKWrG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUHM0dKWrG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUHM0dKWrG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUHM0dKWrG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUHM0dKWrG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUHM0dKWrG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHM0dKWrG .dropdown-item.active,
.cid-uUHM0dKWrG .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHM0dKWrG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uUHM0dKWrG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHM0dKWrG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHM0dKWrG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHM0dKWrG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUHM0dKWrG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUHM0dKWrG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uUHM0dKWrG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uUHM0dKWrG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUHM0dKWrG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUHM0dKWrG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUHM0dKWrG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUHM0dKWrG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHM0dKWrG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUHM0dKWrG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUHM0dKWrG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHM0dKWrG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUHM0dKWrG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUHM0dKWrG .navbar {
    height: 70px;
  }
  .cid-uUHM0dKWrG .navbar.opened {
    height: auto;
  }
  .cid-uUHM0dKWrG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHM0dKWrG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUHM0dKWrG .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uUHM0dKWrG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUHM0dKWrG .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uUHM0dKWrG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUHM0dKWrG .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uUHM0dKWrG .navbar-caption:hover {
  color: #9fe870;
}
@media (min-width: 992px) {
  .cid-uUHM0dKWrG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUHM0dKWrG .text_widget {
  margin-bottom: 32px;
}
.cid-uUHM0dKWrG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUHM0dKWrG .text_widget a:hover,
.cid-uUHM0dKWrG .text_widget a:focus {
  opacity: .8;
}
.cid-uUHM0dKWrG .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uUHM0dKWrG .navbar-caption {
  color: #18212d;
}
.cid-uUHM0dKWrG .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uUHM0dKWrG .mbr-section-subtitle,
.cid-uUHM0dKWrG .text_widget,
.cid-uUHM0dKWrG .mbr-section-btn {
  text-align: center;
}
.cid-uUHM0dKWrG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUHM0fKc5K {
  display: flex;
  background-image: url("../../../assets/images/go6.jpeg");
}
.cid-uUHM0fKc5K .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uUHM0fKc5K {
    align-items: flex-end;
  }
  .cid-uUHM0fKc5K .row {
    justify-content: center;
  }
  .cid-uUHM0fKc5K .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUHM0fKc5K .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUHM0fKc5K {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uUHM0fKc5K .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUHM0fKc5K .content-wrap {
    width: 100%;
  }
}
.cid-uUHM0fKc5K .mbr-section-title,
.cid-uUHM0fKc5K .mbr-section-subtitle {
  text-align: center;
}
.cid-uUHM0fKc5K .mbr-text,
.cid-uUHM0fKc5K .mbr-section-btn {
  text-align: center;
}
.cid-uUHM0fKc5K .mbr-section-title {
  color: #000000;
}
.cid-uUHM0gWFBO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUHM0gWFBO .mbr-text {
  color: #000000;
}
.cid-uUHM0gWFBO .mbr-section-subtitle {
  color: #000000;
}
.cid-uUHM0i1f5M {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUHM0i1f5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUHM0i1f5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUHM0i1f5M .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uUHM0i1f5M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUHM0i1f5M .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uUHM0i1f5M .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUHM0i1f5M .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUHM0i1f5M .mbr-section-title {
  color: #000000;
}
.cid-uUHM0i1f5M .mbr-text,
.cid-uUHM0i1f5M .mbr-section-btn {
  color: #000000;
}
.cid-uUHM0i1f5M img {
  width: 100%;
  height: 100%;
}
.cid-uUHM0i1f5M .acc-list li {
  color: #000;
  font-size: 20px;
  line-height: 35px;
}
.cid-uUHM0jLHo1 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/go10.jpeg");
}
.cid-uUHM0jLHo1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUHM0jLHo1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUHM0jLHo1 .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUHM0jLHo1 .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uUHM0jLHo1 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUHM0jLHo1 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUHM0jLHo1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uUHM0jLHo1 .content-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uUHM0jLHo1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUHM0jLHo1 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uUHM0jLHo1 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUHM0jLHo1 .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uUHM0jLHo1 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uUHM0jLHo1 .mbr-text,
.cid-uUHM0jLHo1 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uUHM0jLHo1 .mbr-section-title,
.cid-uUHM0jLHo1 .mbr-section-btn {
  text-align: center;
}
.cid-uUHM0kUm9t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUHM0kUm9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUHM0kUm9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUHM0kUm9t .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uUHM0kUm9t .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUHM0kUm9t .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uUHM0kUm9t .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uUHM0kUm9t .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uUHM0kUm9t .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uUHM0kUm9t .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUHM0kUm9t .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uUHM0kUm9t .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUHM0kUm9t .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUHM0kUm9t .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uUHM0kUm9t .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUHM0kUm9t .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUHM0kUm9t .mbr-label,
.cid-uUHM0kUm9t .label-wrapper {
  color: #f5f8ff;
}
.cid-uUHM0kUm9t .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUHM0kUm9t .mbr-text,
.cid-uUHM0kUm9t .text-wrapper {
  color: #f5f8ff;
}
.cid-uUHM0kUm9t .ski-list li {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
}
.cid-uUHM0kUm9t .pro-list li {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.cid-uUHM0kUm9t .fit-table th {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uUHM0kUm9t .fit-table td {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 16px;
}
.cid-uUHM0kUm9t .handy-list li {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.cid-uUHM0kUm9t .fee-table th {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uUHM0kUm9t .fee-table td {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uUHM0mvTm7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uUHM0mvTm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUHM0mvTm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUHM0mvTm7 .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUHM0mvTm7 .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUHM0mvTm7 .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uUHM0mvTm7 .card-wrapper {
  background: #ffffff;
}
.cid-uUHM0mvTm7 .mbr-text,
.cid-uUHM0mvTm7 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUHM0mvTm7 .card-title,
.cid-uUHM0mvTm7 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uUHM0mvTm7 .image-wrapper img {
  width: 100%;
}
.cid-uUHM0mvTm7 .tip-list li {
  font-size: 20px;
  line-height: 35px;
}
.cid-uUHM0nO7OZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUHM0nO7OZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUHM0nO7OZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUHM0nO7OZ .copyright {
  color: #000000;
  text-align: left;
}
.cid-uUHM0nO7OZ .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uUHM0nO7OZ .row {
    flex-direction: column-reverse !important;
  }
  .cid-uUHM0nO7OZ .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uUHM0nO7OZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUHM0nO7OZ .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uUHM0nO7OZ .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uUHM0nO7OZ .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uUHM0nO7OZ .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uUHM0nO7OZ .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uUHM0nO7OZ .copyright {
    text-align: center;
  }
}
.cid-uUHVmI75Ph {
  background-color: transparent;
}
.cid-uUHVmI75Ph .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uUHVmI75Ph .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uUHVmI75Ph .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHVmI75Ph .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUHVmI75Ph .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUHVmI75Ph .menu_box .navbar.opened,
  .cid-uUHVmI75Ph .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUHVmI75Ph .navbar-dropdown {
  position: relative !important;
}
.cid-uUHVmI75Ph .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUHVmI75Ph .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUHVmI75Ph .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUHVmI75Ph .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUHVmI75Ph .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUHVmI75Ph .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uUHVmI75Ph .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUHVmI75Ph .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUHVmI75Ph .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUHVmI75Ph .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUHVmI75Ph .offcanvas-body .mbr-text,
  .cid-uUHVmI75Ph .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUHVmI75Ph .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUHVmI75Ph .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUHVmI75Ph .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uUHVmI75Ph .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUHVmI75Ph .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUHVmI75Ph .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUHVmI75Ph .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUHVmI75Ph ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUHVmI75Ph .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUHVmI75Ph .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);
  }
  .cid-uUHVmI75Ph .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUHVmI75Ph 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;
  }
  .cid-uUHVmI75Ph .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUHVmI75Ph .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uUHVmI75Ph .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uUHVmI75Ph .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uUHVmI75Ph .nav-item {
    margin: 0 !important;
  }
}
.cid-uUHVmI75Ph .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uUHVmI75Ph .nav-item .nav-link:hover,
.cid-uUHVmI75Ph .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uUHVmI75Ph .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUHVmI75Ph .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUHVmI75Ph .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUHVmI75Ph .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUHVmI75Ph .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUHVmI75Ph .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUHVmI75Ph .offcanvas_box {
    display: none;
  }
}
.cid-uUHVmI75Ph .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUHVmI75Ph .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUHVmI75Ph .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUHVmI75Ph .container {
  display: flex;
  margin: auto;
}
.cid-uUHVmI75Ph .iconfont-wrapper {
  color: #18212d;
  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;
}
.cid-uUHVmI75Ph .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUHVmI75Ph .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUHVmI75Ph .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUHVmI75Ph .navbar-nav {
    margin: 0;
  }
}
.cid-uUHVmI75Ph .dropdown-menu,
.cid-uUHVmI75Ph .navbar.opened {
  background-color: false !important;
}
.cid-uUHVmI75Ph .nav-item:focus,
.cid-uUHVmI75Ph .nav-link:focus {
  outline: none;
}
.cid-uUHVmI75Ph .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHVmI75Ph .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHVmI75Ph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHVmI75Ph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHVmI75Ph .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHVmI75Ph .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHVmI75Ph .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUHVmI75Ph .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUHVmI75Ph .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHVmI75Ph .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUHVmI75Ph .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uUHVmI75Ph .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUHVmI75Ph .navbar.collapsed {
  justify-content: center;
}
.cid-uUHVmI75Ph .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHVmI75Ph .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUHVmI75Ph .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHVmI75Ph .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHVmI75Ph .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHVmI75Ph .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUHVmI75Ph .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUHVmI75Ph .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUHVmI75Ph .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUHVmI75Ph .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHVmI75Ph .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHVmI75Ph .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUHVmI75Ph .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHVmI75Ph .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUHVmI75Ph .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUHVmI75Ph .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUHVmI75Ph .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUHVmI75Ph .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUHVmI75Ph .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUHVmI75Ph .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUHVmI75Ph .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUHVmI75Ph .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUHVmI75Ph .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUHVmI75Ph .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUHVmI75Ph .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUHVmI75Ph .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUHVmI75Ph .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHVmI75Ph .dropdown-item.active,
.cid-uUHVmI75Ph .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHVmI75Ph .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uUHVmI75Ph .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHVmI75Ph .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHVmI75Ph .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHVmI75Ph ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUHVmI75Ph .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUHVmI75Ph button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uUHVmI75Ph button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uUHVmI75Ph button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUHVmI75Ph button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUHVmI75Ph button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUHVmI75Ph button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUHVmI75Ph nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHVmI75Ph nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUHVmI75Ph nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUHVmI75Ph nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHVmI75Ph a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUHVmI75Ph .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUHVmI75Ph .navbar {
    height: 70px;
  }
  .cid-uUHVmI75Ph .navbar.opened {
    height: auto;
  }
  .cid-uUHVmI75Ph .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHVmI75Ph .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUHVmI75Ph .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uUHVmI75Ph .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUHVmI75Ph .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uUHVmI75Ph .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUHVmI75Ph .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uUHVmI75Ph .navbar-caption:hover {
  color: #9fe870;
}
@media (min-width: 992px) {
  .cid-uUHVmI75Ph .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUHVmI75Ph .text_widget {
  margin-bottom: 32px;
}
.cid-uUHVmI75Ph .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUHVmI75Ph .text_widget a:hover,
.cid-uUHVmI75Ph .text_widget a:focus {
  opacity: .8;
}
.cid-uUHVmI75Ph .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uUHVmI75Ph .navbar-caption {
  color: #18212d;
}
.cid-uUHVmI75Ph .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uUHVmI75Ph .mbr-section-subtitle,
.cid-uUHVmI75Ph .text_widget,
.cid-uUHVmI75Ph .mbr-section-btn {
  text-align: center;
}
.cid-uUHVmI75Ph a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUHVmODoxq {
  display: flex;
  background-image: url("../../../assets/images/go12.jpeg");
}
.cid-uUHVmODoxq .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uUHVmODoxq {
    align-items: flex-end;
  }
  .cid-uUHVmODoxq .row {
    justify-content: center;
  }
  .cid-uUHVmODoxq .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUHVmODoxq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUHVmODoxq {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uUHVmODoxq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUHVmODoxq .content-wrap {
    width: 100%;
  }
}
.cid-uUHVmODoxq .mbr-section-title,
.cid-uUHVmODoxq .mbr-section-subtitle {
  text-align: center;
}
.cid-uUHVmODoxq .mbr-text,
.cid-uUHVmODoxq .mbr-section-btn {
  text-align: center;
}
.cid-uUHVmODoxq .mbr-section-title {
  color: #000000;
}
.cid-uUHVmQl90j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUHVmQl90j .mbr-text {
  color: #000000;
}
.cid-uUHVmQl90j .mbr-section-subtitle {
  color: #000000;
}
.cid-uUHVmWYspL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUHVmWYspL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUHVmWYspL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUHVmWYspL .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uUHVmWYspL .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUHVmWYspL .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uUHVmWYspL .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uUHVmWYspL .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uUHVmWYspL .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uUHVmWYspL .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUHVmWYspL .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uUHVmWYspL .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUHVmWYspL .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUHVmWYspL .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uUHVmWYspL .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUHVmWYspL .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUHVmWYspL .mbr-label,
.cid-uUHVmWYspL .label-wrapper {
  color: #f5f8ff;
}
.cid-uUHVmWYspL .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUHVmWYspL .mbr-text,
.cid-uUHVmWYspL .text-wrapper {
  color: #f5f8ff;
}
.cid-uUHVmWYspL .ski-list li {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
}
.cid-uUHVmWYspL .pro-list li {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.cid-uUHVmWYspL .fit-table th {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uUHVmWYspL .fit-table td {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 16px;
}
.cid-uUHVmWYspL .handy-list li {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.cid-uUHVmWYspL .fee-table th {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uUHVmWYspL .fee-table td {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uUHVmWYspL .key-list li {
  font-size: 24px;
}
.cid-uUHVmYRICT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uUHVmYRICT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUHVmYRICT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUHVmYRICT .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUHVmYRICT .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUHVmYRICT .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uUHVmYRICT .card-wrapper {
  background: #ffffff;
}
.cid-uUHVmYRICT .mbr-text,
.cid-uUHVmYRICT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUHVmYRICT .card-title,
.cid-uUHVmYRICT .card-box {
  text-align: left;
  color: #000000;
}
.cid-uUHVmYRICT .image-wrapper img {
  width: 100%;
}
.cid-uUHVmYRICT .tip-list li {
  font-size: 20px;
  line-height: 35px;
}
.cid-uUHVmYRICT .ess-table th {
  border: 2px solid #000;
  padding: 15px;
  font-size: 18px;
  color: #000;
}
.cid-uUHVmYRICT .ess-table td {
  border: 2px solid #000;
  padding: 15px;
  font-size: 16px;
  color: #000;
}
.cid-uUI4piC1kA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/go14.jpeg");
}
.cid-uUI4piC1kA .mbr-text {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
}
.cid-uUI4piC1kA h4 {
  text-align: center;
}
.cid-uUI4piC1kA p {
  text-align: center;
}
.cid-uUI4piC1kA .card {
  padding-bottom: 3rem;
}
.cid-uUI4piC1kA .card-img {
  padding-bottom: 1.5rem;
}
.cid-uUI4piC1kA .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uUI4piC1kA .card-title,
.cid-uUI4piC1kA .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-uUI4piC1kA .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-uUI4piC1kA .header-title,
.cid-uUI4piC1kA .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-uUI4piC1kA .header-title {
  letter-spacing: 0.1em;
}
.cid-uUI4piC1kA .header-text {
  letter-spacing: 0.03em;
}
.cid-uUI4piC1kA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUI4piC1kA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUI5NTiHGW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uUI5NTiHGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUI5NTiHGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUI5NTiHGW .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uUI5NTiHGW .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUI5NTiHGW .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uUI5NTiHGW .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uUI5NTiHGW .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uUI5NTiHGW .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uUI5NTiHGW .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUI5NTiHGW .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uUI5NTiHGW .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUI5NTiHGW .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUI5NTiHGW .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uUI5NTiHGW .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUI5NTiHGW .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUI5NTiHGW .mbr-label,
.cid-uUI5NTiHGW .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUI5NTiHGW .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUI5NTiHGW .mbr-text,
.cid-uUI5NTiHGW .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUI5NTiHGW .mbr-section-title,
.cid-uUI5NTiHGW .mbr-section-btn {
  text-align: center;
}
.cid-uUHVn154Ly {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUHVn154Ly .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUHVn154Ly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUHVn154Ly .copyright {
  color: #000000;
  text-align: left;
}
.cid-uUHVn154Ly .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uUHVn154Ly .row {
    flex-direction: column-reverse !important;
  }
  .cid-uUHVn154Ly .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uUHVn154Ly .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUHVn154Ly .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uUHVn154Ly .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uUHVn154Ly .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uUHVn154Ly .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uUHVn154Ly .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uUHVn154Ly .copyright {
    text-align: center;
  }
}
.cid-uUI7FFSYKT {
  background-color: transparent;
}
.cid-uUI7FFSYKT .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uUI7FFSYKT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uUI7FFSYKT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUI7FFSYKT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUI7FFSYKT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUI7FFSYKT .menu_box .navbar.opened,
  .cid-uUI7FFSYKT .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUI7FFSYKT .navbar-dropdown {
  position: relative !important;
}
.cid-uUI7FFSYKT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUI7FFSYKT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUI7FFSYKT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUI7FFSYKT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUI7FFSYKT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUI7FFSYKT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uUI7FFSYKT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUI7FFSYKT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUI7FFSYKT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUI7FFSYKT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUI7FFSYKT .offcanvas-body .mbr-text,
  .cid-uUI7FFSYKT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUI7FFSYKT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUI7FFSYKT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUI7FFSYKT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uUI7FFSYKT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUI7FFSYKT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUI7FFSYKT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUI7FFSYKT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUI7FFSYKT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUI7FFSYKT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUI7FFSYKT .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);
  }
  .cid-uUI7FFSYKT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUI7FFSYKT 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;
  }
  .cid-uUI7FFSYKT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUI7FFSYKT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uUI7FFSYKT .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uUI7FFSYKT .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uUI7FFSYKT .nav-item {
    margin: 0 !important;
  }
}
.cid-uUI7FFSYKT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uUI7FFSYKT .nav-item .nav-link:hover,
.cid-uUI7FFSYKT .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uUI7FFSYKT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUI7FFSYKT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUI7FFSYKT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUI7FFSYKT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUI7FFSYKT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUI7FFSYKT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUI7FFSYKT .offcanvas_box {
    display: none;
  }
}
.cid-uUI7FFSYKT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUI7FFSYKT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUI7FFSYKT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUI7FFSYKT .container {
  display: flex;
  margin: auto;
}
.cid-uUI7FFSYKT .iconfont-wrapper {
  color: #18212d;
  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;
}
.cid-uUI7FFSYKT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUI7FFSYKT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUI7FFSYKT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUI7FFSYKT .navbar-nav {
    margin: 0;
  }
}
.cid-uUI7FFSYKT .dropdown-menu,
.cid-uUI7FFSYKT .navbar.opened {
  background-color: false !important;
}
.cid-uUI7FFSYKT .nav-item:focus,
.cid-uUI7FFSYKT .nav-link:focus {
  outline: none;
}
.cid-uUI7FFSYKT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUI7FFSYKT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUI7FFSYKT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUI7FFSYKT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUI7FFSYKT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUI7FFSYKT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUI7FFSYKT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUI7FFSYKT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUI7FFSYKT .navbar.opened {
  transition: all 0.3s;
}
.cid-uUI7FFSYKT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUI7FFSYKT .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uUI7FFSYKT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUI7FFSYKT .navbar.collapsed {
  justify-content: center;
}
.cid-uUI7FFSYKT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUI7FFSYKT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUI7FFSYKT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUI7FFSYKT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUI7FFSYKT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUI7FFSYKT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUI7FFSYKT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUI7FFSYKT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUI7FFSYKT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUI7FFSYKT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUI7FFSYKT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUI7FFSYKT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUI7FFSYKT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUI7FFSYKT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUI7FFSYKT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUI7FFSYKT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUI7FFSYKT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUI7FFSYKT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUI7FFSYKT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUI7FFSYKT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUI7FFSYKT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUI7FFSYKT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUI7FFSYKT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUI7FFSYKT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUI7FFSYKT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUI7FFSYKT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUI7FFSYKT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUI7FFSYKT .dropdown-item.active,
.cid-uUI7FFSYKT .dropdown-item:active {
  background-color: transparent;
}
.cid-uUI7FFSYKT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uUI7FFSYKT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUI7FFSYKT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUI7FFSYKT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUI7FFSYKT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUI7FFSYKT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUI7FFSYKT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uUI7FFSYKT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uUI7FFSYKT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUI7FFSYKT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUI7FFSYKT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUI7FFSYKT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUI7FFSYKT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUI7FFSYKT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUI7FFSYKT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUI7FFSYKT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUI7FFSYKT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUI7FFSYKT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUI7FFSYKT .navbar {
    height: 70px;
  }
  .cid-uUI7FFSYKT .navbar.opened {
    height: auto;
  }
  .cid-uUI7FFSYKT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUI7FFSYKT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUI7FFSYKT .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uUI7FFSYKT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUI7FFSYKT .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uUI7FFSYKT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUI7FFSYKT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uUI7FFSYKT .navbar-caption:hover {
  color: #9fe870;
}
@media (min-width: 992px) {
  .cid-uUI7FFSYKT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUI7FFSYKT .text_widget {
  margin-bottom: 32px;
}
.cid-uUI7FFSYKT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUI7FFSYKT .text_widget a:hover,
.cid-uUI7FFSYKT .text_widget a:focus {
  opacity: .8;
}
.cid-uUI7FFSYKT .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uUI7FFSYKT .navbar-caption {
  color: #18212d;
}
.cid-uUI7FFSYKT .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uUI7FFSYKT .mbr-section-subtitle,
.cid-uUI7FFSYKT .text_widget,
.cid-uUI7FFSYKT .mbr-section-btn {
  text-align: center;
}
.cid-uUI7FFSYKT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUI7FIfFIf {
  display: flex;
  background-image: url("../../../assets/images/go15.jpeg");
}
.cid-uUI7FIfFIf .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uUI7FIfFIf {
    align-items: flex-end;
  }
  .cid-uUI7FIfFIf .row {
    justify-content: center;
  }
  .cid-uUI7FIfFIf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUI7FIfFIf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUI7FIfFIf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uUI7FIfFIf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUI7FIfFIf .content-wrap {
    width: 100%;
  }
}
.cid-uUI7FIfFIf .mbr-section-title,
.cid-uUI7FIfFIf .mbr-section-subtitle {
  text-align: center;
}
.cid-uUI7FIfFIf .mbr-text,
.cid-uUI7FIfFIf .mbr-section-btn {
  text-align: center;
}
.cid-uUI7FIfFIf .mbr-section-title {
  color: #000000;
}
.cid-uUI7FJQKJB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUI7FJQKJB .mbr-text {
  color: #000000;
}
.cid-uUI7FJQKJB .mbr-section-subtitle {
  color: #000000;
}
.cid-uUI7FLbLU4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUI7FLbLU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUI7FLbLU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUI7FLbLU4 .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uUI7FLbLU4 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUI7FLbLU4 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uUI7FLbLU4 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uUI7FLbLU4 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uUI7FLbLU4 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uUI7FLbLU4 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUI7FLbLU4 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uUI7FLbLU4 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUI7FLbLU4 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUI7FLbLU4 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uUI7FLbLU4 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUI7FLbLU4 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUI7FLbLU4 .mbr-label,
.cid-uUI7FLbLU4 .label-wrapper {
  color: #f5f8ff;
}
.cid-uUI7FLbLU4 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUI7FLbLU4 .mbr-text,
.cid-uUI7FLbLU4 .text-wrapper {
  color: #f5f8ff;
}
.cid-uUI7FLbLU4 .ski-list li {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
}
.cid-uUI7FLbLU4 .pro-list li {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.cid-uUI7FLbLU4 .fit-table th {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uUI7FLbLU4 .fit-table td {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 16px;
}
.cid-uUI7FLbLU4 .handy-list li {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.cid-uUI7FLbLU4 .fee-table th {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uUI7FLbLU4 .fee-table td {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uUI7FLbLU4 .key-list li {
  font-size: 24px;
}
.cid-uUI7FMXPpa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uUI7FMXPpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUI7FMXPpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUI7FMXPpa .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUI7FMXPpa .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUI7FMXPpa .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uUI7FMXPpa .card-wrapper {
  background: #ffffff;
}
.cid-uUI7FMXPpa .mbr-text,
.cid-uUI7FMXPpa .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUI7FMXPpa .card-title,
.cid-uUI7FMXPpa .card-box {
  text-align: left;
  color: #000000;
}
.cid-uUI7FMXPpa .image-wrapper img {
  width: 100%;
}
.cid-uUI7FMXPpa .tip-list li {
  font-size: 20px;
  line-height: 35px;
}
.cid-uUI7FMXPpa .ess-table th {
  border: 2px solid #000;
  padding: 15px;
  font-size: 18px;
  color: #000;
}
.cid-uUI7FMXPpa .ess-table td {
  border: 2px solid #000;
  padding: 15px;
  font-size: 16px;
  color: #000;
}
.cid-uUI7FOMkz9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/go14.jpeg");
}
.cid-uUI7FOMkz9 .mbr-text {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
}
.cid-uUI7FOMkz9 h4 {
  text-align: center;
}
.cid-uUI7FOMkz9 p {
  text-align: center;
}
.cid-uUI7FOMkz9 .card {
  padding-bottom: 3rem;
}
.cid-uUI7FOMkz9 .card-img {
  padding-bottom: 1.5rem;
}
.cid-uUI7FOMkz9 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uUI7FOMkz9 .card-title,
.cid-uUI7FOMkz9 .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-uUI7FOMkz9 .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-uUI7FOMkz9 .header-title,
.cid-uUI7FOMkz9 .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-uUI7FOMkz9 .header-title {
  letter-spacing: 0.1em;
}
.cid-uUI7FOMkz9 .header-text {
  letter-spacing: 0.03em;
}
.cid-uUI7FOMkz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUI7FOMkz9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUI7FQjDax {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uUI7FQjDax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUI7FQjDax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUI7FQjDax .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uUI7FQjDax .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUI7FQjDax .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uUI7FQjDax .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uUI7FQjDax .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uUI7FQjDax .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uUI7FQjDax .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUI7FQjDax .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uUI7FQjDax .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUI7FQjDax .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUI7FQjDax .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uUI7FQjDax .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUI7FQjDax .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUI7FQjDax .mbr-label,
.cid-uUI7FQjDax .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUI7FQjDax .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUI7FQjDax .mbr-text,
.cid-uUI7FQjDax .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUI7FQjDax .mbr-section-title,
.cid-uUI7FQjDax .mbr-section-btn {
  text-align: center;
}
.cid-uUI7FRTgfH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUI7FRTgfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUI7FRTgfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUI7FRTgfH .copyright {
  color: #000000;
  text-align: left;
}
.cid-uUI7FRTgfH .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uUI7FRTgfH .row {
    flex-direction: column-reverse !important;
  }
  .cid-uUI7FRTgfH .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uUI7FRTgfH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUI7FRTgfH .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uUI7FRTgfH .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uUI7FRTgfH .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uUI7FRTgfH .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uUI7FRTgfH .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uUI7FRTgfH .copyright {
    text-align: center;
  }
}
.cid-uUIgwdaovL {
  background-color: transparent;
}
.cid-uUIgwdaovL .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uUIgwdaovL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uUIgwdaovL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUIgwdaovL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUIgwdaovL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUIgwdaovL .menu_box .navbar.opened,
  .cid-uUIgwdaovL .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUIgwdaovL .navbar-dropdown {
  position: relative !important;
}
.cid-uUIgwdaovL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUIgwdaovL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUIgwdaovL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUIgwdaovL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUIgwdaovL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUIgwdaovL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uUIgwdaovL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUIgwdaovL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUIgwdaovL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUIgwdaovL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUIgwdaovL .offcanvas-body .mbr-text,
  .cid-uUIgwdaovL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUIgwdaovL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUIgwdaovL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUIgwdaovL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uUIgwdaovL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUIgwdaovL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUIgwdaovL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUIgwdaovL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUIgwdaovL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUIgwdaovL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUIgwdaovL .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);
  }
  .cid-uUIgwdaovL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUIgwdaovL 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;
  }
  .cid-uUIgwdaovL .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUIgwdaovL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uUIgwdaovL .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uUIgwdaovL .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uUIgwdaovL .nav-item {
    margin: 0 !important;
  }
}
.cid-uUIgwdaovL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uUIgwdaovL .nav-item .nav-link:hover,
.cid-uUIgwdaovL .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uUIgwdaovL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUIgwdaovL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUIgwdaovL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUIgwdaovL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUIgwdaovL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUIgwdaovL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUIgwdaovL .offcanvas_box {
    display: none;
  }
}
.cid-uUIgwdaovL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUIgwdaovL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUIgwdaovL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUIgwdaovL .container {
  display: flex;
  margin: auto;
}
.cid-uUIgwdaovL .iconfont-wrapper {
  color: #18212d;
  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;
}
.cid-uUIgwdaovL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUIgwdaovL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUIgwdaovL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUIgwdaovL .navbar-nav {
    margin: 0;
  }
}
.cid-uUIgwdaovL .dropdown-menu,
.cid-uUIgwdaovL .navbar.opened {
  background-color: false !important;
}
.cid-uUIgwdaovL .nav-item:focus,
.cid-uUIgwdaovL .nav-link:focus {
  outline: none;
}
.cid-uUIgwdaovL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUIgwdaovL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUIgwdaovL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUIgwdaovL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUIgwdaovL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUIgwdaovL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUIgwdaovL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUIgwdaovL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUIgwdaovL .navbar.opened {
  transition: all 0.3s;
}
.cid-uUIgwdaovL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUIgwdaovL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uUIgwdaovL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUIgwdaovL .navbar.collapsed {
  justify-content: center;
}
.cid-uUIgwdaovL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUIgwdaovL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUIgwdaovL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUIgwdaovL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUIgwdaovL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUIgwdaovL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUIgwdaovL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUIgwdaovL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUIgwdaovL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUIgwdaovL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUIgwdaovL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUIgwdaovL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUIgwdaovL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUIgwdaovL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUIgwdaovL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUIgwdaovL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUIgwdaovL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUIgwdaovL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUIgwdaovL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUIgwdaovL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUIgwdaovL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUIgwdaovL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUIgwdaovL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUIgwdaovL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUIgwdaovL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUIgwdaovL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUIgwdaovL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUIgwdaovL .dropdown-item.active,
.cid-uUIgwdaovL .dropdown-item:active {
  background-color: transparent;
}
.cid-uUIgwdaovL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uUIgwdaovL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUIgwdaovL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUIgwdaovL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUIgwdaovL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUIgwdaovL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUIgwdaovL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uUIgwdaovL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uUIgwdaovL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUIgwdaovL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUIgwdaovL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUIgwdaovL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUIgwdaovL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUIgwdaovL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUIgwdaovL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUIgwdaovL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUIgwdaovL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUIgwdaovL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUIgwdaovL .navbar {
    height: 70px;
  }
  .cid-uUIgwdaovL .navbar.opened {
    height: auto;
  }
  .cid-uUIgwdaovL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUIgwdaovL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUIgwdaovL .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uUIgwdaovL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uUIgwdaovL .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uUIgwdaovL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUIgwdaovL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uUIgwdaovL .navbar-caption:hover {
  color: #9fe870;
}
@media (min-width: 992px) {
  .cid-uUIgwdaovL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUIgwdaovL .text_widget {
  margin-bottom: 32px;
}
.cid-uUIgwdaovL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUIgwdaovL .text_widget a:hover,
.cid-uUIgwdaovL .text_widget a:focus {
  opacity: .8;
}
.cid-uUIgwdaovL .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uUIgwdaovL .navbar-caption {
  color: #18212d;
}
.cid-uUIgwdaovL .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uUIgwdaovL .mbr-section-subtitle,
.cid-uUIgwdaovL .text_widget,
.cid-uUIgwdaovL .mbr-section-btn {
  text-align: center;
}
.cid-uUIgwdaovL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUIgwjJXYH {
  display: flex;
  background-image: url("../../../assets/images/go18.jpeg");
}
.cid-uUIgwjJXYH .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uUIgwjJXYH {
    align-items: flex-end;
  }
  .cid-uUIgwjJXYH .row {
    justify-content: center;
  }
  .cid-uUIgwjJXYH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUIgwjJXYH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUIgwjJXYH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uUIgwjJXYH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUIgwjJXYH .content-wrap {
    width: 100%;
  }
}
.cid-uUIgwjJXYH .mbr-section-title,
.cid-uUIgwjJXYH .mbr-section-subtitle {
  text-align: center;
}
.cid-uUIgwjJXYH .mbr-text,
.cid-uUIgwjJXYH .mbr-section-btn {
  text-align: center;
}
.cid-uUIgwjJXYH .mbr-section-title {
  color: #000000;
}
.cid-uUIgwr3mSW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUIgwr3mSW .mbr-text {
  color: #000000;
}
.cid-uUIgwr3mSW .mbr-section-subtitle {
  color: #000000;
}
.cid-uUIgwuziLj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUIgwuziLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIgwuziLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUIgwuziLj .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uUIgwuziLj .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUIgwuziLj .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uUIgwuziLj .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uUIgwuziLj .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uUIgwuziLj .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uUIgwuziLj .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUIgwuziLj .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uUIgwuziLj .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUIgwuziLj .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUIgwuziLj .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uUIgwuziLj .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUIgwuziLj .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUIgwuziLj .mbr-label,
.cid-uUIgwuziLj .label-wrapper {
  color: #f5f8ff;
}
.cid-uUIgwuziLj .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUIgwuziLj .mbr-text,
.cid-uUIgwuziLj .text-wrapper {
  color: #f5f8ff;
}
.cid-uUIgwuziLj .ski-list li {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
}
.cid-uUIgwuziLj .pro-list li {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.cid-uUIgwuziLj .fit-table th {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uUIgwuziLj .fit-table td {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 16px;
}
.cid-uUIgwuziLj .handy-list li {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.cid-uUIgwuziLj .fee-table th {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uUIgwuziLj .fee-table td {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.cid-uUIgwuziLj .key-list li {
  font-size: 24px;
}
.cid-uUIgwxBOID {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uUIgwxBOID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIgwxBOID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUIgwxBOID .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUIgwxBOID .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUIgwxBOID .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uUIgwxBOID .card-wrapper {
  background: #ffffff;
}
.cid-uUIgwxBOID .mbr-text,
.cid-uUIgwxBOID .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUIgwxBOID .card-title,
.cid-uUIgwxBOID .card-box {
  text-align: left;
  color: #000000;
}
.cid-uUIgwxBOID .image-wrapper img {
  width: 100%;
}
.cid-uUIgwxBOID .tip-list li {
  font-size: 20px;
  line-height: 35px;
}
.cid-uUIgwxBOID .ess-table th {
  border: 2px solid #000;
  padding: 15px;
  font-size: 18px;
  color: #000;
}
.cid-uUIgwxBOID .ess-table td {
  border: 2px solid #000;
  padding: 15px;
  font-size: 16px;
  color: #000;
}
.cid-uUIgwABEcT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/go20.jpg");
}
.cid-uUIgwABEcT .mbr-text {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
}
.cid-uUIgwABEcT h4 {
  text-align: center;
}
.cid-uUIgwABEcT p {
  text-align: center;
}
.cid-uUIgwABEcT .card {
  padding-bottom: 3rem;
}
.cid-uUIgwABEcT .card-img {
  padding-bottom: 1.5rem;
}
.cid-uUIgwABEcT .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uUIgwABEcT .card-title,
.cid-uUIgwABEcT .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-uUIgwABEcT .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-uUIgwABEcT .header-title,
.cid-uUIgwABEcT .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-uUIgwABEcT .header-title {
  letter-spacing: 0.1em;
}
.cid-uUIgwABEcT .header-text {
  letter-spacing: 0.03em;
}
.cid-uUIgwABEcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIgwABEcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUIgwDgEvB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uUIgwDgEvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIgwDgEvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUIgwDgEvB .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uUIgwDgEvB .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUIgwDgEvB .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uUIgwDgEvB .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uUIgwDgEvB .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uUIgwDgEvB .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uUIgwDgEvB .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUIgwDgEvB .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uUIgwDgEvB .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUIgwDgEvB .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUIgwDgEvB .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uUIgwDgEvB .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUIgwDgEvB .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUIgwDgEvB .mbr-label,
.cid-uUIgwDgEvB .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUIgwDgEvB .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUIgwDgEvB .mbr-text,
.cid-uUIgwDgEvB .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUIgwDgEvB .mbr-section-title,
.cid-uUIgwDgEvB .mbr-section-btn {
  text-align: center;
}
.cid-uUIgwFXY4x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUIgwFXY4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIgwFXY4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUIgwFXY4x .copyright {
  color: #000000;
  text-align: left;
}
.cid-uUIgwFXY4x .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uUIgwFXY4x .row {
    flex-direction: column-reverse !important;
  }
  .cid-uUIgwFXY4x .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uUIgwFXY4x .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUIgwFXY4x .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uUIgwFXY4x .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uUIgwFXY4x .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uUIgwFXY4x .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uUIgwFXY4x .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uUIgwFXY4x .copyright {
    text-align: center;
  }
}
