.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.image-wrapper,
.btn-wrap,
.sd-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f3f9fa;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.display-1 {
  font-family: inherit;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .sd-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: inherit;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .sd-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .sd-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: inherit;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .sd-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .sd-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 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: #ffa62b !important;
}
.bg-success {
  background-color: #27d082 !important;
}
.bg-info {
  background-color: #0dc5ea !important;
}
.bg-warning {
  background-color: #f7b900 !important;
}
.bg-danger {
  background-color: #d32435 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa62b !important;
  border-color: #ffa62b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffbb5e !important;
  border-color: #ffbb5e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffbb5e !important;
  border-color: #ffbb5e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #489fb5 !important;
  border-color: #489fb5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #6cb2c4 !important;
  border-color: #6cb2c4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6cb2c4 !important;
  border-color: #6cb2c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0dc5ea !important;
  border-color: #0dc5ea !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #36d4f4 !important;
  border-color: #36d4f4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #36d4f4 !important;
  border-color: #36d4f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #27d082 !important;
  border-color: #27d082 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #4cde9b !important;
  border-color: #4cde9b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4cde9b !important;
  border-color: #4cde9b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7b900 !important;
  border-color: #f7b900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffca2b !important;
  border-color: #ffca2b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffca2b !important;
  border-color: #ffca2b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d32435 !important;
  border-color: #d32435 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e04a58 !important;
  border-color: #e04a58 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e04a58 !important;
  border-color: #e04a58 !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: #ffa62b;
  color: #ffa62b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d37b00 !important;
  background-color: transparent !important;
  border-color: #d37b00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa62b !important;
  border-color: #ffa62b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #489fb5;
  color: #489fb5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2f6977 !important;
  background-color: transparent !important;
  border-color: #2f6977 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #489fb5 !important;
  border-color: #489fb5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0dc5ea;
  color: #0dc5ea;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #088098 !important;
  background-color: transparent !important;
  border-color: #088098 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0dc5ea !important;
  border-color: #0dc5ea !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #27d082;
  color: #27d082;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #198754 !important;
  background-color: transparent !important;
  border-color: #198754 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #27d082 !important;
  border-color: #27d082 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f7b900;
  color: #f7b900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a07800 !important;
  background-color: transparent !important;
  border-color: #a07800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7b900 !important;
  border-color: #f7b900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d32435;
  color: #d32435;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #891722 !important;
  background-color: transparent !important;
  border-color: #891722 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d32435 !important;
  border-color: #d32435 !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: #ffa62b !important;
}
.text-secondary {
  color: #489fb5 !important;
}
.text-success {
  color: #27d082 !important;
}
.text-info {
  color: #0dc5ea !important;
}
.text-warning {
  color: #f7b900 !important;
}
.text-danger {
  color: #d32435 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c47200 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2b5f6c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #177a4c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #087489 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #916d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7c151f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #ffa62b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0dc5ea;
}
.alert-warning {
  background-color: #f7b900;
}
.alert-danger {
  background-color: #d32435;
}
.sd-section-btn .btn:not(.btn-form) {
  border-radius: 1.5rem;
}
.sd-gallery-filter li a {
  border-radius: 100px !important;
}
.sd-gallery-filter li.active .btn {
  background-color: #ffa62b;
  border-color: #ffa62b;
  color: #ffffff;
}
.sd-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffa62b;
}
.sd-plan-header.bg-primary .sd-plan-subtitle,
.sd-plan-header.bg-primary .sd-plan-price-desc {
  color: #fffcf7;
}
.sd-plan-header.bg-success .sd-plan-subtitle,
.sd-plan-header.bg-success .sd-plan-price-desc {
  color: #cdf6e3;
}
.sd-plan-header.bg-info .sd-plan-subtitle,
.sd-plan-header.bg-info .sd-plan-price-desc {
  color: #c7f3fc;
}
.sd-plan-header.bg-warning .sd-plan-subtitle,
.sd-plan-header.bg-warning .sd-plan-price-desc {
  color: #fff0c4;
}
.sd-plan-header.bg-danger .sd-plan-subtitle,
.sd-plan-header.bg-danger .sd-plan-price-desc {
  color: #f6cdd1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .sd-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: #ffa62b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .sd-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffa62b;
}
/* Forms */
.sd-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.sd-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.sd-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.sd-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: #ffa62b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa62b;
}
.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: #ffa62b;
  border-bottom-color: #ffa62b;
}
.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: #ffa62b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #489fb5 !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='%23ffa62b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-vju8noTY7E {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vju8noTY7E .dropdown-item:before {
  font-family: 'WebIcons' !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vju8noTY7E .btn {
  padding: 0.6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-vju8noTY7E .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vju8noTY7E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vju8noTY7E .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vju8noTY7E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vju8noTY7E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vju8noTY7E .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vju8noTY7E .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vju8noTY7E .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vju8noTY7E .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vju8noTY7E .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vju8noTY7E .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vju8noTY7E .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vju8noTY7E .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-vju8noTY7E .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vju8noTY7E .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vju8noTY7E .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vju8noTY7E .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-vju8noTY7E .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vju8noTY7E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vju8noTY7E .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vju8noTY7E .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vju8noTY7E .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-vju8noTY7E .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-vju8noTY7E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vju8noTY7E .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  backdrop-filter: blur(10px);
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-vju8noTY7E .nav-item:focus,
.cid-vju8noTY7E .nav-link:focus {
  outline: none;
}
.cid-vju8noTY7E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vju8noTY7E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vju8noTY7E .dropdown .dropdown-menu .dropdown-item .sd-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vju8noTY7E .dropdown .dropdown-menu .dropdown-item .sd-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vju8noTY7E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vju8noTY7E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vju8noTY7E .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vju8noTY7E .navbar.opened {
  transition: all 0.3s;
}
.cid-vju8noTY7E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vju8noTY7E .navbar .navbar-logo img {
  width: auto;
}
.cid-vju8noTY7E .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vju8noTY7E .navbar.collapsed {
  justify-content: center;
}
.cid-vju8noTY7E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vju8noTY7E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vju8noTY7E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-vju8noTY7E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vju8noTY7E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vju8noTY7E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vju8noTY7E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vju8noTY7E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vju8noTY7E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vju8noTY7E .navbar {
    min-height: 72px;
  }
  .cid-vju8noTY7E .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vju8noTY7E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vju8noTY7E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vju8noTY7E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vju8noTY7E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vju8noTY7E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vju8noTY7E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vju8noTY7E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vju8noTY7E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vju8noTY7E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vju8noTY7E .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vju8noTY7E .dropdown-item.active,
.cid-vju8noTY7E .dropdown-item:active {
  background-color: transparent;
}
.cid-vju8noTY7E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vju8noTY7E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vju8noTY7E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vju8noTY7E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vju8noTY7E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vju8noTY7E .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vju8noTY7E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vju8noTY7E .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vju8noTY7E .navbar-buttons {
    text-align: left;
  }
}
.cid-vju8noTY7E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vju8noTY7E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vju8noTY7E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vju8noTY7E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vju8noTY7E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vju8noTY7E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vju8noTY7E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vju8noTY7E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vju8noTY7E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vju8noTY7E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vju8noTY7E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vju8noTY7E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vju8noTY7E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vju8noTY7E .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vju8noTY7E .navbar {
    height: 70px;
  }
  .cid-vju8noTY7E .navbar.opened {
    height: auto;
  }
  .cid-vju8noTY7E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vju8noTY7E .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vju8noTY7E .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vju8noTY7E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vju8noTY7E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vju8noTY7E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vju8noTY7E .sd-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vju8noTY7E .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vju8noTY7E .navbar-brand {
    margin-right: auto;
  }
  .cid-vju8noTY7E .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-vju8noTY7E .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vju8noTY7E .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vju8noTY7E .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vju8noTY7E .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vju8noTY7E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vju8noTY7E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vju8noTY7E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vju8noTY7E .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vju8noTY7E .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vju8noTY7E .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vju8noTY7E .nav-link,
.cid-vju8noTY7E .dropdown-item {
  color: #000000;
}
.cid-vju8nqrrEE {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vju8nqrrEE .item-img {
  position: relative;
}
.cid-vju8nqrrEE .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  min-height: 800px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vju8nqrrEE .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-vju8nqrrEE .image-wrapper {
    min-height: 500px;
  }
}
.cid-vju8nqrrEE .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vju8nqrrEE .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vju8nqrrEE .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-vju8nqrrEE .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-vju8nqrrEE .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-vju8nqrrEE .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vju8nqrrEE .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-vju8nqrrEE .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-vju8nqrrEE .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8nqrrEE .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-vju8nqrrEE .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vju8nqrrEE .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-vju8nqrrEE .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vju8nqrrEE img,
.cid-vju8nqrrEE .item-img {
  width: 100%;
}
.cid-vju8nqrrEE .item-title {
  text-align: left;
  color: #000000;
}
.cid-vju8nqAEnz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vju8nqAEnz .item-img {
  position: relative;
}
.cid-vju8nqAEnz .item-img img {
  transition: all 0.2s;
}
.cid-vju8nqAEnz .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vju8nqAEnz .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-vju8nqAEnz .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vju8nqAEnz .item:hover img {
  transform: scale(1.05);
}
.cid-vju8nqAEnz .sd-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vju8nqAEnz .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-vju8nqAEnz .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-vju8nqAEnz .item-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #003d4a;
  z-index: 1;
  pointer-events: none !important;
}
.cid-vju8nqAEnz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vju8nqAEnz .item-link {
  z-index: 1;
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #FFFFFF;
}
.cid-vju8nqAEnz .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vju8nqAEnz .link-icon-wrapper .icon-wrap {
  background: #ffa62b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vju8nqAEnz .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8nqAEnz .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vju8nqAEnz .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vju8nqAEnz .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vju8nqAEnz .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vju8nqAEnz .item-content {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vju8nqAEnz .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vju8nqAEnz img,
.cid-vju8nqAEnz .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-vju8nqAEnz .item:focus,
.cid-vju8nqAEnz span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vju8nqAEnz .item {
    margin-bottom: 1rem;
  }
}
.cid-vju8nqAEnz .sd-section-title {
  color: #000000;
  text-align: center;
}
.cid-vju8nqAEnz .item-title {
  text-align: left;
  color: #FFFFFF;
}
.cid-vju8nqAEnz .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vju8nqAEnz .sd-section-subtitle,
.cid-vju8nqAEnz .subtitle-wrap,
.cid-vju8nqAEnz .sd-section-btn {
  text-align: center;
}
.cid-vju8nqAEnz .sd-text,
.cid-vju8nqAEnz .item .sd-section-btn {
  color: #ffffff;
}
.cid-vju8nqAEnz a {
  animation: none;
}
.cid-vju8nqVTcI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vju8nqVTcI .item-img {
  position: relative;
}
.cid-vju8nqVTcI .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-vju8nqVTcI .cardbg {
  background: #e2d9c2;
  height: 100%;
  min-height: 300px;
}
.cid-vju8nqVTcI .sd-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vju8nqVTcI .image-wrapper {
  overflow: hidden;
}
.cid-vju8nqVTcI .item1 {
  margin-bottom: 2rem !important;
}
.cid-vju8nqVTcI .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vju8nqVTcI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vju8nqVTcI .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-vju8nqVTcI .item1,
.cid-vju8nqVTcI .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vju8nqVTcI .item1 .item:hover,
.cid-vju8nqVTcI .item .item:hover {
  cursor: pointer;
}
.cid-vju8nqVTcI .item1:hover .link-icon-wrapper span,
.cid-vju8nqVTcI .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-vju8nqVTcI .card2 {
    margin-top: 1rem;
  }
}
.cid-vju8nqVTcI .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vju8nqVTcI .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vju8nqVTcI .link-icon-wrapper .icon-wrap span {
  color: #f3f9fa;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8nqVTcI .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vju8nqVTcI .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vju8nqVTcI .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vju8nqVTcI .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vju8nqVTcI .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vju8nqVTcI .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vju8nqVTcI img,
.cid-vju8nqVTcI .item-img {
  width: 100%;
}
.cid-vju8nqVTcI .item:focus,
.cid-vju8nqVTcI span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vju8nqVTcI .item {
    margin-bottom: 1rem;
  }
}
.cid-vju8nqVTcI .sd-section-title {
  color: #000000;
  text-align: left;
}
.cid-vju8nqVTcI .item-title {
  text-align: left;
  color: #000000;
}
.cid-vju8nqVTcI .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vju8nqVTcI .sd-section-subtitle,
.cid-vju8nqVTcI .subtitle-wrap,
.cid-vju8nqVTcI .sd-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vju8nqVTcI .sd-text,
.cid-vju8nqVTcI .item .sd-section-btn {
  color: #000000;
}
.cid-vju8nr5MWG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vju8nr5MWG img {
  width: 180px;
  margin: auto;
}
.cid-vju8nr5MWG .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-vju8nr5MWG .sd-section-title {
  color: #000000;
}
.cid-vju8nr5MWG .sd-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #f3f9fa;
}
.cid-vju8nr5MWG .sd-section-subtitle,
.cid-vju8nr5MWG .subtitle-wrap,
.cid-vju8nr5MWG .sd-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vju8nr7YJK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vju8nr7YJK .sd-fallback-image.disabled {
  display: none;
}
.cid-vju8nr7YJK .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vju8nr7YJK img {
  object-fit: cover;
}
.cid-vju8nr7YJK .row {
  margin: 0;
}
.cid-vju8nr7YJK .item-wrapper {
  width: 100%;
}
.cid-vju8nr7YJK .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-vju8nr7YJK .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-vju8nr7YJK .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-vju8nr7YJK .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vju8nr7YJK .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vju8nr7YJK .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vju8nr7YJK .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-vju8nr7YJK .wrap {
  background: #e2d9c2;
}
.cid-vju8nr7YJK .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-vju8nr7YJK .sd-text,
.cid-vju8nr7YJK .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vju8nr7YJK .sd-link,
.cid-vju8nr7YJK .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vju8nr7YJK .sd-text {
  text-align: left;
  color: #53241A;
}
.cid-vju8nr7YJK .sd-section-title {
  text-align: left;
  color: #000000;
}
.cid-vju8nr7YJK .sd-section-title,
.cid-vju8nr7YJK .sd-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vju8nraju8 {
  background-image: url("../../../assets/images/photo-1560419015-7c427e8ae5ba.jpeg");
}
.cid-vju8nraju8 .sd-fallback-image.disabled {
  display: none;
}
.cid-vju8nraju8 .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vju8nraju8 .row {
  flex-direction: row-reverse;
}
.cid-vju8nrbQRH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vju8nrbQRH .item-img {
  position: relative;
}
.cid-vju8nrbQRH .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-vju8nrbQRH .cardbg {
  background: #d2f0f4;
  height: 100%;
  min-height: 160px;
}
.cid-vju8nrbQRH .sd-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vju8nrbQRH .image-wrapper {
  overflow: hidden;
}
.cid-vju8nrbQRH .item1 {
  margin-bottom: 2rem !important;
}
.cid-vju8nrbQRH .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vju8nrbQRH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vju8nrbQRH .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-vju8nrbQRH .item1,
.cid-vju8nrbQRH .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vju8nrbQRH .item1 .item:hover,
.cid-vju8nrbQRH .item .item:hover {
  cursor: pointer;
}
.cid-vju8nrbQRH .item1:hover .link-icon-wrapper span,
.cid-vju8nrbQRH .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-vju8nrbQRH .card2 {
    margin-top: 1rem;
  }
}
.cid-vju8nrbQRH .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vju8nrbQRH .link-icon-wrapper .icon-wrap {
  background: #ffa62b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vju8nrbQRH .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8nrbQRH .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vju8nrbQRH .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vju8nrbQRH .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vju8nrbQRH .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vju8nrbQRH .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vju8nrbQRH .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vju8nrbQRH img,
.cid-vju8nrbQRH .item-img {
  width: 100%;
}
.cid-vju8nrbQRH .item:focus,
.cid-vju8nrbQRH span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vju8nrbQRH .item {
    margin-bottom: 1rem;
  }
}
.cid-vju8nrbQRH .sd-section-title {
  color: #000000;
  text-align: left;
}
.cid-vju8nrbQRH .item-title {
  text-align: left;
  color: #000000;
}
.cid-vju8nrbQRH .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vju8nrbQRH .sd-section-subtitle,
.cid-vju8nrbQRH .subtitle-wrap,
.cid-vju8nrbQRH .sd-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vju8nrbQRH .sd-text,
.cid-vju8nrbQRH .item .sd-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vju8nrjrIF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vju8nrjrIF .item:focus,
.cid-vju8nrjrIF span:focus {
  outline: none;
}
.cid-vju8nrjrIF .item {
  cursor: pointer;
}
.cid-vju8nrjrIF .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vju8nrjrIF .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vju8nrjrIF .grid-container-1,
.cid-vju8nrjrIF .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vju8nrjrIF .grid-container-1,
  .cid-vju8nrjrIF .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-vju8nrjrIF .sd-section-title {
  color: #000000;
  text-align: center;
}
.cid-vju8nrjrIF .content-head {
  max-width: 800px;
}
.cid-vju8nrjrIF .container,
.cid-vju8nrjrIF .container-fluid {
  overflow: hidden;
}
.cid-vju8nrjrIF .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vju8nrjrIF .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vju8nrjrIF .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vju8nrjrIF .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vju8nrjrIF .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-vju8nrjrIF .grid-container-1,
.cid-vju8nrjrIF .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vju8nrjrIF .grid-container-1 {
  align-items: flex-end;
}
.cid-vju8nrjrIF .grid-container-2 {
  align-items: flex-start;
}
.cid-vju8nrp4aZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vju8nrp4aZ .item-img {
  position: relative;
}
.cid-vju8nrp4aZ .item-img img {
  transition: all 0.2s;
}
.cid-vju8nrp4aZ h5 {
  line-height: 1.2;
}
.cid-vju8nrp4aZ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vju8nrp4aZ .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-vju8nrp4aZ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vju8nrp4aZ .item:hover img {
  transform: scale(1.05);
}
.cid-vju8nrp4aZ .sd-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-vju8nrp4aZ .subtitle-wrap,
  .cid-vju8nrp4aZ .sd-section-subtitle {
    text-align: center;
  }
}
.cid-vju8nrp4aZ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-vju8nrp4aZ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vju8nrp4aZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vju8nrp4aZ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-vju8nrp4aZ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vju8nrp4aZ .link-icon-wrapper .icon-wrap {
  background: #ffa62b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vju8nrp4aZ .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8nrp4aZ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vju8nrp4aZ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vju8nrp4aZ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vju8nrp4aZ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vju8nrp4aZ .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vju8nrp4aZ .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-vju8nrp4aZ img,
.cid-vju8nrp4aZ .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vju8nrp4aZ .item:focus,
.cid-vju8nrp4aZ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vju8nrp4aZ .item {
    margin-bottom: 1rem;
  }
}
.cid-vju8nrp4aZ .sd-section-title {
  color: #000000;
  text-align: left;
}
.cid-vju8nrp4aZ .item-title {
  text-align: left;
  color: #000000;
}
.cid-vju8nrp4aZ .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vju8nrp4aZ .sd-text,
.cid-vju8nrp4aZ .item .sd-section-btn {
  color: #000000;
}
.cid-vju8nrp4aZ .sd-section-subtitle,
.cid-vju8nrp4aZ .subtitle-wrap,
.cid-vju8nrp4aZ .sd-section-btn {
  color: #000000;
}
.cid-vju8nryutv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vju8nryutv .col-title {
    margin-bottom: 20px;
  }
}
.cid-vju8nryutv .sd-section-title {
  color: #000000;
}
.cid-vju8nryutv .sd-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-vju8nryutv .sd-text {
  color: #000000;
}
.cid-vju8nrzQV0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vju8nrzQV0 .col-title {
    margin-bottom: 20px;
  }
}
.cid-vju8nrzQV0 .sd-section-title {
  color: #000000;
}
.cid-vju8nrzQV0 .sd-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-vju8nrzQV0 .sd-text {
  color: #000000;
}
.cid-vju8nrBifu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffa62b;
}
.cid-vju8nrBifu .item:focus,
.cid-vju8nrBifu span:focus {
  outline: none;
}
.cid-vju8nrBifu .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vju8nrBifu .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vju8nrBifu .item {
    min-height: 45px;
  }
}
.cid-vju8nrDv9Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vju8nrDv9Q .sd-fallback-image.disabled {
  display: none;
}
.cid-vju8nrDv9Q .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vju8nrDv9Q .sd-figure iframe {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-vju8nrDv9Q .sd-figure iframe {
    height: 350px;
  }
}
.cid-vju8nrDv9Q .sd-figure .app-video-wrapper img {
  object-fit: cover;
  height: 750px;
}
@media (max-width: 992px) {
  .cid-vju8nrDv9Q .sd-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-vju8nrDv9Q .content-head {
  max-width: 800px;
}
.cid-vju8nrDv9Q .sd-section-title {
  color: #000000;
}
.cid-vju8nrFMuJ {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vju8nrFMuJ {
    align-items: center;
  }
  .cid-vju8nrFMuJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vju8nrFMuJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vju8nrFMuJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vju8nrFMuJ .sd-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vju8nrFMuJ .content-wrap {
    width: 100%;
  }
}
.cid-vju8nrFMuJ .sd-section-title {
  text-align: center;
  color: #000000;
}
.cid-vju8nrFMuJ .sd-text,
.cid-vju8nrFMuJ .sd-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vju8nrIXGc {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vju8nrIXGc .item-img {
  position: relative;
}
.cid-vju8nrIXGc .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vju8nrIXGc .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-vju8nrIXGc .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-vju8nrIXGc .title {
    top: 25%;
  }
}
.cid-vju8nrIXGc .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
  max-height: 100vh;
}
@media (max-width: 992px) {
  .cid-vju8nrIXGc .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-vju8nrIXGc .image-wrapper {
    min-height: 400px;
  }
}
.cid-vju8nrIXGc .image-wrapper img {
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-vju8nrIXGc .image-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #003d4a;
}
.cid-vju8nrIXGc .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vju8nrIXGc .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-vju8nrIXGc .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 6px 16px 0 0;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-vju8nrIXGc .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-vju8nrIXGc .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-vju8nrIXGc .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-vju8nrIXGc .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-vju8nrIXGc .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8nrIXGc .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-vju8nrIXGc .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vju8nrIXGc .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-vju8nrIXGc .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vju8nrIXGc .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-vju8nrIXGc .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-vju8nrIXGc img,
.cid-vju8nrIXGc .item-img {
  width: 100%;
}
.cid-vju8nrIXGc .sd-section-btn .btn {
  padding: 32px 24px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 0;
}
.cid-vju8nrIXGc .item-title2,
.cid-vju8nrIXGc .icon2 {
  color: #2a2c2d;
}
.cid-vju8nrIXGc .item-title1,
.cid-vju8nrIXGc .icon1 {
  color: #ffffff;
}
.cid-vju8nrIXGc .main-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-vju8nrIXGc .main-title DIV {
  text-align: center;
}
.cid-vju8nrM463 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vju8nrM463 .col-title {
    margin-bottom: 20px;
  }
}
.cid-vju8nrM463 .sd-section-title {
  color: #000000;
}
.cid-vju8nrM463 .sd-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-vju8nrM463 .sd-text {
  color: #000000;
}
.cid-vju8nrM463 .line {
  width: 100%;
  height: 2px;
  background: #489fb5;
  margin-bottom: 2rem;
}
.cid-vju8nrM463 p {
  line-height: 1.2;
}
.cid-vju8nrM463 .sd-text1 {
  color: #363700;
}
.cid-vju8nrM463 .sd-text2 {
  color: #4B233F;
}
.cid-vju8nrM463 .sd-text3 {
  color: #000000;
}
.cid-vju8nrOIiR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vju8nrOIiR .col-title {
    margin-bottom: 20px;
  }
}
.cid-vju8nrOIiR .sd-section-title {
  color: #003D53;
}
.cid-vju8nrOIiR .sd-text {
  color: #000000;
}
.cid-vju8nrOIiR .line {
  width: 100%;
  height: 2px;
  background: #489fb5;
  margin-top: 2rem;
}
.cid-vju8nrOIiR .sd-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vju8nrOIiR .row {
  justify-content: space-between;
}
.cid-vju8nrOIiR .sd-text1 {
  color: #0046c7;
}
.cid-vju8nrOIiR img {
  object-fit: cover;
}
.cid-vju8nrOIiR h3 {
  transition: all 0.3s;
  position: relative;
  animation: none;
}
.cid-vju8nrOIiR h3:hover {
  transform: translateX(25px);
  cursor: pointer;
}
.cid-vju8nrOIiR h3:hover:before {
  opacity: 1;
}
.cid-vju8nrOIiR h3:before {
  content: '';
  background: currentColor;
  width: 12px;
  transition: all 0.3s;
  height: 12px;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.cid-vju8nrOIiR .sd-section-subtitle,
.cid-vju8nrOIiR .subtitle-wrap,
.cid-vju8nrOIiR .sd-section-btn {
  color: #000000;
}
.cid-vju8nrSP1a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vju8nrSP1a .item-img {
  position: relative;
}
.cid-vju8nrSP1a .item-img img {
  transition: all 0.2s;
}
.cid-vju8nrSP1a .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vju8nrSP1a .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-vju8nrSP1a .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vju8nrSP1a .item:hover img {
  transform: scale(1.05);
}
.cid-vju8nrSP1a .sd-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vju8nrSP1a .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-vju8nrSP1a .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-vju8nrSP1a .item-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #003d4a;
  z-index: 1;
  pointer-events: none !important;
}
.cid-vju8nrSP1a .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vju8nrSP1a .item-link {
  position: absolute;
  z-index: 1;
  bottom: 8px;
  right: 90px;
  color: #FFFFFF;
}
.cid-vju8nrSP1a .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vju8nrSP1a .link-icon-wrapper .icon-wrap {
  background: #ffa62b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vju8nrSP1a .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8nrSP1a .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vju8nrSP1a .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vju8nrSP1a .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vju8nrSP1a .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vju8nrSP1a .item-content {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vju8nrSP1a .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vju8nrSP1a img,
.cid-vju8nrSP1a .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vju8nrSP1a .item:focus,
.cid-vju8nrSP1a span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vju8nrSP1a .item {
    margin-bottom: 1rem;
  }
}
.cid-vju8nrSP1a .sd-section-title {
  color: #000000;
  text-align: left;
}
.cid-vju8nrSP1a .item-title {
  text-align: left;
  color: #FFFFFF;
}
.cid-vju8nrSP1a .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vju8nrSP1a .sd-section-subtitle,
.cid-vju8nrSP1a .subtitle-wrap,
.cid-vju8nrSP1a .sd-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vju8nrSP1a .sd-text,
.cid-vju8nrSP1a .item .sd-section-btn {
  color: #ffffff;
}
.cid-vju8nrSP1a a {
  animation: none;
}
.cid-vju8nrWMVh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vju8nrWMVh .item-img {
  position: relative;
}
.cid-vju8nrWMVh .item-img img {
  transition: all 0.2s;
}
.cid-vju8nrWMVh h5 {
  line-height: 1.2;
}
.cid-vju8nrWMVh .item {
  transition: transform 0.3s;
}
.cid-vju8nrWMVh .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-vju8nrWMVh .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vju8nrWMVh .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-vju8nrWMVh .item {
    margin-bottom: 2rem;
  }
}
.cid-vju8nrWMVh .sd-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #f3f9fa;
}
@media (max-width: 992px) {
  .cid-vju8nrWMVh .subtitle-wrap,
  .cid-vju8nrWMVh .sd-section-subtitle {
    text-align: center;
  }
}
.cid-vju8nrWMVh .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-vju8nrWMVh .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vju8nrWMVh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vju8nrWMVh .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-vju8nrWMVh .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vju8nrWMVh .link-icon-wrapper .icon-wrap {
  background: #e2d9c2;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vju8nrWMVh .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8nrWMVh .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vju8nrWMVh .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vju8nrWMVh .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vju8nrWMVh .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vju8nrWMVh .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vju8nrWMVh .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-vju8nrWMVh img,
.cid-vju8nrWMVh .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-vju8nrWMVh .item:focus,
.cid-vju8nrWMVh span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vju8nrWMVh .item {
    margin-bottom: 1rem;
  }
}
.cid-vju8nrWMVh .sd-section-title {
  color: #000000;
  text-align: left;
}
.cid-vju8nrWMVh .item-title {
  text-align: left;
  color: #000000;
}
.cid-vju8nrWMVh .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vju8nrWMVh .sd-text,
.cid-vju8nrWMVh .item .sd-section-btn {
  color: #000000;
}
.cid-vju8nrWMVh .sd-section-subtitle,
.cid-vju8nrWMVh .subtitle-wrap,
.cid-vju8nrWMVh .sd-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vju8ns0GIF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vju8ns0GIF .item-img {
  position: relative;
}
.cid-vju8ns0GIF .item-img img {
  transition: all 0.2s;
}
.cid-vju8ns0GIF h5 {
  line-height: 1.2;
}
.cid-vju8ns0GIF .item {
  transition: transform 0.3s;
}
.cid-vju8ns0GIF .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-vju8ns0GIF .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vju8ns0GIF .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-vju8ns0GIF .item {
    margin-bottom: 2rem;
  }
}
.cid-vju8ns0GIF .sd-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #f3f9fa;
}
@media (max-width: 992px) {
  .cid-vju8ns0GIF .subtitle-wrap,
  .cid-vju8ns0GIF .sd-section-subtitle {
    text-align: center;
  }
}
.cid-vju8ns0GIF .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-vju8ns0GIF .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vju8ns0GIF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vju8ns0GIF .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-vju8ns0GIF .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vju8ns0GIF .link-icon-wrapper .icon-wrap {
  background: #ffa62b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vju8ns0GIF .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8ns0GIF .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vju8ns0GIF .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vju8ns0GIF .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vju8ns0GIF .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vju8ns0GIF .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vju8ns0GIF .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-vju8ns0GIF img,
.cid-vju8ns0GIF .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vju8ns0GIF .item:focus,
.cid-vju8ns0GIF span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vju8ns0GIF .item {
    margin-bottom: 1rem;
  }
}
.cid-vju8ns0GIF .sd-section-title {
  color: #000000;
  text-align: left;
}
.cid-vju8ns0GIF .item-title {
  text-align: left;
  color: #000000;
}
.cid-vju8ns0GIF .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vju8ns0GIF .sd-text,
.cid-vju8ns0GIF .item .sd-section-btn {
  color: #000000;
}
.cid-vju8ns0GIF .sd-section-subtitle,
.cid-vju8ns0GIF .subtitle-wrap,
.cid-vju8ns0GIF .sd-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vju8ns4Q0n {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vju8ns4Q0n .item-img {
  position: relative;
}
.cid-vju8ns4Q0n .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
  max-height: 100vh;
}
@media (max-width: 992px) {
  .cid-vju8ns4Q0n .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-vju8ns4Q0n .image-wrapper {
    min-height: 400px;
  }
}
.cid-vju8ns4Q0n .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vju8ns4Q0n .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vju8ns4Q0n .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-vju8ns4Q0n .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-vju8ns4Q0n .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-vju8ns4Q0n .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vju8ns4Q0n .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-vju8ns4Q0n .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-vju8ns4Q0n .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8ns4Q0n .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-vju8ns4Q0n .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vju8ns4Q0n .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-vju8ns4Q0n .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vju8ns4Q0n img,
.cid-vju8ns4Q0n .item-img {
  width: 100%;
}
.cid-vju8ns4Q0n .item-title {
  color: #000000;
}
.cid-vju8ns73pp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vju8ns73pp .sd-fallback-image.disabled {
  display: none;
}
.cid-vju8ns73pp .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vju8ns73pp .row {
  flex-direction: row-reverse;
}
.cid-vju8ns8EoB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vju8ns8EoB .sd-fallback-image.disabled {
  display: none;
}
.cid-vju8ns8EoB .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vju8ns8EoB .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vju8ns8EoB .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vju8ns8EoB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vju8ns8EoB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vju8ns8EoB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vju8ns8EoB .content-head {
  max-width: 800px;
}
.cid-vju8ns8EoB .sd-section-title {
  color: #000000;
}
.cid-vju8ns9y5W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vju8ns9y5W .sd-fallback-image.disabled {
  display: none;
}
.cid-vju8ns9y5W .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vju8ns9y5W .sd-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  color: #000000;
}
.cid-vju8ns9y5W .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vju8ns9y5W .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vju8ns9y5W .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  border: 1px solid #000000;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vju8ns9y5W .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vju8ns9y5W .sd-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 1rem;
  width: 60px;
  justify-content: center;
  align-items: center;
  background: #d9db4d;
  height: 60px;
  border-radius: 50%;
}
.cid-vju8ns9y5W .sd-section-title {
  color: #000000;
  text-align: left;
}
.cid-vju8ns9y5W .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vju8ns9y5W .card-box .item-footer {
  margin-top: auto;
}
.cid-vju8ns9y5W .content-head {
  max-width: 800px;
}
.cid-vju8ns9y5W .sd-section-subtitle,
.cid-vju8ns9y5W .subtitle-wrap,
.cid-vju8ns9y5W .sd-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vju8ns9y5W .card-price {
  color: #000000;
}
.cid-vju8ns9y5W .card-title,
.cid-vju8ns9y5W .iconfont-wrapper {
  color: #000000;
}
.cid-vju8ns9y5W .card-text {
  color: #000000;
}
.cid-vju8nscqar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vju8nscqar .sd-section-title {
  color: #000000;
}
.cid-vju8nscqar .sd-section-subtitle {
  color: #000000;
}
.cid-vju8nscqar .sd-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-vju8nscqar .sd-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-vju8nscqar .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-vju8nscqar .sd-section-title,
.cid-vju8nscqar .line {
  color: #000000;
}
.cid-vju8nseu7S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vju8nseu7S .sd-iconfont {
  font-size: 1.4rem !important;
  font-family: 'WebIcons' !important;
  color: #003d4a !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-vju8nseu7S .panel-group {
  border: none;
}
.cid-vju8nseu7S .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-vju8nseu7S .card-header {
    padding: 1rem 0rem;
  }
}
.cid-vju8nseu7S .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vju8nseu7S .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-vju8nseu7S .img-col {
  padding: 0;
}
.cid-vju8nseu7S .img-item {
  height: 100%;
}
.cid-vju8nseu7S img {
  height: 100%;
  object-fit: cover;
}
.cid-vju8nseu7S .collapsed span {
  transform: rotate(0deg);
}
.cid-vju8nseu7S .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vju8nseu7S p {
  margin-bottom: 0.3rem;
}
.cid-vju8nseu7S .panel-title-edit {
  color: #000000;
}
.cid-vju8nseu7S .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vju8nseu7S .card {
  background: #d2f0f4;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-vju8nseu7S .card {
    padding: 1.5rem;
  }
}
.cid-vju8nseu7S .panel-text {
  color: #000000;
}
.cid-vju8nseu7S .sd-section-title {
  text-align: left;
  color: #000000;
}
.cid-vju8nseu7S .sd-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-vju8nseu7S .panel-title-edit,
.cid-vju8nseu7S .sd-iconfont {
  color: #000000;
}
.cid-vju8nsgHTM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vju8nsgHTM .sd-fallback-image.disabled {
  display: none;
}
.cid-vju8nsgHTM .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vju8nsgHTM .item-wrapper {
  width: 100%;
}
.cid-vju8nsgHTM .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-vju8nsgHTM .sd-link {
  background: #ffa62b;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
.cid-vju8nsgHTM .card-box {
  padding: 0rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.cid-vju8nsgHTM .icon {
  color: black;
  background: #ffa62b;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
}
.cid-vju8nsgHTM p {
  background: #ffa62b;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.2rem 1rem;
  line-height: 1.2;
  display: inline-block;
  transform: scale(1.05);
}
.cid-vju8nsgHTM .card-wrapper {
  min-height: 700px;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vju8nsgHTM .card-wrapper {
    padding: 1.5rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vju8nsgHTM .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vju8nsgHTM .card-wrapper {
    padding: 4rem;
  }
}
.cid-vju8nsgHTM .wrap {
  background: url("../../../assets/images/photo-1661347561879-c9ab77bac89f.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vju8nsgHTM .wrap .inner-wrap {
  padding: 40px;
}
.cid-vju8nsgHTM .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-vju8nsgHTM .sd-text,
.cid-vju8nsgHTM .card-box {
  text-align: center;
  color: #000000;
}
.cid-vju8nsgHTM .sd-link,
.cid-vju8nsgHTM .link-wrapper {
  color: #000000;
}
.cid-vju8nsigLu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vju8nsigLu .item-img {
  position: relative;
}
.cid-vju8nsigLu .item-img img {
  transition: all 0.2s;
  animation: none;
}
.cid-vju8nsigLu h5 {
  line-height: 1.2;
}
.cid-vju8nsigLu .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vju8nsigLu .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-vju8nsigLu .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vju8nsigLu .item:hover img {
  transform: scale(1.05);
}
.cid-vju8nsigLu .sd-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #ffa62b;
}
@media (max-width: 992px) {
  .cid-vju8nsigLu .subtitle-wrap,
  .cid-vju8nsigLu .sd-section-subtitle {
    text-align: center;
  }
}
.cid-vju8nsigLu .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-vju8nsigLu .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vju8nsigLu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vju8nsigLu .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-vju8nsigLu .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vju8nsigLu .link-icon-wrapper .icon-wrap {
  background: #ffa62b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vju8nsigLu .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8nsigLu .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vju8nsigLu .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vju8nsigLu .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vju8nsigLu .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vju8nsigLu .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vju8nsigLu .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-vju8nsigLu img,
.cid-vju8nsigLu .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-vju8nsigLu .item:focus,
.cid-vju8nsigLu span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vju8nsigLu .item {
    margin-bottom: 1rem;
  }
}
.cid-vju8nsigLu .sd-section-title {
  color: #000000;
  text-align: left;
}
.cid-vju8nsigLu .item-title {
  text-align: left;
  color: #000000;
}
.cid-vju8nsigLu .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vju8nsigLu .sd-text,
.cid-vju8nsigLu .item .sd-section-btn {
  color: #000000;
}
.cid-vju8nsigLu .sd-section-subtitle,
.cid-vju8nsigLu .subtitle-wrap,
.cid-vju8nsigLu .sd-section-btn {
  text-align: left;
}
.cid-vju8nsp791 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vju8nsp791 .item-img {
  position: relative;
}
.cid-vju8nsp791 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-vju8nsp791 .card-text {
    padding-left: 4rem;
  }
}
.cid-vju8nsp791 h5 {
  line-height: 1.2;
}
.cid-vju8nsp791 .card {
  margin-bottom: 2rem;
}
.cid-vju8nsp791 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vju8nsp791 .sd-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vju8nsp791 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #82c0cc;
}
@media (max-width: 992px) {
  .cid-vju8nsp791 .image-wrapper {
    min-height: 200px;
  }
}
.cid-vju8nsp791 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vju8nsp791 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vju8nsp791 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-vju8nsp791 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vju8nsp791 .link-icon-wrapper .icon-wrap {
  background: #ffa62b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vju8nsp791 .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8nsp791 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vju8nsp791 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vju8nsp791 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vju8nsp791 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vju8nsp791 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vju8nsp791 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vju8nsp791 img,
.cid-vju8nsp791 .item-img {
  width: 100%;
}
.cid-vju8nsp791 .item:focus,
.cid-vju8nsp791 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vju8nsp791 .item {
    margin-bottom: 1rem;
  }
}
.cid-vju8nsp791 .sd-section-title {
  color: #000000;
  text-align: left;
}
.cid-vju8nsp791 .item-title {
  text-align: left;
  color: #000000;
}
.cid-vju8nsp791 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vju8nsp791 .sd-section-subtitle,
.cid-vju8nsp791 .subtitle-wrap,
.cid-vju8nsp791 .sd-section-btn {
  text-align: left;
}
.cid-vju8nsp791 .sd-text,
.cid-vju8nsp791 .item .sd-section-btn {
  color: #ffffff;
}
.cid-vju8nsp791 .sd-text {
  color: #000000;
}
.cid-vju8nsp791 .sd-title2 {
  color: #000000;
}
.cid-vju8nsv498 .sd-fallback-image.disabled {
  display: none;
}
.cid-vju8nsv498 .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vju8nsv498 .row {
  flex-direction: row-reverse;
}
.cid-vju8nswy7Z {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vju8nswy7Z .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-vju8nswy7Z .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-vju8nswy7Z .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-vju8nswy7Z .item-round {
  background: #489fb5;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem;
}
@media (max-width: 1800px) {
  .cid-vju8nswy7Z .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-vju8nswy7Z .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-vju8nswy7Z p {
  line-height: 1.2;
}
.cid-vju8nswy7Z .item-content2 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 767px) {
  .cid-vju8nswy7Z .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vju8nswy7Z .link-icon-wrapper2 {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vju8nswy7Z .link-icon-wrapper2 .icon-wrap2 {
  background: #82c0cc;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vju8nswy7Z .link-icon-wrapper2 .icon-wrap2 span {
  color: #f3f9fa;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8nswy7Z .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vju8nswy7Z .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-vju8nswy7Z .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vju8nswy7Z .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-vju8nswy7Z .image-wrapper {
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vju8nswy7Z .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-vju8nswy7Z .image-wrapper {
    min-height: 400px;
  }
}
.cid-vju8nswy7Z .image-wrapper img {
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-vju8nswy7Z .image_1,
.cid-vju8nswy7Z .image_2 {
  position: relative;
}
.cid-vju8nswy7Z .image_1::before,
.cid-vju8nswy7Z .image_2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #003d4a;
  z-index: 1;
}
.cid-vju8nswy7Z .item-wrapper {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vju8nswy7Z .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-vju8nswy7Z .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-vju8nswy7Z .link-icon-wrapper .icon-wrap {
  background: #ffa62b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vju8nswy7Z .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-vju8nswy7Z .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-vju8nswy7Z .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8nswy7Z .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-vju8nswy7Z .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vju8nswy7Z .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-vju8nswy7Z .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vju8nswy7Z img,
.cid-vju8nswy7Z .item-img {
  width: 100%;
  height: 100%;
}
.cid-vju8nswy7Z .item-title2 {
  color: #FFFFFF;
}
.cid-vju8nswy7Z .sd-text,
.cid-vju8nswy7Z .item .sd-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vju8nswy7Z .item2 {
  max-height: 300px;
  transition: transform 0.3s;
}
.cid-vju8nswy7Z .item2 img {
  height: 300px;
}
.cid-vju8nswy7Z .item2:hover {
  cursor: pointer;
}
.cid-vju8nswy7Z .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vju8nswy7Z .item {
  margin-bottom: 2rem;
}
.cid-vju8nswy7Z .item:last-child {
  margin-bottom: 0;
}
.cid-vju8nswy7Z .item-title {
  color: #000000;
}
.cid-vju8nsEVOr {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vju8nsEVOr .item-img {
  position: relative;
}
.cid-vju8nsEVOr .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-vju8nsEVOr .sd-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vju8nsEVOr .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-vju8nsEVOr .item1 {
  padding-bottom: 2rem;
}
.cid-vju8nsEVOr .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-vju8nsEVOr .item-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #003d4a;
  z-index: 1;
  pointer-events: none !important;
}
.cid-vju8nsEVOr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vju8nsEVOr .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-vju8nsEVOr .item1,
.cid-vju8nsEVOr .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vju8nsEVOr .item1 .item:hover,
.cid-vju8nsEVOr .item .item:hover {
  cursor: pointer;
}
.cid-vju8nsEVOr .item1:hover .link-icon-wrapper span,
.cid-vju8nsEVOr .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vju8nsEVOr .item1:hover img,
.cid-vju8nsEVOr .item:hover img {
  transform: scale(1.05);
}
.cid-vju8nsEVOr .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vju8nsEVOr .link-icon-wrapper .icon-wrap {
  background: #ffa62b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vju8nsEVOr .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vju8nsEVOr .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vju8nsEVOr .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vju8nsEVOr .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vju8nsEVOr .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vju8nsEVOr .item-content {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vju8nsEVOr .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vju8nsEVOr img,
.cid-vju8nsEVOr .item-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-vju8nsEVOr .item:focus,
.cid-vju8nsEVOr span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vju8nsEVOr .item {
    margin-bottom: 1rem;
  }
}
.cid-vju8nsEVOr .sd-section-title {
  color: #000000;
  text-align: left;
}
.cid-vju8nsEVOr .item-title {
  text-align: left;
  color: #FFFFFF;
}
.cid-vju8nsEVOr .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vju8nsEVOr .sd-section-subtitle,
.cid-vju8nsEVOr .subtitle-wrap,
.cid-vju8nsEVOr .sd-section-btn {
  text-align: left;
}
.cid-vju8nsEVOr .sd-text,
.cid-vju8nsEVOr .item .sd-section-btn {
  color: #ffffff;
}
.cid-vju8nsQmcB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vju8nsQmcB .sd-fallback-image.disabled {
  display: none;
}
.cid-vju8nsQmcB .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vju8nsQmcB input:hover {
  border-color: white !important;
}
.cid-vju8nsQmcB .col-auto {
  width: 100%;
  text-align: right !important;
}
@media (max-width: 992px) {
  .cid-vju8nsQmcB .mb {
    margin-bottom: 2rem;
  }
}
.cid-vju8nsQmcB img {
  object-fit: cover;
}
.cid-vju8nsQmcB .item-wrapper {
  width: 100%;
}
.cid-vju8nsQmcB .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-vju8nsQmcB .card-box {
  padding: 3rem 2rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-vju8nsQmcB .card-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vju8nsQmcB .card-box {
    padding: 1rem;
  }
}
.cid-vju8nsQmcB .mobi-mbri {
  color: black;
  font-size: 1.2rem !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-vju8nsQmcB .card-wrapper {
  display: flex;
}
.cid-vju8nsQmcB .wrap {
  background: #e2d9c2;
}
.cid-vju8nsQmcB .form-control {
  background-color: #ffffff;
}
.cid-vju8nsQmcB .form-control::placeholder {
  color: #000000;
  opacity: 0.7;
}
.cid-vju8nsQmcB .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-vju8nsQmcB .sd-text,
.cid-vju8nsQmcB .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vju8nsQmcB .sd-link,
.cid-vju8nsQmcB .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vju8nsQmcB .sd-text {
  text-align: left;
  color: #000000;
}
.cid-vju8nsQmcB .sd-section-title {
  text-align: left;
  color: #000000;
}
.cid-vju8nsUdLl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vju8nsUdLl .col-title {
    margin-bottom: 20px;
  }
}
.cid-vju8nsUdLl .sd-section-title {
  color: #000000;
}
.cid-vju8nsUdLl .sd-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-vju8nsUdLl .sd-text {
  color: #000000;
}
.cid-vju8nsUdLl .line {
  width: 100%;
  height: 2px;
  background: #000000;
  margin-bottom: 2rem;
}
.cid-vju8nsUdLl p {
  line-height: 1.2;
}
.cid-vju8nsUdLl .sd-text1 {
  color: #000000;
}
.cid-vju8nsUdLl .sd-text2 {
  color: #000000;
}
.cid-vju8nsUdLl .sd-text3 {
  color: #000000;
}
.cid-vju8nsVlbY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vju8nsVlbY .media-container-row .sd-text {
  color: #FFFFFF;
}
.cid-vju8nsVlbY .item-wrapper {
  background: #003d4a;
  border-radius: 2rem;
  padding: 1.5rem;
}

/* Cookie consent (bez bibliotek zewnętrznych) */
.cookie-consent {
  position: fixed;
  z-index: 10050;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.25rem;
  background: rgba(0, 61, 74, 0.97);
  color: #fff;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
  font-size: 0.95rem;
  line-height: 1.45;
  display: none;
}
.cookie-consent.is-visible {
  display: block;
}
.cookie-consent-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.cookie-consent a {
  color: #a8e6ff;
  text-decoration: underline;
}
.cookie-consent a:hover {
  color: #fff;
}
.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}
.cookie-consent button {
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  font-size: 0.9rem;
  cursor: pointer;
  border: 2px solid transparent;
}
.cookie-consent .btn-accept {
  background: #fff;
  color: #003d4a;
  border-color: #fff;
}
.cookie-consent .btn-reject {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
.cookie-consent .btn-settings {
  background: transparent;
  color: #cde8ee;
  border-color: rgba(255, 255, 255, 0.35);
}
.cookie-consent-panel {
  display: none;
  width: 100%;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cookie-consent-panel.is-open {
  display: block;
}
.cookie-consent-panel label {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.cookie-consent-panel input[type="checkbox"]:disabled {
  opacity: 0.6;
}

.display-1,
.display-2,
.display-4,
.display-5,
.display-7 {
  font-family: inherit;
}
