/**
 * Params
 */
:root {
  --pp-theme-ff: POI Aeronaut;
  --pp-theme-fw: var(--pp-theme-ff);
  --pp-theme-ff2: Carlito, sans-serif;
  --pp-theme-fw2: var(--pp-theme-ff2);
  --bs-body-font-family: var(--pp-theme-ff2);
  --bs-body-font-size: 32px;
  --bs-body-line-height: 36px;
  --pp-theme-ffs-all: "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "ss05" 1, "ss06" 1, "ss07" 1, "ss08" 1, "ss09" 1, "ss10" 1, "ss11" 1, "ss12" 1;
  --pp-theme-ffs-nor: "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "ss05" 1, "ss06" 1, "ss07" 1, "ss08" 1, "ss10" 1, "ss11" 1, "ss12" 1;
  --pp-theme-ffs: "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 1, "ss05" 1, "ss06" 1, "ss07" 1, "ss08" 1, "ss09" 0, "ss10" 1, "ss11" 1, "ss12" 0;
  --pp-theme-ffs-normal: normal;
  --pp-theme-color: #F61373;
  --pp-theme-color2: #F2C2CB;
  --pp-theme-color3: #787878;
  --pp-theme-color4: #00B794;
  --pp-theme-color5: #F05B2D;
  --pp-theme-color6: #FCDED5;
  --pp-theme-color7: #F5F3ED;
  --pp-theme-color8: #EDEDED;
  --pp-theme-color9: #949291;
  --pp-theme-color10: #FF6C82;
  --pp-theme-color11: #E6E6E6;
  --pp-theme-color12: #f8e0e5;
  --pp-theme-color13: #F7E3E1;
  --pp-theme-color14: #949291;
  --pp-theme-color-transparent: transparent;
  --pp-theme-color-white: #FFFFFF;
  --pp-theme-color-black: #000000;
  --pp-theme-color-bg: var(--pp-theme-color);
  --pp-theme-color-text: #000000;
  --pp-theme-br: 10px;
  --pp-theme-br2: 20px;
  --pp-theme-br3: 40px;
  --pp-theme-br4: 25px;
  --pp-theme-placeholder-color: #bbb4b4;
  --pp-theme-placeholder-color2: #000000;
  --pp-theme-bg: #FCDED5;
  --pp-theme-text-color: $theme-color-text;
  --pp-theme-text-light: $theme-color-text-light;
  --pp-theme-border-radius-deposits-switcher: var(--pp-theme-br);
  --pp-theme-border-radius-deposits-wraper: var(--pp-theme-br);
  --pp-theme-btn-padding: 16px 45px;
  --pp-theme-btn-font-family: var(--pp-theme-ff2);
  --pp-theme-btn-font-size: 24px;
  --pp-theme-btn-line-height: 30px;
  --pp-theme-btn-min-width: 300px;
  --pp-theme-img-br: var(--pp-theme-br3);
  --pp-theme-img-bw: 10px;
  --pp-theme-img-bt: solid;
  --pp-theme-img-bc: var(--pp-theme-color2);
  --nectar-sticky-top-distance: 150px;
  --nectar-sticky-top-distance: 0px;
  --pp-theme-header-height: 90px;
}

@media (max-width: 1999px) {
  :root {
    --bs-body-font-size: 24px;
    --bs-body-line-height: 30px;
  }
}
@media (max-width: 1599px) {
  :root {
    --pp-theme-img-bw: 8px;
    --pp-theme-btn-padding: 10px 30px;
    --pp-theme-btn-font-size: 18px;
    --pp-theme-btn-line-height: 22px;
    --pp-theme-btn-min-width: 219px;
    --bs-body-font-size: 22px;
    --bs-body-line-height: 28px;
  }
}
@media (max-width: 1299px) {
  :root {
    --pp-theme-img-br: var(--pp-theme-br4);
    --pp-theme-img-bw: 7px;
    --bs-body-font-size: 20px;
    --bs-body-line-height: 28px;
  }
}
@media (max-width: 1199px) {
  :root {
    --pp-var-m-c-w: 88vw;
    --pp-container-w-max: calc(var(--pp-var-m-c-w));
    --pp-header-height: 109px;
    --pp-theme-img-br: var(--pp-theme-br4);
    --pp-theme-img-bw: 6px;
    --nectar-sticky-top-distance: 40px;
    --nectar-sticky-top-distance: 0px;
  }
}
@media (max-width: 999px) {
  :root {
    --pp-theme-header-height: 75px;
  }
}
@media (max-width: 690px) {
  :root {
    --bs-body-font-size: 18px;
    --bs-body-line-height: 24px;
    --pp-theme-btn-padding: 10px 30px;
    --pp-theme-btn-font-size: 18px;
    --pp-theme-btn-line-height: 22px;
    --pp-theme-btn-min-width: 219px;
    --pp-theme-img-br: var(--pp-theme-br2);
    --pp-theme-img-bw: 5px;
  }
}
@media (max-width: 782px) {
  :root body.admin-bar {
    --pp-admin-bar-height: 46px;
  }
}
/**
 * Globals
 */
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1645px;
  }
}
.wpb_text_column p, .wpb_text_column span, .wpb_text_column li {
  line-height: var(--bs-body-line-height);
}

/**
 * Hidding old design parts
 */
#footer-outer #footer-widgets,
#footer-outer .footer-socials,
#footer-outer .footer-wakeup,
#footer-outer .footer-copyright {
  display: none !important;
}

.no-select {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Standard */
}

.mx-auto {
  margin: 0 auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.sm-gallery-carousel .slides, .ticker-movement-carousel .cell > .inner-wrap-outer > .inner-wrap .sm_image-wrap .inner, .ticker-movement-carousel .cell > .inner-wrap-outer > .inner-wrap .hover-wrap .hover-wrap-inner, .sm-s-sticky-col-img > .vc_column-inner {
  border: var(--pp-theme-img-bw) var(--pp-theme-img-bt) var(--pp-theme-img-bc);
  border-radius: var(--pp-theme-img-br);
  overflow: hidden;
  transform: translateZ(0);
}

.bold, strong, b {
  font-family: var(--pp-theme-ff2);
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

/**
 * Buttons
 */
/**
 * Buttons
 */
:root {
  --pp-button-br: var(--pp-theme-br);
}

.sm-tabs-tickets-info .tabbed > .wpb_tabs_nav .tab-item a, body #slide-out-widget-area .pp-btn-nav > a,
body header .pp-btn-nav > a, body .pp-btn,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn,
body[data-button-style^=rounded] .nectar-button.pp-btn,
.nectar-button[data-color-override*=false].regular-button.pp-btn {
  border-radius: var(--pp-button-br) !important;
  -webkit-border-radius: var(--pp-button-br) !important;
  border-style: solid;
  border-width: 2px;
  padding: var(--pp-theme-btn-padding) !important;
  transition: 0.3s all;
  min-width: 180px;
  min-width: var(--pp-theme-btn-min-width);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.sm-tabs-tickets-info .tabbed > .wpb_tabs_nav .tab-item a, .sm-tabs-tickets-info .tabbed > .wpb_tabs_nav .tab-item a > span, body .pp-btn, body .pp-btn > span,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn > span,
body[data-button-style^=rounded] .nectar-button.pp-btn,
body[data-button-style^=rounded] .nectar-button.pp-btn > span,
.nectar-button[data-color-override*=false].regular-button.pp-btn,
.nectar-button[data-color-override*=false].regular-button.pp-btn > span {
  font-family: var(--pp-theme-btn-font-family);
  font-size: var(--pp-theme-btn-font-size) !important;
  line-height: var(--pp-theme-btn-line-height) !important;
  font-weight: 700;
}

body #slide-out-widget-area #top nav > ul > li.pp-default > a,
body #header-outer #top nav > ul > li.pp-default > a,
body #header-outer[data-lhe=default] #top nav > ul > li.pp-default > a, body #slide-out-widget-area .pp-btn-nav.pp-default > a,
body header .pp-btn-nav.pp-default > a, body .pp-btn.pp-default,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-default,
body[data-button-style^=rounded] .nectar-button.pp-btn.pp-default,
.nectar-button[data-color-override*=false].regular-button.pp-btn.pp-default {
  background-color: var(--pp-theme-color) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color-white) !important;
}

body #slide-out-widget-area #top nav > ul > li.pp-default > a:hover,
body #slide-out-widget-area #top nav .sf-menu > .pp-default.sfHover:not(#social-in-menu) > a:hover,
body #header-outer #top nav > ul > li.pp-default > a:hover,
body #header-outer #top nav .sf-menu > .pp-default.sfHover:not(#social-in-menu) > a:hover,
body #header-outer[data-lhe=default] #top nav > ul > li.pp-default > a:hover,
body #header-outer[data-lhe=default] #top nav .sf-menu > .pp-default.sfHover:not(#social-in-menu) > a:hover, body #slide-out-widget-area .pp-btn-nav.pp-default > a:hover,
body header .pp-btn-nav.pp-default > a:hover, body .pp-btn.pp-default:hover,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-default:hover,
body[data-button-style^=rounded] .nectar-button.pp-btn.pp-default:hover,
.nectar-button[data-color-override*=false].regular-button.pp-btn.pp-default:hover {
  background-color: var(--pp-theme-color) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color-white) !important;
}

body #slide-out-widget-area #top nav > ul > li.pp-accent > a,
body #header-outer #top nav > ul > li.pp-accent > a,
body #header-outer[data-lhe=default] #top nav > ul > li.pp-accent > a, body #slide-out-widget-area .pp-btn-nav.pp-accent > a,
body header .pp-btn-nav.pp-accent > a, body .pp-btn.pp-accent,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-accent,
body[data-button-style^=rounded] .nectar-button.pp-btn.pp-accent,
.nectar-button[data-color-override*=false].regular-button.pp-btn.pp-accent {
  background-color: var(--pp-theme-color6) !important;
  border-color: var(--pp-theme-color6) !important;
  color: var(--pp-theme-color9) !important;
}

body #slide-out-widget-area #top nav > ul > li.pp-accent > a:hover,
body #slide-out-widget-area #top nav .sf-menu > .pp-accent.sfHover:not(#social-in-menu) > a:hover,
body #header-outer #top nav > ul > li.pp-accent > a:hover,
body #header-outer #top nav .sf-menu > .pp-accent.sfHover:not(#social-in-menu) > a:hover,
body #header-outer[data-lhe=default] #top nav > ul > li.pp-accent > a:hover,
body #header-outer[data-lhe=default] #top nav .sf-menu > .pp-accent.sfHover:not(#social-in-menu) > a:hover, body #slide-out-widget-area .pp-btn-nav.pp-accent > a:hover,
body header .pp-btn-nav.pp-accent > a:hover, body .pp-btn.pp-accent:hover,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-accent:hover,
body[data-button-style^=rounded] .nectar-button.pp-btn.pp-accent:hover,
.nectar-button[data-color-override*=false].regular-button.pp-btn.pp-accent:hover {
  background-color: var(--pp-theme-color) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color-white) !important;
}

body #slide-out-widget-area #top nav > ul > li.pp-accent2 > a,
body #header-outer #top nav > ul > li.pp-accent2 > a,
body #header-outer[data-lhe=default] #top nav > ul > li.pp-accent2 > a, body #slide-out-widget-area .pp-btn-nav.pp-accent2 > a,
body header .pp-btn-nav.pp-accent2 > a, body .pp-btn.pp-accent2,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-accent2,
body[data-button-style^=rounded] .nectar-button.pp-btn.pp-accent2,
.nectar-button[data-color-override*=false].regular-button.pp-btn.pp-accent2 {
  background-color: var(--pp-theme-color4) !important;
  border-color: var(--pp-theme-color4) !important;
  color: var(--pp-theme-color-white) !important;
}

body #slide-out-widget-area #top nav > ul > li.pp-accent2 > a:hover,
body #slide-out-widget-area #top nav .sf-menu > .pp-accent2.sfHover:not(#social-in-menu) > a:hover,
body #header-outer #top nav > ul > li.pp-accent2 > a:hover,
body #header-outer #top nav .sf-menu > .pp-accent2.sfHover:not(#social-in-menu) > a:hover,
body #header-outer[data-lhe=default] #top nav > ul > li.pp-accent2 > a:hover,
body #header-outer[data-lhe=default] #top nav .sf-menu > .pp-accent2.sfHover:not(#social-in-menu) > a:hover, body #slide-out-widget-area .pp-btn-nav.pp-accent2 > a:hover,
body header .pp-btn-nav.pp-accent2 > a:hover, body .pp-btn.pp-accent2:hover,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-accent2:hover,
body[data-button-style^=rounded] .nectar-button.pp-btn.pp-accent2:hover,
.nectar-button[data-color-override*=false].regular-button.pp-btn.pp-accent2:hover {
  background-color: var(--pp-theme-color4) !important;
  border-color: var(--pp-theme-color4) !important;
  color: var(--pp-theme-color-white) !important;
}

body #slide-out-widget-area #top nav > ul > li.pp-accent3 > a,
body #header-outer #top nav > ul > li.pp-accent3 > a,
body #header-outer[data-lhe=default] #top nav > ul > li.pp-accent3 > a, body #slide-out-widget-area .pp-btn-nav.pp-accent3 > a,
body header .pp-btn-nav.pp-accent3 > a, body .pp-btn.pp-accent3,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-accent3,
body[data-button-style^=rounded] .nectar-button.pp-btn.pp-accent3,
.nectar-button[data-color-override*=false].regular-button.pp-btn.pp-accent3 {
  background-color: var(--pp-theme-color5) !important;
  border-color: var(--pp-theme-color5) !important;
  color: var(--pp-theme-color-white) !important;
}

body #slide-out-widget-area #top nav > ul > li.pp-accent3 > a:hover,
body #slide-out-widget-area #top nav .sf-menu > .pp-accent3.sfHover:not(#social-in-menu) > a:hover,
body #header-outer #top nav > ul > li.pp-accent3 > a:hover,
body #header-outer #top nav .sf-menu > .pp-accent3.sfHover:not(#social-in-menu) > a:hover,
body #header-outer[data-lhe=default] #top nav > ul > li.pp-accent3 > a:hover,
body #header-outer[data-lhe=default] #top nav .sf-menu > .pp-accent3.sfHover:not(#social-in-menu) > a:hover, body #slide-out-widget-area .pp-btn-nav.pp-accent3 > a:hover,
body header .pp-btn-nav.pp-accent3 > a:hover, body .pp-btn.pp-accent3:hover,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-accent3:hover,
body[data-button-style^=rounded] .nectar-button.pp-btn.pp-accent3:hover,
.nectar-button[data-color-override*=false].regular-button.pp-btn.pp-accent3:hover {
  background-color: var(--pp-theme-color5) !important;
  border-color: var(--pp-theme-color5) !important;
  color: var(--pp-theme-color-white) !important;
}

body #slide-out-widget-area .pp-btn-nav.pp-accent4 > a,
body header .pp-btn-nav.pp-accent4 > a, body .pp-btn.pp-accent4,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-accent4,
body[data-button-style^=rounded] .nectar-button.pp-btn.pp-accent4,
.nectar-button[data-color-override*=false].regular-button.pp-btn.pp-accent4 {
  background-color: var(--pp-theme-color) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color-white) !important;
}

body #slide-out-widget-area .pp-btn-nav.pp-accent4 > a:hover,
body header .pp-btn-nav.pp-accent4 > a:hover, body .pp-btn.pp-accent4:hover,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-accent4:hover,
body[data-button-style^=rounded] .nectar-button.pp-btn.pp-accent4:hover,
.nectar-button[data-color-override*=false].regular-button.pp-btn.pp-accent4:hover {
  background-color: var(--pp-theme-color) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color-white) !important;
}

.sm-tabs-tickets-info .tabbed > .wpb_tabs_nav .tab-item a, body #slide-out-widget-area .pp-btn-nav.pp-accent5 > a,
body header .pp-btn-nav.pp-accent5 > a, body .pp-btn.pp-accent5,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-accent5,
body[data-button-style^=rounded] .nectar-button.pp-btn.pp-accent5,
.nectar-button[data-color-override*=false].regular-button.pp-btn.pp-accent5 {
  background-color: var(--pp-theme-color13) !important;
  border-color: var(--pp-theme-color14) !important;
  color: var(--pp-theme-color14) !important;
}

.sm-tabs-tickets-info .tabbed > .wpb_tabs_nav .tab-item a:hover, .sm-tabs-tickets-info .tabbed > .wpb_tabs_nav .tab-item a.active-tab, body #slide-out-widget-area .pp-btn-nav.pp-accent5 > a:hover,
body header .pp-btn-nav.pp-accent5 > a:hover, body .pp-btn.pp-accent5:hover,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-accent5:hover,
body[data-button-style^=rounded] .nectar-button.pp-btn.pp-accent5:hover,
.nectar-button[data-color-override*=false].regular-button.pp-btn.pp-accent5:hover {
  background-color: var(--pp-theme-color) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color-white) !important;
}

body .pp-btn,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn,
body[data-button-style^=rounded] .nectar-button.pp-btn,
.nectar-button[data-color-override*=false].regular-button.pp-btn {
  transition: 0.3s all ease-in-out;
}
body .pp-btn.btn-size-2, body .pp-btn.btn-size-2 > span,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.btn-size-2,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.btn-size-2 > span,
body[data-button-style^=rounded] .nectar-button.pp-btn.btn-size-2,
body[data-button-style^=rounded] .nectar-button.pp-btn.btn-size-2 > span,
.nectar-button[data-color-override*=false].regular-button.pp-btn.btn-size-2,
.nectar-button[data-color-override*=false].regular-button.pp-btn.btn-size-2 > span {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 700;
  white-space: nowrap;
  text-transform: none;
}
body .pp-btn.btn-size-2,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.btn-size-2,
body[data-button-style^=rounded] .nectar-button.pp-btn.btn-size-2,
.nectar-button[data-color-override*=false].regular-button.pp-btn.btn-size-2 {
  padding: 10px 15px !important;
}
body .pp-btn.btn-size-2 > span,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.btn-size-2 > span,
body[data-button-style^=rounded] .nectar-button.pp-btn.btn-size-2 > span,
.nectar-button[data-color-override*=false].regular-button.pp-btn.btn-size-2 > span {
  padding: 0 !important;
}
body .pp-btn.btn-wide, body .pp-btn.btn-wide > span,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.btn-wide,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.btn-wide > span,
body[data-button-style^=rounded] .nectar-button.pp-btn.btn-wide,
body[data-button-style^=rounded] .nectar-button.pp-btn.btn-wide > span,
.nectar-button[data-color-override*=false].regular-button.pp-btn.btn-wide,
.nectar-button[data-color-override*=false].regular-button.pp-btn.btn-wide > span {
  width: 100%;
  text-align: center;
}
body .pp-btn.btn-size-2.btn-ico,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.btn-size-2.btn-ico,
body[data-button-style^=rounded] .nectar-button.pp-btn.btn-size-2.btn-ico,
.nectar-button[data-color-override*=false].regular-button.pp-btn.btn-size-2.btn-ico {
  padding: 10px 20px 10px 40px !important;
}
body .pp-btn.btn-ico,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.btn-ico,
body[data-button-style^=rounded] .nectar-button.pp-btn.btn-ico,
.nectar-button[data-color-override*=false].regular-button.pp-btn.btn-ico {
  display: inline-flex;
  align-items: center;
}
body .pp-btn.btn-ico i,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.btn-ico i,
body[data-button-style^=rounded] .nectar-button.pp-btn.btn-ico i,
.nectar-button[data-color-override*=false].regular-button.pp-btn.btn-ico i {
  position: static !important;
  display: inline-flex !important;
  transform: none !important;
  margin: 0 !important;
  align-items: center;
  width: 65px !important;
  width: 55px !important;
  min-width: 40px;
  min-width: 50px;
  height: auto !important;
}
body .pp-btn.btn-ico i span, body .pp-btn.btn-ico i .im-icon-wrap,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.btn-ico i span,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.btn-ico i .im-icon-wrap,
body[data-button-style^=rounded] .nectar-button.pp-btn.btn-ico i span,
body[data-button-style^=rounded] .nectar-button.pp-btn.btn-ico i .im-icon-wrap,
.nectar-button[data-color-override*=false].regular-button.pp-btn.btn-ico i span,
.nectar-button[data-color-override*=false].regular-button.pp-btn.btn-ico i .im-icon-wrap {
  position: static !important;
  height: auto !important;
  justify-content: flex-end;
  display: inline-flex;
}
body .pp-btn.btn-ico i span img, body .pp-btn.btn-ico i .im-icon-wrap img,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.btn-ico i span img,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.btn-ico i .im-icon-wrap img,
body[data-button-style^=rounded] .nectar-button.pp-btn.btn-ico i span img,
body[data-button-style^=rounded] .nectar-button.pp-btn.btn-ico i .im-icon-wrap img,
.nectar-button[data-color-override*=false].regular-button.pp-btn.btn-ico i span img,
.nectar-button[data-color-override*=false].regular-button.pp-btn.btn-ico i .im-icon-wrap img {
  margin-bottom: 0 !important;
}

body #slide-out-widget-area .pp-btn-nav,
body header .pp-btn-nav {
  margin-left: 7px;
  margin-right: 7px;
}
body #slide-out-widget-area .pp-btn-nav > a,
body header .pp-btn-nav > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
body #slide-out-widget-area .pp-btn-nav.pp-default > a .menu-title-text:after,
body header .pp-btn-nav.pp-default > a .menu-title-text:after {
  display: none !important;
}
body #slide-out-widget-area .pp-btn-nav.pp-accent > a .menu-title-text:after,
body header .pp-btn-nav.pp-accent > a .menu-title-text:after {
  display: none !important;
}
body #slide-out-widget-area .pp-btn-nav.pp-accent2 > a .menu-title-text:after,
body header .pp-btn-nav.pp-accent2 > a .menu-title-text:after {
  display: none !important;
}
body #slide-out-widget-area .pp-btn-nav.pp-accent3 > a .menu-title-text:after,
body header .pp-btn-nav.pp-accent3 > a .menu-title-text:after {
  display: none !important;
}
body #slide-out-widget-area .pp-btn-nav.pp-accent4 > a .menu-title-text:after,
body header .pp-btn-nav.pp-accent4 > a .menu-title-text:after {
  display: none !important;
}
body #slide-out-widget-area .pp-btn-nav.pp-accent5 > a .menu-title-text:after,
body header .pp-btn-nav.pp-accent5 > a .menu-title-text:after {
  display: none !important;
}
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .menu li.pp-default,
#slide-out-widget-area.fullscreen .menuwrapper li.pp-default {
  display: inline-block !important;
}
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .menu li.pp-accent2,
#slide-out-widget-area.fullscreen .menuwrapper li.pp-accent2 {
  display: inline-block !important;
}
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .menu li.pp-accent3,
#slide-out-widget-area.fullscreen .menuwrapper li.pp-accent3 {
  display: inline-block !important;
}

@media (max-width: 999px) {
  body #slide-out-widget-area .off-canvas-menu-container .menu > li.pp-btn-nav {
    overflow: hidden;
  }
  body #slide-out-widget-area .off-canvas-menu-container .menu > li.pp-btn-nav > a {
    transition: transform 0.2s ease 0.35s, opacity 0.25s ease !important;
    line-height: 1.1;
    opacity: 0;
    transform: translateY(130%);
  }
  body #slide-out-widget-area.open .off-canvas-menu-container .menu > li.pp-btn-nav > a {
    transition: transform 1.1s cubic-bezier(0.25, 1, 0.5, 1) !important;
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.65s !important;
  }
}
/**
 * Theme Specific
 * ---------------------------------------------------------------------------------------------------------------------
 */
:root {
  --pp-button-br: var(--pp-theme-br);
}

.pp-more-buttons .pp-button, .pp-more-buttons .nectar-button {
  margin-left: 13px;
  margin-right: 13px;
  margin-bottom: 13px;
}

@media (min-width: 1600px) {
  .pp-additional-header-menu .pp-btn-nav {
    min-width: 200px;
  }
}
/**
 * Header
 */
body #header-outer.scrolling,
body #header-outer.scrolled-down,
body #header-outer.transparent.dark-slide,
body[data-header-color=dark] #header-outer.scrolling,
body[data-header-color=dark] #header-outer.scrolled-down,
body[data-header-color=dark] #header-outer.transparent.dark-slide,
body[data-header-color=custom] #header-outer.scrolling,
body[data-header-color=custom] #header-outer.scrolled-down,
body[data-header-color=custom] #header-outer.transparent.dark-slide {
  background-image: none !important;
  background-color: var(--pp-theme-color) !important;
}

#header-space {
  background-color: var(--pp-theme-color) !important;
  z-index: -1;
}

#logo {
  position: relative;
  width: 106px; /* Width of new image */
  height: 51px; /* Height of new image */
}
#logo:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../icons/v2/logo.svg") no-repeat center/cover;
  width: 106px; /* Width of new image */
  height: 51px; /* Height of new image */
}
#logo img {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0; /* hides image itself */
}

/**
 * Footer
 */
.footer-section {
  border-top: none !important;
}

.footer-v2-top {
  padding-top: 70px !important;
  padding-bottom: 50px !important;
}
.footer-v2-top > .row-bg-wrap > .row-bg-layer {
  border-radius: var(--pp-theme-br2) var(--pp-theme-br2) 0 0;
}
.footer-v2-top > .row-bg-wrap > .row-bg-layer > .row-bg {
  background-color: var(--pp-theme-color-white);
  overflow: hidden;
}

.footer-v2-bottom {
  padding-top: 35px !important;
  padding-bottom: 30px !important;
  padding-top: 25px !important;
  padding-bottom: 20px !important;
}
.footer-v2-bottom > .row-bg-wrap > .row-bg-layer > .row-bg {
  background-color: var(--pp-theme-color8);
}

.sm-footer-logo {
  max-width: 240px !important;
  width: 100%;
  height: auto;
}

.sm-footer-text-logo {
  color: var(--pp-theme-color) !important;
  font-family: var(--pp-theme-ff);
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
}

.sm-footer-text-up-menu {
  color: var(--pp-theme-color) !important;
  font-family: var(--pp-theme-ff2);
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
}

.sm-footer-menu {
  --bs-body-font-size: 18px;
  --bs-body-line-height: 22px;
}
.sm-footer-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 !important;
}
.sm-footer-menu ul li {
  list-style: none !important;
  width: calc(33.3333333333% - 10px);
  box-sizing: border-box;
}
.sm-footer-menu ul li.sm-btn-c.white a {
  background-color: transparent !important;
  font-weight: normal !important;
  font-size: var(--bs-body-font-size) !important;
  line-height: var(--bs-body-line-height) !important;
}

body .sm-footer-menu {
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
}

.sm-footer-contacts {
  font-family: var(--pp-theme-ff);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.f-v2-bottom-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
}
.f-v2-bottom-list ul li {
  list-style: none !important;
  font-family: var(--pp-theme-ff);
  font-weight: 400;
  font-size: calc(var(--bs-body-font-size) * 0.8);
  line-height: calc(var(--bs-body-line-height) * 0.8);
}
.f-v2-bottom-list ul li a {
  font-family: var(--pp-theme-ff);
  color: var(--pp-theme-text-color) !important;
}

@media (max-width: 1299px) {
  .sm-footer-menu ul li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 999px) {
  .footer-v2-top > .row-bg-wrap > .row-bg-layer {
    border-radius: 0 !important;
  }
  .footer-v2-top > .row-bg-wrap > .row-bg-layer > .row-bg {
    background-color: var(--pp-theme-color-bg);
    background-color: var(--pp-theme-color6);
  }
  .sm-footer-menu ul li {
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 999px) {
  .sm-footer-logo {
    max-width: 170px !important;
  }
  .sm-footer-text-logo {
    font-size: 32px;
    line-height: 38px;
  }
  .sm-footer-menu ul li {
    width: calc(50% - 10px);
  }
  .f-v2-bottom-list ul {
    flex-wrap: wrap;
  }
  .f-v2-bottom-list ul li {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  .f-v2-bottom-list ul li:first-child {
    order: 10;
  }
}
@media (max-width: 690px) {
  .f-v2-bottom-list ul li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  .sm-footer-menu ul li {
    width: calc(100% - 10px);
  }
}
/**
 * Footer
 */
/**
 * Section Hero
 */
.ic-flowers-hero-1 {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 8%;
  left: 0;
  width: 17%;
}
.ic-flowers-hero-1 .icon-inner {
  justify-content: flex-start;
}
.ic-flowers-hero-1 .bee {
  animation: flyBee 6s ease-in-out infinite;
}

.ic-flowers-hero-2 {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  right: 8%;
  right: 0;
  width: 17%;
}
.ic-flowers-hero-2 .icon-inner {
  justify-content: flex-end;
}

.ic-circle-hero {
  position: absolute;
  z-index: 2;
  top: -8%;
  right: -10%;
  right: 0;
  width: 50%;
}
.ic-circle-hero .icon-inner {
  justify-content: flex-end;
}
.ic-circle-hero svg {
  max-width: 950px;
  height: auto;
}

@media (max-height: 1000px) {
  .ic-flowers-hero-1 {
    width: 13%;
  }
  .ic-flowers-hero-2 {
    width: 13%;
  }
}
@media (max-width: 999px) {
  .ic-flowers-hero-1 {
    width: 220px;
  }
  .ic-flowers-hero-2 {
    width: 200px;
  }
  .ic-circle-hero {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ic-flowers-hero-1 {
    width: 155px;
    left: 5%;
  }
  .ic-flowers-hero-2 {
    width: 138px;
    right: 5%;
  }
}
@media (max-width: 479px) {
  .nectar-flickity .ic-flowers-hero-1 {
    width: 125px;
  }
  .ic-flowers-hero-2 {
    width: 108px;
  }
}
/**
 * Space section
 */
.i-space-celeb-bg-el {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}

.i-buddha {
  position: absolute;
  z-index: 2;
  bottom: -15%;
  left: 0;
  width: 30%;
}

.spacing-buddha {
  height: 375px;
  width: 100%;
  display: block;
}

@media (max-width: 1299px) {
  .i-buddha {
    width: 22%;
  }
  .spacing-buddha {
    height: 240px;
  }
}
@media (max-width: 1199px) {
  .i-buddha {
    bottom: -8%;
  }
}
@media (max-width: 999px) {
  .section-space-to-celebrate .row-bg-wrap {
    overflow: hidden;
  }
  .spacing-buddha {
    height: 230px;
  }
  .i-space-celeb-bg-el {
    bottom: -12%;
    width: 55%;
    right: 5%;
  }
}
@media (max-width: 767px) {
  .spacing-buddha {
    height: 145px;
  }
  .i-space-celeb-bg-el {
    bottom: -12%;
    width: 55%;
    right: 5%;
  }
}
@media (max-width: 690px) {
  .i-buddha {
    left: 8%;
    width: 150px;
  }
  .spacing-buddha {
    height: 150px;
  }
  .i-space-celeb-bg-el {
    width: 60%;
    bottom: -8%;
  }
}
@media (max-width: 576px) {
  .i-buddha {
    width: 130px;
    bottom: -2%;
  }
  .i-space-celeb-bg-el {
    width: 65%;
  }
}
@media (max-width: 479px) {
  .i-buddha {
    width: 130px;
    bottom: 3%;
  }
  .spacing-buddha {
    height: 180px;
  }
  .i-space-celeb-bg-el {
    bottom: 0;
    width: 70%;
  }
}
/**
 * Tickets section
 */
.i-flower-stars {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 0;
}

.i-flowers-stars-krisna-fire {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  right: 0;
}

.i-flowers-stars-content-parent {
  position: absolute;
  z-index: 3;
  z-index: 1000;
  bottom: 0;
  bottom: 2%;
  left: 0;
  max-width: 30%;
}
.i-flowers-stars-content-parent img {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Standard */
}

@media (max-width: 1199px) {
  .i-flowers-stars-content-parent {
    z-index: -1;
  }
}
@media (max-width: 999px) {
  .i-flowers-stars-content-parent {
    left: -19%;
    display: none;
  }
}
/**
 * Tickets info section
 */
.i-bee-tickets-info {
  animation: float2 6s ease-in-out infinite;
  user-select: none;
  position: absolute;
  top: 60px;
  left: 20px;
}

/**
 * Section Sun shines
 */
.i-sun-shines {
  position: absolute;
  bottom: -12%;
  bottom: -14%;
  right: 0;
  width: 70%;
}
.i-sun-shines .icon-inner {
  justify-content: flex-end;
}

@media (max-width: 479px) {
  .i-sun-shines {
    bottom: -10%;
    width: 80%;
  }
}
@media (max-width: 379px) {
  .i-sun-shines {
    width: 100%;
  }
}
.i-bg-compound-top-right {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -10%;
  width: 70%;
}
.i-bg-compound-top-right .icon-inner {
  justify-content: flex-end;
}

.i-bg-compound-bottom-left {
  position: absolute;
  z-index: 2;
  bottom: -6%;
  left: -4%;
  width: 70%;
}
.i-bg-compound-bottom-left .icon-inner {
  justify-content: flex-end;
}

.ic-circle-volountiers {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 70%;
}
.ic-circle-volountiers .icon-inner {
  justify-content: flex-start;
}

@media (max-width: 999px) {
  .i-bg-compound-top-right {
    top: -52px;
    right: -46%;
    width: 135%;
  }
  .i-bg-compound-bottom-left {
    bottom: 4%;
    left: -25%;
    width: 140%;
    transform: rotate(-9deg);
  }
  .ic-circle-volountiers {
    display: none;
  }
}
/**
 * Animations
 */
.pp-floating {
  animation: float 6s ease-in-out infinite;
  animation: floatTopBottom 3s ease-in-out infinite;
}

.pp-floating2 {
  animation: float2 6s ease-in-out infinite;
}

@keyframes floatTopBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) translateX(-5px) rotate(1deg);
  }
  50% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  75% {
    transform: translateY(-20px) translateX(5px) rotate(-1deg);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
}
@keyframes float2 {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) translateX(-5px) rotate(1deg);
  }
  50% {
    transform: translateY(10) translateX(5px) rotate(0deg);
  }
  75% {
    transform: translateY(10px) translateX(5px) rotate(-1deg);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
}
@keyframes float3 {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) translateX(-5px) rotate(1deg);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
}
@keyframes flyBee {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(30px, 30px) rotate(10deg);
  }
  50% {
    transform: translate(0, 35px) rotate(-10deg);
  }
  75% {
    transform: translate(-30px, 20px) rotate(5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
/**
 * Headings
 */
/**
 * Headings
 */
:root {
  --pp-headings-ff: var(--pp-theme-ff);
  --pp-headings-ffs: var(--pp-theme-ffs);
}

body h1.pp-title-1, body h1.vc_custom_heading.pp-title-1, body h2.pp-title-1, body h2.vc_custom_heading.pp-title-1, body h3.pp-title-1, body h3.vc_custom_heading.pp-title-1, body h4.pp-title-1, body h4.vc_custom_heading.pp-title-1, body h5.pp-title-1, body h5.vc_custom_heading.pp-title-1, body h6.pp-title-1, body h6.vc_custom_heading.pp-title-1, body div.pp-title-1, body div.vc_custom_heading.pp-title-1, body span.pp-title-1, body span.vc_custom_heading.pp-title-1, body p.pp-title-1, body p.vc_custom_heading.pp-title-1, .wpb_wrapper h1.pp-title-1, .wpb_wrapper h1.vc_custom_heading.pp-title-1, .wpb_wrapper h2.pp-title-1, .wpb_wrapper h2.vc_custom_heading.pp-title-1, .wpb_wrapper h3.pp-title-1, .wpb_wrapper h3.vc_custom_heading.pp-title-1, .wpb_wrapper h4.pp-title-1, .wpb_wrapper h4.vc_custom_heading.pp-title-1, .wpb_wrapper h5.pp-title-1, .wpb_wrapper h5.vc_custom_heading.pp-title-1, .wpb_wrapper h6.pp-title-1, .wpb_wrapper h6.vc_custom_heading.pp-title-1, .wpb_wrapper div.pp-title-1, .wpb_wrapper div.vc_custom_heading.pp-title-1, .wpb_wrapper span.pp-title-1, .wpb_wrapper span.vc_custom_heading.pp-title-1, .wpb_wrapper p.pp-title-1, .wpb_wrapper p.vc_custom_heading.pp-title-1 {
  font-size: 150px !important;
  line-height: 150px !important;
  font-family: var(--pp-headings-ff);
  font-feature-settings: var(--pp-headings-ffs);
  font-weight: 400;
}
body h1.pp-title-2, body h1.vc_custom_heading.pp-title-2, body h2.pp-title-2, body h2.vc_custom_heading.pp-title-2, body h3.pp-title-2, body h3.vc_custom_heading.pp-title-2, body h4.pp-title-2, body h4.vc_custom_heading.pp-title-2, body h5.pp-title-2, body h5.vc_custom_heading.pp-title-2, body h6.pp-title-2, body h6.vc_custom_heading.pp-title-2, body div.pp-title-2, body div.vc_custom_heading.pp-title-2, body span.pp-title-2, body span.vc_custom_heading.pp-title-2, body p.pp-title-2, body p.vc_custom_heading.pp-title-2, .wpb_wrapper h1.pp-title-2, .wpb_wrapper h1.vc_custom_heading.pp-title-2, .wpb_wrapper h2.pp-title-2, .wpb_wrapper h2.vc_custom_heading.pp-title-2, .wpb_wrapper h3.pp-title-2, .wpb_wrapper h3.vc_custom_heading.pp-title-2, .wpb_wrapper h4.pp-title-2, .wpb_wrapper h4.vc_custom_heading.pp-title-2, .wpb_wrapper h5.pp-title-2, .wpb_wrapper h5.vc_custom_heading.pp-title-2, .wpb_wrapper h6.pp-title-2, .wpb_wrapper h6.vc_custom_heading.pp-title-2, .wpb_wrapper div.pp-title-2, .wpb_wrapper div.vc_custom_heading.pp-title-2, .wpb_wrapper span.pp-title-2, .wpb_wrapper span.vc_custom_heading.pp-title-2, .wpb_wrapper p.pp-title-2, .wpb_wrapper p.vc_custom_heading.pp-title-2 {
  font-size: 128px !important;
  line-height: 134px !important;
  font-family: var(--pp-headings-ff);
  font-feature-settings: var(--pp-headings-ffs);
  font-weight: 400;
}
body h1.pp-title-3, body h1.vc_custom_heading.pp-title-3, body h2.pp-title-3, body h2.vc_custom_heading.pp-title-3, body h3.pp-title-3, body h3.vc_custom_heading.pp-title-3, body h4.pp-title-3, body h4.vc_custom_heading.pp-title-3, body h5.pp-title-3, body h5.vc_custom_heading.pp-title-3, body h6.pp-title-3, body h6.vc_custom_heading.pp-title-3, body div.pp-title-3, body div.vc_custom_heading.pp-title-3, body span.pp-title-3, body span.vc_custom_heading.pp-title-3, body p.pp-title-3, body p.vc_custom_heading.pp-title-3, .wpb_wrapper h1.pp-title-3, .wpb_wrapper h1.vc_custom_heading.pp-title-3, .wpb_wrapper h2.pp-title-3, .wpb_wrapper h2.vc_custom_heading.pp-title-3, .wpb_wrapper h3.pp-title-3, .wpb_wrapper h3.vc_custom_heading.pp-title-3, .wpb_wrapper h4.pp-title-3, .wpb_wrapper h4.vc_custom_heading.pp-title-3, .wpb_wrapper h5.pp-title-3, .wpb_wrapper h5.vc_custom_heading.pp-title-3, .wpb_wrapper h6.pp-title-3, .wpb_wrapper h6.vc_custom_heading.pp-title-3, .wpb_wrapper div.pp-title-3, .wpb_wrapper div.vc_custom_heading.pp-title-3, .wpb_wrapper span.pp-title-3, .wpb_wrapper span.vc_custom_heading.pp-title-3, .wpb_wrapper p.pp-title-3, .wpb_wrapper p.vc_custom_heading.pp-title-3 {
  font-size: 50px !important;
  line-height: 56px !important;
  font-family: var(--pp-headings-ff);
  font-feature-settings: var(--pp-headings-ffs);
  font-weight: 400;
}
body h1.pp-title-4, body h1.vc_custom_heading.pp-title-4, body h2.pp-title-4, body h2.vc_custom_heading.pp-title-4, body h3.pp-title-4, body h3.vc_custom_heading.pp-title-4, body h4.pp-title-4, body h4.vc_custom_heading.pp-title-4, body h5.pp-title-4, body h5.vc_custom_heading.pp-title-4, body h6.pp-title-4, body h6.vc_custom_heading.pp-title-4, body div.pp-title-4, body div.vc_custom_heading.pp-title-4, body span.pp-title-4, body span.vc_custom_heading.pp-title-4, body p.pp-title-4, body p.vc_custom_heading.pp-title-4, .wpb_wrapper h1.pp-title-4, .wpb_wrapper h1.vc_custom_heading.pp-title-4, .wpb_wrapper h2.pp-title-4, .wpb_wrapper h2.vc_custom_heading.pp-title-4, .wpb_wrapper h3.pp-title-4, .wpb_wrapper h3.vc_custom_heading.pp-title-4, .wpb_wrapper h4.pp-title-4, .wpb_wrapper h4.vc_custom_heading.pp-title-4, .wpb_wrapper h5.pp-title-4, .wpb_wrapper h5.vc_custom_heading.pp-title-4, .wpb_wrapper h6.pp-title-4, .wpb_wrapper h6.vc_custom_heading.pp-title-4, .wpb_wrapper div.pp-title-4, .wpb_wrapper div.vc_custom_heading.pp-title-4, .wpb_wrapper span.pp-title-4, .wpb_wrapper span.vc_custom_heading.pp-title-4, .wpb_wrapper p.pp-title-4, .wpb_wrapper p.vc_custom_heading.pp-title-4 {
  font-size: 32px !important;
  line-height: 39px !important;
  font-family: var(--pp-headings-ff);
  font-feature-settings: var(--pp-headings-ffs);
  font-weight: 400;
}
body h1.pp-title-5, body h1.vc_custom_heading.pp-title-5, body h2.pp-title-5, body h2.vc_custom_heading.pp-title-5, body h3.pp-title-5, body h3.vc_custom_heading.pp-title-5, body h4.pp-title-5, body h4.vc_custom_heading.pp-title-5, body h5.pp-title-5, body h5.vc_custom_heading.pp-title-5, body h6.pp-title-5, body h6.vc_custom_heading.pp-title-5, body div.pp-title-5, body div.vc_custom_heading.pp-title-5, body span.pp-title-5, body span.vc_custom_heading.pp-title-5, body p.pp-title-5, body p.vc_custom_heading.pp-title-5, .wpb_wrapper h1.pp-title-5, .wpb_wrapper h1.vc_custom_heading.pp-title-5, .wpb_wrapper h2.pp-title-5, .wpb_wrapper h2.vc_custom_heading.pp-title-5, .wpb_wrapper h3.pp-title-5, .wpb_wrapper h3.vc_custom_heading.pp-title-5, .wpb_wrapper h4.pp-title-5, .wpb_wrapper h4.vc_custom_heading.pp-title-5, .wpb_wrapper h5.pp-title-5, .wpb_wrapper h5.vc_custom_heading.pp-title-5, .wpb_wrapper h6.pp-title-5, .wpb_wrapper h6.vc_custom_heading.pp-title-5, .wpb_wrapper div.pp-title-5, .wpb_wrapper div.vc_custom_heading.pp-title-5, .wpb_wrapper span.pp-title-5, .wpb_wrapper span.vc_custom_heading.pp-title-5, .wpb_wrapper p.pp-title-5, .wpb_wrapper p.vc_custom_heading.pp-title-5 {
  font-size: 24px !important;
  line-height: 30px !important;
  font-family: var(--pp-headings-ff);
  font-feature-settings: var(--pp-headings-ffs);
  font-weight: 400;
}
body h1.pp-title-6, body h1.vc_custom_heading.pp-title-6, body h2.pp-title-6, body h2.vc_custom_heading.pp-title-6, body h3.pp-title-6, body h3.vc_custom_heading.pp-title-6, body h4.pp-title-6, body h4.vc_custom_heading.pp-title-6, body h5.pp-title-6, body h5.vc_custom_heading.pp-title-6, body h6.pp-title-6, body h6.vc_custom_heading.pp-title-6, body div.pp-title-6, body div.vc_custom_heading.pp-title-6, body span.pp-title-6, body span.vc_custom_heading.pp-title-6, body p.pp-title-6, body p.vc_custom_heading.pp-title-6, .wpb_wrapper h1.pp-title-6, .wpb_wrapper h1.vc_custom_heading.pp-title-6, .wpb_wrapper h2.pp-title-6, .wpb_wrapper h2.vc_custom_heading.pp-title-6, .wpb_wrapper h3.pp-title-6, .wpb_wrapper h3.vc_custom_heading.pp-title-6, .wpb_wrapper h4.pp-title-6, .wpb_wrapper h4.vc_custom_heading.pp-title-6, .wpb_wrapper h5.pp-title-6, .wpb_wrapper h5.vc_custom_heading.pp-title-6, .wpb_wrapper h6.pp-title-6, .wpb_wrapper h6.vc_custom_heading.pp-title-6, .wpb_wrapper div.pp-title-6, .wpb_wrapper div.vc_custom_heading.pp-title-6, .wpb_wrapper span.pp-title-6, .wpb_wrapper span.vc_custom_heading.pp-title-6, .wpb_wrapper p.pp-title-6, .wpb_wrapper p.vc_custom_heading.pp-title-6 {
  font-size: 20px !important;
  line-height: 25px !important;
  font-family: var(--pp-headings-ff);
  font-feature-settings: var(--pp-headings-ffs);
  font-weight: 400;
}
body h1.pp-title-7, body h1.vc_custom_heading.pp-title-7, body h2.pp-title-7, body h2.vc_custom_heading.pp-title-7, body h3.pp-title-7, body h3.vc_custom_heading.pp-title-7, body h4.pp-title-7, body h4.vc_custom_heading.pp-title-7, body h5.pp-title-7, body h5.vc_custom_heading.pp-title-7, body h6.pp-title-7, body h6.vc_custom_heading.pp-title-7, body div.pp-title-7, body div.vc_custom_heading.pp-title-7, body span.pp-title-7, body span.vc_custom_heading.pp-title-7, body p.pp-title-7, body p.vc_custom_heading.pp-title-7, .wpb_wrapper h1.pp-title-7, .wpb_wrapper h1.vc_custom_heading.pp-title-7, .wpb_wrapper h2.pp-title-7, .wpb_wrapper h2.vc_custom_heading.pp-title-7, .wpb_wrapper h3.pp-title-7, .wpb_wrapper h3.vc_custom_heading.pp-title-7, .wpb_wrapper h4.pp-title-7, .wpb_wrapper h4.vc_custom_heading.pp-title-7, .wpb_wrapper h5.pp-title-7, .wpb_wrapper h5.vc_custom_heading.pp-title-7, .wpb_wrapper h6.pp-title-7, .wpb_wrapper h6.vc_custom_heading.pp-title-7, .wpb_wrapper div.pp-title-7, .wpb_wrapper div.vc_custom_heading.pp-title-7, .wpb_wrapper span.pp-title-7, .wpb_wrapper span.vc_custom_heading.pp-title-7, .wpb_wrapper p.pp-title-7, .wpb_wrapper p.vc_custom_heading.pp-title-7 {
  font-size: 40px !important;
  line-height: 46px !important;
  font-family: var(--pp-headings-ff);
  font-feature-settings: var(--pp-headings-ffs);
  font-weight: 400;
}
body h1.pp-title-8, body h1.vc_custom_heading.pp-title-8, body h2.pp-title-8, body h2.vc_custom_heading.pp-title-8, body h3.pp-title-8, body h3.vc_custom_heading.pp-title-8, body h4.pp-title-8, body h4.vc_custom_heading.pp-title-8, body h5.pp-title-8, body h5.vc_custom_heading.pp-title-8, body h6.pp-title-8, body h6.vc_custom_heading.pp-title-8, body div.pp-title-8, body div.vc_custom_heading.pp-title-8, body span.pp-title-8, body span.vc_custom_heading.pp-title-8, body p.pp-title-8, body p.vc_custom_heading.pp-title-8, .wpb_wrapper h1.pp-title-8, .wpb_wrapper h1.vc_custom_heading.pp-title-8, .wpb_wrapper h2.pp-title-8, .wpb_wrapper h2.vc_custom_heading.pp-title-8, .wpb_wrapper h3.pp-title-8, .wpb_wrapper h3.vc_custom_heading.pp-title-8, .wpb_wrapper h4.pp-title-8, .wpb_wrapper h4.vc_custom_heading.pp-title-8, .wpb_wrapper h5.pp-title-8, .wpb_wrapper h5.vc_custom_heading.pp-title-8, .wpb_wrapper h6.pp-title-8, .wpb_wrapper h6.vc_custom_heading.pp-title-8, .wpb_wrapper div.pp-title-8, .wpb_wrapper div.vc_custom_heading.pp-title-8, .wpb_wrapper span.pp-title-8, .wpb_wrapper span.vc_custom_heading.pp-title-8, .wpb_wrapper p.pp-title-8, .wpb_wrapper p.vc_custom_heading.pp-title-8 {
  font-size: 40px !important;
  line-height: 46px !important;
  font-family: var(--pp-headings-ff);
  font-feature-settings: var(--pp-headings-ffs);
  font-weight: 400;
}
body h1.pp-title-sub-1, body h1.vc_custom_heading.pp-title-sub-1, body h2.pp-title-sub-1, body h2.vc_custom_heading.pp-title-sub-1, body h3.pp-title-sub-1, body h3.vc_custom_heading.pp-title-sub-1, body h4.pp-title-sub-1, body h4.vc_custom_heading.pp-title-sub-1, body h5.pp-title-sub-1, body h5.vc_custom_heading.pp-title-sub-1, body h6.pp-title-sub-1, body h6.vc_custom_heading.pp-title-sub-1, body div.pp-title-sub-1, body div.vc_custom_heading.pp-title-sub-1, body span.pp-title-sub-1, body span.vc_custom_heading.pp-title-sub-1, body p.pp-title-sub-1, body p.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h1.pp-title-sub-1, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h2.pp-title-sub-1, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h3.pp-title-sub-1, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h4.pp-title-sub-1, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h5.pp-title-sub-1, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h6.pp-title-sub-1, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-1, .wpb_wrapper div.pp-title-sub-1, .wpb_wrapper div.vc_custom_heading.pp-title-sub-1, .wpb_wrapper span.pp-title-sub-1, .wpb_wrapper span.vc_custom_heading.pp-title-sub-1, .wpb_wrapper p.pp-title-sub-1, .wpb_wrapper p.vc_custom_heading.pp-title-sub-1 {
  font-size: 24px;
  line-height: 30px;
  font-family: var(--pp-headings-ff2);
}
body h1.pp-title-sub-2, body h1.vc_custom_heading.pp-title-sub-2, body h2.pp-title-sub-2, body h2.vc_custom_heading.pp-title-sub-2, body h3.pp-title-sub-2, body h3.vc_custom_heading.pp-title-sub-2, body h4.pp-title-sub-2, body h4.vc_custom_heading.pp-title-sub-2, body h5.pp-title-sub-2, body h5.vc_custom_heading.pp-title-sub-2, body h6.pp-title-sub-2, body h6.vc_custom_heading.pp-title-sub-2, body div.pp-title-sub-2, body div.vc_custom_heading.pp-title-sub-2, body span.pp-title-sub-2, body span.vc_custom_heading.pp-title-sub-2, body p.pp-title-sub-2, body p.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h1.pp-title-sub-2, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h2.pp-title-sub-2, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h3.pp-title-sub-2, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h4.pp-title-sub-2, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h5.pp-title-sub-2, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h6.pp-title-sub-2, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-2, .wpb_wrapper div.pp-title-sub-2, .wpb_wrapper div.vc_custom_heading.pp-title-sub-2, .wpb_wrapper span.pp-title-sub-2, .wpb_wrapper span.vc_custom_heading.pp-title-sub-2, .wpb_wrapper p.pp-title-sub-2, .wpb_wrapper p.vc_custom_heading.pp-title-sub-2 {
  font-size: 13px;
  line-height: 24px;
  font-family: var(--pp-headings-ff2);
}
body h1.pp-title-sub-3, body h1.vc_custom_heading.pp-title-sub-3, body h2.pp-title-sub-3, body h2.vc_custom_heading.pp-title-sub-3, body h3.pp-title-sub-3, body h3.vc_custom_heading.pp-title-sub-3, body h4.pp-title-sub-3, body h4.vc_custom_heading.pp-title-sub-3, body h5.pp-title-sub-3, body h5.vc_custom_heading.pp-title-sub-3, body h6.pp-title-sub-3, body h6.vc_custom_heading.pp-title-sub-3, body div.pp-title-sub-3, body div.vc_custom_heading.pp-title-sub-3, body span.pp-title-sub-3, body span.vc_custom_heading.pp-title-sub-3, body p.pp-title-sub-3, body p.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h1.pp-title-sub-3, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h2.pp-title-sub-3, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h3.pp-title-sub-3, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h4.pp-title-sub-3, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h5.pp-title-sub-3, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h6.pp-title-sub-3, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-3, .wpb_wrapper div.pp-title-sub-3, .wpb_wrapper div.vc_custom_heading.pp-title-sub-3, .wpb_wrapper span.pp-title-sub-3, .wpb_wrapper span.vc_custom_heading.pp-title-sub-3, .wpb_wrapper p.pp-title-sub-3, .wpb_wrapper p.vc_custom_heading.pp-title-sub-3 {
  font-size: 20px;
  line-height: 20px;
  font-family: var(--pp-headings-ff2);
}
body h1.pp-title-sub-4, body h1.vc_custom_heading.pp-title-sub-4, body h2.pp-title-sub-4, body h2.vc_custom_heading.pp-title-sub-4, body h3.pp-title-sub-4, body h3.vc_custom_heading.pp-title-sub-4, body h4.pp-title-sub-4, body h4.vc_custom_heading.pp-title-sub-4, body h5.pp-title-sub-4, body h5.vc_custom_heading.pp-title-sub-4, body h6.pp-title-sub-4, body h6.vc_custom_heading.pp-title-sub-4, body div.pp-title-sub-4, body div.vc_custom_heading.pp-title-sub-4, body span.pp-title-sub-4, body span.vc_custom_heading.pp-title-sub-4, body p.pp-title-sub-4, body p.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h1.pp-title-sub-4, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h2.pp-title-sub-4, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h3.pp-title-sub-4, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h4.pp-title-sub-4, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h5.pp-title-sub-4, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h6.pp-title-sub-4, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-4, .wpb_wrapper div.pp-title-sub-4, .wpb_wrapper div.vc_custom_heading.pp-title-sub-4, .wpb_wrapper span.pp-title-sub-4, .wpb_wrapper span.vc_custom_heading.pp-title-sub-4, .wpb_wrapper p.pp-title-sub-4, .wpb_wrapper p.vc_custom_heading.pp-title-sub-4 {
  font-size: 20px;
  line-height: 20px;
  font-family: var(--pp-headings-ff2);
}
body h1.pp-title-sub-5, body h1.vc_custom_heading.pp-title-sub-5, body h2.pp-title-sub-5, body h2.vc_custom_heading.pp-title-sub-5, body h3.pp-title-sub-5, body h3.vc_custom_heading.pp-title-sub-5, body h4.pp-title-sub-5, body h4.vc_custom_heading.pp-title-sub-5, body h5.pp-title-sub-5, body h5.vc_custom_heading.pp-title-sub-5, body h6.pp-title-sub-5, body h6.vc_custom_heading.pp-title-sub-5, body div.pp-title-sub-5, body div.vc_custom_heading.pp-title-sub-5, body span.pp-title-sub-5, body span.vc_custom_heading.pp-title-sub-5, body p.pp-title-sub-5, body p.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h1.pp-title-sub-5, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h2.pp-title-sub-5, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h3.pp-title-sub-5, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h4.pp-title-sub-5, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h5.pp-title-sub-5, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h6.pp-title-sub-5, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-5, .wpb_wrapper div.pp-title-sub-5, .wpb_wrapper div.vc_custom_heading.pp-title-sub-5, .wpb_wrapper span.pp-title-sub-5, .wpb_wrapper span.vc_custom_heading.pp-title-sub-5, .wpb_wrapper p.pp-title-sub-5, .wpb_wrapper p.vc_custom_heading.pp-title-sub-5 {
  font-size: 20px;
  line-height: 20px;
  font-family: var(--pp-headings-ff2);
}
body h1.fw-300, body h1.vc_custom_heading.fw-300, body h2.fw-300, body h2.vc_custom_heading.fw-300, body h3.fw-300, body h3.vc_custom_heading.fw-300, body h4.fw-300, body h4.vc_custom_heading.fw-300, body h5.fw-300, body h5.vc_custom_heading.fw-300, body h6.fw-300, body h6.vc_custom_heading.fw-300, body div.fw-300, body div.vc_custom_heading.fw-300, body span.fw-300, body span.vc_custom_heading.fw-300, body p.fw-300, body p.vc_custom_heading.fw-300, .wpb_wrapper h1.fw-300, .wpb_wrapper h1.vc_custom_heading.fw-300, .wpb_wrapper h2.fw-300, .wpb_wrapper h2.vc_custom_heading.fw-300, .wpb_wrapper h3.fw-300, .wpb_wrapper h3.vc_custom_heading.fw-300, .wpb_wrapper h4.fw-300, .wpb_wrapper h4.vc_custom_heading.fw-300, .wpb_wrapper h5.fw-300, .wpb_wrapper h5.vc_custom_heading.fw-300, .wpb_wrapper h6.fw-300, .wpb_wrapper h6.vc_custom_heading.fw-300, .wpb_wrapper div.fw-300, .wpb_wrapper div.vc_custom_heading.fw-300, .wpb_wrapper span.fw-300, .wpb_wrapper span.vc_custom_heading.fw-300, .wpb_wrapper p.fw-300, .wpb_wrapper p.vc_custom_heading.fw-300 {
  font-weight: 300 !important;
}
body h1.fw-400, body h1.vc_custom_heading.fw-400, body h2.fw-400, body h2.vc_custom_heading.fw-400, body h3.fw-400, body h3.vc_custom_heading.fw-400, body h4.fw-400, body h4.vc_custom_heading.fw-400, body h5.fw-400, body h5.vc_custom_heading.fw-400, body h6.fw-400, body h6.vc_custom_heading.fw-400, body div.fw-400, body div.vc_custom_heading.fw-400, body span.fw-400, body span.vc_custom_heading.fw-400, body p.fw-400, body p.vc_custom_heading.fw-400, .wpb_wrapper h1.fw-400, .wpb_wrapper h1.vc_custom_heading.fw-400, .wpb_wrapper h2.fw-400, .wpb_wrapper h2.vc_custom_heading.fw-400, .wpb_wrapper h3.fw-400, .wpb_wrapper h3.vc_custom_heading.fw-400, .wpb_wrapper h4.fw-400, .wpb_wrapper h4.vc_custom_heading.fw-400, .wpb_wrapper h5.fw-400, .wpb_wrapper h5.vc_custom_heading.fw-400, .wpb_wrapper h6.fw-400, .wpb_wrapper h6.vc_custom_heading.fw-400, .wpb_wrapper div.fw-400, .wpb_wrapper div.vc_custom_heading.fw-400, .wpb_wrapper span.fw-400, .wpb_wrapper span.vc_custom_heading.fw-400, .wpb_wrapper p.fw-400, .wpb_wrapper p.vc_custom_heading.fw-400 {
  font-weight: 400 !important;
}
body h1.fw-500, body h1.vc_custom_heading.fw-500, body h2.fw-500, body h2.vc_custom_heading.fw-500, body h3.fw-500, body h3.vc_custom_heading.fw-500, body h4.fw-500, body h4.vc_custom_heading.fw-500, body h5.fw-500, body h5.vc_custom_heading.fw-500, body h6.fw-500, body h6.vc_custom_heading.fw-500, body div.fw-500, body div.vc_custom_heading.fw-500, body span.fw-500, body span.vc_custom_heading.fw-500, body p.fw-500, body p.vc_custom_heading.fw-500, .wpb_wrapper h1.fw-500, .wpb_wrapper h1.vc_custom_heading.fw-500, .wpb_wrapper h2.fw-500, .wpb_wrapper h2.vc_custom_heading.fw-500, .wpb_wrapper h3.fw-500, .wpb_wrapper h3.vc_custom_heading.fw-500, .wpb_wrapper h4.fw-500, .wpb_wrapper h4.vc_custom_heading.fw-500, .wpb_wrapper h5.fw-500, .wpb_wrapper h5.vc_custom_heading.fw-500, .wpb_wrapper h6.fw-500, .wpb_wrapper h6.vc_custom_heading.fw-500, .wpb_wrapper div.fw-500, .wpb_wrapper div.vc_custom_heading.fw-500, .wpb_wrapper span.fw-500, .wpb_wrapper span.vc_custom_heading.fw-500, .wpb_wrapper p.fw-500, .wpb_wrapper p.vc_custom_heading.fw-500 {
  font-weight: 500 !important;
}
body h1.fw-600, body h1.vc_custom_heading.fw-600, body h2.fw-600, body h2.vc_custom_heading.fw-600, body h3.fw-600, body h3.vc_custom_heading.fw-600, body h4.fw-600, body h4.vc_custom_heading.fw-600, body h5.fw-600, body h5.vc_custom_heading.fw-600, body h6.fw-600, body h6.vc_custom_heading.fw-600, body div.fw-600, body div.vc_custom_heading.fw-600, body span.fw-600, body span.vc_custom_heading.fw-600, body p.fw-600, body p.vc_custom_heading.fw-600, .wpb_wrapper h1.fw-600, .wpb_wrapper h1.vc_custom_heading.fw-600, .wpb_wrapper h2.fw-600, .wpb_wrapper h2.vc_custom_heading.fw-600, .wpb_wrapper h3.fw-600, .wpb_wrapper h3.vc_custom_heading.fw-600, .wpb_wrapper h4.fw-600, .wpb_wrapper h4.vc_custom_heading.fw-600, .wpb_wrapper h5.fw-600, .wpb_wrapper h5.vc_custom_heading.fw-600, .wpb_wrapper h6.fw-600, .wpb_wrapper h6.vc_custom_heading.fw-600, .wpb_wrapper div.fw-600, .wpb_wrapper div.vc_custom_heading.fw-600, .wpb_wrapper span.fw-600, .wpb_wrapper span.vc_custom_heading.fw-600, .wpb_wrapper p.fw-600, .wpb_wrapper p.vc_custom_heading.fw-600 {
  font-weight: 600 !important;
}
body h1.fw-700, body h1.vc_custom_heading.fw-700, body h2.fw-700, body h2.vc_custom_heading.fw-700, body h3.fw-700, body h3.vc_custom_heading.fw-700, body h4.fw-700, body h4.vc_custom_heading.fw-700, body h5.fw-700, body h5.vc_custom_heading.fw-700, body h6.fw-700, body h6.vc_custom_heading.fw-700, body div.fw-700, body div.vc_custom_heading.fw-700, body span.fw-700, body span.vc_custom_heading.fw-700, body p.fw-700, body p.vc_custom_heading.fw-700, .wpb_wrapper h1.fw-700, .wpb_wrapper h1.vc_custom_heading.fw-700, .wpb_wrapper h2.fw-700, .wpb_wrapper h2.vc_custom_heading.fw-700, .wpb_wrapper h3.fw-700, .wpb_wrapper h3.vc_custom_heading.fw-700, .wpb_wrapper h4.fw-700, .wpb_wrapper h4.vc_custom_heading.fw-700, .wpb_wrapper h5.fw-700, .wpb_wrapper h5.vc_custom_heading.fw-700, .wpb_wrapper h6.fw-700, .wpb_wrapper h6.vc_custom_heading.fw-700, .wpb_wrapper div.fw-700, .wpb_wrapper div.vc_custom_heading.fw-700, .wpb_wrapper span.fw-700, .wpb_wrapper span.vc_custom_heading.fw-700, .wpb_wrapper p.fw-700, .wpb_wrapper p.vc_custom_heading.fw-700 {
  font-weight: 700 !important;
}
body h1.fs-italic, body h1.vc_custom_heading.fs-italic, body h2.fs-italic, body h2.vc_custom_heading.fs-italic, body h3.fs-italic, body h3.vc_custom_heading.fs-italic, body h4.fs-italic, body h4.vc_custom_heading.fs-italic, body h5.fs-italic, body h5.vc_custom_heading.fs-italic, body h6.fs-italic, body h6.vc_custom_heading.fs-italic, body div.fs-italic, body div.vc_custom_heading.fs-italic, body span.fs-italic, body span.vc_custom_heading.fs-italic, body p.fs-italic, body p.vc_custom_heading.fs-italic, .wpb_wrapper h1.fs-italic, .wpb_wrapper h1.vc_custom_heading.fs-italic, .wpb_wrapper h2.fs-italic, .wpb_wrapper h2.vc_custom_heading.fs-italic, .wpb_wrapper h3.fs-italic, .wpb_wrapper h3.vc_custom_heading.fs-italic, .wpb_wrapper h4.fs-italic, .wpb_wrapper h4.vc_custom_heading.fs-italic, .wpb_wrapper h5.fs-italic, .wpb_wrapper h5.vc_custom_heading.fs-italic, .wpb_wrapper h6.fs-italic, .wpb_wrapper h6.vc_custom_heading.fs-italic, .wpb_wrapper div.fs-italic, .wpb_wrapper div.vc_custom_heading.fs-italic, .wpb_wrapper span.fs-italic, .wpb_wrapper span.vc_custom_heading.fs-italic, .wpb_wrapper p.fs-italic, .wpb_wrapper p.vc_custom_heading.fs-italic {
  font-style: italic !important;
}

body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
  font-size: 120px !important;
  line-height: 120px !important;
}
body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-2 {
  font-size: 102px !important;
  line-height: 107px !important;
}
body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-3 {
  font-size: 40px !important;
  line-height: 45px !important;
}
body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-4 {
  font-size: 26px !important;
  line-height: 31px !important;
}
body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-5 {
  font-size: 19px !important;
  line-height: 24px !important;
}
body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-6 {
  font-size: 16px !important;
  line-height: 20px !important;
}
body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-7 {
  font-size: 32px !important;
  line-height: 37px !important;
}
body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-8 {
  font-size: 32px !important;
  line-height: 37px !important;
}
body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
  font-size: 84px !important;
  line-height: 84px !important;
}

body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
  font-size: 100px !important;
  line-height: 100px !important;
}
body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-2 {
  font-size: 85px !important;
  line-height: 89px !important;
}
body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-3 {
  font-size: 33px !important;
  line-height: 37px !important;
}
body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-4 {
  font-size: 21px !important;
  line-height: 26px !important;
}
body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-5 {
  font-size: 16px !important;
  line-height: 20px !important;
}
body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-6 {
  font-size: 13px !important;
  line-height: 17px !important;
}
body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-7 {
  font-size: 27px !important;
  line-height: 31px !important;
}
body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-8 {
  font-size: 27px !important;
  line-height: 31px !important;
}
body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
  font-size: 70px !important;
  line-height: 70px !important;
}

body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
  font-size: 86px !important;
  line-height: 86px !important;
}
body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-2 {
  font-size: 73px !important;
  line-height: 77px !important;
}
body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-3 {
  font-size: 29px !important;
  line-height: 32px !important;
}
body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-4 {
  font-size: 18px !important;
  line-height: 22px !important;
}
body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-5 {
  font-size: 14px !important;
  line-height: 17px !important;
}
body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-6 {
  font-size: 11px !important;
  line-height: 14px !important;
}
body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-7 {
  font-size: 23px !important;
  line-height: 26px !important;
}
body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-8 {
  font-size: 23px !important;
  line-height: 26px !important;
}
body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
  font-size: 60px !important;
  line-height: 60px !important;
}

@media (max-width: 1799px) {
  body h1.pp-title-1, body h1.vc_custom_heading.pp-title-1, body h2.pp-title-1, body h2.vc_custom_heading.pp-title-1, body h3.pp-title-1, body h3.vc_custom_heading.pp-title-1, body h4.pp-title-1, body h4.vc_custom_heading.pp-title-1, body h5.pp-title-1, body h5.vc_custom_heading.pp-title-1, body h6.pp-title-1, body h6.vc_custom_heading.pp-title-1, body div.pp-title-1, body div.vc_custom_heading.pp-title-1, body span.pp-title-1, body span.vc_custom_heading.pp-title-1, body p.pp-title-1, body p.vc_custom_heading.pp-title-1, .wpb_wrapper h1.pp-title-1, .wpb_wrapper h1.vc_custom_heading.pp-title-1, .wpb_wrapper h2.pp-title-1, .wpb_wrapper h2.vc_custom_heading.pp-title-1, .wpb_wrapper h3.pp-title-1, .wpb_wrapper h3.vc_custom_heading.pp-title-1, .wpb_wrapper h4.pp-title-1, .wpb_wrapper h4.vc_custom_heading.pp-title-1, .wpb_wrapper h5.pp-title-1, .wpb_wrapper h5.vc_custom_heading.pp-title-1, .wpb_wrapper h6.pp-title-1, .wpb_wrapper h6.vc_custom_heading.pp-title-1, .wpb_wrapper div.pp-title-1, .wpb_wrapper div.vc_custom_heading.pp-title-1, .wpb_wrapper span.pp-title-1, .wpb_wrapper span.vc_custom_heading.pp-title-1, .wpb_wrapper p.pp-title-1, .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 146px !important;
    line-height: 146px !important;
  }
  body h1.pp-title-2, body h1.vc_custom_heading.pp-title-2, body h2.pp-title-2, body h2.vc_custom_heading.pp-title-2, body h3.pp-title-2, body h3.vc_custom_heading.pp-title-2, body h4.pp-title-2, body h4.vc_custom_heading.pp-title-2, body h5.pp-title-2, body h5.vc_custom_heading.pp-title-2, body h6.pp-title-2, body h6.vc_custom_heading.pp-title-2, body div.pp-title-2, body div.vc_custom_heading.pp-title-2, body span.pp-title-2, body span.vc_custom_heading.pp-title-2, body p.pp-title-2, body p.vc_custom_heading.pp-title-2, .wpb_wrapper h1.pp-title-2, .wpb_wrapper h1.vc_custom_heading.pp-title-2, .wpb_wrapper h2.pp-title-2, .wpb_wrapper h2.vc_custom_heading.pp-title-2, .wpb_wrapper h3.pp-title-2, .wpb_wrapper h3.vc_custom_heading.pp-title-2, .wpb_wrapper h4.pp-title-2, .wpb_wrapper h4.vc_custom_heading.pp-title-2, .wpb_wrapper h5.pp-title-2, .wpb_wrapper h5.vc_custom_heading.pp-title-2, .wpb_wrapper h6.pp-title-2, .wpb_wrapper h6.vc_custom_heading.pp-title-2, .wpb_wrapper div.pp-title-2, .wpb_wrapper div.vc_custom_heading.pp-title-2, .wpb_wrapper span.pp-title-2, .wpb_wrapper span.vc_custom_heading.pp-title-2, .wpb_wrapper p.pp-title-2, .wpb_wrapper p.vc_custom_heading.pp-title-2 {
    font-size: 124px !important;
    line-height: 130px !important;
  }
  body h1.pp-title-3, body h1.vc_custom_heading.pp-title-3, body h2.pp-title-3, body h2.vc_custom_heading.pp-title-3, body h3.pp-title-3, body h3.vc_custom_heading.pp-title-3, body h4.pp-title-3, body h4.vc_custom_heading.pp-title-3, body h5.pp-title-3, body h5.vc_custom_heading.pp-title-3, body h6.pp-title-3, body h6.vc_custom_heading.pp-title-3, body div.pp-title-3, body div.vc_custom_heading.pp-title-3, body span.pp-title-3, body span.vc_custom_heading.pp-title-3, body p.pp-title-3, body p.vc_custom_heading.pp-title-3, .wpb_wrapper h1.pp-title-3, .wpb_wrapper h1.vc_custom_heading.pp-title-3, .wpb_wrapper h2.pp-title-3, .wpb_wrapper h2.vc_custom_heading.pp-title-3, .wpb_wrapper h3.pp-title-3, .wpb_wrapper h3.vc_custom_heading.pp-title-3, .wpb_wrapper h4.pp-title-3, .wpb_wrapper h4.vc_custom_heading.pp-title-3, .wpb_wrapper h5.pp-title-3, .wpb_wrapper h5.vc_custom_heading.pp-title-3, .wpb_wrapper h6.pp-title-3, .wpb_wrapper h6.vc_custom_heading.pp-title-3, .wpb_wrapper div.pp-title-3, .wpb_wrapper div.vc_custom_heading.pp-title-3, .wpb_wrapper span.pp-title-3, .wpb_wrapper span.vc_custom_heading.pp-title-3, .wpb_wrapper p.pp-title-3, .wpb_wrapper p.vc_custom_heading.pp-title-3 {
    font-size: 46px !important;
    line-height: 52px !important;
  }
  body h1.pp-title-4, body h1.vc_custom_heading.pp-title-4, body h2.pp-title-4, body h2.vc_custom_heading.pp-title-4, body h3.pp-title-4, body h3.vc_custom_heading.pp-title-4, body h4.pp-title-4, body h4.vc_custom_heading.pp-title-4, body h5.pp-title-4, body h5.vc_custom_heading.pp-title-4, body h6.pp-title-4, body h6.vc_custom_heading.pp-title-4, body div.pp-title-4, body div.vc_custom_heading.pp-title-4, body span.pp-title-4, body span.vc_custom_heading.pp-title-4, body p.pp-title-4, body p.vc_custom_heading.pp-title-4, .wpb_wrapper h1.pp-title-4, .wpb_wrapper h1.vc_custom_heading.pp-title-4, .wpb_wrapper h2.pp-title-4, .wpb_wrapper h2.vc_custom_heading.pp-title-4, .wpb_wrapper h3.pp-title-4, .wpb_wrapper h3.vc_custom_heading.pp-title-4, .wpb_wrapper h4.pp-title-4, .wpb_wrapper h4.vc_custom_heading.pp-title-4, .wpb_wrapper h5.pp-title-4, .wpb_wrapper h5.vc_custom_heading.pp-title-4, .wpb_wrapper h6.pp-title-4, .wpb_wrapper h6.vc_custom_heading.pp-title-4, .wpb_wrapper div.pp-title-4, .wpb_wrapper div.vc_custom_heading.pp-title-4, .wpb_wrapper span.pp-title-4, .wpb_wrapper span.vc_custom_heading.pp-title-4, .wpb_wrapper p.pp-title-4, .wpb_wrapper p.vc_custom_heading.pp-title-4 {
    font-size: 28px !important;
    line-height: 35px !important;
  }
  body h1.pp-title-5, body h1.vc_custom_heading.pp-title-5, body h2.pp-title-5, body h2.vc_custom_heading.pp-title-5, body h3.pp-title-5, body h3.vc_custom_heading.pp-title-5, body h4.pp-title-5, body h4.vc_custom_heading.pp-title-5, body h5.pp-title-5, body h5.vc_custom_heading.pp-title-5, body h6.pp-title-5, body h6.vc_custom_heading.pp-title-5, body div.pp-title-5, body div.vc_custom_heading.pp-title-5, body span.pp-title-5, body span.vc_custom_heading.pp-title-5, body p.pp-title-5, body p.vc_custom_heading.pp-title-5, .wpb_wrapper h1.pp-title-5, .wpb_wrapper h1.vc_custom_heading.pp-title-5, .wpb_wrapper h2.pp-title-5, .wpb_wrapper h2.vc_custom_heading.pp-title-5, .wpb_wrapper h3.pp-title-5, .wpb_wrapper h3.vc_custom_heading.pp-title-5, .wpb_wrapper h4.pp-title-5, .wpb_wrapper h4.vc_custom_heading.pp-title-5, .wpb_wrapper h5.pp-title-5, .wpb_wrapper h5.vc_custom_heading.pp-title-5, .wpb_wrapper h6.pp-title-5, .wpb_wrapper h6.vc_custom_heading.pp-title-5, .wpb_wrapper div.pp-title-5, .wpb_wrapper div.vc_custom_heading.pp-title-5, .wpb_wrapper span.pp-title-5, .wpb_wrapper span.vc_custom_heading.pp-title-5, .wpb_wrapper p.pp-title-5, .wpb_wrapper p.vc_custom_heading.pp-title-5 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  body h1.pp-title-6, body h1.vc_custom_heading.pp-title-6, body h2.pp-title-6, body h2.vc_custom_heading.pp-title-6, body h3.pp-title-6, body h3.vc_custom_heading.pp-title-6, body h4.pp-title-6, body h4.vc_custom_heading.pp-title-6, body h5.pp-title-6, body h5.vc_custom_heading.pp-title-6, body h6.pp-title-6, body h6.vc_custom_heading.pp-title-6, body div.pp-title-6, body div.vc_custom_heading.pp-title-6, body span.pp-title-6, body span.vc_custom_heading.pp-title-6, body p.pp-title-6, body p.vc_custom_heading.pp-title-6, .wpb_wrapper h1.pp-title-6, .wpb_wrapper h1.vc_custom_heading.pp-title-6, .wpb_wrapper h2.pp-title-6, .wpb_wrapper h2.vc_custom_heading.pp-title-6, .wpb_wrapper h3.pp-title-6, .wpb_wrapper h3.vc_custom_heading.pp-title-6, .wpb_wrapper h4.pp-title-6, .wpb_wrapper h4.vc_custom_heading.pp-title-6, .wpb_wrapper h5.pp-title-6, .wpb_wrapper h5.vc_custom_heading.pp-title-6, .wpb_wrapper h6.pp-title-6, .wpb_wrapper h6.vc_custom_heading.pp-title-6, .wpb_wrapper div.pp-title-6, .wpb_wrapper div.vc_custom_heading.pp-title-6, .wpb_wrapper span.pp-title-6, .wpb_wrapper span.vc_custom_heading.pp-title-6, .wpb_wrapper p.pp-title-6, .wpb_wrapper p.vc_custom_heading.pp-title-6 {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  body h1.pp-title-7, body h1.vc_custom_heading.pp-title-7, body h2.pp-title-7, body h2.vc_custom_heading.pp-title-7, body h3.pp-title-7, body h3.vc_custom_heading.pp-title-7, body h4.pp-title-7, body h4.vc_custom_heading.pp-title-7, body h5.pp-title-7, body h5.vc_custom_heading.pp-title-7, body h6.pp-title-7, body h6.vc_custom_heading.pp-title-7, body div.pp-title-7, body div.vc_custom_heading.pp-title-7, body span.pp-title-7, body span.vc_custom_heading.pp-title-7, body p.pp-title-7, body p.vc_custom_heading.pp-title-7, .wpb_wrapper h1.pp-title-7, .wpb_wrapper h1.vc_custom_heading.pp-title-7, .wpb_wrapper h2.pp-title-7, .wpb_wrapper h2.vc_custom_heading.pp-title-7, .wpb_wrapper h3.pp-title-7, .wpb_wrapper h3.vc_custom_heading.pp-title-7, .wpb_wrapper h4.pp-title-7, .wpb_wrapper h4.vc_custom_heading.pp-title-7, .wpb_wrapper h5.pp-title-7, .wpb_wrapper h5.vc_custom_heading.pp-title-7, .wpb_wrapper h6.pp-title-7, .wpb_wrapper h6.vc_custom_heading.pp-title-7, .wpb_wrapper div.pp-title-7, .wpb_wrapper div.vc_custom_heading.pp-title-7, .wpb_wrapper span.pp-title-7, .wpb_wrapper span.vc_custom_heading.pp-title-7, .wpb_wrapper p.pp-title-7, .wpb_wrapper p.vc_custom_heading.pp-title-7 {
    font-size: 36px !important;
    line-height: 42px !important;
  }
  body h1.pp-title-8, body h1.vc_custom_heading.pp-title-8, body h2.pp-title-8, body h2.vc_custom_heading.pp-title-8, body h3.pp-title-8, body h3.vc_custom_heading.pp-title-8, body h4.pp-title-8, body h4.vc_custom_heading.pp-title-8, body h5.pp-title-8, body h5.vc_custom_heading.pp-title-8, body h6.pp-title-8, body h6.vc_custom_heading.pp-title-8, body div.pp-title-8, body div.vc_custom_heading.pp-title-8, body span.pp-title-8, body span.vc_custom_heading.pp-title-8, body p.pp-title-8, body p.vc_custom_heading.pp-title-8, .wpb_wrapper h1.pp-title-8, .wpb_wrapper h1.vc_custom_heading.pp-title-8, .wpb_wrapper h2.pp-title-8, .wpb_wrapper h2.vc_custom_heading.pp-title-8, .wpb_wrapper h3.pp-title-8, .wpb_wrapper h3.vc_custom_heading.pp-title-8, .wpb_wrapper h4.pp-title-8, .wpb_wrapper h4.vc_custom_heading.pp-title-8, .wpb_wrapper h5.pp-title-8, .wpb_wrapper h5.vc_custom_heading.pp-title-8, .wpb_wrapper h6.pp-title-8, .wpb_wrapper h6.vc_custom_heading.pp-title-8, .wpb_wrapper div.pp-title-8, .wpb_wrapper div.vc_custom_heading.pp-title-8, .wpb_wrapper span.pp-title-8, .wpb_wrapper span.vc_custom_heading.pp-title-8, .wpb_wrapper p.pp-title-8, .wpb_wrapper p.vc_custom_heading.pp-title-8 {
    font-size: 36px !important;
    line-height: 42px !important;
  }
}
@media (max-width: 1299px) {
  body h1.pp-title-1, body h1.vc_custom_heading.pp-title-1, body h2.pp-title-1, body h2.vc_custom_heading.pp-title-1, body h3.pp-title-1, body h3.vc_custom_heading.pp-title-1, body h4.pp-title-1, body h4.vc_custom_heading.pp-title-1, body h5.pp-title-1, body h5.vc_custom_heading.pp-title-1, body h6.pp-title-1, body h6.vc_custom_heading.pp-title-1, body div.pp-title-1, body div.vc_custom_heading.pp-title-1, body span.pp-title-1, body span.vc_custom_heading.pp-title-1, body p.pp-title-1, body p.vc_custom_heading.pp-title-1, .wpb_wrapper h1.pp-title-1, .wpb_wrapper h1.vc_custom_heading.pp-title-1, .wpb_wrapper h2.pp-title-1, .wpb_wrapper h2.vc_custom_heading.pp-title-1, .wpb_wrapper h3.pp-title-1, .wpb_wrapper h3.vc_custom_heading.pp-title-1, .wpb_wrapper h4.pp-title-1, .wpb_wrapper h4.vc_custom_heading.pp-title-1, .wpb_wrapper h5.pp-title-1, .wpb_wrapper h5.vc_custom_heading.pp-title-1, .wpb_wrapper h6.pp-title-1, .wpb_wrapper h6.vc_custom_heading.pp-title-1, .wpb_wrapper div.pp-title-1, .wpb_wrapper div.vc_custom_heading.pp-title-1, .wpb_wrapper span.pp-title-1, .wpb_wrapper span.vc_custom_heading.pp-title-1, .wpb_wrapper p.pp-title-1, .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 144px !important;
    line-height: 144px !important;
  }
  body h1.pp-title-2, body h1.vc_custom_heading.pp-title-2, body h2.pp-title-2, body h2.vc_custom_heading.pp-title-2, body h3.pp-title-2, body h3.vc_custom_heading.pp-title-2, body h4.pp-title-2, body h4.vc_custom_heading.pp-title-2, body h5.pp-title-2, body h5.vc_custom_heading.pp-title-2, body h6.pp-title-2, body h6.vc_custom_heading.pp-title-2, body div.pp-title-2, body div.vc_custom_heading.pp-title-2, body span.pp-title-2, body span.vc_custom_heading.pp-title-2, body p.pp-title-2, body p.vc_custom_heading.pp-title-2, .wpb_wrapper h1.pp-title-2, .wpb_wrapper h1.vc_custom_heading.pp-title-2, .wpb_wrapper h2.pp-title-2, .wpb_wrapper h2.vc_custom_heading.pp-title-2, .wpb_wrapper h3.pp-title-2, .wpb_wrapper h3.vc_custom_heading.pp-title-2, .wpb_wrapper h4.pp-title-2, .wpb_wrapper h4.vc_custom_heading.pp-title-2, .wpb_wrapper h5.pp-title-2, .wpb_wrapper h5.vc_custom_heading.pp-title-2, .wpb_wrapper h6.pp-title-2, .wpb_wrapper h6.vc_custom_heading.pp-title-2, .wpb_wrapper div.pp-title-2, .wpb_wrapper div.vc_custom_heading.pp-title-2, .wpb_wrapper span.pp-title-2, .wpb_wrapper span.vc_custom_heading.pp-title-2, .wpb_wrapper p.pp-title-2, .wpb_wrapper p.vc_custom_heading.pp-title-2 {
    font-size: 122px !important;
    line-height: 128px !important;
  }
  body h1.pp-title-3, body h1.vc_custom_heading.pp-title-3, body h2.pp-title-3, body h2.vc_custom_heading.pp-title-3, body h3.pp-title-3, body h3.vc_custom_heading.pp-title-3, body h4.pp-title-3, body h4.vc_custom_heading.pp-title-3, body h5.pp-title-3, body h5.vc_custom_heading.pp-title-3, body h6.pp-title-3, body h6.vc_custom_heading.pp-title-3, body div.pp-title-3, body div.vc_custom_heading.pp-title-3, body span.pp-title-3, body span.vc_custom_heading.pp-title-3, body p.pp-title-3, body p.vc_custom_heading.pp-title-3, .wpb_wrapper h1.pp-title-3, .wpb_wrapper h1.vc_custom_heading.pp-title-3, .wpb_wrapper h2.pp-title-3, .wpb_wrapper h2.vc_custom_heading.pp-title-3, .wpb_wrapper h3.pp-title-3, .wpb_wrapper h3.vc_custom_heading.pp-title-3, .wpb_wrapper h4.pp-title-3, .wpb_wrapper h4.vc_custom_heading.pp-title-3, .wpb_wrapper h5.pp-title-3, .wpb_wrapper h5.vc_custom_heading.pp-title-3, .wpb_wrapper h6.pp-title-3, .wpb_wrapper h6.vc_custom_heading.pp-title-3, .wpb_wrapper div.pp-title-3, .wpb_wrapper div.vc_custom_heading.pp-title-3, .wpb_wrapper span.pp-title-3, .wpb_wrapper span.vc_custom_heading.pp-title-3, .wpb_wrapper p.pp-title-3, .wpb_wrapper p.vc_custom_heading.pp-title-3 {
    font-size: 44px !important;
    line-height: 50px !important;
  }
  body h1.pp-title-4, body h1.vc_custom_heading.pp-title-4, body h2.pp-title-4, body h2.vc_custom_heading.pp-title-4, body h3.pp-title-4, body h3.vc_custom_heading.pp-title-4, body h4.pp-title-4, body h4.vc_custom_heading.pp-title-4, body h5.pp-title-4, body h5.vc_custom_heading.pp-title-4, body h6.pp-title-4, body h6.vc_custom_heading.pp-title-4, body div.pp-title-4, body div.vc_custom_heading.pp-title-4, body span.pp-title-4, body span.vc_custom_heading.pp-title-4, body p.pp-title-4, body p.vc_custom_heading.pp-title-4, .wpb_wrapper h1.pp-title-4, .wpb_wrapper h1.vc_custom_heading.pp-title-4, .wpb_wrapper h2.pp-title-4, .wpb_wrapper h2.vc_custom_heading.pp-title-4, .wpb_wrapper h3.pp-title-4, .wpb_wrapper h3.vc_custom_heading.pp-title-4, .wpb_wrapper h4.pp-title-4, .wpb_wrapper h4.vc_custom_heading.pp-title-4, .wpb_wrapper h5.pp-title-4, .wpb_wrapper h5.vc_custom_heading.pp-title-4, .wpb_wrapper h6.pp-title-4, .wpb_wrapper h6.vc_custom_heading.pp-title-4, .wpb_wrapper div.pp-title-4, .wpb_wrapper div.vc_custom_heading.pp-title-4, .wpb_wrapper span.pp-title-4, .wpb_wrapper span.vc_custom_heading.pp-title-4, .wpb_wrapper p.pp-title-4, .wpb_wrapper p.vc_custom_heading.pp-title-4 {
    font-size: 26px !important;
    line-height: 33px !important;
  }
  body h1.pp-title-5, body h1.vc_custom_heading.pp-title-5, body h2.pp-title-5, body h2.vc_custom_heading.pp-title-5, body h3.pp-title-5, body h3.vc_custom_heading.pp-title-5, body h4.pp-title-5, body h4.vc_custom_heading.pp-title-5, body h5.pp-title-5, body h5.vc_custom_heading.pp-title-5, body h6.pp-title-5, body h6.vc_custom_heading.pp-title-5, body div.pp-title-5, body div.vc_custom_heading.pp-title-5, body span.pp-title-5, body span.vc_custom_heading.pp-title-5, body p.pp-title-5, body p.vc_custom_heading.pp-title-5, .wpb_wrapper h1.pp-title-5, .wpb_wrapper h1.vc_custom_heading.pp-title-5, .wpb_wrapper h2.pp-title-5, .wpb_wrapper h2.vc_custom_heading.pp-title-5, .wpb_wrapper h3.pp-title-5, .wpb_wrapper h3.vc_custom_heading.pp-title-5, .wpb_wrapper h4.pp-title-5, .wpb_wrapper h4.vc_custom_heading.pp-title-5, .wpb_wrapper h5.pp-title-5, .wpb_wrapper h5.vc_custom_heading.pp-title-5, .wpb_wrapper h6.pp-title-5, .wpb_wrapper h6.vc_custom_heading.pp-title-5, .wpb_wrapper div.pp-title-5, .wpb_wrapper div.vc_custom_heading.pp-title-5, .wpb_wrapper span.pp-title-5, .wpb_wrapper span.vc_custom_heading.pp-title-5, .wpb_wrapper p.pp-title-5, .wpb_wrapper p.vc_custom_heading.pp-title-5 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  body h1.pp-title-6, body h1.vc_custom_heading.pp-title-6, body h2.pp-title-6, body h2.vc_custom_heading.pp-title-6, body h3.pp-title-6, body h3.vc_custom_heading.pp-title-6, body h4.pp-title-6, body h4.vc_custom_heading.pp-title-6, body h5.pp-title-6, body h5.vc_custom_heading.pp-title-6, body h6.pp-title-6, body h6.vc_custom_heading.pp-title-6, body div.pp-title-6, body div.vc_custom_heading.pp-title-6, body span.pp-title-6, body span.vc_custom_heading.pp-title-6, body p.pp-title-6, body p.vc_custom_heading.pp-title-6, .wpb_wrapper h1.pp-title-6, .wpb_wrapper h1.vc_custom_heading.pp-title-6, .wpb_wrapper h2.pp-title-6, .wpb_wrapper h2.vc_custom_heading.pp-title-6, .wpb_wrapper h3.pp-title-6, .wpb_wrapper h3.vc_custom_heading.pp-title-6, .wpb_wrapper h4.pp-title-6, .wpb_wrapper h4.vc_custom_heading.pp-title-6, .wpb_wrapper h5.pp-title-6, .wpb_wrapper h5.vc_custom_heading.pp-title-6, .wpb_wrapper h6.pp-title-6, .wpb_wrapper h6.vc_custom_heading.pp-title-6, .wpb_wrapper div.pp-title-6, .wpb_wrapper div.vc_custom_heading.pp-title-6, .wpb_wrapper span.pp-title-6, .wpb_wrapper span.vc_custom_heading.pp-title-6, .wpb_wrapper p.pp-title-6, .wpb_wrapper p.vc_custom_heading.pp-title-6 {
    font-size: 14px !important;
    line-height: 19px !important;
  }
  body h1.pp-title-7, body h1.vc_custom_heading.pp-title-7, body h2.pp-title-7, body h2.vc_custom_heading.pp-title-7, body h3.pp-title-7, body h3.vc_custom_heading.pp-title-7, body h4.pp-title-7, body h4.vc_custom_heading.pp-title-7, body h5.pp-title-7, body h5.vc_custom_heading.pp-title-7, body h6.pp-title-7, body h6.vc_custom_heading.pp-title-7, body div.pp-title-7, body div.vc_custom_heading.pp-title-7, body span.pp-title-7, body span.vc_custom_heading.pp-title-7, body p.pp-title-7, body p.vc_custom_heading.pp-title-7, .wpb_wrapper h1.pp-title-7, .wpb_wrapper h1.vc_custom_heading.pp-title-7, .wpb_wrapper h2.pp-title-7, .wpb_wrapper h2.vc_custom_heading.pp-title-7, .wpb_wrapper h3.pp-title-7, .wpb_wrapper h3.vc_custom_heading.pp-title-7, .wpb_wrapper h4.pp-title-7, .wpb_wrapper h4.vc_custom_heading.pp-title-7, .wpb_wrapper h5.pp-title-7, .wpb_wrapper h5.vc_custom_heading.pp-title-7, .wpb_wrapper h6.pp-title-7, .wpb_wrapper h6.vc_custom_heading.pp-title-7, .wpb_wrapper div.pp-title-7, .wpb_wrapper div.vc_custom_heading.pp-title-7, .wpb_wrapper span.pp-title-7, .wpb_wrapper span.vc_custom_heading.pp-title-7, .wpb_wrapper p.pp-title-7, .wpb_wrapper p.vc_custom_heading.pp-title-7 {
    font-size: 34px !important;
    line-height: 40px !important;
  }
  body h1.pp-title-8, body h1.vc_custom_heading.pp-title-8, body h2.pp-title-8, body h2.vc_custom_heading.pp-title-8, body h3.pp-title-8, body h3.vc_custom_heading.pp-title-8, body h4.pp-title-8, body h4.vc_custom_heading.pp-title-8, body h5.pp-title-8, body h5.vc_custom_heading.pp-title-8, body h6.pp-title-8, body h6.vc_custom_heading.pp-title-8, body div.pp-title-8, body div.vc_custom_heading.pp-title-8, body span.pp-title-8, body span.vc_custom_heading.pp-title-8, body p.pp-title-8, body p.vc_custom_heading.pp-title-8, .wpb_wrapper h1.pp-title-8, .wpb_wrapper h1.vc_custom_heading.pp-title-8, .wpb_wrapper h2.pp-title-8, .wpb_wrapper h2.vc_custom_heading.pp-title-8, .wpb_wrapper h3.pp-title-8, .wpb_wrapper h3.vc_custom_heading.pp-title-8, .wpb_wrapper h4.pp-title-8, .wpb_wrapper h4.vc_custom_heading.pp-title-8, .wpb_wrapper h5.pp-title-8, .wpb_wrapper h5.vc_custom_heading.pp-title-8, .wpb_wrapper h6.pp-title-8, .wpb_wrapper h6.vc_custom_heading.pp-title-8, .wpb_wrapper div.pp-title-8, .wpb_wrapper div.vc_custom_heading.pp-title-8, .wpb_wrapper span.pp-title-8, .wpb_wrapper span.vc_custom_heading.pp-title-8, .wpb_wrapper p.pp-title-8, .wpb_wrapper p.vc_custom_heading.pp-title-8 {
    font-size: 34px !important;
    line-height: 40px !important;
  }
  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 117px !important;
    line-height: 117px !important;
  }
  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-2 {
    font-size: 99px !important;
    line-height: 104px !important;
  }
  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-3 {
    font-size: 37px !important;
    line-height: 42px !important;
  }
  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-4 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-5 {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-6, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-6 {
    font-size: 13px !important;
    line-height: 17px !important;
  }
  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-7, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-7 {
    font-size: 29px !important;
    line-height: 34px !important;
  }
  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-8, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-8 {
    font-size: 29px !important;
    line-height: 34px !important;
  }
  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 82px !important;
    line-height: 82px !important;
  }
  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 97px !important;
    line-height: 97px !important;
  }
  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-2 {
    font-size: 83px !important;
    line-height: 87px !important;
  }
  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-3 {
    font-size: 31px !important;
    line-height: 35px !important;
  }
  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-4 {
    font-size: 19px !important;
    line-height: 23px !important;
  }
  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-5 {
    font-size: 13px !important;
    line-height: 17px !important;
  }
  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-6, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-6 {
    font-size: 11px !important;
    line-height: 14px !important;
  }
  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-7, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-7 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-8, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-8 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 68px !important;
    line-height: 68px !important;
  }
  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 83px !important;
    line-height: 83px !important;
  }
  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-2 {
    font-size: 71px !important;
    line-height: 74px !important;
  }
  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-3 {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-4 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-5 {
    font-size: 11px !important;
    line-height: 15px !important;
  }
  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-6, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-6 {
    font-size: 9px !important;
    line-height: 12px !important;
  }
  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-7, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-7 {
    font-size: 21px !important;
    line-height: 24px !important;
  }
  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-8, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-8 {
    font-size: 21px !important;
    line-height: 24px !important;
  }
  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 58px !important;
    line-height: 58px !important;
  }
}
@media (max-width: 999px) {
  body h1.pp-title-1, body h1.vc_custom_heading.pp-title-1, body h2.pp-title-1, body h2.vc_custom_heading.pp-title-1, body h3.pp-title-1, body h3.vc_custom_heading.pp-title-1, body h4.pp-title-1, body h4.vc_custom_heading.pp-title-1, body h5.pp-title-1, body h5.vc_custom_heading.pp-title-1, body h6.pp-title-1, body h6.vc_custom_heading.pp-title-1, body div.pp-title-1, body div.vc_custom_heading.pp-title-1, body span.pp-title-1, body span.vc_custom_heading.pp-title-1, body p.pp-title-1, body p.vc_custom_heading.pp-title-1, .wpb_wrapper h1.pp-title-1, .wpb_wrapper h1.vc_custom_heading.pp-title-1, .wpb_wrapper h2.pp-title-1, .wpb_wrapper h2.vc_custom_heading.pp-title-1, .wpb_wrapper h3.pp-title-1, .wpb_wrapper h3.vc_custom_heading.pp-title-1, .wpb_wrapper h4.pp-title-1, .wpb_wrapper h4.vc_custom_heading.pp-title-1, .wpb_wrapper h5.pp-title-1, .wpb_wrapper h5.vc_custom_heading.pp-title-1, .wpb_wrapper h6.pp-title-1, .wpb_wrapper h6.vc_custom_heading.pp-title-1, .wpb_wrapper div.pp-title-1, .wpb_wrapper div.vc_custom_heading.pp-title-1, .wpb_wrapper span.pp-title-1, .wpb_wrapper span.vc_custom_heading.pp-title-1, .wpb_wrapper p.pp-title-1, .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 52px !important;
    line-height: 60px !important;
  }
  body h1.pp-title-2, body h1.vc_custom_heading.pp-title-2, body h2.pp-title-2, body h2.vc_custom_heading.pp-title-2, body h3.pp-title-2, body h3.vc_custom_heading.pp-title-2, body h4.pp-title-2, body h4.vc_custom_heading.pp-title-2, body h5.pp-title-2, body h5.vc_custom_heading.pp-title-2, body h6.pp-title-2, body h6.vc_custom_heading.pp-title-2, body div.pp-title-2, body div.vc_custom_heading.pp-title-2, body span.pp-title-2, body span.vc_custom_heading.pp-title-2, body p.pp-title-2, body p.vc_custom_heading.pp-title-2, .wpb_wrapper h1.pp-title-2, .wpb_wrapper h1.vc_custom_heading.pp-title-2, .wpb_wrapper h2.pp-title-2, .wpb_wrapper h2.vc_custom_heading.pp-title-2, .wpb_wrapper h3.pp-title-2, .wpb_wrapper h3.vc_custom_heading.pp-title-2, .wpb_wrapper h4.pp-title-2, .wpb_wrapper h4.vc_custom_heading.pp-title-2, .wpb_wrapper h5.pp-title-2, .wpb_wrapper h5.vc_custom_heading.pp-title-2, .wpb_wrapper h6.pp-title-2, .wpb_wrapper h6.vc_custom_heading.pp-title-2, .wpb_wrapper div.pp-title-2, .wpb_wrapper div.vc_custom_heading.pp-title-2, .wpb_wrapper span.pp-title-2, .wpb_wrapper span.vc_custom_heading.pp-title-2, .wpb_wrapper p.pp-title-2, .wpb_wrapper p.vc_custom_heading.pp-title-2 {
    font-size: 48px !important;
    line-height: 57px !important;
  }
  body h1.pp-title-3, body h1.vc_custom_heading.pp-title-3, body h2.pp-title-3, body h2.vc_custom_heading.pp-title-3, body h3.pp-title-3, body h3.vc_custom_heading.pp-title-3, body h4.pp-title-3, body h4.vc_custom_heading.pp-title-3, body h5.pp-title-3, body h5.vc_custom_heading.pp-title-3, body h6.pp-title-3, body h6.vc_custom_heading.pp-title-3, body div.pp-title-3, body div.vc_custom_heading.pp-title-3, body span.pp-title-3, body span.vc_custom_heading.pp-title-3, body p.pp-title-3, body p.vc_custom_heading.pp-title-3, .wpb_wrapper h1.pp-title-3, .wpb_wrapper h1.vc_custom_heading.pp-title-3, .wpb_wrapper h2.pp-title-3, .wpb_wrapper h2.vc_custom_heading.pp-title-3, .wpb_wrapper h3.pp-title-3, .wpb_wrapper h3.vc_custom_heading.pp-title-3, .wpb_wrapper h4.pp-title-3, .wpb_wrapper h4.vc_custom_heading.pp-title-3, .wpb_wrapper h5.pp-title-3, .wpb_wrapper h5.vc_custom_heading.pp-title-3, .wpb_wrapper h6.pp-title-3, .wpb_wrapper h6.vc_custom_heading.pp-title-3, .wpb_wrapper div.pp-title-3, .wpb_wrapper div.vc_custom_heading.pp-title-3, .wpb_wrapper span.pp-title-3, .wpb_wrapper span.vc_custom_heading.pp-title-3, .wpb_wrapper p.pp-title-3, .wpb_wrapper p.vc_custom_heading.pp-title-3 {
    font-size: 30px !important;
    line-height: 39px !important;
  }
  body h1.pp-title-4, body h1.vc_custom_heading.pp-title-4, body h2.pp-title-4, body h2.vc_custom_heading.pp-title-4, body h3.pp-title-4, body h3.vc_custom_heading.pp-title-4, body h4.pp-title-4, body h4.vc_custom_heading.pp-title-4, body h5.pp-title-4, body h5.vc_custom_heading.pp-title-4, body h6.pp-title-4, body h6.vc_custom_heading.pp-title-4, body div.pp-title-4, body div.vc_custom_heading.pp-title-4, body span.pp-title-4, body span.vc_custom_heading.pp-title-4, body p.pp-title-4, body p.vc_custom_heading.pp-title-4, .wpb_wrapper h1.pp-title-4, .wpb_wrapper h1.vc_custom_heading.pp-title-4, .wpb_wrapper h2.pp-title-4, .wpb_wrapper h2.vc_custom_heading.pp-title-4, .wpb_wrapper h3.pp-title-4, .wpb_wrapper h3.vc_custom_heading.pp-title-4, .wpb_wrapper h4.pp-title-4, .wpb_wrapper h4.vc_custom_heading.pp-title-4, .wpb_wrapper h5.pp-title-4, .wpb_wrapper h5.vc_custom_heading.pp-title-4, .wpb_wrapper h6.pp-title-4, .wpb_wrapper h6.vc_custom_heading.pp-title-4, .wpb_wrapper div.pp-title-4, .wpb_wrapper div.vc_custom_heading.pp-title-4, .wpb_wrapper span.pp-title-4, .wpb_wrapper span.vc_custom_heading.pp-title-4, .wpb_wrapper p.pp-title-4, .wpb_wrapper p.vc_custom_heading.pp-title-4 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  body h1.pp-title-5, body h1.vc_custom_heading.pp-title-5, body h2.pp-title-5, body h2.vc_custom_heading.pp-title-5, body h3.pp-title-5, body h3.vc_custom_heading.pp-title-5, body h4.pp-title-5, body h4.vc_custom_heading.pp-title-5, body h5.pp-title-5, body h5.vc_custom_heading.pp-title-5, body h6.pp-title-5, body h6.vc_custom_heading.pp-title-5, body div.pp-title-5, body div.vc_custom_heading.pp-title-5, body span.pp-title-5, body span.vc_custom_heading.pp-title-5, body p.pp-title-5, body p.vc_custom_heading.pp-title-5, .wpb_wrapper h1.pp-title-5, .wpb_wrapper h1.vc_custom_heading.pp-title-5, .wpb_wrapper h2.pp-title-5, .wpb_wrapper h2.vc_custom_heading.pp-title-5, .wpb_wrapper h3.pp-title-5, .wpb_wrapper h3.vc_custom_heading.pp-title-5, .wpb_wrapper h4.pp-title-5, .wpb_wrapper h4.vc_custom_heading.pp-title-5, .wpb_wrapper h5.pp-title-5, .wpb_wrapper h5.vc_custom_heading.pp-title-5, .wpb_wrapper h6.pp-title-5, .wpb_wrapper h6.vc_custom_heading.pp-title-5, .wpb_wrapper div.pp-title-5, .wpb_wrapper div.vc_custom_heading.pp-title-5, .wpb_wrapper span.pp-title-5, .wpb_wrapper span.vc_custom_heading.pp-title-5, .wpb_wrapper p.pp-title-5, .wpb_wrapper p.vc_custom_heading.pp-title-5 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  body h1.pp-title-6, body h1.vc_custom_heading.pp-title-6, body h2.pp-title-6, body h2.vc_custom_heading.pp-title-6, body h3.pp-title-6, body h3.vc_custom_heading.pp-title-6, body h4.pp-title-6, body h4.vc_custom_heading.pp-title-6, body h5.pp-title-6, body h5.vc_custom_heading.pp-title-6, body h6.pp-title-6, body h6.vc_custom_heading.pp-title-6, body div.pp-title-6, body div.vc_custom_heading.pp-title-6, body span.pp-title-6, body span.vc_custom_heading.pp-title-6, body p.pp-title-6, body p.vc_custom_heading.pp-title-6, .wpb_wrapper h1.pp-title-6, .wpb_wrapper h1.vc_custom_heading.pp-title-6, .wpb_wrapper h2.pp-title-6, .wpb_wrapper h2.vc_custom_heading.pp-title-6, .wpb_wrapper h3.pp-title-6, .wpb_wrapper h3.vc_custom_heading.pp-title-6, .wpb_wrapper h4.pp-title-6, .wpb_wrapper h4.vc_custom_heading.pp-title-6, .wpb_wrapper h5.pp-title-6, .wpb_wrapper h5.vc_custom_heading.pp-title-6, .wpb_wrapper h6.pp-title-6, .wpb_wrapper h6.vc_custom_heading.pp-title-6, .wpb_wrapper div.pp-title-6, .wpb_wrapper div.vc_custom_heading.pp-title-6, .wpb_wrapper span.pp-title-6, .wpb_wrapper span.vc_custom_heading.pp-title-6, .wpb_wrapper p.pp-title-6, .wpb_wrapper p.vc_custom_heading.pp-title-6 {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  body h1.pp-title-7, body h1.vc_custom_heading.pp-title-7, body h2.pp-title-7, body h2.vc_custom_heading.pp-title-7, body h3.pp-title-7, body h3.vc_custom_heading.pp-title-7, body h4.pp-title-7, body h4.vc_custom_heading.pp-title-7, body h5.pp-title-7, body h5.vc_custom_heading.pp-title-7, body h6.pp-title-7, body h6.vc_custom_heading.pp-title-7, body div.pp-title-7, body div.vc_custom_heading.pp-title-7, body span.pp-title-7, body span.vc_custom_heading.pp-title-7, body p.pp-title-7, body p.vc_custom_heading.pp-title-7, .wpb_wrapper h1.pp-title-7, .wpb_wrapper h1.vc_custom_heading.pp-title-7, .wpb_wrapper h2.pp-title-7, .wpb_wrapper h2.vc_custom_heading.pp-title-7, .wpb_wrapper h3.pp-title-7, .wpb_wrapper h3.vc_custom_heading.pp-title-7, .wpb_wrapper h4.pp-title-7, .wpb_wrapper h4.vc_custom_heading.pp-title-7, .wpb_wrapper h5.pp-title-7, .wpb_wrapper h5.vc_custom_heading.pp-title-7, .wpb_wrapper h6.pp-title-7, .wpb_wrapper h6.vc_custom_heading.pp-title-7, .wpb_wrapper div.pp-title-7, .wpb_wrapper div.vc_custom_heading.pp-title-7, .wpb_wrapper span.pp-title-7, .wpb_wrapper span.vc_custom_heading.pp-title-7, .wpb_wrapper p.pp-title-7, .wpb_wrapper p.vc_custom_heading.pp-title-7 {
    font-size: 32px !important;
    line-height: 39px !important;
  }
  body h1.pp-title-8, body h1.vc_custom_heading.pp-title-8, body h2.pp-title-8, body h2.vc_custom_heading.pp-title-8, body h3.pp-title-8, body h3.vc_custom_heading.pp-title-8, body h4.pp-title-8, body h4.vc_custom_heading.pp-title-8, body h5.pp-title-8, body h5.vc_custom_heading.pp-title-8, body h6.pp-title-8, body h6.vc_custom_heading.pp-title-8, body div.pp-title-8, body div.vc_custom_heading.pp-title-8, body span.pp-title-8, body span.vc_custom_heading.pp-title-8, body p.pp-title-8, body p.vc_custom_heading.pp-title-8, .wpb_wrapper h1.pp-title-8, .wpb_wrapper h1.vc_custom_heading.pp-title-8, .wpb_wrapper h2.pp-title-8, .wpb_wrapper h2.vc_custom_heading.pp-title-8, .wpb_wrapper h3.pp-title-8, .wpb_wrapper h3.vc_custom_heading.pp-title-8, .wpb_wrapper h4.pp-title-8, .wpb_wrapper h4.vc_custom_heading.pp-title-8, .wpb_wrapper h5.pp-title-8, .wpb_wrapper h5.vc_custom_heading.pp-title-8, .wpb_wrapper h6.pp-title-8, .wpb_wrapper h6.vc_custom_heading.pp-title-8, .wpb_wrapper div.pp-title-8, .wpb_wrapper div.vc_custom_heading.pp-title-8, .wpb_wrapper span.pp-title-8, .wpb_wrapper span.vc_custom_heading.pp-title-8, .wpb_wrapper p.pp-title-8, .wpb_wrapper p.vc_custom_heading.pp-title-8 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  body h1.pp-title-sub-1, body h1.vc_custom_heading.pp-title-sub-1, body h2.pp-title-sub-1, body h2.vc_custom_heading.pp-title-sub-1, body h3.pp-title-sub-1, body h3.vc_custom_heading.pp-title-sub-1, body h4.pp-title-sub-1, body h4.vc_custom_heading.pp-title-sub-1, body h5.pp-title-sub-1, body h5.vc_custom_heading.pp-title-sub-1, body h6.pp-title-sub-1, body h6.vc_custom_heading.pp-title-sub-1, body div.pp-title-sub-1, body div.vc_custom_heading.pp-title-sub-1, body span.pp-title-sub-1, body span.vc_custom_heading.pp-title-sub-1, body p.pp-title-sub-1, body p.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h1.pp-title-sub-1, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h2.pp-title-sub-1, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h3.pp-title-sub-1, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h4.pp-title-sub-1, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h5.pp-title-sub-1, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h6.pp-title-sub-1, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-1, .wpb_wrapper div.pp-title-sub-1, .wpb_wrapper div.vc_custom_heading.pp-title-sub-1, .wpb_wrapper span.pp-title-sub-1, .wpb_wrapper span.vc_custom_heading.pp-title-sub-1, .wpb_wrapper p.pp-title-sub-1, .wpb_wrapper p.vc_custom_heading.pp-title-sub-1 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  body h1.pp-title-sub-2, body h1.vc_custom_heading.pp-title-sub-2, body h2.pp-title-sub-2, body h2.vc_custom_heading.pp-title-sub-2, body h3.pp-title-sub-2, body h3.vc_custom_heading.pp-title-sub-2, body h4.pp-title-sub-2, body h4.vc_custom_heading.pp-title-sub-2, body h5.pp-title-sub-2, body h5.vc_custom_heading.pp-title-sub-2, body h6.pp-title-sub-2, body h6.vc_custom_heading.pp-title-sub-2, body div.pp-title-sub-2, body div.vc_custom_heading.pp-title-sub-2, body span.pp-title-sub-2, body span.vc_custom_heading.pp-title-sub-2, body p.pp-title-sub-2, body p.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h1.pp-title-sub-2, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h2.pp-title-sub-2, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h3.pp-title-sub-2, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h4.pp-title-sub-2, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h5.pp-title-sub-2, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h6.pp-title-sub-2, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-2, .wpb_wrapper div.pp-title-sub-2, .wpb_wrapper div.vc_custom_heading.pp-title-sub-2, .wpb_wrapper span.pp-title-sub-2, .wpb_wrapper span.vc_custom_heading.pp-title-sub-2, .wpb_wrapper p.pp-title-sub-2, .wpb_wrapper p.vc_custom_heading.pp-title-sub-2 {
    font-size: 13px !important;
    line-height: 24px !important;
  }
  body h1.pp-title-sub-3, body h1.vc_custom_heading.pp-title-sub-3, body h2.pp-title-sub-3, body h2.vc_custom_heading.pp-title-sub-3, body h3.pp-title-sub-3, body h3.vc_custom_heading.pp-title-sub-3, body h4.pp-title-sub-3, body h4.vc_custom_heading.pp-title-sub-3, body h5.pp-title-sub-3, body h5.vc_custom_heading.pp-title-sub-3, body h6.pp-title-sub-3, body h6.vc_custom_heading.pp-title-sub-3, body div.pp-title-sub-3, body div.vc_custom_heading.pp-title-sub-3, body span.pp-title-sub-3, body span.vc_custom_heading.pp-title-sub-3, body p.pp-title-sub-3, body p.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h1.pp-title-sub-3, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h2.pp-title-sub-3, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h3.pp-title-sub-3, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h4.pp-title-sub-3, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h5.pp-title-sub-3, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h6.pp-title-sub-3, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-3, .wpb_wrapper div.pp-title-sub-3, .wpb_wrapper div.vc_custom_heading.pp-title-sub-3, .wpb_wrapper span.pp-title-sub-3, .wpb_wrapper span.vc_custom_heading.pp-title-sub-3, .wpb_wrapper p.pp-title-sub-3, .wpb_wrapper p.vc_custom_heading.pp-title-sub-3 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  body h1.pp-title-sub-4, body h1.vc_custom_heading.pp-title-sub-4, body h2.pp-title-sub-4, body h2.vc_custom_heading.pp-title-sub-4, body h3.pp-title-sub-4, body h3.vc_custom_heading.pp-title-sub-4, body h4.pp-title-sub-4, body h4.vc_custom_heading.pp-title-sub-4, body h5.pp-title-sub-4, body h5.vc_custom_heading.pp-title-sub-4, body h6.pp-title-sub-4, body h6.vc_custom_heading.pp-title-sub-4, body div.pp-title-sub-4, body div.vc_custom_heading.pp-title-sub-4, body span.pp-title-sub-4, body span.vc_custom_heading.pp-title-sub-4, body p.pp-title-sub-4, body p.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h1.pp-title-sub-4, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h2.pp-title-sub-4, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h3.pp-title-sub-4, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h4.pp-title-sub-4, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h5.pp-title-sub-4, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h6.pp-title-sub-4, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-4, .wpb_wrapper div.pp-title-sub-4, .wpb_wrapper div.vc_custom_heading.pp-title-sub-4, .wpb_wrapper span.pp-title-sub-4, .wpb_wrapper span.vc_custom_heading.pp-title-sub-4, .wpb_wrapper p.pp-title-sub-4, .wpb_wrapper p.vc_custom_heading.pp-title-sub-4 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  body h1.pp-title-sub-5, body h1.vc_custom_heading.pp-title-sub-5, body h2.pp-title-sub-5, body h2.vc_custom_heading.pp-title-sub-5, body h3.pp-title-sub-5, body h3.vc_custom_heading.pp-title-sub-5, body h4.pp-title-sub-5, body h4.vc_custom_heading.pp-title-sub-5, body h5.pp-title-sub-5, body h5.vc_custom_heading.pp-title-sub-5, body h6.pp-title-sub-5, body h6.vc_custom_heading.pp-title-sub-5, body div.pp-title-sub-5, body div.vc_custom_heading.pp-title-sub-5, body span.pp-title-sub-5, body span.vc_custom_heading.pp-title-sub-5, body p.pp-title-sub-5, body p.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h1.pp-title-sub-5, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h2.pp-title-sub-5, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h3.pp-title-sub-5, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h4.pp-title-sub-5, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h5.pp-title-sub-5, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h6.pp-title-sub-5, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-5, .wpb_wrapper div.pp-title-sub-5, .wpb_wrapper div.vc_custom_heading.pp-title-sub-5, .wpb_wrapper span.pp-title-sub-5, .wpb_wrapper span.vc_custom_heading.pp-title-sub-5, .wpb_wrapper p.pp-title-sub-5, .wpb_wrapper p.vc_custom_heading.pp-title-sub-5 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}
/**
 * Subtitles extra
 */
.pp-sub-title {
  color: var(--pp-theme-color);
  font-weight: 700;
  text-transform: uppercase;
}

.section-title-sub {
  color: var(--pp-theme-color);
  font-size: 20px;
  line-height: 26px;
}

[data-midnight=dark] .pp-sub-title {
  color: var(--pp-theme-color);
}
[data-midnight=dark] .section-title-sub {
  color: var(--pp-theme-color);
}

/**
 * Text Colors
 */
.pp-color-1, .pp-color-1 p, .pp-color-1 li {
  color: var(--pp-theme-color) !important;
}

/**
 * Theme Specific
 * ---------------------------------------------------------------------------------------------------------------------
 */
.pp-title .c-i {
  font-feature-settings: normal !important;
}

.ffs-normal {
  font-feature-settings: var(--pp-theme-ffs-normal) !important;
}

.e-f-fly .c-e {
  position: relative;
}
.e-f-fly .c-e.c-e--first::after {
  display: block;
  content: "";
  position: absolute;
  top: -18px;
  right: -10px;
  width: 36px;
  height: 36px;
  background-image: url("../icons/svg/i-fly.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

@media (max-width: 999px) {
  .e-f-fly .c-e.c-e--first::after {
    top: -4px;
    right: -3px;
    width: 12px;
    height: 12px;
  }
}
@media (max-height: 750px) and (min-width: 1200px) {
  body h1.pp-title-1, body h1.pp-title-2, body h1.vc_custom_heading.pp-title-1, body h1.vc_custom_heading.pp-title-2, body h2.pp-title-1, body h2.pp-title-2, body h2.vc_custom_heading.pp-title-1, body h2.vc_custom_heading.pp-title-2, body h3.pp-title-1, body h3.pp-title-2, body h3.vc_custom_heading.pp-title-1, body h3.vc_custom_heading.pp-title-2, body h4.pp-title-1, body h4.pp-title-2, body h4.vc_custom_heading.pp-title-1, body h4.vc_custom_heading.pp-title-2, body h5.pp-title-1, body h5.pp-title-2, body h5.vc_custom_heading.pp-title-1, body h5.vc_custom_heading.pp-title-2, body h6.pp-title-1, body h6.pp-title-2, body h6.vc_custom_heading.pp-title-1, body h6.vc_custom_heading.pp-title-2, body div.pp-title-1, body div.pp-title-2, body div.vc_custom_heading.pp-title-1, body div.vc_custom_heading.pp-title-2, body span.pp-title-1, body span.pp-title-2, body span.vc_custom_heading.pp-title-1, body span.vc_custom_heading.pp-title-2, body p.pp-title-1, body p.pp-title-2, body p.vc_custom_heading.pp-title-1, body p.vc_custom_heading.pp-title-2, .wpb_wrapper h1.pp-title-1, .wpb_wrapper h1.pp-title-2, .wpb_wrapper h1.vc_custom_heading.pp-title-1, .wpb_wrapper h1.vc_custom_heading.pp-title-2, .wpb_wrapper h2.pp-title-1, .wpb_wrapper h2.pp-title-2, .wpb_wrapper h2.vc_custom_heading.pp-title-1, .wpb_wrapper h2.vc_custom_heading.pp-title-2, .wpb_wrapper h3.pp-title-1, .wpb_wrapper h3.pp-title-2, .wpb_wrapper h3.vc_custom_heading.pp-title-1, .wpb_wrapper h3.vc_custom_heading.pp-title-2, .wpb_wrapper h4.pp-title-1, .wpb_wrapper h4.pp-title-2, .wpb_wrapper h4.vc_custom_heading.pp-title-1, .wpb_wrapper h4.vc_custom_heading.pp-title-2, .wpb_wrapper h5.pp-title-1, .wpb_wrapper h5.pp-title-2, .wpb_wrapper h5.vc_custom_heading.pp-title-1, .wpb_wrapper h5.vc_custom_heading.pp-title-2, .wpb_wrapper h6.pp-title-1, .wpb_wrapper h6.pp-title-2, .wpb_wrapper h6.vc_custom_heading.pp-title-1, .wpb_wrapper h6.vc_custom_heading.pp-title-2, .wpb_wrapper div.pp-title-1, .wpb_wrapper div.pp-title-2, .wpb_wrapper div.vc_custom_heading.pp-title-1, .wpb_wrapper div.vc_custom_heading.pp-title-2, .wpb_wrapper span.pp-title-1, .wpb_wrapper span.pp-title-2, .wpb_wrapper span.vc_custom_heading.pp-title-1, .wpb_wrapper span.vc_custom_heading.pp-title-2, .wpb_wrapper p.pp-title-1, .wpb_wrapper p.pp-title-2, .wpb_wrapper p.vc_custom_heading.pp-title-1, .wpb_wrapper p.vc_custom_heading.pp-title-2 {
    font-size: 90px !important;
    line-height: 100px !important;
  }
}
/**
 * Section Ticket info
 */
.section-ticket-info-wrapper:before {
  display: inline-block;
  width: 100%;
  height: 100%;
  width: 100vw !important;
  position: absolute;
  left: 50% !important;
  top: 0;
  transform: translateX(-50%);
  background: var(--pp-theme-color6);
}

/**
 * Tabs
 */
:root {
  --sm-labels-pl: 10px;
}

.sm-tabs-tickets-info .tabbed > .wpb_tabs_nav {
  margin-bottom: 5% !important;
}
.sm-tabs-tickets-info .tabbed > .wpb_tabs_nav .tab-item {
  padding: 2%;
}
.sm-tabs-tickets-info .tabbed > .wpb_tabs_nav .tab-item a {
  transition: 0.3s all ease-in-out;
}
.sm-tabs-tickets-info .tabbed > .wpb_tabs_nav .tab-item a {
  border-right: 2px solid var(--pp-theme-color14) !important;
}
@media (max-width: 999px) {
  .sm-tabs-tickets-info .tabbed > .wpb_tabs_nav {
    margin-bottom: 8% !important;
  }
}
@media (max-width: 767px) {
  .sm-tabs-tickets-info .tabbed > .wpb_tabs_nav .tab-item {
    width: 100%;
    padding: 2% 10%;
  }
}
.pp-tab-content-tickets {
  border-radius: var(--pp-theme-br2);
  overflow: hidden;
}

.pp-tab-content-details {
  background-color: var(--pp-theme-color-white);
}
.pp-tab-content-details > .pptc-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px 20px;
}

.pp-tab-content-title {
  background-color: var(--pp-theme-color);
  padding: 18px 30px 17px;
  display: flex;
  align-items: center;
}
.pp-tab-content-title .pp-title {
  color: var(--pp-theme-color-white);
}

.pp-tab-label-img {
  --pp-tab-label-img-dimention: 200px;
  position: absolute;
  top: -90px;
  top: -10%;
  right: 15px;
  display: inline-block;
}
.pp-tab-label-img .pp-tab-label-img-inner {
  position: relative;
  width: var(--pp-tab-label-img-dimention);
  height: var(--pp-tab-label-img-dimention);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  transform: translateZ(0);
}
.pp-tab-label-img .pp-tab-label-img-inner:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  background-image: url(../icons/v2/i-mask-ticket-label-img.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
.pp-tab-label-img img {
  width: var(--pp-tab-label-img-dimention);
  height: auto;
  border-radius: 100%;
  overflow: hidden;
  transform: translateZ(0);
}

@media (max-width: 1599px) {
  .pp-tab-label-img {
    --pp-tab-label-img-dimention: 150px;
    top: -6%;
  }
}
@media (max-width: 1299px) {
  .pp-tab-label-img {
    --pp-tab-label-img-dimention: 130px;
    top: -4%;
  }
}
@media (max-width: 767px) {
  .pp-tab-label-img {
    display: none !important;
  }
}
.pp-content-sub-nav {
  --pp-sub-nav-items-gutter: 10px;
  display: inline-flex;
  margin-left: 5%;
  padding-left: 3%;
  border-left: 3px solid var(--pp-theme-color-white);
  color: var(--pp-theme-color-white);
}
.pp-content-sub-nav .inner-sub-nav {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.pp-content-sub-nav .inner-sub-nav .sub-nav-text {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.pp-content-sub-nav .inner-sub-nav .sub-nav {
  margin-left: calc(var(--pp-sub-nav-items-gutter) * -1);
  margin-right: calc(var(--pp-sub-nav-items-gutter) * -1);
  margin-top: -5px;
  margin-bottom: -5px;
  display: flex;
}
.pp-content-sub-nav .inner-sub-nav .sub-nav .sub-nav-item {
  padding: 5px;
  padding-left: var(--pp-sub-nav-items-gutter);
  padding-right: var(--pp-sub-nav-items-gutter);
  cursor: pointer;
  display: inline-flex;
}
.pp-content-sub-nav .inner-sub-nav .sub-nav .sub-nav-item > .inner {
  display: inline-block;
  border-radius: var(--pp-theme-br2);
  padding: 2px 23px;
  background-color: var(--pp-theme-color-white);
  color: var(--pp-theme-color4);
  transition: 0.3s ease-in-out all;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
}
.pp-content-sub-nav .inner-sub-nav .sub-nav .sub-nav-item:hover > .inner, .pp-content-sub-nav .inner-sub-nav .sub-nav .sub-nav-item:focus > .inner, .pp-content-sub-nav .inner-sub-nav .sub-nav .sub-nav-item:active > .inner, .pp-content-sub-nav .inner-sub-nav .sub-nav .sub-nav-item.active > .inner {
  background-color: var(--pp-theme-color4);
  color: var(--pp-theme-white);
}

.sub-nav-tip {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: var(--pp-theme-color-white);
  margin-top: auto;
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .sub-nav-tip {
    display: none;
  }
}
@media (max-width: 999px) {
  .pp-tab-content-title {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pp-content-sub-nav {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .pp-content-sub-nav .inner-sub-nav .sub-nav-text {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .pp-content-sub-nav .inner-sub-nav .sub-nav .sub-nav-item > .inner {
    padding: 4px 20px;
  }
  .sub-nav-tip {
    display: inline-block;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .pp-tab-content-title {
    align-items: center;
  }
  .pp-content-sub-nav .inner-sub-nav {
    align-items: center;
  }
  .pp-content-sub-nav .inner-sub-nav .sub-nav-text {
    font-size: 19px;
  }
  .sub-nav-tip {
    font-size: 0.9rem;
  }
}
@media (max-width: 479px) {
  .pp-content-sub-nav {
    --pp-sub-nav-items-gutter: 7px;
  }
  .pp-content-sub-nav .inner-sub-nav .sub-nav-text {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 319px) {
  .pp-content-sub-nav {
    --pp-sub-nav-items-gutter: 3px;
  }
}
.pptc-table {
  display: flex;
  align-items: flex-start;
}

.pptc-part-top {
  min-height: 250px;
  padding: 10px;
  padding-left: var(--sm-labels-pl);
}

.pptc-details-label {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.pptc-rows {
  font-size: 18px;
  line-height: 22px;
}

.sm-list-item {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  height: 38px;
  display: flex;
  align-items: center;
  text-align: left;
}
.sm-list-item:nth-child(odd) {
  background-color: var(--pp-theme-color12);
}

.pptc-desc-overlay {
  width: 25px;
  margin-top: auto;
}
.pptc-desc-overlay.i-1 .sm-list-item {
  border-radius: var(--pp-theme-br2) 0 0 var(--pp-theme-br2) !important;
}
.pptc-desc-overlay.i-2 {
  margin-left: -1px;
}
.pptc-desc-overlay.i-2 .sm-list-item {
  border-radius: 0 var(--pp-theme-br2) var(--pp-theme-br2) 0 !important;
}

.pptc-col-desc {
  flex-shrink: 0;
}
.pptc-col-desc .inner .pptc-desc-header-holder {
  display: flex;
  position: relative;
}
.pptc-col-desc .inner .pptc-desc-header {
  padding-bottom: 10px;
  padding-right: 20px;
  margin-top: auto;
}
.pptc-col-desc .inner .pptc-desc-header span {
  font-weight: bold;
}
.pptc-col-desc .inner .pptc-desc-item {
  text-align: left;
  font-weight: 700;
  padding-left: var(--sm-labels-pl) !important;
}

.pptc-cols-data {
  flex-grow: 1;
  overflow: hidden;
}

/**
 * Slider Item
 */
.pptc-slider-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pptc-slider-item .heading-holder {
  padding: 10px;
  color: var(--pp-theme-color-white);
}
.pptc-slider-item .heading {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  border-radius: var(--pp-theme-br2);
}
.pptc-slider-item .heading.pptc-accent-1 {
  background-color: #F9A736;
}
.pptc-slider-item .heading.pptc-accent-2 {
  background-color: #EF5A2C;
}
.pptc-slider-item .heading.pptc-accent-3 {
  background-color: #00B794;
}
.pptc-slider-item .heading.pptc-accent-4 {
  background-color: #F9A736;
}
.pptc-slider-item .heading.pptc-accent-5 {
  background-color: #FF6C82;
}
.pptc-slider-item .heading.pptc-accent-6 {
  background-color: #FF6C82;
}
.pptc-slider-item .heading.pptc-accent-7 {
  background-color: #FF6C82;
}
.pptc-slider-item .heading.pptc-accent-8 {
  background-color: #FF6C82;
}
.pptc-slider-item .heading.pptc-accent-9 {
  background-color: #85BE40;
}
.pptc-slider-item .heading.pptc-accent-10 {
  background-color: #85BE40;
}
.pptc-slider-item .heading .inner {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pptc-slider-item .heading .inner > * {
  display: flex;
  align-items: center;
}
.pptc-slider-item .heading .main {
  margin-bottom: 10px;
  font-weight: 700;
}
.pptc-slider-item .heading .price {
  margin-bottom: 5px;
  font-family: var(--pp-theme-fw);
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
}
.pptc-slider-item .heading .total {
  font-weight: 400;
}
.pptc-slider-item .details .detail-item {
  align-items: center;
  justify-content: center;
}
.pptc-slider-item .details .detail-item:last-child {
  border-bottom: none;
}
.pptc-slider-item .details .detail-item .fa-check {
  color: green;
}

.pptc-desc-item:nth-child(odd),
.pptc-slider .details .detail-item:nth-child(odd) {
  background-color: var(--pp-theme-color12);
}

.pptc-slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 320px) {
  .pptc-slider:not(.swiper-initialized).pptc-items-per-page-2 .pptc-slider-item {
    width: 100%;
  }
  .pptc-slider:not(.swiper-initialized).pptc-items-per-page-3 .pptc-slider-item {
    width: 100%;
  }
  .pptc-slider:not(.swiper-initialized).pptc-items-per-page-4 .pptc-slider-item {
    width: 100%;
  }
  .pptc-slider:not(.swiper-initialized).pptc-items-per-page-5 .pptc-slider-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pptc-slider:not(.swiper-initialized).pptc-items-per-page-2 .pptc-slider-item {
    width: 50%;
  }
  .pptc-slider:not(.swiper-initialized).pptc-items-per-page-3 .pptc-slider-item {
    width: 50%;
  }
  .pptc-slider:not(.swiper-initialized).pptc-items-per-page-4 .pptc-slider-item {
    width: 50%;
  }
  .pptc-slider:not(.swiper-initialized).pptc-items-per-page-5 .pptc-slider-item {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .pptc-slider:not(.swiper-initialized).pptc-items-per-page-3 .pptc-slider-item {
    width: 33.3333333333%;
  }
  .pptc-slider:not(.swiper-initialized).pptc-items-per-page-4 .pptc-slider-item {
    width: 33.3333333333%;
  }
  .pptc-slider:not(.swiper-initialized).pptc-items-per-page-5 .pptc-slider-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .pptc-slider:not(.swiper-initialized).pptc-items-per-page-4 .pptc-slider-item {
    width: 25%;
  }
  .pptc-slider:not(.swiper-initialized).pptc-items-per-page-5 .pptc-slider-item {
    width: 20%;
  }
}
/**
 * Prev next
 */
.pptc-slider-nav-holder {
  justify-content: center;
  padding-top: 20px;
}

.pptc-slider-nav {
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  margin: 0;
  background-color: var(--pp-theme-color);
  transition: 0.3s ease-in-out all;
  border-radius: 50%;
  width: 47px;
  height: 47px;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 20px;
  height: auto;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

/**
 * Footer
 */
.pp-tab-content-footer-top {
  display: flex;
  padding: 25px 0 0;
  margin-top: 15px;
  border-radius: var(--pp-theme-br2) var(--pp-theme-br2) 0 0;
  background-color: var(--pp-theme-color-white);
}

.pp-tab-content-footer {
  display: flex;
  justify-content: space-between;
  padding: 15px 5% 35px;
  background-color: var(--pp-theme-color-white);
  border-radius: 0 0 var(--pp-theme-br2) var(--pp-theme-br2);
}
.pp-tab-content-footer > .inner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pp-tab-content-footer > .inner .item-text {
  font-family: var(--pp-theme-ff);
  font-size: 24px;
  line-height: 24px;
  padding-top: 5px;
  color: var(--pp-theme-color);
  white-space: nowrap;
  padding: 5px 10px 0;
  user-select: none;
}
.pp-tab-content-footer > .inner .graph-items-container {
  position: relative;
  width: 80%;
}
.pp-tab-content-footer > .inner .graph-items-container > .inner {
  height: 2px;
  border-radius: 30px;
  overflow: hidden;
  transform: translateZ(0);
  position: relative;
}
.pp-tab-content-footer > .inner .graph-items-container > .inner:before, .pp-tab-content-footer > .inner .graph-items-container > .inner:after {
  content: "";
  position: absolute;
  border: 2px solid var(--pp-theme-color);
  height: 100%;
  top: 0;
  width: 45%;
  width: calc(50% - 85px);
  z-index: -1;
}
.pp-tab-content-footer > .inner .graph-items-container > .inner:before {
  left: 0;
  border-right: 0;
}
.pp-tab-content-footer > .inner .graph-items-container > .inner:after {
  right: 0;
  border-left: 0;
}
.pp-tab-content-footer > .inner .graph-items-container .logo-symbol-footer {
  display: inline-block;
  text-align: center;
  width: 100%;
  position: absolute;
  top: -35px;
  left: 0;
  z-index: 1;
}
.pp-tab-content-footer > .inner .graph-items-container .logo-symbol-footer .icon-inner {
  display: inline-block;
}

@media (max-width: 767px) {
  .pp-tab-content-footer > .inner .item-text {
    font-size: 18px;
  }
  .pp-tab-content-footer > .inner .graph-items-container > .inner:before, .pp-tab-content-footer > .inner .graph-items-container > .inner:after {
    width: calc(50% - 50px);
  }
  .pp-tab-content-footer > .inner .graph-items-container .logo-symbol-footer {
    top: -22px;
  }
  .pp-tab-content-footer > .inner .graph-items-container .logo-symbol-footer svg {
    width: 70px;
    height: auto;
  }
}
/* ==========================================================================
   DESKTOP STYLES (for screens larger than 690px)
   ========================================================================== */
@media (min-width: 768px) {
  .detail-item-label {
    display: none;
  }
  .detail-item-value {
    width: 100%;
    text-align: center;
  }
}
/* ==========================================================================
   MOBILE STYLES (for screens up to 690px wide)
   ========================================================================== */
@media (max-width: 767px) {
  .pptc-col-desc {
    display: none;
  }
  .detail-item .detail-item-label {
    display: block;
    flex: 0 0 65%;
    width: 65%;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 700;
    text-align: left;
  }
  .detail-item .detail-item-text {
    display: block;
    flex: 0 0 35%;
    width: 35%;
    padding-left: 10px;
    text-align: center;
  }
}
/**
 * Childs
 * ---------------------------------------------------------------------------------------------------------------------
 */
:root {
  --pp-gutter-ticket-child: 15px;
  --pp-gutter-ticket-pt: 15px;
  --pp-gutter-ticket-pb: 15px;
  --pp-ticket-child-content-pl: 30px;
  --pp-ticket-child-content-pr: 30px;
}

/* Basic Grid Layout */
.ticket-grid {
  margin-top: calc(var(--pp-gutter-ticket-child) * -1);
  margin-left: calc(var(--pp-gutter-ticket-child) * -1);
  margin-right: calc(var(--pp-gutter-ticket-child) * -1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ticket-grid .ticket-grid-item {
  padding-left: var(--pp-gutter-ticket-child);
  padding-right: var(--pp-gutter-ticket-child);
  padding-top: var(--pp-gutter-ticket-pt);
  padding-bottom: var(--pp-gutter-ticket-pb);
  flex-basis: 50%;
}

/* Individual Ticket Card Styling */
.ticket-card {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Splits the card into content and image */
  border-radius: var(--pp-theme-br2);
  overflow: hidden;
  background-color: #ffffff;
  height: 100%;
}

.ticket-card__content {
  display: flex;
  flex-direction: column;
}

.ticket-card__header {
  padding: 20px;
  padding-left: var(--pp-ticket-child-content-pl);
  padding-right: var(--pp-ticket-child-content-pr);
  background-color: var(--pp-theme-color);
  color: var(--pp-theme-color-white);
}

.ticket-card__title {
  margin: 0;
  color: var(--pp-theme-color-white);
}

.ticket-card__subtitle {
  margin: 5px 0 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.ticket-card__type {
  background-color: var(--pp-theme-color4);
  color: var(--pp-theme-color-white);
  padding: 10px;
  padding-left: var(--pp-ticket-child-content-pl);
  padding-right: var(--pp-ticket-child-content-pr);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.ticket-card__icon {
  width: 24px; /* Adjust size as needed */
  height: auto;
}

.ticket-card__body {
  padding: 30px;
  padding-left: var(--pp-ticket-child-content-pl);
  padding-right: var(--pp-ticket-child-content-pr);
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Allows the body to fill available space */
}

.ticket-card__content_text_holder {
  margin-top: 30px;
}

.ticket-card__description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.ticket-card__image-wrapper {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 1599px) {
  .ticket-card {
    grid-template-columns: 1.27fr 1fr;
    grid-template-columns: 1.42fr 1fr;
  }
}
@media (max-width: 1299px) {
  .ticket-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .ticket-card {
    grid-template-columns: 1fr;
  }
  .ticket-card__image-wrapper {
    display: none;
  }
}
@media (max-width: 999px) {
  .ticket-grid .ticket-grid-item {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .pp-tab-content-details > .pptc-inner {
    padding: 20px 20px 50px;
  }
}
/**
 * Section Sticky
 */
.sm-section-sticky > .row-bg-wrap > .inner-wrap {
  border-radius: var(--pp-theme-br2);
  overflow: hidden;
}
@media (max-width: 1299px) {
  .material .sm-section-sticky .wpb_content_element {
    margin-bottom: 0 !important;
  }
}
.sm-s-sticky-col-img-fig-parent {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  z-index: 1;
  width: 55%;
}

@media (max-width: 1799px) {
  .sm-s-sticky-col-img-fig-parent {
    width: 50%;
  }
}
@media (max-width: 1299px) and (min-width: 1000px) {
  body .sm-section-sticky h1.pp-title-8, body .sm-section-sticky h1.vc_custom_heading.pp-title-8, body .sm-section-sticky h2.pp-title-8, body .sm-section-sticky h2.vc_custom_heading.pp-title-8, body .sm-section-sticky h3.pp-title-8, body .sm-section-sticky h3.vc_custom_heading.pp-title-8, body .sm-section-sticky h4.pp-title-8, body .sm-section-sticky h4.vc_custom_heading.pp-title-8, body .sm-section-sticky h5.pp-title-8, body .sm-section-sticky h5.vc_custom_heading.pp-title-8, body .sm-section-sticky h6.pp-title-8, body .sm-section-sticky h6.vc_custom_heading.pp-title-8, body .sm-section-sticky div.pp-title-8, body .sm-section-sticky div.vc_custom_heading.pp-title-8, body .sm-section-sticky span.pp-title-8, body .sm-section-sticky span.vc_custom_heading.pp-title-8, body .sm-section-sticky p.pp-title-8, body .sm-section-sticky p.vc_custom_heading.pp-title-8, .wpb_wrapper .sm-section-sticky h1.pp-title-8, .wpb_wrapper .sm-section-sticky h1.vc_custom_heading.pp-title-8, .wpb_wrapper .sm-section-sticky h2.pp-title-8, .wpb_wrapper .sm-section-sticky h2.vc_custom_heading.pp-title-8, .wpb_wrapper .sm-section-sticky h3.pp-title-8, .wpb_wrapper .sm-section-sticky h3.vc_custom_heading.pp-title-8, .wpb_wrapper .sm-section-sticky h4.pp-title-8, .wpb_wrapper .sm-section-sticky h4.vc_custom_heading.pp-title-8, .wpb_wrapper .sm-section-sticky h5.pp-title-8, .wpb_wrapper .sm-section-sticky h5.vc_custom_heading.pp-title-8, .wpb_wrapper .sm-section-sticky h6.pp-title-8, .wpb_wrapper .sm-section-sticky h6.vc_custom_heading.pp-title-8, .wpb_wrapper .sm-section-sticky div.pp-title-8, .wpb_wrapper .sm-section-sticky div.vc_custom_heading.pp-title-8, .wpb_wrapper .sm-section-sticky span.pp-title-8, .wpb_wrapper .sm-section-sticky span.vc_custom_heading.pp-title-8, .wpb_wrapper .sm-section-sticky p.pp-title-8, .wpb_wrapper .sm-section-sticky p.vc_custom_heading.pp-title-8 {
    font-size: 24px !important;
    line-height: 28px !important;
    margin-top: -10px;
  }
}
@media (max-width: 999px) {
  .sm-s-sticky-col-img-fig-parent {
    display: none !important;
  }
}
html body {
  overflow: visible;
}

.nectar-sticky-row-wrap {
  position: sticky;
  z-index: 100;
}

.has-global-section {
  --nectar-sticky-top-distance: 40px;
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap {
  --base: -50px;
  --step: 35px;
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(1) {
  top: calc(var(--nectar-sticky-top-distance) + 0px);
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(2) {
  top: calc(var(--nectar-sticky-top-distance) + 65px);
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(3) {
  top: calc(var(--nectar-sticky-top-distance) + 130px);
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(4) {
  top: calc(var(--nectar-sticky-top-distance) + 195px);
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(5) {
  top: calc(var(--nectar-sticky-top-distance) + 260px);
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(6) {
  top: calc(var(--nectar-sticky-top-distance) + 325px);
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(7) {
  top: calc(var(--nectar-sticky-top-distance) + 390px);
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(8) {
  top: calc(var(--nectar-sticky-top-distance) + 455px);
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(9) {
  top: calc(var(--nectar-sticky-top-distance) + 520px);
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(10) {
  top: calc(var(--nectar-sticky-top-distance) + 585px);
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(11) {
  top: calc(var(--nectar-sticky-top-distance) + 650px);
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(12) {
  top: calc(var(--nectar-sticky-top-distance) + 715px);
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(13) {
  top: calc(var(--nectar-sticky-top-distance) + 780px);
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(14) {
  top: calc(var(--nectar-sticky-top-distance) + 845px);
}
.has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(15) {
  top: calc(var(--nectar-sticky-top-distance) + 910px);
}

@media (max-width: 1299px) and (min-width: 1000px) {
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(1) {
    top: calc(var(--nectar-sticky-top-distance) + 0px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(2) {
    top: calc(var(--nectar-sticky-top-distance) + 35px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(3) {
    top: calc(var(--nectar-sticky-top-distance) + 70px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(4) {
    top: calc(var(--nectar-sticky-top-distance) + 105px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(5) {
    top: calc(var(--nectar-sticky-top-distance) + 140px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(6) {
    top: calc(var(--nectar-sticky-top-distance) + 175px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(7) {
    top: calc(var(--nectar-sticky-top-distance) + 210px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(8) {
    top: calc(var(--nectar-sticky-top-distance) + 245px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(9) {
    top: calc(var(--nectar-sticky-top-distance) + 280px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(10) {
    top: calc(var(--nectar-sticky-top-distance) + 315px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(11) {
    top: calc(var(--nectar-sticky-top-distance) + 350px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(12) {
    top: calc(var(--nectar-sticky-top-distance) + 385px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(13) {
    top: calc(var(--nectar-sticky-top-distance) + 420px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(14) {
    top: calc(var(--nectar-sticky-top-distance) + 455px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(15) {
    top: calc(var(--nectar-sticky-top-distance) + 490px);
  }
  .material .sm-section-sticky .mx-auto + .mx-auto {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 999px) {
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(1) {
    top: calc(var(--nectar-sticky-top-distance) + 0px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(2) {
    top: calc(var(--nectar-sticky-top-distance) + 20px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(3) {
    top: calc(var(--nectar-sticky-top-distance) + 40px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(4) {
    top: calc(var(--nectar-sticky-top-distance) + 60px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(5) {
    top: calc(var(--nectar-sticky-top-distance) + 80px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(6) {
    top: calc(var(--nectar-sticky-top-distance) + 100px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(7) {
    top: calc(var(--nectar-sticky-top-distance) + 120px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(8) {
    top: calc(var(--nectar-sticky-top-distance) + 140px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(9) {
    top: calc(var(--nectar-sticky-top-distance) + 160px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(10) {
    top: calc(var(--nectar-sticky-top-distance) + 180px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(11) {
    top: calc(var(--nectar-sticky-top-distance) + 200px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(12) {
    top: calc(var(--nectar-sticky-top-distance) + 220px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(13) {
    top: calc(var(--nectar-sticky-top-distance) + 240px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(14) {
    top: calc(var(--nectar-sticky-top-distance) + 260px);
  }
  .has-global-section > .col > .col > .vc_column-inner > .wpb_wrapper .nectar-sticky-row-wrap:nth-child(15) {
    top: calc(var(--nectar-sticky-top-distance) + 280px);
  }
}
/**
 * Sticky Sections
 */
.sm-sticky-sections {
  background: rgba(0, 0, 0, 0.05);
}
.sm-sticky-sections > .col > .col > .vc_column-inner > .wpb_wrapper > .wpb_row {
  position: sticky !important;
  width: 100%;
  top: 0;
  margin-bottom: 100px; /* space between stacked cards */
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  z-index: 1;
}

/**
 * WC
 */
.woocommerce.single-product div.product.product-type-woosb[data-tab-pos] {
  width: 100% !important;
}

.woosb-products .woosb-product .woosb-title .woosb-name .variations {
  font-size: 13px;
  line-height: 16px;
}

/**
 * Shortcode
 */
.sm-product-bundle-list {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.sm-product-bundle-list .product-item {
  list-style: none;
}
.sm-product-bundle-list .title {
  font-weight: 600;
}
.sm-product-bundle-list .price {
  font-size: 16px;
}

.product-item > span {
  display: block;
}

/**
 * Elements
 */
.iframe-video-fix-container.sm-video-pop-preview {
  border-radius: var(--pp-theme-br2);
  width: 100% !important;
  height: 500px !important;
}

@media (max-width: 410px) {
  .iframe-video-fix-container.sm-video-pop-preview {
    height: 400px !important;
  }
}
.nectar-video-box {
  margin-bottom: 0 !important;
}

.nectar_video_lightbox.play_button {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0;
  display: inline-block;
}

#ajax-content-wrap .nectar_video_lightbox.play_button_with_text.text-color-white path,
.nectar_video_lightbox path, .span_12.dark .nectar_video_lightbox.play_button_with_text path {
  fill: #fff;
}

.nectar_video_lightbox:hover:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.4;
}

.nectar_video_lightbox.play_button:before, .span_12.dark .nectar_video_lightbox.play_button:before {
  border-width: 3px;
}

.nectar_video_lightbox:not(.play_button_with_text):hover .play {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.section-v2-hero.section-bottom-line > .col {
  padding-bottom: 40px;
}

.sm-v2-hero-heading-container {
  margin-bottom: 0 !important;
}
.sm-v2-hero-heading-container .vc_custom_heading {
  margin-bottom: 3% !important;
}

@media (max-height: 1000px) and (min-width: 1900px) {
  .sm-v2-hero-heading-container .vc_custom_heading {
    margin-top: 2% !important;
    margin-bottom: 1% !important;
  }
  body .section-v2-hero h1.pp-title-1, body .section-v2-hero h1.vc_custom_heading.pp-title-1, body .section-v2-hero h2.pp-title-1, body .section-v2-hero h2.vc_custom_heading.pp-title-1, body .section-v2-hero h3.pp-title-1, body .section-v2-hero h3.vc_custom_heading.pp-title-1, body .section-v2-hero h4.pp-title-1, body .section-v2-hero h4.vc_custom_heading.pp-title-1, body .section-v2-hero h5.pp-title-1, body .section-v2-hero h5.vc_custom_heading.pp-title-1, body .section-v2-hero h6.pp-title-1, body .section-v2-hero h6.vc_custom_heading.pp-title-1, body .section-v2-hero div.pp-title-1, body .section-v2-hero div.vc_custom_heading.pp-title-1, body .section-v2-hero span.pp-title-1, body .section-v2-hero span.vc_custom_heading.pp-title-1, body .section-v2-hero p.pp-title-1, body .section-v2-hero p.vc_custom_heading.pp-title-1, .wpb_wrapper .section-v2-hero h1.pp-title-1, .wpb_wrapper .section-v2-hero h1.vc_custom_heading.pp-title-1, .wpb_wrapper .section-v2-hero h2.pp-title-1, .wpb_wrapper .section-v2-hero h2.vc_custom_heading.pp-title-1, .wpb_wrapper .section-v2-hero h3.pp-title-1, .wpb_wrapper .section-v2-hero h3.vc_custom_heading.pp-title-1, .wpb_wrapper .section-v2-hero h4.pp-title-1, .wpb_wrapper .section-v2-hero h4.vc_custom_heading.pp-title-1, .wpb_wrapper .section-v2-hero h5.pp-title-1, .wpb_wrapper .section-v2-hero h5.vc_custom_heading.pp-title-1, .wpb_wrapper .section-v2-hero h6.pp-title-1, .wpb_wrapper .section-v2-hero h6.vc_custom_heading.pp-title-1, .wpb_wrapper .section-v2-hero div.pp-title-1, .wpb_wrapper .section-v2-hero div.vc_custom_heading.pp-title-1, .wpb_wrapper .section-v2-hero span.pp-title-1, .wpb_wrapper .section-v2-hero span.vc_custom_heading.pp-title-1, .wpb_wrapper .section-v2-hero p.pp-title-1, .wpb_wrapper .section-v2-hero p.vc_custom_heading.pp-title-1 {
    font-size: 128px !important;
    line-height: 134px !important;
  }
  body .section-v2-hero h1.pp-title-3, body .section-v2-hero h1.vc_custom_heading.pp-title-3, body .section-v2-hero h2.pp-title-3, body .section-v2-hero h2.vc_custom_heading.pp-title-3, body .section-v2-hero h3.pp-title-3, body .section-v2-hero h3.vc_custom_heading.pp-title-3, body .section-v2-hero h4.pp-title-3, body .section-v2-hero h4.vc_custom_heading.pp-title-3, body .section-v2-hero h5.pp-title-3, body .section-v2-hero h5.vc_custom_heading.pp-title-3, body .section-v2-hero h6.pp-title-3, body .section-v2-hero h6.vc_custom_heading.pp-title-3, body .section-v2-hero div.pp-title-3, body .section-v2-hero div.vc_custom_heading.pp-title-3, body .section-v2-hero span.pp-title-3, body .section-v2-hero span.vc_custom_heading.pp-title-3, body .section-v2-hero p.pp-title-3, body .section-v2-hero p.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h1.pp-title-3, .wpb_wrapper .section-v2-hero h1.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h2.pp-title-3, .wpb_wrapper .section-v2-hero h2.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h3.pp-title-3, .wpb_wrapper .section-v2-hero h3.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h4.pp-title-3, .wpb_wrapper .section-v2-hero h4.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h5.pp-title-3, .wpb_wrapper .section-v2-hero h5.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h6.pp-title-3, .wpb_wrapper .section-v2-hero h6.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero div.pp-title-3, .wpb_wrapper .section-v2-hero div.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero span.pp-title-3, .wpb_wrapper .section-v2-hero span.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero p.pp-title-3, .wpb_wrapper .section-v2-hero p.vc_custom_heading.pp-title-3 {
    font-size: 48px !important;
    line-height: 57px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  body .section-v2-hero h1.pp-title-3, body .section-v2-hero h1.vc_custom_heading.pp-title-3, body .section-v2-hero h2.pp-title-3, body .section-v2-hero h2.vc_custom_heading.pp-title-3, body .section-v2-hero h3.pp-title-3, body .section-v2-hero h3.vc_custom_heading.pp-title-3, body .section-v2-hero h4.pp-title-3, body .section-v2-hero h4.vc_custom_heading.pp-title-3, body .section-v2-hero h5.pp-title-3, body .section-v2-hero h5.vc_custom_heading.pp-title-3, body .section-v2-hero h6.pp-title-3, body .section-v2-hero h6.vc_custom_heading.pp-title-3, body .section-v2-hero div.pp-title-3, body .section-v2-hero div.vc_custom_heading.pp-title-3, body .section-v2-hero span.pp-title-3, body .section-v2-hero span.vc_custom_heading.pp-title-3, body .section-v2-hero p.pp-title-3, body .section-v2-hero p.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h1.pp-title-3, .wpb_wrapper .section-v2-hero h1.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h2.pp-title-3, .wpb_wrapper .section-v2-hero h2.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h3.pp-title-3, .wpb_wrapper .section-v2-hero h3.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h4.pp-title-3, .wpb_wrapper .section-v2-hero h4.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h5.pp-title-3, .wpb_wrapper .section-v2-hero h5.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h6.pp-title-3, .wpb_wrapper .section-v2-hero h6.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero div.pp-title-3, .wpb_wrapper .section-v2-hero div.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero span.pp-title-3, .wpb_wrapper .section-v2-hero span.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero p.pp-title-3, .wpb_wrapper .section-v2-hero p.vc_custom_heading.pp-title-3 {
    font-size: 38px !important;
    line-height: 44px !important;
  }
  .sm-v2-hero-heading-container .vc_custom_heading {
    margin-top: 1% !important;
    margin-bottom: 1% !important;
  }
  .section-v2-hero .ticker-movement-carousel {
    margin-bottom: 0 !important;
  }
  .section-v2-hero .ticker-movement-carousel .nectar-flickity.nectar-carousel[data-small-desktop-columns="4"][data-format=default] .cell {
    width: 20% !important;
  }
  .pp-title-sub-1 + .divider-wrap.height_tablet_0px {
    display: none;
  }
}
@media (max-width: 999px) {
  body .section-v2-hero h1.pp-title-3, body .section-v2-hero h1.vc_custom_heading.pp-title-3, body .section-v2-hero h2.pp-title-3, body .section-v2-hero h2.vc_custom_heading.pp-title-3, body .section-v2-hero h3.pp-title-3, body .section-v2-hero h3.vc_custom_heading.pp-title-3, body .section-v2-hero h4.pp-title-3, body .section-v2-hero h4.vc_custom_heading.pp-title-3, body .section-v2-hero h5.pp-title-3, body .section-v2-hero h5.vc_custom_heading.pp-title-3, body .section-v2-hero h6.pp-title-3, body .section-v2-hero h6.vc_custom_heading.pp-title-3, body .section-v2-hero div.pp-title-3, body .section-v2-hero div.vc_custom_heading.pp-title-3, body .section-v2-hero span.pp-title-3, body .section-v2-hero span.vc_custom_heading.pp-title-3, body .section-v2-hero p.pp-title-3, body .section-v2-hero p.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h1.pp-title-3, .wpb_wrapper .section-v2-hero h1.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h2.pp-title-3, .wpb_wrapper .section-v2-hero h2.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h3.pp-title-3, .wpb_wrapper .section-v2-hero h3.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h4.pp-title-3, .wpb_wrapper .section-v2-hero h4.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h5.pp-title-3, .wpb_wrapper .section-v2-hero h5.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero h6.pp-title-3, .wpb_wrapper .section-v2-hero h6.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero div.pp-title-3, .wpb_wrapper .section-v2-hero div.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero span.pp-title-3, .wpb_wrapper .section-v2-hero span.vc_custom_heading.pp-title-3, .wpb_wrapper .section-v2-hero p.pp-title-3, .wpb_wrapper .section-v2-hero p.vc_custom_heading.pp-title-3 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 690px) {
  .section-v2-hero .ticker-movement-carousel {
    margin-bottom: 15px !important;
  }
  .section-v2-hero .ticker-movement-carousel .nectar-flickity[data-phone-columns="2"]:not(.masonry) .flickity-slider .cell,
  .section-v2-hero .ticker-movement-carousel .nectar-flickity:not(.masonry) .flickity-slider .cell {
    width: 85% !important;
  }
  .section-v2-hero.section-bottom-line > .col {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .section-v2-hero .pp-title-1 {
    margin-bottom: 30px !important;
    margin-bottom: 15px !important;
  }
}
/**
 * Flower on footer
 */
.section-v2-flower {
  padding: 0 !important;
}

/**
 * Carousels
 */
.ticker-movement-carousel > .nectar-flickity.not-initialized {
  max-width: 100vw !important;
  overflow: hidden !important;
}
.ticker-movement-carousel > .full-width-content {
  overflow: hidden !important;
}
.ticker-movement-carousel .flickity-viewport {
  margin: 0 !important;
}
/**
 * Gallery carousel
 */
.sm-gallery-carousel .wpb_gallery_slides {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.sm-gallery-carousel .slides {
  max-width: 600px;
  width: 100%;
  height: auto;
}
.sm-gallery-carousel .slides img {
  margin-bottom: 0 !important;
}
.sm-gallery-carousel .flex-direction-nav {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  height: 30px;
  transform: translateX(-50%);
}
.sm-gallery-carousel .flex-direction-nav li {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.sm-gallery-carousel .flex-direction-nav li a {
  outline: 3px solid #f05b2d;
}

/**
 * Section bottom lines
 */
.section-bottom-line > .row-bg-wrap:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 10;
  bottom: -1px;
  background-image: url(../icons/v2/bottom-border-green.svg);
}
.section-bottom-line > .row-bg-wrap .container {
  height: 100% !important;
}
.section-bottom-line.l-green > .row-bg-wrap:after {
  background-image: url(../icons/v2/bottom-border-green.svg);
}
.section-bottom-line.l-orange > .row-bg-wrap:after {
  background-image: url(../icons/v2/bottom-border-orange.svg);
  bottom: -5px;
  bottom: -9px;
}

.section-top-line > .row-bg-wrap:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 10;
  top: 0;
  background-image: url(../icons/v2/bottom-border-green.svg);
}
.section-top-line > .row-bg-wrap .container {
  height: 100% !important;
}
.section-top-line.l-green-top > .row-bg-wrap:before {
  background-image: url(../icons/v2/bottom-border-green.svg);
}
.section-top-line.l-orange-top > .row-bg-wrap:before {
  background-image: url(../icons/v2/bottom-border-orange.svg);
  top: -13px;
}

/**
 * Product Wrapper
 */
.col.span_12.light .sm-product-add-to-cart-wrapper .wpb_text_column > .wpb_wrapper > ul,
.full-width-content > .col.span_12.light .sm-product-add-to-cart-wrapper,
.full-width-section > .col.span_12.light .sm-product-add-to-cart-wrapper,
.span_12.light .sm-product-add-to-cart-wrapper .wpb_text_column a {
  color: var(--pp-theme-color-text);
}

.light .sm-product-add-to-cart-wrapper p, .light .sm-product-add-to-cart-wrapper h1, .light .sm-product-add-to-cart-wrapper h2, .light .sm-product-add-to-cart-wrapper h3, .light .sm-product-add-to-cart-wrapper h4, .light .sm-product-add-to-cart-wrapper h5, .light .sm-product-add-to-cart-wrapper h6 {
  color: var(--pp-theme-color-text);
}

body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper {
  border-radius: var(--pp-theme-br2);
  padding-left: 19%;
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder {
  background-color: var(--pp-theme-color7);
  border-radius: var(--pp-theme-br2);
  overflow: hidden;
  padding-left: 15%;
  padding-left: 17%;
  padding-right: 5%;
  padding: 0 5% 30px 17%;
  padding: 30px 25px 45px 17%;
  color: var(--pp-theme-color-text);
  margin-top: -20px;
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart table, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart table th, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart table td, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart table tr, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table th, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table td, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table tr,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart table,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart table th,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart table td,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart table tr,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table th,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table td,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table tr {
  border-color: var(--pp-theme-color-transparent) !important;
  border: none !important;
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart table.variations, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart table.variations,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations {
  font-family: var(--pp-theme-fw2);
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart table.variations, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart table.variations th, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart table.variations td, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart table.variations tr, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations th, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations td, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations tr,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart table.variations,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart table.variations th,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart table.variations td,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart table.variations tr,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations th,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations td,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations tr {
  display: block;
  width: 100%;
  background-color: transparent !important;
  border: none !important;
  border-color: var(--pp-theme-color-transparent) !important;
  color: var(--pp-theme-color-text) !important;
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart table.variations th, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart table.variations td, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations th, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations td,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart table.variations th,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart table.variations td,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations th,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations td {
  padding: 10px 0 !important;
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart table.variations td, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations td,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart table.variations td,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations td {
  padding-top: 0 !important;
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart table.variations label, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations label,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart table.variations label,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder table.variations label {
  color: var(--pp-theme-color-text) !important;
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart .quantity, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .quantity,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart .quantity,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .quantity {
  margin-bottom: 40px;
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart .quantity input.qty, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .quantity input.qty,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart .quantity input.qty,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .quantity input.qty {
  color: var(--pp-theme-color-text);
  font-family: var(--pp-theme-ff2);
  font-size: 24px;
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart .quantity input.plus, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart .quantity input.minus, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .quantity input.plus, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .quantity input.minus,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart .quantity input.plus,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart .quantity input.minus,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .quantity input.plus,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .quantity input.minus {
  width: 47px;
  height: 47px;
  font-family: var(--pp-theme-ff2);
  font-size: 24px;
  color: var(--pp-theme-color-text);
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart .price, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart #total-price, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .price, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder #total-price,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart .price,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart #total-price,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .price,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder #total-price {
  font-family: var(--pp-theme-fw);
  font-weight: normal !important;
  font-size: 26px;
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart button[type=submit]:not(.search-widget-btn),
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart button[type=submit], body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder button[type=submit]:not(.search-widget-btn),
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder button[type=submit],
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart button[type=submit]:not(.search-widget-btn),
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart button[type=submit],
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder button[type=submit]:not(.search-widget-btn),
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder button[type=submit] {
  background-color: var(--pp-theme-color4) !important;
  border-radius: var(--pp-theme-br) !important;
  text-transform: uppercase !important;
  font-family: var(--pp-theme-ff2) !important;
  font-size: var(--pp-theme-btn-font-size);
  line-height: var(--pp-theme-btn-line-height);
  font-weight: 700;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 35px !important;
  padding-right: 35px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart button[type=submit]:not(.search-widget-btn):before,
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart button[type=submit]:before, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder button[type=submit]:not(.search-widget-btn):before,
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder button[type=submit]:before,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart button[type=submit]:not(.search-widget-btn):before,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart button[type=submit]:before,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder button[type=submit]:not(.search-widget-btn):before,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder button[type=submit]:before {
  content: "";
  display: inline-block;
  position: static;
  left: 0;
  width: 28px;
  height: 25px;
  background-size: contain;
  background-image: url(../icons/v2/i-add-to-cart.svg);
  margin-right: 15px;
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart .webtomizer_wcdp_single_deposit_form,
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart .wc-deposits-options-form, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .webtomizer_wcdp_single_deposit_form,
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .wc-deposits-options-form,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart .webtomizer_wcdp_single_deposit_form,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart .wc-deposits-options-form,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .webtomizer_wcdp_single_deposit_form,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .wc-deposits-options-form {
  --bs-body-font-size: 19px;
  --bs-body-line-height: 25px;
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart .switch-toggle *, body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .switch-toggle *,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart .switch-toggle *,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder .switch-toggle * {
  font-size: 18px;
}
body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder,
body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .sm-video-pop-preview-holder {
  padding: 0;
}

body .sm-product-add-to-cart-wrapper .cart .webtomizer_wcdp_single_deposit_form,
body .sm-product-add-to-cart-wrapper .cart .wc-deposits-options-form {
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
}

body .light .sm-product-atc-heading,
body .sm-product-atc-heading {
  font-family: var(--pp-theme-fw);
  font-size: 22px;
  line-height: 28px;
  font-feature-settings: var(--pp-theme-ffs);
  background-color: var(--pp-theme-color10);
  color: var(--pp-theme-color-white) !important;
  border-top-left-radius: var(--pp-theme-br2);
  border-top-right-radius: var(--pp-theme-br2);
  overflow: hidden;
  margin: 0;
  padding: 15px 25px 30px;
}

@media (max-width: 1199px) {
  body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart,
  body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart {
    padding: 30px 25px;
  }
}
@media (max-width: 999px) {
  body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper,
  body[data-form-submit=regular] .sm-product-add-to-cart-wrapper {
    padding-left: 0;
  }
  body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart,
  body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart {
    padding-bottom: 50px;
  }
  body .light .sm-product-atc-heading,
  body .sm-product-atc-heading {
    background-color: var(--pp-theme-color6);
    color: var(--pp-theme-color) !important;
  }
}
@media (max-width: 690px) {
  body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart button[type=submit]:not(.search-widget-btn),
  body:not(.woocommerce-cart) .sm-product-add-to-cart-wrapper .cart button[type=submit],
  body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart button[type=submit]:not(.search-widget-btn),
  body[data-form-submit=regular] .sm-product-add-to-cart-wrapper .cart button[type=submit] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
body[data-fancy-form-rcs="1"] .fancy-select-wrap {
  padding-top: 0;
}

body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default .select2-selection--single,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover {
  border-color: var(--pp-theme-color11);
  background-color: var(--pp-theme-color11) !important;
  border-radius: var(--pp-theme-br);
  padding: 11px 25px;
  color: var(--pp-theme-color-text) !important;
}

.select2-container--default .select2-selection--single,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
  font-size: 24px;
  line-height: 26px;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__rendered,
body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__rendered,
body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: var(--pp-theme-color-text) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--pp-theme-color) transparent transparent transparent !important;
  border-width: 6px 6px 0 6px;
  border-width: 7px 7px 0 7px;
  margin-left: -20px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--pp-theme-color) transparent !important;
  border-width: 0 6px 6px 6px;
  border-width: 0 7px 7px 7px;
}

body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection--single .select2-selection__arrow b,
body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: var(--pp-theme-color) !important;
}

body[data-fancy-form-rcs="1"] .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 24px;
  line-height: 25px;
}

body[data-fancy-form-rcs="1"] .select2-drop, body[data-fancy-form-rcs="1"] .select2-dropdown {
  background-color: var(--pp-theme-color11) !important;
  border-radius: var(--pp-theme-br) !important;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected], body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default:hover .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: var(--pp-theme-color-text) !important;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  color: var(--pp-theme-color-text) !important;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__rendered,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected],
body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default:hover .select2-selection--single .select2-selection__rendered,
body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: var(--pp-theme-color-text) !important;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option[aria-selected=true],
body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color-white) !important;
}

/**
 * Ticket Info
 */
.sm-custom-text-link {
  margin-top: -25px;
}
.sm-custom-text-link a {
  font-size: 32px;
  line-height: 36px;
  text-decoration: underline !important;
  color: var(--pp-theme-text-color) !important;
  transition: 0.3s ease-in-out all;
}
.sm-custom-text-link a:hover {
  color: var(--pp-theme-color) !important;
}

@media (max-width: 999px) {
  .sm-custom-text-link {
    margin-top: 0;
  }
  .sm-custom-text-link a {
    font-size: 24px;
    line-height: 28px;
  }
}
/**
 * Section volountier
 */
.section-volountiers > .row-bg-wrap {
  overflow: hidden;
}
.section-volountiers .full-vw-container {
  height: 100%;
  position: absolute;
}

.s-vol-heading-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.s-vol-heading-wrapper .vc_custom_heading {
  margin-bottom: 0 !important;
}
.s-vol-heading-wrapper .img-with-aniamtion-wrap {
  margin-right: 4%;
}
.s-vol-heading-wrapper img {
  width: 100% !important;
  height: auto !important;
  max-width: 350px !important;
  max-width: 70% !important;
  max-width: 230px !important;
}

@media (max-width: 999px) {
  .s-vol-heading-wrapper {
    align-items: center;
    flex-direction: column;
  }
  .s-vol-heading-wrapper img {
    max-width: 85px !important;
  }
}
/**
 * Section Evening
 */
.sm-program-late-container {
  --mb-program-l: 12px;
}
.sm-program-late-container .nectar-fancy-box {
  padding: 0 7%;
}
.sm-program-late-container .nectar-fancy-box > .inner {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.sm-program-late-container .nectar-fancy-box > .inner .sm-text > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sm-program-late-container .nectar-fancy-box > .inner .sm-text > span > span {
  margin-right: 10px;
}
.sm-program-late-container .nectar-fancy-box > .inner .sm-text > span > span:first-child {
  white-space: nowrap;
}
.sm-program-late-container .nectar-fancy-box > .inner .sm-text > span > span:last-child {
  margin-right: 0 !important;
}

@media (max-width: 690px) {
  .sm-program-late-container > .col > .col {
    margin-bottom: 0 !important;
  }
  .sm-program-late-container .nectar-fancy-box {
    margin-bottom: var(--mb-program-l) !important;
  }
}

/*# sourceMappingURL=style.css.map */
