.btn {
  border-width: 3px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Funnel Display;
}
.display-1 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 8.5rem;
  line-height: 1;
}
.display-1 > .canvas-iconfont {
  font-size: 10.625rem;
}
.display-2 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-2 > .canvas-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .canvas-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-5 > .canvas-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Funnel Sans', sans-serif;
  font-size: 1.35rem;
  line-height: 1.35;
}
.display-7 > .canvas-iconfont {
  font-size: 1.6875rem;
}
/* ---- 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: 6.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.95rem;
    font-size: calc( 3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.95rem;
    font-size: calc( 3.625rem + (8.5 - 3.625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #18204f !important;
}
.bg-success {
  background-color: #fff4e7 !important;
}
.bg-info {
  background-color: #faebc5 !important;
}
.bg-warning {
  background-color: #f47451 !important;
}
.bg-danger {
  background-color: #ffc4c9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #18204f !important;
  border-color: #18204f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #243076 !important;
  border-color: #243076 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #243076 !important;
  border-color: #243076 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffe433 !important;
  border-color: #ffe433 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #ffe433 !important;
  border-color: #ffe433 !important;
}
.btn-info,
.btn-info:active {
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
  color: #b1830f !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fefbf4 !important;
  border-color: #fefbf4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #b1830f !important;
  background-color: #fefbf4 !important;
  border-color: #fefbf4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
  color: #e77d00 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #e77d00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f47451 !important;
  border-color: #f47451 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f79a81 !important;
  border-color: #f79a81 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f79a81 !important;
  border-color: #f79a81 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc4c9 !important;
  border-color: #ffc4c9 !important;
  color: #c40011 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff7f8 !important;
  border-color: #fff7f8 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #c40011 !important;
  background-color: #fff7f8 !important;
  border-color: #fff7f8 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #18204f;
  color: #18204f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #18204f !important;
  border-color: #18204f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #18204f !important;
  border-color: #18204f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffdd00;
  color: #ffdd00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #faebc5;
  color: #faebc5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b1830f !important;
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #b1830f !important;
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff4e7;
  color: #fff4e7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e77d00 !important;
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #e77d00 !important;
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f47451;
  color: #f47451;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #f47451 !important;
  border-color: #f47451 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f47451 !important;
  border-color: #f47451 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffc4c9;
  color: #ffc4c9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c40011 !important;
  background-color: #ffc4c9 !important;
  border-color: #ffc4c9 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #c40011 !important;
  background-color: #ffc4c9 !important;
  border-color: #ffc4c9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !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: #18204f !important;
}
.text-secondary {
  color: #ffdd00 !important;
}
.text-success {
  color: #fff4e7 !important;
}
.text-info {
  color: #faebc5 !important;
}
.text-warning {
  color: #f47451 !important;
}
.text-danger {
  color: #ffc4c9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #998500 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc581 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f2cb67 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d2370d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5e6c !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: #18204f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #faebc5;
}
.alert-warning {
  background-color: #f47451;
}
.alert-danger {
  background-color: #ffc4c9;
}
.canvas-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.canvas-gallery-filter li a {
  border-radius: 100px !important;
}
.canvas-gallery-filter li.active .btn {
  background-color: #18204f;
  border-color: #18204f;
  color: #ffffff;
}
.canvas-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #18204f;
}
.canvas-plan-header.bg-primary .canvas-plan-subtitle,
.canvas-plan-header.bg-primary .canvas-plan-price-desc {
  color: #7785d6;
}
.canvas-plan-header.bg-success .canvas-plan-subtitle,
.canvas-plan-header.bg-success .canvas-plan-price-desc {
  color: #ffffff;
}
.canvas-plan-header.bg-info .canvas-plan-subtitle,
.canvas-plan-header.bg-info .canvas-plan-price-desc {
  color: #ffffff;
}
.canvas-plan-header.bg-warning .canvas-plan-subtitle,
.canvas-plan-header.bg-warning .canvas-plan-price-desc {
  color: #ffffff;
}
.canvas-plan-header.bg-danger .canvas-plan-subtitle,
.canvas-plan-header.bg-danger .canvas-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Funnel Display', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .canvas-iconfont {
  font-size: 1.5625rem;
}
.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: #18204f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Funnel Display', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .canvas-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #18204f;
}
/* Forms */
.canvas-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.canvas-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.canvas-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.canvas-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #18204f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #18204f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #18204f;
  border-bottom-color: #18204f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #18204f !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: #ffdd00 !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='%2318204f' %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;
}
.canvas-section-btn .btn {
  padding: 24px 42px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .canvas-section-btn .btn {
    padding: 12px 16px;
  }
}
.canvas-section-btn .btn:hover .canvas-iconfont,
.canvas-section-btn .btn:focus .canvas-iconfont {
  transform: translateX(4px);
}
.canvas-section-btn .btn .canvas-iconfont {
  margin-left: 14px;
  transition: all .3s ease;
}
.form-control {
  border-radius: 100px !important;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper,
.decor-wrapper {
  border-radius: 3rem !important;
}
.address-wrap,
.price-wrap,
.subtitle-wrap,
.logo {
  border-radius: 1.2rem;
}
.panel-group .card {
  border: 100px !important;
}
.item-without-radius {
  border-radius: 0 !important;
}
.item-large-radius {
  border-radius: 13rem !important;
}
@media (max-width: 1200px) {
  .item-large-radius {
    border-radius: 8rem !important;
  }
}
@media (max-width: 992px) {
  .item-large-radius {
    border-radius: 3rem !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt {
    min-height: 170px !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .empty_md {
    display: block;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .container,
.xH2eL2PO-uNZ7gJ8hSt .container-fluid,
.xH2eL2PO-uNZ7gJ8hSt .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .container,
  .xH2eL2PO-uNZ7gJ8hSt .container-fluid,
  .xH2eL2PO-uNZ7gJ8hSt .empty_md {
    min-height: 170px !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.xH2eL2PO-uNZ7gJ8hSt .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .top_menu {
    min-height: 110px !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-caption:hover {
  color: #ffdd00 !important;
}
.xH2eL2PO-uNZ7gJ8hSt .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZ7gJ8hSt .top_menu {
    min-height: 58px;
    position: relative;
  }
  .xH2eL2PO-uNZ7gJ8hSt .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffdd00;
    left: -32px;
    width: calc(100% + 64px);
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .canvas-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .icons-wrapper:hover {
    background: #ffdd00;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .icons-wrapper:hover .canvas-iconfont {
    color: #000000;
  }
  .xH2eL2PO-uNZ7gJ8hSt .empty,
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu {
    min-width: 265px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar-logo {
    margin: 0;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .xH2eL2PO-uNZ7gJ8hSt .btn {
    white-space: nowrap;
  }
  .xH2eL2PO-uNZ7gJ8hSt .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .xH2eL2PO-uNZ7gJ8hSt .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .xH2eL2PO-uNZ7gJ8hSt .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .xH2eL2PO-uNZ7gJ8hSt .dropdown-toggle::after,
  .xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-toggle::after {
  content: "\e91a";
  font-family: "workflow2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu .dropdown-item:hover {
  color: #18204f !important;
  background-color: #e6e6e6;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-item:focus,
.xH2eL2PO-uNZ7gJ8hSt .nav-link:focus {
  outline: none;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.xH2eL2PO-uNZ7gJ8hSt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xH2eL2PO-uNZ7gJ8hSt .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.xH2eL2PO-uNZ7gJ8hSt ul.navbar-nav {
  flex-wrap: wrap;
}
.xH2eL2PO-uNZ7gJ8hSt ul.navbar-nav li {
  margin: auto;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed.opened {
    min-height: 120px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar .icons-menu,
  .xH2eL2PO-uNZ7gJ8hSt .navbar .empty {
    display: none;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .top_menu {
    justify-content: space-between;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .nav-link {
    padding: 5px !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .container-fluid,
  .xH2eL2PO-uNZ7gJ8hSt .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-brand .navbar-logo a {
  outline: none;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-item.active,
.xH2eL2PO-uNZ7gJ8hSt .dropdown-item:active {
  background-color: transparent;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-buttons {
  text-align: center;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-dropdown {
  position: absolute;
}
.xH2eL2PO-uNZ7gJ8hSt a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZ7gJ8hSt a.nav-link:hover {
  color: #ffdd00 !important;
}
.is-builder .xH2eL2PO-uNZ7gJ8hSt .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar {
    height: 77px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar.opened {
    height: auto;
  }
  .xH2eL2PO-uNZ7gJ8hSt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xH2eL2PO-uNZcJv33iC {
  position: relative;
  overflow: hidden;
  background-color: #d6eeff;
}
.xH2eL2PO-uNZcJv33iC .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #cbe6ff;
  pointer-events: none;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcJv33iC .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.xH2eL2PO-uNZcJv33iC .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZcJv33iC .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZcJv33iC .row {
  position: relative;
  z-index: 1;
}
.xH2eL2PO-uNZcJv33iC .title-wrapper .canvas-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcJv33iC .title-wrapper .canvas-section-title {
    margin-bottom: 46px;
  }
}
.xH2eL2PO-uNZcJv33iC .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcJv33iC .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.xH2eL2PO-uNZcJv33iC .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcJv33iC .image-wrapper img {
    height: 350px;
  }
}
.xH2eL2PO-uNZcJv33iC .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcJv33iC .content-wrapper {
    padding-top: 22px;
  }
}
.xH2eL2PO-uNZcJv33iC .content-wrapper .text-wrapper .canvas-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcJv33iC .content-wrapper .text-wrapper .canvas-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.xH2eL2PO-uNZcJv33iC .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcJv33iC .content-wrapper .desc-wrapper {
    display: block;
  }
}
.xH2eL2PO-uNZcJv33iC .content-wrapper .desc-wrapper .canvas-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcJv33iC .content-wrapper .desc-wrapper .canvas-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.xH2eL2PO-uNZcJv33iC .content-wrapper .desc-wrapper .canvas-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcJv33iC .content-wrapper .desc-wrapper .canvas-section-btn {
    width: 100%;
  }
}
.xH2eL2PO-uNZcJv33iC .content-wrapper .desc-wrapper .canvas-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .xH2eL2PO-uNZcJv33iC .content-wrapper .desc-wrapper .canvas-section-btn .btn {
    padding: 20px 32px;
  }
}
.xH2eL2PO-uNZcJv33iC .canvas-section-title {
  color: #000000;
  text-align: center;
}
.xH2eL2PO-uNZcJv33iC .canvas-text {
  color: #51565c;
}
.xH2eL2PO-uNZcJv33iC .canvas-desc {
  color: #51565c;
}
.xH2eL2PO-uNZcJv33iC .canvas-text,
.xH2eL2PO-uNZcJv33iC .text-wrapper {
  color: #000000;
}
.xH2eL2PO-uNZcJv33iC .canvas-desc,
.xH2eL2PO-uNZcJv33iC .canvas-section-btn {
  color: #000000;
}
.xH2eL2PO-uNZcVa6yUm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.xH2eL2PO-uNZcVa6yUm .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZcVa6yUm .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZcVa6yUm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcVa6yUm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcVa6yUm .container {
    padding: 0 24px;
  }
}
.xH2eL2PO-uNZcVa6yUm .row {
  justify-content: center;
}
.xH2eL2PO-uNZcVa6yUm .content-wrapper {
  border-radius: 40px;
  background-color: #ffea64;
  padding: 64px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcVa6yUm .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZcVa6yUm .content-wrapper {
    padding: 32px;
  }
}
.xH2eL2PO-uNZcVa6yUm .content-wrapper .canvas-section-title {
  margin-bottom: 0;
}
.xH2eL2PO-uNZcVa6yUm .content-wrapper .canvas-text {
  margin: 16px 0 0;
}
.xH2eL2PO-uNZcVa6yUm .canvas-section-title {
  color: #000000;
  text-align: center;
}
.xH2eL2PO-uNZcVa6yUm .canvas-text {
  color: #000000;
}
.xH2eL2PO-uNZcZ9WQNg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d6eeff;
}
.xH2eL2PO-uNZcZ9WQNg .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZcZ9WQNg .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZcZ9WQNg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcZ9WQNg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZcZ9WQNg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcZ9WQNg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZcZ9WQNg .container {
    padding: 0 12px;
  }
}
.xH2eL2PO-uNZcZ9WQNg .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #cbe6ff;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcZ9WQNg .content-wrapper {
    display: block;
  }
}
.xH2eL2PO-uNZcZ9WQNg .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcZ9WQNg .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.xH2eL2PO-uNZcZ9WQNg .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.xH2eL2PO-uNZcZ9WQNg .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.xH2eL2PO-uNZcZ9WQNg .content-wrapper .title-wrapper .title-wrap .title .canvas-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.xH2eL2PO-uNZcZ9WQNg .content-wrapper .title-wrapper .title-wrap .title .canvas-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #ffea64;
  border-radius: 10rem;
}
.xH2eL2PO-uNZcZ9WQNg .content-wrapper .title-wrapper .title-wrap .canvas-text {
  margin-bottom: 0;
}
.xH2eL2PO-uNZcZ9WQNg .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcZ9WQNg .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.xH2eL2PO-uNZcZ9WQNg .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZcZ9WQNg .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.xH2eL2PO-uNZcZ9WQNg .canvas-section-title {
  color: #1D1D1F;
}
.xH2eL2PO-uNZcZ9WQNg .canvas-text {
  color: #1D1D1F;
}
.xH2eL2PO-uNZd2c9tB9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.xH2eL2PO-uNZd2c9tB9 .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZd2c9tB9 .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZd2c9tB9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZd2c9tB9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZd2c9tB9 .container {
    padding: 0 16px;
  }
}
.xH2eL2PO-uNZd2c9tB9 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZd2c9tB9 .row {
    margin: 0 10px;
  }
}
.xH2eL2PO-uNZd2c9tB9 .row .card {
  padding: 0;
}
.xH2eL2PO-uNZd2c9tB9 .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZd2c9tB9 .row .card:first-child {
    padding: 0;
  }
}
.xH2eL2PO-uNZd2c9tB9 .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #cbe6ff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZd2c9tB9 .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.xH2eL2PO-uNZd2c9tB9 .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZd2c9tB9 .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.xH2eL2PO-uNZd2c9tB9 .title-wrapper .icon-wrapper .canvas-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.xH2eL2PO-uNZd2c9tB9 .title-wrapper .title-wrap .canvas-section-title {
  margin-bottom: 0;
}
.xH2eL2PO-uNZd2c9tB9 .title-wrapper .title-wrap .canvas-desc {
  margin: 10px 0 0;
}
.xH2eL2PO-uNZd2c9tB9 .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZd2c9tB9 .content-wrapper {
    padding: 20px;
  }
}
.xH2eL2PO-uNZd2c9tB9 .content-wrapper .canvas-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZd2c9tB9 .content-wrapper .canvas-text {
    margin-bottom: 20px;
  }
}
.xH2eL2PO-uNZd2c9tB9 .content-wrapper .canvas-section-btn .btn {
  margin-bottom: 0;
}
.xH2eL2PO-uNZd2c9tB9 .canvas-section-title {
  color: #192227;
}
.xH2eL2PO-uNZd2c9tB9 .canvas-desc {
  color: #192227;
}
.xH2eL2PO-uNZd2c9tB9 .canvas-text {
  color: #fdfcfc;
}
.xH2eL2PO-uNZd2c9tB9 .canvas-text,
.xH2eL2PO-uNZd2c9tB9 .canvas-section-btn {
  color: #000000;
}
.xH2eL2PO-uNZd2c9tB9 .canvas-section-title,
.xH2eL2PO-uNZd2c9tB9 .icon-wrapper {
  color: #000000;
}
.xH2eL2PO-uNZdjcxWD6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbe6ff;
}
.xH2eL2PO-uNZdjcxWD6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.xH2eL2PO-uNZdjcxWD6 .card-title {
  margin-bottom: 26px;
  color: #ffdd00;
}
.xH2eL2PO-uNZdjcxWD6 .canvas-text {
  margin-bottom: 30px;
}
.xH2eL2PO-uNZdjcxWD6 .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.xH2eL2PO-uNZdjcxWD6 .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.xH2eL2PO-uNZdjcxWD6 .iconfont-wrapper svg #grad_1 {
  stop-color: #ffe439;
}
.xH2eL2PO-uNZdjcxWD6 .iconfont-wrapper svg #grad_2 {
  stop-color: #fff29f;
}
.xH2eL2PO-uNZdjcxWD6 .iconfont-wrapper svg #blur_svg {
  flood-color: #ffe439;
}
.xH2eL2PO-uNZdjcxWD6 .iconfont-wrapper .canvas-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZdjcxWD6 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZdjcxWD6 .text-wrapper {
    text-align: center;
  }
  .xH2eL2PO-uNZdjcxWD6 .image-wrapper {
    margin-bottom: 40px;
  }
  .xH2eL2PO-uNZdjcxWD6 .canvas-text {
    margin-bottom: 20px;
  }
  .xH2eL2PO-uNZdjcxWD6 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.xH2eL2PO-uNZdjcxWD6 .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZdjcxWD6 .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZdjcxWD6 .card-title,
.xH2eL2PO-uNZdjcxWD6 .icon_block {
  color: #000000;
}
.xH2eL2PO-uNZdmqrNiw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffea64;
}
.xH2eL2PO-uNZdmqrNiw .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZdmqrNiw .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZdmqrNiw .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -30%, #d6eeff 20%, #cbe6ff 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZdmqrNiw .card-wrapper {
    padding: 16px;
  }
}
.xH2eL2PO-uNZdmqrNiw .card-wrapper .canvas-section-title {
  margin-bottom: 22px;
}
.xH2eL2PO-uNZdmqrNiw .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.xH2eL2PO-uNZdmqrNiw .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.xH2eL2PO-uNZdmqrNiw .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.xH2eL2PO-uNZdmqrNiw .canvas-section-title {
  color: #000000;
  text-align: center;
}
.xH2eL2PO-uNZdmqrNiw .list {
  color: #ffffff;
  text-align: center;
}
.xH2eL2PO-uNZdmqrNiw .list,
.xH2eL2PO-uNZdmqrNiw .item-wrap,
.xH2eL2PO-uNZdmqrNiw .tabs-wrapper {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.xH2eL2PO-uNZmorHg7Q .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZmorHg7Q .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZmorHg7Q .container,
.xH2eL2PO-uNZmorHg7Q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .container,
  .xH2eL2PO-uNZmorHg7Q .container-fluid {
    padding: 0 20px;
  }
}
.xH2eL2PO-uNZmorHg7Q a {
  display: block;
}
.xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #f3d513;
  border-bottom: 1px solid #f3d513;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
    padding: 50px 0;
  }
}
.xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xH2eL2PO-uNZmorHg7Q .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #f3d513;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .copy-wrapper {
    border-right: none;
  }
}
.xH2eL2PO-uNZmorHg7Q .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper {
    height: auto;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .card-wrapper {
    margin-bottom: 50px;
  }
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #cbe6ff;
  border-radius: 24px;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap .canvas-section-title {
  margin-bottom: 42px;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap .canvas-text {
  margin-bottom: 42px;
}
.xH2eL2PO-uNZmorHg7Q .copyright {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-title {
  color: #3d4045;
}
.xH2eL2PO-uNZmorHg7Q .canvas-text {
  color: #3d4045;
}
.xH2eL2PO-uNZmorHg7Q .list {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-btn {
  text-align: right;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-title,
.xH2eL2PO-uNZmorHg7Q .canvas-section-btn {
  text-align: center;
}
.xH2eL2PO-uNZ7gJ8hSt {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt {
    min-height: 170px !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .empty_md {
    display: block;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .container,
.xH2eL2PO-uNZ7gJ8hSt .container-fluid,
.xH2eL2PO-uNZ7gJ8hSt .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .container,
  .xH2eL2PO-uNZ7gJ8hSt .container-fluid,
  .xH2eL2PO-uNZ7gJ8hSt .empty_md {
    min-height: 170px !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.xH2eL2PO-uNZ7gJ8hSt .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .top_menu {
    min-height: 110px !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-caption:hover {
  color: #ffdd00 !important;
}
.xH2eL2PO-uNZ7gJ8hSt .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZ7gJ8hSt .top_menu {
    min-height: 58px;
    position: relative;
  }
  .xH2eL2PO-uNZ7gJ8hSt .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffdd00;
    left: -32px;
    width: calc(100% + 64px);
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .canvas-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .icons-wrapper:hover {
    background: #ffdd00;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .icons-wrapper:hover .canvas-iconfont {
    color: #000000;
  }
  .xH2eL2PO-uNZ7gJ8hSt .empty,
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu {
    min-width: 265px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar-logo {
    margin: 0;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .xH2eL2PO-uNZ7gJ8hSt .btn {
    white-space: nowrap;
  }
  .xH2eL2PO-uNZ7gJ8hSt .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .xH2eL2PO-uNZ7gJ8hSt .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .xH2eL2PO-uNZ7gJ8hSt .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .xH2eL2PO-uNZ7gJ8hSt .dropdown-toggle::after,
  .xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-toggle::after {
  content: "\e91a";
  font-family: "workflow2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu .dropdown-item:hover {
  color: #18204f !important;
  background-color: #e6e6e6;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-item:focus,
.xH2eL2PO-uNZ7gJ8hSt .nav-link:focus {
  outline: none;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.xH2eL2PO-uNZ7gJ8hSt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xH2eL2PO-uNZ7gJ8hSt .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.xH2eL2PO-uNZ7gJ8hSt ul.navbar-nav {
  flex-wrap: wrap;
}
.xH2eL2PO-uNZ7gJ8hSt ul.navbar-nav li {
  margin: auto;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed.opened {
    min-height: 120px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar .icons-menu,
  .xH2eL2PO-uNZ7gJ8hSt .navbar .empty {
    display: none;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .top_menu {
    justify-content: space-between;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .nav-link {
    padding: 5px !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .container-fluid,
  .xH2eL2PO-uNZ7gJ8hSt .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-brand .navbar-logo a {
  outline: none;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-item.active,
.xH2eL2PO-uNZ7gJ8hSt .dropdown-item:active {
  background-color: transparent;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-buttons {
  text-align: center;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-dropdown {
  position: absolute;
}
.xH2eL2PO-uNZ7gJ8hSt a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZ7gJ8hSt a.nav-link:hover {
  color: #ffdd00 !important;
}
.is-builder .xH2eL2PO-uNZ7gJ8hSt .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar {
    height: 77px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar.opened {
    height: auto;
  }
  .xH2eL2PO-uNZ7gJ8hSt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xH2eL2PO-uNZdUk9OdB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6eeff;
}
.xH2eL2PO-uNZdUk9OdB .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZdUk9OdB .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZdUk9OdB .row {
    padding: 0 24px;
  }
}
.xH2eL2PO-uNZdUk9OdB .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background-color: #ffea64;
  height: 100%;
  border-radius: 30px;
}
.xH2eL2PO-uNZdUk9OdB .image-wrapper img {
  max-width: 280px;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZdUk9OdB .image-wrapper img {
    height: 300px;
  }
}
.xH2eL2PO-uNZdUk9OdB .title-wrapper {
  padding-left: 100px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZdUk9OdB .title-wrapper {
    margin-top: 32px;
    padding-left: 0;
  }
}
.xH2eL2PO-uNZdUk9OdB .title-wrapper .canvas-section-title {
  margin-bottom: 20px;
}
.xH2eL2PO-uNZdUk9OdB .title-wrapper .canvas-text {
  margin: 0;
}
.xH2eL2PO-uNZdUk9OdB .canvas-section-title {
  color: #000000;
}
.xH2eL2PO-uNZdUk9OdB .canvas-text {
  color: #000000;
}
.xH2eL2PO-uNZejlhRjM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbe6ff;
}
.xH2eL2PO-uNZejlhRjM .canvas-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #000000;
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZejlhRjM .canvas-section-subtitle {
    margin-bottom: 8px;
  }
}
.xH2eL2PO-uNZejlhRjM .canvas-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZejlhRjM .canvas-section-title {
    margin-bottom: 20px;
  }
}
.xH2eL2PO-uNZejlhRjM .canvas-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZejlhRjM .canvas-text {
    padding: 0;
  }
}
.xH2eL2PO-uNZeztXXUt {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #f3d513;
}
.xH2eL2PO-uNZeztXXUt .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.xH2eL2PO-uNZeztXXUt .wrapper {
  position: relative;
}
.xH2eL2PO-uNZeztXXUt .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.xH2eL2PO-uNZeztXXUt .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.xH2eL2PO-uNZeztXXUt .canvas-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.xH2eL2PO-uNZeztXXUt .canvas-iconfont:hover {
  cursor: pointer;
}
.xH2eL2PO-uNZeztXXUt .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.xH2eL2PO-uNZeztXXUt .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.xH2eL2PO-uNZeztXXUt .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.xH2eL2PO-uNZeztXXUt .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.xH2eL2PO-uNZeztXXUt .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .xH2eL2PO-uNZeztXXUt .img2 {
    width: 400px;
  }
  .xH2eL2PO-uNZeztXXUt .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .xH2eL2PO-uNZeztXXUt .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeztXXUt .img2 {
    width: 400px;
  }
  .xH2eL2PO-uNZeztXXUt .img1 {
    padding-right: 4rem;
  }
  .xH2eL2PO-uNZeztXXUt .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .xH2eL2PO-uNZeztXXUt .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .xH2eL2PO-uNZeztXXUt .img2 {
    width: 200px;
  }
  .xH2eL2PO-uNZeztXXUt .container-fluid {
    padding: 0 1rem;
  }
  .xH2eL2PO-uNZeztXXUt .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.xH2eL2PO-uNZeztXXUt .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZeztXXUt .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZeE5GChZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffea64;
}
.xH2eL2PO-uNZeE5GChZ .container {
  padding: 0 5%;
}
.xH2eL2PO-uNZeE5GChZ .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.xH2eL2PO-uNZeE5GChZ .item:focus,
.xH2eL2PO-uNZeE5GChZ span:focus {
  outline: none;
}
.xH2eL2PO-uNZeE5GChZ .item {
  display: flex;
  padding: 4rem 7rem;
  background: #cbe6ff;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .xH2eL2PO-uNZeE5GChZ .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeE5GChZ .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZeE5GChZ .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .xH2eL2PO-uNZeE5GChZ .item {
    padding: 1.5rem;
  }
}
.xH2eL2PO-uNZeE5GChZ .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZeE5GChZ .item .item-icon {
    margin-top: 0;
  }
}
.xH2eL2PO-uNZeE5GChZ .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.xH2eL2PO-uNZeE5GChZ .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeE5GChZ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeE5GChZ .item .item-wrapper .item-title {
    margin-bottom: 1rem;
  }
}
.xH2eL2PO-uNZeE5GChZ .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZeE5GChZ .item-title-wrapper {
    min-width: auto;
  }
}
.xH2eL2PO-uNZeE5GChZ .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeE5GChZ .item-content {
    margin-left: 0;
  }
}
.xH2eL2PO-uNZeE5GChZ .canvas-text {
  margin: 0;
}
.xH2eL2PO-uNZeE5GChZ .item-title {
  color: #000000;
}
.xH2eL2PO-uNZeE5GChZ .canvas-text,
.xH2eL2PO-uNZeE5GChZ .item-icon {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.xH2eL2PO-uNZmorHg7Q .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZmorHg7Q .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZmorHg7Q .container,
.xH2eL2PO-uNZmorHg7Q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .container,
  .xH2eL2PO-uNZmorHg7Q .container-fluid {
    padding: 0 20px;
  }
}
.xH2eL2PO-uNZmorHg7Q a {
  display: block;
}
.xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #f3d513;
  border-bottom: 1px solid #f3d513;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
    padding: 50px 0;
  }
}
.xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xH2eL2PO-uNZmorHg7Q .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #f3d513;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .copy-wrapper {
    border-right: none;
  }
}
.xH2eL2PO-uNZmorHg7Q .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper {
    height: auto;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .card-wrapper {
    margin-bottom: 50px;
  }
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #cbe6ff;
  border-radius: 24px;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap .canvas-section-title {
  margin-bottom: 42px;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap .canvas-text {
  margin-bottom: 42px;
}
.xH2eL2PO-uNZmorHg7Q .copyright {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-title {
  color: #3d4045;
}
.xH2eL2PO-uNZmorHg7Q .canvas-text {
  color: #3d4045;
}
.xH2eL2PO-uNZmorHg7Q .list {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-btn {
  text-align: right;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-title,
.xH2eL2PO-uNZmorHg7Q .canvas-section-btn {
  text-align: center;
}
.xH2eL2PO-uNZ7gJ8hSt {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt {
    min-height: 170px !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .empty_md {
    display: block;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .container,
.xH2eL2PO-uNZ7gJ8hSt .container-fluid,
.xH2eL2PO-uNZ7gJ8hSt .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .container,
  .xH2eL2PO-uNZ7gJ8hSt .container-fluid,
  .xH2eL2PO-uNZ7gJ8hSt .empty_md {
    min-height: 170px !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.xH2eL2PO-uNZ7gJ8hSt .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .top_menu {
    min-height: 110px !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-caption:hover {
  color: #ffdd00 !important;
}
.xH2eL2PO-uNZ7gJ8hSt .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZ7gJ8hSt .top_menu {
    min-height: 58px;
    position: relative;
  }
  .xH2eL2PO-uNZ7gJ8hSt .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffdd00;
    left: -32px;
    width: calc(100% + 64px);
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .canvas-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .icons-wrapper:hover {
    background: #ffdd00;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .icons-wrapper:hover .canvas-iconfont {
    color: #000000;
  }
  .xH2eL2PO-uNZ7gJ8hSt .empty,
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu {
    min-width: 265px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar-logo {
    margin: 0;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .xH2eL2PO-uNZ7gJ8hSt .btn {
    white-space: nowrap;
  }
  .xH2eL2PO-uNZ7gJ8hSt .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .xH2eL2PO-uNZ7gJ8hSt .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .xH2eL2PO-uNZ7gJ8hSt .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .xH2eL2PO-uNZ7gJ8hSt .dropdown-toggle::after,
  .xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-toggle::after {
  content: "\e91a";
  font-family: "workflow2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu .dropdown-item:hover {
  color: #18204f !important;
  background-color: #e6e6e6;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-item:focus,
.xH2eL2PO-uNZ7gJ8hSt .nav-link:focus {
  outline: none;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.xH2eL2PO-uNZ7gJ8hSt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xH2eL2PO-uNZ7gJ8hSt .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.xH2eL2PO-uNZ7gJ8hSt ul.navbar-nav {
  flex-wrap: wrap;
}
.xH2eL2PO-uNZ7gJ8hSt ul.navbar-nav li {
  margin: auto;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed.opened {
    min-height: 120px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar .icons-menu,
  .xH2eL2PO-uNZ7gJ8hSt .navbar .empty {
    display: none;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .top_menu {
    justify-content: space-between;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .nav-link {
    padding: 5px !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .container-fluid,
  .xH2eL2PO-uNZ7gJ8hSt .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-brand .navbar-logo a {
  outline: none;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-item.active,
.xH2eL2PO-uNZ7gJ8hSt .dropdown-item:active {
  background-color: transparent;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-buttons {
  text-align: center;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-dropdown {
  position: absolute;
}
.xH2eL2PO-uNZ7gJ8hSt a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZ7gJ8hSt a.nav-link:hover {
  color: #ffdd00 !important;
}
.is-builder .xH2eL2PO-uNZ7gJ8hSt .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar {
    height: 77px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar.opened {
    height: auto;
  }
  .xH2eL2PO-uNZ7gJ8hSt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xH2eL2PO-uNZeM4oavp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbe6ff;
}
.xH2eL2PO-uNZeM4oavp .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZeM4oavp .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper {
  position: relative;
  padding: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeM4oavp .card-wrapper {
    padding: 24px 12px;
  }
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: visible;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper {
    display: block;
  }
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper {
  position: relative;
  padding: 64px;
  width: 50%;
  pointer-events: visible;
  overflow: hidden;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: #cbe6ff;
}
@media (max-width: 1440px) {
  .xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper {
    width: 55%;
    padding: 32px;
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper {
    width: 100%;
    padding: 24px;
  }
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .title-wrapper .canvas-section-title {
  margin-bottom: 24px;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .title-wrapper .text-wrapper .canvas-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .title-wrapper .text-wrapper .canvas-text {
    width: 100%;
  }
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group {
    margin-bottom: 12px !important;
  }
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin: 12px 0 12px 0;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px;
  border: none !important;
  background-color: #ffffff;
  text-align: center;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .canvas-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .card-wrap {
  width: 30%;
  padding: 48px;
  height: fit-content;
  pointer-events: visible;
  position: relative;
  overflow: hidden;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .card-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: #cbe6ff;
}
@media (max-width: 1440px) {
  .xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .card-wrap {
    width: 35%;
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .card-wrap {
    width: 100%;
    padding: 24px;
  }
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .card-wrap .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .card-wrap .card-title {
    margin-bottom: 24px;
  }
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .card-wrap .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .card-wrap .canvas-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .card-wrap .canvas-section-btn {
    margin-top: 24px;
  }
}
.xH2eL2PO-uNZeM4oavp .card-wrapper .content-wrapper .card-wrap .canvas-section-btn .btn {
  margin-bottom: 0;
}
.xH2eL2PO-uNZeM4oavp .canvas-section-title {
  color: #2c2c26;
  text-align: center;
}
.xH2eL2PO-uNZeM4oavp .canvas-text,
.xH2eL2PO-uNZeM4oavp .text-wrapper {
  color: #000000;
  text-align: center;
}
.xH2eL2PO-uNZeM4oavp .card-title {
  color: #000000;
}
.xH2eL2PO-uNZeM4oavp .card-text {
  color: #000000;
}
.xH2eL2PO-uNZeM4oavp label {
  color: #2c2c26;
}
.xH2eL2PO-uNZeM4oavp .canvas-section-btn {
  text-align: center;
}
.xH2eL2PO-uNZmorHg7Q {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.xH2eL2PO-uNZmorHg7Q .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZmorHg7Q .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZmorHg7Q .container,
.xH2eL2PO-uNZmorHg7Q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .container,
  .xH2eL2PO-uNZmorHg7Q .container-fluid {
    padding: 0 20px;
  }
}
.xH2eL2PO-uNZmorHg7Q a {
  display: block;
}
.xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #f3d513;
  border-bottom: 1px solid #f3d513;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
    padding: 50px 0;
  }
}
.xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xH2eL2PO-uNZmorHg7Q .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #f3d513;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .copy-wrapper {
    border-right: none;
  }
}
.xH2eL2PO-uNZmorHg7Q .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper {
    height: auto;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .card-wrapper {
    margin-bottom: 50px;
  }
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #cbe6ff;
  border-radius: 24px;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap .canvas-section-title {
  margin-bottom: 42px;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap .canvas-text {
  margin-bottom: 42px;
}
.xH2eL2PO-uNZmorHg7Q .copyright {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-title {
  color: #3d4045;
}
.xH2eL2PO-uNZmorHg7Q .canvas-text {
  color: #3d4045;
}
.xH2eL2PO-uNZmorHg7Q .list {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-btn {
  text-align: right;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-title,
.xH2eL2PO-uNZmorHg7Q .canvas-section-btn {
  text-align: center;
}
.xH2eL2PO-uNZ7gJ8hSt {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt {
    min-height: 170px !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .empty_md {
    display: block;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .container,
.xH2eL2PO-uNZ7gJ8hSt .container-fluid,
.xH2eL2PO-uNZ7gJ8hSt .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .container,
  .xH2eL2PO-uNZ7gJ8hSt .container-fluid,
  .xH2eL2PO-uNZ7gJ8hSt .empty_md {
    min-height: 170px !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.xH2eL2PO-uNZ7gJ8hSt .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .top_menu {
    min-height: 110px !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-caption:hover {
  color: #ffdd00 !important;
}
.xH2eL2PO-uNZ7gJ8hSt .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZ7gJ8hSt .top_menu {
    min-height: 58px;
    position: relative;
  }
  .xH2eL2PO-uNZ7gJ8hSt .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffdd00;
    left: -32px;
    width: calc(100% + 64px);
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .canvas-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .icons-wrapper:hover {
    background: #ffdd00;
  }
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu .icons-wrapper:hover .canvas-iconfont {
    color: #000000;
  }
  .xH2eL2PO-uNZ7gJ8hSt .empty,
  .xH2eL2PO-uNZ7gJ8hSt .icons-menu {
    min-width: 265px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar-logo {
    margin: 0;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .xH2eL2PO-uNZ7gJ8hSt .btn {
    white-space: nowrap;
  }
  .xH2eL2PO-uNZ7gJ8hSt .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .xH2eL2PO-uNZ7gJ8hSt .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .xH2eL2PO-uNZ7gJ8hSt .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .xH2eL2PO-uNZ7gJ8hSt .dropdown-toggle::after,
  .xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-toggle::after {
  content: "\e91a";
  font-family: "workflow2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-menu .dropdown-item:hover {
  color: #18204f !important;
  background-color: #e6e6e6;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-item:focus,
.xH2eL2PO-uNZ7gJ8hSt .nav-link:focus {
  outline: none;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.xH2eL2PO-uNZ7gJ8hSt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xH2eL2PO-uNZ7gJ8hSt .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.xH2eL2PO-uNZ7gJ8hSt ul.navbar-nav {
  flex-wrap: wrap;
}
.xH2eL2PO-uNZ7gJ8hSt ul.navbar-nav li {
  margin: auto;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed.opened {
    min-height: 120px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar .icons-menu,
  .xH2eL2PO-uNZ7gJ8hSt .navbar .empty {
    display: none;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .top_menu {
    justify-content: space-between;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .nav-link {
    padding: 5px !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .container-fluid,
  .xH2eL2PO-uNZ7gJ8hSt .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-brand .navbar-logo a {
  outline: none;
}
.xH2eL2PO-uNZ7gJ8hSt .dropdown-item.active,
.xH2eL2PO-uNZ7gJ8hSt .dropdown-item:active {
  background-color: transparent;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.xH2eL2PO-uNZ7gJ8hSt .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-buttons {
  text-align: center;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.xH2eL2PO-uNZ7gJ8hSt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.xH2eL2PO-uNZ7gJ8hSt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.xH2eL2PO-uNZ7gJ8hSt .navbar-dropdown {
  position: absolute;
}
.xH2eL2PO-uNZ7gJ8hSt a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZ7gJ8hSt a.nav-link:hover {
  color: #ffdd00 !important;
}
.is-builder .xH2eL2PO-uNZ7gJ8hSt .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xH2eL2PO-uNZ7gJ8hSt .navbar {
    height: 77px;
  }
  .xH2eL2PO-uNZ7gJ8hSt .navbar.opened {
    height: auto;
  }
  .xH2eL2PO-uNZ7gJ8hSt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xH2eL2PO-uNZeWsHN6F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6eeff;
}
.xH2eL2PO-uNZeWsHN6F .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZeWsHN6F .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZeWsHN6F .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeWsHN6F .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZeWsHN6F .container-fluid {
    padding: 0 12px;
  }
}
.xH2eL2PO-uNZeWsHN6F .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeWsHN6F .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZeWsHN6F .container {
    padding: 0 12px;
  }
}
.xH2eL2PO-uNZeWsHN6F .title-wrapper .canvas-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeWsHN6F .title-wrapper .canvas-section-title {
    margin-bottom: 24px;
  }
}
.xH2eL2PO-uNZeWsHN6F .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #f3d513;
  box-shadow: 4px 4px #f3d513;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeWsHN6F .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.xH2eL2PO-uNZeWsHN6F .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeWsHN6F .card-wrapper .card-wrap {
    display: block;
  }
}
.xH2eL2PO-uNZeWsHN6F .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeWsHN6F .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.xH2eL2PO-uNZeWsHN6F .card-wrapper .card-wrap .icon-wrapper .canvas-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZeWsHN6F .card-wrapper .card-wrap .icon-wrapper .canvas-iconfont {
    font-size: 100px;
  }
}
.xH2eL2PO-uNZeWsHN6F .card-wrapper .card-wrap .canvas-text {
  margin-bottom: 0;
}
.xH2eL2PO-uNZeWsHN6F .canvas-section-title {
  color: #222222;
  text-align: center;
}
.xH2eL2PO-uNZeWsHN6F .canvas-section-subtitle {
  color: #222222;
}
.xH2eL2PO-uNZeWsHN6F .canvas-text {
  color: #222222;
}
.xH2eL2PO-uNZeWsHN6F .list {
  color: #222222;
}
.xH2eL2PO-uNZmorHg7Q {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.xH2eL2PO-uNZmorHg7Q .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZmorHg7Q .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZmorHg7Q .container,
.xH2eL2PO-uNZmorHg7Q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .container,
  .xH2eL2PO-uNZmorHg7Q .container-fluid {
    padding: 0 20px;
  }
}
.xH2eL2PO-uNZmorHg7Q a {
  display: block;
}
.xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #f3d513;
  border-bottom: 1px solid #f3d513;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
    padding: 50px 0;
  }
}
.xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xH2eL2PO-uNZmorHg7Q .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #f3d513;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .copy-wrapper {
    border-right: none;
  }
}
.xH2eL2PO-uNZmorHg7Q .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper {
    height: auto;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .card-wrapper {
    margin-bottom: 50px;
  }
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #cbe6ff;
  border-radius: 24px;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap .canvas-section-title {
  margin-bottom: 42px;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap .canvas-text {
  margin-bottom: 42px;
}
.xH2eL2PO-uNZmorHg7Q .copyright {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-title {
  color: #3d4045;
}
.xH2eL2PO-uNZmorHg7Q .canvas-text {
  color: #3d4045;
}
.xH2eL2PO-uNZmorHg7Q .list {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-btn {
  text-align: right;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-title,
.xH2eL2PO-uNZmorHg7Q .canvas-section-btn {
  text-align: center;
}
.xH2eL2PO-uNZeZHhUHy {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .xH2eL2PO-uNZeZHhUHy {
    min-height: 170px !important;
  }
}
.xH2eL2PO-uNZeZHhUHy .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZeZHhUHy .empty_md {
    display: block;
  }
}
.xH2eL2PO-uNZeZHhUHy .container,
.xH2eL2PO-uNZeZHhUHy .container-fluid,
.xH2eL2PO-uNZeZHhUHy .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .xH2eL2PO-uNZeZHhUHy .container,
  .xH2eL2PO-uNZeZHhUHy .container-fluid,
  .xH2eL2PO-uNZeZHhUHy .empty_md {
    min-height: 170px !important;
  }
}
.xH2eL2PO-uNZeZHhUHy .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.xH2eL2PO-uNZeZHhUHy .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZeZHhUHy .top_menu {
    min-height: 110px !important;
  }
}
.xH2eL2PO-uNZeZHhUHy .navbar-caption:hover {
  color: #ffdd00 !important;
}
.xH2eL2PO-uNZeZHhUHy .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZeZHhUHy .top_menu {
    min-height: 58px;
    position: relative;
  }
  .xH2eL2PO-uNZeZHhUHy .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffdd00;
    left: -32px;
    width: calc(100% + 64px);
  }
  .xH2eL2PO-uNZeZHhUHy .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .xH2eL2PO-uNZeZHhUHy .icons-menu .canvas-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .xH2eL2PO-uNZeZHhUHy .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .xH2eL2PO-uNZeZHhUHy .icons-menu .icons-wrapper:hover {
    background: #ffdd00;
  }
  .xH2eL2PO-uNZeZHhUHy .icons-menu .icons-wrapper:hover .canvas-iconfont {
    color: #000000;
  }
  .xH2eL2PO-uNZeZHhUHy .empty,
  .xH2eL2PO-uNZeZHhUHy .icons-menu {
    min-width: 265px;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar-logo {
    margin: 0;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .xH2eL2PO-uNZeZHhUHy .btn {
    white-space: nowrap;
  }
  .xH2eL2PO-uNZeZHhUHy .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .xH2eL2PO-uNZeZHhUHy .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .xH2eL2PO-uNZeZHhUHy .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .xH2eL2PO-uNZeZHhUHy .dropdown-toggle::after,
  .xH2eL2PO-uNZeZHhUHy .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.xH2eL2PO-uNZeZHhUHy .dropdown-toggle::after {
  content: "\e91a";
  font-family: "workflow2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.xH2eL2PO-uNZeZHhUHy .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZeZHhUHy .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.xH2eL2PO-uNZeZHhUHy .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZeZHhUHy .dropdown-menu .dropdown-item:hover {
  color: #18204f !important;
  background-color: #e6e6e6;
}
.xH2eL2PO-uNZeZHhUHy .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.xH2eL2PO-uNZeZHhUHy .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.xH2eL2PO-uNZeZHhUHy .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.xH2eL2PO-uNZeZHhUHy .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.xH2eL2PO-uNZeZHhUHy .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.xH2eL2PO-uNZeZHhUHy .nav-item:focus,
.xH2eL2PO-uNZeZHhUHy .nav-link:focus {
  outline: none;
}
.xH2eL2PO-uNZeZHhUHy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.xH2eL2PO-uNZeZHhUHy .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.xH2eL2PO-uNZeZHhUHy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.xH2eL2PO-uNZeZHhUHy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xH2eL2PO-uNZeZHhUHy .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.xH2eL2PO-uNZeZHhUHy ul.navbar-nav {
  flex-wrap: wrap;
}
.xH2eL2PO-uNZeZHhUHy ul.navbar-nav li {
  margin: auto;
}
.xH2eL2PO-uNZeZHhUHy .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.xH2eL2PO-uNZeZHhUHy .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.xH2eL2PO-uNZeZHhUHy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZeZHhUHy .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZeZHhUHy .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.xH2eL2PO-uNZeZHhUHy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xH2eL2PO-uNZeZHhUHy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZeZHhUHy .navbar.collapsed.opened {
    min-height: 120px;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.xH2eL2PO-uNZeZHhUHy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.xH2eL2PO-uNZeZHhUHy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xH2eL2PO-uNZeZHhUHy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZeZHhUHy .navbar .icons-menu,
  .xH2eL2PO-uNZeZHhUHy .navbar .empty {
    display: none;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar .top_menu {
    justify-content: space-between;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar .nav-link {
    padding: 5px !important;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar .container-fluid,
  .xH2eL2PO-uNZeZHhUHy .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.xH2eL2PO-uNZeZHhUHy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.xH2eL2PO-uNZeZHhUHy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.xH2eL2PO-uNZeZHhUHy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.xH2eL2PO-uNZeZHhUHy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.xH2eL2PO-uNZeZHhUHy .navbar-brand .navbar-logo a {
  outline: none;
}
.xH2eL2PO-uNZeZHhUHy .dropdown-item.active,
.xH2eL2PO-uNZeZHhUHy .dropdown-item:active {
  background-color: transparent;
}
.xH2eL2PO-uNZeZHhUHy .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.xH2eL2PO-uNZeZHhUHy .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.xH2eL2PO-uNZeZHhUHy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.xH2eL2PO-uNZeZHhUHy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.xH2eL2PO-uNZeZHhUHy .navbar-buttons {
  text-align: center;
}
.xH2eL2PO-uNZeZHhUHy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.xH2eL2PO-uNZeZHhUHy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.xH2eL2PO-uNZeZHhUHy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.xH2eL2PO-uNZeZHhUHy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.xH2eL2PO-uNZeZHhUHy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.xH2eL2PO-uNZeZHhUHy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.xH2eL2PO-uNZeZHhUHy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.xH2eL2PO-uNZeZHhUHy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.xH2eL2PO-uNZeZHhUHy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.xH2eL2PO-uNZeZHhUHy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.xH2eL2PO-uNZeZHhUHy .navbar-dropdown {
  position: absolute;
}
.xH2eL2PO-uNZeZHhUHy a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZeZHhUHy a.nav-link:hover {
  color: #ffdd00 !important;
}
.is-builder .xH2eL2PO-uNZeZHhUHy .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xH2eL2PO-uNZeZHhUHy .navbar {
    height: 77px;
  }
  .xH2eL2PO-uNZeZHhUHy .navbar.opened {
    height: auto;
  }
  .xH2eL2PO-uNZeZHhUHy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xH2eL2PO-uNZitP6LST {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6eeff;
}
.xH2eL2PO-uNZitP6LST .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZitP6LST .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZitP6LST .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZitP6LST .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZitP6LST .container-fluid {
    padding: 0 12px;
  }
}
.xH2eL2PO-uNZitP6LST .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZitP6LST .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZitP6LST .container {
    padding: 0 12px;
  }
}
.xH2eL2PO-uNZitP6LST .title-wrapper .canvas-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZitP6LST .title-wrapper .canvas-section-title {
    margin-bottom: 24px;
  }
}
.xH2eL2PO-uNZitP6LST .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #f3d513;
  box-shadow: 4px 4px #f3d513;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZitP6LST .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.xH2eL2PO-uNZitP6LST .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZitP6LST .card-wrapper .card-wrap {
    display: block;
  }
}
.xH2eL2PO-uNZitP6LST .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZitP6LST .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.xH2eL2PO-uNZitP6LST .card-wrapper .card-wrap .icon-wrapper .canvas-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZitP6LST .card-wrapper .card-wrap .icon-wrapper .canvas-iconfont {
    font-size: 100px;
  }
}
.xH2eL2PO-uNZitP6LST .card-wrapper .card-wrap .canvas-text {
  margin-bottom: 0;
}
.xH2eL2PO-uNZitP6LST .canvas-section-title {
  color: #222222;
  text-align: center;
}
.xH2eL2PO-uNZitP6LST .canvas-section-subtitle {
  color: #222222;
}
.xH2eL2PO-uNZitP6LST .canvas-text {
  color: #222222;
}
.xH2eL2PO-uNZitP6LST .list {
  color: #222222;
}
.xH2eL2PO-uNZmorHg7Q {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.xH2eL2PO-uNZmorHg7Q .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZmorHg7Q .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZmorHg7Q .container,
.xH2eL2PO-uNZmorHg7Q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .container,
  .xH2eL2PO-uNZmorHg7Q .container-fluid {
    padding: 0 20px;
  }
}
.xH2eL2PO-uNZmorHg7Q a {
  display: block;
}
.xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #f3d513;
  border-bottom: 1px solid #f3d513;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
    padding: 50px 0;
  }
}
.xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xH2eL2PO-uNZmorHg7Q .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #f3d513;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .copy-wrapper {
    border-right: none;
  }
}
.xH2eL2PO-uNZmorHg7Q .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper {
    height: auto;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .card-wrapper {
    margin-bottom: 50px;
  }
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #cbe6ff;
  border-radius: 24px;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap .canvas-section-title {
  margin-bottom: 42px;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap .canvas-text {
  margin-bottom: 42px;
}
.xH2eL2PO-uNZmorHg7Q .copyright {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-title {
  color: #3d4045;
}
.xH2eL2PO-uNZmorHg7Q .canvas-text {
  color: #3d4045;
}
.xH2eL2PO-uNZmorHg7Q .list {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-btn {
  text-align: right;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-title,
.xH2eL2PO-uNZmorHg7Q .canvas-section-btn {
  text-align: center;
}
.xH2eL2PO-uNZf1yi7cJ {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .xH2eL2PO-uNZf1yi7cJ {
    min-height: 170px !important;
  }
}
.xH2eL2PO-uNZf1yi7cJ .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZf1yi7cJ .empty_md {
    display: block;
  }
}
.xH2eL2PO-uNZf1yi7cJ .container,
.xH2eL2PO-uNZf1yi7cJ .container-fluid,
.xH2eL2PO-uNZf1yi7cJ .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .xH2eL2PO-uNZf1yi7cJ .container,
  .xH2eL2PO-uNZf1yi7cJ .container-fluid,
  .xH2eL2PO-uNZf1yi7cJ .empty_md {
    min-height: 170px !important;
  }
}
.xH2eL2PO-uNZf1yi7cJ .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.xH2eL2PO-uNZf1yi7cJ .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZf1yi7cJ .top_menu {
    min-height: 110px !important;
  }
}
.xH2eL2PO-uNZf1yi7cJ .navbar-caption:hover {
  color: #ffdd00 !important;
}
.xH2eL2PO-uNZf1yi7cJ .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZf1yi7cJ .top_menu {
    min-height: 58px;
    position: relative;
  }
  .xH2eL2PO-uNZf1yi7cJ .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffdd00;
    left: -32px;
    width: calc(100% + 64px);
  }
  .xH2eL2PO-uNZf1yi7cJ .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .xH2eL2PO-uNZf1yi7cJ .icons-menu .canvas-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .xH2eL2PO-uNZf1yi7cJ .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .xH2eL2PO-uNZf1yi7cJ .icons-menu .icons-wrapper:hover {
    background: #ffdd00;
  }
  .xH2eL2PO-uNZf1yi7cJ .icons-menu .icons-wrapper:hover .canvas-iconfont {
    color: #000000;
  }
  .xH2eL2PO-uNZf1yi7cJ .empty,
  .xH2eL2PO-uNZf1yi7cJ .icons-menu {
    min-width: 265px;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar-logo {
    margin: 0;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .xH2eL2PO-uNZf1yi7cJ .btn {
    white-space: nowrap;
  }
  .xH2eL2PO-uNZf1yi7cJ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .xH2eL2PO-uNZf1yi7cJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .xH2eL2PO-uNZf1yi7cJ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .xH2eL2PO-uNZf1yi7cJ .dropdown-toggle::after,
  .xH2eL2PO-uNZf1yi7cJ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.xH2eL2PO-uNZf1yi7cJ .dropdown-toggle::after {
  content: "\e91a";
  font-family: "workflow2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.xH2eL2PO-uNZf1yi7cJ .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZf1yi7cJ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.xH2eL2PO-uNZf1yi7cJ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZf1yi7cJ .dropdown-menu .dropdown-item:hover {
  color: #18204f !important;
  background-color: #e6e6e6;
}
.xH2eL2PO-uNZf1yi7cJ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.xH2eL2PO-uNZf1yi7cJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.xH2eL2PO-uNZf1yi7cJ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.xH2eL2PO-uNZf1yi7cJ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.xH2eL2PO-uNZf1yi7cJ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.xH2eL2PO-uNZf1yi7cJ .nav-item:focus,
.xH2eL2PO-uNZf1yi7cJ .nav-link:focus {
  outline: none;
}
.xH2eL2PO-uNZf1yi7cJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.xH2eL2PO-uNZf1yi7cJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.xH2eL2PO-uNZf1yi7cJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.xH2eL2PO-uNZf1yi7cJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xH2eL2PO-uNZf1yi7cJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.xH2eL2PO-uNZf1yi7cJ ul.navbar-nav {
  flex-wrap: wrap;
}
.xH2eL2PO-uNZf1yi7cJ ul.navbar-nav li {
  margin: auto;
}
.xH2eL2PO-uNZf1yi7cJ .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.xH2eL2PO-uNZf1yi7cJ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.xH2eL2PO-uNZf1yi7cJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZf1yi7cJ .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZf1yi7cJ .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.xH2eL2PO-uNZf1yi7cJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xH2eL2PO-uNZf1yi7cJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZf1yi7cJ .navbar.collapsed.opened {
    min-height: 120px;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.xH2eL2PO-uNZf1yi7cJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.xH2eL2PO-uNZf1yi7cJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xH2eL2PO-uNZf1yi7cJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZf1yi7cJ .navbar .icons-menu,
  .xH2eL2PO-uNZf1yi7cJ .navbar .empty {
    display: none;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar .top_menu {
    justify-content: space-between;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar .nav-link {
    padding: 5px !important;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar .container-fluid,
  .xH2eL2PO-uNZf1yi7cJ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.xH2eL2PO-uNZf1yi7cJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.xH2eL2PO-uNZf1yi7cJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.xH2eL2PO-uNZf1yi7cJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.xH2eL2PO-uNZf1yi7cJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.xH2eL2PO-uNZf1yi7cJ .navbar-brand .navbar-logo a {
  outline: none;
}
.xH2eL2PO-uNZf1yi7cJ .dropdown-item.active,
.xH2eL2PO-uNZf1yi7cJ .dropdown-item:active {
  background-color: transparent;
}
.xH2eL2PO-uNZf1yi7cJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.xH2eL2PO-uNZf1yi7cJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.xH2eL2PO-uNZf1yi7cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.xH2eL2PO-uNZf1yi7cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.xH2eL2PO-uNZf1yi7cJ .navbar-buttons {
  text-align: center;
}
.xH2eL2PO-uNZf1yi7cJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.xH2eL2PO-uNZf1yi7cJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.xH2eL2PO-uNZf1yi7cJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.xH2eL2PO-uNZf1yi7cJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.xH2eL2PO-uNZf1yi7cJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.xH2eL2PO-uNZf1yi7cJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.xH2eL2PO-uNZf1yi7cJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.xH2eL2PO-uNZf1yi7cJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.xH2eL2PO-uNZf1yi7cJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.xH2eL2PO-uNZf1yi7cJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.xH2eL2PO-uNZf1yi7cJ .navbar-dropdown {
  position: absolute;
}
.xH2eL2PO-uNZf1yi7cJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZf1yi7cJ a.nav-link:hover {
  color: #ffdd00 !important;
}
.is-builder .xH2eL2PO-uNZf1yi7cJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xH2eL2PO-uNZf1yi7cJ .navbar {
    height: 77px;
  }
  .xH2eL2PO-uNZf1yi7cJ .navbar.opened {
    height: auto;
  }
  .xH2eL2PO-uNZf1yi7cJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xH2eL2PO-uNZivin59l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6eeff;
}
.xH2eL2PO-uNZivin59l .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZivin59l .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZivin59l .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZivin59l .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZivin59l .container-fluid {
    padding: 0 12px;
  }
}
.xH2eL2PO-uNZivin59l .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZivin59l .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZivin59l .container {
    padding: 0 12px;
  }
}
.xH2eL2PO-uNZivin59l .title-wrapper .canvas-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZivin59l .title-wrapper .canvas-section-title {
    margin-bottom: 24px;
  }
}
.xH2eL2PO-uNZivin59l .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #f3d513;
  box-shadow: 4px 4px #f3d513;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZivin59l .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.xH2eL2PO-uNZivin59l .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZivin59l .card-wrapper .card-wrap {
    display: block;
  }
}
.xH2eL2PO-uNZivin59l .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZivin59l .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.xH2eL2PO-uNZivin59l .card-wrapper .card-wrap .icon-wrapper .canvas-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZivin59l .card-wrapper .card-wrap .icon-wrapper .canvas-iconfont {
    font-size: 100px;
  }
}
.xH2eL2PO-uNZivin59l .card-wrapper .card-wrap .canvas-text {
  margin-bottom: 0;
}
.xH2eL2PO-uNZivin59l .canvas-section-title {
  color: #222222;
  text-align: center;
}
.xH2eL2PO-uNZivin59l .canvas-section-subtitle {
  color: #222222;
}
.xH2eL2PO-uNZivin59l .canvas-text {
  color: #222222;
}
.xH2eL2PO-uNZivin59l .list {
  color: #222222;
}
.xH2eL2PO-uNZmorHg7Q {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.xH2eL2PO-uNZmorHg7Q .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZmorHg7Q .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZmorHg7Q .container,
.xH2eL2PO-uNZmorHg7Q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .container,
  .xH2eL2PO-uNZmorHg7Q .container-fluid {
    padding: 0 20px;
  }
}
.xH2eL2PO-uNZmorHg7Q a {
  display: block;
}
.xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #f3d513;
  border-bottom: 1px solid #f3d513;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
    padding: 50px 0;
  }
}
.xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xH2eL2PO-uNZmorHg7Q .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #f3d513;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .copy-wrapper {
    border-right: none;
  }
}
.xH2eL2PO-uNZmorHg7Q .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper {
    height: auto;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .card-wrapper {
    margin-bottom: 50px;
  }
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #cbe6ff;
  border-radius: 24px;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap .canvas-section-title {
  margin-bottom: 42px;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap .canvas-text {
  margin-bottom: 42px;
}
.xH2eL2PO-uNZmorHg7Q .copyright {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-title {
  color: #3d4045;
}
.xH2eL2PO-uNZmorHg7Q .canvas-text {
  color: #3d4045;
}
.xH2eL2PO-uNZmorHg7Q .list {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-btn {
  text-align: right;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-title,
.xH2eL2PO-uNZmorHg7Q .canvas-section-btn {
  text-align: center;
}
.xH2eL2PO-uNZf3enTPm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .xH2eL2PO-uNZf3enTPm {
    min-height: 170px !important;
  }
}
.xH2eL2PO-uNZf3enTPm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZf3enTPm .empty_md {
    display: block;
  }
}
.xH2eL2PO-uNZf3enTPm .container,
.xH2eL2PO-uNZf3enTPm .container-fluid,
.xH2eL2PO-uNZf3enTPm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .xH2eL2PO-uNZf3enTPm .container,
  .xH2eL2PO-uNZf3enTPm .container-fluid,
  .xH2eL2PO-uNZf3enTPm .empty_md {
    min-height: 170px !important;
  }
}
.xH2eL2PO-uNZf3enTPm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.xH2eL2PO-uNZf3enTPm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZf3enTPm .top_menu {
    min-height: 110px !important;
  }
}
.xH2eL2PO-uNZf3enTPm .navbar-caption:hover {
  color: #ffdd00 !important;
}
.xH2eL2PO-uNZf3enTPm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZf3enTPm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .xH2eL2PO-uNZf3enTPm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffdd00;
    left: -32px;
    width: calc(100% + 64px);
  }
  .xH2eL2PO-uNZf3enTPm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .xH2eL2PO-uNZf3enTPm .icons-menu .canvas-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .xH2eL2PO-uNZf3enTPm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .xH2eL2PO-uNZf3enTPm .icons-menu .icons-wrapper:hover {
    background: #ffdd00;
  }
  .xH2eL2PO-uNZf3enTPm .icons-menu .icons-wrapper:hover .canvas-iconfont {
    color: #000000;
  }
  .xH2eL2PO-uNZf3enTPm .empty,
  .xH2eL2PO-uNZf3enTPm .icons-menu {
    min-width: 265px;
  }
  .xH2eL2PO-uNZf3enTPm .navbar-logo {
    margin: 0;
  }
  .xH2eL2PO-uNZf3enTPm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .xH2eL2PO-uNZf3enTPm .btn {
    white-space: nowrap;
  }
  .xH2eL2PO-uNZf3enTPm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .xH2eL2PO-uNZf3enTPm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .xH2eL2PO-uNZf3enTPm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .xH2eL2PO-uNZf3enTPm .dropdown-toggle::after,
  .xH2eL2PO-uNZf3enTPm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.xH2eL2PO-uNZf3enTPm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "workflow2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.xH2eL2PO-uNZf3enTPm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZf3enTPm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.xH2eL2PO-uNZf3enTPm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZf3enTPm .dropdown-menu .dropdown-item:hover {
  color: #18204f !important;
  background-color: #e6e6e6;
}
.xH2eL2PO-uNZf3enTPm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.xH2eL2PO-uNZf3enTPm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.xH2eL2PO-uNZf3enTPm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.xH2eL2PO-uNZf3enTPm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.xH2eL2PO-uNZf3enTPm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.xH2eL2PO-uNZf3enTPm .nav-item:focus,
.xH2eL2PO-uNZf3enTPm .nav-link:focus {
  outline: none;
}
.xH2eL2PO-uNZf3enTPm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.xH2eL2PO-uNZf3enTPm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.xH2eL2PO-uNZf3enTPm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.xH2eL2PO-uNZf3enTPm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xH2eL2PO-uNZf3enTPm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.xH2eL2PO-uNZf3enTPm ul.navbar-nav {
  flex-wrap: wrap;
}
.xH2eL2PO-uNZf3enTPm ul.navbar-nav li {
  margin: auto;
}
.xH2eL2PO-uNZf3enTPm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.xH2eL2PO-uNZf3enTPm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.xH2eL2PO-uNZf3enTPm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZf3enTPm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZf3enTPm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.xH2eL2PO-uNZf3enTPm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xH2eL2PO-uNZf3enTPm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xH2eL2PO-uNZf3enTPm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .xH2eL2PO-uNZf3enTPm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.xH2eL2PO-uNZf3enTPm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.xH2eL2PO-uNZf3enTPm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xH2eL2PO-uNZf3enTPm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .xH2eL2PO-uNZf3enTPm .navbar .icons-menu,
  .xH2eL2PO-uNZf3enTPm .navbar .empty {
    display: none;
  }
  .xH2eL2PO-uNZf3enTPm .navbar .top_menu {
    justify-content: space-between;
  }
  .xH2eL2PO-uNZf3enTPm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xH2eL2PO-uNZf3enTPm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xH2eL2PO-uNZf3enTPm .navbar .nav-link {
    padding: 5px !important;
  }
  .xH2eL2PO-uNZf3enTPm .navbar .container-fluid,
  .xH2eL2PO-uNZf3enTPm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .xH2eL2PO-uNZf3enTPm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .xH2eL2PO-uNZf3enTPm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xH2eL2PO-uNZf3enTPm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .xH2eL2PO-uNZf3enTPm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .xH2eL2PO-uNZf3enTPm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .xH2eL2PO-uNZf3enTPm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.xH2eL2PO-uNZf3enTPm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.xH2eL2PO-uNZf3enTPm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.xH2eL2PO-uNZf3enTPm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.xH2eL2PO-uNZf3enTPm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.xH2eL2PO-uNZf3enTPm .navbar-brand .navbar-logo a {
  outline: none;
}
.xH2eL2PO-uNZf3enTPm .dropdown-item.active,
.xH2eL2PO-uNZf3enTPm .dropdown-item:active {
  background-color: transparent;
}
.xH2eL2PO-uNZf3enTPm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.xH2eL2PO-uNZf3enTPm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.xH2eL2PO-uNZf3enTPm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.xH2eL2PO-uNZf3enTPm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.xH2eL2PO-uNZf3enTPm .navbar-buttons {
  text-align: center;
}
.xH2eL2PO-uNZf3enTPm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.xH2eL2PO-uNZf3enTPm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.xH2eL2PO-uNZf3enTPm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.xH2eL2PO-uNZf3enTPm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.xH2eL2PO-uNZf3enTPm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.xH2eL2PO-uNZf3enTPm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.xH2eL2PO-uNZf3enTPm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.xH2eL2PO-uNZf3enTPm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.xH2eL2PO-uNZf3enTPm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.xH2eL2PO-uNZf3enTPm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.xH2eL2PO-uNZf3enTPm .navbar-dropdown {
  position: absolute;
}
.xH2eL2PO-uNZf3enTPm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.xH2eL2PO-uNZf3enTPm a.nav-link:hover {
  color: #ffdd00 !important;
}
.is-builder .xH2eL2PO-uNZf3enTPm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xH2eL2PO-uNZf3enTPm .navbar {
    height: 77px;
  }
  .xH2eL2PO-uNZf3enTPm .navbar.opened {
    height: auto;
  }
  .xH2eL2PO-uNZf3enTPm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xH2eL2PO-uNZiwK3PQw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6eeff;
}
.xH2eL2PO-uNZiwK3PQw .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZiwK3PQw .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZiwK3PQw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZiwK3PQw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZiwK3PQw .container-fluid {
    padding: 0 12px;
  }
}
.xH2eL2PO-uNZiwK3PQw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZiwK3PQw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xH2eL2PO-uNZiwK3PQw .container {
    padding: 0 12px;
  }
}
.xH2eL2PO-uNZiwK3PQw .title-wrapper .canvas-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZiwK3PQw .title-wrapper .canvas-section-title {
    margin-bottom: 24px;
  }
}
.xH2eL2PO-uNZiwK3PQw .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #f3d513;
  box-shadow: 4px 4px #f3d513;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZiwK3PQw .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.xH2eL2PO-uNZiwK3PQw .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZiwK3PQw .card-wrapper .card-wrap {
    display: block;
  }
}
.xH2eL2PO-uNZiwK3PQw .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZiwK3PQw .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.xH2eL2PO-uNZiwK3PQw .card-wrapper .card-wrap .icon-wrapper .canvas-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZiwK3PQw .card-wrapper .card-wrap .icon-wrapper .canvas-iconfont {
    font-size: 100px;
  }
}
.xH2eL2PO-uNZiwK3PQw .card-wrapper .card-wrap .canvas-text {
  margin-bottom: 0;
}
.xH2eL2PO-uNZiwK3PQw .canvas-section-title {
  color: #222222;
  text-align: center;
}
.xH2eL2PO-uNZiwK3PQw .canvas-section-subtitle {
  color: #222222;
}
.xH2eL2PO-uNZiwK3PQw .canvas-text {
  color: #222222;
}
.xH2eL2PO-uNZiwK3PQw .list {
  color: #222222;
}
.xH2eL2PO-uNZmorHg7Q {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.xH2eL2PO-uNZmorHg7Q .canvas-fallback-image.disabled {
  display: none;
}
.xH2eL2PO-uNZmorHg7Q .canvas-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xH2eL2PO-uNZmorHg7Q .container,
.xH2eL2PO-uNZmorHg7Q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .container,
  .xH2eL2PO-uNZmorHg7Q .container-fluid {
    padding: 0 20px;
  }
}
.xH2eL2PO-uNZmorHg7Q a {
  display: block;
}
.xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #f3d513;
  border-bottom: 1px solid #f3d513;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper {
    padding: 50px 0;
  }
}
.xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xH2eL2PO-uNZmorHg7Q .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #f3d513;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .copy-wrapper {
    border-right: none;
  }
}
.xH2eL2PO-uNZmorHg7Q .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper {
    height: auto;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xH2eL2PO-uNZmorHg7Q .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xH2eL2PO-uNZmorHg7Q .card-wrapper {
    margin-bottom: 50px;
  }
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #cbe6ff;
  border-radius: 24px;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap .canvas-section-title {
  margin-bottom: 42px;
}
.xH2eL2PO-uNZmorHg7Q .card-wrapper .card-wrap .canvas-text {
  margin-bottom: 42px;
}
.xH2eL2PO-uNZmorHg7Q .copyright {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-title {
  color: #3d4045;
}
.xH2eL2PO-uNZmorHg7Q .canvas-text {
  color: #3d4045;
}
.xH2eL2PO-uNZmorHg7Q .list {
  color: #000000;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-btn {
  text-align: right;
}
.xH2eL2PO-uNZmorHg7Q .canvas-section-title,
.xH2eL2PO-uNZmorHg7Q .canvas-section-btn {
  text-align: center;
}

/* 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 */
.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;
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
        bottom: 0;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        padding: 8px;
        gap: 8px;
        font-size: 12px;
    }
    .cookie-banner img {
        width: 30px;
        height: 30px;
    }
    .cookie-buttons {
        gap: 5px;
    }
    .cookie-btn {
        padding: 10px 0;
        font-size: 12px;
    }
}


section.form01,
.form01 .content-wrapper,
.form01 .form-wrapper,
.form01 form,
.form01 input,
.form01 textarea,
.form01 button {
    filter: none !important;
    backdrop-filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 999 !important;
    position: relative;
}