@keyframes fadeInRightShort {
    from {
      opacity: 0;
      transform: translate3d(min(160px, 10vw), 0, 0);
    }
  
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRightShort {
    animation-name: fadeInRightShort;
  }
  
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.repeat-1 {
  animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animated.repeat-3 {
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animated.delay-1s {
  animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  animation-delay: calc(var(--animate-delay) * 5);
}

.animated.faster {
  animation-duration: calc(var(--animate-duration) / 2);
}

.animated.fast {
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animated.slow {
  animation-duration: calc(var(--animate-duration) * 2);
}

.animated.slower {
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .animated[class*='Out'] {
    opacity: 0;
  }
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.vee-social,.vee-menu.mm-menu .mm-navbar vee-social{overflow-x:auto;scrollbar-width:thin}.vee-social__list,.vee-menu.mm-menu .mm-navbar vee-social__list{margin:0;padding:0;list-style:none;display:inline-flex}.vee-social__item,.vee-menu.mm-menu .mm-navbar vee-social__item{margin:0 0.125rem;padding:0}@media (min-width: 992px){.vee-social__item,.vee-menu.mm-menu .mm-navbar vee-social__item{margin:0 0.125rem}}.vee-social__item:first-child,.vee-menu.mm-menu .mm-navbar vee-social__item:first-child{margin-left:0 !important}.vee-social__item:last-child,.vee-menu.mm-menu .mm-navbar vee-social__item:last-child{margin-right:0 !important}.vee-social__link,.vee-menu.mm-menu .mm-navbar vee-social__link{display:flex;justify-content:center;align-items:center;width:30px;height:30px;font-size:30px;text-decoration:none;transition:all 0.4s ease}@media (min-width: 992px){.vee-social__link,.vee-menu.mm-menu .mm-navbar vee-social__link{width:30px;height:30px;font-size:30px}}.vee-social__link--header-type-1{color:#00BAF2;background:transparent;border-width:0;border-style:none;border-color:#D4DBE5;border-radius:0}@media (min-width: 992px){.vee-social__link--header-type-1{color:#00BAF2;background:transparent;border-width:0;border-color:#D4DBE5;border-radius:0;border-style:none}}.vee-social__link--header-type-1:hover{color:#000;text-decoration:none;background:transparent;border-color:#00BAF2}@media (min-width: 992px){.vee-social__link--header-type-1:hover{color:#000;background:transparent;border-color:#00BAF2}}.vee-menu.mm-menu .mm-navbar .vee-social__link--header-type-1{color:#00BAF2}.vee-menu.mm-menu .mm-navbar .vee-social__link--header-type-1:hover{color:#000}
.vee-headline-1 h1,h1.vee-headline-1{margin:0 0 0.5rem 0;text-align:left}.vee-headline-1 h2,h2.vee-headline-1{margin:0 0 0.5rem 0;text-align:left}.vee-headline-1 h3,h3.vee-headline-1{margin:0 0 0.5rem 0;text-align:left}.vee-headline-1 h4,h4.vee-headline-1{margin:0 0 0.5rem 0;text-align:left}.vee-headline-1 h5,h5.vee-headline-1{margin:0 0 0.5rem 0;text-align:left}.vee-headline-1 h6,h6.vee-headline-1{margin:0 0 0.5rem 0;text-align:left}
@charset "UTF-8";
.mod_breadcrumb ul{display:flex;margin:0;padding:0;list-style:none;flex-wrap:wrap}.mod_breadcrumb ul li{padding:0;color:#999}.mod_breadcrumb ul li::after{position:relative;margin:0 0.5em}.mod_breadcrumb ul li:last-child::after{display:none}.mod_breadcrumb ul li a{color:inherit;text-decoration:none}.mod_breadcrumb ul li a:hover{text-decoration:underline}.mod_breadcrumb--arrow-1 li::after{content:'/'}.mod_breadcrumb--arrow-2 li::after{content:'|'}.mod_breadcrumb--arrow-3 li::after{content:'·'}.mod_breadcrumb--arrow-4 li::after{font-family:'veeicons';content:''}.mod_breadcrumb--arrow-5 li::after{font-family:'veeicons';content:''}.mod_breadcrumb--arrow-6 li::after{font-family:'veeicons';content:''}.mod_breadcrumb--arrow-7 li::after{font-family:'veeicons';content:''}.mod_breadcrumb--arrow-8 li::after{font-family:'veeicons';content:''}.mod_breadcrumb--arrow-9 li::after{font-family:'veeicons';content:''}
.vee-section{}.vee-section--full-height{display:flex;min-height:100vh}.vee-section--underlay,.vee-section--overlay,.vee-section--divider,.vee-section--kenburns{position:relative}.vee-section:not(.vee-section--boxed){padding-top:70px;padding-bottom:38px}@media (min-width:576px){.vee-section:not(.vee-section--boxed){padding-top:70px;padding-bottom:38px}}@media (min-width:768px){.vee-section:not(.vee-section--boxed){padding-top:70px;padding-bottom:38px}}@media (min-width:992px){.vee-section:not(.vee-section--boxed){padding-top:70px;padding-bottom:38px}}@media (min-width:1200px){.vee-section:not(.vee-section--boxed){padding-top:70px;padding-bottom:38px}}@media (min-width:1400px){.vee-section:not(.vee-section--boxed){padding-top:70px;padding-bottom:38px}}.vee-section:not(.vee-section--boxed).small-padding{padding-top:48px;padding-bottom:16px}@media (min-width:576px){.vee-section:not(.vee-section--boxed).small-padding{padding-top:48px;padding-bottom:16px}}@media (min-width:768px){.vee-section:not(.vee-section--boxed).small-padding{padding-top:48px;padding-bottom:16px}}@media (min-width:992px){.vee-section:not(.vee-section--boxed).small-padding{padding-top:48px;padding-bottom:16px}}@media (min-width:1200px){.vee-section:not(.vee-section--boxed).small-padding{padding-top:48px;padding-bottom:16px}}@media (min-width:1400px){.vee-section:not(.vee-section--boxed).small-padding{padding-top:48px;padding-bottom:16px}}.vee-section:not(.vee-section--boxed).large-padding{padding-top:144px;padding-bottom:112px}@media (min-width:576px){.vee-section:not(.vee-section--boxed).large-padding{padding-top:144px;padding-bottom:112px}}@media (min-width:768px){.vee-section:not(.vee-section--boxed).large-padding{padding-top:144px;padding-bottom:112px}}@media (min-width:992px){.vee-section:not(.vee-section--boxed).large-padding{padding-top:144px;padding-bottom:112px}}@media (min-width:1200px){.vee-section:not(.vee-section--boxed).large-padding{padding-top:144px;padding-bottom:112px}}@media (min-width:1400px){.vee-section:not(.vee-section--boxed).large-padding{padding-top:144px;padding-bottom:112px}}.vee-section:not(.vee-section--boxed).no-padding{padding-top:0;padding-bottom:0}.vee-section--boxed>.vee-section__container{padding-top:70px;padding-bottom:38px}@media (min-width:576px){.vee-section--boxed>.vee-section__container{padding-top:70px;padding-bottom:38px}}@media (min-width:768px){.vee-section--boxed>.vee-section__container{padding-top:70px;padding-bottom:38px}}@media (min-width:992px){.vee-section--boxed>.vee-section__container{padding-top:70px;padding-bottom:38px}}@media (min-width:1200px){.vee-section--boxed>.vee-section__container{padding-top:70px;padding-bottom:38px}}@media (min-width:1400px){.vee-section--boxed>.vee-section__container{padding-top:70px;padding-bottom:38px}}.vee-section--boxed.small-padding>.vee-section__container{padding-top:48px;padding-bottom:16px}@media (min-width:576px){.vee-section--boxed.small-padding>.vee-section__container{padding-top:48px;padding-bottom:16px}}@media (min-width:768px){.vee-section--boxed.small-padding>.vee-section__container{padding-top:48px;padding-bottom:16px}}@media (min-width:992px){.vee-section--boxed.small-padding>.vee-section__container{padding-top:48px;padding-bottom:16px}}@media (min-width:1200px){.vee-section--boxed.small-padding>.vee-section__container{padding-top:48px;padding-bottom:16px}}@media (min-width:1400px){.vee-section--boxed.small-padding>.vee-section__container{padding-top:48px;padding-bottom:16px}}.vee-section--boxed.large-padding>.vee-section__container{padding-top:144px;padding-bottom:112px}@media (min-width:576px){.vee-section--boxed.large-padding>.vee-section__container{padding-top:144px;padding-bottom:112px}}@media (min-width:768px){.vee-section--boxed.large-padding>.vee-section__container{padding-top:144px;padding-bottom:112px}}@media (min-width:992px){.vee-section--boxed.large-padding>.vee-section__container{padding-top:144px;padding-bottom:112px}}@media (min-width:1200px){.vee-section--boxed.large-padding>.vee-section__container{padding-top:144px;padding-bottom:112px}}@media (min-width:1400px){.vee-section--boxed.large-padding>.vee-section__container{padding-top:144px;padding-bottom:112px}}.vee-section--boxed.no-padding>.vee-section__container{padding-top:0;padding-bottom:0}.vee-section--limited-content-width .vee-section__content{max-width:1920px;margin-left:auto;margin-right:auto}.vee-section__underlay{position:absolute;top:0;left:0;z-index:-2;width:100%;height:100%}.vee-section__overlay{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%}.vee-section__content{position:relative;z-index:1}.vee-section__toggler{display:none;cursor:pointer}@media (max-width:575.98px){.vee-section__toggler--xs{display:block}.vee-section__toggler--xs:not(.active)+.vee-section__content{max-height:0;overflow:hidden}}@media (min-width:576px) and (max-width:767.98px){.vee-section__toggler--sm{display:block}.vee-section__toggler--sm:not(.active)+.vee-section__content{max-height:0;overflow:hidden}}@media (min-width:768px) and (max-width:991.98px){.vee-section__toggler--md{display:block}.vee-section__toggler--md:not(.active)+.vee-section__content{max-height:0;overflow:hidden}}@media (min-width:992px) and (max-width:1199.98px){.vee-section__toggler--lg{display:block}.vee-section__toggler--lg:not(.active)+.vee-section__content{max-height:0;overflow:hidden}}@media (min-width:1200px) and (max-width:1399.98px){.vee-section__toggler--xl{display:block}.vee-section__toggler--xl:not(.active)+.vee-section__content{max-height:0;overflow:hidden}}@media (min-width:1400px){.vee-section__toggler--xxl{display:block}.vee-section__toggler--xxl:not(.active)+.vee-section__content{max-height:0;overflow:hidden}}.vee-section__divider{position:absolute;left:0;width:100%;background-size:100% 100%}.vee-section__divider--top{top:0}.vee-section__divider--bottom{bottom:0;transform:scaleY(-1.01)}.vee-section__divider--bottom.vee-section__divider--flip-x{transform:scale3d(-1, -1, 1)}.vee-section__divider--position-below{z-index:0}.vee-section__divider--position-above{z-index:2}.vee-section__divider--flip-x{transform:scaleX(-1)}.vee-section.vegas-container .vegas-wrapper{display:flex}.vee-section.vegas-container .vegas-content-scrollable{position:static;flex-grow:1}.vee-section.vegas-container.justify-content-start .vegas-wrapper{justify-content:flex-start}.vee-section.vegas-container.justify-content-center .vegas-wrapper{justify-content:center}.vee-section.vegas-container.justify-content-end .vegas-wrapper{justify-content:flex-end}.vee-section.vegas-container.align-items-start .vegas-wrapper{align-items:flex-start}.vee-section.vegas-container.align-items-center .vegas-wrapper{align-items:center}.vee-section.vegas-container.align-items-end .vegas-wrapper{align-items:flex-end}
.vee-custom-list ul{margin:0;padding:0;list-style:none}.vee-custom-list li{display:flex;align-items:center;margin-bottom:0.25rem;transition:all 0.4s ease}.vee-custom-list li:hover i:first-child{opacity:0}.vee-custom-list li:hover i:last-child{opacity:1}.vee-custom-list__icon{margin-right:0.5rem}.vee-custom-list__icon-wrap{position:relative;overflow:hidden;text-align:center;transition:all 0.4s;width:1.25em;height:1.25em;display:block}.vee-custom-list__icon i{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.vee-custom-list__icon i:last-child{opacity:0}.vee-custom-list__icon i:first-child{opacity:1}.vee-custom-list--fade i{transition:all 0.4s ease}.vee-custom-list--fade i:last-child{opacity:0}.vee-custom-list--fade li:hover i:first-child{opacity:0}.vee-custom-list--fade li:hover i:last-child{opacity:1}.vee-custom-list--left-right i{transition:all 0.3s ease}.vee-custom-list--left-right i:last-child{left:0;transform:translate(-100%, -50%)}.vee-custom-list--left-right li:hover i:first-child{left:100%;transform:translate(100%, -50%)}.vee-custom-list--left-right li:hover i:last-child{left:50%;transform:translate(-50%, -50%)}.vee-custom-list--right-left i{transition:all 0.3s ease}.vee-custom-list--right-left i:last-child{top:50%;transform:translate(100%, -50%)}.vee-custom-list--right-left li:hover i:first-child{left:0;transform:translate(-100%, -50%)}.vee-custom-list--right-left li:hover i:last-child{transform:translate(-50%, -50%)}.vee-custom-list--top-bottom i{transition:all 0.3s ease}.vee-custom-list--top-bottom i:last-child{top:0;left:50%;transform:translate(-50%, -100%)}.vee-custom-list--top-bottom li:hover i:first-child{transform:translate(-50%, 100%)}.vee-custom-list--top-bottom li:hover i:last-child{top:50%;transform:translate(-50%, -50%)}.vee-custom-list--bottom-top i{transition:all 0.3s ease}.vee-custom-list--bottom-top i:last-child{bottom:0;left:50%;transform:translate(-50%, 100%)}.vee-custom-list--bottom-top li:hover i:first-child{top:0;transform:translate(-50%, -100%)}.vee-custom-list--bottom-top li:hover i:last-child{bottom:auto;transform:translate(-50%, -50%)}
.vee-button--style-sweep-to-right a,.vee-button--style-sweep-to-right button{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);overflow:hidden;transition:all 0.3s ease-in-out;position:relative;will-change:transform}.vee-button--style-sweep-to-right a:before,.vee-button--style-sweep-to-right button:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;transition:transform 0.3s ease-in-out;transform:scaleX(0);transform-origin:0 50%;background-color:#0093bf;will-change:transform}.vee-button--style-sweep-to-right a i,.vee-button--style-sweep-to-right button i{transition:all 0.3s ease-in-out}.vee-button--style-sweep-to-right a:hover,.vee-button--style-sweep-to-right a:focus,.vee-button--style-sweep-to-right a:active,.vee-button--style-sweep-to-right button:hover,.vee-button--style-sweep-to-right button:focus,.vee-button--style-sweep-to-right button:active{color:white}.vee-button--style-sweep-to-right a:hover:before,.vee-button--style-sweep-to-right a:focus:before,.vee-button--style-sweep-to-right a:active:before,.vee-button--style-sweep-to-right button:hover:before,.vee-button--style-sweep-to-right button:focus:before,.vee-button--style-sweep-to-right button:active:before{transform:scaleX(1)}
.vee-menu.mm-menu .mm-navbar .vee-buttons,.vee-header__mobile .vee-buttons{margin-bottom:-0.5rem}.vee-menu.mm-menu .mm-navbar .vee-buttons .vee-button,.vee-header__mobile .vee-buttons .vee-button{margin-bottom:0.5rem}.vee-menu.mm-menu .mm-navbar .vee-button,.vee-button{display:flex}.vee-menu.mm-menu .mm-navbar .vee-button a,.vee-menu.mm-menu .mm-navbar .vee-button button,.vee-button a,.vee-button button{display:inline-flex !important;align-items:center;overflow:hidden;color:#fff;line-height:1;text-decoration:none !important;background:#00BAF2;border:0 solid;border-radius:4px;cursor:pointer;font-size:1rem;padding:1em 2em;transition:all 0.5s ease-in-out}.vee-menu.mm-menu .mm-navbar .vee-button a i,.vee-menu.mm-menu .mm-navbar .vee-button button i,.vee-button a i,.vee-button button i{transition:all 0.5s ease-in-out}.vee-menu.mm-menu .mm-navbar .vee-button a strong,.vee-menu.mm-menu .mm-navbar .vee-button button strong,.vee-button a strong,.vee-button button strong{color:inherit}.vee-menu.mm-menu .mm-navbar .vee-button--icon-left i,.vee-button--icon-left i{margin-right:0.75em}.vee-menu.mm-menu .mm-navbar .vee-button--icon-right i,.vee-button--icon-right i{margin-left:0.75em}.vee-menu.mm-menu .mm-navbar .vee-button--align-left,.vee-button--align-left{justify-content:flex-start}.vee-menu.mm-menu .mm-navbar .vee-button--align-right,.vee-button--align-right{justify-content:flex-end}.vee-menu.mm-menu .mm-navbar .vee-button--align-center,.vee-button--align-center{justify-content:center}.vee-menu.mm-menu .mm-navbar .vee-button--align-justified a,.vee-menu.mm-menu .mm-navbar .vee-button--align-justified button,.vee-button--align-justified a,.vee-button--align-justified button{flex-grow:1;justify-content:center}
.vee-icon-box-3{display:flex;flex-wrap:nowrap;align-items:center;position:relative}.vee-icon-box-3--stretched-link .vee-icon-box-3__headline a::after,.vee-icon-box-3--stretched-link .vee-link-wrapper a::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:''}.vee-icon-box-3--stretched-link .vee-button{position:relative;z-index:2}.vee-icon-box-3__headline{margin-top:0.25rem;margin-bottom:1rem;font-size:1.25rem}.vee-icon-box-3__headline a{color:inherit}.vee-icon-box-3__headline a:hover{text-decoration:none}.vee-icon-box-3__text{margin-bottom:1rem}.vee-icon-box-3__icon{flex:0 0 auto;align-self:flex-start;margin-right:2rem;font-size:2rem}.vee-icon-box-3__icon>div{display:flex;justify-content:center;align-items:center}.vee-icon-box-3__icon--font>div{width:1em;height:1em}.vee-icon-box-3__icon--right{order:1;margin-right:0;margin-left:2rem}.vee-icon-box-3__content>:last-child{margin-bottom:0}.vee-icon-box-3__content--right{text-align:right}
@charset "UTF-8";
.vee-link-wrapper,.back,.toplink,.ce_toplink{margin-bottom:24px}@media (min-width:576px){.vee-link-wrapper,.back,.toplink,.ce_toplink{margin-bottom:24px}}@media (min-width:768px){.vee-link-wrapper,.back,.toplink,.ce_toplink{margin-bottom:24px}}@media (min-width:992px){.vee-link-wrapper,.back,.toplink,.ce_toplink{margin-bottom:24px}}@media (min-width:1200px){.vee-link-wrapper,.back,.toplink,.ce_toplink{margin-bottom:24px}}@media (min-width:1400px){.vee-link-wrapper,.back,.toplink,.ce_toplink{margin-bottom:24px}}.vee-link-wrapper a,.back a,.toplink a,.ce_toplink a{display:inline-flex;align-items:center;color:#000;font-weight:700;text-transform:uppercase;text-decoration:none;transition:all 0.4s}.vee-link-wrapper a::after,.vee-link-wrapper a::before,.back a::after,.back a::before,.toplink a::after,.toplink a::before,.ce_toplink a::after,.ce_toplink a::before{color:#000;font-weight:normal;font-family:'veeicons' !important;font-style:normal;font-variant:normal;line-height:1;text-transform:none;transition:all 0.4s;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vee-link-wrapper a:hover,.back a:hover,.toplink a:hover,.ce_toplink a:hover{color:#00BAF2;text-decoration:none}.vee-link-wrapper a:hover::after,.vee-link-wrapper a:hover::before,.back a:hover::after,.back a:hover::before,.toplink a:hover::after,.toplink a:hover::before,.ce_toplink a:hover::after,.ce_toplink a:hover::before{color:#00BAF2}.vee-link-wrapper a::after{margin-top:-0.071em;margin-left:0.75em;content:''}.vee-link-wrapper a:hover::after{margin-left:1.25em}.back a::before{margin-top:-0.071em;margin-right:0.75em;content:''}.back a:hover::before{margin-right:1.25em}.toplink a::after,.ce_toplink a::after{margin-top:-0.071em;margin-left:0.75em;content:''}.toplink a:hover::after,.ce_toplink a:hover::after{margin-top:-1.25em}
@charset "UTF-8";
.image_container.vee-image-hover{display:flex;flex-wrap:wrap;justify-content:flex-start}.image_container.vee-image-hover picture{flex-grow:1}.image_container.vee-image-hover a{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;transform:translate3d(0, 0, 0);transition:opacity 0.5s ease}.image_container.vee-image-hover a::before{position:absolute;top:0;left:0;z-index:9;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);opacity:0;transition:opacity 0.5s ease;content:''}.image_container.vee-image-hover a::after{position:absolute;z-index:10;display:block;width:46px;height:46px;color:#00BAF2;font-size:22px;font-family:'veeicons';line-height:46px;text-align:center;background-color:#fff;border-radius:50%;opacity:0;transform:translateY(80%);transition:opacity, transform 0.5s ease;content:''}.image_container.vee-image-hover a:hover::before{opacity:1}.image_container.vee-image-hover a:hover::after{transform:translateY(0);opacity:1}.image_container.vee-image-hover a[data-lightbox]::after{content:''}.image_container.vee-image-hover a[target='_blank']::after{content:''}.image_container.vee-image-hover .caption{width:100%}
caption{padding-top:0.5rem;padding-bottom:0.5rem;color:#999;text-align:left}.ce_table.caption-top table,.ce_text.caption-top table{caption-side:top}.ce_table{overflow-x:auto;-webkit-overflow-scrolling:touch}.ce_table table{margin-bottom:0}.ce_table table,.ce_text table{width:100%;border-collapse:collapse;border-spacing:0}.ce_table table td,.ce_table table th,.ce_text table td,.ce_text table th{padding:0.75rem 1rem;border-width:0px 0px 1px;border-style:dashed;border-color:#A2A7B2;transition:all 0.4s ease-in-out}.ce_table table th,.ce_text table th{color:#454F66;background-color:transparent}.ce_table table td,.ce_text table td{color:#454F66}.ce_table table thead th,.ce_text table thead th{border-color:#A2A7B2;border-style:dashed;border-width:0px 0px 1px}.ce_table table tbody tr:nth-child(even) td,.ce_text table tbody tr:nth-child(even) td{background-color:#F5F7FB}.ce_table table tbody tr:nth-child(odd) td,.ce_text table tbody tr:nth-child(odd) td{background-color:transparent}.ce_table table tfoot tr td,.ce_text table tfoot tr td{color:#454F66;background-color:transparent}
.vee-scroll-up{position:fixed;bottom:20px;left:20px;z-index:10;width:2rem;height:2rem;background-color:#00BAF2;border-width:0;border-style:solid;border-color:#00BAF2;border-radius:4px;cursor:pointer;opacity:0;transition:all 0.3s;pointer-events:none}.vee-scroll-up i{position:absolute;top:50%;left:50%;color:#fff;font-size:1rem;transform:translate(-50%, -50%)}.vee-scroll-up:hover{background-color:#007fa6;border-color:#007fa6}.vee-scroll-up:hover i{color:#fff}.vee-scroll-up--active{opacity:1;pointer-events:auto}.vee-scroll-up--right{right:20px;left:auto}.vee-scroll-up--side.vee-scroll-up--left{left:-2rem}.vee-scroll-up--side.vee-scroll-up--left.vee-scroll-up--active{left:20px}.vee-scroll-up--side.vee-scroll-up--right{right:-2rem}.vee-scroll-up--side.vee-scroll-up--right.vee-scroll-up--active{right:20px;left:auto}.vee-scroll-up--bottom{bottom:-2rem}.vee-scroll-up--bottom.vee-scroll-up--active{bottom:20px}
.vee-section-divider-2d4e9962{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9Ijg0MS44OTFweCIgaGVpZ2h0PSI1OTUuMjgxcHgiIHZpZXdCb3g9IjAgMCA4NDEuODkxIDU5NS4yODEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDg0MS44OTEgNTk1LjI4MSIKCSBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4KPGc+Cgk8cG9seWdvbiBmaWxsPSIjZmZmZmZmIiBwb2ludHM9IjAsNTk1LjI4MSA4NDEuODksNTk1LjI4MSA4NDEuODksLTkuOTIxIDAsLTkuOTIxIAkiLz4KPC9nPgo8L3N2Zz4K);height:364px;}@media (max-width: 1399.98px){.vee-section-divider-2d4e9962{height:364px;}}@media (max-width: 1199.98px){.vee-section-divider-2d4e9962{height:364px;}}@media (max-width: 991.98px){.vee-section-divider-2d4e9962{height:364px;}}@media (max-width: 767.98px){.vee-section-divider-2d4e9962{height:364px;}}@media (max-width: 575.98px){.vee-section-divider-2d4e9962{height:364px;}}
#vee-body .vee-57-22ced7e4{margin-bottom:0;}@media (max-width: 1199.98px){#vee-body .vee-57-22ced7e4{font-size:2rem;}}@media (max-width: 767.98px){#vee-body .vee-57-22ced7e4{font-size:1.75rem;}}#vee-body .vee-58-5a5ecc80 ul li{color:#454F66;}#vee-body .vee-58-5a5ecc80 ul li.active{color:#454F66;}#vee-body .vee-56-6351a85d{padding-top:32px;padding-bottom:32px;}
#vee-body .vee-56-6351a85d {
	position: relative;
}

#vee-body .vee-56-6351a85d:before {
	position: absolute;
	content: '';
	background: #F5F7FB;
	border-radius: 30px;
	width: 120%;
	height: 100%;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.4s all;
}

#vee-body .vee-56-6351a85d:after {
	width: 118px;
	height: 96px;
	content: '';
	background:url(../../files/layout/images/dots-3.svg) 0 0 no-repeat;
	position: absolute;
	bottom:-22px;
	right: -10%;
	margin-right: -22px;
}#vee-body .vee-48-36f6925d{position:relative;}#vee-body .vee-24-74d78601 .vee-subheadline{color:#fff;}#vee-body .vee-23-a2b4f3c7{color:#fff;font-size:2.625rem;font-weight:400;}#vee-body .vee-22-87a701cf{color:#fff;}#vee-body .vee-21-1681e3be li{margin-bottom:14px;}#vee-body .vee-21-1681e3be .vee-custom-list__content{color:#fff;}#vee-body .vee-21-1681e3be .vee-custom-list__icon{margin-right:16px;}#vee-body .vee-21-1681e3be .vee-custom-list__icon-wrap{color:#fff;width:25px;height:25px;font-size:24px;}#vee-body .vee-47-f59fc0fe{bottom:-65px;;right:0px;;position:absolute;}@media (max-width: 1399.98px){#vee-body .vee-47-f59fc0fe{right:-50px;;}}@media (max-width: 1199.98px){#vee-body .vee-47-f59fc0fe{right:-90px;;}}@media (max-width: 991.98px){#vee-body .vee-47-f59fc0fe{right:-50px;;}}#vee-body .vee-25-7db25a72{margin-right:-110px;margin-bottom:0px;padding:80px 110px;background-color:#fff;border-radius:30px;box-shadow:0 0 50px 0 rgba(0,0,0,0.08);}@media (max-width: 1399.98px){#vee-body .vee-25-7db25a72{padding-right:32px;padding-left:32px;}}@media (max-width: 1199.98px){#vee-body .vee-25-7db25a72{margin-right:0;padding-right:32px;padding-left:32px;}}@media (max-width: 991.98px){#vee-body .vee-25-7db25a72{margin-right:0;padding-right:32px;padding-left:32px;}}#vee-body .vee-51-f9975835{padding-top:1rem;padding-bottom:1rem;}#vee-body .vee-50-ec2b40a5 a,#vee-body .vee-50-ec2b40a5 button{background-color:#286DB2;padding:16px 46px;font-weight:500;border-radius:30px;}#vee-body .vee-50-ec2b40a5 a:before,#vee-body .vee-50-ec2b40a5 button:before{background-color:#00BAF2;}#vee-body .vee-46-0a3022b3{padding-top:86px;padding-bottom:0px;}#vee-body .vee-53-fb2e0720{padding-bottom:28px;}#vee-body .vee-28-718c39e1 .vee-subheadline{text-align:center;}#vee-body .vee-27-12524a19{margin-bottom:48px;text-align:center;}#vee-body .vee-7-a739babd .vee-icon-box-3__icon{margin-right:0.75rem;align-self:center;}#vee-body .vee-7-a739babd .vee-icon-box-3__icon > div{color:#00BAF2;width:30px;height:30px;font-size:30px;}#vee-body .vee-7-a739babd .vee-icon-box-3__headline{margin-bottom:0px;color:#454F66;font-size:0.875rem;font-weight:400;line-height:1;}#vee-body .vee-7-a739babd .vee-icon-box-3__text{color:#000;font-size:1rem;font-weight:700;}#vee-body .vee-30-f13a38af{padding-top:120px;padding-bottom:28px;}@media (max-width: 1399.98px){#vee-body .vee-30-f13a38af{padding-top:120px;}}@media (max-width: 1199.98px){#vee-body .vee-30-f13a38af{padding-top:120px;}}@media (max-width: 991.98px){#vee-body .vee-30-f13a38af{padding-top:120px;}}@media (max-width: 767.98px){#vee-body .vee-30-f13a38af{padding-top:120px;}}@media (max-width: 575.98px){#vee-body .vee-30-f13a38af{padding-top:120px;}}#vee-body .vee-34-22e11b0c{margin-bottom:60px;padding-bottom:2rem;border-color:#5F5E60;border-width:0px 0px 1px;border-style:solid;}#vee-body .vee-31-2a8a6b93{margin-top:0.25rem;margin-bottom:0.25rem;color:#fff;font-size:1.125rem;}#vee-body .vee-32-1e017177{color:#A2A7B2;margin-top:0.25rem;margin-bottom:0.25rem;}#vee-body .vee-33-a6ca03d3{margin-top:0.25rem;margin-bottom:0.25rem;}#vee-body .vee-9-9bb3d3ee a,#vee-body .vee-9-9bb3d3ee button{background-color:#00BAF2;padding:16px 46px;font-weight:500;border-radius:30px;}#vee-body .vee-9-9bb3d3ee a:before,#vee-body .vee-9-9bb3d3ee button:before{background-color:#286DB2;}#vee-body .vee-35-fe8bad6a{margin-bottom:1.5rem;color:#fff;font-size:1.125rem;}#vee-body .vee-36-668a154e{color:#A2A7B2;}#vee-body .vee-38-02ff0d8f .vee-icon-box-3__icon{margin-right:0.75rem;align-self:center;}#vee-body .vee-38-02ff0d8f .vee-icon-box-3__icon > div{color:#00BAF2;width:30px;height:30px;font-size:30px;}#vee-body .vee-38-02ff0d8f .vee-icon-box-3__headline{margin-bottom:0px;color:#A2A7B2;font-size:1rem;font-weight:400;line-height:1;}#vee-body .vee-38-02ff0d8f .vee-icon-box-3__text{color:#A2A7B2;font-size:1rem;font-weight:400;}#vee-body .vee-39-8de3f032{padding-top:2rem;padding-bottom:2rem;border-color:#5F5E60;border-width:1px 0px 0px;border-style:solid;}#vee-body .vee-40-322ca582{color:#A2A7B2;margin-bottom:0;}#vee-body .vee-41-0f1d82f0{color:#A2A7B2;text-align:right;margin-bottom:0;}#vee-body .vee-41-0f1d82f0 a{color:#A2A7B2;text-decoration:none;}#vee-body .vee-41-0f1d82f0 a:hover{color:#fff;text-decoration:none;}html{font-size:16px;}h1,.h1{font-size:2rem;}@media (max-width: 767.98px){h1,.h1{font-size:1.75rem;}}h2,.h2{margin-bottom:1.5rem;font-size:2rem;}h2[class*="vee-headline"]{margin-bottom:1.5rem;}@media (max-width: 767.98px){h2,.h2{font-size:1.75rem;}}h3,.h3{margin-bottom:1.5rem;font-size:2rem;}h3[class*="vee-headline"]{margin-bottom:1.5rem;}h4,.h4{margin-bottom:1.5rem;font-size:1.75rem;}h4[class*="vee-headline"]{margin-bottom:1.5rem;}h5,.h5{margin-bottom:1.5rem;font-size:1.5rem;}h5[class*="vee-headline"]{margin-bottom:1.5rem;}h6,.h6{margin-bottom:1.5rem;font-size:1rem;}h6[class*="vee-headline"]{margin-bottom:1.5rem;}.vee-link-wrapper a, .back a, .toplink a, .ce_toplink a{color:#000;font-weight:500;}#vee-body .vee-2-0ec3730b .vee-icon-box-3__icon{margin-right:0.75rem;align-self:center;}#vee-body .vee-2-0ec3730b .vee-icon-box-3__icon > div{color:#00BAF2;width:30px;height:30px;font-size:30px;}#vee-body .vee-2-0ec3730b .vee-icon-box-3__headline{margin-bottom:0px;color:#454F66;font-size:0.75rem;font-weight:400;line-height:1;}#vee-body .vee-2-0ec3730b .vee-icon-box-3__text{color:#000;font-size:0.875rem;font-weight:700;}#vee-body .vee-2-0ec3730b{margin-bottom:0;}
