/**
 * Params
 */
:root {
  --pp-full-width-padding: 25px;
  --pp-fw-min-width: calc(2 * var(--pp-full-width-padding));
  --fw-hero-space-for-bottom: 150px;
  --fw-hero-space-for-bottom-double: calc(var(--fw-hero-space-for-bottom) * 2);
  --fw-hero-space-for-bottom-m-fix: 0px;
  --pp-header-height: 106px;
  --pp-admin-bar-height: 0px;
  --fw-gm-bottom-spacing: 15px;
  --fw-gm-bottom-spacingx2: calc(var(--fw-gm-bottom-spacing) * 2);
  --fw-gm-bottom-height: calc(var(--fw-hero-space-for-bottom) - var(--fw-gm-bottom-spacingx2));
  --pp-max-width-out-of-container: 1900px;
  --pp-theme-fw: Teko;
  --pp-theme-fw2: Teko;
  --pp-theme-color: #C31684;
  --pp-theme-color2: #FFFFFF;
  --pp-theme-color3: #57A3FF;
  --pp-theme-color4: #E1D9F8;
  --pp-theme-color5: transparent;
  --pp-theme-color6: #8ABFFF;
  --pp-theme-color7: #1C1D24;
  --pp-theme-color8: #B0B0B0;
  --pp-theme-color9: #C31684;
  --pp-theme-br: 30px;
  --pp-theme-br2: 45px;
  --pp-theme-br3: 1000px;
  --pp-theme-placeholder-color: #8ABFFF;
  --pp-theme-placeholder-color2: #8ABFFF;
  --pp-theme-bg: #000000;
  --pp-theme-text-color: #FFFFFF;
}

:root body.admin-bar {
  --pp-admin-bar-height: 32px;
}

@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;
  }
}
@media (max-width: 999px) {
  :root {
    --fw-hero-space-for-bottom: 100px;
    --fw-hero-space-for-bottom-m-fix: 50px;
    --pp-header-height: 64px;
    --pp-full-width-padding: 15px;
  }
}
@media (max-width: 782px) {
  :root body.admin-bar {
    --pp-admin-bar-height: 46px;
  }
}
/**
 * Globals
 */
html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--pp-theme-fw);
}

.text-lg {
  font-size: 24px;
  line-height: 28px;
}

.text-base {
  font-size: 18px;
  line-height: 26px;
}

.text-md {
  font-size: 16px;
  line-height: 22px;
}

.text-sm {
  font-size: 14px;
  line-height: 20px;
}

.text-xs {
  font-size: 12px;
  line-height: 16px;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

.a-underline a {
  text-decoration: underline;
}

ol, ul {
  padding-left: 0;
  margin-left: 0;
}

[class*=" icon-"], svg {
  background-color: initial;
}

svg .accent {
  fill: var(--pp-theme-color);
}

p strong {
  font-weight: 600;
}

/* remove browser styling */
input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.row .col img.w-100_h-a, .row .col img:not([srcset]).w-100_h-a, img.w-100_h-a, img:not([srcset]).w-100_h-a {
  width: 100%;
  height: auto;
}

/**
 * Text colors
 */
.text-color-scheme-light, .text-color-scheme-light p, .text-color-scheme-light li, .text-color-scheme-light a {
  color: #FFFFFF;
}

.noSelect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.noSelect:focus {
  outline: none !important;
}

figure {
  margin: initial;
}

.d-none {
  display: none !important;
}

#top {
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
}
#top nav ul li a {
  color: #1b1b1b;
}

.pp-text-nested-lists ol {
  counter-reset: item;
}
.pp-text-nested-lists ol > li {
  display: block;
  position: relative;
  padding-left: 30px;
}
.pp-text-nested-lists ol > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: absolute;
  left: -5px;
}
.pp-text-nested-lists ol li, .pp-text-nested-lists ul li {
  margin-top: 7px;
  margin-bottom: 7px;
}
.pp-text-nested-lists ul > li {
  list-style: lower-alpha;
}
.pp-text-nested-lists ul > li.no-list-style,
.pp-text-nested-lists .no-list-style {
  list-style: none !important;
  margin-left: -15px;
}
.pp-text-nested-lists ol {
  margin-left: 10px !important;
  margin-left: 20px !important;
  margin-left: 5px !important;
}
.pp-text-nested-lists .wpb_wrapper > ol {
  margin-left: 5px !important;
}
.pp-text-nested-lists .wpb_wrapper > ol > li {
  padding-left: 20px;
}
.pp-text-nested-lists .wpb_wrapper > ol > li {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pp-text-nested-lists .wpb_wrapper > ol > li > ol {
  margin-left: -20px !important;
}
.pp-text-nested-lists .wpb_wrapper > ol > li > ol > li > ol > li {
  padding-left: 40px;
}

/**
 * Iphone notch fix (also meta)
 */
.ocm-effect-wrap-inner {
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

/*
 * Table responsive
 */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/**
 * Header
 */
#top nav > ul > li {
  text-align: center !important;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .menu li,
#slide-out-widget-area.fullscreen .menuwrapper li {
  margin-bottom: 4% !important;
}

@media (min-width: 1000px) {
  #header-outer .buttons.sf-menu {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  #top nav > ul > li > a {
    font-size: 16px;
  }
  #header-outer[data-lhe=animated_underline] #top nav > ul > li > a {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1299px) {
  #top nav > ul > li > a {
    font-size: 14px;
  }
  #header-outer[data-lhe=animated_underline] #top nav > ul > li > a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#logo {
  display: none !important;
}

@media (min-width: 1000px) {
  body #header-outer[data-transparent-header=true].transparent {
    background-color: rgba(117, 179, 255, 0.35) !important;
    backdrop-filter: blur(10px); /* Apply blur effect */
    -webkit-backdrop-filter: blur(10px); /* For Safari */
  }
  #header-outer {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    margin-top: 30px;
    border-radius: var(--pp-theme-br) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    background-color: rgba(117, 179, 255, 0.35) !important;
    backdrop-filter: blur(10px); /* Apply blur effect */
    -webkit-backdrop-filter: blur(10px); /* For Safari */
  }
  #header-outer .container {
    padding: 3px !important;
  }
  #header-outer nav .menu-item a {
    margin-bottom: 0 !important;
    transition: 0.3s all ease-in-out;
    padding: 17px 35px !important;
    border-radius: 1000px !important;
  }
  #header-outer nav .menu-item a span {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  #header-outer nav .menu-item.current-menu-item a {
    background-color: #C31684 !important;
  }
}
@media (max-width: 999px) {
  #header-outer {
    min-height: 54px !important;
  }
}
/**
 * Footer
 */
/**
 * Popups
 */
/**
 * Forms
 */
/**
 * Contact Forms
 */
.material.woocommerce-page[data-form-style=default] input#coupon_code, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border-radius: var(--pp-theme-br) !important;
  padding: 20px 30px !important;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
}

:root {
  --form-control-color: var(--cs-color-accent);
  --form-control-disabled: #959495;
  --cs-color-checkbox-mark: var(--pp-theme-color);
}

body .wpcf7-form-control-wrap {
  display: inline-block !important;
  width: 100% !important;
}

.wpcf7-acceptance, .wpcf7-acceptance a {
  color: var(--form-control-disabled) !important;
  color: inherit !important;
}
.wpcf7-acceptance a {
  text-decoration: underline;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item label {
  display: inline-flex;
  align-items: start;
  justify-content: flex-start;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--pp-theme-color4);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  color: var(--pp-theme-color2);
  width: 28px;
  height: 28px;
  min-width: 28px;
  border: 2px solid currentColor;
  border: 2px solid var(--pp-theme-color4);
  border-radius: 3px;
  display: grid;
  place-content: center;
  transition: 0.2s all ease-in-out;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]::before {
  content: "";
  width: 0.85em;
  height: 0.85em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: var(--cs-color-checkbox-mark);
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked {
  border: 2px solid var(--pp-theme-color2) !important;
  background-color: var(--pp-theme-color2);
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked::before {
  transform: scale(1);
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  margin-left: 20px;
  color: var(--pp-theme-color2);
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  font-weight: 300;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  color: #C31684;
}

.text-color-scheme-light .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  color: #FFFFFF;
}

.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item label input[type=checkbox][aria-invalid=true] {
  border-color: #C31684 !important;
  background-color: #C31684 !important;
}

.text-color-scheme-light .wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item label input[type=checkbox][aria-invalid=true] {
  border-color: #FFFFFF !important;
}

body .cf-tip {
  color: var(--pp-theme-color);
  font-size: 14px;
  line-height: 18px;
}
body .cf-tip a {
  color: var(--pp-theme-color);
  text-decoration: underline;
}

.tip-after-form {
  margin-top: -1.6em;
  margin-bottom: 2.5em;
}

/**
 * Global
 */
textarea,
select,
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
  color: var(--pp-theme-color2) !important;
}
textarea option,
select option,
input[type=text] option,
input[type=url] option,
input[type=email] option,
input[type=tel] option,
input[type=number] option,
input[type=password] option {
  color: var(--pp-theme-color) !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
  background-color: transparent;
  box-shadow: none;
}

.wpcf7-form .pp-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: block;
  cursor: pointer;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
  margin: 0;
  font-size: 16px;
  border-radius: var(--pp-theme-br);
}

.pp-cf-label {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 35px;
}
.pp-cf-label .label-text {
  position: absolute;
  top: 33px;
  left: 0;
  padding: 5px 30px;
  transform: translateY(-50%);
  pointer-events: none;
  font-weight: normal;
  transition: top 0.2s;
  color: var(--pp-theme-color2);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.pp-cf-label input, .pp-cf-label textarea, .pp-cf-label select {
  border: 1px solid var(--pp-theme-color5) !important;
  color: #8D8D8D;
  font-weight: 500;
  font-size: 18px;
  outline: none;
}
.pp-cf-label input:focus, .pp-cf-label textarea:focus, .pp-cf-label select:focus {
  border: none !important;
  border: 1px solid var(--pp-theme-color) !important;
  border-width: 1px !important;
}
.pp-cf-label input.wpcf7-not-valid, .pp-cf-label textarea.wpcf7-not-valid, .pp-cf-label select.wpcf7-not-valid {
  border: 1px solid #FF5454;
}
.pp-cf-label.has-value .label-text {
  top: -12px;
  font-size: 14px;
  font-weight: 600;
}

.wpcf7-form-control-wrap.recaptcha {
  margin-bottom: 25px;
}

/**
 * Headings
 */
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: 86px !important;
  line-height: 90px !important;
  font-family: var(--pp-theme-fw);
  font-weight: 600;
  font-weight: 500;
}
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: 36px !important;
  line-height: 42px !important;
  font-family: var(--pp-theme-fw);
  font-weight: 600;
  font-weight: 500;
}
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: 40px !important;
  font-family: var(--pp-theme-fw);
  font-weight: 600;
  font-weight: 500;
}
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: 28px !important;
  font-family: var(--pp-theme-fw);
  font-weight: 600;
  font-weight: 500;
}
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-weight: 300;
}
body h1.pp-title-sub-0, body h1.vc_custom_heading.pp-title-sub-0, body h2.pp-title-sub-0, body h2.vc_custom_heading.pp-title-sub-0, body h3.pp-title-sub-0, body h3.vc_custom_heading.pp-title-sub-0, body h4.pp-title-sub-0, body h4.vc_custom_heading.pp-title-sub-0, body h5.pp-title-sub-0, body h5.vc_custom_heading.pp-title-sub-0, body h6.pp-title-sub-0, body h6.vc_custom_heading.pp-title-sub-0, body div.pp-title-sub-0, body div.vc_custom_heading.pp-title-sub-0, body span.pp-title-sub-0, body span.vc_custom_heading.pp-title-sub-0, body p.pp-title-sub-0, body p.vc_custom_heading.pp-title-sub-0, .wpb_wrapper h1.pp-title-sub-0, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-0, .wpb_wrapper h2.pp-title-sub-0, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-0, .wpb_wrapper h3.pp-title-sub-0, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-0, .wpb_wrapper h4.pp-title-sub-0, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-0, .wpb_wrapper h5.pp-title-sub-0, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-0, .wpb_wrapper h6.pp-title-sub-0, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-0, .wpb_wrapper div.pp-title-sub-0, .wpb_wrapper div.vc_custom_heading.pp-title-sub-0, .wpb_wrapper span.pp-title-sub-0, .wpb_wrapper span.vc_custom_heading.pp-title-sub-0, .wpb_wrapper p.pp-title-sub-0, .wpb_wrapper p.vc_custom_heading.pp-title-sub-0 {
  font-size: 48px;
  line-height: 55px;
}
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: 34px;
}
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: 16px;
  line-height: 22px;
}
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: 14px;
  line-height: 20px;
}
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: 12px;
  line-height: 18px;
}
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: 69px !important;
  line-height: 72px !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: 29px !important;
  line-height: 34px !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: 32px !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: 22px !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: 48px !important;
  line-height: 50px !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: 57px !important;
  line-height: 60px !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: 24px !important;
  line-height: 28px !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: 27px !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: 19px !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: 40px !important;
  line-height: 42px !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: 49px !important;
  line-height: 51px !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: 21px !important;
  line-height: 24px !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: 23px !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: 16px !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: 34px !important;
  line-height: 36px !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: 82px !important;
    line-height: 86px !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: 32px !important;
    line-height: 38px !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: 36px !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: 24px !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: 66px !important;
    line-height: 69px !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: 26px !important;
    line-height: 30px !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: 19px !important;
    line-height: 29px !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: 19px !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: 46px !important;
    line-height: 48px !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: 55px !important;
    line-height: 57px !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: 21px !important;
    line-height: 25px !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: 16px !important;
    line-height: 24px !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: 16px !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: 38px !important;
    line-height: 40px !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: 47px !important;
    line-height: 49px !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: 18px !important;
    line-height: 22px !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: 14px !important;
    line-height: 21px !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: 14px !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: 33px !important;
    line-height: 34px !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: 40px !important;
    line-height: 48px !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: 30px !important;
    line-height: 36px !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: 20px !important;
    line-height: 28px !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: 16px !important;
    line-height: 22px !important;
  }
}
/**
 * Custom font sizes
 */
@media (max-width: 999px) {
  body h1.pp-title-sub-0, body h1.vc_custom_heading.pp-title-sub-0, body h2.pp-title-sub-0, body h2.vc_custom_heading.pp-title-sub-0, body h3.pp-title-sub-0, body h3.vc_custom_heading.pp-title-sub-0, body h4.pp-title-sub-0, body h4.vc_custom_heading.pp-title-sub-0, body h5.pp-title-sub-0, body h5.vc_custom_heading.pp-title-sub-0, body h6.pp-title-sub-0, body h6.vc_custom_heading.pp-title-sub-0, body div.pp-title-sub-0, body div.vc_custom_heading.pp-title-sub-0, body span.pp-title-sub-0, body span.vc_custom_heading.pp-title-sub-0, body p.pp-title-sub-0, body p.vc_custom_heading.pp-title-sub-0, .wpb_wrapper h1.pp-title-sub-0, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-0, .wpb_wrapper h2.pp-title-sub-0, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-0, .wpb_wrapper h3.pp-title-sub-0, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-0, .wpb_wrapper h4.pp-title-sub-0, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-0, .wpb_wrapper h5.pp-title-sub-0, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-0, .wpb_wrapper h6.pp-title-sub-0, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-0, .wpb_wrapper div.pp-title-sub-0, .wpb_wrapper div.vc_custom_heading.pp-title-sub-0, .wpb_wrapper span.pp-title-sub-0, .wpb_wrapper span.vc_custom_heading.pp-title-sub-0, .wpb_wrapper p.pp-title-sub-0, .wpb_wrapper p.vc_custom_heading.pp-title-sub-0 {
    font-size: 20px;
    line-height: 30px;
  }
}
/**
 * Design borders
 */
.br-theme, .br-theme .column-image-bg-wrap, .br-theme .column-bg-overlay {
  border-radius: var(--pp-theme-br);
  overflow: hidden;
}
.br-theme.br-bl-none, .br-theme.br-bl-none .column-image-bg-wrap, .br-theme.br-bl-none .column-bg-overlay {
  border-bottom-left-radius: 0;
}
.br-theme.br-br-none, .br-theme.br-br-none .column-image-bg-wrap, .br-theme.br-br-none .column-bg-overlay {
  border-bottom-right-radius: 0;
}

.br-img {
  transform: translateZ(0);
}
.br-img .column-bg-overlay {
  transform: translateZ(0);
}

img.br-img {
  width: 100% !important;
  max-width: 100%;
  height: auto;
}

/**
 * Buttons
 */
body header .pp-btn-nav > a, body .pp-btn,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn,
.pp-btn.nectar-button[data-color-override=false].regular-button {
  border-radius: var(--pp-theme-br) !important;
  -webkit-border-radius: var(--pp-theme-br) !important;
  border-style: solid;
  border-width: 0;
  border-width: 1px;
  padding: 16px 32px 12px 32px !important;
  transition: 0.3s all;
}

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,
.pp-btn.nectar-button[data-color-override=false].regular-button,
.pp-btn.nectar-button[data-color-override=false].regular-button > span {
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 500;
}

.pp-button-1 {
  color: var(--pp-theme-color) !important;
}

body .pp-btn.pp-default,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-default,
.pp-btn.nectar-button[data-color-override=false].regular-button.pp-default {
  background-color: var(--pp-theme-color) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color2) !important;
}

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,
.pp-btn.nectar-button[data-color-override=false].regular-button.pp-accent {
  background-color: var(--pp-theme-color3) !important;
  border-color: var(--pp-theme-color3) !important;
  color: var(--pp-theme-color) !important;
}

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,
.pp-btn.nectar-button[data-color-override=false].regular-button.pp-accent2 {
  background-color: var(--pp-theme-color) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color2) !important;
}

body .pp-btn.pp-accent3,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-accent3,
.pp-btn.nectar-button[data-color-override=false].regular-button.pp-accent3 {
  background-color: var(--pp-theme-color) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color2) !important;
}
body .pp-btn.pp-accent3 span,
body[data-button-style*=slightly_rounded] .nectar-button.pp-btn.pp-accent3 span,
.pp-btn.nectar-button[data-color-override=false].regular-button.pp-accent3 span {
  color: var(--pp-theme-color2) !important;
}

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,
.pp-btn.nectar-button[data-color-override=false].regular-button.btn-size-2,
.pp-btn.nectar-button[data-color-override=false].regular-button.btn-size-2 > span {
  font-size: 20px !important;
  line-height: 25px !important;
  padding: 10px 3% !important;
  font-weight: 800;
  white-space: nowrap;
}
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,
.pp-btn.nectar-button[data-color-override=false].regular-button.btn-wide,
.pp-btn.nectar-button[data-color-override=false].regular-button.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,
.pp-btn.nectar-button[data-color-override=false].regular-button.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,
.pp-btn.nectar-button[data-color-override=false].regular-button.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,
.pp-btn.nectar-button[data-color-override=false].regular-button.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,
.pp-btn.nectar-button[data-color-override=false].regular-button.btn-ico i span,
.pp-btn.nectar-button[data-color-override=false].regular-button.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,
.pp-btn.nectar-button[data-color-override=false].regular-button.btn-ico i span img,
.pp-btn.nectar-button[data-color-override=false].regular-button.btn-ico i .im-icon-wrap img {
  margin-bottom: 0 !important;
}

body header .pp-btn-nav {
  margin-left: 7px;
  margin-right: 7px;
}
body header .pp-btn-nav > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
body header .pp-btn-nav.pp-accent2 > a .menu-title-text:after {
  display: none !important;
}

#header-outer:not(.transparent) #top nav > ul > li > a {
  border-color: var(--pp-theme-color) !important;
}

body #header-outer.small-nav .pp-btn-nav.pp-accent2 > a {
  border-color: var(--pp-theme-color) !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;
}

/**
 * Custom sections for bg and content widths
 */
body .section-hero-width-fix.full-width-section > .row-bg-wrap canvas, body .section-hero-width-fix.full-width-content > .row-bg-wrap canvas, body .section-hero-width-fix.full-width-section > .row-bg-wrap .row-bg-layer.row-bg-overlay, body .section-hero-width-fix.full-width-content > .row-bg-wrap .row-bg-layer.row-bg-overlay, body .section-hero-width-fix.full-width-section > .row-bg-wrap .row-bg-layer .row-bg, body .section-hero-width-fix.full-width-content > .row-bg-wrap .row-bg-layer .row-bg {
  width: calc(100% - var(--pp-fw-min-width));
  border-radius: var(--pp-theme-br2);
  transform: translateZ(0);
}

body .section-hero-width-fix.full-width-section > .row-bg-wrap canvas, body .section-hero-width-fix.full-width-content > .row-bg-wrap canvas, body .section-hero-width-fix.full-width-section > .row-bg-wrap .row-bg-layer.row-bg-overlay, body .section-hero-width-fix.full-width-content > .row-bg-wrap .row-bg-layer.row-bg-overlay, body .section-hero-width-fix.full-width-section > .row-bg-wrap .row-bg-layer .row-bg, body .section-hero-width-fix.full-width-content > .row-bg-wrap .row-bg-layer .row-bg {
  left: 50%;
  transform: translateX(-50%);
  max-width: var(--pp-max-width-out-of-container);
}

body .section-hero-width-fix.full-width-section > .row-bg-wrap, body .section-hero-width-fix.full-width-content > .row-bg-wrap {
  transform: translateX(-50%);
  left: 50%;
  margin-left: unset;
}
body .section-hero-width-fix.wpb_row.full-width-section > .col > .wpb_column > .vc_column-inner > .wpb_wrapper, body .section-hero-width-fix.wpb_row.full-width-content > .col > .wpb_column > .vc_column-inner > .wpb_wrapper {
  max-width: var(--pp-max-width-out-of-container);
  width: calc(100% - var(--pp-fw-min-width));
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

@media (min-width: 691px) {
  body .section-hero-width-fix.wpb_row.full-width-section > .col > .wpb_column > .vc_column-inner > .wpb_wrapper, body .section-hero-width-fix.wpb_row.full-width-content > .col > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-left: var(--pp-full-width-padding);
    padding-right: var(--pp-full-width-padding);
  }
}
@media (max-width: 690px) {
  body .section-hero-width-fix.full-width-content.wpb_row {
    margin-left: unset;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  body .section-hero-width-fix.full-width-section.wpb_row > .col > .col > .vc_column-inner > .wpb_wrapper, body .section-hero-width-fix.full-width-content.wpb_row > .col > .col > .vc_column-inner > .wpb_wrapper {
    width: 100%;
  }
  body .section-hero-width-fix > .row-bg-wrap {
    width: 100%;
  }
  body .section-hero-width-fix > .row-bg-wrap .row-bg-layer .row-bg {
    width: 100% !important;
  }
  body .section-hero-width-fix > .row-bg-wrap .row-bg-layer.row-bg-overlay {
    width: 100%;
  }
  body .section-hero-width-fix > .row-bg-wrap canvas {
    width: 100%;
  }
  body .section-hero-width-fix > .col {
    padding-left: var(--pp-full-width-padding);
    padding-right: var(--pp-full-width-padding);
  }
}
body .section-hero-height-fix.wpb_row.vc_row-o-full-height, body .section-hero-height-fix.wpb_row.vc_row-o-full-height > .col.span_12 {
  min-height: calc(100vh - var(--pp-header-height) - var(--pp-admin-bar-height) - var(--fw-hero-space-for-bottom) - var(--fw-hero-space-for-bottom-m-fix)) !important;
  margin-bottom: var(--fw-hero-space-for-bottom) !important;
}
body .section-hero-height-fix.wpb_row.vc_row-o-full-height > .col.span_12 {
  margin-bottom: 0 !important;
}

body .section-hero-bg-height-fix.wpb_row.vc_row-o-full-height > .row-bg-wrap .inner-wrap .row-bg {
  max-height: calc(100% - var(--fw-hero-space-for-bottom) - var(--fw-hero-space-for-bottom-m-fix));
}

/**
 * Home
 */
.title-sub-hero {
  margin-top: 3% !important;
}

.section-title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}

.section-hero > .span_12 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 150px);
  padding: 15% 0 15%;
}

.section-hero-buttons {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.section-hero-buttons .wpb_wrapper {
  display: block;
}
.section-hero-buttons .wpb_wrapper .pp-btn {
  float: right;
}
.section-hero-buttons .wpb_wrapper .pp-btn:last-child {
  margin-right: 3%;
}

.section-hero-timing-line {
  position: absolute;
  width: 100%;
  bottom: 5%;
  color: #FFFFFF;
}
.section-hero-timing-line > .col {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.section-hero-timing-line .tl-inner > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-hero-timing-line .tl-inner > .vc_column-inner > .wpb_wrapper > *, .section-hero-timing-line .tl-inner > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
  margin-bottom: 0 !important;
}
.section-hero-timing-line .info-date em {
  font-style: normal !important;
}
.section-hero-timing-line .info-date strong {
  font-weight: 400 !important;
}
.section-hero-timing-line .active-m-only {
  display: none;
}
@media (max-width: 999px) {
  .section-hero-buttons .wpb_wrapper .pp-btn {
    float: left;
    min-width: 360px;
    align-items: center;
    justify-content: space-between;
  }
  .section-hero-buttons .wpb_wrapper .pp-btn:last-child {
    margin-right: 0;
  }
  .section-hero-buttons .wpb_wrapper .pp-btn:first-child {
    margin-right: 3%;
  }
}
@media (max-width: 576px) {
  .section-hero-buttons .wpb_wrapper .pp-btn {
    min-width: unset;
    width: 100%;
  }
  .section-hero-buttons .wpb_wrapper .pp-btn span {
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 28px !important;
  }
  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 > span {
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .section-hero-timing-line {
    bottom: 5%;
    margin-top: 5%;
  }
  .section-hero-timing-line .tl-inner > .vc_column-inner > .wpb_wrapper {
    justify-content: center;
  }
  .section-hero-timing-line .info-date {
    margin-right: 10px;
  }
  .section-hero-timing-line .info-date em {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-hero-timing-line .info-date em > strong:first-child {
    font-size: 40px;
    line-height: 42px;
  }
  .section-hero-timing-line .info-date em > strong:last-child {
    font-size: 14px;
    line-height: 16px;
  }
  .section-hero-timing-line .sep {
    display: none !important;
  }
  .section-hero-timing-line .active-wrap-m {
    text-align: left;
    margin-left: 10px;
  }
  .section-hero-timing-line .active-m-only {
    display: block;
  }
  .section-hero-timing-line .time {
    display: none;
  }
}
/**
 * Counter
 */
.counter-count {
  font-size: 128px;
  line-height: 140px;
  font-size: 96px;
  line-height: 110px;
  margin-bottom: 0 !important;
  margin-top: 15px !important;
}

.counter-text {
  font-size: 32px;
  line-height: 40px;
  margin: 0 auto;
  margin-bottom: 15px !important;
}

@media (max-width: 999px) {
  .counter-count {
    font-size: 70px;
    line-height: 90px;
  }
  .counter-text {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 690px) {
  .counter-count {
    font-size: 70px;
    line-height: 90px;
  }
  .counter-text {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px !important;
  }
}
/**
 * Pages
 */
.rec-sym {
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
  margin-bottom: 30px !important;
  background: #E5F2FF;
  color: #034EA1;
  transition: 0.3s ease all;
  border-radius: 100%;
  display: inline-flex;
  padding: 24px;
  width: 125px;
  height: 125px;
  align-items: center;
  justify-content: center;
}
.rec-sym.active {
  background: #034EA1;
  color: #FFFFFF;
}

.c-img {
  max-width: 250px !important;
  height: auto !important;
  width: 100%;
  margin-top: 7% !important;
}

.fancy-list-custom-wrapper .nectar-fancy-ul ul > li {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding-left: 0 !important;
}
.fancy-list-custom-wrapper .nectar-fancy-ul ul > li i {
  background: #034EA1;
  display: inline-flex;
  width: 89px;
  height: 89px !important;
  color: white;
  padding: 10px;
  border-radius: 1000px;
  align-items: center;
  justify-content: center;
  position: static;
  margin-bottom: 20px;
}
.fancy-list-custom-wrapper .nectar-fancy-ul ul > li i:before {
  content: "";
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 50px;
  display: inline-flex;
}

@media (max-width: 999px) {
  .fancy-list-custom-wrapper .nectar-fancy-ul ul > li i {
    width: 50px;
    height: 50px !important;
    color: white;
  }
}
/**
 * list-logo-wrapper
 */
:root {
  --pp-list-logo-gutter: 1%;
  --pp-list-logo-inner-gutter: 2%;
}

.list-logo-wrapper .wpb_wrapper {
  margin-left: calc(var(--pp-list-logo-gutter) * -1);
  margin-right: calc(var(--pp-list-logo-gutter) * -1);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list-logo-wrapper .wpb_wrapper .img-with-aniamtion-wrap {
  padding-left: var(--pp-list-logo-gutter);
  padding-right: var(--pp-list-logo-gutter);
  padding-top: 1%;
  padding-bottom: 1%;
  flex-basis: 50%;
  max-width: 33.33%;
}
.list-logo-wrapper .wpb_wrapper .img-with-aniamtion-wrap > .inner {
  background-color: var(--pp-theme-color9);
  border-radius: var(--pp-theme-br);
  height: 250px;
  border: 1px solid var(#57A3FF);
}
.list-logo-wrapper .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap {
  height: 100%;
}
.list-logo-wrapper .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.list-logo-wrapper .wpb_wrapper .img-with-aniamtion-wrap img {
  max-width: 180px;
  width: 100%;
  height: auto;
}

@media (max-width: 999px) {
  .list-logo-wrapper .wpb_wrapper .img-with-aniamtion-wrap {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 690px) {
  .list-logo-wrapper .wpb_wrapper .img-with-aniamtion-wrap {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  :root {
    --pp-list-logo-gutter: 15px;
    --pp-list-logo-inner-gutter: 2%;
  }
  .list-logo-wrapper .wpb_wrapper .img-with-aniamtion-wrap {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.all-list-link {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}

/**
 * Design
 -----------------------------------------------------------------------------------------------------------------------
 */
/**
 * Info boxes
 */
.info-boxes .info-box,
.info-boxes > .col > .wpb_column {
  padding-top: 15px;
  padding-bottom: 15px;
}
.info-count-box > .vc_column-inner {
  padding: 35px 30px !important;
}

.heading-numbers {
  margin-bottom: 8px !important;
}

.info-count-box > .vc_column-inner {
  border-radius: 1000px;
  border: 1px solid #C31684;
}

/*img*/
.info-img-box .img-with-aniamtion-wrap .hover-wrap-inner {
  text-align: center;
}

.info-img-box .img-with-aniamtion-wrap .hover-wrap-inner img {
  display: inline-block !important;
}

.img-info {
  border-radius: 1000px;
  overflow: hidden;
  transform: translateZ(0);
}

@media (min-width: 1000px) {
  .info-img-box.left .img-with-aniamtion-wrap .hover-wrap-inner {
    text-align: right;
  }
  .info-img-box.right .img-with-aniamtion-wrap .hover-wrap-inner {
    text-align: left;
  }
  .info-img-box.custom-width {
    width: 30% !important;
  }
}
/**
 * Substracts
 */
:root {
  --pp-section-sub-height: 100px;
  --pp-section-sub-mt: -7%;
}

.section-substract-top {
  margin-top: var(--pp-section-sub-mt);
}

.section-substract-top-img {
  width: 100% !important;
  height: auto !important;
}

.section-rounded-top.blue {
  margin-top: calc(-1 * var(--pp-section-sub-height)) !important;
}
.section-rounded-top.blue:before {
  background-image: url("https://careers.aviasg.com/career-expo-2025/wp-content/uploads/2025/09/Ellipse-9.svg");
  z-index: 1;
  content: "";
  height: 1400px;
  margin-left: calc(-50vw + var(--scroll-bar-w) / 2);
  left: 50%;
  width: 700px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left;
  bottom: -17vh;
  background-size: contain;
}
.section-rounded-top.blue:after {
  background-image: url("https://careers.aviasg.com/career-expo-2025/wp-content/uploads/2025/09/Ellipse-10.svg");
  z-index: 1;
  content: "";
  height: 1400px;
  margin-right: -52vw;
  right: 50%;
  width: 700px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left;
  top: -17vh;
  background-size: contain;
}

@media (min-width: 3600px) {
  :root {
    --pp-section-sub-height: 200px;
  }
}
@media (min-width: 2600px) {
  :root {
    --pp-section-sub-height: 180px;
  }
}
@media (min-width: 2000px) {
  :root {
    --pp-section-sub-height: 130px;
  }
}
/**
 * Section Logos
 */
.section-logos > .row-bg-wrap > .inner-wrap > .row-bg {
  background-size: contain !important;
}

.section-logos-content,
.section-logos-list {
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-logos-content {
  margin-top: 7%;
}

.section-logos-list {
  margin-top: 7%;
  margin-bottom: 15% !important;
}

.title-logos {
  margin-bottom: 1% !important;
}

@media (max-width: 999px) {
  .section-logos-content {
    margin-top: 130px;
  }
}
@media (max-width: 690px) {
  .list-logo-wrapper .wpb_wrapper .img-with-aniamtion-wrap > .inner {
    height: 200px;
  }
}
/**
 * Boxes with images
 */
.box-w-img > .vc_column-inner {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #454545;
  padding: 30px !important;
}
.box-w-img > .vc_column-inner > .wpb_wrapper {
  margin-top: 300px !important;
}
.box-w-img-text, .box-w-img-text p {
  font-size: 16px;
  color: #b0b0b0;
  line-height: 22px;
  text-align: left;
}
.box-w-img-text a {
  text-decoration: underline;
}

.list-btns {
  padding-top: 4%;
}
.list-btns .pp-btn {
  margin: 7px;
}

/**
 * Carousel agenda
 */
.carousel-agenda .cell > .inner-wrap-outer {
  border-radius: var(--pp-theme-br);
  background: #2F303D;
  padding: 15px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.carousel-agenda .cell > .inner-wrap-outer .a-time {
  margin-top: 20px;
  margin-bottom: 20px !important;
}
.carousel-agenda .cell > .inner-wrap-outer .a-name {
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.carousel-agenda .cell > .inner-wrap-outer .a-company {
  margin-bottom: 15px !important;
}
.carousel-agenda .cell > .inner-wrap-outer .a-position {
  font-weight: 300;
}
.carousel-agenda .cell > .inner-wrap-outer .vc_custom_heading {
  margin-left: 20px;
}
.carousel-agenda .cell > .inner-wrap-outer .img-with-aniamtion-wrap {
  background-color: #1C1D24;
  border-radius: var(--pp-theme-br);
  overflow: hidden;
  transform: translateZ(0);
}
.carousel-agenda .flickity-viewport {
  margin-bottom: 0 !important;
}
.carousel-agenda .nectar-flickity .container.normal-container {
  padding: 0 !important;
  padding-top: 50px !important;
}
.carousel-agenda .visualized-total {
  height: 9px !important;
  background-color: #363845 !important;
  border-radius: var(--pp-theme-br2) !important;
}
.carousel-agenda .visualized-total > span {
  height: 9px !important;
  border-radius: 1000px !important;
  top: 0 !important;
}

@media only screen and (min-width: 1300px) {
  .nectar-flickity.nectar-carousel[data-desktop-columns="5"][data-format=default] .cell {
    width: 25%;
  }
}
@media only screen and (min-width: 1500px) {
  .nectar-flickity.nectar-carousel[data-desktop-columns="5"][data-format=default] .cell {
    width: 30%;
  }
}
@media (min-width: 1000px) {
  .carousel-agenda .cell:nth-child(even) {
    margin-top: 30px !important;
  }
  .carousel-agenda .cell:nth-child(odd) {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 999px) {
  .carousel-agenda {
    margin-left: inherit !important;
    width: 100% !important;
    left: 0 !important;
  }
}
/**
 * Section career page
 */
@media (max-width: 690px) {
  .wpb_wrapper h2.pp-title-3.section-career-page-title,
  .wpb_wrapper h2.vc_custom_heading.pp-title-3.section-career-page-title,
  body h2.pp-title-3.section-career-page-title,
  body h2.vc_custom_heading.pp-title-3.section-career-page-title,
  .section-career-page-title {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.light p {
  color: #b0b0b0;
}
.light .wpb_text_column > .wpb_wrapper > ul {
  color: #b0b0b0 !important;
}
.light ul {
  padding-left: 15px;
}
.light ul li {
  list-style: initial;
}

.custom-h1 {
  color: #fff !important;
  font-size: 230px !important;
  line-height: 68% !important;
  font-weight: 300 !important;
}
@media (max-width: 767px) {
  .custom-h1 {
    font-size: 130px !important;
    line-height: 96px !important;
  }
}
.custom-h1 span {
  font-size: 218px !important;
  font-weight: bold !important;
  letter-spacing: 7px;
}
@media (max-width: 767px) {
  .custom-h1 span {
    font-size: 118px !important;
    line-height: 96px !important;
  }
}

.wpcf7-not-valid-tip {
  color: #C31684 !important;
}

.full-width-section.background-cover .row-bg {
  background-size: contain !important;
}

.custom-font-1 {
  font-family: "Teko";
  text-transform: uppercase;
  color: rgb(174, 176, 193);
}

.pp-custom-title-bold {
  font-weight: bold;
}

@media (max-width: 767px) {
  .wpb_wrapper div.pp-title-sub-1, .wpb_wrapper div.vc_custom_heading.pp-title-sub-1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 690px) {
  .wpb_wrapper h2.vc_custom_heading {
    font-size: 35.5px !important;
    line-height: 31.5px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .pp-title-smaller-0 {
    font-size: 32px !important;
    line-height: 44px !important;
  }
}
.pp-input-checkbox {
  position: relative;
}
.pp-input-checkbox select {
  appearance: none;
}
.pp-input-checkbox:after {
  content: " ";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='11' viewBox='0 0 19 11' fill='none'><path d='M1.77786 0.999773L9.80397 9.02588L17.8301 0.999771' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 22px;
  top: 28px;
  pointer-events: none;
  width: 16px;
  height: 8px;
}

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