body {
  font-family: Sora;
}
.display-1 {
  font-family: 'Sora', sans-serif;
  font-size: 3.5rem;
  line-height: 1.04em;
}
.display-1 > .theme-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Sora', sans-serif;
  font-size: 3rem;
  line-height: 1.04em;
}
.display-2 > .theme-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Sora', sans-serif;
  font-size: 1.3rem;
  line-height: inherit;
}
.display-4 > .theme-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Sora', sans-serif;
  font-size: 2.5rem;
  line-height: 1.04em;
}
.display-5 > .theme-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Sora', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4em;
}
.display-7 > .theme-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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 50px;
}
.bg-primary {
  background-color: #2ecc71 !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #5f729f !important;
}
.bg-danger {
  background-color: #7a5fa1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1e854a !important;
  border-color: #1e854a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e854a !important;
  border-color: #1e854a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed9b82 !important;
  border-color: #ed9b82 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e25e36 !important;
  border-color: #e25e36 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e25e36 !important;
  border-color: #e25e36 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1e854a !important;
  border-color: #1e854a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1e854a !important;
  border-color: #1e854a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5f729f !important;
  border-color: #5f729f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #3f4b69 !important;
  border-color: #3f4b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3f4b69 !important;
  border-color: #3f4b69 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7a5fa1 !important;
  border-color: #7a5fa1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #513f6b !important;
  border-color: #513f6b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #513f6b !important;
  border-color: #513f6b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2ecc71;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1e854a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed9b82;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e25e36 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed9b82 !important;
  border-color: #ed9b82 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2ecc71;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1e854a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5f729f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3f4b69 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5f729f !important;
  border-color: #5f729f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7a5fa1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #513f6b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7a5fa1 !important;
  border-color: #7a5fa1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #2ecc71 !important;
}
.text-secondary {
  color: #ed9b82 !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #5f729f !important;
}
.text-danger {
  color: #7a5fa1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1b7943 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e05429 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b7943 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #39445f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #493961 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2ecc71;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #5f729f;
}
.alert-danger {
  background-color: #7a5fa1;
}
.theme-gallery-filter li.active .btn {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #ffffff;
}
.theme-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2ecc71;
}
.theme-plan-header.bg-primary .theme-plan-subtitle,
.theme-plan-header.bg-primary .theme-plan-price-desc {
  color: #d1f5e0;
}
.theme-plan-header.bg-success .theme-plan-subtitle,
.theme-plan-header.bg-success .theme-plan-price-desc {
  color: #d1f5e0;
}
.theme-plan-header.bg-info .theme-plan-subtitle,
.theme-plan-header.bg-info .theme-plan-price-desc {
  color: #ffffff;
}
.theme-plan-header.bg-warning .theme-plan-subtitle,
.theme-plan-header.bg-warning .theme-plan-price-desc {
  color: #afb8cf;
}
.theme-plan-header.bg-danger .theme-plan-subtitle,
.theme-plan-header.bg-danger .theme-plan-price-desc {
  color: #bdafd0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Sora', sans-serif;
  font-size: 1.3rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control > .theme-iconfont {
  font-size: 1.625rem;
}
.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: #2ecc71 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sora', sans-serif;
  font-size: 1.3rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .theme-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #2ecc71;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2ecc71;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2ecc71;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2ecc71;
  border-bottom-color: #2ecc71;
}
.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: #2ecc71 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ed9b82 !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='%232ecc71' %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;
}
.theme-section-btn .btn,
.theme-section-btn-main .btn {
  box-shadow: none;
  padding: 14px 20px;
}
.theme-section-btn .btn-primary:hover,
.theme-section-btn-main .btn-primary:hover {
  background-color: transparent !important;
  border-color: #2ecc71 !important;
  color: #2ecc71 !important;
}
.theme-section-btn .btn-secondary:hover,
.theme-section-btn-main .btn-secondary:hover {
  background-color: transparent !important;
  border-color: #ed9b82 !important;
  color: #ed9b82 !important;
}
.theme-section-btn .btn-success:hover,
.theme-section-btn-main .btn-success:hover {
  background-color: transparent !important;
  border-color: #2ecc71 !important;
  color: #2ecc71 !important;
}
.theme-section-btn .btn-info,
.theme-section-btn-main .btn-info {
  color: #2ecc71 !important;
}
.theme-section-btn .btn-info:hover,
.theme-section-btn-main .btn-info:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.theme-section-btn .btn-warning:hover,
.theme-section-btn-main .btn-warning:hover {
  background-color: transparent !important;
  border-color: #5f729f !important;
  color: #5f729f !important;
}
.theme-section-btn .btn-danger:hover,
.theme-section-btn-main .btn-danger:hover {
  background-color: transparent !important;
  border-color: #7a5fa1 !important;
  color: #7a5fa1 !important;
}
.theme-section-btn .btn-black:hover,
.theme-section-btn-main .btn-black:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.theme-section-btn .btn-white:hover,
.theme-section-btn-main .btn-white:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.U3cj27-uQrU2lxUN2 .menu_box {
  background-color: #f4f4f4 !important;
  padding: 0;
  margin: 0 32px;
  border-radius: 100px;
  position: relative;
}
.U3cj27-uQrU2lxUN2 .menu_box .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .menu_box .navbar.opened,
  .U3cj27-uQrU2lxUN2 .menu_box .navbar-collapse {
    background-color: #f4f4f4 !important;
    transition: all 0s ease 0s;
  }
}
.U3cj27-uQrU2lxUN2 .navbar-dropdown {
  padding: 0;
  position: relative !important;
  background: #2c3e50;
}
.U3cj27-uQrU2lxUN2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .theme-section-btn-main {
    margin-top: 1rem;
  }
}
.U3cj27-uQrU2lxUN2 .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.U3cj27-uQrU2lxUN2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #101511;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body .theme-text,
  .U3cj27-uQrU2lxUN2 .offcanvas-body .theme-section-subtitle {
    margin-top: 14px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    margin-right: 20px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #101511;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .U3cj27-uQrU2lxUN2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .U3cj27-uQrU2lxUN2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .U3cj27-uQrU2lxUN2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .U3cj27-uQrU2lxUN2 .lg_brand {
    margin: 0 1rem;
  }
}
.U3cj27-uQrU2lxUN2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .U3cj27-uQrU2lxUN2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .nav-item {
    margin: 0 !important;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .U3cj27-uQrU2lxUN2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .U3cj27-uQrU2lxUN2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box {
    display: none;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.U3cj27-uQrU2lxUN2 .container {
  display: flex;
  margin: auto;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper {
  color: #6e716f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper:hover {
  opacity: .5;
}
.U3cj27-uQrU2lxUN2 .navbar-caption {
  font-weight: 400;
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .navbar-nav {
    margin: 0;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-menu,
.U3cj27-uQrU2lxUN2 .navbar.opened {
  background-color: false !important;
}
.U3cj27-uQrU2lxUN2 .nav-item:focus,
.U3cj27-uQrU2lxUN2 .nav-link:focus {
  outline: none;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item .theme-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item .theme-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.U3cj27-uQrU2lxUN2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.U3cj27-uQrU2lxUN2 .navbar {
  min-height: 100px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.U3cj27-uQrU2lxUN2 .navbar.opened {
  transition: all 0.3s;
}
.U3cj27-uQrU2lxUN2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.U3cj27-uQrU2lxUN2 .navbar .navbar-logo img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 100%;
}
.U3cj27-uQrU2lxUN2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed {
  justify-content: center;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .U3cj27-uQrU2lxUN2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .U3cj27-uQrU2lxUN2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .U3cj27-uQrU2lxUN2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .U3cj27-uQrU2lxUN2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .U3cj27-uQrU2lxUN2 .navbar .icons-menu {
    padding: 0;
  }
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-short {
  min-height: 60px;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-short .navbar-brand {
  min-height: 45px;
  padding: 0 12px;
}
.U3cj27-uQrU2lxUN2 .navbar-brand {
  min-height: 45px;
  flex-shrink: 0;
  align-items: center;
  padding: 0 12px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  border-radius: 100px;
  background-color: #2c3e50;
  margin: 16px;
}
.U3cj27-uQrU2lxUN2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.U3cj27-uQrU2lxUN2 .navbar-brand .navbar-logo a {
  outline: none;
}
.U3cj27-uQrU2lxUN2 .dropdown-item.active,
.U3cj27-uQrU2lxUN2 .dropdown-item:active {
  background-color: transparent;
}
.U3cj27-uQrU2lxUN2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.U3cj27-uQrU2lxUN2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.U3cj27-uQrU2lxUN2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.U3cj27-uQrU2lxUN2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4f4f4;
  background: #f4f4f4;
  margin-right: 15px;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #101511;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.U3cj27-uQrU2lxUN2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .U3cj27-uQrU2lxUN2 .navbar {
    height: 70px;
  }
  .U3cj27-uQrU2lxUN2 .navbar.opened {
    height: auto;
  }
  .U3cj27-uQrU2lxUN2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.U3cj27-uQrU2lxUN2 .navbar-dropdown .navbar-logo {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .U3cj27-uQrU2lxUN2 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.U3cj27-uQrU2lxUN2 .theme-section-btn-main .btn {
  max-height: 45px;
  min-height: auto;
  min-width: 160px;
  margin: 16px;
}
.U3cj27-uQrU2lxUN2 .navbar-caption:hover {
  color: #ed9b82;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.U3cj27-uQrU2lxUN2 .nav-link:hover {
  color: #2ecc71 !important;
}
.U3cj27-uQrU2lxUN2 .theme-section-subtitle {
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .theme-text {
  color: #f2f2f2;
  text-align: center;
}
.U3cj27-uQrU2lxUN2 .text_widget {
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .theme-section-subtitle,
.U3cj27-uQrU2lxUN2 .text_widget,
.U3cj27-uQrU2lxUN2 .theme-section-btn {
  text-align: center;
}
.U3cj27-uQrU2lxUN2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.U3cj27-uQrUgqAzPG {
  background-image: url("../../../assets/images/blue-tree-1184x672.jpg");
  position: relative;
  overflow: hidden;
}
.U3cj27-uQrUgqAzPG .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQrUgqAzPG .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQrUgqAzPG .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .U3cj27-uQrUgqAzPG .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .U3cj27-uQrUgqAzPG.theme-fullscreen {
    align-items: flex-end !important;
  }
}
.U3cj27-uQrUgqAzPG .row {
  position: relative;
  z-index: 3;
}
.U3cj27-uQrUgqAzPG .theme-section-title {
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .U3cj27-uQrUgqAzPG .theme-section-title {
    margin-bottom: 32px;
  }
}
.U3cj27-uQrUgqAzPG .theme-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.U3cj27-uQrUgqAzPG .theme-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.U3cj27-uQrUgqAzPG .theme-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.U3cj27-uQrUgqAzPG .theme-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .U3cj27-uQrUgqAzPG .theme-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .U3cj27-uQrUgqAzPG .theme-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .U3cj27-uQrUgqAzPG .theme-section-btn {
    margin-top: 40px;
  }
}
.U3cj27-uQrUgqAzPG .theme-text,
.U3cj27-uQrUgqAzPG .theme-section-btn {
  text-align: center;
}
.U3cj27-uQrUZcDQqC {
  overflow: hidden;
  background-color: #f4f4f4;
}
.U3cj27-uQrUZcDQqC .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQrUZcDQqC .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .U3cj27-uQrUZcDQqC .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQrUZcDQqC .content-wrapper {
    margin-bottom: 66px;
  }
}
.U3cj27-uQrUZcDQqC .content-wrapper .content-wrap {
  margin-bottom: 66px;
}
.U3cj27-uQrUZcDQqC .content-wrapper .content-wrap .desc-wrap .theme-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #1f2d3d;
}
.U3cj27-uQrUZcDQqC .content-wrapper .content-wrap .theme-section-title {
  margin-bottom: 16px;
}
.U3cj27-uQrUZcDQqC .content-wrapper .content-wrap .text-wrap .theme-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .U3cj27-uQrUZcDQqC .content-wrapper .content-wrap .text-wrap .theme-text {
    width: 100%;
  }
}
.U3cj27-uQrUZcDQqC .content-wrapper .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .U3cj27-uQrUZcDQqC .content-wrapper .card-wrapper {
    display: block;
  }
}
.U3cj27-uQrUZcDQqC .content-wrapper .card-wrapper .number-wrap {
  position: relative;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .U3cj27-uQrUZcDQqC .content-wrapper .card-wrapper .number-wrap {
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 28px;
  }
}
.U3cj27-uQrUZcDQqC .content-wrapper .card-wrapper .number-wrap .theme-number {
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c7b1ff;
  border-radius: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.U3cj27-uQrUZcDQqC .content-wrapper .card-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  top: 1px;
  width: 1px;
  height: 200vh;
  background-color: #ffffff;
  opacity: .33;
}
@media (max-width: 992px) {
  .U3cj27-uQrUZcDQqC .content-wrapper .card-wrapper .number-wrap::before {
    display: none;
  }
}
.U3cj27-uQrUZcDQqC .content-wrapper .card-wrapper .card-wrap .card-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .U3cj27-uQrUZcDQqC .content-wrapper .card-wrapper .card-wrap .card-title {
    margin-bottom: 28px;
  }
}
.U3cj27-uQrUZcDQqC .content-wrapper .card-wrapper .card-wrap .card-text {
  margin-bottom: 0;
}
.U3cj27-uQrUZcDQqC .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .U3cj27-uQrUZcDQqC .image-wrapper {
    justify-content: center;
  }
}
.U3cj27-uQrUZcDQqC .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #bbbbbb;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .U3cj27-uQrUZcDQqC .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.U3cj27-uQrUZcDQqC .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #141414;
  object-fit: cover;
}
@media (max-width: 992px) {
  .U3cj27-uQrUZcDQqC .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #141414;
  }
}
.U3cj27-uQrUZcDQqC .theme-desc {
  color: #202020;
}
.U3cj27-uQrUZcDQqC .theme-section-title {
  color: #000000;
  text-align: center;
}
.U3cj27-uQrUZcDQqC .theme-text {
  color: #ffffff;
}
.U3cj27-uQrUZcDQqC .card-title {
  color: #000000;
}
.U3cj27-uQrUZcDQqC .card-text {
  color: #000000;
}
.U3cj27-uQrUZcDQqC .card-number {
  color: #202020;
}
.U3cj27-uQrUZcDQqC .theme-text,
.U3cj27-uQrUZcDQqC .text-wrap {
  color: #000000;
  text-align: center;
}
.U3cj27-uQrUZcDQqC .theme-desc,
.U3cj27-uQrUZcDQqC .desc-wrap {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQrV29Wcmo {
  overflow: hidden;
  background-color: #1f2d3d;
}
.U3cj27-uQrV29Wcmo .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQrV29Wcmo .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .U3cj27-uQrV29Wcmo .container {
    padding: 0 24px;
  }
}
.U3cj27-uQrV29Wcmo .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .U3cj27-uQrV29Wcmo .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.U3cj27-uQrV29Wcmo .content-wrapper .icon-wrapper .theme-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #ffffff;
}
@media (max-width: 992px) {
  .U3cj27-uQrV29Wcmo .content-wrapper .icon-wrapper .theme-iconfont {
    font-size: 80px;
  }
}
.U3cj27-uQrV29Wcmo .content-wrapper .theme-section-title {
  margin-bottom: 0;
}
.U3cj27-uQrV29Wcmo .content-wrapper .text-wrap .theme-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .U3cj27-uQrV29Wcmo .content-wrapper .text-wrap .theme-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQrV29Wcmo .content-wrapper .text-wrap .theme-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.U3cj27-uQrV29Wcmo .theme-section-title {
  color: #ffffff;
}
.U3cj27-uQrV29Wcmo .theme-text,
.U3cj27-uQrV29Wcmo .text-wrap {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQrV29Wcmo .theme-section-title,
.U3cj27-uQrV29Wcmo .icon-wrapper {
  text-align: center;
}
.U3cj27-uQrV8K7XrU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.U3cj27-uQrV8K7XrU .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQrV8K7XrU .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQrV8K7XrU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .U3cj27-uQrV8K7XrU .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQrV8K7XrU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQrV8K7XrU .container {
    padding: 0 16px;
  }
}
.U3cj27-uQrV8K7XrU .row {
  justify-content: space-between;
}
.U3cj27-uQrV8K7XrU .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .U3cj27-uQrV8K7XrU .image-wrapper {
    margin-bottom: 48px;
  }
}
.U3cj27-uQrV8K7XrU .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.U3cj27-uQrV8K7XrU .content-wrapper {
  position: relative;
}
.U3cj27-uQrV8K7XrU .content-wrapper .theme-section-title {
  margin-bottom: 32px;
}
.U3cj27-uQrV8K7XrU .content-wrapper .theme-text {
  margin-bottom: 32px;
}
.U3cj27-uQrV8K7XrU .theme-text {
  color: #333333;
}
.U3cj27-uQrV8K7XrU .theme-section-title,
.U3cj27-uQrV8K7XrU .theme-section-btn {
  text-align: center;
}
.U3cj27-uQrV8K7XrU .theme-text,
.U3cj27-uQrV8K7XrU .icon-wrapper {
  text-align: center;
  color: #000000;
}
.U3cj27-uQrVoRFCXH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f2d3d;
}
.U3cj27-uQrVoRFCXH .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQrVoRFCXH .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .U3cj27-uQrVoRFCXH .container {
    padding: 0 30px;
  }
}
.U3cj27-uQrVoRFCXH .title-wrapper .theme-section-subtitle {
  margin-bottom: 30px;
}
.U3cj27-uQrVoRFCXH .title-wrapper .theme-section-title {
  margin-bottom: 30px;
}
.U3cj27-uQrVoRFCXH .row.content {
  padding: 30px 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.U3cj27-uQrVoRFCXH .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .U3cj27-uQrVoRFCXH .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.U3cj27-uQrVoRFCXH .row.content .desc-wrapper .desc-wrap .theme-desc {
  margin-bottom: 16px;
}
.U3cj27-uQrVoRFCXH .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.U3cj27-uQrVoRFCXH .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .theme-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.U3cj27-uQrVoRFCXH .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .theme-star:first-child {
  margin-left: 0;
}
.U3cj27-uQrVoRFCXH .row.content .text-wrapper .theme-text {
  margin-bottom: 18px;
}
.U3cj27-uQrVoRFCXH .row.content .text-wrapper .theme-name {
  margin-bottom: 0;
}
.U3cj27-uQrVoRFCXH .theme-section-btn {
  margin-top: 30px;
}
.U3cj27-uQrVoRFCXH .theme-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.U3cj27-uQrVoRFCXH .theme-section-title {
  color: #f1f4e9;
}
.U3cj27-uQrVoRFCXH .theme-desc {
  color: #f1f4e9;
}
.U3cj27-uQrVoRFCXH .theme-text {
  color: #f1f4e9;
}
.U3cj27-uQrVoRFCXH .theme-name {
  color: #f1f4e9;
}
.U3cj27-uQrVoRFCXH .theme-section-title,
.U3cj27-uQrVoRFCXH .theme-section-btn {
  text-align: center;
}
.U3cj27-uQrVoRFCXH .theme-desc,
.U3cj27-uQrVoRFCXH .rating-wrapper {
  text-align: center;
}
.U3cj27-uQrXEaroql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.U3cj27-uQrXEaroql .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQrXEaroql .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQrXEaroql .row {
  justify-content: center;
}
.U3cj27-uQrXEaroql .title-wrapper {
  padding: 71px;
  background-color: #1f2d3d;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .U3cj27-uQrXEaroql .title-wrapper {
    padding: 50px 25px;
  }
}
.U3cj27-uQrXEaroql .title-wrapper .theme-section-title {
  margin-bottom: 0;
}
.U3cj27-uQrXEaroql .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQrXEaroql .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.U3cj27-uQrXEaroql .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.U3cj27-uQrXEaroql .theme-section-title {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQrXEaroql .list {
  color: #747474;
}
.U3cj27-uQrXEaroql .list,
.U3cj27-uQrXEaroql .item-wrap {
  text-align: center;
  color: #000000;
}
.U3cj27-uQtjwLWSHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #2c3e50;
}
.U3cj27-uQtjwLWSHK .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f4f4f4;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    display: none;
  }
}
.U3cj27-uQtjwLWSHK .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQtjwLWSHK .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQtjwLWSHK .title-wrapper {
  position: relative;
  z-index: 1;
}
.U3cj27-uQtjwLWSHK .title-wrapper .theme-section-title {
  margin-bottom: 20px;
}
.U3cj27-uQtjwLWSHK .title-wrapper .theme-copy {
  margin-bottom: 0;
}
.U3cj27-uQtjwLWSHK .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .nav-wrapper {
    margin-top: 32px;
  }
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap:hover,
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.U3cj27-uQtjwLWSHK .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .social-wrapper {
    margin-top: 32px;
  }
}
.U3cj27-uQtjwLWSHK .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap:hover,
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.U3cj27-uQtjwLWSHK .theme-section-title {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQtjwLWSHK .theme-copy {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQtjwLWSHK .list {
  color: #ffffff;
}
.U3cj27-uQrU2lxUN2 .menu_box {
  background-color: #f4f4f4 !important;
  padding: 0;
  margin: 0 32px;
  border-radius: 100px;
  position: relative;
}
.U3cj27-uQrU2lxUN2 .menu_box .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .menu_box .navbar.opened,
  .U3cj27-uQrU2lxUN2 .menu_box .navbar-collapse {
    background-color: #f4f4f4 !important;
    transition: all 0s ease 0s;
  }
}
.U3cj27-uQrU2lxUN2 .navbar-dropdown {
  padding: 0;
  position: relative !important;
  background: #2c3e50;
}
.U3cj27-uQrU2lxUN2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .theme-section-btn-main {
    margin-top: 1rem;
  }
}
.U3cj27-uQrU2lxUN2 .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.U3cj27-uQrU2lxUN2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #101511;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body .theme-text,
  .U3cj27-uQrU2lxUN2 .offcanvas-body .theme-section-subtitle {
    margin-top: 14px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    margin-right: 20px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #101511;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .U3cj27-uQrU2lxUN2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .U3cj27-uQrU2lxUN2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .U3cj27-uQrU2lxUN2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .U3cj27-uQrU2lxUN2 .lg_brand {
    margin: 0 1rem;
  }
}
.U3cj27-uQrU2lxUN2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .U3cj27-uQrU2lxUN2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .nav-item {
    margin: 0 !important;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .U3cj27-uQrU2lxUN2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .U3cj27-uQrU2lxUN2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box {
    display: none;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.U3cj27-uQrU2lxUN2 .container {
  display: flex;
  margin: auto;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper {
  color: #6e716f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper:hover {
  opacity: .5;
}
.U3cj27-uQrU2lxUN2 .navbar-caption {
  font-weight: 400;
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .navbar-nav {
    margin: 0;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-menu,
.U3cj27-uQrU2lxUN2 .navbar.opened {
  background-color: false !important;
}
.U3cj27-uQrU2lxUN2 .nav-item:focus,
.U3cj27-uQrU2lxUN2 .nav-link:focus {
  outline: none;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item .theme-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item .theme-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.U3cj27-uQrU2lxUN2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.U3cj27-uQrU2lxUN2 .navbar {
  min-height: 100px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.U3cj27-uQrU2lxUN2 .navbar.opened {
  transition: all 0.3s;
}
.U3cj27-uQrU2lxUN2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.U3cj27-uQrU2lxUN2 .navbar .navbar-logo img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 100%;
}
.U3cj27-uQrU2lxUN2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed {
  justify-content: center;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .U3cj27-uQrU2lxUN2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .U3cj27-uQrU2lxUN2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .U3cj27-uQrU2lxUN2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .U3cj27-uQrU2lxUN2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .U3cj27-uQrU2lxUN2 .navbar .icons-menu {
    padding: 0;
  }
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-short {
  min-height: 60px;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-short .navbar-brand {
  min-height: 45px;
  padding: 0 12px;
}
.U3cj27-uQrU2lxUN2 .navbar-brand {
  min-height: 45px;
  flex-shrink: 0;
  align-items: center;
  padding: 0 12px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  border-radius: 100px;
  background-color: #2c3e50;
  margin: 16px;
}
.U3cj27-uQrU2lxUN2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.U3cj27-uQrU2lxUN2 .navbar-brand .navbar-logo a {
  outline: none;
}
.U3cj27-uQrU2lxUN2 .dropdown-item.active,
.U3cj27-uQrU2lxUN2 .dropdown-item:active {
  background-color: transparent;
}
.U3cj27-uQrU2lxUN2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.U3cj27-uQrU2lxUN2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.U3cj27-uQrU2lxUN2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.U3cj27-uQrU2lxUN2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4f4f4;
  background: #f4f4f4;
  margin-right: 15px;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #101511;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.U3cj27-uQrU2lxUN2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .U3cj27-uQrU2lxUN2 .navbar {
    height: 70px;
  }
  .U3cj27-uQrU2lxUN2 .navbar.opened {
    height: auto;
  }
  .U3cj27-uQrU2lxUN2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.U3cj27-uQrU2lxUN2 .navbar-dropdown .navbar-logo {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .U3cj27-uQrU2lxUN2 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.U3cj27-uQrU2lxUN2 .theme-section-btn-main .btn {
  max-height: 45px;
  min-height: auto;
  min-width: 160px;
  margin: 16px;
}
.U3cj27-uQrU2lxUN2 .navbar-caption:hover {
  color: #ed9b82;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.U3cj27-uQrU2lxUN2 .nav-link:hover {
  color: #2ecc71 !important;
}
.U3cj27-uQrU2lxUN2 .theme-section-subtitle {
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .theme-text {
  color: #f2f2f2;
  text-align: center;
}
.U3cj27-uQrU2lxUN2 .text_widget {
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .theme-section-subtitle,
.U3cj27-uQrU2lxUN2 .text_widget,
.U3cj27-uQrU2lxUN2 .theme-section-btn {
  text-align: center;
}
.U3cj27-uQrU2lxUN2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.U3cj27-uQrY0OosrN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f2d3d;
}
.U3cj27-uQrY0OosrN .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQrY0OosrN .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQrY0OosrN .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .U3cj27-uQrY0OosrN .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQrY0OosrN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQrY0OosrN .container {
    padding: 0 20px;
  }
}
.U3cj27-uQrY0OosrN .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .U3cj27-uQrY0OosrN .content-wrapper {
    margin-bottom: 40px;
  }
}
.U3cj27-uQrY0OosrN .content-wrapper .theme-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .U3cj27-uQrY0OosrN .content-wrapper .theme-section-title {
    margin-bottom: 40px;
  }
}
.U3cj27-uQrY0OosrN .content-wrapper .theme-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .U3cj27-uQrY0OosrN .content-wrapper .theme-desc {
    margin: 40px 0 0 0;
  }
}
.U3cj27-uQrY0OosrN .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.U3cj27-uQrY0OosrN .theme-section-title {
  color: #000000;
}
.U3cj27-uQrY0OosrN .theme-desc {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQrY0OosrN .theme-section-title,
.U3cj27-uQrY0OosrN .theme-section-btn {
  text-align: center;
  color: #ffffff;
}
.U3cj27-uQrY5FiU52 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.U3cj27-uQrY5FiU52 .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQrY5FiU52 .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .U3cj27-uQrY5FiU52 .container {
    padding: 0 16px;
  }
}
.U3cj27-uQrY5FiU52 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .U3cj27-uQrY5FiU52 .image-wrapper {
    margin-bottom: 32px;
  }
}
.U3cj27-uQrY5FiU52 .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .U3cj27-uQrY5FiU52 .image-wrapper img {
    height: 350px;
  }
}
.U3cj27-uQrY5FiU52 .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .U3cj27-uQrY5FiU52 .title-wrapper {
    padding-left: 0;
  }
}
.U3cj27-uQrY5FiU52 .title-wrapper .subtitle-wrapper .theme-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #000000;
  background-color: #1f2d3d;
}
@media (max-width: 992px) {
  .U3cj27-uQrY5FiU52 .title-wrapper .subtitle-wrapper .theme-section-subtitle {
    margin-bottom: 32px;
  }
}
.U3cj27-uQrY5FiU52 .title-wrapper .theme-section-title {
  margin-bottom: 32px;
}
.U3cj27-uQrY5FiU52 .theme-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .U3cj27-uQrY5FiU52 .theme-desc {
    padding-left: 0;
  }
}
.U3cj27-uQrY5FiU52 .theme-section-title {
  color: #000000;
}
.U3cj27-uQrY5FiU52 .theme-section-subtitle {
  color: #000000;
}
.U3cj27-uQrY5FiU52 .theme-section-title,
.U3cj27-uQrY5FiU52 .theme-section-btn {
  text-align: center;
}
.U3cj27-uQrY5FiU52 .theme-section-subtitle,
.U3cj27-uQrY5FiU52 .subtitle-wrapper {
  color: #ffffff;
}
.U3cj27-uQrY6Fk1r0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f2d3d;
}
.U3cj27-uQrY6Fk1r0 .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQrY6Fk1r0 .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQrY6Fk1r0 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .U3cj27-uQrY6Fk1r0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQrY6Fk1r0 .container {
    padding: 0 26px;
  }
}
.U3cj27-uQrY6Fk1r0 .row {
  justify-content: center;
}
.U3cj27-uQrY6Fk1r0 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #f4f4f4;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .U3cj27-uQrY6Fk1r0 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.U3cj27-uQrY6Fk1r0 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .U3cj27-uQrY6Fk1r0 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.U3cj27-uQrY6Fk1r0 .content-wrapper .content-wrap .theme-section-title {
  margin-bottom: 30px;
}
.U3cj27-uQrY6Fk1r0 .content-wrapper .content-wrap .theme-text {
  margin-bottom: 0;
}
.U3cj27-uQrY6Fk1r0 .content-wrapper .content-wrap .theme-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .U3cj27-uQrY6Fk1r0 .content-wrapper .content-wrap .theme-section-btn {
    margin-top: 30px;
  }
}
.U3cj27-uQrY6Fk1r0 .content-wrapper .content-wrap .theme-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .U3cj27-uQrY6Fk1r0 .content-wrapper .content-wrap .theme-section-btn .btn {
    width: 100%;
  }
}
.U3cj27-uQrY6Fk1r0 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .U3cj27-uQrY6Fk1r0 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.U3cj27-uQrY6Fk1r0 .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .U3cj27-uQrY6Fk1r0 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.U3cj27-uQrY6Fk1r0 .theme-section-title {
  color: #000000;
}
.U3cj27-uQrY6Fk1r0 .theme-section-subtitle {
  color: #000000;
}
.U3cj27-uQrY6Fk1r0 .theme-text {
  color: #000000;
  text-align: center;
}
.U3cj27-uQrY6Fk1r0 .theme-section-title,
.U3cj27-uQrY6Fk1r0 .theme-section-btn {
  text-align: center;
}
.U3cj27-uQrYaoHhMb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.U3cj27-uQrYaoHhMb .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQrYaoHhMb .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQrYaoHhMb .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .U3cj27-uQrYaoHhMb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQrYaoHhMb .container {
    padding: 0 20px;
  }
}
.U3cj27-uQrYaoHhMb .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .U3cj27-uQrYaoHhMb .content-wrapper {
    padding: 46px 0;
  }
}
.U3cj27-uQrYaoHhMb .content-wrapper .theme-desc {
  margin-bottom: 32px;
}
.U3cj27-uQrYaoHhMb .content-wrapper .theme-section-title {
  margin-bottom: 32px;
}
.U3cj27-uQrYaoHhMb .content-wrapper .text-wrapper .theme-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .U3cj27-uQrYaoHhMb .content-wrapper .text-wrapper .theme-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.U3cj27-uQrYaoHhMb .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .U3cj27-uQrYaoHhMb .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.U3cj27-uQrYaoHhMb .content-wrapper .theme-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .U3cj27-uQrYaoHhMb .content-wrapper .theme-section-btn {
    margin-top: 20px;
  }
}
.U3cj27-uQrYaoHhMb .theme-section-title {
  color: #000000;
}
.U3cj27-uQrYaoHhMb .theme-desc {
  color: #000000;
  text-align: center;
}
.U3cj27-uQrYaoHhMb .theme-text,
.U3cj27-uQrYaoHhMb .text-wrapper {
  color: #000000;
  text-align: center;
}
.U3cj27-uQrYaoHhMb .theme-section-title,
.U3cj27-uQrYaoHhMb .theme-section-btn,
.U3cj27-uQrYaoHhMb .image-wrapper {
  text-align: center;
}
.U3cj27-uQtjwLWSHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #2c3e50;
}
.U3cj27-uQtjwLWSHK .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f4f4f4;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    display: none;
  }
}
.U3cj27-uQtjwLWSHK .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQtjwLWSHK .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQtjwLWSHK .title-wrapper {
  position: relative;
  z-index: 1;
}
.U3cj27-uQtjwLWSHK .title-wrapper .theme-section-title {
  margin-bottom: 20px;
}
.U3cj27-uQtjwLWSHK .title-wrapper .theme-copy {
  margin-bottom: 0;
}
.U3cj27-uQtjwLWSHK .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .nav-wrapper {
    margin-top: 32px;
  }
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap:hover,
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.U3cj27-uQtjwLWSHK .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .social-wrapper {
    margin-top: 32px;
  }
}
.U3cj27-uQtjwLWSHK .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap:hover,
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.U3cj27-uQtjwLWSHK .theme-section-title {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQtjwLWSHK .theme-copy {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQtjwLWSHK .list {
  color: #ffffff;
}
.U3cj27-uQrU2lxUN2 .menu_box {
  background-color: #f4f4f4 !important;
  padding: 0;
  margin: 0 32px;
  border-radius: 100px;
  position: relative;
}
.U3cj27-uQrU2lxUN2 .menu_box .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .menu_box .navbar.opened,
  .U3cj27-uQrU2lxUN2 .menu_box .navbar-collapse {
    background-color: #f4f4f4 !important;
    transition: all 0s ease 0s;
  }
}
.U3cj27-uQrU2lxUN2 .navbar-dropdown {
  padding: 0;
  position: relative !important;
  background: #2c3e50;
}
.U3cj27-uQrU2lxUN2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .theme-section-btn-main {
    margin-top: 1rem;
  }
}
.U3cj27-uQrU2lxUN2 .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.U3cj27-uQrU2lxUN2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #101511;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body .theme-text,
  .U3cj27-uQrU2lxUN2 .offcanvas-body .theme-section-subtitle {
    margin-top: 14px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    margin-right: 20px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #101511;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .U3cj27-uQrU2lxUN2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .U3cj27-uQrU2lxUN2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .U3cj27-uQrU2lxUN2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .U3cj27-uQrU2lxUN2 .lg_brand {
    margin: 0 1rem;
  }
}
.U3cj27-uQrU2lxUN2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .U3cj27-uQrU2lxUN2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .nav-item {
    margin: 0 !important;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .U3cj27-uQrU2lxUN2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .U3cj27-uQrU2lxUN2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box {
    display: none;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.U3cj27-uQrU2lxUN2 .container {
  display: flex;
  margin: auto;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper {
  color: #6e716f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper:hover {
  opacity: .5;
}
.U3cj27-uQrU2lxUN2 .navbar-caption {
  font-weight: 400;
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .navbar-nav {
    margin: 0;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-menu,
.U3cj27-uQrU2lxUN2 .navbar.opened {
  background-color: false !important;
}
.U3cj27-uQrU2lxUN2 .nav-item:focus,
.U3cj27-uQrU2lxUN2 .nav-link:focus {
  outline: none;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item .theme-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item .theme-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.U3cj27-uQrU2lxUN2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.U3cj27-uQrU2lxUN2 .navbar {
  min-height: 100px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.U3cj27-uQrU2lxUN2 .navbar.opened {
  transition: all 0.3s;
}
.U3cj27-uQrU2lxUN2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.U3cj27-uQrU2lxUN2 .navbar .navbar-logo img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 100%;
}
.U3cj27-uQrU2lxUN2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed {
  justify-content: center;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .U3cj27-uQrU2lxUN2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .U3cj27-uQrU2lxUN2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .U3cj27-uQrU2lxUN2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .U3cj27-uQrU2lxUN2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .U3cj27-uQrU2lxUN2 .navbar .icons-menu {
    padding: 0;
  }
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-short {
  min-height: 60px;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-short .navbar-brand {
  min-height: 45px;
  padding: 0 12px;
}
.U3cj27-uQrU2lxUN2 .navbar-brand {
  min-height: 45px;
  flex-shrink: 0;
  align-items: center;
  padding: 0 12px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  border-radius: 100px;
  background-color: #2c3e50;
  margin: 16px;
}
.U3cj27-uQrU2lxUN2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.U3cj27-uQrU2lxUN2 .navbar-brand .navbar-logo a {
  outline: none;
}
.U3cj27-uQrU2lxUN2 .dropdown-item.active,
.U3cj27-uQrU2lxUN2 .dropdown-item:active {
  background-color: transparent;
}
.U3cj27-uQrU2lxUN2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.U3cj27-uQrU2lxUN2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.U3cj27-uQrU2lxUN2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.U3cj27-uQrU2lxUN2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4f4f4;
  background: #f4f4f4;
  margin-right: 15px;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #101511;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.U3cj27-uQrU2lxUN2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .U3cj27-uQrU2lxUN2 .navbar {
    height: 70px;
  }
  .U3cj27-uQrU2lxUN2 .navbar.opened {
    height: auto;
  }
  .U3cj27-uQrU2lxUN2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.U3cj27-uQrU2lxUN2 .navbar-dropdown .navbar-logo {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .U3cj27-uQrU2lxUN2 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.U3cj27-uQrU2lxUN2 .theme-section-btn-main .btn {
  max-height: 45px;
  min-height: auto;
  min-width: 160px;
  margin: 16px;
}
.U3cj27-uQrU2lxUN2 .navbar-caption:hover {
  color: #ed9b82;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.U3cj27-uQrU2lxUN2 .nav-link:hover {
  color: #2ecc71 !important;
}
.U3cj27-uQrU2lxUN2 .theme-section-subtitle {
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .theme-text {
  color: #f2f2f2;
  text-align: center;
}
.U3cj27-uQrU2lxUN2 .text_widget {
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .theme-section-subtitle,
.U3cj27-uQrU2lxUN2 .text_widget,
.U3cj27-uQrU2lxUN2 .theme-section-btn {
  text-align: center;
}
.U3cj27-uQrU2lxUN2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.U3cj27-uQs1O82Zgb {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f4f4f4;
}
.U3cj27-uQs1O82Zgb .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQs1O82Zgb .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQs1O82Zgb img {
  border-radius: 2rem;
}
.U3cj27-uQs1O82Zgb .theme-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.U3cj27-uQs1O82Zgb .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #2ecc71;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.U3cj27-uQs1O82Zgb .subtitle-wrap .theme-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ed9b82;
  font-size: 1.5rem;
}
.U3cj27-uQs1O82Zgb .theme-section-title {
  color: #000000;
  text-align: center;
}
.U3cj27-uQs1O82Zgb .theme-text,
.U3cj27-uQs1O82Zgb .theme-section-btn {
  color: #000000;
  text-align: center;
}
.U3cj27-uQs1O82Zgb .theme-section-subtitle,
.U3cj27-uQs1O82Zgb .align-wrapper {
  color: #000000;
}
.U3cj27-uQs1Y94dvM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f2d3d;
  overflow: hidden;
}
.U3cj27-uQs1Y94dvM .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQs1Y94dvM .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .U3cj27-uQs1Y94dvM .container {
    padding: 0 22px;
  }
}
.U3cj27-uQs1Y94dvM .card {
  justify-content: center;
}
.U3cj27-uQs1Y94dvM .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .U3cj27-uQs1Y94dvM .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQs1Y94dvM .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.U3cj27-uQs1Y94dvM .content-wrapper .theme-section-title {
  margin-bottom: 10px;
}
.U3cj27-uQs1Y94dvM .content-wrapper .theme-text {
  margin-bottom: 0;
}
.U3cj27-uQs1Y94dvM .image-wrapper {
  display: flex;
  justify-content: center;
}
.U3cj27-uQs1Y94dvM .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #f4f4f4;
}
@media (max-width: 1440px) {
  .U3cj27-uQs1Y94dvM .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .U3cj27-uQs1Y94dvM .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQs1Y94dvM .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .U3cj27-uQs1Y94dvM .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.U3cj27-uQs1Y94dvM .theme-section-title {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQs1Y94dvM .theme-text {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQs201UywB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.U3cj27-uQs201UywB .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQs201UywB .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQs201UywB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .U3cj27-uQs201UywB .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .U3cj27-uQs201UywB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQs201UywB .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .U3cj27-uQs201UywB .container {
    padding: 0 16px;
  }
}
.U3cj27-uQs201UywB .row {
  justify-content: center;
}
.U3cj27-uQs201UywB .content-wrapper .theme-section-subtitle {
  margin-bottom: 32px;
}
.U3cj27-uQs201UywB .content-wrapper .theme-section-title {
  margin-bottom: 16px;
}
.U3cj27-uQs201UywB .content-wrapper .theme-text {
  margin-bottom: 0;
}
.U3cj27-uQs201UywB .theme-section-title {
  color: #000000;
  text-align: center;
}
.U3cj27-uQs201UywB .theme-section-subtitle {
  color: #000000;
  text-align: center;
}
.U3cj27-uQs201UywB .theme-text {
  color: #000000;
  text-align: center;
}
.U3cj27-uQs1VvWrB9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f2d3d;
}
.U3cj27-uQs1VvWrB9 .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQs1VvWrB9 .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .U3cj27-uQs1VvWrB9 .container {
    padding: 0 30px;
  }
}
.U3cj27-uQs1VvWrB9 .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #f4f4f4;
}
@media (max-width: 992px) {
  .U3cj27-uQs1VvWrB9 .content-wrapper {
    display: block;
  }
}
.U3cj27-uQs1VvWrB9 .content-wrapper .card {
  justify-content: center;
}
.U3cj27-uQs1VvWrB9 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .U3cj27-uQs1VvWrB9 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.U3cj27-uQs1VvWrB9 .content-wrapper .content-wrap .theme-section-title {
  margin-bottom: 35px;
}
.U3cj27-uQs1VvWrB9 .content-wrapper .content-wrap .theme-text {
  margin-bottom: 40px;
}
.U3cj27-uQs1VvWrB9 .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .U3cj27-uQs1VvWrB9 .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.U3cj27-uQs1VvWrB9 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f4f4f4;
  opacity: .9;
  z-index: 1;
}
.U3cj27-uQs1VvWrB9 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.U3cj27-uQs1VvWrB9 .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #f4f4f4;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .U3cj27-uQs1VvWrB9 .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.U3cj27-uQs1VvWrB9 .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .U3cj27-uQs1VvWrB9 .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.U3cj27-uQs1VvWrB9 .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.U3cj27-uQs1VvWrB9 .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #1f2d3d;
}
@media (max-width: 992px) {
  .U3cj27-uQs1VvWrB9 .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.U3cj27-uQs1VvWrB9 .theme-section-title {
  color: #144031;
}
.U3cj27-uQs1VvWrB9 .theme-text {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQs1VvWrB9 .list {
  color: #144031;
}
.U3cj27-uQs1VvWrB9 .theme-section-title,
.U3cj27-uQs1VvWrB9 .theme-section-btn {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQs1VvWrB9 .list,
.U3cj27-uQs1VvWrB9 .item-wrap {
  color: #000000;
}
.U3cj27-uQtjwLWSHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #2c3e50;
}
.U3cj27-uQtjwLWSHK .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f4f4f4;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    display: none;
  }
}
.U3cj27-uQtjwLWSHK .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQtjwLWSHK .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQtjwLWSHK .title-wrapper {
  position: relative;
  z-index: 1;
}
.U3cj27-uQtjwLWSHK .title-wrapper .theme-section-title {
  margin-bottom: 20px;
}
.U3cj27-uQtjwLWSHK .title-wrapper .theme-copy {
  margin-bottom: 0;
}
.U3cj27-uQtjwLWSHK .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .nav-wrapper {
    margin-top: 32px;
  }
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap:hover,
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.U3cj27-uQtjwLWSHK .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .social-wrapper {
    margin-top: 32px;
  }
}
.U3cj27-uQtjwLWSHK .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap:hover,
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.U3cj27-uQtjwLWSHK .theme-section-title {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQtjwLWSHK .theme-copy {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQtjwLWSHK .list {
  color: #ffffff;
}
.U3cj27-uQrU2lxUN2 .menu_box {
  background-color: #f4f4f4 !important;
  padding: 0;
  margin: 0 32px;
  border-radius: 100px;
  position: relative;
}
.U3cj27-uQrU2lxUN2 .menu_box .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .menu_box .navbar.opened,
  .U3cj27-uQrU2lxUN2 .menu_box .navbar-collapse {
    background-color: #f4f4f4 !important;
    transition: all 0s ease 0s;
  }
}
.U3cj27-uQrU2lxUN2 .navbar-dropdown {
  padding: 0;
  position: relative !important;
  background: #2c3e50;
}
.U3cj27-uQrU2lxUN2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .theme-section-btn-main {
    margin-top: 1rem;
  }
}
.U3cj27-uQrU2lxUN2 .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.U3cj27-uQrU2lxUN2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #101511;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body .theme-text,
  .U3cj27-uQrU2lxUN2 .offcanvas-body .theme-section-subtitle {
    margin-top: 14px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    margin-right: 20px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #101511;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .U3cj27-uQrU2lxUN2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .U3cj27-uQrU2lxUN2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .U3cj27-uQrU2lxUN2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .U3cj27-uQrU2lxUN2 .lg_brand {
    margin: 0 1rem;
  }
}
.U3cj27-uQrU2lxUN2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .U3cj27-uQrU2lxUN2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .nav-item {
    margin: 0 !important;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .U3cj27-uQrU2lxUN2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .U3cj27-uQrU2lxUN2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box {
    display: none;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.U3cj27-uQrU2lxUN2 .container {
  display: flex;
  margin: auto;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper {
  color: #6e716f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper:hover {
  opacity: .5;
}
.U3cj27-uQrU2lxUN2 .navbar-caption {
  font-weight: 400;
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .navbar-nav {
    margin: 0;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-menu,
.U3cj27-uQrU2lxUN2 .navbar.opened {
  background-color: false !important;
}
.U3cj27-uQrU2lxUN2 .nav-item:focus,
.U3cj27-uQrU2lxUN2 .nav-link:focus {
  outline: none;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item .theme-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item .theme-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.U3cj27-uQrU2lxUN2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.U3cj27-uQrU2lxUN2 .navbar {
  min-height: 100px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.U3cj27-uQrU2lxUN2 .navbar.opened {
  transition: all 0.3s;
}
.U3cj27-uQrU2lxUN2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.U3cj27-uQrU2lxUN2 .navbar .navbar-logo img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 100%;
}
.U3cj27-uQrU2lxUN2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed {
  justify-content: center;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .U3cj27-uQrU2lxUN2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .U3cj27-uQrU2lxUN2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .U3cj27-uQrU2lxUN2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .U3cj27-uQrU2lxUN2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .U3cj27-uQrU2lxUN2 .navbar .icons-menu {
    padding: 0;
  }
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-short {
  min-height: 60px;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-short .navbar-brand {
  min-height: 45px;
  padding: 0 12px;
}
.U3cj27-uQrU2lxUN2 .navbar-brand {
  min-height: 45px;
  flex-shrink: 0;
  align-items: center;
  padding: 0 12px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  border-radius: 100px;
  background-color: #2c3e50;
  margin: 16px;
}
.U3cj27-uQrU2lxUN2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.U3cj27-uQrU2lxUN2 .navbar-brand .navbar-logo a {
  outline: none;
}
.U3cj27-uQrU2lxUN2 .dropdown-item.active,
.U3cj27-uQrU2lxUN2 .dropdown-item:active {
  background-color: transparent;
}
.U3cj27-uQrU2lxUN2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.U3cj27-uQrU2lxUN2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.U3cj27-uQrU2lxUN2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.U3cj27-uQrU2lxUN2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4f4f4;
  background: #f4f4f4;
  margin-right: 15px;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #101511;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.U3cj27-uQrU2lxUN2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .U3cj27-uQrU2lxUN2 .navbar {
    height: 70px;
  }
  .U3cj27-uQrU2lxUN2 .navbar.opened {
    height: auto;
  }
  .U3cj27-uQrU2lxUN2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.U3cj27-uQrU2lxUN2 .navbar-dropdown .navbar-logo {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .U3cj27-uQrU2lxUN2 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.U3cj27-uQrU2lxUN2 .theme-section-btn-main .btn {
  max-height: 45px;
  min-height: auto;
  min-width: 160px;
  margin: 16px;
}
.U3cj27-uQrU2lxUN2 .navbar-caption:hover {
  color: #ed9b82;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.U3cj27-uQrU2lxUN2 .nav-link:hover {
  color: #2ecc71 !important;
}
.U3cj27-uQrU2lxUN2 .theme-section-subtitle {
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .theme-text {
  color: #f2f2f2;
  text-align: center;
}
.U3cj27-uQrU2lxUN2 .text_widget {
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .theme-section-subtitle,
.U3cj27-uQrU2lxUN2 .text_widget,
.U3cj27-uQrU2lxUN2 .theme-section-btn {
  text-align: center;
}
.U3cj27-uQrU2lxUN2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.U3cj27-uQs3MHomlf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.U3cj27-uQs3MHomlf .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQs3MHomlf .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQs3MHomlf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .U3cj27-uQs3MHomlf .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .U3cj27-uQs3MHomlf .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQs3MHomlf .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .U3cj27-uQs3MHomlf .container {
    padding: 0 12px;
  }
}
.U3cj27-uQs3MHomlf .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: #1f2d3d;
}
@media (max-width: 992px) {
  .U3cj27-uQs3MHomlf .content-wrapper {
    display: block;
  }
}
.U3cj27-uQs3MHomlf .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .U3cj27-uQs3MHomlf .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .U3cj27-uQs3MHomlf .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.U3cj27-uQs3MHomlf .content-wrapper .title-wrapper .theme-section-title {
  margin-bottom: 16px;
}
.U3cj27-uQs3MHomlf .content-wrapper .title-wrapper .theme-text {
  margin-bottom: 0;
}
.U3cj27-uQs3MHomlf .content-wrapper .theme-form {
  width: 50%;
}
@media (max-width: 992px) {
  .U3cj27-uQs3MHomlf .content-wrapper .theme-form {
    width: 100%;
  }
}
.U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap {
    padding: 24px;
  }
}
.U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap .dragArea.row .theme-section-title {
  margin-bottom: 20px !important;
}
.U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap .dragArea.row .theme-text {
  margin-bottom: 20px !important;
}
.U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #000000 !important;
  background-color: #f4f4f4;
}
.U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap .dragArea.row .form-group .form-control:hover,
.U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap .dragArea.row .theme-section-btn {
  margin-top: 6px;
}
.U3cj27-uQs3MHomlf .content-wrapper .theme-form .form-wrap .dragArea.row .theme-section-btn .btn {
  width: 100%;
}
.U3cj27-uQs3MHomlf .theme-section-title {
  color: #ffffff;
}
.U3cj27-uQs3MHomlf .theme-text {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQs3MHomlf label {
  color: #ffffff;
}
.U3cj27-uQs3MHomlf .theme-section-title,
.U3cj27-uQs3MHomlf .theme-section-btn {
  text-align: center;
}
.U3cj27-uQtjwLWSHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #2c3e50;
}
.U3cj27-uQtjwLWSHK .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f4f4f4;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    display: none;
  }
}
.U3cj27-uQtjwLWSHK .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQtjwLWSHK .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQtjwLWSHK .title-wrapper {
  position: relative;
  z-index: 1;
}
.U3cj27-uQtjwLWSHK .title-wrapper .theme-section-title {
  margin-bottom: 20px;
}
.U3cj27-uQtjwLWSHK .title-wrapper .theme-copy {
  margin-bottom: 0;
}
.U3cj27-uQtjwLWSHK .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .nav-wrapper {
    margin-top: 32px;
  }
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap:hover,
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.U3cj27-uQtjwLWSHK .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .social-wrapper {
    margin-top: 32px;
  }
}
.U3cj27-uQtjwLWSHK .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap:hover,
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.U3cj27-uQtjwLWSHK .theme-section-title {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQtjwLWSHK .theme-copy {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQtjwLWSHK .list {
  color: #ffffff;
}
.U3cj27-uQrU2lxUN2 .menu_box {
  background-color: #f4f4f4 !important;
  padding: 0;
  margin: 0 32px;
  border-radius: 100px;
  position: relative;
}
.U3cj27-uQrU2lxUN2 .menu_box .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .menu_box .navbar.opened,
  .U3cj27-uQrU2lxUN2 .menu_box .navbar-collapse {
    background-color: #f4f4f4 !important;
    transition: all 0s ease 0s;
  }
}
.U3cj27-uQrU2lxUN2 .navbar-dropdown {
  padding: 0;
  position: relative !important;
  background: #2c3e50;
}
.U3cj27-uQrU2lxUN2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .theme-section-btn-main {
    margin-top: 1rem;
  }
}
.U3cj27-uQrU2lxUN2 .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.U3cj27-uQrU2lxUN2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #101511;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body .theme-text,
  .U3cj27-uQrU2lxUN2 .offcanvas-body .theme-section-subtitle {
    margin-top: 14px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    margin-right: 20px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #101511;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .U3cj27-uQrU2lxUN2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .U3cj27-uQrU2lxUN2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .U3cj27-uQrU2lxUN2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .U3cj27-uQrU2lxUN2 .lg_brand {
    margin: 0 1rem;
  }
}
.U3cj27-uQrU2lxUN2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .U3cj27-uQrU2lxUN2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .nav-item {
    margin: 0 !important;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .U3cj27-uQrU2lxUN2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .U3cj27-uQrU2lxUN2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .U3cj27-uQrU2lxUN2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .U3cj27-uQrU2lxUN2 .offcanvas_box {
    display: none;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.U3cj27-uQrU2lxUN2 .container {
  display: flex;
  margin: auto;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper {
  color: #6e716f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.U3cj27-uQrU2lxUN2 .iconfont-wrapper:hover {
  opacity: .5;
}
.U3cj27-uQrU2lxUN2 .navbar-caption {
  font-weight: 400;
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .navbar-nav {
    margin: 0;
  }
}
.U3cj27-uQrU2lxUN2 .dropdown-menu,
.U3cj27-uQrU2lxUN2 .navbar.opened {
  background-color: false !important;
}
.U3cj27-uQrU2lxUN2 .nav-item:focus,
.U3cj27-uQrU2lxUN2 .nav-link:focus {
  outline: none;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item .theme-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.U3cj27-uQrU2lxUN2 .dropdown .dropdown-menu .dropdown-item .theme-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.U3cj27-uQrU2lxUN2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.U3cj27-uQrU2lxUN2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.U3cj27-uQrU2lxUN2 .navbar {
  min-height: 100px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.U3cj27-uQrU2lxUN2 .navbar.opened {
  transition: all 0.3s;
}
.U3cj27-uQrU2lxUN2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.U3cj27-uQrU2lxUN2 .navbar .navbar-logo img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 100%;
}
.U3cj27-uQrU2lxUN2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed {
  justify-content: center;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.U3cj27-uQrU2lxUN2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .U3cj27-uQrU2lxUN2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .U3cj27-uQrU2lxUN2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .U3cj27-uQrU2lxUN2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .U3cj27-uQrU2lxUN2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .U3cj27-uQrU2lxUN2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .U3cj27-uQrU2lxUN2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .U3cj27-uQrU2lxUN2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .U3cj27-uQrU2lxUN2 .navbar .icons-menu {
    padding: 0;
  }
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-short {
  min-height: 60px;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-short .navbar-brand {
  min-height: 45px;
  padding: 0 12px;
}
.U3cj27-uQrU2lxUN2 .navbar-brand {
  min-height: 45px;
  flex-shrink: 0;
  align-items: center;
  padding: 0 12px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  border-radius: 100px;
  background-color: #2c3e50;
  margin: 16px;
}
.U3cj27-uQrU2lxUN2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.U3cj27-uQrU2lxUN2 .navbar-brand .navbar-logo a {
  outline: none;
}
.U3cj27-uQrU2lxUN2 .dropdown-item.active,
.U3cj27-uQrU2lxUN2 .dropdown-item:active {
  background-color: transparent;
}
.U3cj27-uQrU2lxUN2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.U3cj27-uQrU2lxUN2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.U3cj27-uQrU2lxUN2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.U3cj27-uQrU2lxUN2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.U3cj27-uQrU2lxUN2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.U3cj27-uQrU2lxUN2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4f4f4;
  background: #f4f4f4;
  margin-right: 15px;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #101511;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.U3cj27-uQrU2lxUN2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.U3cj27-uQrU2lxUN2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.U3cj27-uQrU2lxUN2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.U3cj27-uQrU2lxUN2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .U3cj27-uQrU2lxUN2 .navbar {
    height: 70px;
  }
  .U3cj27-uQrU2lxUN2 .navbar.opened {
    height: auto;
  }
  .U3cj27-uQrU2lxUN2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.U3cj27-uQrU2lxUN2 .navbar-dropdown .navbar-logo {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .U3cj27-uQrU2lxUN2 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.U3cj27-uQrU2lxUN2 .theme-section-btn-main .btn {
  max-height: 45px;
  min-height: auto;
  min-width: 160px;
  margin: 16px;
}
.U3cj27-uQrU2lxUN2 .navbar-caption:hover {
  color: #ed9b82;
}
@media (min-width: 992px) {
  .U3cj27-uQrU2lxUN2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.U3cj27-uQrU2lxUN2 .nav-link:hover {
  color: #2ecc71 !important;
}
.U3cj27-uQrU2lxUN2 .theme-section-subtitle {
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .theme-text {
  color: #f2f2f2;
  text-align: center;
}
.U3cj27-uQrU2lxUN2 .text_widget {
  color: #f2f2f2;
}
.U3cj27-uQrU2lxUN2 .theme-section-subtitle,
.U3cj27-uQrU2lxUN2 .text_widget,
.U3cj27-uQrU2lxUN2 .theme-section-btn {
  text-align: center;
}
.U3cj27-uQrU2lxUN2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.U3cj27-uQs4gw3Ii0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f2d3d;
}
.U3cj27-uQs4gw3Ii0 .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQs4gw3Ii0 .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQs4gw3Ii0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .U3cj27-uQs4gw3Ii0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQs4gw3Ii0 .container {
    padding: 0 24px;
  }
}
.U3cj27-uQs4gw3Ii0 .row {
  justify-content: center;
}
.U3cj27-uQs4gw3Ii0 .content-wrapper {
  border-radius: 40px;
  background-color: #f4f4f4;
  padding: 64px;
}
@media (max-width: 992px) {
  .U3cj27-uQs4gw3Ii0 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .U3cj27-uQs4gw3Ii0 .content-wrapper {
    padding: 32px;
  }
}
.U3cj27-uQs4gw3Ii0 .content-wrapper .theme-section-title {
  margin-bottom: 0;
}
.U3cj27-uQs4gw3Ii0 .content-wrapper .theme-text {
  margin: 16px 0 0;
}
.U3cj27-uQs4gw3Ii0 .theme-section-title {
  color: #000000;
  text-align: center;
}
.U3cj27-uQs4gw3Ii0 .theme-text {
  color: #000000;
}
.U3cj27-uQtjwLWSHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #2c3e50;
}
.U3cj27-uQtjwLWSHK .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f4f4f4;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    display: none;
  }
}
.U3cj27-uQtjwLWSHK .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQtjwLWSHK .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQtjwLWSHK .title-wrapper {
  position: relative;
  z-index: 1;
}
.U3cj27-uQtjwLWSHK .title-wrapper .theme-section-title {
  margin-bottom: 20px;
}
.U3cj27-uQtjwLWSHK .title-wrapper .theme-copy {
  margin-bottom: 0;
}
.U3cj27-uQtjwLWSHK .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .nav-wrapper {
    margin-top: 32px;
  }
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap:hover,
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.U3cj27-uQtjwLWSHK .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .social-wrapper {
    margin-top: 32px;
  }
}
.U3cj27-uQtjwLWSHK .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap:hover,
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.U3cj27-uQtjwLWSHK .theme-section-title {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQtjwLWSHK .theme-copy {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQtjwLWSHK .list {
  color: #ffffff;
}
.U3cj27-uQs4u7zuuQ .menu_box {
  background-color: #f4f4f4 !important;
  padding: 0;
  margin: 0 32px;
  border-radius: 100px;
  position: relative;
}
.U3cj27-uQs4u7zuuQ .menu_box .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .U3cj27-uQs4u7zuuQ .menu_box .navbar.opened,
  .U3cj27-uQs4u7zuuQ .menu_box .navbar-collapse {
    background-color: #f4f4f4 !important;
    transition: all 0s ease 0s;
  }
}
.U3cj27-uQs4u7zuuQ .navbar-dropdown {
  padding: 0;
  position: relative !important;
  background: #2c3e50;
}
.U3cj27-uQs4u7zuuQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .U3cj27-uQs4u7zuuQ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQs4u7zuuQ .theme-section-btn-main {
    margin-top: 1rem;
  }
}
.U3cj27-uQs4u7zuuQ .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.U3cj27-uQs4u7zuuQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .U3cj27-uQs4u7zuuQ .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #101511;
  }
  .U3cj27-uQs4u7zuuQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .U3cj27-uQs4u7zuuQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .U3cj27-uQs4u7zuuQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .U3cj27-uQs4u7zuuQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .U3cj27-uQs4u7zuuQ .offcanvas-body .theme-text,
  .U3cj27-uQs4u7zuuQ .offcanvas-body .theme-section-subtitle {
    margin-top: 14px;
  }
  .U3cj27-uQs4u7zuuQ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .U3cj27-uQs4u7zuuQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    margin-right: 20px;
  }
  .U3cj27-uQs4u7zuuQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #101511;
  }
  .U3cj27-uQs4u7zuuQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .U3cj27-uQs4u7zuuQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .U3cj27-uQs4u7zuuQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .U3cj27-uQs4u7zuuQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .U3cj27-uQs4u7zuuQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .U3cj27-uQs4u7zuuQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .U3cj27-uQs4u7zuuQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .U3cj27-uQs4u7zuuQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .U3cj27-uQs4u7zuuQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .U3cj27-uQs4u7zuuQ .lg_brand {
    margin: 0 1rem;
  }
}
.U3cj27-uQs4u7zuuQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .U3cj27-uQs4u7zuuQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQs4u7zuuQ .nav-item {
    margin: 0 !important;
  }
}
.U3cj27-uQs4u7zuuQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .U3cj27-uQs4u7zuuQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .U3cj27-uQs4u7zuuQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQs4u7zuuQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .U3cj27-uQs4u7zuuQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .U3cj27-uQs4u7zuuQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .U3cj27-uQs4u7zuuQ .offcanvas_box {
    display: none;
  }
}
.U3cj27-uQs4u7zuuQ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.U3cj27-uQs4u7zuuQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.U3cj27-uQs4u7zuuQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.U3cj27-uQs4u7zuuQ .container {
  display: flex;
  margin: auto;
}
.U3cj27-uQs4u7zuuQ .iconfont-wrapper {
  color: #6e716f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.U3cj27-uQs4u7zuuQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.U3cj27-uQs4u7zuuQ .iconfont-wrapper:hover {
  opacity: .5;
}
.U3cj27-uQs4u7zuuQ .navbar-caption {
  font-weight: 400;
  color: #f2f2f2;
}
.U3cj27-uQs4u7zuuQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .U3cj27-uQs4u7zuuQ .navbar-nav {
    margin: 0;
  }
}
.U3cj27-uQs4u7zuuQ .dropdown-menu,
.U3cj27-uQs4u7zuuQ .navbar.opened {
  background-color: false !important;
}
.U3cj27-uQs4u7zuuQ .nav-item:focus,
.U3cj27-uQs4u7zuuQ .nav-link:focus {
  outline: none;
}
.U3cj27-uQs4u7zuuQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.U3cj27-uQs4u7zuuQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.U3cj27-uQs4u7zuuQ .dropdown .dropdown-menu .dropdown-item .theme-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.U3cj27-uQs4u7zuuQ .dropdown .dropdown-menu .dropdown-item .theme-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.U3cj27-uQs4u7zuuQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.U3cj27-uQs4u7zuuQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.U3cj27-uQs4u7zuuQ .navbar {
  min-height: 100px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.U3cj27-uQs4u7zuuQ .navbar.opened {
  transition: all 0.3s;
}
.U3cj27-uQs4u7zuuQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.U3cj27-uQs4u7zuuQ .navbar .navbar-logo img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 100%;
}
.U3cj27-uQs4u7zuuQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.U3cj27-uQs4u7zuuQ .navbar.collapsed {
  justify-content: center;
}
.U3cj27-uQs4u7zuuQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.U3cj27-uQs4u7zuuQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.U3cj27-uQs4u7zuuQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.U3cj27-uQs4u7zuuQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.U3cj27-uQs4u7zuuQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.U3cj27-uQs4u7zuuQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.U3cj27-uQs4u7zuuQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .U3cj27-uQs4u7zuuQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .U3cj27-uQs4u7zuuQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .U3cj27-uQs4u7zuuQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .U3cj27-uQs4u7zuuQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .U3cj27-uQs4u7zuuQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .U3cj27-uQs4u7zuuQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .U3cj27-uQs4u7zuuQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .U3cj27-uQs4u7zuuQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .U3cj27-uQs4u7zuuQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .U3cj27-uQs4u7zuuQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .U3cj27-uQs4u7zuuQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .U3cj27-uQs4u7zuuQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .U3cj27-uQs4u7zuuQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .U3cj27-uQs4u7zuuQ .navbar .icons-menu {
    padding: 0;
  }
}
.U3cj27-uQs4u7zuuQ .navbar.navbar-short {
  min-height: 60px;
}
.U3cj27-uQs4u7zuuQ .navbar.navbar-short .navbar-brand {
  min-height: 45px;
  padding: 0 12px;
}
.U3cj27-uQs4u7zuuQ .navbar-brand {
  min-height: 45px;
  flex-shrink: 0;
  align-items: center;
  padding: 0 12px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  border-radius: 100px;
  background-color: #2c3e50;
  margin: 16px;
}
.U3cj27-uQs4u7zuuQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.U3cj27-uQs4u7zuuQ .navbar-brand .navbar-logo a {
  outline: none;
}
.U3cj27-uQs4u7zuuQ .dropdown-item.active,
.U3cj27-uQs4u7zuuQ .dropdown-item:active {
  background-color: transparent;
}
.U3cj27-uQs4u7zuuQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.U3cj27-uQs4u7zuuQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.U3cj27-uQs4u7zuuQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.U3cj27-uQs4u7zuuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.U3cj27-uQs4u7zuuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.U3cj27-uQs4u7zuuQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.U3cj27-uQs4u7zuuQ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.U3cj27-uQs4u7zuuQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.U3cj27-uQs4u7zuuQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4f4f4;
  background: #f4f4f4;
  margin-right: 15px;
}
.U3cj27-uQs4u7zuuQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #101511;
}
.U3cj27-uQs4u7zuuQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.U3cj27-uQs4u7zuuQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.U3cj27-uQs4u7zuuQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.U3cj27-uQs4u7zuuQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.U3cj27-uQs4u7zuuQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.U3cj27-uQs4u7zuuQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.U3cj27-uQs4u7zuuQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.U3cj27-uQs4u7zuuQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.U3cj27-uQs4u7zuuQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.U3cj27-uQs4u7zuuQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .U3cj27-uQs4u7zuuQ .navbar {
    height: 70px;
  }
  .U3cj27-uQs4u7zuuQ .navbar.opened {
    height: auto;
  }
  .U3cj27-uQs4u7zuuQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.U3cj27-uQs4u7zuuQ .navbar-dropdown .navbar-logo {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .U3cj27-uQs4u7zuuQ .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.U3cj27-uQs4u7zuuQ .theme-section-btn-main .btn {
  max-height: 45px;
  min-height: auto;
  min-width: 160px;
  margin: 16px;
}
.U3cj27-uQs4u7zuuQ .navbar-caption:hover {
  color: #ed9b82;
}
@media (min-width: 992px) {
  .U3cj27-uQs4u7zuuQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.U3cj27-uQs4u7zuuQ .nav-link:hover {
  color: #2ecc71 !important;
}
.U3cj27-uQs4u7zuuQ .theme-section-subtitle {
  color: #f2f2f2;
}
.U3cj27-uQs4u7zuuQ .theme-text {
  color: #f2f2f2;
  text-align: center;
}
.U3cj27-uQs4u7zuuQ .text_widget {
  color: #f2f2f2;
}
.U3cj27-uQs4u7zuuQ .theme-section-subtitle,
.U3cj27-uQs4u7zuuQ .text_widget,
.U3cj27-uQs4u7zuuQ .theme-section-btn {
  text-align: center;
}
.U3cj27-uQs4u7zuuQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.U3cj27-uQs4ubxnJx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f2d3d;
}
.U3cj27-uQs4ubxnJx .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQs4ubxnJx .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQs4ubxnJx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .U3cj27-uQs4ubxnJx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQs4ubxnJx .container {
    padding: 0 24px;
  }
}
.U3cj27-uQs4ubxnJx .row {
  justify-content: center;
}
.U3cj27-uQs4ubxnJx .content-wrapper {
  border-radius: 40px;
  background-color: #f4f4f4;
  padding: 64px;
}
@media (max-width: 992px) {
  .U3cj27-uQs4ubxnJx .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .U3cj27-uQs4ubxnJx .content-wrapper {
    padding: 32px;
  }
}
.U3cj27-uQs4ubxnJx .content-wrapper .theme-section-title {
  margin-bottom: 0;
}
.U3cj27-uQs4ubxnJx .content-wrapper .theme-text {
  margin: 16px 0 0;
}
.U3cj27-uQs4ubxnJx .theme-section-title {
  color: #000000;
  text-align: center;
}
.U3cj27-uQs4ubxnJx .theme-text {
  color: #000000;
}
.U3cj27-uQtjwLWSHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #2c3e50;
}
.U3cj27-uQtjwLWSHK .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f4f4f4;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    display: none;
  }
}
.U3cj27-uQtjwLWSHK .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQtjwLWSHK .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQtjwLWSHK .title-wrapper {
  position: relative;
  z-index: 1;
}
.U3cj27-uQtjwLWSHK .title-wrapper .theme-section-title {
  margin-bottom: 20px;
}
.U3cj27-uQtjwLWSHK .title-wrapper .theme-copy {
  margin-bottom: 0;
}
.U3cj27-uQtjwLWSHK .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .nav-wrapper {
    margin-top: 32px;
  }
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap:hover,
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.U3cj27-uQtjwLWSHK .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .social-wrapper {
    margin-top: 32px;
  }
}
.U3cj27-uQtjwLWSHK .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap:hover,
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.U3cj27-uQtjwLWSHK .theme-section-title {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQtjwLWSHK .theme-copy {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQtjwLWSHK .list {
  color: #ffffff;
}
.U3cj27-uQs4wFDqo5 .menu_box {
  background-color: #f4f4f4 !important;
  padding: 0;
  margin: 0 32px;
  border-radius: 100px;
  position: relative;
}
.U3cj27-uQs4wFDqo5 .menu_box .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .U3cj27-uQs4wFDqo5 .menu_box .navbar.opened,
  .U3cj27-uQs4wFDqo5 .menu_box .navbar-collapse {
    background-color: #f4f4f4 !important;
    transition: all 0s ease 0s;
  }
}
.U3cj27-uQs4wFDqo5 .navbar-dropdown {
  padding: 0;
  position: relative !important;
  background: #2c3e50;
}
.U3cj27-uQs4wFDqo5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .U3cj27-uQs4wFDqo5 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQs4wFDqo5 .theme-section-btn-main {
    margin-top: 1rem;
  }
}
.U3cj27-uQs4wFDqo5 .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.U3cj27-uQs4wFDqo5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .U3cj27-uQs4wFDqo5 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #101511;
  }
  .U3cj27-uQs4wFDqo5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .U3cj27-uQs4wFDqo5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .U3cj27-uQs4wFDqo5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .U3cj27-uQs4wFDqo5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .U3cj27-uQs4wFDqo5 .offcanvas-body .theme-text,
  .U3cj27-uQs4wFDqo5 .offcanvas-body .theme-section-subtitle {
    margin-top: 14px;
  }
  .U3cj27-uQs4wFDqo5 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .U3cj27-uQs4wFDqo5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    margin-right: 20px;
  }
  .U3cj27-uQs4wFDqo5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #101511;
  }
  .U3cj27-uQs4wFDqo5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .U3cj27-uQs4wFDqo5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .U3cj27-uQs4wFDqo5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .U3cj27-uQs4wFDqo5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .U3cj27-uQs4wFDqo5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .U3cj27-uQs4wFDqo5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .U3cj27-uQs4wFDqo5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .U3cj27-uQs4wFDqo5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .U3cj27-uQs4wFDqo5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .U3cj27-uQs4wFDqo5 .lg_brand {
    margin: 0 1rem;
  }
}
.U3cj27-uQs4wFDqo5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .U3cj27-uQs4wFDqo5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQs4wFDqo5 .nav-item {
    margin: 0 !important;
  }
}
.U3cj27-uQs4wFDqo5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .U3cj27-uQs4wFDqo5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .U3cj27-uQs4wFDqo5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .U3cj27-uQs4wFDqo5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .U3cj27-uQs4wFDqo5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .U3cj27-uQs4wFDqo5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .U3cj27-uQs4wFDqo5 .offcanvas_box {
    display: none;
  }
}
.U3cj27-uQs4wFDqo5 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.U3cj27-uQs4wFDqo5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.U3cj27-uQs4wFDqo5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.U3cj27-uQs4wFDqo5 .container {
  display: flex;
  margin: auto;
}
.U3cj27-uQs4wFDqo5 .iconfont-wrapper {
  color: #6e716f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.U3cj27-uQs4wFDqo5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.U3cj27-uQs4wFDqo5 .iconfont-wrapper:hover {
  opacity: .5;
}
.U3cj27-uQs4wFDqo5 .navbar-caption {
  font-weight: 400;
  color: #f2f2f2;
}
.U3cj27-uQs4wFDqo5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .U3cj27-uQs4wFDqo5 .navbar-nav {
    margin: 0;
  }
}
.U3cj27-uQs4wFDqo5 .dropdown-menu,
.U3cj27-uQs4wFDqo5 .navbar.opened {
  background-color: false !important;
}
.U3cj27-uQs4wFDqo5 .nav-item:focus,
.U3cj27-uQs4wFDqo5 .nav-link:focus {
  outline: none;
}
.U3cj27-uQs4wFDqo5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.U3cj27-uQs4wFDqo5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.U3cj27-uQs4wFDqo5 .dropdown .dropdown-menu .dropdown-item .theme-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.U3cj27-uQs4wFDqo5 .dropdown .dropdown-menu .dropdown-item .theme-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.U3cj27-uQs4wFDqo5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.U3cj27-uQs4wFDqo5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.U3cj27-uQs4wFDqo5 .navbar {
  min-height: 100px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.U3cj27-uQs4wFDqo5 .navbar.opened {
  transition: all 0.3s;
}
.U3cj27-uQs4wFDqo5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.U3cj27-uQs4wFDqo5 .navbar .navbar-logo img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 100%;
}
.U3cj27-uQs4wFDqo5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.U3cj27-uQs4wFDqo5 .navbar.collapsed {
  justify-content: center;
}
.U3cj27-uQs4wFDqo5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.U3cj27-uQs4wFDqo5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.U3cj27-uQs4wFDqo5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.U3cj27-uQs4wFDqo5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.U3cj27-uQs4wFDqo5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.U3cj27-uQs4wFDqo5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.U3cj27-uQs4wFDqo5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .U3cj27-uQs4wFDqo5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .U3cj27-uQs4wFDqo5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .U3cj27-uQs4wFDqo5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .U3cj27-uQs4wFDqo5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .U3cj27-uQs4wFDqo5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .U3cj27-uQs4wFDqo5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .U3cj27-uQs4wFDqo5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .U3cj27-uQs4wFDqo5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .U3cj27-uQs4wFDqo5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .U3cj27-uQs4wFDqo5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .U3cj27-uQs4wFDqo5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .U3cj27-uQs4wFDqo5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .U3cj27-uQs4wFDqo5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .U3cj27-uQs4wFDqo5 .navbar .icons-menu {
    padding: 0;
  }
}
.U3cj27-uQs4wFDqo5 .navbar.navbar-short {
  min-height: 60px;
}
.U3cj27-uQs4wFDqo5 .navbar.navbar-short .navbar-brand {
  min-height: 45px;
  padding: 0 12px;
}
.U3cj27-uQs4wFDqo5 .navbar-brand {
  min-height: 45px;
  flex-shrink: 0;
  align-items: center;
  padding: 0 12px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  border-radius: 100px;
  background-color: #2c3e50;
  margin: 16px;
}
.U3cj27-uQs4wFDqo5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.U3cj27-uQs4wFDqo5 .navbar-brand .navbar-logo a {
  outline: none;
}
.U3cj27-uQs4wFDqo5 .dropdown-item.active,
.U3cj27-uQs4wFDqo5 .dropdown-item:active {
  background-color: transparent;
}
.U3cj27-uQs4wFDqo5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.U3cj27-uQs4wFDqo5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.U3cj27-uQs4wFDqo5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.U3cj27-uQs4wFDqo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.U3cj27-uQs4wFDqo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.U3cj27-uQs4wFDqo5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.U3cj27-uQs4wFDqo5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.U3cj27-uQs4wFDqo5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.U3cj27-uQs4wFDqo5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4f4f4;
  background: #f4f4f4;
  margin-right: 15px;
}
.U3cj27-uQs4wFDqo5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #101511;
}
.U3cj27-uQs4wFDqo5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.U3cj27-uQs4wFDqo5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.U3cj27-uQs4wFDqo5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.U3cj27-uQs4wFDqo5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.U3cj27-uQs4wFDqo5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.U3cj27-uQs4wFDqo5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.U3cj27-uQs4wFDqo5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.U3cj27-uQs4wFDqo5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.U3cj27-uQs4wFDqo5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.U3cj27-uQs4wFDqo5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .U3cj27-uQs4wFDqo5 .navbar {
    height: 70px;
  }
  .U3cj27-uQs4wFDqo5 .navbar.opened {
    height: auto;
  }
  .U3cj27-uQs4wFDqo5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.U3cj27-uQs4wFDqo5 .navbar-dropdown .navbar-logo {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .U3cj27-uQs4wFDqo5 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.U3cj27-uQs4wFDqo5 .theme-section-btn-main .btn {
  max-height: 45px;
  min-height: auto;
  min-width: 160px;
  margin: 16px;
}
.U3cj27-uQs4wFDqo5 .navbar-caption:hover {
  color: #ed9b82;
}
@media (min-width: 992px) {
  .U3cj27-uQs4wFDqo5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.U3cj27-uQs4wFDqo5 .nav-link:hover {
  color: #2ecc71 !important;
}
.U3cj27-uQs4wFDqo5 .theme-section-subtitle {
  color: #f2f2f2;
}
.U3cj27-uQs4wFDqo5 .theme-text {
  color: #f2f2f2;
  text-align: center;
}
.U3cj27-uQs4wFDqo5 .text_widget {
  color: #f2f2f2;
}
.U3cj27-uQs4wFDqo5 .theme-section-subtitle,
.U3cj27-uQs4wFDqo5 .text_widget,
.U3cj27-uQs4wFDqo5 .theme-section-btn {
  text-align: center;
}
.U3cj27-uQs4wFDqo5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.U3cj27-uQs4wH4uko {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f2d3d;
}
.U3cj27-uQs4wH4uko .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQs4wH4uko .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQs4wH4uko .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .U3cj27-uQs4wH4uko .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQs4wH4uko .container {
    padding: 0 24px;
  }
}
.U3cj27-uQs4wH4uko .row {
  justify-content: center;
}
.U3cj27-uQs4wH4uko .content-wrapper {
  border-radius: 40px;
  background-color: #f4f4f4;
  padding: 64px;
}
@media (max-width: 992px) {
  .U3cj27-uQs4wH4uko .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .U3cj27-uQs4wH4uko .content-wrapper {
    padding: 32px;
  }
}
.U3cj27-uQs4wH4uko .content-wrapper .theme-section-title {
  margin-bottom: 0;
}
.U3cj27-uQs4wH4uko .content-wrapper .theme-text {
  margin: 16px 0 0;
}
.U3cj27-uQs4wH4uko .theme-section-title {
  color: #000000;
  text-align: center;
}
.U3cj27-uQs4wH4uko .theme-text {
  color: #000000;
}
.U3cj27-uQtjwLWSHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #2c3e50;
}
.U3cj27-uQtjwLWSHK .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f4f4f4;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .decor-wrapper {
    display: none;
  }
}
.U3cj27-uQtjwLWSHK .theme-fallback-image.disabled {
  display: none;
}
.U3cj27-uQtjwLWSHK .theme-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.U3cj27-uQtjwLWSHK .title-wrapper {
  position: relative;
  z-index: 1;
}
.U3cj27-uQtjwLWSHK .title-wrapper .theme-section-title {
  margin-bottom: 20px;
}
.U3cj27-uQtjwLWSHK .title-wrapper .theme-copy {
  margin-bottom: 0;
}
.U3cj27-uQtjwLWSHK .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .nav-wrapper {
    margin-top: 32px;
  }
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap:hover,
.U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.U3cj27-uQtjwLWSHK .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .U3cj27-uQtjwLWSHK .social-wrapper {
    margin-top: 32px;
  }
}
.U3cj27-uQtjwLWSHK .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap:hover,
.U3cj27-uQtjwLWSHK .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.U3cj27-uQtjwLWSHK .theme-section-title {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQtjwLWSHK .theme-copy {
  color: #ffffff;
  text-align: center;
}
.U3cj27-uQtjwLWSHK .list {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* logoanimations */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.navbar-brand {
    animation: pulse 1.5s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 1: press effect: scale 0.95 + inset shadow */
a, button, .btn {
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: scale(0.95);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* endmainanimations */
