.startpro-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none
}
.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover {
  position: fixed !important;
  width: 100%;
  bottom: 0
}
.qodef-page-has-custom-section--uncover.qodef--passepartout #qodef-custom-section--uncover {
  clip-path: inset(30px 12px 6px 0)
}
.qodef-page-has-custom-section--uncover .e-flex:not(#qodef-custom-section--uncover), .qodef-page-has-custom-section--uncover section:not(#qodef-custom-section--uncover) {
  z-index: 1
}
#qodef-custom-section--uncover {
  overflow: hidden
}
.qodef-landing-copyright-text {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .01em;
  color: #fff
}
.qodef-landing-copyright-text a {
  color: currentColor !important
}
.qodef--custom-appear.qodef--appear-from-bottom:before {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) .5s;
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0)
}
.elementor-editor-active .qodef--custom-appear.qodef--appear-from-bottom:before {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef--custom-appear.qodef--appear-from-bottom.qodef--appeared:before {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef--custom-appear.qodef--appear-from-top:before {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) .5s;
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0)
}
.elementor-editor-active .qodef--custom-appear.qodef--appear-from-top:before {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef--custom-appear.qodef--appear-from-top.qodef--appeared:before {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef--custom-appear.qodef--appear-from-left:before {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) .5s;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0)
}
.elementor-editor-active .qodef--custom-appear.qodef--appear-from-left:before {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef--custom-appear.qodef--appear-from-left.qodef--appeared:before {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef--custom-appear.qodef--appear-from-right:before {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) .5s;
  clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 100%)
}
.elementor-editor-active .qodef--custom-appear.qodef--appear-from-right:before {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef--custom-appear.qodef--appear-from-right.qodef--appeared:before {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef--custom-appear.qodef--appear-fade:before {
  opacity: 0;
  transition: opacity .6s cubic-bezier(.62, .28, .23, .99) .5s
}
.qodef--custom-appear.qodef--appear-fade.qodef--appeared:before {
  opacity: 1
}
.kc-elm.qodef-shortcode .fa, .kc-elm.qodef-shortcode .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}
.kc-elm.qodef-shortcode .fa:before, .kc-elm.qodef-shortcode .fas:before {
  font-family: inherit;
  font-weight: inherit
}
.kc-elm.qodef-shortcode .fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}
.kc-elm.qodef-shortcode .fab:before {
  font-family: inherit;
  font-weight: inherit
}
#qodef-back-to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 25px;
  bottom: 25px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100
}
#qodef-back-to-top .qodef-back-to-top-icon {
  --qode-gradient-color-1: #184C49;
  --qode-gradient-color-2: #0D3337;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #fff;
  border: 0 solid transparent;
  background: linear-gradient(-135deg, var(--qode-gradient-color-1) 0, var(--qode-gradient-color-2) 100%);
  border-radius: 50%;
  overflow: hidden;
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}
#qodef-back-to-top .qodef-back-to-top-icon * {
  display: block;
  line-height: inherit
}
#qodef-back-to-top svg {
  display: block;
  width: 15.76px;
  height: auto;
  fill: currentColor
}
#qodef-back-to-top:hover .qodef-back-to-top-icon {
  color: #fff
}
#qodef-back-to-top .qodef-e-back-to-top-icon g {
  transition: transform .33s cubic-bezier(.22, .61, .36, 1)
}
#qodef-back-to-top .qodef-e-back-to-top-icon g:nth-of-type(1) {
  transform: translate(0, 0);
  transition-delay: .15s
}
#qodef-back-to-top .qodef-e-back-to-top-icon g:nth-of-type(2) {
  transform: translate(0, 110%)
}
#qodef-back-to-top:hover .qodef-e-back-to-top-icon g:nth-of-type(1) {
  transform: translate(0, -110%);
  transition-delay: 0s
}
#qodef-back-to-top:hover .qodef-e-back-to-top-icon g:nth-of-type(2) {
  transform: translate(0, 0);
  transition-delay: .15s
}
#qodef-back-to-top.qodef--off {
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s ease, visibility 0s .15s
}
#qodef-back-to-top.qodef--on {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease
}
.qodef-background-text {
  position: relative
}
.qodef-background-text .qodef-m-background-text-holder {
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%
}
.qodef-background-text .qodef-m-background-text {
  color: var(--qode-main-color);
  font-family: "DM Sans", sans-serif;
  font-size: 200px;
  line-height: 1em
}
.qodef-blog.qodef-item-layout--minimal.qodef-image-border-radius--no .qodef-e-media-image img {
  border-radius: 0
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
  margin: 0
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder {
  margin: 18px 0 0
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder .qodef-e-info {
  margin: 0 0 4px
}
.qodef-blog.qodef-item-layout--standard.qodef-image-border-radius--no .qodef-e-media-image img {
  border-radius: 0
}
.qodef-blog.qodef-item-layout--standard article .qodef-e-top-holder {
  margin: 0 0 18px
}
.qodef-blog.qodef-item-layout--standard article .qodef-e-top-holder .qodef-e-info {
  margin: 0
}
.qodef-blog.qodef-item-layout--standard article .qodef-e-top-holder .qodef-e-info + h4 {
  margin-top: 2px
}
.qodef-blog.qodef-item-layout--standard article .qodef-e-top-holder .qodef-e-info + h5 {
  margin-top: 6px
}
.qodef-blog.qodef-item-layout--standard article .qodef-e-content {
  margin: 0
}
.widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 20px
}
.widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
  margin-top: 8px
}
.widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 20px;
  width: 80px !important
}
.widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media {
  margin: 0 0 17px
}
.widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media img {
  height: 192px;
  object-fit: cover
}
@media only screen and (max-width:1200px) {
  .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media img {
    height: auto
  }
}
.widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder {
  margin: 0
}
.widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 32px
}
@media only screen and (max-width:1200px) {
  .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 47px
  }
}
#qodef-top-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 20px
}
#qodef-top-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
  margin-top: 8px
}
#qodef-top-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 20px;
  width: 80px !important
}
#qodef-top-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media {
  margin: 0 0 17px
}
#qodef-top-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media img {
  height: 192px;
  object-fit: cover
}
@media only screen and (max-width:1200px) {
  #qodef-top-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media img {
    height: auto
  }
}
#qodef-top-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder {
  margin: 0
}
#qodef-top-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 32px
}
@media only screen and (max-width:1200px) {
  #qodef-top-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 47px
  }
}
#qodef-page-footer .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 20px
}
#qodef-page-footer .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
  margin-top: 8px
}
#qodef-page-footer .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 20px;
  width: 80px !important
}
#qodef-page-footer .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media {
  margin: 0 0 17px
}
#qodef-page-footer .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media img {
  height: 192px;
  object-fit: cover
}
@media only screen and (max-width:1200px) {
  #qodef-page-footer .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media img {
    height: auto
  }
}
#qodef-page-footer .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder {
  margin: 0
}
#qodef-page-footer .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 32px
}
@media only screen and (max-width:1200px) {
  #qodef-page-footer .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 47px
  }
}
#qodef-page-footer.qodef-skin--dark .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 20px
}
#qodef-page-footer.qodef-skin--dark .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
  margin-top: 8px
}
#qodef-page-footer.qodef-skin--dark .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 20px;
  width: 80px !important
}
#qodef-page-footer.qodef-skin--dark .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media {
  margin: 0 0 17px
}
#qodef-page-footer.qodef-skin--dark .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media img {
  height: 192px;
  object-fit: cover
}
@media only screen and (max-width:1200px) {
  #qodef-page-footer.qodef-skin--dark .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media img {
    height: auto
  }
}
#qodef-page-footer.qodef-skin--dark .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder {
  margin: 0
}
#qodef-page-footer.qodef-skin--dark .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 32px
}
@media only screen and (max-width:1200px) {
  #qodef-page-footer.qodef-skin--dark .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 47px
  }
}
#qodef-side-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 20px
}
#qodef-side-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
  margin-top: 8px
}
#qodef-side-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 20px;
  width: 80px !important
}
#qodef-side-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media {
  margin: 0 0 17px
}
#qodef-side-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media img {
  height: 192px;
  object-fit: cover
}
@media only screen and (max-width:1200px) {
  #qodef-side-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media img {
    height: auto
  }
}
#qodef-side-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder {
  margin: 0
}
#qodef-side-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 32px
}
@media only screen and (max-width:1200px) {
  #qodef-side-area .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 47px
  }
}
.qodef-mega-menu-widget-holder .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 20px
}
.qodef-mega-menu-widget-holder .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
  margin-top: 8px
}
.qodef-mega-menu-widget-holder .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 20px;
  width: 80px !important
}
.qodef-mega-menu-widget-holder .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media {
  margin: 0 0 17px
}
.qodef-mega-menu-widget-holder .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media img {
  height: 192px;
  object-fit: cover
}
@media only screen and (max-width:1200px) {
  .qodef-mega-menu-widget-holder .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-media img {
    height: auto
  }
}
.qodef-mega-menu-widget-holder .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder {
  margin: 0
}
.qodef-mega-menu-widget-holder .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 32px
}
@media only screen and (max-width:1200px) {
  .qodef-mega-menu-widget-holder .widget.widget_startpro_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 47px
  }
}
#qodef-author-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 94px
}
#qodef-author-info .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px
}
#qodef-author-info .qodef-m-image {
  flex-shrink: 0;
  margin-right: 38px
}
#qodef-author-info .qodef-m-image a, #qodef-author-info .qodef-m-image img {
  display: block;
  border-radius: 10px;
  width: 174px;
  height: 211px;
  object-fit: cover
}
#qodef-author-info .qodef-m-author {
  margin: 0
}
#qodef-author-info .qodef-m-position {
  display: block;
  margin: -3px 0 0
}
#qodef-author-info .qodef-m-email {
  margin: 5px 0 0
}
#qodef-author-info .qodef-m-description {
  margin: 12px 0 0;
  max-width: 80%
}
#qodef-author-info .qodef-m-social-icons {
  margin-top: 25px
}
#qodef-author-info .qodef-m-social-icons a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  width: 30px;
  height: 30px;
  border: 1px solid #0c4651;
  border-radius: 50%
}
#qodef-author-info .qodef-m-social-icons a svg {
  max-width: 11px
}
#qodef-author-info .qodef-m-social-icons a:last-child {
  margin-right: 0
}
#qodef-related-posts {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 86px
}
#qodef-single-post-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 56px 0 3px
}
#qodef-single-post-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}
#qodef-single-post-navigation .qodef-m-nav {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--qode-main-color);
  border-radius: 50%;
  padding: 15px
}
#qodef-single-post-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
  position: relative;
  display: block;
  width: 18px;
  height: auto
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
  left: 0
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  right: 0;
  margin-left: auto;
  text-align: right
}
#qodef-page-content-bottom {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #f5f5f5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
#qodef-page-content-bottom > .qodef-m-inner {
  padding: 65px 0
}
#qodef-page-content-bottom .qodef-content-full-width {
  padding-left: 70px;
  padding-right: 70px
}
.qodef--boxed #qodef-page-content-bottom {
  padding-left: 30px;
  padding-right: 30px
}
#qodef-page-content-bottom .qodef-cta {
  display: flex;
  align-items: center;
  justify-content: space-between
}
@media only screen and (max-width:880px) {
  #qodef-page-content-bottom .qodef-cta {
    flex-direction: column;
    gap: 20px;
    text-align: center
  }
}
#qodef-page-content-bottom .qodef-cta .qodef-e-title {
  margin: 0
}
#qodef-page-footer .qodef-alignment--left {
  text-align: left
}
#qodef-page-footer .qodef-alignment--left .widget img {
  margin-right: auto
}
#qodef-page-footer .qodef-alignment--center {
  text-align: center
}
#qodef-page-footer .qodef-alignment--center .widget img {
  margin-right: auto;
  margin-left: auto
}
#qodef-page-footer .qodef-alignment--right {
  text-align: right
}
#qodef-page-footer .qodef-alignment--right .widget img {
  margin-left: auto
}
#qodef-page-footer-bottom-area-inner .qodef-grid.qodef-gutter--custom, #qodef-page-footer-top-area-inner .qodef-grid.qodef-gutter--custom {
  --qode-columns-row-gap: var(--qode-columns-col-gap)
}
@media (min-width:881px) {
  #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2) {
    text-align: right
  }
}
.qodef-page-footer--uncover #qodef-page-outer {
  z-index: 90
}
.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
  position: fixed;
  bottom: 0;
  left: 0
}
#qodef-fullscreen-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden !important;
  visibility: hidden;
  opacity: 0;
  z-index: 99
}
#qodef-fullscreen-area .qodef-content-grid {
  height: 100%
}
#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
  width: 100%
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
  animation: qode-fade-in .25s linear both
}
.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
  animation: qode-fade-out .25s linear both
}
#qodef-fullscreen-area-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%
}
.qodef-fullscreen-menu {
  position: relative;
  top: 0;
  margin: 0 auto;
  text-align: left
}
.qodef-fullscreen-menu ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.qodef-fullscreen-menu ul li {
  position: relative;
  margin: 0;
  padding: 0
}
.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
  display: none
}
.qodef-fullscreen-menu ul li.qodef--hide-link > a {
  cursor: default
}
.qodef-fullscreen-menu ul.sub-menu {
  display: none
}
.qodef-fullscreen-menu .qodef-menu-item-icon {
  margin-right: 5px
}
.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
  display: none
}
.qodef-fullscreen-menu > ul > li > a {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  font-size: 48px;
  line-height: 1.2083333333em;
  color: #fff
}
@media only screen and (max-width:1512px) {
  .qodef-fullscreen-menu > ul > li > a {
    font-size: 45px
  }
}
@media only screen and (max-width:680px) {
  .qodef-fullscreen-menu > ul > li > a {
    font-size: 40px
  }
}
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text {
  --qodef-underline-position-y: calc(100% - 2px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height)
}
.qodef-fullscreen-menu > ul > li > a:hover {
  color: var(--qode-main-color)
}
.qodef-fullscreen-menu > ul > li > a:hover .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a, .qodef-fullscreen-menu > ul > li.current-menu-item > a {
  color: var(--qode-main-color)
}
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a .qodef-menu-item-text, .qodef-fullscreen-menu > ul > li.current-menu-item > a .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
  padding: 10px 0 5px
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
  padding-left: 20px
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 10px 0;
  overflow: hidden;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  text-transform: initial;
  font-size: 15px;
  line-height: 1.6666666667em
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
  flex-shrink: 0
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-text {
  --qodef-underline-position-y: calc(100% - 5px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height)
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a .qodef-menu-item-text, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
  color: #fff
}
.qodef-fullscreen-menu--opened #qodef-page-header, .qodef-fullscreen-menu--opened #qodef-page-mobile-header {
  visibility: hidden
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener, .qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer, .qodef-fullscreen-menu--opened .qodef-header-logo-link, .qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
  visibility: visible
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
  opacity: 1
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark, .qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
  opacity: 0
}
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer, .qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link, .qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link {
  visibility: hidden
}
#qodef-page-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 14px
}
#qodef-page-header .qodef-widget-holder .widget {
  margin: 0 7px
}
#qodef-page-header .qodef-widget-holder .widget:first-child {
  margin-left: 0
}
#qodef-page-header .qodef-widget-holder .widget:last-child {
  margin-right: 0
}
#qodef-page-header div[id^=monster-widget-placeholder], #qodef-page-header div[id^=woo-monster-widget-placeholder] {
  display: none
}
#qodef-page-header-inner {
  border-bottom: 0 solid transparent
}
#qodef-page-header-inner.qodef-content-grid {
  padding: 0
}

#qodef-page-header-inner.qodef-skin--light nav > ul > li > a:hover, .qodef-custom-header-layout.qodef-skin--light nav > ul > li > a:hover {
  color: var(--qode-header-light-hover-color) !important
}



#qodef-page-header .qodef-header-logo-link img.qodef--main {
  opacity: 1
}
#qodef-page-header .qodef-header-logo-link img.qodef--dark, #qodef-page-header .qodef-header-logo-link img.qodef--light {
  opacity: 0
}
#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: inherit
}
#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
  display: block;
  width: 50px;
  height: auto;
  fill: currentColor;
  stroke: currentColor
}
#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #002b2b;
  font-size: 32px;
  line-height: 1.3125em;
  transition: color .2s ease-out
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
  opacity: 0
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
  opacity: 1
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
  color: var(--qode-header-light-color) !important
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-light-hover-color) !important
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
  opacity: 0
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
  opacity: 1
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
  color: var(--qode-header-dark-color) !important
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-dark-hover-color) !important
}
body.qodef-header--centered {
  --qode-header-height: 150px
}
body.qodef-header--centered #qodef-page-header .qodef-header-logo-link {
  height: 100px
}
body.qodef-header--centered #qodef-page-header-inner {
  flex-direction: column;
  justify-content: center
}
body.qodef-header--centered #qodef-page-header-inner > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%
}
body.qodef-header--centered #qodef-page-header-inner > div .qodef-widget-holder {
  margin-left: 0
}
body.qodef-header--centered #qodef-page-header-inner > div .qodef-header-navigation {
  margin: 0 24px
}
body.qodef-header--minimal {
  --qode-header-height: 100px
}
.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: auto
}
.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
  margin-right: 30px
}
.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
  margin-left: auto
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-flex;
  align-items: center
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
  margin-left: auto;
  margin-right: auto
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 0
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
  margin-right: auto
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: 57px
}
.qodef-header--fixed-display #qodef-page-header, .qodef-header--fixed-display #qodef-top-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}
.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
  left: 30px;
  width: calc(100% - 60px)
}
.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
  left: 30px;
  width: calc(100% - 60px)
}
.qodef-header--fixed-display.admin-bar #qodef-page-header, .qodef-header--fixed-display.admin-bar #qodef-top-area {
  top: 32px
}
.qodef-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background-color: #fff;
  transform: translateY(-100%);
  transition: transform .5s ease, top .5s ease;
  z-index: 100
}
.qodef-header--sticky-display .qodef-header-sticky {
  transform: translateY(0)
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
  top: 32px
}
body.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-sticky-wrapper {
  justify-content: space-between
}
body.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-navigation {
  margin: 0 auto
}
body.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-logo-link {
  position: absolute !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}
body.qodef-header-standard--center .qodef-header-sticky-inner .qodef-widget-holder {
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
  top: 0
}
.qodef-header-sticky-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 50px;
  border-bottom: 1px solid transparent
}
.qodef-header-sticky-inner .qodef-header-sticky-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%
}
.qodef-header-sticky-inner.qodef-content-grid {
  padding: 0
}
.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
  margin-right: auto
}
.qodef-header-standard--left .qodef-header-sticky-inner {
  justify-content: flex-start
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-logo-link {
  margin-right: 57px
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
  margin-left: auto !important
}
body.qodef-top-area--enabled {
  --qode-top-bar-height: 40px
}
#qodef-top-area {
  position: relative;
  background-color: #000;
  z-index: 101
}
#qodef-top-area .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%
}
#qodef-top-area .qodef-widget-holder.qodef--left {
  margin-right: auto
}
#qodef-top-area .qodef-widget-holder.qodef--right {
  margin-left: auto
}
#qodef-top-area .qodef-widget-holder .widget {
  margin: 0 12px
}
#qodef-top-area .qodef-widget-holder .widget:first-child {
  margin-left: 0
}
#qodef-top-area .qodef-widget-holder .widget:last-child {
  margin-right: 0
}
#qodef-top-area .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1
}
#qodef-top-area .widget .textwidget > *, #qodef-top-area .widget .widget p {
  margin: 0
}
#qodef-top-area div[id^=monster-widget-placeholder], #qodef-top-area div[id^=woo-monster-widget-placeholder] {
  display: none
}
#qodef-top-area-inner {
  align-items: center;
  display: flex;
  height: var(--qode-top-bar-height);
  justify-content: space-between;
  padding: 0 50px;
  position: relative;
  border-bottom: 0 solid transparent
}
#qodef-top-area-inner.qodef-content-grid {
  padding: 0 !important
}
#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
  margin: 0 auto
}
#qodef-multiple-map-notice {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 30px 15%;
  text-align: center;
  color: var(--qode-main-color);
  background-color: #f5f5f5
}
.qodef-map-marker-holder {
  transform: translate(-50%, -100%);
  z-index: 10
}
.qodef-map-marker-holder.qodef-active {
  z-index: 500
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
  fill: #3ebeb4
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
  fill: #51a69e
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
  display: block
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
  fill: #3ebeb4
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
  fill: #51a69e
}
.qodef-map-marker-holder .qodef-map-marker {
  position: relative;
  width: 50px;
  height: auto;
  transition: all .15s ease-out
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
  position: relative;
  width: 100%;
  height: 100%
}
.qodef-map-marker-holder .qodef-map-marker svg {
  width: 100%;
  height: auto
}
.qodef-map-marker-holder .qodef-map-marker svg path {
  transition: fill .2s ease-in-out
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
  fill: #3ebeb4
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
  fill: #51a69e
}
.qodef-map-marker-holder .qodef-info-window {
  position: absolute;
  top: -10px;
  left: -17px;
  display: none;
  min-width: 284px;
  background-color: #fff;
  border: 1px solid #dde9e8;
  border-radius: 4px;
  box-shadow: 3px 3px 15px 0 rgba(0, 43, 43, .5);
  z-index: 10;
  transition: opacity .3s ease;
  transform: translate(0, -100%)
}
.qodef-map-marker-holder .qodef-info-window-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px
}
.qodef-map-marker-holder .qodef-info-window-inner:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 35px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid #dde9e8;
  border-left: 1px solid #dde9e8;
  transform: rotate(-135deg)
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
  margin-right: 12px
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
  display: block;
  width: 65px
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
  margin: 0;
  transition: color .2s ease-out
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
  margin: 3px 0 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2em
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover ~ .qodef-info-window-details .qodef-info-window-title {
  color: var(--qode-main-color)
}
.qodef-cluster-marker {
  width: 50px;
  height: auto
}
.qodef-cluster-marker.qodef-active svg path:first-child, .qodef-cluster-marker:hover svg path:first-child {
  fill: #3ebeb4
}
.qodef-cluster-marker.qodef-active svg path:last-child, .qodef-cluster-marker:hover svg path:last-child {
  fill: #51a69e
}
.qodef-cluster-marker .qodef-cluster-marker-inner {
  position: relative
}
.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #002b2b
}
.qodef-cluster-marker svg {
  width: 100%;
  height: auto
}
.qodef-cluster-marker svg path {
  transition: fill .2s ease-in-out
}
.qodef-places-geo-radius {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  height: 48px;
  display: none;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #dde9e8;
  z-index: 9999
}
.qodef-places-geo-radius .qodef-range-slider-label {
  display: inline-flex;
  align-items: center;
  height: 100%
}
.qodef-places-geo-radius .noUi-target {
  position: relative;
  display: inline-flex;
  height: 3px;
  width: calc(100% - 70px);
  background-color: #eaeaea;
  border: 0;
  direction: ltr;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px
}
.qodef-places-geo-radius .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none
}
.qodef-places-geo-radius .noUi-target .noUi-base {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1
}
.qodef-places-geo-radius .noUi-target .noUi-connects {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0
}
.qodef-places-geo-radius .noUi-target .noUi-connect, .qodef-places-geo-radius .noUi-target .noUi-origin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  will-change: transform;
  transform-origin: 0 0
}
.qodef-places-geo-radius .noUi-target .noUi-connect {
  background-color: var(--qode-main-color)
}
.qodef-places-geo-radius .noUi-target .noUi-handle {
  position: absolute;
  top: -3px;
  left: auto;
  right: -9px;
  width: 9px;
  height: 9px;
  background-color: var(--qode-main-color);
  cursor: pointer
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip {
  position: absolute;
  left: 50%;
  bottom: 7px;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  transform: translateX(-50%)
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
  content: " km"
}
.qodef-places-geo-radius .noUi-state-drag * {
  cursor: inherit !important
}
.qodef-places-geo-radius .noUi-draggable {
  cursor: ew-resize
}
.qodef-places-geo-radius [disabled] .noUi-handle, .qodef-places-geo-radius [disabled].noUi-handle, .qodef-places-geo-radius [disabled].noUi-target {
  cursor: not-allowed !important
}
#qodef-page-mobile-header {
  background-color: #fff
}
#qodef-page-mobile-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%
}
#qodef-page-mobile-header .qodef-widget-holder .widget {
  margin: 0 0 0 12px
}
#qodef-page-mobile-header .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1
}
#qodef-page-mobile-header .widget .textwidget > *, #qodef-page-mobile-header .widget .widget p {
  margin: 0
}
#qodef-page-mobile-header div[id^=monster-widget-placeholder], #qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
  display: none
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
  color: var(--qode-main-color)
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
  visibility: hidden
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible
}
.qodef-mobile-header--sticky #qodef-page-mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%)
}
.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
  transition: transform .3s ease, top .3s ease
}
.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  transform: translateY(0)
}
.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  top: 46px
}
.qodef--passepartout #qodef-page-mobile-header-inner {
  padding: 0
}
.qodef-mobile-header-navigation ul li .qodef-content-grid {
  width: 100%
}
#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
  opacity: 1
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark, #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
  opacity: 0
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
  display: block;
  width: 50px;
  height: auto;
  fill: currentColor;
  stroke: currentColor
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #002b2b;
  font-size: 32px;
  line-height: 1.3125em;
  transition: color .2s ease-out
}
.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
  margin-right: 5px
}
.qodef-mobile-header-navigation ul li.qodef--hide-link > a {
  cursor: default
}
.qodef-mobile-header-navigation ul li.current-menu-ancestor > .qodef-mega-menu-widget-holder .widget a, .qodef-mobile-header-navigation ul li.current-menu-item > .qodef-mega-menu-widget-holder .widget a {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.qodef-mobile-header-navigation ul li.current-menu-ancestor > .qodef-mega-menu-widget-holder .widget a .qodef-menu-item-text, .qodef-mobile-header-navigation ul li.current-menu-item > .qodef-mega-menu-widget-holder .widget a .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
  line-height: 1
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder .widget a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 0;
  overflow: hidden;
  --qodef-underline-position-y: calc(100% - 5px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  color: #002b2b;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  text-transform: initial;
  font-size: 15px;
  line-height: 1.6666666667em
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder .widget a .qodef-menu-item-icon {
  flex-shrink: 0
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder .widget a .qodef-menu-item-text {
  --qodef-underline-position-y: calc(100% - 5px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height)
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder .widget a:hover {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder .widget a:hover .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder .widget.widget_startpro_core_image_with_text .qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title > a:before {
  content: none
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder .widget.widget_startpro_core_image_with_text .qodef-m-image {
  display: none
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder .widget.widget_startpro_core_image_with_text .qodef-m-content .qodef-m-title {
  display: flex;
  margin: 0 !important;
  color: var(--qode-main-color) !important
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
  justify-content: flex-end
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
  margin-right: auto
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
  margin-left: 20px
}
.qodef-fullscreen-menu--opened {
  overflow-y: hidden
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
  opacity: 1
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
  opacity: 0
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
  color: var(--qode-header-light-color) !important
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-light-hover-color) !important
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
  justify-content: flex-end
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
  margin-right: auto
}
.qodef-header-navigation .qodef-menu-item-icon {
  display: block;
  margin-right: 5px;
  line-height: inherit
}
.qodef-header-navigation .qodef-menu-item-icon:before {
  display: block;
  line-height: inherit
}
.qodef-header-navigation ul li .qodef-drop-down-second {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 20;
  transition: opacity .2s ease-out
}
.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
  display: none;
  white-space: normal
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
  left: auto;
  right: 0
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner > ul {
  position: relative;
  top: auto;
  opacity: 1;
  visibility: visible
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
  display: block
}
.qodef-header-navigation ul li.qodef-menu-item--wide li.current-menu-ancestor > .qodef-mega-menu-widget-holder .qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title > a:before, .qodef-header-navigation ul li.qodef-menu-item--wide li.current-menu-item > .qodef-mega-menu-widget-holder .qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title > a:before {
  transform: translateX(0);
  transition: transform .4s cubic-bezier(.37, 0, .63, 1)
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
  background-color: #002b2b
}
.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
  padding: 0 70px
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
  display: flex;
  justify-content: space-between;
  padding: 86px 0 70px;
  margin: 0 -52px
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li {
  width: 100%;
  padding: 0 52px
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  font-size: 17px;
  line-height: 1.2941176471em;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a .qodef-menu-item-text {
  --qodef-underline-position-y: calc(100% - 2px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height)
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover {
  color: #fff
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li .qodef-menu-item-arrow {
  display: none
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul {
  padding-top: 12px
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 10px 0;
  overflow: hidden;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  text-transform: initial;
  font-size: 15px;
  line-height: 1.6666666667em
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-icon {
  flex-shrink: 0
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-text {
  --qodef-underline-position-y: calc(100% - 5px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height)
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a .qodef-menu-item-text, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a {
  color: #fff
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a .qodef-menu-item-text, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item) > a:hover {
  color: #fff
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item) > a:hover .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
  padding: 0 50px
}
.qodef-opener-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1
}
.qodef-opener-icon .qodef-m-icon {
  position: relative;
  visibility: visible
}
.qodef-opener-icon .qodef-m-icon.qodef--close {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden
}
.qodef-opener-icon.qodef-source--icon-pack {
  font-size: 35px
}
.qodef-opener-icon.qodef-source--icon-pack * {
  display: inline-block;
  line-height: inherit
}
.qodef-opener-icon.qodef-source--icon-pack :before {
  display: inline-block;
  line-height: inherit
}
.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
  visibility: hidden
}
.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible
}
.qodef-opener-icon.qodef-source--svg-path span {
  position: relative
}
.qodef-opener-icon.qodef-source--svg-path span > * {
  vertical-align: middle
}
.qodef-opener-icon.qodef-source--svg-path span path, .qodef-opener-icon.qodef-source--svg-path span > * {
  fill: currentColor;
  stroke: currentColor
}
.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
  visibility: hidden
}
.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
  position: relative;
  display: block;
  width: 20px;
  height: 13px
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  transition: top .15s ease, transform .3s ease
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 0
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 6px
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
  bottom: 0
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1 {
  top: 6px;
  transform: rotate(45deg)
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
  top: 6px;
  transform: rotate(-45deg)
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3 {
  opacity: 0
}
.qodef-parallax {
  position: relative;
  width: 100%;
  overflow: hidden
}
.qodef-parallax.elementor-inner-section {
  height: 100%
}
.qodef-parallax:nth-of-type(odd) .qodef-parallax-img-holder {
  --qode-y-px: calc(var(--qode-y) * 1px);
  transform: translateY(var(--qode-y-px)) translateZ(0)
}
.qodef-parallax-row-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden
}
.qodef-parallax-img-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 120%;
  width: 100%;
  opacity: 0
}
.qodef-page-title .qodef-parallax-img-holder {
  min-height: 500px
}
.qodef-parallax-content-holder {
  position: relative;
  z-index: 99
}
.qodef-parallax-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform
}
img.qodef-parallax-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: unset
}
.elementor img.qodef-parallax-img {
  height: 100%;
  max-width: unset
}
.qodef-contact-form-7, .rs-layer, .sr7-layer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-contact-form-7 br, .rs-layer br, .sr7-layer br {
  display: none
}
.qodef-contact-form-7 .ajax-loader, .rs-layer .ajax-loader, .sr7-layer .ajax-loader {
  display: none
}
.qodef-contact-form-7 .wpcf7-form-control-wrap, .rs-layer .wpcf7-form-control-wrap, .sr7-layer .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
  margin: 0 0 15px
}
.qodef-contact-form-7 .wpcf7-not-valid-tip, .rs-layer .wpcf7-not-valid-tip, .sr7-layer .wpcf7-not-valid-tip {
  margin: 10px 0 0 0
}
.qodef-contact-form-7 .wpcf7-response-output, .rs-layer .wpcf7-response-output, .sr7-layer .wpcf7-response-output {
  border-width: 1px !important;
  margin: 2em 0 0 0 !important;
  padding: 1em 1.5em !important
}
.qodef-contact-form-7 .wpcf7-form, .rs-layer .wpcf7-form, .sr7-layer .wpcf7-form {
  position: relative
}
.qodef-contact-form-7 .wpcf7-form textarea, .rs-layer .wpcf7-form textarea, .sr7-layer .wpcf7-form textarea {
  height: 100px
}
.qodef-contact-form-7 .wpcf7-form input[type=date], .qodef-contact-form-7 .wpcf7-form input[type=email], .qodef-contact-form-7 .wpcf7-form input[type=number], .qodef-contact-form-7 .wpcf7-form input[type=password], .qodef-contact-form-7 .wpcf7-form input[type=search], .qodef-contact-form-7 .wpcf7-form input[type=tel], .qodef-contact-form-7 .wpcf7-form input[type=text], .qodef-contact-form-7 .wpcf7-form input[type=url], .qodef-contact-form-7 .wpcf7-form select, .qodef-contact-form-7 .wpcf7-form textarea, .rs-layer .wpcf7-form input[type=date], .rs-layer .wpcf7-form input[type=email], .rs-layer .wpcf7-form input[type=number], .rs-layer .wpcf7-form input[type=password], .rs-layer .wpcf7-form input[type=search], .rs-layer .wpcf7-form input[type=tel], .rs-layer .wpcf7-form input[type=text], .rs-layer .wpcf7-form input[type=url], .rs-layer .wpcf7-form select, .rs-layer .wpcf7-form textarea, .sr7-layer .wpcf7-form input[type=date], .sr7-layer .wpcf7-form input[type=email], .sr7-layer .wpcf7-form input[type=number], .sr7-layer .wpcf7-form input[type=password], .sr7-layer .wpcf7-form input[type=search], .sr7-layer .wpcf7-form input[type=tel], .sr7-layer .wpcf7-form input[type=text], .sr7-layer .wpcf7-form input[type=url], .sr7-layer .wpcf7-form select, .sr7-layer .wpcf7-form textarea {
  padding: 8px 0
}
.qodef-contact-form-7 .wpcf7-form .wpcf7-submit, .rs-layer .wpcf7-form .wpcf7-submit, .sr7-layer .wpcf7-form .wpcf7-submit {
  margin-top: 20px
}
.qodef-contact-form-7 .wpcf7-form:before, .rs-layer .wpcf7-form:before, .sr7-layer .wpcf7-form:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
  visibility: hidden;
  z-index: 98
}
.qodef-contact-form-7 .wpcf7-form:after, .rs-layer .wpcf7-form:after, .sr7-layer .wpcf7-form:after {
  animation: qode-rotate 2s linear infinite;
  background-color: transparent;
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  border-top: 2px solid var(--qode-main-color);
  content: "";
  height: 24px;
  left: calc(50% - 24px / 2);
  opacity: 1;
  position: absolute;
  top: calc(50% - 24px / 2);
  visibility: hidden;
  width: 24px;
  z-index: 99
}
.qodef-contact-form-7 .wpcf7-form.submitting > *, .rs-layer .wpcf7-form.submitting > *, .sr7-layer .wpcf7-form.submitting > * {
  opacity: .3
}
.qodef-contact-form-7 .wpcf7-form.submitting:after, .qodef-contact-form-7 .wpcf7-form.submitting:before, .rs-layer .wpcf7-form.submitting:after, .rs-layer .wpcf7-form.submitting:before, .sr7-layer .wpcf7-form.submitting:after, .sr7-layer .wpcf7-form.submitting:before {
  visibility: visible
}
.qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=date], .qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=email], .qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=number], .qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=password], .qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=search], .qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=tel], .qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=text], .qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=url], .qodef-contact-form-7.qodef-skin--light .wpcf7-form select, .qodef-contact-form-7.qodef-skin--light .wpcf7-form textarea, .rs-layer.qodef-skin--light .wpcf7-form input[type=date], .rs-layer.qodef-skin--light .wpcf7-form input[type=email], .rs-layer.qodef-skin--light .wpcf7-form input[type=number], .rs-layer.qodef-skin--light .wpcf7-form input[type=password], .rs-layer.qodef-skin--light .wpcf7-form input[type=search], .rs-layer.qodef-skin--light .wpcf7-form input[type=tel], .rs-layer.qodef-skin--light .wpcf7-form input[type=text], .rs-layer.qodef-skin--light .wpcf7-form input[type=url], .rs-layer.qodef-skin--light .wpcf7-form select, .rs-layer.qodef-skin--light .wpcf7-form textarea, .sr7-layer.qodef-skin--light .wpcf7-form input[type=date], .sr7-layer.qodef-skin--light .wpcf7-form input[type=email], .sr7-layer.qodef-skin--light .wpcf7-form input[type=number], .sr7-layer.qodef-skin--light .wpcf7-form input[type=password], .sr7-layer.qodef-skin--light .wpcf7-form input[type=search], .sr7-layer.qodef-skin--light .wpcf7-form input[type=tel], .sr7-layer.qodef-skin--light .wpcf7-form input[type=text], .sr7-layer.qodef-skin--light .wpcf7-form input[type=url], .sr7-layer.qodef-skin--light .wpcf7-form select, .sr7-layer.qodef-skin--light .wpcf7-form textarea {
  border-color: rgba(255, 255, 255, .29);
  color: #fff
}
.qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=date]:focus, .qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=email]:focus, .qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=number]:focus, .qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=password]:focus, .qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=search]:focus, .qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=tel]:focus, .qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=text]:focus, .qodef-contact-form-7.qodef-skin--light .wpcf7-form input[type=url]:focus, .qodef-contact-form-7.qodef-skin--light .wpcf7-form select:focus, .qodef-contact-form-7.qodef-skin--light .wpcf7-form textarea:focus, .rs-layer.qodef-skin--light .wpcf7-form input[type=date]:focus, .rs-layer.qodef-skin--light .wpcf7-form input[type=email]:focus, .rs-layer.qodef-skin--light .wpcf7-form input[type=number]:focus, .rs-layer.qodef-skin--light .wpcf7-form input[type=password]:focus, .rs-layer.qodef-skin--light .wpcf7-form input[type=search]:focus, .rs-layer.qodef-skin--light .wpcf7-form input[type=tel]:focus, .rs-layer.qodef-skin--light .wpcf7-form input[type=text]:focus, .rs-layer.qodef-skin--light .wpcf7-form input[type=url]:focus, .rs-layer.qodef-skin--light .wpcf7-form select:focus, .rs-layer.qodef-skin--light .wpcf7-form textarea:focus, .sr7-layer.qodef-skin--light .wpcf7-form input[type=date]:focus, .sr7-layer.qodef-skin--light .wpcf7-form input[type=email]:focus, .sr7-layer.qodef-skin--light .wpcf7-form input[type=number]:focus, .sr7-layer.qodef-skin--light .wpcf7-form input[type=password]:focus, .sr7-layer.qodef-skin--light .wpcf7-form input[type=search]:focus, .sr7-layer.qodef-skin--light .wpcf7-form input[type=tel]:focus, .sr7-layer.qodef-skin--light .wpcf7-form input[type=text]:focus, .sr7-layer.qodef-skin--light .wpcf7-form input[type=url]:focus, .sr7-layer.qodef-skin--light .wpcf7-form select:focus, .sr7-layer.qodef-skin--light .wpcf7-form textarea:focus {
  border-color: #fff
}
.qodef-contact-form-7.qodef-skin--light .wpcf7-form .wpcf7-submit, .rs-layer.qodef-skin--light .wpcf7-form .wpcf7-submit, .sr7-layer.qodef-skin--light .wpcf7-form .wpcf7-submit {
  color: var(--qode-main-color);
  background-color: #fff
}
.qodef-contact-form-7.qodef-skin--light .wpcf7-form .wpcf7-submit:hover, .rs-layer.qodef-skin--light .wpcf7-form .wpcf7-submit:hover, .sr7-layer.qodef-skin--light .wpcf7-form .wpcf7-submit:hover {
  color: var(--qode-main-color);
  border-color: #fff;
  background-color: #fff
}
.qodef-contact-form-7.qodef-skin--light form.invalid .wpcf7-response-output, .qodef-contact-form-7.qodef-skin--light form.payment-required .wpcf7-response-output, .qodef-contact-form-7.qodef-skin--light form.unaccepted .wpcf7-response-output, .rs-layer.qodef-skin--light form.invalid .wpcf7-response-output, .rs-layer.qodef-skin--light form.payment-required .wpcf7-response-output, .rs-layer.qodef-skin--light form.unaccepted .wpcf7-response-output, .sr7-layer.qodef-skin--light form.invalid .wpcf7-response-output, .sr7-layer.qodef-skin--light form.payment-required .wpcf7-response-output, .sr7-layer.qodef-skin--light form.unaccepted .wpcf7-response-output {
  color: #fff
}
.qodef-instagram-list #sb_instagram {
  padding: 0 !important;
  overflow: hidden !important
}
html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
  opacity: 1 !important
}
.qodef-instagram-list .sbi_photo_wrap a {
  background-image: none !important;
  height: auto !important;
  padding-bottom: 0 !important
}
.qodef-instagram-list .sbi_photo_wrap a:after {
  color: #fff;
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-size: 20px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .2s ease-out
}
.qodef-instagram-list .sbi_photo_wrap a:hover:after {
  opacity: 1
}
.qodef-instagram-list .sbi_photo_wrap a img {
  display: inline-block !important
}
.qodef-instagram-list #sb_instagram.qodef-swiper-container #sbi_images .sbi_item {
  margin: inherit !important
}
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
  display: none
}
.qodef-twitter-list.qodef-layout--columns #ctf {
  overflow: hidden
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 0
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
  margin-left: 0;
  display: block;
  margin-bottom: 8px
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
  line-height: 1 !important;
  display: flex;
  align-items: center;
  flex-flow: row wrap
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
  width: 37px;
  height: 37px;
  margin: 0 7px 0 0;
  float: none;
  border-radius: 0
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #002b2b;
  font-size: 22px;
  line-height: 1.3181818182em;
  letter-spacing: 0;
  font-weight: 500;
  font-weight: 600 !important;
  margin: 0 4px 0 0
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
  display: none
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
  color: #002b2b;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  text-transform: initial;
  margin-right: 4px;
  margin-left: 0
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
  margin-right: 0
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
  margin-top: 4px
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
  display: none
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
  display: flex;
  align-items: baseline;
  margin-left: 0;
  padding: 0;
  margin-top: -5px
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
  content: "\e094";
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  position: relative;
  top: 5px
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
  display: flex;
  align-items: baseline;
  margin-left: 0;
  margin-top: -3px
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
  content: "\e094";
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  visibility: hidden
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
  padding: 0;
  font-size: 14px;
  margin-right: 8px
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
  margin-right: 0
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
  margin-left: 0
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets {
  --qode-columns: 3;
  --qode-columns-row-gap: 30px;
  --qode-columns-col-gap: 30px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
  row-gap: var(--qode-columns-row-gap);
  column-gap: var(--qode-columns-col-gap)
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
  --qode-columns: 1
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
  --qode-columns: 2
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
  --qode-columns: 3
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
  --qode-columns: 4
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
  --qode-columns: 5
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
  --qode-columns: 6
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
  --qode-columns: 7
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
  --qode-columns: 8
}
.qodef-twitter-list.qodef-vertical-gutter--no .ctf-tweets {
  --qode-columns-row-gap: 0px
}
.qodef-twitter-list.qodef-vertical-gutter--tiny .ctf-tweets {
  --qode-columns-row-gap: 10px
}
.qodef-twitter-list.qodef-vertical-gutter--small .ctf-tweets {
  --qode-columns-row-gap: 20px
}
.qodef-twitter-list.qodef-vertical-gutter--normal .ctf-tweets {
  --qode-columns-row-gap: 30px
}
.qodef-twitter-list.qodef-vertical-gutter--medium .ctf-tweets {
  --qode-columns-row-gap: 40px
}
.qodef-twitter-list.qodef-vertical-gutter--large .ctf-tweets {
  --qode-columns-row-gap: 50px
}
.qodef-twitter-list.qodef-vertical-gutter--wide .ctf-tweets {
  --qode-columns-row-gap: 60px
}
.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
  --qode-columns-row-gap: 70px
}
.qodef-twitter-list.qodef-vertical-gutter--giant .ctf-tweets {
  --qode-columns-row-gap: 95px
}
.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
  --qode-columns-col-gap: 0px
}
.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
  --qode-columns-col-gap: 10px
}
.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
  --qode-columns-col-gap: 20px
}
.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
  --qode-columns-col-gap: 30px
}
.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
  --qode-columns-col-gap: 40px
}
.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
  --qode-columns-col-gap: 50px
}
.qodef-twitter-list.qodef-gutter--wide .ctf-tweets {
  --qode-columns-col-gap: 60px
}
.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
  --qode-columns-col-gap: 70px
}
.qodef-twitter-list.qodef-gutter--giant .ctf-tweets {
  --qode-columns-col-gap: 95px
}
.qodef-twitter-list.qodef-vertical-gutter--custom {
  --qode-vertical-gutter-custom: 30px;
  --qode-vertical-gutter-custom-1512: 30px;
  --qode-vertical-gutter-custom-1200: 30px;
  --qode-vertical-gutter-custom-880: 30px
}
.qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
  --qode-columns-row-gap: var(--qode-vertical-gutter-custom, 30px)
}
.qodef-twitter-list.qodef-gutter--custom {
  --qode-gutter-custom: 30px;
  --qode-gutter-custom-1512: 30px;
  --qode-gutter-custom-1200: 30px;
  --qode-gutter-custom-880: 30px
}
.qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
  --qode-columns-col-gap: var(--qode-gutter-custom, 30px)
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
  color: #ccc
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
  color: #fff
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
  color: #ccc
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
  color: #fff
}
body[class*=startpro-core] .qodef-woo-product-list:has(.qwfw-add-to-wishlist-wrapper) .qqvfw-quick-view-button-wrapper {
  top: 30px;
  transform: translateY(100%)
}
body[class*=startpro-core] .qqvfw-quick-view-button-wrapper:has(.button), body[class*=startpro-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) {
  align-items: center !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  font-size: 0 !important;
  height: 34px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 34px !important;
  left: 15px;
  position: absolute;
  top: 15px
}
body[class*=startpro-core] .qqvfw-quick-view-button-wrapper:has(.button) .qqvfw-m, body[class*=startpro-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m {
  background-color: transparent !important;
  height: 100% !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  color: #002b2b
}
body[class*=startpro-core] .qqvfw-quick-view-button-wrapper:has(.button) .qqvfw-m span[class*=icon], body[class*=startpro-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m span[class*=icon] {
  width: 17px
}
body[class*=startpro-core] .qqvfw-quick-view-button-wrapper:has(.button) .qqvfw-m svg, body[class*=startpro-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m svg {
  height: 17px;
  width: 17px
}
body[class*=startpro-core] .qqvfw-quick-view-button-wrapper:has(.button) .qqvfw-m:hover, body[class*=startpro-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m:hover {
  color: var(--qode-main-color)
}
body[class*=startpro-core] .qqvfw-quick-view-button-wrapper:has(.button) .qqvfw-m-text, body[class*=startpro-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) .qqvfw-m-text {
  display: none
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-overlay {
  --qqvfw-qv-overlay-background-color: rgba(0, 0, 0, 0.3)
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close {
  width: 32px;
  height: 32px;
  --qqvfw-qv-close-button-color: #002B2B
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  stroke: none
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close:hover {
  color: var(--qode-main-color)
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content {
  max-width: 90vw !important;
  --qqvfw-qv-width: 1000px
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content-inner {
  border-radius: 0;
  box-shadow: none !important;
  max-height: 90vh !important;
  overflow-y: hidden !important
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product > div {
  gap: 35px
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper {
  width: 476px !important
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper :not(.qodef-woo-product-mark) {
  height: 100%
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery {
  pointer-events: none
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper {
  margin: 0 !important
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper img {
  object-fit: cover
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
  margin: 0 !important;
  width: 100% !important
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image .zoomImg {
  display: none !important
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
  display: none !important
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper {
  display: none !important
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery__trigger {
  display: none
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper {
  align-self: center;
  width: 100% !important
}
body[class*=startpro-core] #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper .summary {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 56px 115px 56px 0 !important
}
body[class*=startpro-core] .shop_table.qwfw-m-items {
  --qwfw-wt-items-font-size: 100%
}
body[class*=startpro-core] .shop_table.qwfw-m-items tr {
  border: 1px solid #dde9e8;
  border-left: none;
  border-right: none;
  border-top: none
}
body[class*=startpro-core] .shop_table.qwfw-m-items td, body[class*=startpro-core] .shop_table.qwfw-m-items th {
  padding: 15px 0 15px 15px;
  vertical-align: middle;
  text-align: left;
  border: 0
}
@media only screen and (max-width:880px) {
  body[class*=startpro-core] .shop_table.qwfw-m-items td, body[class*=startpro-core] .shop_table.qwfw-m-items th {
    padding: 10px 0 10px 10px
  }
}
body[class*=startpro-core] .shop_table.qwfw-m-items td:first-child, body[class*=startpro-core] .shop_table.qwfw-m-items th:first-child {
  padding-left: 0 !important
}
body[class*=startpro-core] .shop_table.qwfw-m-items th {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #002b2b;
  font-size: 22px;
  line-height: 1.3181818182em;
  letter-spacing: 0;
  font-weight: 500
}
body[class*=startpro-core] .shop_table.qwfw-m-items td ul {
  list-style: none;
  margin: 0;
  padding: 0
}
body[class*=startpro-core] .shop_table.qwfw-m-items td ul li {
  margin: 0 0 7.5px 0;
  padding: 0
}
body[class*=startpro-core] .shop_table.qwfw-m-items td ul li:last-child {
  margin-bottom: 0
}
body[class*=startpro-core] .shop_table.qwfw-m-items td ul li label {
  margin-bottom: 0
}
body[class*=startpro-core] .shop_table.qwfw-m-items p {
  margin: 0
}
body[class*=startpro-core] .shop_table.qwfw-m-items .variation {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: .5em !important;
  margin-top: 0 !important
}
body[class*=startpro-core] .shop_table.qwfw-m-items .variation dd, body[class*=startpro-core] .shop_table.qwfw-m-items .variation dt {
  margin: 0 !important
}
body[class*=startpro-core] .shop_table.qwfw-m-items:last-child {
  border-bottom: 1px solid #dde9e8
}
body[class*=startpro-core] .shop_table.qwfw-m-items thead {
  --qwfw-wt-heading-bg-color: transparent
}
body[class*=startpro-core] .shop_table.qwfw-m-items td.product-stock-status, body[class*=startpro-core] .shop_table.qwfw-m-items th.product-stock-status {
  padding-left: 9%;
  white-space: nowrap
}
body[class*=startpro-core] .shop_table.qwfw-m-items td.product-add-to-cart, body[class*=startpro-core] .shop_table.qwfw-m-items th.product-add-to-cart {
  text-align: right;
  white-space: nowrap;
  width: 0
}
body[class*=startpro-core] .shop_table.qwfw-m-items td.product-add-to-cart a, body[class*=startpro-core] .shop_table.qwfw-m-items th.product-add-to-cart a {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: -.02em !important;
  color: #002b2b !important;
  font-size: 18px !important;
  line-height: 1.3333333333em !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  position: relative !important;
  display: inline-flex !important;
  vertical-align: middle !important;
  width: auto !important;
  margin: 0 !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.3333333333em !important;
  font-weight: 500 !important;
  border-radius: 25px !important;
  outline: 0 !important;
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
  box-shadow: none !important;
  background-image: none !important;
  opacity: 1 !important;
  padding: 13px 36px !important;
  cursor: pointer !important;
  z-index: 3 !important;
  color: var(--qode-button-color, #fff) !important;
  background-color: var(--qode-button-bg-color, var(--qode-main-color)) !important;
  border: 1px solid var(--qode-button-border-color, transparent) !important
}
body[class*=startpro-core] .shop_table.qwfw-m-items td.product-add-to-cart a .qodef-m-text, body[class*=startpro-core] .shop_table.qwfw-m-items th.product-add-to-cart a .qodef-m-text {
  --qodef-underline-position-y: calc(100% - 2px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height)
}
body[class*=startpro-core] .shop_table.qwfw-m-items td.product-add-to-cart a:hover, body[class*=startpro-core] .shop_table.qwfw-m-items th.product-add-to-cart a:hover {
  color: var(--qode-button-hover-color, #fff) !important;
  background-color: var(--qode-button-bg-hover-color, var(--qode-main-color)) !important;
  border-color: var(--qode-button-border-hover-color, transparent) !important
}
body[class*=startpro-core] .shop_table.qwfw-m-items td.product-add-to-cart a:hover .qodef-m-text, body[class*=startpro-core] .shop_table.qwfw-m-items th.product-add-to-cart a:hover .qodef-m-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
body[class*=startpro-core] .shop_table.qwfw-m-items td.product-add-to-cart a.added, body[class*=startpro-core] .shop_table.qwfw-m-items th.product-add-to-cart a.added {
  display: none !important
}
body[class*=startpro-core] .shop_table.qwfw-m-items td.product-add-to-cart a span.qwfw-spinner-icon, body[class*=startpro-core] .shop_table.qwfw-m-items th.product-add-to-cart a span.qwfw-spinner-icon {
  position: absolute
}
body[class*=startpro-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode.qwfw-item-type--icon {
  align-items: center !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  font-size: 0 !important;
  height: 34px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 34px !important;
  left: 15px;
  position: absolute;
  top: 15px
}
body[class*=startpro-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode.qwfw-item-type--icon .qwfw-m {
  background-color: transparent !important;
  height: 100% !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  --qwfw-atw-active-color: #002B2B;
  --qwfw-atw-active-hover-color: var(--qode-main-color);
  --qwfw-atw-color: #002B2B;
  --qwfw-atw-hover-color: var(--qode-main-color)
}
body[class*=startpro-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode.qwfw-item-type--icon .qwfw-m span[class*=icon] {
  width: 17px
}
body[class*=startpro-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode.qwfw-item-type--icon .qwfw-m svg {
  height: 17px;
  width: 17px
}
body[class*=startpro-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode.qwfw-item-type--icon .qwfw-m.qwfw--added:hover {
  color: var(--qwfw-atw-active-hover-color)
}
body[class*=startpro-core] .qwfw-add-to-wishlist-wrapper.qwfw--single:not(.qwfw-position--on-thumbnail) {
  margin-top: 19px
}
body[class*=startpro-core] .qwfw-add-to-wishlist-wrapper.qwfw--single:not(.qwfw-position--on-thumbnail) .qwfw-m:not(.button) {
  --qwfw-atw-active-color: #002B2B;
  --qwfw-atw-color: #002B2B
}
body[class*=startpro-core] .qwfw-add-to-wishlist-wrapper.qwfw--single:not(.qwfw-position--on-thumbnail) .qwfw-m:not(.button):hover {
  color: var(--qode-main-color)
}
body[class*=startpro-core] #qode-wishlist-for-woocommerce-modal {
  display: none !important
}
body[class*=startpro-core] .qwfw-confirm-modal .qwfw-m-overlay {
  background-color: rgba(0, 0, 0, .3)
}
body[class*=startpro-core] .qwfw-confirm-modal .qwfw-m-close {
  width: 32px;
  height: 32px;
  color: #002b2b
}
body[class*=startpro-core] .qwfw-confirm-modal .qwfw-m-close svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  stroke: none
}
body[class*=startpro-core] .qwfw-confirm-modal .qwfw-m-close:hover {
  color: var(--qode-main-color)
}
body[class*=startpro-core] .qwfw-confirm-modal .qwfw-m-content {
  --qwfw-border-radius: 0;
  box-shadow: none
}
body[class*=startpro-core] .qwfw-confirm-modal .qwfw-m-form-button {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #002b2b;
  font-size: 18px;
  line-height: 1.3333333333em;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3333333333em;
  font-weight: 500;
  border-radius: 25px;
  outline: 0;
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
  box-shadow: none;
  background-image: none;
  opacity: 1;
  padding: 13px 43px;
  color: var(--qode-button-color, #fff);
  background-color: var(--qode-button-bg-color, var(--qode-main-color));
  border: 1px solid var(--qode-button-border-color, transparent)
}
body[class*=startpro-core] .qwfw-confirm-modal .qwfw-m-form-button .qodef-m-text {
  --qodef-underline-position-y: calc(100% - 2px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height)
}
body[class*=startpro-core] .qwfw-confirm-modal .qwfw-m-form-button:hover {
  color: var(--qode-button-hover-color, #fff);
  background-color: var(--qode-button-bg-hover-color, var(--qode-main-color));
  border-color: var(--qode-button-border-hover-color, transparent)
}
body[class*=startpro-core] .qwfw-confirm-modal .qwfw-m-form-button:hover .qodef-m-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.qodef-woo-product-list.qodef-item-layout--side-by-side .qodef-e-inner {
  display: flex
}
.qodef-woo-product-list.qodef-item-layout--side-by-side .qodef-e-media {
  flex-shrink: 0;
  width: auto
}
.qodef-woo-product-list.qodef-item-layout--side-by-side .qodef-e-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 12px
}
.widget_shopping_cart, .widget_startpro_core_woo_dropdown_cart {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative
}
.widget_shopping_cart .qodef-widget-dropdown-cart-inner, .widget_startpro_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center
}
.widget_shopping_cart .qodef-m-opener, .widget_shopping_cart > .widgettitle, .widget_startpro_core_woo_dropdown_cart .qodef-m-opener, .widget_startpro_core_woo_dropdown_cart > .widgettitle {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #002b2b;
  font-size: 17px;
  line-height: 1.2941176471em;
  letter-spacing: 0;
  font-weight: 500
}
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-opener, #qodef-page-header-inner.qodef-skin--light .widget_shopping_cart > .widgettitle, #qodef-page-header-inner.qodef-skin--light .widget_startpro_core_woo_dropdown_cart .qodef-m-opener, #qodef-page-header-inner.qodef-skin--light .widget_startpro_core_woo_dropdown_cart > .widgettitle {
  color: #fff
}
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-icon, .widget_shopping_cart > .widgettitle .qodef-m-opener-icon, .widget_startpro_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-icon, .widget_startpro_core_woo_dropdown_cart > .widgettitle .qodef-m-opener-icon {
  margin-right: 4px
}
.widget_shopping_cart .qodef-widget-dropdown-cart-content, .widget_shopping_cart .widget_shopping_cart_content, .widget_startpro_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content, .widget_startpro_core_woo_dropdown_cart .widget_shopping_cart_content {
  border-style: solid;
  border-width: 1px;
  display: block;
  padding: 33px 0 45px 0;
  text-align: left;
  transition: opacity .2s ease-out, visibility .2s ease-out
}
.widget_shopping_cart .qodef-widget-dropdown-cart-content.qodef-cart--empty, .widget_shopping_cart .widget_shopping_cart_content.qodef-cart--empty, .widget_startpro_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content.qodef-cart--empty, .widget_startpro_core_woo_dropdown_cart .widget_shopping_cart_content.qodef-cart--empty {
  padding: 25px 0 25px 0
}
#qodef-top-area .widget_shopping_cart .qodef-widget-dropdown-cart-content, #qodef-top-area .widget_shopping_cart .widget_shopping_cart_content, #qodef-top-area .widget_startpro_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content, #qodef-top-area .widget_startpro_core_woo_dropdown_cart .widget_shopping_cart_content, header .widget_shopping_cart .qodef-widget-dropdown-cart-content, header .widget_shopping_cart .widget_shopping_cart_content, header .widget_startpro_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content, header .widget_startpro_core_woo_dropdown_cart .widget_shopping_cart_content {
  left: auto;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden !important;
  width: 330px;
  background-color: #dde9e8;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
  z-index: 99
}
.touchevents #qodef-top-area .widget_shopping_cart .qodef-widget-dropdown-cart-content, .touchevents #qodef-top-area .widget_shopping_cart .widget_shopping_cart_content, .touchevents #qodef-top-area .widget_startpro_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content, .touchevents #qodef-top-area .widget_startpro_core_woo_dropdown_cart .widget_shopping_cart_content, .touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content, .touchevents header .widget_shopping_cart .widget_shopping_cart_content, .touchevents header .widget_startpro_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content, .touchevents header .widget_startpro_core_woo_dropdown_cart .widget_shopping_cart_content {
  display: none
}
.widget_shopping_cart .qodef-widget-dropdown-cart-content > *, .widget_shopping_cart .widget_shopping_cart_content > *, .widget_startpro_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content > *, .widget_startpro_core_woo_dropdown_cart .widget_shopping_cart_content > * {
  padding: 0 38px !important
}
.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI, .widget_shopping_cart .widget_shopping_cart_content .blockUI, .widget_startpro_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI, .widget_startpro_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI {
  display: none !important
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item, .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item, .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item, .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
  margin: 0 0 16px 0 !important;
  position: relative
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type, .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type, .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type, .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
  margin: 0
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img, .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img, .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img, .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
  margin: 0 10px 0 0;
  width: 65px;
  height: 75px;
  object-fit: cover
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove, .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove, .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove, .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
  display: flex;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 5
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation, .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation, .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation, .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation {
  display: none
}
.widget_shopping_cart .woocommerce-mini-cart-item img, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart-item img {
  float: left;
  vertical-align: top
}
.widget_shopping_cart .woocommerce-mini-cart-item a, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  font-size: 22px;
  line-height: 1.3181818182em;
  letter-spacing: 0;
  font-weight: 500;
  display: block
}
.widget_shopping_cart .woocommerce-mini-cart-item:after, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart-item:after {
  clear: both;
  content: "";
  display: table
}
.widget_shopping_cart .qodef-woo-mini-cart, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart {
  max-height: 50vh;
  overflow: hidden;
  position: relative
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
  display: flex
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image {
  flex-shrink: 0
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a {
  display: block
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content {
  padding: 0 20px 0 0;
  width: 100%
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
  margin: 0 0 7px 0;
  font-weight: 400;
  line-height: 25px
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price-quantity-wrap, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price-quantity-wrap {
  display: flex
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price {
  margin: 0;
  line-height: 1
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity {
  margin: 0;
  line-height: 1
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity:after, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity:after {
  content: "x";
  display: inline-block;
  margin: 0 3px
}
.widget_shopping_cart .qodef-m-order-details, .widget_shopping_cart .woocommerce-mini-cart__total, .widget_startpro_core_woo_dropdown_cart .qodef-m-order-details, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart__total {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 11px 0 9px 0
}
.widget_shopping_cart .qodef-m-order-details strong, .widget_shopping_cart .woocommerce-mini-cart__total strong, .widget_startpro_core_woo_dropdown_cart .qodef-m-order-details strong, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 1.3333333333em;
  letter-spacing: 0;
  font-weight: 500;
  font-weight: 400
}
.widget_shopping_cart .qodef-m-action, .widget_shopping_cart .woocommerce-mini-cart__buttons, .widget_startpro_core_woo_dropdown_cart .qodef-m-action, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart__buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0
}
.widget_shopping_cart .qodef-m-action a, .widget_shopping_cart .woocommerce-mini-cart__buttons a, .widget_startpro_core_woo_dropdown_cart .qodef-m-action a, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #002b2b;
  font-size: 18px;
  line-height: 1.3333333333em;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3333333333em;
  font-weight: 500;
  border-radius: 25px;
  outline: 0;
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
  box-shadow: none;
  background-image: none;
  opacity: 1;
  width: 100%;
  padding: 13px 43px;
  justify-content: center;
  text-align: center;
  color: var(--qode-button-color, #fff);
  background-color: var(--qode-button-bg-color, var(--qode-main-color));
  border: 1px solid var(--qode-button-border-color, transparent)
}
.widget_shopping_cart .qodef-m-action a .qodef-m-text, .widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text, .widget_startpro_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text {
  --qodef-underline-position-y: calc(100% - 2px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height)
}
.widget_shopping_cart .qodef-m-action a:hover, .widget_shopping_cart .woocommerce-mini-cart__buttons a:hover, .widget_startpro_core_woo_dropdown_cart .qodef-m-action a:hover, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover {
  color: var(--qode-button-hover-color, #fff);
  background-color: var(--qode-button-bg-hover-color, var(--qode-main-color));
  border-color: var(--qode-button-border-hover-color, transparent)
}
.widget_shopping_cart .qodef-m-action a:hover .qodef-m-text, .widget_shopping_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text, .widget_startpro_core_woo_dropdown_cart .qodef-m-action a:hover .qodef-m-text, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.widget_shopping_cart .woocommerce-mini-cart__buttons, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart__buttons {
  flex-direction: column
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a {
  justify-content: center;
  width: 100% !important
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child {
  margin-top: 5px
}
#qodef-top-area .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content, #qodef-top-area .widget_shopping_cart:hover .widget_shopping_cart_content, #qodef-top-area .widget_startpro_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content, #qodef-top-area .widget_startpro_core_woo_dropdown_cart:hover .widget_shopping_cart_content, header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content, header .widget_shopping_cart:hover .widget_shopping_cart_content, header .widget_startpro_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content, header .widget_startpro_core_woo_dropdown_cart:hover .widget_shopping_cart_content {
  opacity: 1 !important;
  visibility: visible !important
}
.widget_shopping_cart, .widget_startpro_core_woo_dropdown_cart {
  color: #002b2b
}
.widget_shopping_cart .qodef-widget-dropdown-cart-content, .widget_shopping_cart .widget_shopping_cart_content, .widget_startpro_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content, .widget_startpro_core_woo_dropdown_cart .widget_shopping_cart_content {
  background-color: #fff;
  color: #002b2b;
  border-color: #dde9e8
}
.widget_shopping_cart .woocommerce-mini-cart-item a, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  color: #002b2b
}
.widget_shopping_cart .woocommerce-mini-cart-item a:hover, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
  color: var(--qode-main-color)
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
  color: #002b2b
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
  color: var(--qode-main-color)
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove, .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove, .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove, .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
  color: #002b2b
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover, .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover, .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover, .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover, .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
  color: var(--qode-main-color)
}
.widget_shopping_cart .qodef-m-order-details strong, .widget_shopping_cart .woocommerce-mini-cart__total strong, .widget_startpro_core_woo_dropdown_cart .qodef-m-order-details strong, .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
  color: #002b2b
}
#qodef-top-area .widget_shopping_cart, #qodef-top-area .widget_startpro_core_woo_dropdown_cart {
  color: #fff
}
#qodef-page-footer .widget_shopping_cart, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart {
  color: #ccc
}
#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content, #qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .widget_shopping_cart_content {
  background-color: #000;
  color: #ccc;
  border-color: #fff
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  color: #ccc
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
  color: #fff
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
  color: #ccc
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
  color: #fff
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove, #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove, #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove, #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
  color: #ccc
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover, #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover, #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover, #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
  color: #fff
}
#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong, #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .qodef-m-order-details strong, #qodef-page-footer .widget_startpro_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
  color: #ccc
}
#qodef-page-footer.qodef-skin--dark .widget_shopping_cart, #qodef-page-footer.qodef-skin--dark .widget_startpro_core_woo_dropdown_cart {
  color: #002b2b
}
#qodef-side-area .widget_shopping_cart, #qodef-side-area .widget_startpro_core_woo_dropdown_cart {
  color: #fff
}
.qodef-mega-menu-widget-holder .widget_shopping_cart, .qodef-mega-menu-widget-holder .widget_startpro_core_woo_dropdown_cart {
  color: #fff
}
.qodef-clients-list .qodef-e {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-clients-list.qodef-swiper-container.qodef-retina-scaling--yes .swiper-slide img {
  width: revert-layer
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
  display: inline-block
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
  width: auto;
  opacity: 1;
  will-change: opacity;
  transition: opacity .35s ease-out;
  display: inline-block
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  will-change: opacity;
  transition: opacity .35s ease-out
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
  opacity: 0
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
  opacity: 1
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a {
  display: inline-block
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo {
  width: auto;
  opacity: var(--qodef-client-initial-opacity, 1);
  will-change: opacity;
  transition: opacity .3s ease;
  display: inline-block
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo {
  display: none
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo {
  opacity: var(--qodef-client-hover-opacity, .5)
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
  display: inline-block
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
  width: auto;
  display: inline-block
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
  display: none
}
.qodef-portfolio-single {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-portfolio-single .qodef-media iframe {
  max-height: 56.25vw
}
.qodef-portfolio-single .swiper-button-next svg, .qodef-portfolio-single .swiper-button-prev svg {
  width: 25px
}
.qodef-portfolio-single .swiper-button-prev {
  left: 25px !important
}
.qodef-portfolio-single .swiper-button-next {
  right: 25px !important
}
@media only screen and (max-width:680px) {
  .qodef-portfolio-single .swiper-button-prev {
    left: 7% !important
  }
  .qodef-portfolio-single .swiper-button-next {
    right: 7% !important
  }
}
.qodef-portfolio-single .qodef-portfolio-title {
  margin: 0 0 15px
}
.qodef-portfolio-single .qodef-portfolio-info > * {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
  flex-direction: row;
  flex-wrap: wrap
}
.qodef-portfolio-single .qodef-portfolio-info > :last-child {
  margin-bottom: 0
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
  font-size: 17px;
  line-height: 1.2941176471em;
  letter-spacing: .01em;
  font-weight: 500;
  margin: 0 10px 0 0
}
.qodef-portfolio-single .qodef-portfolio-info a, .qodef-portfolio-single .qodef-portfolio-info p {
  margin: 0
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--tag .qodef-e-tag {
  display: flex;
  gap: 10px
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--tag .qodef-e-tag a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.7333333333em;
  letter-spacing: 0;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 3px 8px 2px;
  transition: background-color .2s ease-out, border-color .2s ease-out
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--tag .qodef-e-tag a:hover {
  border-color: #dde9e8;
  background-color: transparent
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share {
  margin-top: -2px
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share .qodef-social-share {
  display: flex;
  align-items: center
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share .qodef-social-share .qodef-social-title {
  font-size: 17px;
  line-height: 1.2941176471em;
  letter-spacing: .01em;
  font-weight: 500;
  margin: 0 18px 0 0
}
.qodef-portfolio-single .qodef-portfolio-author-info {
  margin: 20px 0 25px
}
.qodef-portfolio-single .qodef-portfolio-author-info .qodef-m-inner {
  display: flex;
  align-items: center
}
.qodef-portfolio-single .qodef-portfolio-author-info .qodef-m-inner .qodef-m-image {
  margin-right: 29px
}
.qodef-portfolio-single .qodef-portfolio-author-info .qodef-m-inner .qodef-m-image img {
  border-radius: 100%
}
.qodef-portfolio-single .qodef-portfolio-author-info .qodef-m-inner .qodef-m-author {
  display: flex;
  flex-direction: column;
  margin: 0
}
.qodef-portfolio-single .qodef-portfolio-author-info .qodef-m-content p > * {
  line-height: 1
}
.qodef-portfolio-single .qodef-portfolio-author-info .qodef-m-content p a {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px
}
.qodef-portfolio-single.qodef-layout--custom .qodef-grid-item.qodef-portfolio-info {
  margin-top: 76px
}
.qodef-portfolio-single.qodef-layout--slider-big .swiper-button-next, .qodef-portfolio-single.qodef-layout--slider-big .swiper-button-prev, .qodef-portfolio-single.qodef-layout--slider-small .swiper-button-next, .qodef-portfolio-single.qodef-layout--slider-small .swiper-button-prev {
  color: #fff
}
@media only screen and (max-width:880px) {
  .qodef-portfolio-single.qodef-layout--masonry-big .qodef-grid.qodef-responsive--predefined.qodef-col-num--3 > .qodef-grid-inner, .qodef-portfolio-single.qodef-layout--masonry-small .qodef-grid.qodef-responsive--predefined.qodef-col-num--3 > .qodef-grid-inner {
    --qode-columns: 2
  }
}
@media only screen and (max-width:680px) {
  .qodef-portfolio-single.qodef-layout--masonry-big .qodef-grid.qodef-responsive--predefined.qodef-col-num--3 > .qodef-grid-inner, .qodef-portfolio-single.qodef-layout--masonry-small .qodef-grid.qodef-responsive--predefined.qodef-col-num--3 > .qodef-grid-inner {
    --qode-columns: 1
  }
}
.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
  margin-top: 50px
}
@media only screen and (max-width:1200px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 67px
  }
}
.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
  margin-top: 50px
}
.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
  margin-top: 179px
}
@media only screen and (max-width:1512px) {
  .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 167px
  }
}
@media only screen and (max-width:1200px) {
  .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 28px
  }
}
.qodef-portfolio-list.qodef-layout--columns.qodef-col-num--1 .qodef-e-text {
  width: 70%
}
@media only screen and (max-width:1200px) {
  .qodef-portfolio-list.qodef-layout--columns.qodef-col-num--1 .qodef-e-text {
    width: 80%
  }
}
@media only screen and (max-width:1024px) {
  .qodef-portfolio-list.qodef-layout--columns.qodef-col-num--1 .qodef-e-text {
    width: 100%
  }
}
.qodef-portfolio-list .qodef-e-content, .qodef-portfolio-list .qodef-e-inner, .qodef-portfolio-list .qodef-e-media {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-portfolio-list .qodef-e-info * {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #002b2b;
  font-size: 17px;
  line-height: 1.2941176471em;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.764
}
.qodef-portfolio-list .qodef-e-media iframe {
  display: block;
  height: 100%
}
.qodef-portfolio-list .qodef-e-media-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%
}
.qodef-portfolio-list .qodef-e-media-image a, .qodef-portfolio-list .qodef-e-media-image img {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden
}
.qodef-portfolio-list .qodef-e-content {
  margin: 30px 0 0
}
.qodef-portfolio-list .qodef-e-title {
  margin: 0
}
.qodef-portfolio-list .qodef-e-excerpt {
  margin: 15px 0 0
}
.qodef-portfolio-list .qodef-e-top-holder {
  margin-bottom: 4px
}
.qodef-portfolio-list .qodef-e-top-holder .qodef-e-info {
  line-height: 1
}
.qodef-portfolio-list .qodef-e-top-holder .qodef-e-info * {
  line-height: 1
}
.qodef-portfolio-list .qodef-e-read-more {
  margin: 15px 0 0
}
.qodef-portfolio-list .qodef-e-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
  width: auto
}
.qodef-portfolio-list .qodef-portfolio-author-info .qodef-m-inner {
  display: flex;
  align-items: center
}
.qodef-portfolio-list .qodef-portfolio-author-info .qodef-m-inner .qodef-m-image {
  margin-right: 23px
}
.qodef-portfolio-list .qodef-portfolio-author-info .qodef-m-inner .qodef-m-image img {
  border-radius: 100%
}
.qodef-portfolio-list .qodef-portfolio-author-info .qodef-m-content p a {
  color: #002b2b
}
.qodef-portfolio-list.qodef-item-layout--info-above .qodef-e-content {
  margin: 35px 0 0
}
.qodef-portfolio-list.qodef-item-layout--info-above .qodef-e-top-holder {
  margin-bottom: 42px
}
.qodef-portfolio-list.qodef-item-layout--info-above .qodef-e-text {
  margin-bottom: 20px
}
.qodef-portfolio-list.qodef-item-layout--info-above .qodef-portfolio-author-info {
  margin: 0
}
.qodef-portfolio-list.qodef-item-layout--info-above .qodef-portfolio-author-info p {
  margin: 0
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image > a {
  position: relative;
  display: block
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(4deg, #011522 -20%, rgba(7, 30, 29, 0) 80%);
  opacity: 0;
  transition: opacity .3s ease-out
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image > a:after {
  opacity: 1
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-inner {
  overflow: hidden
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-media {
  height: 100%;
  width: 100%
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-content {
  margin: 0;
  display: none
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title {
  color: #fff
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a {
  color: inherit
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a:hover {
  color: var(--qode-main-color)
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info > * {
  color: #fff
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info a:hover {
  color: var(--qode-main-color)
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-post-link {
  z-index: 2
}
.qodef-e-content-follow {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden
}
.qodef-e-content-follow.qodef-right {
  text-align: right;
  transform: translateX(-100%)
}
.qodef-e-content-follow .qodef-e-title {
  margin: 0;
  color: #fff
}
.qodef-e-content-follow .qodef-e-title a {
  color: inherit
}
.qodef-e-content-follow .qodef-e-info > * {
  color: #fff
}
.qodef-e-content-follow .qodef-e-text, .qodef-e-content-follow .qodef-e-top-holder {
  clip-path: inset(0 100% 0 0);
  transition: all .2s ease-out
}
.qodef-e-content-follow .qodef-e-text > *, .qodef-e-content-follow .qodef-e-top-holder > * {
  display: inline-block;
  background-color: var(--qode-main-color);
  z-index: 10
}
.qodef-e-content-follow .qodef-e-top-holder {
  margin-bottom: 2px
}
.qodef-e-content-follow .qodef-e-top-holder > * {
  padding: 0 5px
}
.qodef-e-content-follow .qodef-e-text > * {
  padding: 3px 5px
}
.qodef-e-content-follow.qodef-is-active {
  visibility: visible
}
.qodef-e-content-follow.qodef-is-active .qodef-e-text, .qodef-e-content-follow.qodef-is-active .qodef-e-top-holder {
  clip-path: inset(0 0 0 0)
}
.qodef-e-content-follow.qodef-is-active .qodef-e-text {
  transition-delay: .2s
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media {
  height: 100%;
  width: 100%
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-top-holder {
  margin-bottom: 4px
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-top-holder .qodef-e-info {
  line-height: 1
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-top-holder .qodef-e-info * {
  line-height: 1
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(4deg, #011522 -20%, rgba(7, 30, 29, 0) 80%)
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content a {
  position: relative;
  z-index: 3
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title {
  color: #fff
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a {
  color: inherit
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a:hover {
  color: #fff
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info > * {
  color: #fff
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info a:hover {
  color: #fff
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-post-link {
  z-index: 2
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
  opacity: 0;
  transition: opacity .3s ease
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
  opacity: 1
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media {
  height: 100%;
  width: 100%
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px 40px 35px;
  background-color: rgba(0, 43, 43, .12)
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content a {
  position: relative;
  z-index: 3
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
  color: #fff
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a {
  color: inherit
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
  color: var(--qode-main-color)
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info > * {
  color: #fff
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
  color: var(--qode-main-color)
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-post-link {
  z-index: 2
}
#qodef-portfolio-single-related-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 86px
}
#qodef-single-portfolio-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-top: 1px solid #dde9e8;
  padding-top: 60px;
  margin: 86px 0 3px
}
#qodef-single-portfolio-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}
#qodef-single-portfolio-navigation .qodef-m-nav {
  position: relative;
  display: flex;
  align-items: center
}
#qodef-single-portfolio-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
  margin-right: 5px
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  text-align: right;
  margin-left: auto
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
  margin-left: 5px
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
  position: absolute;
  top: 0;
  left: calc(50% - 16px)
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
  font-size: 32px
}
#qodef-single-portfolio-navigation .qodef-m-nav-icon {
  font-size: 30px
}
#qodef-single-portfolio-navigation .qodef-m-nav-label {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  font-size: 17px;
  line-height: 1.2941176471em;
  letter-spacing: .01em;
  font-weight: 500
}
#qodef-single-portfolio-navigation .qodef-m-nav-label {
  position: relative;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.4em;
  display: inline-block;
  position: relative;
  overflow: hidden
}
#qodef-single-portfolio-navigation .qodef-m-nav-label:after, #qodef-single-portfolio-navigation .qodef-m-nav-label:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor
}
#qodef-single-portfolio-navigation .qodef-m-nav-label:before {
  transform: translateX(-103%);
  transition: transform .4s cubic-bezier(.37, 0, .63, 1)
}
#qodef-single-portfolio-navigation .qodef-m-nav-label:after {
  transform: translateX(0);
  transition: transform .4s cubic-bezier(.37, 0, .63, 1) .4s
}
#qodef-single-portfolio-navigation .qodef-m-nav-label:hover:before {
  transform: translateX(0);
  transition: transform .4s cubic-bezier(.37, 0, .63, 1) .4s
}
#qodef-single-portfolio-navigation .qodef-m-nav-label:hover:after {
  transform: translateX(103%);
  transition: transform .4s cubic-bezier(.37, 0, .63, 1)
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 10px;
  float: none
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 10px;
  float: none
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
  margin-bottom: 0
}
.qodef-team-list .qodef-e-role {
  margin: 0 0 12px;
  line-height: 1
}
.qodef-team-list .qodef-e-title {
  margin: 0 0 2px
}
.qodef-team-list .qodef-social-icons {
  margin: 0
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
  margin: 12px 0 0
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
  opacity: 1;
  z-index: 1
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity .2s ease-out;
  z-index: -1
}
.qodef-testimonials-list .qodef-e-inner {
  padding: 11.5% 14%;
  background-color: #fff;
  border-radius: 15px
}
.qodef-testimonials-list .qodef-e-title {
  margin: 0 0 10px
}
.qodef-testimonials-list .qodef-e-text {
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3636em
}
.qodef-testimonials-list .qodef-e-author-info {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 30px;
  margin-top: 32px
}
.qodef-testimonials-list .qodef-e-author-info:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  background-color: #e1e1e1
}
.qodef-testimonials-list .qodef-e-media-image {
  line-height: 0;
  width: 60px;
  height: 60px
}
.qodef-testimonials-list .qodef-e-media-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 50%
}
.qodef-testimonials-list .qodef-e-media-image + .qodef-e-author {
  margin-left: 29px
}
.qodef-testimonials-list .qodef-e-author {
  margin: 0;
  font-size: 17px;
  display: flex;
  flex-direction: column
}
.qodef-testimonials-list .qodef-e-author .qodef-e-author-job, .qodef-testimonials-list .qodef-e-author .qodef-e-author-name {
  display: block
}
.qodef-testimonials-list .qodef-e-author .qodef-e-author-job {
  font-size: 16px;
  font-weight: 400;
  line-height: 1
}
.qodef-testimonials-list .qodef-e-author .qodef-e-author-name + .qodef-e-author-job {
  margin-top: 4px
}
.qodef-testimonials-list .swiper-pagination-bullets {
  text-align: left;
  bottom: 0 !important
}
.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
  background-color: var(--qode-main-color)
}
.qodef-testimonials-list.qodef-skin--light .qodef-e-author, .qodef-testimonials-list.qodef-skin--light .qodef-e-text, .qodef-testimonials-list.qodef-skin--light .qodef-e-title {
  color: #fff
}
.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
  background-color: #fff
}
.qodef-review-rating {
  display: flex
}
.qodef-review-rating .qodef-rating-inner {
  display: flex;
  flex-basis: 50%
}
.qodef-review-rating label {
  margin: 0 10px 0 0
}
.qodef-review-rating .qodef-comment-rating-box {
  display: flex;
  margin: 0
}
.qodef-review-rating .qodef-star-rating {
  position: relative;
  display: block;
  margin: 0 .1em 0 0;
  cursor: pointer;
  color: var(--qode-main-color)
}
.qodef-review-rating .qodef-star-rating svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor
}
.qodef-review-rating .qodef-star-rating.active svg {
  fill: currentColor
}
.qodef-review-rating .qodef-comments-ratings {
  --qode-star-width: 16px;
  --qode-star-gap: 6px;
  line-height: var(--qode-star-width)
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1em
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-stars {
  color: var(--qode-main-color);
  display: flex;
  gap: var(--qode-star-gap)
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-stars svg {
  display: block;
  width: var(--qode-star-width);
  height: auto;
  flex-shrink: 0
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-stars.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-stars.qodef--active svg {
  fill: currentColor;
  opacity: 1
}
.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
  color: var(--qode-main-color);
  font-size: 60px;
  line-height: 1em;
  font-weight: 700
}
.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
  vertical-align: middle;
  margin: 2px 0 0
}
.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
  vertical-align: middle;
  font-size: 20px
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
  vertical-align: middle;
  padding-left: 200px
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
  line-height: 28px
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
  padding: 6px 0
}
.qodef-reviews-per-mark .qodef-reviews-number-holder {
  display: flex;
  align-items: center
}
.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
  display: flex;
  flex-direction: column;
  width: 25%;
  text-align: center
}
.qodef-reviews-per-mark .qodef-reviews-number {
  font-size: 72px;
  color: #ffd740;
  font-weight: 700;
  line-height: 1em
}
.qodef-reviews-per-mark .qodef-stars-wrapper {
  display: table-cell;
  vertical-align: middle
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
  display: block
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
  color: #ffd740
}
.qodef-reviews-per-mark .qodef-reviews-count {
  font-weight: 700;
  font-size: 14px
}
.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
  width: 75%;
  padding: 29px 50px 40px;
  background-color: #fafafa;
  border-left: 1px solid #e5e5e5
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
  display: inline-block;
  vertical-align: middle
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
  display: block
}
.qodef-comment-list .qodef-comment-name {
  float: none
}
.qodef-comment-list .qodef-review-rating {
  display: inline-block;
  width: 100%
}
.qodef-comment-list .qodef-rating-inner {
  display: inline-block;
  width: 100%
}
@keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0
  }
}
@keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 100
  }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 100
  }
}
.qodef-search-cover-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  z-index: -1;
  transition: opacity .3s ease
}
.qodef-search-cover-form .qodef-m-inner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px
}
.qodef-search-cover-form .qodef-m-form-field {
  padding: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline-offset: 0
}
.qodef-search-cover-form .qodef-m-form-field:focus {
  color: var(--qode-main-color)
}
.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}
.qodef-search-cover-form .qodef-m-form-field::placeholder {
  color: inherit;
  opacity: 1
}
.qodef-search-cover-form .qodef-m-close {
  flex-shrink: 0
}
.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
  font-size: 23px
}
.qodef-covers-search--fadeout .qodef-search-cover-form {
  animation: cover_search_fade_out .3s ease both
}
.qodef-covers-search--fadein .qodef-search-cover-form {
  animation: cover_search_fade_in .3s ease both
}
.qodef-header--sticky-display #qodef-page-header > .qodef-search-cover-form {
  display: none
}
.qodef-fullscreen-search-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, .98);
  z-index: 100
}
.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
  display: none
}
.qodef-fullscreen-search-holder .qodef-m-inner {
  width: 100%
}
.qodef-fullscreen-search-holder .qodef-m-form {
  position: relative;
  width: 60%;
  margin: 0 auto
}
.qodef-fullscreen-search-holder .qodef-m-form-field {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #002b2b;
  line-height: 2em;
  background: 0 0;
  border: 0;
  border-radius: 0
}
.qodef-fullscreen-search-holder .qodef-m-form-submit {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: auto;
  padding: 0;
  margin: 0;
  color: #002b2b;
  background: 0 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
  transition: color .2s ease-out
}
.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
  color: var(--qode-main-color);
  background: 0 0
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
  opacity: 1;
  bottom: 10px;
  transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s
}
.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
  font-size: 18px
}
.qodef-fullscreen-search-holder .qodef-m-form-line {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  border-bottom: 1px solid #000;
  transition: all .3s ease
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
  width: 100%;
  transition: width .5s ease .6s
}
.qodef-fullscreen-search-holder .qodef-m-close {
  position: absolute;
  top: 33px;
  right: 70px;
  color: #002b2b;
  opacity: 0;
  visibility: hidden;
  z-index: 1
}
.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
  top: 72px
}
.qodef-fullscreen-search-holder .qodef-m-close:hover {
  color: #002b2b
}
.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
  font-size: 25px
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
  opacity: 1;
  visibility: visible
}
.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
  animation: fullscreen_search_fade_out .3s ease both
}
.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
  animation: fullscreen_search_fade_in .3s ease both
}
@keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible
  }
  100% {
    opacity: 0;
    visibility: hidden
  }
}
@keyframes fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden
  }
  100% {
    opacity: 1;
    visibility: visible
  }
}
.qodef-search-opener > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit
}
.qodef-search-opener.qodef-source--icon-pack {
  font-size: 23px
}
.qodef-accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
  overflow-anchor: none
}
.qodef-accordion .qodef-accordion-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-accordion.qodef--init {
  visibility: visible
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0;
  padding: 33px 65px 36px 43px;
  transition: color .2s ease-out, background-color .2s ease-out, padding .2s ease;
  cursor: pointer;
  background-color: #f5f5f5
}
@media only screen and (max-width:680px) {
  .qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    padding: 33px 65px 36px 25px
  }
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
  margin-top: 0
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  line-height: 1;
  text-align: center;
  position: absolute;
  right: 43px;
  top: 38px
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
  position: absolute;
  display: flex;
  width: 100%;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  transition: opacity .2s ease-out
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
  display: block;
  line-height: inherit
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
  opacity: 0
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
  opacity: 1
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
  padding: 33px 65px 0 43px
}
@media only screen and (max-width:680px) {
  .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
    padding: 33px 65px 36px 25px
  }
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span {
  color: #144443
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
  opacity: 1
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
  opacity: 0
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 13px 11% 0 43px;
  margin: 0;
  background-color: #f5f5f5
}
@media only screen and (max-width:680px) {
  .qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 13px 11% 0 25px
  }
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
  margin: 0
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content .qodef-accordion-content-inner {
  padding-bottom: 73px
}
.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
  display: none
}
.qodef-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-banner .qodef-m-banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1
}
.qodef-banner .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block
}
.qodef-banner .qodef-m-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex
}
.qodef-banner .qodef-m-title {
  margin: 10px 0 4px
}
.qodef-banner .qodef-m-title-inner {
  display: inline-block
}
.qodef-banner .qodef-m-subtitle {
  font-family: "DM Sans", sans-serif;
  margin: 0;
  letter-spacing: 0
}
.qodef-banner .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden
}
.qodef-banner .qodef-m-image img {
  display: block;
  transition: all .35s ease-out
}
.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding: 58px 48px 48px
}
.qodef-banner.qodef-layout--link-button .qodef-m-subtitle {
  margin: 0 0 10px 0
}
.qodef-banner.qodef-layout--link-button .qodef-m-title {
  margin: 0 0 10px 0
}
.qodef-banner.qodef-layout--link-button .qodef-m-text {
  margin: 0
}
.qodef-banner.qodef-layout--link-button .qodef-m-subtitle, .qodef-banner.qodef-layout--link-button .qodef-m-text, .qodef-banner.qodef-layout--link-button .qodef-m-title {
  width: 46%
}
@media only screen and (max-width:680px) {
  .qodef-banner.qodef-layout--link-button .qodef-m-subtitle, .qodef-banner.qodef-layout--link-button .qodef-m-text, .qodef-banner.qodef-layout--link-button .qodef-m-title {
    width: 100%
  }
}
.qodef-banner.qodef-layout--link-button .qodef-button {
  margin: auto 0 0
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 30px
}
.qodef-button.qodef-html--link {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #002b2b;
  font-size: 18px;
  line-height: 1.3333333333em;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3333333333em;
  font-weight: 500;
  border-radius: 25px;
  outline: 0;
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
  box-shadow: none;
  background-image: none;
  opacity: 1;
  padding: 13px 43px
}
.qodef-button.qodef-size--small {
  padding: 13px 36px
}
.qodef-button.qodef-size--large {
  padding: 13px 50px
}
.qodef-button.qodef-size--full {
  width: 100%;
  padding: 13px 43px;
  justify-content: center;
  text-align: center
}
.qodef-button.qodef--custom-appear {
  backface-visibility: hidden;
  opacity: 0;
  transform: translateY(30%);
  transition: all .6s ease 0s
}
.qodef-button.qodef--custom-appear.qodef-delay-3 {
  transition-delay: .3s
}
.qodef-button.qodef--custom-appear.qodef-delay-6 {
  transition-delay: .6s
}
.qodef-button.qodef--custom-appear.qodef-delay-9 {
  transition-delay: .9s
}
.qodef-button.qodef--custom-appear.qodef--appeared {
  opacity: 1;
  transform: translateX(0) translateZ(0)
}
.qodef-button.qodef-layout--filled.qodef-html--link {
  background-color: #cadd6e;
}
.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text {
  --qodef-underline-position-y: calc(100% - 2px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height)
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  background-color: var(--qode-button-bg-hover-color, var(--qode-main-color));
  border-color: var(--qode-button-border-hover-color, transparent)
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-m-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
@media only screen and (max-width:680px) {
  .qodef-button.qodef-layout--filled.qodef-html--link.qodef-circle-on-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%
  }
  .qodef-button.qodef-layout--filled.qodef-html--link.qodef-circle-on-mobile:after {
    content: "";
    width: 17.5px;
    height: 19.5px;
    background-color: currentColor;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy41IiBoZWlnaHQ9IjE5LjUiIHZpZXdCb3g9IjAgMCAxNy41IDE5LjUiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ij48cGF0aCBkPSJNMy40MTcuNzUuNzUgNC4zNXYxMi42YTEuNzg5IDEuNzg5IDAgMCAwIDEuNzc4IDEuOGgxMi40NDRhMS43ODkgMS43ODkgMCAwIDAgMS43NzgtMS44VjQuMzVMMTQuMDgzLjc1WiIvPjxwYXRoIGQ9Ik0uNzUgMy45NzJoMTUuOSIvPjxwYXRoIGQ9Ik0xMi4zMjggNy45NjFhMy41NzggMy41NzggMCAwIDEtNy4xNTYgMCIvPjwvZz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy41IiBoZWlnaHQ9IjE5LjUiIHZpZXdCb3g9IjAgMCAxNy41IDE5LjUiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ij48cGF0aCBkPSJNMy40MTcuNzUuNzUgNC4zNXYxMi42YTEuNzg5IDEuNzg5IDAgMCAwIDEuNzc4IDEuOGgxMi40NDRhMS43ODkgMS43ODkgMCAwIDAgMS43NzgtMS44VjQuMzVMMTQuMDgzLjc1WiIvPjxwYXRoIGQ9Ik0uNzUgMy45NzJoMTUuOSIvPjxwYXRoIGQ9Ik0xMi4zMjggNy45NjFhMy41NzggMy41NzggMCAwIDEtNy4xNTYgMCIvPjwvZz48L3N2Zz4=)
  }
}
.qodef-button.qodef-layout--outlined-arrow {
  color: var(--qode-button-color, var(--qode-main-color));
  background-color: transparent;
  border: 1px solid var(--qode-button-border-color, var(--qode-main-color));
  padding: 0;
  width: 2.2em;
  height: 2.2em;
  display: flex;
  align-items: center;
  justify-content: center
}
.qodef-button.qodef-layout--outlined-arrow .qodef-m-text {
  --qodef-underline-position-y: calc(100% - 2px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height)
}
.qodef-button.qodef-layout--outlined-arrow .qodef-svg--button-arrow {
  width: .8em;
  height: .8em;
  overflow: hidden;
  backface-visibility: hidden
}
.qodef-button.qodef-layout--outlined-arrow .qodef-svg--button-arrow path {
  transition: transform .33s cubic-bezier(.22, .61, .36, 1)
}
.qodef-button.qodef-layout--outlined-arrow .qodef-svg--button-arrow path:nth-of-type(1) {
  transform: translate(0, 0);
  transition-delay: .15s
}
.qodef-button.qodef-layout--outlined-arrow .qodef-svg--button-arrow path:nth-of-type(2) {
  transform: translate(-100%, 100%)
}
.qodef-browser--safari .qodef-button.qodef-layout--outlined-arrow .qodef-svg--button-arrow {
  width: .8em;
  height: .8em
}
.qodef-button.qodef-layout--outlined-arrow .qodef-m-text {
  display: none
}
.qodef-button.qodef-layout--outlined-arrow:hover {
  color: var(--qode-button-color, var(--qode-main-color));
  background-color: transparent;
  border: 1px solid var(--qode-button-border-color, var(--qode-main-color))
}
.qodef-button.qodef-layout--outlined-arrow:hover .qodef-m-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.qodef-button.qodef-layout--outlined-arrow:hover .qodef-svg--button-arrow path:nth-of-type(1) {
  transform: translate(100%, -100%);
  transition-delay: 0s
}
.qodef-button.qodef-layout--outlined-arrow:hover .qodef-svg--button-arrow path:nth-of-type(2) {
  transform: translate(0, 0);
  transition-delay: .15s
}
.qodef-button.qodef-layout--outlined-revealing {
  color: var(--qode-button-color, var(--qode-main-color));
  background-color: transparent;
  border: 1px solid var(--qode-button-border-color, var(--qode-main-color));
  padding: 0;
  overflow: hidden;
  backface-visibility: hidden;
  border-color: transparent;
  --qodef-revealing-button-background-color: transparent;
  --qodef-revealing-button-hover-background-color: transparent
}
.qodef-button.qodef-layout--outlined-revealing .qodef-m-text {
  --qodef-underline-position-y: calc(100% - 2px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height)
}
.qodef-browser--safari .qodef-button.qodef-layout--outlined-revealing {
  transform: translateZ(0)
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left .qodef-initial-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left .qodef-svg--button-arrow {
  width: .8em;
  height: .8em;
  z-index: 1;
  overflow: hidden;
  backface-visibility: hidden
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left .qodef-svg--button-arrow path {
  transition: transform .33s cubic-bezier(.22, .61, .36, 1)
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left .qodef-svg--button-arrow path:nth-of-type(1) {
  transform: translate(0, 0);
  transition-delay: .15s
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left .qodef-svg--button-arrow path:nth-of-type(2) {
  transform: translate(-100%, 100%)
}
.qodef-browser--safari .qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left .qodef-svg--button-arrow {
  width: .8em;
  height: .8em
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left .qodef-hidden-content {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  backface-visibillity: hidden;
  padding: 1.034em 1.44em;
  line-height: 1;
  opacity: 0;
  transition: all .5s cubic-bezier(.22, .61, .36, 1), transform .7s, opacity .3s;
  clip-path: inset(0 100% 0 0);
  transform: translateX(calc(100% - 3.2em))
}
@media only screen and (max-width:1512px) {
  .qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left .qodef-hidden-content {
    padding: 1em 1.44em
  }
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left .qodef-hidden-content .qodef-svg--button-arrow {
  visibility: hidden
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left .qodef-hidden-content .qodef-svg--button-arrow path {
  transform: none !important
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left .qodef-border-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3.2em;
  border: 1px solid currentColor;
  background-color: var(--qodef-revealing-button-background-color);
  transition: color .2s ease-out, background-color .2s ease-out, transform .7s cubic-bezier(.22, .61, .36, 1)
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left .qodef-border-holder.qodef-border-1 {
  transform: translateX(calc(100% - 3.2em))
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left .qodef-border-holder.qodef-border-2 {
  clip-path: inset(0 0 0 50%)
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left:hover .qodef-border-holder {
  background-color: var(--qodef-revealing-button-hover-background-color)
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left:hover .qodef-border-holder.qodef-border-1 {
  transform: translateX(0)
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left:hover .qodef-svg--button-arrow path:nth-of-type(1) {
  transform: translate(100%, -100%);
  transition-delay: 0s
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left:hover .qodef-svg--button-arrow path:nth-of-type(2) {
  transform: translate(0, 0);
  transition-delay: .15s
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--left:hover .qodef-hidden-content {
  opacity: 1;
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
  transition: all .7s cubic-bezier(.22, .61, .36, 1) 0s, opacity 1s .15s
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-initial-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.2em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-svg--button-arrow {
  width: .8em;
  height: .8em;
  z-index: 1;
  overflow: hidden;
  backface-visibility: hidden
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-svg--button-arrow path {
  transition: transform .33s cubic-bezier(.22, .61, .36, 1)
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-svg--button-arrow path:nth-of-type(1) {
  transform: translate(0, 0);
  transition-delay: .15s
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-svg--button-arrow path:nth-of-type(2) {
  transform: translate(-100%, 100%)
}
.qodef-browser--safari .qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-svg--button-arrow {
  width: .8em;
  height: .8em
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-hidden-content {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  backface-visibillity: hidden;
  padding: 1.034em 1.44em;
  line-height: 1;
  opacity: 0;
  transition: all .5s cubic-bezier(.22, .61, .36, 1), transform .7s, opacity .3s;
  clip-path: inset(0 100% 0 0);
  transform: translateX(calc(100% - 3.2em))
}
@media only screen and (max-width:1512px) {
  .qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-hidden-content {
    padding: 1em 1.44em
  }
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-hidden-content > .qodef-m-text {
  margin-left: 16px
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-hidden-content > .qodef-svg--button-arrow {
  display: none
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-hidden-content .qodef-svg--button-arrow {
  visibility: hidden
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-hidden-content .qodef-svg--button-arrow path {
  transform: none !important
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-border-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3.2em;
  border: 1px solid currentColor;
  background-color: var(--qodef-revealing-button-background-color);
  transition: color .2s ease-out, background-color .2s ease-out, transform .7s cubic-bezier(.22, .61, .36, 1)
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-border-holder.qodef-border-1 {
  transform: translateX(calc(-100% + 3.2em))
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right .qodef-border-holder.qodef-border-2 {
  clip-path: inset(0 50% 0 0)
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right:hover .qodef-border-holder {
  background-color: var(--qodef-revealing-button-hover-background-color)
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right:hover .qodef-border-holder.qodef-border-1 {
  transform: translateX(0)
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right:hover .qodef-svg--button-arrow path:nth-of-type(1) {
  transform: translate(100%, -100%);
  transition-delay: 0s
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right:hover .qodef-svg--button-arrow path:nth-of-type(2) {
  transform: translate(0, 0);
  transition-delay: .15s
}
.qodef-button.qodef-layout--outlined-revealing.qodef-reveal-direction--right:hover .qodef-hidden-content {
  opacity: 1;
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
  transition: all .7s cubic-bezier(.22, .61, .36, 1) 0s, opacity 1s .15s
}
.qodef-button.qodef-layout--outlined-revealing.qodef-no--text.qodef-reveal-direction--left:hover .qodef-border-holder {
  background-color: var(--qodef-revealing-button-hover-background-color)
}
.qodef-button.qodef-layout--outlined-revealing.qodef-no--text.qodef-reveal-direction--left:hover .qodef-border-holder.qodef-border-1 {
  transform: translateX(calc(100% - 3.2em))
}
.qodef-button.qodef-layout--outlined-revealing.qodef-no--text.qodef-reveal-direction--right:hover .qodef-border-holder {
  background-color: var(--qodef-revealing-button-hover-background-color)
}
.qodef-button.qodef-layout--outlined-revealing.qodef-no--text.qodef-reveal-direction--right:hover .qodef-border-holder.qodef-border-1 {
  transform: translateX(calc(-100% + 3.2em))
}
.qodef-button.qodef-layout--outlined {
  color: var(--qode-button-color, var(--qode-main-color));
  background-color: transparent;
  border: 1px solid var(--qode-button-border-color, var(--qode-main-color))
}
.qodef-button.qodef-layout--outlined .qodef-m-text {
  --qodef-underline-position-y: calc(100% - 2px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height)
}
.qodef-button.qodef-layout--outlined:hover {
  color: var(--qode-button-color, var(--qode-main-color));
  background-color: transparent;
  border: 1px solid var(--qode-button-border-color, var(--qode-main-color))
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y)
}
.qodef-button.qodef-layout--textual {
  color: var(--qode-button-color, #002b2b);
  background-color: transparent;
  border: 0;
  padding: 0 !important;
  font-weight: 500;
  line-height: 1.4em
}
.qodef-button.qodef-layout--textual .qodef-m-text, .qodef-button.qodef-layout--textual span {
  display: inline-block;
  position: relative;
  overflow: hidden
}
.qodef-button.qodef-layout--textual .qodef-m-text:after, .qodef-button.qodef-layout--textual .qodef-m-text:before, .qodef-button.qodef-layout--textual span:after, .qodef-button.qodef-layout--textual span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor
}
.qodef-button.qodef-layout--textual .qodef-m-text:before, .qodef-button.qodef-layout--textual span:before {
  transform: translateX(-103%);
  transition: transform .4s cubic-bezier(.37, 0, .63, 1)
}
.qodef-button.qodef-layout--textual .qodef-m-text:after, .qodef-button.qodef-layout--textual span:after {
  transform: translateX(0);
  transition: transform .4s cubic-bezier(.37, 0, .63, 1) .4s
}
.qodef-button.qodef-layout--textual:hover .qodef-m-text:before, .qodef-button.qodef-layout--textual:hover span:before {
  transform: translateX(0);
  transition: transform .4s cubic-bezier(.37, 0, .63, 1) .4s
}
.qodef-button.qodef-layout--textual:hover .qodef-m-text:after, .qodef-button.qodef-layout--textual:hover span:after {
  transform: translateX(103%);
  transition: transform .4s cubic-bezier(.37, 0, .63, 1)
}
.qodef-button.qodef-layout--textual:hover {
  color: var(--qode-button-hover-color, #002b2b)
}
.qodef-call-to-action {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden
}
.qodef-call-to-action.qodef-layout--standard {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
  display: flex;
  align-items: center
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
  justify-content: space-between
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
  justify-content: center
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
  padding-right: 20px
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
  margin: 0;
  color: currentColor
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
  flex: 0 0 auto
}
.qodef-countdown .qodef-m-date {
  display: flex;
  justify-content: center;
  gap: 20px
}
.qodef-countdown .qodef-digit, .qodef-countdown .qodef-label {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  color: #002b2b
}
.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
  width: 100%
}
.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
  width: 50%
}
.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
  width: 33.3333333333%
}
.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
  width: 25%
}
.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
  width: 20%
}
.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
  width: 16.6666666667%
}
.qodef-countdown.qodef-countdown--light .qodef-digit, .qodef-countdown.qodef-countdown--light .qodef-label {
  color: #fff
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px
}
.qodef-countdown.qodef-layout--simple.qodef-display-box--yes .qodef-digit-wrapper {
  padding: 21px 20px 25px 20px;
  background-color: #265253;
  border-radius: 10px;
  max-width: 97px
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
  font-family: inherit;
  font-size: 40px;
  letter-spacing: -.02em;
  font-weight: 400
}
.qodef-countdown.qodef-layout--simple .qodef-label {
  margin-top: 6px
}
.qodef-counter .qodef-m-digit {
  font-family: inherit;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.015em;
  color: #002b2b
}
.qodef-counter span.qodef-m-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #002b2b;
  font-size: 18px;
  line-height: 1.3333333333em;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  letter-spacing: -.015em
}
.qodef-counter .qodef-m-title {
  margin: 12px 0 0 0
}
.qodef-counter .qodef-m-text {
  margin: 0;
  color: #002b2b
}
.qodef-counter.qodef-layout--simple {
  text-align: left;
  padding: 11px 0 7px 22px;
  border-left: 1px solid rgba(20, 68, 67, .23)
}
.qodef-counter.qodef-layout--simple.qodef-hide-borders--yes {
  border: none
}
.widget.widget_startpro_core_custom_font {
  margin-bottom: 0 !important
}
.qodef-custom-font {
  position: relative;
  margin: 0
}
.qodef-dropcaps {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-dropcaps .qodef-m-letter {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #002b2b;
  font-size: 48px;
  line-height: 1.2083333333em;
  position: relative;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0 10px 5px 0
}
@media only screen and (max-width:1512px) {
  .qodef-dropcaps .qodef-m-letter {
    font-size: 45px
  }
}
@media only screen and (max-width:680px) {
  .qodef-dropcaps .qodef-m-letter {
    font-size: 40px
  }
}
.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  font-size: 32px;
  line-height: 1.3125em;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #002b2b
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%
}
.qodef-google-map {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-google-map .qodef-m-map {
  display: block;
  width: 100%
}
.qodef-google-map .qodef-m-map embed, .qodef-google-map .qodef-m-map iframe, .qodef-google-map .qodef-m-map object {
  width: 100%;
  display: block
}
.qodef-google-map .qodef-m-map img {
  max-width: none
}
.qodef-highlight .qodef-icon-break-arrow {
  width: .634em;
  height: .634em;
  margin-left: .35em
}
.qodef-highlight .qodef-highlight-text, .qodef-highlight .qodef-icon-break-arrow {
  color: #e5ff5e
}
.qodef-highlight.qodef-alignment--left {
  text-align: left
}
.qodef-highlight.qodef-alignment--right {
  text-align: right
}
.qodef-highlight.qodef-alignment--center {
  text-align: center
}
span.qodef-highlight {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375em;
  display: inline-block;
  color: #002b2b
}
.qodef-highlight.qodef--has-appear {
  backface-visibility: hidden
}
.qodef-highlight.qodef--has-appear.qodef--appear-from-bottom {
  opacity: 0;
  transform: translateY(30%);
  transition: all .6s ease .3s
}
.qodef-highlight.qodef--has-appear.qodef--appear-from-bottom .qodef-highlight-text, .qodef-highlight.qodef--has-appear.qodef--appear-from-bottom .qodef-icon-break-arrow {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) .4s;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0)
}
.qodef-highlight.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared {
  opacity: 1;
  transform: translateX(0) translateZ(0)
}
.qodef-highlight.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-highlight-text, .qodef-highlight.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-icon-break-arrow {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef-icon-list-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1
}
.qodef-icon-list-item .qodef-e-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 1
}
#qodef-page-footer.qodef-skin--dark .qodef-icon-list-item .qodef-e-title {
  color: #002b2b !important
}
.qodef-icon-list-item .qodef-e-title a {
  display: block;
  color: currentColor !important
}
.qodef-icon-list-item span.qodef-e-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375em;
  display: inline-block;
  color: #002b2b
}
.qodef-icon-list-item span.qodef-e-title .qodef-e-title-text {
  letter-spacing: .01em;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400
}
.qodef-icon-list-item p.qodef-e-title .qodef-e-title-text {
  line-height: 26px
}
.qodef-icon-list-item .qodef-e-title-inner {
  display: flex;
  align-items: center
}
.qodef-icon-list-item .qodef-icon-holder {
  flex-shrink: 0;
  margin-right: 9px;
  float: none
}
.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 16px
}
#qodef-page-footer.qodef-skin--dark .qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  color: #002b2b !important
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-m-image {
  margin-right: 13px;
  flex-shrink: 0
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a, .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
  display: block
}
.qodef-icon-list-item.qodef-icon--custom-icon.qodef-icon-vertical-align--top .qodef-e-title-inner {
  align-items: flex-start
}
.qodef-icon-list-item.qodef-icon--custom-icon.qodef-icon-vertical-align--bottom .qodef-e-title-inner {
  align-items: flex-end
}
#qodef-page-sidebar .widget.widget_startpro_core_icon_list_item {
  margin-bottom: 0
}
#qodef-page-footer .widget.widget_startpro_core_icon_list_item {
  margin-bottom: 0 !important
}
#qodef-side-area .widget.widget_startpro_core_icon_list_item {
  margin-bottom: 0
}
.qodef-icon-with-text .qodef-m-title {
  margin: 0
}
.qodef-icon-with-text .qodef-m-title a {
  display: block
}
.qodef-icon-with-text .qodef-m-text {
  margin: 8px 0 0
}
.qodef-icon-with-text .qodef-m-icon-wrapper {
  line-height: 1
}
.qodef-icon-with-text .qodef-icon-holder {
  float: none
}
.qodef-icon-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
  display: block
}
.qodef-icon-with-text.qodef-layout--before-content {
  display: flex;
  align-items: flex-start
}
.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 15px
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
  line-height: 1
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
  display: flex;
  align-items: center
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 5px
}
.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
  max-width: 50%
}
.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
  margin-top: 19px
}
.qodef-icon-with-text.qodef-layout--top span.qodef-m-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375em;
  display: inline-block;
  color: #002b2b
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
  text-align: center
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
  text-align: left
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
  text-align: right
}
.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
  max-width: 50%;
  margin: 0 auto
}
.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--left img {
  margin-left: 0
}
.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--right img {
  margin-right: 0
}
.qodef-icon-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 1
}
.qodef-icon-holder a {
  display: block
}
.qodef-icon-holder .qodef-icon {
  display: block;
  line-height: inherit
}
.qodef-icon-holder .qodef-icon:before {
  display: block;
  line-height: inherit
}
.qodef-icon-holder.qodef-layout--circle, .qodef-icon-holder.qodef-layout--square {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background-color: var(--qode-main-color);
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}
.qodef-icon-holder.qodef-layout--circle a, .qodef-icon-holder.qodef-layout--square a {
  color: inherit;
  transition: none
}
.qodef-icon-holder.qodef-layout--circle:hover, .qodef-icon-holder.qodef-layout--square:hover {
  background-color: #002b2b
}
.qodef-icon-holder.qodef-layout--circle {
  border-radius: 50%
}
.qodef-icon-holder.qodef-size--tiny {
  font-size: 1.33333333em
}
.qodef-icon-holder.qodef-size--small {
  font-size: 2em
}
.qodef-icon-holder.qodef-size--medium {
  font-size: 3em
}
.qodef-icon-holder.qodef-size--large {
  font-size: 4em
}
.qodef-icon-holder.qodef-size--huge {
  font-size: 5em
}
.widget.widget_startpro_core_icon {
  display: inline-block;
  line-height: 1
}
#qodef-page-sidebar .widget.widget_startpro_core_icon {
  margin-bottom: 0
}
#qodef-page-footer .widget.widget_startpro_core_icon {
  margin-bottom: 0
}
#qodef-side-area .widget.widget_startpro_core_icon {
  margin-bottom: 0
}
.qodef-image-gallery img.qodef-decoration-image {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: none
}
.qodef-image-gallery.qodef--has-appear.qodef--appear-from-bottom .qodef-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-bottom .qodef-e-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-bottom .qodef-m-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-bottom .qodef-m-image {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) 0s;
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0)
}
.elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-bottom .qodef-decoration-image, .elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-bottom .qodef-e-image, .elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-bottom .qodef-m-decoration-image, .elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-bottom .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef-image-gallery.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-e-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-m-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-m-image {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef-image-gallery.qodef--has-appear.qodef--appear-from-top .qodef-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-top .qodef-e-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-top .qodef-m-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-top .qodef-m-image {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) 0s;
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0)
}
.elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-top .qodef-decoration-image, .elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-top .qodef-e-image, .elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-top .qodef-m-decoration-image, .elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-top .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef-image-gallery.qodef--has-appear.qodef--appear-from-top.qodef--appeared .qodef-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-top.qodef--appeared .qodef-e-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-top.qodef--appeared .qodef-m-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-top.qodef--appeared .qodef-m-image {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef-image-gallery.qodef--has-appear.qodef--appear-from-left .qodef-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-left .qodef-e-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-left .qodef-m-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-left .qodef-m-image {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) 0s;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0)
}
.elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-left .qodef-decoration-image, .elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-left .qodef-e-image, .elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-left .qodef-m-decoration-image, .elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-left .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef-image-gallery.qodef--has-appear.qodef--appear-from-left.qodef--appeared .qodef-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-left.qodef--appeared .qodef-e-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-left.qodef--appeared .qodef-m-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-left.qodef--appeared .qodef-m-image {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef-image-gallery.qodef--has-appear.qodef--appear-from-right .qodef-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-right .qodef-e-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-right .qodef-m-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-right .qodef-m-image {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) 0s;
  clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 100%)
}
.elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-right .qodef-decoration-image, .elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-right .qodef-e-image, .elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-right .qodef-m-decoration-image, .elementor-editor-active .qodef-image-gallery.qodef--has-appear.qodef--appear-from-right .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef-image-gallery.qodef--has-appear.qodef--appear-from-right.qodef--appeared .qodef-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-right.qodef--appeared .qodef-e-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-right.qodef--appeared .qodef-m-decoration-image, .qodef-image-gallery.qodef--has-appear.qodef--appear-from-right.qodef--appeared .qodef-m-image {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef-image-gallery.qodef--has-appear.qodef--appear-fade .qodef-decoration-image {
  opacity: 0;
  transition: opacity .6s cubic-bezier(.62, .28, .23, .99) .2s
}
.qodef-image-gallery.qodef--has-appear.qodef--appear-fade.qodef--appeared .qodef-decoration-image {
  opacity: 1
}
@media only screen and (max-width:880px) {
  .qodef-image-gallery.qodef-hide-decoration-on-mobile--yes img.qodef-decoration-image {
    display: none
  }
}
.qodef-image-marquee {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-image-marquee .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 auto;
  overflow: hidden
}
.qodef-image-marquee .qodef-m-content.qodef--mobile {
  display: none
}
.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
  background-size: cover !important
}
.qodef-image-marquee .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%
}
.qodef-image-marquee .qodef-m-image.qodef-image--copy {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(100%) translateZ(0)
}
.qodef-image-marquee .qodef-m-image a {
  position: relative;
  display: block
}
@keyframes qode-move-marquee {
  0% {
    transform: translateX(0) translateZ(0)
  }
  100% {
    transform: translateX(-100%) translateZ(0)
  }
}
@keyframes qode-move-marquee-copy {
  0% {
    transform: translateX(100%) translateZ(0)
  }
  100% {
    transform: translateX(0) translateZ(0)
  }
}
@keyframes qode-move-marquee-right {
  0% {
    transform: translateX(0) translateZ(0)
  }
  100% {
    transform: translateX(100%) translateZ(0)
  }
}
@keyframes qode-move-marquee-copy-right {
  0% {
    transform: translateX(-100%) translateZ(0)
  }
  100% {
    transform: translateX(0) translateZ(0)
  }
}
.qodef-image-with-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-image-with-text .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
  display: block
}
.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-image-with-text .qodef-m-title {
  margin: 32px 0 0
}
.qodef-image-with-text .qodef-m-title a {
  color: currentColor
}
.qodef-image-with-text span.qodef-m-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.555;
  display: inline-block;
  color: #002b2b
}
.qodef-image-with-text .qodef-m-text {
  margin: 5px 0 0
}
.qodef-image-with-text.qodef-image-border--yes .qodef-m-image img {
  border: 1px solid var(--qode-image-border-color, #dde9e8)
}
.qodef-image-with-text.qodef-image-border--yes.qodef-border-radius--yes .qodef-m-image img {
  border-radius: 15px
}
.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title > a {
  display: inline-block;
  position: relative;
  overflow: hidden
}
.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: currentColor
}
.qodef-image-with-text.qodef-image-action--custom-link .qodef-m-title > a:before {
  transform: translateX(-101%);
  transition: transform .4s cubic-bezier(.37, 0, .63, 1)
}
.qodef-image-with-text.qodef-image-action--custom-link:hover .qodef-m-title > a:before {
  transform: translateX(0);
  transition: transform .4s cubic-bezier(.37, 0, .63, 1)
}
.qodef-image-with-text.qodef--has-hover .qodef-m-image {
  transform: translate3d(0, 0, 0);
  transition: transform .4s ease
}
.qodef-image-with-text.qodef--has-hover:hover .qodef-m-image {
  transform: translate3d(0, -5px, 0)
}
.qodef-info-section.qodef-layout--background-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-info-section.qodef-layout--background-text .qodef-m-info {
  position: relative;
  z-index: 2
}
.qodef-info-section.qodef-layout--background-text .qodef-m-title {
  margin: 0 0 18px
}
.qodef-info-section.qodef-layout--background-text .qodef-m-text {
  margin: 0
}
.qodef-info-section.qodef-layout--background-text .qodef-button {
  margin-top: 6px
}
.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 43, 43, .1);
  text-align: center;
  font-weight: 700;
  font-size: 250px
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
  top: 0;
  left: -20px
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
  top: 0;
  right: -20px
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
  bottom: 0;
  left: -20px
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
  bottom: 0;
  right: -20px
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
  font-size: 450px;
  top: 34px;
  left: 0;
  right: 0;
  text-align: center
}
.qodef-interactive-link-showcase {
  visibility: hidden;
  display: flex;
  align-items: center
}
.qodef-interactive-link-showcase.qodef--init {
  visibility: visible
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-items :not(.qodef-button):not(.qodef-m-text) {
  color: #fff
}
.qodef-interactive-link-showcase .qodef-m-images {
  position: relative
}
.qodef-interactive-link-showcase .qodef-m-image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease
}
.qodef-interactive-link-showcase .qodef-m-image:first-child {
  position: relative
}
.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
  opacity: 1;
  visibility: visible
}
.qodef-interactive-link-showcase .qodef-m-image img {
  display: block
}
.qodef-interactive-link-showcase .qodef-m-item {
  margin: 0;
  line-height: 1
}
.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-title, .qodef-interactive-link-showcase .qodef-m-item:hover .qodef-e-title {
  background-size: 100% 2px
}
.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-arrow svg path:nth-of-type(1), .qodef-interactive-link-showcase .qodef-m-item:hover .qodef-e-arrow svg path:nth-of-type(1) {
  transform: translate(100%, -100%);
  transition-delay: 0s
}
.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-arrow svg path:nth-of-type(2), .qodef-interactive-link-showcase .qodef-m-item:hover .qodef-e-arrow svg path:nth-of-type(2) {
  transform: translate(0, 0);
  transition-delay: .15s
}
.qodef-interactive-link-showcase .qodef-m-item-link {
  display: flex;
  align-items: center;
  color: #002b2b
}
.qodef-interactive-link-showcase .qodef-e-title {
  background-repeat: no-repeat;
  transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
  background-image: linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 2px;
  background-position: 0 100%
}
.qodef-interactive-link-showcase .qodef-e-arrow {
  color: var(--qode-main-color);
  margin-left: 12px;
  position: relative;
  top: 2px
}
.qodef-interactive-link-showcase .qodef-e-arrow svg {
  width: 21px;
  height: 21px;
  overflow: hidden;
  backface-visibility: hidden
}
.qodef-interactive-link-showcase .qodef-e-arrow svg path {
  transition: transform .33s cubic-bezier(.22, .61, .36, 1)
}
.qodef-interactive-link-showcase .qodef-e-arrow svg path:nth-of-type(1) {
  transform: translate(0, 0);
  transition-delay: .15s
}
.qodef-interactive-link-showcase .qodef-e-arrow svg path:nth-of-type(2) {
  transform: translate(-100%, 100%)
}
.qodef-interactive-link-showcase .qodef-e-arrow svg path:nth-of-type(1) {
  display: none
}
.qodef-interactive-link-showcase .qodef-button {
  margin: 25px 0 0
}
.qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-title {
  padding-right: 14%
}
.qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-images {
  width: 65%;
  flex-shrink: 0
}
.qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-image {
  padding: 0 110px 40px 0
}
.qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-image > img {
  overflow: hidden;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px
}
.qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-image {
  opacity: 0;
  transform: scale(1) translateX(0);
  transition: opacity .35s, transform .45s ease-out;
  transform-origin: right;
  visibility: visible
}
.qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-image.qodef--active {
  z-index: 2;
  opacity: 1
}
.qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-image.qodef--active img {
  animation: qode-slider-image 1.3s ease-out forwards
}
.qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-image.qodef--prev {
  opacity: 1
}
.qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-additional-image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 25%;
  overflow: hidden;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px
}
@media only screen and (min-width:1921px) {
  .qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-additional-image {
    max-width: 100%
  }
}
.qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-content {
  width: 35%;
  padding-left: 7%
}
.qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 35px
}
@media only screen and (max-width:1024px) {
  .qodef-interactive-link-showcase.qodef-layout--list-single-image {
    align-items: flex-start
  }
}
.qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-images {
  width: 35%;
  flex-shrink: 0
}
.qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-images {
  overflow: hidden;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px
}
.qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-image {
  opacity: 0;
  transform: scale(1) translateX(0);
  transition: opacity .35s, transform .45s ease-out;
  transform-origin: right;
  visibility: visible
}
.qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-image.qodef--active {
  opacity: 1;
  transform: scale(1) translateX(0);
  z-index: 2
}
.qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-image.qodef--prev {
  opacity: 1
}
.qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-content {
  width: 65%;
  padding: 0 0 0 138px
}
@media only screen and (max-width:1024px) {
  .qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-content {
    padding: 0 0 0 90px
  }
}
.qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-items {
  display: flex;
  align-items: flex-start
}
.qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-items > * {
  width: 42.3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 35px
}
@media only screen and (max-width:1200px) {
  .qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-items > * {
    width: 50%
  }
}
@media only screen and (max-width:1024px) {
  .qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-items > * {
    row-gap: 26px
  }
}
.qodef-pricing-table {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
  background-color: #dde9e8;
  border-radius: 25px
}
.qodef-pricing-table.qodef-status--featured {
  background: linear-gradient(20deg, #0a2a31 10%, #154745 60%)
}
.qodef-pricing-table.qodef-status--featured .qodef-m-content *, .qodef-pricing-table.qodef-status--featured .qodef-m-price .qodef-m-price-wrapper.qodef-h4, .qodef-pricing-table.qodef-status--featured .qodef-m-title h4 {
  color: #fff
}
.qodef-pricing-table.qodef-status--featured .qodef-button.qodef-layout--outlined-arrow {
  color: #fff;
  border-color: #fff
}
.qodef-pricing-table.qodef-min-height--enabled {
  min-height: 58.6vh
}
@media only screen and (max-width:1024px) {
  .qodef-pricing-table.qodef-min-height--enabled {
    min-height: 45vh
  }
}
@media only screen and (max-width:680px) {
  .qodef-pricing-table.qodef-min-height--enabled {
    min-height: 58vh
  }
}
.qodef-pricing-table .qodef-m-inner {
  padding: 60px 52px 100px 52px;
  margin-bottom: 25px;
  height: 100%;
  display: flex;
  flex-direction: column
}
@media only screen and (max-width:1200px) {
  .qodef-pricing-table .qodef-m-inner {
    padding: 15% 10% 100px 10%
  }
}
.qodef-pricing-table .qodef-e-decoration-media {
  position: absolute;
  right: 0;
  bottom: 0
}
.qodef-pricing-table .qodef-e-decoration-media img {
  display: block
}
.qodef-pricing-table .qodef-m-title h4 {
  margin: 0;
  color: #002b2b
}
.qodef-pricing-table .qodef-m-title + .qodef-m-price {
  margin-top: 9px
}
.qodef-pricing-table .qodef-m-price {
  margin-top: -3px
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  display: flex;
  margin: 0;
  line-height: 1;
  justify-content: left;
  align-items: flex-end;
  flex-wrap: wrap
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: .4em;
  margin-bottom: 2px
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper > * + .qodef-m-price-label {
  margin-left: 15px
}
.qodef-pricing-table .qodef-m-content {
  margin: 42px 0 0
}
.qodef-pricing-table .qodef-m-content ul {
  list-style: none;
  margin: 0
}
.qodef-pricing-table .qodef-m-content ul li {
  letter-spacing: .01em;
  color: #002b2b;
  margin-bottom: 6px;
  display: flex;
  align-items: center
}
.qodef-pricing-table .qodef-m-content ul li:last-child {
  margin-bottom: 0
}
.qodef-pricing-table .qodef-m-content ul li:before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 10px
}
.qodef-pricing-table .qodef-m-button .qodef-button {
  margin: 0;
  position: absolute;
  left: initial;
  bottom: 48px
}
.qodef-pricing-table .qodef-m-button .qodef-button.qodef-layout--outlined-arrow {
  width: 3.2em;
  height: 3.2em
}
.qodef-pricing-table .qodef-m-button .qodef-button.qodef-size--full {
  max-width: calc(100% - 104px)
}
.qodef-process-info-tabs {
  --qode-process-min-height: 59.2vh
}
.qodef-process-info-tabs .qodef-process-info-tabs-item-holder {
  overflow: hidden
}
.qodef-process-info-tabs .qodef-process-info-tabs-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%
}
.qodef-process-info-tabs .qodef-process-info-tabs-item .qodef-e-text {
  margin: 0
}
.qodef-process-info-tabs .qodef-process-info-tabs-item span.qodef-e-text {
  display: block;
  line-height: 34px
}
.qodef-process-info-tabs .qodef-process-info-tabs-item .qodef-e-title {
  margin: 0
}
.qodef-process-info-tabs .qodef-process-info-tabs-item .qodef-e-title + .qodef-e-text {
  margin-top: 15px
}
.qodef-process-info-tabs .qodef-process-info-tabs-item .qodef-e-title a {
  color: currentColor
}
.qodef-process-info-tabs .qodef-process-info-tabs-item.qodef-item-skin--light .qodef-button.qodef-layout--outlined-revealing, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef-item-skin--light .qodef-e-text, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef-item-skin--light .qodef-e-text a, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef-item-skin--light .qodef-e-title {
  color: #fff
}
.qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-bottom .qodef-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-bottom .qodef-e-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-bottom .qodef-m-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-bottom .qodef-m-image {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) 0s;
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0)
}
.elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-bottom .qodef-decoration-image, .elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-bottom .qodef-e-image, .elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-bottom .qodef-m-decoration-image, .elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-bottom .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-e-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-m-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-m-image {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-top .qodef-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-top .qodef-e-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-top .qodef-m-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-top .qodef-m-image {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) 0s;
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0)
}
.elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-top .qodef-decoration-image, .elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-top .qodef-e-image, .elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-top .qodef-m-decoration-image, .elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-top .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-top.qodef--appeared .qodef-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-top.qodef--appeared .qodef-e-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-top.qodef--appeared .qodef-m-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-top.qodef--appeared .qodef-m-image {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-left .qodef-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-left .qodef-e-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-left .qodef-m-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-left .qodef-m-image {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) 0s;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0)
}
.elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-left .qodef-decoration-image, .elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-left .qodef-e-image, .elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-left .qodef-m-decoration-image, .elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-left .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-left.qodef--appeared .qodef-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-left.qodef--appeared .qodef-e-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-left.qodef--appeared .qodef-m-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-left.qodef--appeared .qodef-m-image {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-right .qodef-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-right .qodef-e-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-right .qodef-m-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-right .qodef-m-image {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) 0s;
  clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 100%)
}
.elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-right .qodef-decoration-image, .elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-right .qodef-e-image, .elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-right .qodef-m-decoration-image, .elementor-editor-active .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-right .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-right.qodef--appeared .qodef-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-right.qodef--appeared .qodef-e-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-right.qodef--appeared .qodef-m-decoration-image, .qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-from-right.qodef--appeared .qodef-m-image {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-fade .qodef-m-decoration-image {
  opacity: 0;
  transition: opacity .6s cubic-bezier(.62, .28, .23, .99) .2s
}
.qodef-process-info-tabs .qodef-process-info-tabs-item.qodef--has-appear.qodef--appear-fade.qodef--appeared .qodef-m-decoration-image {
  opacity: 1
}
.qodef-process-info-tabs.qodef-enable-min-height--yes .qodef-process-info-tabs-item {
  min-height: var(--qode-process-min-height)
}
@media only screen and (max-width:1200px) {
  .qodef-process-info-tabs.qodef-title-break--disabled .qodef-process-info-tabs-content .qodef-e-title br {
    display: none
  }
}
@media only screen and (max-width:1512px) {
  .qodef-process-info-tabs.qodef-gutter--colossal.qodef-grid > .qodef-grid-inner.qodef-process-info-tabs-holder {
    gap: 80px
  }
}
.qodef-process-info-tabs.qodef-layout--gradient-overlay .qodef-process-info-tabs-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 55px 53px 47px 53px
}
@media only screen and (max-width:480px) {
  .qodef-process-info-tabs.qodef-layout--gradient-overlay .qodef-process-info-tabs-item {
    padding: 50px 7%
  }
}
.qodef-process-info-tabs.qodef-layout--gradient-overlay .qodef-process-info-tabs-content {
  position: relative;
  z-index: 50
}
.qodef-process-info-tabs.qodef-layout--gradient-overlay .qodef-process-info-tabs-content-bottom {
  margin-top: auto;
  position: relative;
  z-index: 50
}
.qodef-process-info-tabs.qodef-layout--gradient-overlay .qodef-m-decoration-image {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden
}
@media only screen and (max-width:880px) {
  .qodef-process-info-tabs.qodef-layout--gradient-overlay .qodef-m-decoration-image {
    width: 50%
  }
}
.qodef-process-info-tabs.qodef-layout--gradient-overlay .qodef-m-decoration-image img {
  display: block
}
.qodef-process-info-tabs.qodef-layout--gradient-overlay .qodef-m-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50
}
.qodef-progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden
}
.qodef-progress-bar .qodef-m-inner {
  position: relative;
  display: flex;
  flex-direction: column
}
.qodef-progress-bar .qodef-m-canvas {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-progress-bar .qodef-m-canvas svg {
  display: block
}
.qodef-progress-bar .qodef-m-title {
  margin: 20px 0 0
}
.qodef-progress-bar.qodef--init {
  visibility: visible
}
.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #002b2b;
  font-size: 22px;
  line-height: 1.3181818182em;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0
}
.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
  padding-top: 20px;
  transform: none !important
}
.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
  flex-direction: column-reverse
}
.qodef-progress-bar.qodef-layout--line .proggress {
  width: 0
}
.qodef-progress-bar.qodef-layout--line .percentCount {
  position: absolute;
  top: -24px;
  right: 0;
  width: auto
}
.qodef-progress-bar.qodef-layout--line .qodef-m-title {
  margin: 0 0 7px
}
.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
  left: 0;
  right: auto;
  transform: translateX(-50%)
}
.qodef-section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-section-title .qodef-m-title {
  margin: 0
}
.qodef-section-title .qodef-m-description {
  margin: 22px 0 0
}
.qodef-section-title span.qodef-m-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375em;
  display: inline-block;
  color: #002b2b;
  font-size: 18px;
  line-height: 1.555555em;
  font-weight: 400
}
.qodef-section-title.qodef-alignment--center {
  text-align: center
}
.qodef-section-title.qodef-alignment--left {
  text-align: left
}
.qodef-section-title.qodef-alignment--right {
  text-align: right
}
.qodef-section-title.qodef--custom-appear {
  backface-visibility: hidden
}
.qodef-section-title.qodef--custom-appear .qodef-m-title {
  opacity: 0;
  transform: translateY(30%);
  transition: all .6s ease .3s
}
.qodef-section-title.qodef--custom-appear .qodef-m-description {
  opacity: 0;
  transform: translateY(30%);
  transition: all .6s ease .6s
}
.qodef-section-title.qodef--custom-appear .qodef-button {
  opacity: 0;
  transform: translateY(30%);
  transition: all .6s ease .6s
}
.qodef-section-title.qodef--custom-appear.qodef--appeared .qodef-button, .qodef-section-title.qodef--custom-appear.qodef--appeared .qodef-m-description, .qodef-section-title.qodef--custom-appear.qodef--appeared .qodef-m-title {
  opacity: 1;
  transform: translateX(0) translateZ(0)
}
.qodef-separator {
  font-size: 0;
  height: auto;
  line-height: 1;
  position: relative
}
.qodef-separator .qodef-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #dde9e8
}
.qodef-separator.qodef-position--center {
  text-align: center
}
.qodef-separator.qodef-position--left {
  text-align: left
}
.qodef-separator.qodef-position--right {
  text-align: right
}
.qodef-separator.qodef-show--yes {
  display: block
}
.qodef-separator.qodef-show--no {
  display: none
}
@media only screen and (max-width:1600px) {
  .qodef-separator.qodef-show-1600--yes {
    display: block
  }
}
@media only screen and (max-width:1600px) {
  .qodef-separator.qodef-show-1600--no {
    display: none
  }
}
@media only screen and (max-width:1512px) {
  .qodef-separator.qodef-show-1512--yes {
    display: block
  }
}
@media only screen and (max-width:1512px) {
  .qodef-separator.qodef-show-1512--no {
    display: none
  }
}
@media only screen and (max-width:1368px) {
  .qodef-separator.qodef-show-1368--yes {
    display: block
  }
}
@media only screen and (max-width:1368px) {
  .qodef-separator.qodef-show-1368--no {
    display: none
  }
}
@media only screen and (max-width:1200px) {
  .qodef-separator.qodef-show-1200--yes {
    display: block
  }
}
@media only screen and (max-width:1200px) {
  .qodef-separator.qodef-show-1200--no {
    display: none
  }
}
@media only screen and (max-width:1024px) {
  .qodef-separator.qodef-show-1024--yes {
    display: block
  }
}
@media only screen and (max-width:1024px) {
  .qodef-separator.qodef-show-1024--no {
    display: none
  }
}
@media only screen and (max-width:880px) {
  .qodef-separator.qodef-show-880--yes {
    display: block
  }
}
@media only screen and (max-width:880px) {
  .qodef-separator.qodef-show-880--no {
    display: none
  }
}
@media only screen and (max-width:680px) {
  .qodef-separator.qodef-show-680--yes {
    display: block
  }
}
@media only screen and (max-width:680px) {
  .qodef-separator.qodef-show-680--no {
    display: none
  }
}
#qodef-page-sidebar .widget.widget_startpro_core_separator {
  margin-bottom: 0
}
#qodef-page-footer .widget.widget_startpro_core_separator {
  margin-bottom: 0 !important
}
#qodef-side-area .widget.widget_startpro_core_separator {
  margin-bottom: 0
}
.qodef-single-image {
  --qode-single-image-border-radius-size: 15px;
  --qode-single-image-border-color: #172F3A
}
.qodef-single-image .qodef-m-image {
  position: relative
}
.qodef-single-image .qodef-m-image a {
  position: relative
}
.qodef-single-image img {
  display: block
}
.qodef-alignment--center .qodef-single-image img {
  margin: 0 auto
}
.qodef-alignment--right .qodef-single-image img {
  margin: 0 0 0 auto
}
.qodef-skin--dark .qodef-single-image img.qodef-image-original {
  display: none
}
.qodef-single-image img.qodef-image-dark {
  display: none
}
.qodef-skin--dark .qodef-single-image img.qodef-image-dark {
  display: block
}
.qodef-single-image.qodef-border-radius--yes .qodef-m-image img {
  border-radius: var(--qode-single-image-border-radius-size)
}
.qodef-single-image.qodef-how-border--yes .qodef-m-image img {
  border: 1px solid var(--qode-single-image-border-color)
}
.qodef-single-image.qodef--has-hover .qodef-m-image {
  transform: translate3d(0, 0, 0);
  transition: transform .4s ease
}
.qodef-single-image.qodef--has-hover:hover .qodef-m-image {
  transform: translate3d(0, -5px, 0)
}
.qodef-single-image.qodef--has-appear.qodef--appear-from-bottom .qodef-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-bottom .qodef-e-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-bottom .qodef-m-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-bottom .qodef-m-image {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) 0s;
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0)
}
.elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-bottom .qodef-decoration-image, .elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-bottom .qodef-e-image, .elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-bottom .qodef-m-decoration-image, .elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-bottom .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef-single-image.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-e-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-m-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-bottom.qodef--appeared .qodef-m-image {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef-single-image.qodef--has-appear.qodef--appear-from-top .qodef-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-top .qodef-e-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-top .qodef-m-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-top .qodef-m-image {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) 0s;
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0)
}
.elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-top .qodef-decoration-image, .elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-top .qodef-e-image, .elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-top .qodef-m-decoration-image, .elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-top .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef-single-image.qodef--has-appear.qodef--appear-from-top.qodef--appeared .qodef-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-top.qodef--appeared .qodef-e-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-top.qodef--appeared .qodef-m-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-top.qodef--appeared .qodef-m-image {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef-single-image.qodef--has-appear.qodef--appear-from-left .qodef-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-left .qodef-e-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-left .qodef-m-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-left .qodef-m-image {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) 0s;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0)
}
.elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-left .qodef-decoration-image, .elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-left .qodef-e-image, .elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-left .qodef-m-decoration-image, .elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-left .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef-single-image.qodef--has-appear.qodef--appear-from-left.qodef--appeared .qodef-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-left.qodef--appeared .qodef-e-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-left.qodef--appeared .qodef-m-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-left.qodef--appeared .qodef-m-image {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef-single-image.qodef--has-appear.qodef--appear-from-right .qodef-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-right .qodef-e-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-right .qodef-m-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-right .qodef-m-image {
  transition: clip-path 1s cubic-bezier(.62, .28, .23, .99) 0s;
  clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 100%)
}
.elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-right .qodef-decoration-image, .elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-right .qodef-e-image, .elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-right .qodef-m-decoration-image, .elementor-editor-active .qodef-single-image.qodef--has-appear.qodef--appear-from-right .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0)
}
.qodef-single-image.qodef--has-appear.qodef--appear-from-right.qodef--appeared .qodef-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-right.qodef--appeared .qodef-e-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-right.qodef--appeared .qodef-m-decoration-image, .qodef-single-image.qodef--has-appear.qodef--appear-from-right.qodef--appeared .qodef-m-image {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%)
}
.qodef-single-image.qodef--has-appear.qodef--appear-fade {
  opacity: 0;
  transition: opacity .6s cubic-bezier(.62, .28, .23, .99) .2s
}
.qodef-single-image.qodef--has-appear.qodef--appear-fade.qodef--appeared {
  opacity: 1
}
.qodef-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden
}
.qodef-tabs.qodef--init {
  visibility: visible
}
.qodef-tabs .qodef-tabs-navigation {
  margin: 0;
  padding: 0;
  list-style: none
}
.qodef-tabs .qodef-tabs-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-tabs .qodef-tabs-content p {
  margin: 0
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0;
  padding: 0
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 1.3333333333em;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  padding: 6px 25px;
  transition: color .2s ease-out, background-color .2s ease-out;
  position: relative
}
@media only screen and (max-width:680px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    padding: 6px 0
  }
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
  content: "";
  background-color: var(--qode-main-color);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
  transition: opacity .2s ease-out
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
  margin-right: 0
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
  opacity: 1
}
@media only screen and (max-width:680px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    flex-direction: column;
    align-items: flex-start
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 0 26px 0;
    padding: 0;
    width: 100%;
    border-bottom: 2px solid #dde9e8
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-bottom: 0;
    border-bottom: 0
  }
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
  flex-shrink: 0;
  display: block;
  padding-right: 26px;
  margin-right: 26px;
  border-right: 1px solid #dde9e8
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
  width: 100%;
  margin-bottom: 26px
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
  margin-bottom: 0
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
  display: inline-block;
  width: auto
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
  margin-top: 0
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
  margin: 26px 0 0
}
.qodef-timeline-list .qodef-e-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 28px 0;
  border-top: 1px solid #d4d4d4
}
.qodef-timeline-list .qodef-e-item:last-child {
  border-bottom: 1px solid #d4d4d4
}
.qodef-timeline-list .qodef-e-item:hover .qodef-e-media {
  z-index: 2;
  transform: rotate(0) scale(1) translateY(-50%);
  opacity: 1
}
.qodef-timeline-list .qodef-e-item:hover .qodef-e-media img {
  transform: rotate(0) scale(1.01)
}
.qodef-timeline-list .qodef-e-item-info {
  min-width: 40px;
  margin-right: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  top: 3px
}
.qodef-timeline-list .qodef-e-info-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #002b2b
}
.qodef-timeline-list .qodef-e-item-title {
  width: 67.68%;
  flex-grow: 1;
  position: relative;
  padding-right: 10%
}
.qodef-timeline-list .qodef-e-title {
  margin: 0
}
.qodef-timeline-list .qodef-e-media {
  position: absolute;
  left: 59%;
  top: 50%;
  opacity: 0;
  opacity: 0;
  transform: rotate(4deg) scale(.8) translateY(calc(-50% + 14px));
  transition: opacity .35s, transform .5s ease-out;
  pointer-events: none;
  overflow: hidden;
  border-radius: 10px
}
.qodef-timeline-list .qodef-e-media img {
  transform: rotate(0) scale(1.14);
  transition: transform .5s ease-out
}
.qodef-timeline-list .qodef-e-item-button {
  flex-shrink: 0
}
.qodef-timeline-list.qodef-skin--light .qodef-e-info-text, .qodef-timeline-list.qodef-skin--light .qodef-e-title {
  color: #fff
}
.qodef-timeline-list.qodef-skin--light .qodef-e-item {
  border-color: #fff
}
.qodef-timeline-list.qodef-skin--light .qodef-button.qodef-layout--outlined-arrow {
  color: #fff;
  border-color: #fff
}
#qodef-side-area {
  position: fixed;
  top: 0;
  right: -490px;
  width: 490px;
  height: 100%;
  min-height: 100%;
  padding: 120px 75px 35px;
  text-align: center;
  background-color: #000;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all .6s cubic-bezier(.77, 0, .175, 1)
}
.qodef-side-area--opened #qodef-side-area {
  right: 0;
  visibility: visible
}
#qodef-side-area.qodef-alignment--center {
  text-align: center
}
#qodef-side-area.qodef-alignment--right {
  text-align: right
}
#qodef-side-area.qodef-alignment--left {
  text-align: left
}
#qodef-side-area-close {
  position: absolute;
  top: 33px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff
}
.admin-bar #qodef-side-area-close {
  top: 65px
}
.qodef-side-area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}
.qodef-side-area--opened .qodef-side-area-cover {
  opacity: 1;
  z-index: 1002
}
.qodef-social-share {
  position: relative;
  display: inline-block;
  vertical-align: top
}
.qodef-social-share .qodef-social-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #002b2b;
  font-size: 22px;
  line-height: 1.3181818182em;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0
}
.qodef-social-share ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0
}
.qodef-social-share li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 0;
  margin: 0
}
.qodef-social-share li a {
  font-size: 20px
}
.qodef-social-share li.qodef-facebook-share a:hover {
  color: #fff
}
.qodef-social-share li.qodef-twitter-share a:hover {
  color: #fff
}
.qodef-social-share li.qodef-linkedin-share a:hover {
  color: #fff
}
.qodef-social-share li.qodef-tumblr-share a:hover {
  color: #fff
}
.qodef-social-share li.qodef-pinterest-share a:hover {
  color: #fff
}
.qodef-social-share li.qodef-vk-share a:hover {
  color: #fff
}
.qodef-social-share.qodef-layout--dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  margin: 0;
  vertical-align: middle
}
.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon {
  width: 18px;
  height: auto;
  margin-left: 5px
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
  opacity: 1;
  visibility: visible;
  cursor: pointer
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
  transition-delay: .2s
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
  transition-delay: .3s
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
  transition-delay: .4s
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
  transition-delay: .5s
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
  transition-delay: .6s
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
  transition-delay: .7s
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
  display: flex
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
  position: absolute;
  visibility: hidden;
  z-index: 950
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0 !important
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: opacity .2s ease-out, visibility .2s ease-out
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
  transition: color .2s ease-out, background-color .2s ease-out
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
  width: 100%;
  height: 100%
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
  bottom: 0;
  left: 0
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dde9e8
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
  border-top: none
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
  background-color: #3b5998;
  color: #fff
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
  background-color: #00aced;
  color: #fff
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
  background-color: #007bb5;
  color: #fff
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
  background-color: #32506d;
  color: #fff
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
  background-color: #cb2027;
  color: #fff
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
  background-color: #45668e;
  color: #fff
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
  font-size: 20px;
  color: #002b2b;
  background-color: #fff
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
  bottom: -30px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
  bottom: -60px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
  bottom: -90px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
  bottom: -120px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
  bottom: -150px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
  bottom: -180px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
  bottom: -210px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
  top: 0;
  right: 0
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
  width: calc(90px / 3)
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
  left: 5px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
  left: 35px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
  left: 65px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
  left: 95px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
  left: 125px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
  left: 155px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
  left: 185px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
  top: 0;
  left: 0
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
  width: calc(90px / 3)
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
  right: 5px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
  right: 35px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
  right: 65px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
  right: 95px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
  right: 125px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
  right: 155px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
  right: 185px
}
.qodef-social-share.qodef-layout--list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px
}
.qodef-social-share.qodef-layout--list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0c4651
}
.qodef-social-share.qodef-layout--list li:last-child {
  margin-right: 0
}
.qodef-social-share.qodef-layout--text li {
  margin-right: 15px
}
.qodef-social-share.qodef-layout--text li:last-child {
  margin-right: 0
}
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  display: block;
  margin-bottom: 21px
}
.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  display: block;
  margin-bottom: 21px
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  color: #ccc
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  color: #ccc
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  color: #ccc
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  color: #ccc
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  color: #ccc
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  color: #ccc
}
#qodef-page-spinner {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2000
}
#qodef-page-spinner .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--qode-main-color);
  background-color: #fff
}
#qodef-page-spinner .qodef-m-spinner {
  position: relative
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 50%;
  z-index: 1;
  animation: qode-atom-shrink 4.5s infinite linear
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  height: 100%;
  width: 100%;
  background: currentColor;
  border-radius: 50%
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 50%
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
  animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
  transform: rotate(0);
  animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
  transform: rotate(120deg);
  animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
  animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  transform: rotate(240deg);
  animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-clock 8s infinite steps(8)
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
  position: absolute;
  height: 50px;
  width: 50px
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
  content: "";
  position: absolute;
  height: 18.31501832px;
  width: 18.31501832px;
  background: currentColor;
  border-radius: 50%
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
  transform: rotate(-135deg);
  animation: qode-clock-1 1s ease-in infinite
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
  transform: rotate(-90deg);
  animation: qode-clock-2 1s ease-in infinite
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
  transform: rotate(-45deg);
  animation: qode-clock-3 1s ease-in infinite
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
  animation: qode-clock-4 1s ease-in infinite
}
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: currentColor;
  animation: qode-cube 1.2s infinite ease-in-out
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 50%;
  opacity: .6;
  animation: qode-double-pulse 2s infinite ease-in-out
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
  animation-delay: -1s
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
  position: absolute;
  width: 100%;
  height: 100%
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1500ms)
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1500ms)
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1500ms)
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
  transform: rotateZ(45deg)
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
  animation-delay: calc((300ms) - 1400ms)
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1400ms)
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1400ms)
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1400ms)
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
  transform: rotateZ(90deg)
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
  animation-delay: calc((300ms) - 1300ms)
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1300ms)
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1300ms)
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1300ms)
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.2s infinite ease-in-out both
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
  top: 0;
  left: 0
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
  top: 0;
  right: 0
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
  right: 0;
  bottom: 0
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
  left: 0;
  bottom: 0
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
  position: relative;
  width: 30px;
  height: 30px;
  margin: -45px 0 0 -30px
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: currentColor;
  border-radius: 50%
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
  top: 0;
  left: 50%;
  animation: qode-fussion-ball-1 1s 0s ease infinite;
  z-index: 1
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
  top: 50%;
  left: 100%;
  animation: qode-fussion-ball-2 1s 0s ease infinite;
  z-index: 2
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
  top: 100%;
  left: 50%;
  animation: qode-fussion-ball-3 1s 0s ease infinite;
  z-index: 1
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
  top: 50%;
  left: 0;
  animation: qode-fussion-ball-4 1s 0s ease infinite;
  z-index: 2
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
  position: relative;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-mitosis-invert 2s infinite steps(2, end)
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 50%
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
  animation: qode-mitosis-ball-1 1s infinite alternate linear
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
  animation: qode-mitosis-ball-2 1s infinite alternate linear
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
  animation: qode-mitosis-ball-3 1s infinite alternate linear
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
  animation: qode-mitosis-ball-4 1s infinite alternate linear
}
#qodef-page-spinner.qodef-layout--predefined {
  transform-origin: bottom;
  --qodef-clip: 0;
  --qode-color-2: #E5FF5E;
  --qode-bg-color: rgba(31, 92, 85, 1);
  --qode-bg-color-2: rgba(2, 22, 35, 1);
  clip-path: inset(0 0 calc(var(--qodef-clip) * 1%) 0)
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle, var(--qode-bg-color) 4%, var(--qode-bg-color-2) 80%);
  justify-content: center;
  flex-direction: column
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text-holder {
  position: relative;
  display: flex;
  font-size: 8vW;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  line-height: 1em
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-inner {
  padding: 5vW;
  margin: 0 auto;
  text-align: center
}
#qodef-page-spinner.qodef-layout--predefined .qodef-e-spinner-text {
  display: block;
  font-family: "DM Sans", sans-serif;
  background: linear-gradient(90deg, var(--qode-color-2), #fff, var(--qode-color-2));
  background-repeat: no-repeat;
  background-size: 99%;
  animation: qode-masked-text 3.2s linear infinite;
  padding: .1em 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
#qodef-page-spinner.qodef-layout--predefined .qodef-e-spinner-text .qode--italic {
  font-style: italic
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-image {
  display: inline-block;
  background: linear-gradient(90deg, var(--qode-color-2), #fff, var(--qode-color-2));
  background-repeat: no-repeat;
  background-size: 99%;
  animation: qode-masked-text 3.2s linear infinite;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-image img {
  opacity: 0
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
  margin: 0;
  opacity: 0;
  animation: qode-fade-in 1s forwards
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
  flex-shrink: 0;
  animation-delay: .5s
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
  position: relative;
  display: block;
  height: 3px;
  width: 500px;
  margin-top: 20px;
  background-color: #e5e1dc;
  overflow: hidden;
  opacity: 0;
  animation: qode-fade-in 1s .3s forwards
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--qode-main-color);
  width: 0
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
  position: absolute;
  height: 100%;
  width: 100%;
  background: currentColor;
  border: 0 solid currentColor;
  border-radius: 50%
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: currentColor;
  border-radius: 16px;
  animation: qode-scaleout 1s infinite ease-in-out
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
  width: 60px;
  height: 20px
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: currentColor;
  border-radius: 100%;
  opacity: 0;
  animation: qode-ball-fall 1.5s ease infinite both
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(1) {
  animation-delay: calc((100ms) - 300ms)
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(2) {
  animation-delay: calc((200ms) - 300ms)
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(3) {
  animation-delay: calc((300ms) - 300ms)
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
  position: relative;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  animation: qode-rotating-cubes 1.8s infinite ease-in-out
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
  animation-delay: -.9s
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
  width: 50px;
  height: 60px;
  margin: -30px 0 0 -25px;
  text-align: center
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
  display: inline-block;
  float: left;
  height: 100%;
  width: 6px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  animation: qode-stretch-delay 1.2s infinite ease-in-out
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
  animation-delay: calc((200ms) - 1300ms)
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
  animation-delay: calc((300ms) - 1300ms)
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
  animation-delay: calc((400ms) - 1300ms)
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
  animation-delay: calc((500ms) - 1300ms)
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
  opacity: 0
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
  display: flex;
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
  display: inline-block;
  opacity: 0;
  will-change: opacity
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
  white-space: pre
}
#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
  opacity: 1
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  animation: qode-rotate-circles 2s infinite linear
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
  position: absolute;
  top: 0;
  width: 60%;
  height: 60%;
  display: inline-block;
  background-color: currentColor;
  border-radius: 100%;
  transform-origin: center bottom;
  animation: qode-bounce 2s infinite ease-in-out
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
  width: 150px;
  height: 30px;
  margin: -15px 0 0 -75px
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: currentColor;
  border-radius: 50%
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
  animation: qode-wave-jump-3 1.8s infinite ease-out
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
  animation: qode-wave-jump-2 1.8s infinite ease-out
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
  animation: qode-wave-jump-1 1.8s infinite ease-out
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
  margin-right: 0;
  animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
  width: 72px;
  margin: -9px 0 0 -36px;
  text-align: center
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.4s infinite ease-in-out both
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
  animation-delay: -.32s
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
  animation-delay: -.16s
}
.qodef-page-title {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover
}
.qodef-page-title.qodef-image--responsive {
  height: auto !important
}
.qodef-page-title.qodef-image--responsive .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0
}
.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
  left: 50%;
  transform: translateX(-50%)
}
.qodef-page-title.qodef-alignment--center {
  text-align: center
}
.qodef-page-title.qodef-alignment--right {
  text-align: right
}
.qodef-page-title .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}
.qodef-page-title .qodef-m-image img {
  display: block;
  width: 100%
}
.qodef-page-title .qodef-m-content.qodef-content-full-width {
  padding: 0 50px
}
.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
  font-size: 18px;
  line-height: 1.5555555556em;
  letter-spacing: -.02em;
  display: inline
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  margin: 0 8px
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: "|"
}
.qodef-page-title .qodef-breadcrumbs span.qodef-breadcrumbs-current + span.qodef-breadcrumbs-current {
  margin-left: 6px
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
  margin-top: 5px
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  margin: 4px 0 0
}
.qodef-page-title.qodef-title--standard.qodef-title-position--above-image .qodef-m-content.qodef-content-full-width, .qodef-page-title.qodef-title--standard.qodef-title-position--above-image .qodef-m-content.qodef-content-grid {
  position: relative;
  left: initial;
  transform: none
}
.qodef-page-title.qodef-title--standard.qodef-title-position--above-image .qodef-m-content.qodef-content-full-width .qodef-m-title, .qodef-page-title.qodef-title--standard.qodef-title-position--above-image .qodef-m-content.qodef-content-grid .qodef-m-title {
  margin-bottom: 38px
}
.widget_startpro_core_sticky_sidebar {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important
}
.widget_startpro_core_svg_icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important
}
.widget_startpro_core_svg_icon .qodef-m-holder {
  display: flex;
  align-items: center
}
.widget_startpro_core_svg_icon .qodef-svg-icon-widget svg {
  display: block;
  fill: var(--fill-color);
  stroke: var(--stroke-color);
  max-width: 100%;
  max-height: 100%;
  transition: all .25s ease-out;
  overflow: visible
}
.widget_startpro_core_svg_icon .qodef-svg-icon-widget a {
  display: inline-block;
  width: 100%;
  height: 100%
}
.widget_startpro_core_svg_icon .qodef-svg-icon-widget a:hover svg, .widget_startpro_core_svg_icon .qodef-svg-icon-widget:hover svg {
  fill: var(--fill-hover-color);
  stroke: var(--stroke-hover-color)
}
.widget_startpro_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text, .widget_startpro_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
  color: var(--text-hover-color)
}
.widget_startpro_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
  background-color: var(--background-hover-color);
  border-color: var(--border-hover-color)
}
.widget_startpro_core_svg_icon .qodef-m-icon {
  --fill-color: currentColor;
  --stroke-color: currentColor;
  --fill-hover-color: currentColor;
  --stroke-hover-color: currentColor;
  --border-color: currentColor;
  --border-hover-color: transparent;
  --background-color: transparent;
  --background-hover-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  max-height: 100%;
  background-color: var(--background-color);
  overflow: hidden;
  transition: all .25s ease-out;
  border: 1px solid var(--border-color)
}
.widget_startpro_core_svg_icon .qodef-m-text {
  --text-color: currentColor;
  --text-hover-color: currentColor;
  color: var(--text-color);
  transition: all .25s ease-out;
  line-height: 1
}
#qodef-page-header .widget_startpro_core_svg_icon .qodef-m-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #002b2b;
  font-size: 17px;
  line-height: 1.2941176471em;
  letter-spacing: 0;
  font-weight: 500
}
#qodef-page-header .widget_startpro_core_svg_icon .qodef-m-text .qodef-menu-item-text {
  --qodef-underline-position-y: calc(100% - 2px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height)
}
@media only screen and (max-width:1512px) {
  .qodef-background-text .qodef-m-background-text {
    font-size: 135px
  }
}
@media only screen and (max-width:880px) {
  .qodef-background-text .qodef-m-background-text {
    display: none !important
  }
}
@media only screen and (max-width:880px) {
  #qodef-author-info .qodef-m-description {
    max-width: 94%
  }
}
@media only screen and (max-width:480px) {
  #qodef-author-info .qodef-m-inner {
    flex-wrap: wrap;
    padding: 10px 10px 30px 10px
  }
  #qodef-author-info .qodef-m-content {
    margin-top: 23px
  }
  #qodef-author-info .qodef-m-description {
    max-width: 100%
  }
}
@media only screen and (max-width:1200px) {
  body:not(.qodef-content-behind-header) #qodef-page-outer {
    margin-top: 0 !important
  }
}
@media only screen and (max-width:1200px) {
  #qodef-top-area {
    display: none
  }
}
@media (max-width:1512px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5
  }
}
@media (max-width:1368px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4
  }
}
@media (max-width:1200px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3
  }
}
@media (max-width:1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2
  }
}
@media (max-width:880px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
}
@media (max-width:1368px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8
  }
}
@media (max-width:1368px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8
  }
}
@media (max-width:1512px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8
  }
}
@media (max-width:1368px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8
  }
}
@media (max-width:1200px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8
  }
}
@media (max-width:1024px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8
  }
}
@media (max-width:880px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8
  }
}
@media (max-width:680px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8
  }
}
@media only screen and (max-width:1512px) {
  .qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 60px
  }
  .qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 60px
  }
}
@media only screen and (max-width:1512px) {
  .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1512, 30px)
  }
  .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom-1512, 30px)
  }
}
@media only screen and (max-width:1200px) {
  .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1200, 30px)
  }
  .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom-1200, 30px)
  }
}
@media only screen and (max-width:880px) {
  .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom-880, 30px)
  }
  .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom-880, 30px)
  }
}
@media only screen and (max-width:880px) {
  body[class*=lynna-core] .qodef-woo-product-list:has(.qwfw-add-to-wishlist-wrapper) .qqvfw-quick-view-button-wrapper {
    top: 20px
  }
  body[class*=lynna-core] .qqvfw-quick-view-button-wrapper:has(.button), body[class*=lynna-core] .qqvfw-quick-view-button-wrapper:has(.qqvfw-position--shortcode) {
    left: 10px;
    top: 10px
  }
  body[class*=lynna-core] .qqvfw-m-media-wrapper {
    max-height: 30vh;
    width: 100% !important
  }
  body[class*=lynna-core] .qqvfw-m-summary-wrapper .summary {
    padding: 0 30px 30px 30px !important
  }
  body[class*=lynna-core] .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description {
    display: none
  }
}
@media only screen and (max-width:880px) {
  body[class*=startpro-core] .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--shortcode.qwfw-item-type--icon {
    left: 10px;
    top: 10px
  }
}
@media only screen and (max-width:880px) {
  body[class*=startpro-core] .shop_table.qwfw-m-items tr {
    grid-template-columns: minmax(0, 32px) minmax(0, 50px) minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) !important;
    padding: 10px 0
  }
  body[class*=startpro-core] .shop_table.qwfw-m-items td.product-price {
    align-self: initial
  }
  body[class*=startpro-core] .shop_table.qwfw-m-items td.product-stock-status {
    grid-row: span 2;
    justify-self: start
  }
  body[class*=startpro-core] .shop_table.qwfw-m-items td.product-add-to-cart {
    gap: 10px;
    grid-row: span 2;
    justify-self: end;
    white-space: nowrap
  }
  body[class*=startpro-core] .shop_table.qwfw-m-items td.product-add-to-cart a {
    justify-self: end
  }
  body[class*=startpro-core] .shop_table.qwfw-m-items td.product-add-to-cart a.remove_from_wishlist {
    margin-left: 0 !important
  }
}
@media only screen and (max-width:680px) {
  body[class*=startpro-core] .shop_table.qwfw-m-items th.product-stock-status {
    display: none
  }
  body[class*=startpro-core] .shop_table.qwfw-m-items tr {
    grid-template-columns: minmax(0, 32px) minmax(0, 50px) minmax(0, 1fr) min-content !important
  }
  body[class*=startpro-core] .shop_table.qwfw-m-items td.product-remove {
    grid-row: span 3
  }
  body[class*=startpro-core] .shop_table.qwfw-m-items td.product-thumbnail {
    grid-row: span 3
  }
  body[class*=startpro-core] .shop_table.qwfw-m-items td.product-stock-status {
    grid-column: 3;
    grid-row: 3;
    padding: 5px 0 5px 10px !important
  }
  body[class*=startpro-core] .shop_table.qwfw-m-items td.product-add-to-cart {
    grid-row: span 3
  }
}
@media only screen and (max-width:480px) {
  body[class*=startpro-core] .shop_table.qwfw-m-items tr {
    grid-template-columns: minmax(0, 32px) minmax(0, 50px) minmax(0, 1fr) !important
  }
  body[class*=startpro-core] .shop_table.qwfw-m-items td.product-add-to-cart {
    grid-column: 3;
    grid-row: 4;
    justify-self: flex-start;
    padding: 5px 0 5px 10px !important;
    text-align: initial
  }
}
@media only screen and (max-width:1200px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin: 0 0 20px
  }
}
@media only screen and (max-width:880px) {
  .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    flex-direction: column;
    text-align: center
  }
  .qodef-call-to-action.qodef-layout--standard .qodef-m-inner .qodef-m-content {
    padding: 0
  }
  .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    margin-top: 20px
  }
}
@media only screen and (max-width:1024px) {
  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper, .qodef-countdown.qodef-show--5 .qodef-digit-wrapper, .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 33.3333333333%
  }
  .qodef-countdown .qodef-m-date {
    flex-wrap: wrap
  }
}
@media only screen and (max-width:1200px) {
  .qodef-custom-font.qodef-title-break--disabled br {
    display: none
  }
}
@media only screen and (max-width:1200px) {
  .qodef-highlight.qodef-title-break--disabled br {
    display: none
  }
  .qodef-highlight.qodef-title-break--disabled:not(.qodef-arrows--disabled) .qodef-icon-break-arrow {
    margin-right: .14em
  }
  .qodef-highlight.qodef-arrows--disabled .qodef-icon-break-arrow {
    display: none
  }
}
@media only screen and (max-width:880px) {
  .qodef-image-marquee .qodef-m-content.qodef--desktop {
    display: none
  }
  .qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: block
  }
}
@media only screen and (max-width:1200px) {
  .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
    display: none
  }
}
@media only screen and (max-width:1280px) {
  .qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-additional-image {
    max-width: 25%
  }
}
@media only screen and (max-width:1024px) {
  .qodef-interactive-link-showcase.qodef-layout--list-double-image {
    flex-direction: column;
    align-items: flex-start
  }
  .qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-images {
    width: 100%;
    margin: 0 0 40px
  }
  .qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-content {
    width: 100%;
    padding: 0
  }
}
@media only screen and (max-width:480px) {
  .qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-image {
    padding: 0 10% 0 0
  }
  .qodef-interactive-link-showcase.qodef-layout--list-double-image .qodef-m-content {
    width: 100%;
    padding: 0
  }
}
@media only screen and (min-width:769px) and (max-width:1024px) {
  .qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-images {
    width: 50%
  }
  .qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-content {
    width: 50%
  }
  .qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-items {
    flex-direction: column;
    row-gap: 26px
  }
  .qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-items > * {
    width: 100%
  }
}
@media only screen and (max-width:768px) {
  .qodef-interactive-link-showcase.qodef-layout--list-single-image {
    flex-direction: column;
    align-items: flex-start
  }
  .qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-images {
    width: 100%;
    margin: 0 0 40px
  }
  .qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-content {
    width: 100%;
    padding: 0
  }
}
@media only screen and (max-width:680px) {
  .qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-items {
    flex-direction: column;
    row-gap: 26px
  }
  .qodef-interactive-link-showcase.qodef-layout--list-single-image .qodef-m-items > * {
    width: 100%
  }
}
@media only screen and (max-width:1200px) {
  .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
    display: none
  }
}
@media only screen and (max-width:880px) {
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: block
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    padding-right: 0;
    margin-right: 0;
    border-right: 0
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 26px
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0
  }
}
@media only screen and (max-width:880px) {
  .qodef-timeline-list .qodef-e-item {
    flex-direction: column;
    align-items: flex-start
  }
  .qodef-timeline-list .qodef-e-item-info {
    width: 100%;
    margin: 0 0 8px
  }
  .qodef-timeline-list .qodef-e-item-title {
    width: 100%;
    padding: 0;
    margin: 0 0 7px
  }
}
@media only screen and (max-width:880px) {
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 1px
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 46px
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 91px
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 136px
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 181px
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 226px
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 271px
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    left: auto;
    right: 0
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: auto;
    left: 1px
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: auto;
    left: 46px
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: auto;
    left: 91px
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: auto;
    left: 136px
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: auto;
    left: 181px
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: auto;
    left: 226px
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: auto;
    left: 271px
  }
}
@media only screen and (max-width:1200px) {
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0 !important
  }
}