;@import url('https://insightscopehub.com/wp-content/themes/hello-elementor-child/css/flaticon_ish.css');;

/*FILESTART   */

/* 10Web Booster optimized this CSS file */

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */


/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/animation-addons-for-elementor/assets/css/starter-animations.css */
@charset "UTF-8";
/* =====================================
   COMMON BASE TARGET
===================================== */
/* =====================================
   COMMON ANIMATION SETTINGS
===================================== */
.wcf-animate[class*=wcf-starter-animations-] .elementor-widget-container > *,
.wcf-animate[class*=wcf-starter-animations-] > *,
.wcf-animate.wcf-target-self[class*=wcf-starter-animations-] {
  animation-duration: var(--wcf-duration, 700ms);
  animation-delay: var(--wcf-delay, 0ms);
  animation-timing-function: var(--wcf-ease, ease);
  animation-fill-mode: forwards;
}

/* =====================================
   REVEAL ENGINE (FIXED TARGET)
===================================== */
/* Initial Hidden State */
.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-starter-animations-reveal > *,
.wcf-starter-animations-reveal.wcf-target-self {
  opacity: 0;
}

/* Bottom */
.wcf-reveal-bottom.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-bottom.wcf-starter-animations-reveal > *,
.wcf-reveal-bottom.wcf-starter-animations-reveal.wcf-target-self {
  clip-path: inset(100% 0 0 0);
}

/* Top */
.wcf-reveal-top.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-top.wcf-starter-animations-reveal > *,
.wcf-reveal-top.wcf-starter-animations-reveal.wcf-target-self {
  clip-path: inset(0 0 100% 0);
}

/* Left */
.wcf-reveal-left.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-left.wcf-starter-animations-reveal > *,
.wcf-reveal-left.wcf-starter-animations-reveal.wcf-target-self {
  clip-path: inset(0 100% 0 0);
}

/* Right */
.wcf-reveal-right.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-right.wcf-starter-animations-reveal > *,
.wcf-reveal-right.wcf-starter-animations-reveal.wcf-target-self {
  clip-path: inset(0 0 0 100%);
}

/* Center */
.wcf-reveal-center.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-center.wcf-starter-animations-reveal > *,
.wcf-reveal-center.wcf-starter-animations-reveal.wcf-target-self {
  clip-path: inset(0 50% 0 50%);
}

/* Animate */
.wcf-animate.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-reveal > *,
.wcf-animate.wcf-starter-animations-reveal.wcf-target-self {
  animation: wcf-reveal-anim var(--wcf-duration, 700ms) var(--wcf-ease, ease) forwards;
}

@keyframes wcf-reveal-anim {
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/* =====================================
   TRANSFORM ANIMATIONS
===================================== */
/* Scale Up */
.wcf-starter-animations-scale-up .elementor-widget-container > *,
.wcf-starter-animations-scale-up > *,
.wcf-starter-animations-scale-up.wcf-target-self {
  transform: scale(var(--wcf-scale-start, 0.6));
  opacity: var(--wcf-scale-opacity, 0);
  transform-origin: var(--wcf-scale-origin, center);
}

.wcf-animate.wcf-starter-animations-scale-up .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-scale-up > *,
.wcf-animate.wcf-starter-animations-scale-up.wcf-target-self {
  animation-name: wcf-scale-up;
}

@keyframes wcf-scale-up {
  to {
    transform: scale(var(--wcf-scale-end, 1));
    opacity: 1;
  }
}
/* Rotate In */
.wcf-starter-animations-rotate-in .elementor-widget-container > *,
.wcf-starter-animations-rotate-in > *,
.wcf-starter-animations-rotate-in.wcf-target-self {
  transform: rotate(-45deg);
  opacity: 0;
}

.wcf-animate.wcf-starter-animations-rotate-in .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-rotate-in > *,
.wcf-animate.wcf-starter-animations-rotate-in.wcf-target-self {
  animation-name: wcf-rotate-in;
}

@keyframes wcf-rotate-in {
  to {
    transform: rotate(0);
    opacity: 1;
  }
}
/* Slide Up */
/* Base Slide State */
.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-starter-animations-slide > *,
.wcf-starter-animations-slide.wcf-target-self {
  opacity: 0;
}

/* Bottom → Top */
.wcf-slide-bottom.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-slide-bottom.wcf-starter-animations-slide > *,
.wcf-slide-bottom.wcf-starter-animations-slide.wcf-target-self {
  transform: translateY(var(--wcf-slide-distance, 60px));
}

/* Top → Bottom */
.wcf-slide-top.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-slide-top.wcf-starter-animations-slide > *,
.wcf-slide-top.wcf-starter-animations-slide.wcf-target-self {
  transform: translateY(calc(var(--wcf-slide-distance, 60px) * -1));
}

/* Left → Right */
.wcf-slide-left.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-slide-left.wcf-starter-animations-slide > *,
.wcf-slide-left.wcf-starter-animations-slide.wcf-target-self {
  transform: translateX(calc(var(--wcf-slide-distance, 60px) * -1));
}

/* Right → Left */
.wcf-slide-right.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-slide-right.wcf-starter-animations-slide > *,
.wcf-slide-right.wcf-starter-animations-slide.wcf-target-self {
  transform: translateX(var(--wcf-slide-distance, 60px));
}

/* Animate */
.wcf-animate.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-slide > *,
.wcf-animate.wcf-starter-animations-slide.wcf-target-self {
  animation: wcf-slide var(--wcf-duration, 700ms) var(--wcf-ease, ease) forwards;
}

@keyframes wcf-slide {
  to {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
/* =========================================
   Skew Reveal (Variable Driven)
========================================= */
.wcf-starter-animations-skew-reveal .elementor-widget-container > *,
.wcf-starter-animations-skew-reveal > *,
.wcf-starter-animations-skew-reveal.wcf-target-self {
  transform: skewX(var(--wcf-skew-angle, 18deg)) translateX(var(--wcf-skew-distance, -40px));
  opacity: var(--wcf-skew-opacity-start, 0);
  animation-duration: var(--wcf-duration, 0.6s);
  animation-delay: var(--wcf-skew-delay, 0s);
  animation-timing-function: var(--wcf-skew-ease, ease);
  animation-fill-mode: forwards;
  will-change: transform, opacity;
}

/* Trigger */
.wcf-animate.wcf-starter-animations-skew-reveal .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-skew-reveal > *,
.wcf-animate.wcf-starter-animations-skew-reveal.wcf-target-self {
  animation-name: wcf-skew-reveal;
}

/* Keyframes */
@keyframes wcf-skew-reveal {
  to {
    transform: skewX(0deg) translateX(0);
    opacity: 1;
  }
}
/* Flip Animation Base */
.wcf-starter-animations-flip .elementor-widget-container > *,
.wcf-starter-animations-flip > *,
.wcf-starter-animations-flip.wcf-target-self {
  opacity: 0;
  transform-style: preserve-3d;
  perspective: var(--wcf-flip-perspective, 800px);
  animation-duration: var(--wcf-flip-duration, 0.6s);
  animation-delay: var(--wcf-flip-delay, 0s);
  animation-timing-function: var(--wcf-flip-ease, ease);
  animation-fill-mode: forwards;
  will-change: transform, opacity;
}

/* X Axis */
.wcf-flip-axis-x.wcf-starter-animations-flip .elementor-widget-container > *,
.wcf-flip-axis-x.wcf-starter-animations-flip > *,
.wcf-flip-axis-x.wcf-starter-animations-flip.wcf-target-self {
  transform: rotateX(var(--wcf-flip-angle, 90deg));
}

/* Y Axis */
.wcf-flip-axis-y.wcf-starter-animations-flip .elementor-widget-container > *,
.wcf-flip-axis-y.wcf-starter-animations-flip > *,
.wcf-flip-axis-y.wcf-starter-animations-flip.wcf-target-self {
  transform: rotateY(var(--wcf-flip-angle, 90deg));
}

/* Trigger */
.wcf-animate.wcf-starter-animations-flip .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-flip > *,
.wcf-animate.wcf-starter-animations-flip.wcf-target-self {
  animation-name: wcf-flip;
}

/* Keyframes */
@keyframes wcf-flip {
  to {
    transform: rotateX(0deg) rotateY(0deg);
    opacity: 1;
  }
}
/* Zoom In */
.wcf-starter-animations-zoom-in .elementor-widget-container > *,
.wcf-starter-animations-zoom-in > *,
.wcf-starter-animations-zoom-in.wcf-target-self {
  transform: scale(1.3);
  opacity: 0;
}

.wcf-animate.wcf-starter-animations-zoom-in .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-zoom-in > *,
.wcf-animate.wcf-starter-animations-zoom-in.wcf-target-self {
  animation-name: wcf-zoom-in;
}

@keyframes wcf-zoom-in {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* Combo Reveal */
.wcf-starter-animations-combo-reveal .elementor-widget-container > *,
.wcf-starter-animations-combo-reveal > *,
.wcf-starter-animations-combo-reveal.wcf-target-self {
  transform: translateY(40px) scale(0.9);
  opacity: 0;
}

.wcf-animate.wcf-starter-animations-combo-reveal .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-combo-reveal > *,
.wcf-animate.wcf-starter-animations-combo-reveal.wcf-target-self {
  animation-name: wcf-combo-reveal;
}

@keyframes wcf-combo-reveal {
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
/* Glow Pulse */
.wcf-animate.wcf-starter-animations-text-glow {
  animation: wcf-glow var(--wcf-duration, 2s) var(--wcf-ease, ease-in-out) alternate;
  animation-iteration-count: var(--wcf-iteration, infinite);
}

@keyframes wcf-glow {
  from {
    text-shadow: 0 0 5px var(--wcf-glow-color, #fff);
  }
  to {
    text-shadow: 0 0 var(--wcf-glow-size, 20px) var(--wcf-glow-color, #00f);
  }
}
/* Pop Scale */
.wcf-starter-animations-text-pop {
  transform: scale(0.6);
  opacity: 0;
}

.wcf-animate.wcf-starter-animations-text-pop {
  animation: wcf-text-pop 0.6s ease forwards;
}

@keyframes wcf-text-pop {
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.wcf-starter-animations-text-typewriter .elementor-widget-container > *,
.wcf-starter-animations-text-typewriter > *,
.wcf-target-self.wcf-starter-animations-text-typewriter {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
}

.wcf-animate.wcf-starter-animations-text-typewriter .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-text-typewriter > *,
.wcf-animate.wcf-target-self.wcf-starter-animations-text-typewriter {
  animation: wcf-typewriter var(--wcf-duration, 2s) steps(30) forwards, wcf-caret 1s step-end;
}

@keyframes wcf-typewriter {
  to {
    width: 100%;
  }
}
@keyframes wcf-caret {
  50% {
    border-color: transparent;
  }
}
/* =====================================
   Cinematic Mask Wipe
===================================== */
.wcf-starter-animations-text-mask-wipe .elementor-widget-container > *,
.wcf-starter-animations-text-mask-wipe > *,
.wcf-target-self.wcf-starter-animations-text-mask-wipe {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* Mask layer */
.wcf-starter-animations-text-mask-wipe .elementor-widget-container > *::after,
.wcf-starter-animations-text-mask-wipe > *::after,
.wcf-target-self.wcf-starter-animations-text-mask-wipe::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--wcf-mask-bg, #000);
  transform: translateX(0%);
  z-index: 2;
}

/* Animate */
.wcf-animate.wcf-starter-animations-text-mask-wipe .elementor-widget-container > *::after,
.wcf-animate.wcf-starter-animations-text-mask-wipe > *::after,
.wcf-animate.wcf-target-self.wcf-starter-animations-text-mask-wipe::after {
  animation: wcf-mask-wipe var(--wcf-duration, 1000ms) var(--wcf-ease, cubic-bezier(0.77, 0, 0.18, 1)) var(--wcf-delay, 0ms) forwards;
}

@keyframes wcf-mask-wipe {
  to {
    transform: translateX(100%);
  }
}
/* Scrollable Select2 Dropdown */
.wcf-select-scroll .select2-results__options {
  max-height: 150px !important;
  overflow-y: auto !important;
}

/* =====================================
   TEXT WAVE (Water Stroke Effect)
===================================== */
.wcf-starter-animations-text-wave .elementor-widget-container > *,
.wcf-starter-animations-text-wave > *,
.wcf-target-self.wcf-starter-animations-text-wave {
  position: relative;
  color: transparent;
}

/* Animated layer */
.wcf-starter-animations-text-wave .elementor-widget-container > *::after,
.wcf-starter-animations-text-wave > *::after,
.wcf-target-self.wcf-starter-animations-text-wave::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--wcf-wave-fill, #03a9f4);
  animation: wcf-wave 4s ease-in-out infinite;
}

@keyframes wcf-wave {
  0%, 100% {
    clip-path: polygon(0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
/* =====================================
   BACKGROUND CLIP TEXT ANIMATION
===================================== */
.wcf-starter-animations-text-bg-clip .elementor-widget-container > *,
.wcf-starter-animations-text-bg-clip > *,
.wcf-target-self.wcf-starter-animations-text-bg-clip {
  position: relative;
  color: var(--wcf-bg-text-color, rgba(255, 0, 0, 0.1));
  background-image: var(--wcf-bg-text-image);
  background-size: var(--wcf-bg-text-size, cover);
  background-repeat: repeat;
  background-position: left 0 top 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Animate only when triggered */
.wcf-animate.wcf-starter-animations-text-bg-clip .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-text-bg-clip > *,
.wcf-animate.wcf-target-self.wcf-starter-animations-text-bg-clip {
  animation: wcf-bg-text-animation var(--wcf-bg-speed, 15s) linear infinite;
}

@keyframes wcf-bg-text-animation {
  0% {
    background-position: left 0 top 50%;
  }
  50% {
    background-position: left 1500px top 50%;
  }
  100% {
    background-position: left 0 top 50%;
  }
}
/* =====================================
   CHARACTER ANIMATION ENGINE (CLEAN)
===================================== */
/* ===============================
   PRESET DEFAULT VALUES
================================ */
/* Revolve */
.wcf-char-preset-revolve {
  --wcf-char-x: -150px;
  --wcf-char-y: -50px;
  --wcf-char-rotate: -180deg;
  --wcf-char-scale: 2;
}

/* Ball Drop */
.wcf-char-preset-ball {
  --wcf-char-x: 0px;
  --wcf-char-y: -200px;
  --wcf-char-rotate: 0deg;
  --wcf-char-scale: 1;
}

/* Slide */
.wcf-char-preset-slide {
  --wcf-char-x: -100px;
  --wcf-char-y: 0px;
  --wcf-char-rotate: 0deg;
  --wcf-char-scale: 1;
}

/* Revolve Drop */
.wcf-char-preset-revolve_drop {
  --wcf-char-x: 0px;
  --wcf-char-y: -150px;
  --wcf-char-rotate: -360deg;
  --wcf-char-scale: 1.5;
}

/* Drop Vanish */
.wcf-char-preset-drop_vanish {
  --wcf-char-x: 0px;
  --wcf-char-y: -250px;
  --wcf-char-rotate: 0deg;
  --wcf-char-scale: 0.3;
}

/* Twister */
.wcf-char-preset-twister {
  --wcf-char-x: 0px;
  --wcf-char-y: 0px;
  --wcf-char-rotate: -720deg;
  --wcf-char-scale: 1;
}

/* Parent Fix */
[class*=wcf-starter-animations-text-char] .elementor-widget-container > *,
[class*=wcf-starter-animations-text-char] > *,
.wcf-target-self[class*=wcf-starter-animations-text-char] {
  display: inline-block;
}

/* Initial State */
[class*=wcf-starter-animations-text-char] .elementor-widget-container > * span,
[class*=wcf-starter-animations-text-char] > * span,
.wcf-target-self[class*=wcf-starter-animations-text-char] span {
  display: inline-block;
  opacity: 0;
  transform: translate(var(--wcf-char-x, -150px), var(--wcf-char-y, 0)) rotate(var(--wcf-char-rotate, -180deg)) scale(var(--wcf-char-scale, 2));
  animation-delay: calc(var(--wcf-stagger, 0.05s) * var(--i));
  will-change: transform, opacity;
}

/* Animate State */
.wcf-animate[class*=wcf-starter-animations-text-char] .elementor-widget-container > * span,
.wcf-animate[class*=wcf-starter-animations-text-char] > * span,
.wcf-animate.wcf-target-self[class*=wcf-starter-animations-text-char] span {
  animation-name: wcf-char;
  animation-duration: var(--wcf-duration, 0.5s);
  animation-timing-function: var(--wcf-ease, ease);
  animation-fill-mode: forwards;
}

/* Keyframe */
@keyframes wcf-char {
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
/* =========================================
   Container Slide Animation (Stable)
========================================= */
/* Initial */
.wcf-starter-animations-slide.e-con {
  opacity: 0;
  animation-duration: var(--wcf-slide-duration, 600ms);
  animation-delay: var(--wcf-slide-delay, 0ms);
  animation-timing-function: var(--wcf-slide-ease, ease);
  animation-fill-mode: forwards;
  will-change: transform, opacity;
}

/* Direction */
.wcf-slide-bottom.wcf-starter-animations-slide.e-con {
  transform: translateY(var(--wcf-slide-distance, 40px));
}

.wcf-slide-top.wcf-starter-animations-slide.e-con {
  transform: translateY(calc(-1 * var(--wcf-slide-distance, 40px)));
}

.wcf-slide-left.wcf-starter-animations-slide.e-con {
  transform: translateX(calc(-1 * var(--wcf-slide-distance, 40px)));
}

.wcf-slide-right.wcf-starter-animations-slide.e-con {
  transform: translateX(var(--wcf-slide-distance, 40px));
}

/* Trigger */
.wcf-animate.wcf-starter-animations-slide.e-con {
  animation-name: wcf-container-slide;
}

@keyframes wcf-container-slide {
  to {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
/* =========================================
   CONTAINER FLIP ANIMATION (SELF ONLY)
========================================= */
/* Initial State */
.wcf-starter-animations-flip.e-con {
  opacity: 0;
  transform-style: preserve-3d;
  perspective: var(--wcf-flip-perspective-container, 800px);
  animation-duration: var(--wcf-duration, 700ms);
  animation-delay: var(--wcf-delay, 0ms);
  animation-timing-function: var(--wcf-ease, ease);
  animation-fill-mode: forwards;
  will-change: transform, opacity;
}

/* Axis X */
.wcf-flip-axis-container-x.wcf-starter-animations-flip.e-con {
  transform: rotateX(var(--wcf-flip-angle-container, 90deg));
}

/* Axis Y */
.wcf-flip-axis-container-y.wcf-starter-animations-flip.e-con {
  transform: rotateY(var(--wcf-flip-angle-container, 90deg));
}

/* Trigger */
.wcf-animate.wcf-starter-animations-flip.e-con {
  animation-name: wcf-container-flip;
}

/* Keyframes */
@keyframes wcf-container-flip {
  to {
    transform: rotateX(0deg) rotateY(0deg);
    opacity: 1;
  }
}

/*FILESTART   */

/* 10Web Booster optimized this CSS file */

.wp-block-rank-math-related-posts{--rm-related-gap: 1rem;--rm-related-border-radius: 6px;--rm-related-card-padding: 16px;--rm-related-hover-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);--rm-related-transition: 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts{display:block}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-wrap{display:grid;gap:var(--rm-related-gap)}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-vertical .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-vertical .rank-math-related-wrap{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr))}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-wrap{grid-template-columns:repeat(auto-fill, minmax(400px, 1fr))}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-item{display:flex;gap:16px;align-items:flex-start}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb{flex:0 0 140px;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb img{width:140px;height:140px;-o-object-fit:cover;object-fit:cover}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-content,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-content{flex:1;min-width:0;display:flex;flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-title,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-title{margin-top:0}@media (max-width: 640px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb{flex:0 0 100px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb img{width:100px;height:100px}}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-vertical .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-vertical .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{display:flex;gap:20px;align-items:flex-start}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 180px;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:180px;height:180px;-o-object-fit:cover;object-fit:cover}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-content,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-content{flex:1;min-width:0;display:flex;flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-title,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-title{margin-top:0}@media (max-width: 640px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{gap:16px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 120px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:120px;height:120px}}@media (max-width: 480px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 auto;width:100%}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:100%;height:auto;max-height:200px}}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-item{border-radius:var(--rm-related-border-radius);padding:var(--rm-related-card-padding);background:inherit;transition:transform var(--rm-related-transition),box-shadow var(--rm-related-transition)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-item:hover{transform:translateY(-2px);box-shadow:var(--rm-related-hover-shadow)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title{margin:0.5rem 0;font-size:inherit;line-height:inherit}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title a{color:inherit;text-decoration:none;transition:color 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title a:hover{color:#2563eb;text-decoration:underline}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title:not(:has(a)){cursor:default}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb{position:relative;overflow:hidden;border-radius:4px;display:block}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb img{display:block;width:100%;height:auto;border-radius:4px;transition:transform 0.3s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:hover img{transform:scale(1.05)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:not(a){cursor:default}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:not(a):hover img{transform:none}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-date{margin-top:0.25rem;font-size:0.85em;opacity:0.7}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-terms{margin-top:0.5rem}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-chip{display:inline-block;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:0.15rem 0.5rem;margin-right:0.35rem;font-size:0.8em}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-excerpt{margin-top:0.5rem;color:inherit;opacity:0.8;font-size:0.9em;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-more{margin-top:1rem}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-button{display:inline-block;background:#111827;color:#fff;border-radius:6px;padding:0.625rem 1.25rem;text-decoration:none;font-weight:500;transition:background 0.2s ease, transform 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-button:hover{background:#1f2937;transform:translateY(-1px)}.wp-block-rank-math-related-posts.has-border-color .rank-math-related-item{border-color:inherit}.wp-block-rank-math-related-posts.has-border-width .rank-math-related-item{border-width:inherit}.wp-block-rank-math-related-posts.has-border-style .rank-math-related-item{border-style:inherit}.wp-block-rank-math-related-posts.has-border-radius .rank-math-related-item{border-radius:inherit}.wp-block-rank-math-related-posts:not(.has-border-color):not(.has-border-width):not(.has-border-style) .rank-math-related-item{border:1px solid #e5e7eb}

/*# sourceURL=https://insightscopehub.com/wp-content/plugins/seo-by-rank-math-pro/includes/modules/link-genius/blocks/related/assets/css/styles.css */


/*FILESTART   */

/* 10Web Booster optimized this CSS file */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: 800px;--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:root :where(.wp-block-icon svg){width: 24px;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */


/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/contact-form-7/includes/css/styles.css */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/indeed-membership-pro/assets/css/style.min.css */
@charset "UTF-8";/*!
 *  Ultimate Membership Pro Main Frotend Style file
 *  Register Form general style
 *  Login Form general style
 *  My Account general style
 *  Popup Modal style
 */.ihc-icon-edit-e:before,.ihc-icon-preview:before,.ihc-icon-remove-e:before{color:#666;font-size:14px;padding-left:4px}.ihc-tos-wrap,.impu-form-line-fr{position:relative}.fa-ihc,.fa-ihc-sm{text-rendering:auto;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}@font-face{font-family:FontAwesome-ihc;src:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/fontawesome-webfont.woff?v=4.3.0) format('woff');font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/poppins/Poppins-Regular.woff2) format('woff2'),url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/poppins/Poppins-Regular.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/poppins/Poppins-Medium.woff2) format('woff2'),url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/poppins/Poppins-Medium.woff) format('woff');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/poppins/Poppins-SemiBold.woff2) format('woff2'),url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/poppins/Poppins-SemiBold.woff) format('woff');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/poppins/Poppins-Bold.woff2) format('woff2'),url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/poppins/Poppins-Bold.woff) format('woff');font-weight:700;font-style:normal;font-display:swap}:root{--iump-primary-text-color:#1a2538;--iump-second-text-color:rgba(125,138,157,1.0);--iump-thrid-text-color:#686b8f;--iump-forth-text-color:rgba(108,119,135,1.0);--iump-main-background-color:#f4f7fd;--iump-green-color:#37caca;--iump-blue-color:#2196f3;--iump-blue-light-dark-color:#0d8aee;--iump-blue-darker-color:#0b64f5;--iump-light-blue-color:#ecf3fb;--iump-superlight-blue-color:rgba(236,243,251, 0.28);--iump-blue-border-color:#e0eafe;--iump-blue-second-border-color:#e2e8f9;--iump-gray-color:#ced4de;--iump-main-orange:#F5B11D;--iump-primary-font:Poppins,Century Gothic,CenturyGothic,sans-serif}.fa-ihc{display:inline-block;font:14px/1 FontAwesome-ihc;font-size:inherit;-webkit-font-smoothing:antialiased}.fa-ihc-menu{font-size:30px;display:block;margin-bottom:5px}.fa-import_users-ihc:before,.fa-users-ihc:before{content:"\f0c0"}.fa-profile-account-ihc:before,.fa-user-ihc:before,.fa-username-ihc:before{content:"\f007"}.fa-level_restrict_payment-ihc:before,.fa-levels-ihc:before,.fa-mycred-ihc:before{content:"\f005"}.fa-locker-ihc:before,.fa-pass-ihc:before{content:"\f023"}.fa-register-ihc:before,.fa-register_lite-ihc:before,.fa-user-plus-ihc:before{content:"\f234"}.fa-login-ihc:before,.fa-register_redirects_by_level-ihc:before,.fa-sign-in-ihc:before{content:"\f090"}.fa-orders-account-ihc:before,.fa-orders-ihc:before,.fa-payments-ihc:before{content:"\f0d6"}.fa-opt_in-ihc:before{content:"\f0e0"}.fa-block_url-ihc:before{content:'\f023'}.fa-payment_settings-ihc:before{content:'\f155'}.fa-general-ihc:before,.fa-zapier-ihc:before{content:"\f013"}.fa-affiliate-account-ihc:before,.fa-affiliates-ihc:before,.fa-user_sites-ihc:before{content:"\f0e8"}.fa-help-account-ihc:before,.fa-help-ihc:before,.fa-reason_for_cancel-ihc:before{content:"\f059"}.fa-coupons-ihc:before{content:"\f145"}.fa-showcases-ihc:before{content:"\f109"}.fa-social_login-ihc:before{content:"\f17d"}.fa-logout-account-ihc:before,.fa-sign-out-ihc:before{content:"\f08b"}.fa-unlock-ihc:before{content:"\f09c"}.fa-drip_content_notifications-ihc:before,.fa-notifications-ihc:before,.fa-pushover_notifications-account-ihc:before{content:"\f0f3"}.fa-magic_feat-ihc:before{content:"\f0d0"}.ihc-icon-edit-e:before{content:"\f044"}.ihc-icon-remove-e:before{content:"\f014"}.ihc-icon-preview:before{content:"\f06e"}.ihc-icon-pop-list:before{content:"\f10c";font-size:14px;line-height:17px;vertical-align:top;color:#fff}.fa-ihc-dashboard{margin-right:0;width:66px;height:66px;text-align:center;color:#fff;padding:20px;border-radius:50%;font-size:28px;float:left!important;box-sizing:border-box}.fa-list-ihc:before{content:"\f0ca";line-height:17px;font-size:27px;color:#fff;margin:3px 6px 0 0}.fa-arrows-ihc:before{content:"\f047";cursor:move}.ihc-icon-pop-list-black:before{content:"\f10c";font-size:14px;line-height:17px;vertical-align:top;color:#000}.fa-download_monitor_integration-ihc:before,.fa-export-csv:before{content:"\f019"}.fa-ihc-fb:after,.fa-ihc-fb:before{content:"\f09a"}.fa-ihc-tw:after,.fa-ihc-tw:before{content:"\f099"}.fa-ihc-in:after,.fa-ihc-in:before{content:"\f0e1"}.fa-ihc-goo:after,.fa-ihc-goo:before{content:"\f1a0"}.fa-ihc-tbr:after,.fa-ihc-tbr:before{content:"\f173"}.fa-ihc-vk:after,.fa-ihc-vk:before{content:"\f189"}.fa-ihc-ig:after,.fa-ihc-ig:before{content:"\f16d"}.fa-search-ihc:before{content:"\f002";margin-right:5px}.fa-filter-ihc:before{content:""\f233"";margin-right:5px}.fa-dot-ihc:before{content:"\f111";margin-right:5px}.fa-taxes-ihc:before{content:"\f295"}.fa-add-ihc:before,.fa-new-extension-ihc:before,.fa-social-account-ihc:before{content:"\f067"}.fa-currencies-ihc:before,.fa-transactions-account-ihc:before{content:"\f155"}.fa-links-ihc:before{content:"\f08e"}.fa-bp-ihc:before{content:"\f29a"}.fa-woo-ihc:before{content:"\f19a"}.fa-srch-ihc:before{content:"\f002"}.fa-print-ihc:before{content:"\f02f";font-size:16px;cursor:pointer}.fa-cheat_off-ihc:before{content:"\f132"}.fa-membership_card-ihc:before{content:"\f09d"}.fa-invitation_code-ihc:before{content:"\f058"}.fa-individual_page-ihc:before{content:"\f24d"}.fa-level_subscription_paln_settings-ihc:before{content:"\f0ae"}.fa-prorate_subscription_settings-ihc:before{content:"\f012"}.fa-gifts-ihc:before,.fa-membeship_gifts-account-ihc:before{content:"\f06b"}.fa-wp_social_login-ihc:before{content:"\f1d7"}.fa-list_access_posts-ihc:before{content:"\f03a"}.fa-invoices-ihc:before{content:"\f249"}.fa-invoice-preview-ihc:before{content:"\f15c";color:#5a6f7d;font-size:14px;padding-left:4px}.fa-badges-ihc:before{content:"\f219"}.fa-login_security-ihc:before{content:"\f21b"}.fa-workflow_restrictions-ihc:before{content:"\f27b"}.fa-subscription_delay-ihc:before{content:"\f252"}.fa-level_dynamic_price-ihc:before{content:"\f160"}.fa-membership_cards-account-ihc:before,.fa-user_reports-ihc:before{content:"\f022"}.fa-pushover-ihc:before{content:"\f10b"}.fa-pushover-on-ihc:before{color:#66cbff!important;font-size:26px;content:"\f0f3"}.fa-arrow-ihc:before{content:"\f0d7"}.fa-account_page_menu-ihc:before{content:"\f0c9"}.fa-api-ihc:before{content:"\f085"}.fa-import_export-ihc:before{content:"\f0ec"}.fa-overview-account-ihc:before{content:"\f015"}.fa-subscription-account-ihc:before{content:"\f0a1"}.fa-sites-is-active{color:#0a9fd8;font-size:21px!important;margin-right:10px}.fa-sites-is-not-active{color:#999;font-size:21px!important;margin-right:10px}.fa-infusionSoft-ihc:before{content:"\f12d"}.fa-kissmetrics-ihc:before{content:"\f0e4"}.fa-direct_login-ihc:before{content:"\f13e"}.ihc-tos-wrap{padding:4px 0 8px;display:inline-block}.ihc-tos-wrap input[type=checkbox]{margin:0 10px}.ihc-tos-wrap a{color:#0074a2;text-decoration:none!important;font-size:14px}.ihc-tos-wrap a:hover{text-decoration:underline!important}.g-recaptcha-wrapper{text-align:left;margin:10px 5px;padding:10px 5px}.g-recaptcha{display:inline-block;vertical-align:middle}#ihc_coupon_code_check_div_msg{text-align:left;margin-left:5px}#ihc_coupon_code_check_div_msg.ihc-coupon-valid{color:#27bebe!important}#ihc_coupon_code_check_div_msg.ihc-coupon-not-valid,.ihc-stripe-connect-form-card-errors{color:#dd3559}.iump-form-line-register{padding:10px 5px;border-bottom:1px solid #fafafa;box-sizing:border-box;position:relative}.iump-labels-register{min-width:140px;text-align:right;padding-right:15px;display:inline-block}.iump-form-upload_image{margin-bottom:0!important;padding-bottom:0!important}.iump-form-line-register select{min-width:177px;vertical-align:middle}.iump-form-line-register .iump-form-checkbox,.iump-form-line-register .iump-form-paybox,.iump-form-line-register .iump-form-radiobox{margin-bottom:15px;margin-right:15px}.iump-form-line-register .iump-form-checkbox input,.iump-form-line-register .iump-form-paybox input,.iump-form-line-register .iump-form-radiobox input{margin-right:5px;vertical-align:inherit}.iump-form-line-register .iump-form-sublabel{clear:both;font-size:11px;color:#999;display:block;line-height:18px}.ihc-member-photo{border-image-outset:0;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;display:block;max-width:180px;max-height:180px;margin:15px 3px;-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s;transition:.2s;border-radius:100%;zoom:.9;box-shadow:0 0 15px 0 rgba(0,0,0,.3);border:1px solid #fff}.ihc-delete-attachment-bttn,.ihc-file-upload-button .ajax-file-upload,.ihc-file-upload-button .ihc-delete-attachment-bttn,.iump-submit-form .ihc-submit-bttn-fe{display:inline-block;font-size:13px;line-height:26px;height:28px;margin:0 10px 10px 0;padding:0 10px 1px;cursor:pointer;-webkit-appearance:none;-webkit-border-radius:3px;border-radius:3px;white-space:nowrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#2ea2cc;border:1px solid #0074a2;-webkit-box-shadow:inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);color:#fff;text-decoration:none;vertical-align:top}.ihc-file-upload-button .ihc-delete-attachment-bttn{background:-webkit-gradient(linear,3% 3%,3% 100%,from(#d14241),to(#c24a4b));border-color:#d14241}.ihc-info-link{font-size:11px;text-decoration:none}.ihc-wrapp-the-errors{clear:both;margin:15px 10px;box-sizing:border-box;padding:12px 19px 12px 15px;border-radius:3px;border:1px solid #f8cdcd;color:#9b4449;background-color:#fff6f4}.ihc-login-error,.ihc-login-notice{background:#dd3559;margin-bottom:8px;font-size:12px;opacity:1}.ihc-stripe-connect-change-card .ihc-stripe-connect-form-card-name-wrap,.ihc-stripe-connect-change-card .ihc-stripe-connect-form-card-number-wrap,.ihc-stripe-connect-change-card .ihc-stripe-connect-form-wallets-wrap,.ihc-wrapp-the-errors div{margin-bottom:10px}.ihc-login-form-wrap{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ihc-login-form-wrap a,.ihc-login-form-wrap a:hover{text-decoration:none!important;box-shadow:none!important}.ihc-login-error-wrapper{display:block}.ihc-login-notice{z-index:100;padding:5px 8px;-webkit-border-radius:3px;border-radius:3px;position:absolute;right:0;top:100%;margin-top:-2px;-webkit-transition:.6s linear;-moz-transition:.6s linear;-ms-transition:.6s linear;-o-transition:.6s linear;transition:.6s linear;-webkit-animation:1s fadeIn;animation:1s fadeIn;color:#fff!important}.ihc-login-notice:before{content:'';display:block;position:absolute;left:50%;top:-8px;margin-left:-5px;width:0;height:0;border-style:solid;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #dd3559}.ihc-login-error{padding:8px 28px;-webkit-border-radius:3px;border-radius:3px;color:#fff;margin-top:12px;-webkit-transition:.6s linear;-moz-transition:.6s linear;-ms-transition:.6s linear;-o-transition:.6s linear;transition:.6s linear;-webkit-animation:1s fadeIn;animation:1s fadeIn;display:block;position:relative;text-align:center}.ihc-no-avatar{background-image:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/no-avatar.png);width:120px;height:120px;background-size:cover}.ihc-wrapp-file-upload{display:inline-block;max-width:100%;overflow:hidden;vertical-align:text-top}.ihc-wrapp-file-upload .ajax-file-upload{margin-top:3px}.ihc-wrapp-file-upload .ihc-delete-attachment-bttn{color:#fff;background:-webkit-gradient(linear,3% 3%,3% 100%,from(#d14241),to(#c24a4b));display:inline-block;border-color:#d14241;cursor:pointer;margin-top:3px}.ihc-wrapp-file-upload .ajax-file-upload-progress{border:1px solid #4fb756}.ihc-wrapp-file-upload .ajax-file-upload-bar{background:#4fb756;color:#fff;max-height:2px}.ihc-wrapp-file-upload .ihc-icon-file-type{background-image:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/file-icon.png);vertical-align:middle;width:20px;height:20px;background-size:contain;display:inline-block;margin-right:10px}.ihc-wrapp-file-upload .ihc-file-name-uploaded{display:inline-block;margin-right:10px;margin-top:3px}.ihc-account-page-wrapp{display:block;padding:10px;box-sizing:border-box}.ihc-succes-message{padding:15px;margin-bottom:20px;border:1px solid #d6e9c6;border-radius:4px;color:#3c763d;background-color:#dff0d8}.ihc-ap-menu{background:#777;margin:0;min-width:0!important}.ihc-ap-menu .ihc-ap-menu-item{display:inline-block;padding:0 10px;font-size:13px;line-height:40px;box-sizing:border-box}.ihc-ap-menu .ihc-ap-menu-item a{text-decoration:none;border:none;color:#fff}.ihc-avatar-trigger,.ihc-carousel-view ul li,.ihc-content-user-list ul li,.ihc-display-inline,.ihc-payment-icon-wrap,.ihc-stripe-connect-saved-card-details,.iump-badge-wrapper,.iump-filter-date input[type=text],.iump-form-line-register .ajax-file-upload-container,.iump-form-paybox{display:inline-block}.iump-form-line-register .ajax-file-upload-statusbar{margin:3px 0}.iump-form-line-register .ajax-file-upload-progress .ajax-file-upload-bar{font-size:-9px}.iump-form-line-register .ajax-file-upload-progress{min-height:3px}.fa-ihc-sm:after,.ihc-avatar-trigger .cropControls,.ihc-avatar-trigger .cropControls i.cropControlUpload,.ihc-avatar-trigger form,.ihc-display-none,.iump-form-line-register .ajax-file-upload-filename{display:none}.ihc-sm-wrapp-fe{clear:both;margin:5px 0}.ihc-sm-item{color:#fff;padding:3px 10px;display:inline-block;margin:4px;cursor:pointer}.fa-ihc-sm{display:inline-block;font:17px/1.6 FontAwesome-ihc;-webkit-font-smoothing:antialiased;width:20px;text-align:center;float:left}.ihc-sm-item-label{margin-left:5px;white-space:nowrap!important;overflow:hidden;vertical-align:middle;font-size:13px;font-family:"Segoe WP","Segoe UI",Helvetica,Arial,sans-serif;line-height:2;float:left}.iump-level-details-register-name,.iump-level-details-register-price{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.ihc-sm-item a,.ihc-sm-item a:hover{border-bottom:none!important;text-decoration:none;color:#fff}.ihc-fb,.ihc-sm-item.ihc-fb{background-color:#3b5998}.ihc-sm-item.ihc-tw,.ihc-tw{background-color:#4099ff}.ihc-in,.ihc-sm-item.ihc-in{background-color:#0074a2}.ihc-goo,.ihc-sm-item.ihc-goo{background-color:#d95232}.ihc-sm-item.ihc-vk,.ihc-vk{background-color:#5d83aa}.ihc-ig,.ihc-sm-item.ihc-ig{background-color:#125688}.ihc-sm-item.ihc-tbr,.ihc-tbr{background-color:#2c4762}.ihc-account-page-sm-icon{display:inline-block;margin-right:5px;width:30px;text-align:center;height:30px;font-size:17px!important}.ihc-ap-top-theme-1 .ihc-account-page-sm-icon,.ihc-ap-top-theme-4 .ihc-account-page-sm-icon,.ihc-ap-wrap tbody,.ihc-ap-wrap tfoot,.ihc-ap-wrap thead{background:0 0!important}.ihc-account-page-sm-icon a,.ihc-account-page-sm-icon a:hover{text-decoration:none;color:#fff}.ihc-ap-sm-top-icons-wrap{display:inline-block;padding-top:5px}.ihc-sm-already-reg{opacity:.4}.ihc-content-left,.ihc_coupon_code_check_div_msg{text-align:left}.iump-level-details-register{margin:15px 0;box-sizing:border-box;padding:12px 3px;color:#777;font-size:14px}.iump-level-details-register .ihc-order-title,.iump-subscription-page-top .iump-subscription-page-top-title{font-size:21px;line-height:35px;max-width:70%;color:#333;margin-bottom:15px;text-align:left;border-bottom:2px solid #33b5e5}.iump-level-details-register-name{float:left;font-weight:500;font-size:15px}.iump-level-details-register-price{float:right}.iump-level-subdetails-register-name{float:left;font-weight:500;font-size:14px;padding-left:10px}.iump-level-subdetails-register-price{float:right}.iump-discount-wrapper,.iump-tax-wrapper{margin:15px 0}.iump-discount-wrapper .iump-level-details-register-price{color:#27bebe}.iump-tax-wrapper .iump-level-details-register-price{color:#f25a68}.iump-totalprice-wrapper{border-top:1px solid #efefef;padding-top:5px;color:#333;margin:15px 0;font-size:15px}.iump-totalprice-wrapper .iump-level-details-register-name{font-size:17px}.ihc-content-bold,.iump-subscription-page-top .iump-subscription-page-top-fields .iump-labels-register,.iump-totalprice-wrapper .iump-level-details-register-price{font-weight:700}.ihc-mobile-bttn:before{color:#fff;content:"\f0c9";font:30px/40px FontAwesome-ihc}.ihc-mobile-bttn-wrapp{display:none;width:100%;height:40px;clear:both}.ihc-mobile-bttn{background-color:#0091cd;border:1px solid rgba(51,51,51,.1);width:40px;height:40px;text-align:center;float:right;margin-bottom:10px;cursor:pointer}.ihc-mobile-bttn:focus,.ihc-mobile-bttn:hover{background-color:#555;border:1px solid rgba(51,51,51,.3);outline:0}.ihc-register-col{width:50%;box-sizing:border-box;padding-right:10px;max-width:400px;min-width:310px;display:inline-block;vertical-align:top}.ihc-register-notice{font-size:11px;color:#df2c2c;margin-top:3px;font-family:'Open Sans',sans-serif}.ihc-input-notice{border-color:#df2c2c!important}.ihc-payment-icon{width:100px!important;opacity:.3;cursor:pointer;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);vertical-align:middle}.ihc-payment-icon:hover,.ihc-payment-select-img-selected{opacity:1;filter:none;-webkit-filter:none}.ihc-public-trial-version a{color:#fff!important;text-decoration:none}.ihc-public-trial-version{clear:both;margin:15px 10px;box-sizing:border-box;padding:12px;border-radius:3px;border:1px solid #ab2c2c;color:#fff;font-size:12px;font-family:Arial,Helvetica,sans-serif;line-height:1.5em;background-color:#ab2c2c}.ihc-public-list-users-item{padding:5px;margin:5px;border:1px solid #c9c9c9}.ihc-wrapp-list-users .owl-ihc-theme .owl-ihc-dots .owl-ihc-dot span{border:2px solid #fff;box-shadow:0 0 8px -1px rgba(0,0,0,.3);width:7px;height:7px;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;margin:3px 4px!important}.ihc-wrapp-list-users .owl-ihc-theme .owl-ihc-nav{margin-top:1px!important}.pag-theme1 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-next,.pag-theme1 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-prev{background-color:#ddd;width:26px;height:26px;padding:0;margin:2px 2px 8px;font-family:FontAwesome-ihc;font-style:normal;font-weight:400;font-size:17px;vertical-align:middle;line-height:26px;-webkit-font-smoothing:antialiased}.pag-theme2 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-next,.pag-theme2 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-prev{background-color:transparent!important;padding:0;margin:2px;color:rgba(0,0,0,.55);width:13px;height:24px;font-size:35px;position:absolute;top:40%;font-family:FontAwesome-ihc;font-style:normal;font-weight:400;vertical-align:middle;line-height:26px}.pag-theme1 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-prev:before,.pag-theme3 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-prev:before{content:"\f053"}.pag-theme1 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-next:before,.pag-theme3 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-next:before{content:"\f054"}.pag-theme2 .ihc-wrapp-list-users{margin-left:17px;margin-right:17px}.pag-theme2 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-prev{left:-17px;-webkit-font-smoothing:antialiased}.pag-theme2 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-prev:before{content:"\f104"}.pag-theme2 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-next{right:-17px;-webkit-font-smoothing:antialiased}.pag-theme3 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-next,.pag-theme3 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-prev{background-color:rgba(0,0,0,.75);opacity:.85;margin:2px;color:rgba(255,255,255,.95)!important;width:24px;height:24px;font-size:14px;position:absolute;top:40%;font-family:FontAwesome-ihc;font-style:normal;font-weight:400;vertical-align:middle;line-height:24px;padding:0;-webkit-font-smoothing:antialiased}.pag-theme2 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-next:before{content:"\f105"}.pag-theme3 .ihc-wrapp-list-users{margin-left:22px;margin-right:22px}.pag-theme3 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-prev{left:-26px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.pag-theme3 .ihc-wrapp-list-users .owl-ihc-carousel .owl-ihc-controls .owl-ihc-nav .owl-ihc-next{right:-26px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.ihc-clear{content:" ";clear:both}.ihc-wrapp-list-users ul{margin:0!important;padding:0!important;list-style-type:none}.ihc-user-list-pagination{width:100%;text-align:center;margin:10px 0;padding:10px 0}.ihc-user-list-pagination .ihc-user-list-pagination-item,.ihc-user-list-pagination .ihc-user-list-pagination-item-break,.ihc-user-list-pagination .ihc-user-list-pagination-item-selected,.ihc-user-pagination{padding:5px 9px;margin:0 2px;background:#fafafa;border:1px solid #ddd;line-height:20px;vertical-align:-webkit-baseline-middle;text-decoration:none;color:#999;font-weight:700}.ihc-user-list-pagination .ihc-user-list-pagination-item-break{padding:5px 15px}.ihc-user-list-pagination .ihc-user-list-pagination-item-selected,.ihc-user-pagination.selected{background-color:#fff;color:#000}.ihc-account-affiliate-link{background-color:#f16186!important}.ihc-account-affiliate-link .fa-ihc,.ihc-account-affiliate-link a,.ihc-account-affiliate-link a:hover,.ihc-the-popup-locker .ihc-popup-top .title{color:#fff!important}.ihc-disabled-box{opacity:.5}.ihc-public-flag{width:20px;display:inline-block;margin:0 5px;border-radius:100%;box-shadow:0 0 1px rgba(0,0,0,.5);vertical-align:sub}.iump-form-line-register .select2.select2-container{width:100%!important}.ihc-search-bar-wrapper{margin:3px auto;text-align:center;position:relative;display:table;border-collapse:separate}.ihc-search-bar-wrapper .ihc-search-bar{height:34px;padding:6px 12px!important;font-size:14px!important;line-height:1.42857143!important;color:#555;background-color:#fff!important;background-image:none;border:1px solid #ccc!important;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;min-width:290px!important;max-width:400px!important;margin:0 auto;display:table-cell;position:relative;z-index:2;width:90%;border-top-left-radius:0!important;border-bottom-left-radius:0!important;margin-bottom:0!important}.ihc-search-bar-wrapper .ihc-input-pre{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px 0 0 4px;white-space:nowrap;vertical-align:middle;display:table-cell;box-sizing:border-box;border-right:0;max-width:10%}.ihc-membership-card-wrapp{padding:25px;margin:10px;border:1px solid #c9c9c9;border-radius:10px;position:relative;-webkit-box-shadow:0 0 7px 1px rgba(189,189,189,.3);-moz-box-shadow:0 0 7px 1px rgba(189,189,189,.3);box-shadow:0 0 7px 1px rgba(189,189,189,.3);box-sizing:border-box;font-size:15px;line-height:25px}.ihc-membership-card-wrapp .ihc-membership-card-content{width:60%;display:inline-block;vertical-align:top}.ihc-membership-card-wrapp .ihc-membership-card-img{width:37%;display:inline-block;vertical-align:top;text-align:right}.ihc-membership-card-wrapp .ihc-membership-card-img img{width:80%;text-align:right;border:3px solid #fff;margin:0 auto}.ihc-membership-card-wrapp .ihc-membership-card-full-name{font-weight:700;font-size:18px;line-height:24px;margin-bottom:20px}.ihc-membership-card-wrapp label{font-weight:700;font-size:15px}.ihc-membership-card-wrapp .ihc-membership-card-data{font-size:15px}.ihc-membership-card-small{width:30%;padding:10px;line-height:16px}.ihc-membership-card-medium{width:50%;padding:17px;line-height:19px}.ihc-membership-card-large{width:80%}.ihc-membership-card-small .ihc-membership-card-data,.ihc-membership-card-small label{font-size:75%}.ihc-membership-card-small .ihc-membership-card-full-name{font-size:105%}.ihc-membership-card-medium .ihc-membership-card-data,.ihc-membership-card-medium label{font-size:85%}.ihc-membership-card-medium .ihc-membership-card-full-name{font-size:120%}.ihc-membership-card-wrapp .ihc-print-icon{position:absolute;bottom:5px;right:5px;display:none}.ihc-membership-card-2{background-color:#3399fd;color:#fff!important;border-color:#fff;min-height:200px}.ihc-membership-card-2 .ihc-membership-card-img{display:block;width:30%;position:absolute}.ihc-membership-card-2 .ihc-membership-card-img img{max-width:100%;border-radius:100%;border:4px solid #fff}.ihc-membership-card-2 .ihc-membership-card-content{text-align:right;width:70%;padding-top:50px;margin-left:30%}.ihc-membership-card-2 .ihc-membership-card-full-name{font-size:210%}.ihc-membership-card-2.ihc-membership-card-small .ihc-membership-card-full-name,.ihc-membership-card-3.ihc-membership-card-small .ihc-membership-card-full-name{font-size:130%}.ihc-membership-card-2.ihc-membership-card-medium .ihc-membership-card-full-name,.ihc-membership-card-3.ihc-membership-card-medium .ihc-membership-card-full-name{font-size:160%}.ihc-membership-card-3{background-color:#7dba00;color:#333!important;border-color:#fff;padding-left:0;padding-right:0}.ihc-membership-card-3 .ihc-membership-card-img{display:block;width:15%;margin:0 auto}.ihc-membership-card-3 .ihc-membership-card-content{text-align:center;width:100%;margin-top:10px}.ihc-membership-card-3 .ihc-membership-card-full-name{font-size:210%;background-color:#1f1a17;color:#7dba00!important;padding:5px 0}.ihc-top-social-login{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important;font-size:20px;font-weight:600;color:#6c7a8d;margin:12px 0;text-align:center;letter-spacing:2px}.iump-subscription-page-top{padding:10px 10px 15px;margin:15px 0 30px;border-bottom:1px solid #ddd;box-sizing:border-box}.iump-subscription-page-top .iump-level-details-register,.iump-subscription-page-top .iump-subscription-page-top-fields{margin:0!important;padding:0!important}.iump-subscription-page-top .iump-subscription-page-top-taxes-title{font-size:19px;line-height:25px;color:#555;margin-bottom:5px;text-align:left}.iump-pagination-wrapper{float:right;margin-right:20px;height:30px}.iump-list-access-posts-wrapp{font-family:Helvetica,sans-serif,'Trebuchet MS'}.iump-list-access-posts-wrapp .iump-list-access-posts-title{margin:20px 10px 40px}.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp{position:relative;margin:0 0 20px;padding:0 10px 20px;border-bottom:1px solid #dfe4e6}.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-the-feature-image{vertical-align:top;display:inline-block;width:20%;box-sizing:border-box;text-align:center;position:relative}.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-the-feature-image a{position:relative;display:block;line-height:0}.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-the-feature-image>a:before{position:absolute;left:0;right:0;top:0;bottom:0;display:block;content:"";z-index:1;-moz-transition:.25s linear;-o-transition:.25s linear;-webkit-transition:.25s linear;-ms-transition:.25s linear;transition:.25s linear;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-the-feature-image:hover a:before{background:rgba(0,0,0,.5);-moz-transition:.25s linear;-o-transition:.25s linear;-webkit-transition:.25s linear;-ms-transition:.25s linear;transition:.25s linear}.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-the-feature-image img{padding:0;margin:0}.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content{vertical-align:top;display:inline-block;width:79%;box-sizing:border-box;padding-left:20px}.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content .iump-list-title{font-size:24px;margin:0 0 10px;line-height:1.2;color:#1a1a1a;font-weight:400;font-family:Nunito,sans-serif}.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content .iump-permalink{color:#1a1a1a;text-decoration:none;outline:0}.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content .iump-list-details div{font-size:13px;color:#999;list-style:none;display:inline}.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content .iump-list-details div:after{content:"|";color:#999;margin:0 5px}.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content .iump-list-details div:last-of-type:after{content:""}.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content .iump-list-details a{color:#32a3cb}.iump-list-access-posts-wrapp .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content .iump-list-access-posts-the-excerpt{padding-top:10px;color:#4b4d4d;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400}.iump-invoice-wrapp{margin:5px 10px}.iump-invoice-wrapp .iump-invoice-title{display:inline-block;vertical-align:top;text-align:right;font-size:28px;width:50%;color:#fff;background-color:#9aa9a1;box-sizing:border-box;padding:30px 10px 20px;float:right}.iump-invoice-wrapp .iump-invoice-logo{display:inline-block;vertical-align:top;text-align:left;width:49%}.iump-invoice-wrapp .iump-invoice-logo img{max-height:65px;margin-left:10px}.iump-invoice-wrapp .iump-invoice-company-field{display:inline-block;width:30%;padding:10px;vertical-align:top;margin:10px;color:#444}.iump-invoice-wrapp .iump-invoice-invoice-code{display:inline-block;vertical-align:top;padding:20px 10px;width:25%;text-align:right;background-color:#e4e4e6;color:#777;line-height:24px;float:right}.iump-invoice-wrapp .iump-invoice-client-details{width:30%;margin:10px;padding:5px 5px 5px 15px;color:#777;font-size:15px;line-height:23px;border:1px solid #e4e4e6;box-sizing:border-box}.iump-invoice-wrapp .iump-invoice-list-details{margin:20px 0;padding-left:10px}.iump-invoice-wrapp .iump-invoice-list-details table{width:100%;padding:5px;border:1px solid #c9c9c9;margin:0;color:#777}.iump-invoice-wrapp .iump-invoice-list-details table thead{background-color:#f1f1f2;line-height:30px;font-size:16px;font-weight:700;color:#777}.iump-invoice-wrapp .iump-invoice-list-details table tr td{padding:9px;min-height:30px;border-left:1px solid #e3e3e3}.iump-invoice-wrapp .iump-invoice-list-details table .ihc-invoice-total{background-color:#e4e4e6;line-height:35px;font-size:16px;font-weight:700;color:#777}.ihc-popup-wrapp{position:fixed;z-index:999991;top:0;height:auto;left:0;width:100%;min-height:100%;background-color:rgba(0,0,0,.3)}.ihc-popup-wrapp .ihc-the-popup{width:45%;min-width:750px;height:auto;margin:3% auto 6%;bottom:10px;font-family:"Open Sans",sans-serif}.ihc-popup-wrapp .ihc-the-popup .ihc-popup-top{border-bottom:1px solid #ddd;background-color:#fafafa;padding:13px 9px}.ihc-the-popup-locker .ihc-popup-top{background-color:#555f6e!important}.ihc-popup-wrapp .ihc-the-popup .ihc-popup-top .title{float:left;margin:5px 0 5px 5px;font-size:18px;font-weight:700;color:#d9534f;-webkit-animation-name:fadeInLeftTitle;animation-name:fadeInLeftTitle;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ihc-popup-wrapp .ihc-the-popup .ihc-popup-top .close-bttn{width:25px;height:25px;float:right;cursor:pointer;background:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../../admin/assets/images/close_bk.png)!important;opacity:.3}.ihc-popup-wrapp .ihc-the-popup .ihc-popup-top .close-bttn:hover{opacity:.8}.ihc-popup-wrapp .ihc-the-popup .ihc-popup-content{padding:10px 10px 25px;background:#fff;min-height:250px;border:1px solid;border-top:none;overflow-y:scroll;height:850px}.ihc-the-popup-locker .ihc-popup-content{background-color:#fafafa!important}.ihc-popup-wrapp .ihc-the-popup .ihc-popup-content .ihc-popup-left-section{width:30%;display:inline-block;background-color:#fafafa;padding:15px;box-sizing:border-box}.ihc-popup-wrapp .ihc-the-popup .ihc-popup-content .ihc-popup-right-section{width:69%;display:inline-block;vertical-align:top;padding:25px 20px;box-sizing:border-box;background-color:#fff;border-left:1px solid #ddd;height:100%;min-height:350px}.ihc-popup-wrapp .ihc-the-popup .ihc-popup-content .ihc-popup-label{font-size:14px;font-weight:500;color:#333;margin-top:15px}.ihc-popup-wrapp .ihc-the-popup .ihc-popup-content .ihc-bttn-wrap{margin-top:25px;text-align:center}.ihc-cursor-pointer,.iump-pointer{cursor:pointer}.iump-invoice-bttn-wrapp{text-align:right;padding-bottom:10px;padding-right:10px;margin-bottom:10px;border-bottom:1px solid #eee}.iump-invoice-bttn-wrapp .iump-popup-print-bttn{color:#fff!important;display:inline-block;cursor:pointer;padding:6px 18px;background:#df3448}.iump-badge-wrapper.ihc-expired-level .iump-badge{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.iump-wrapp-listing-levels .iump-listing-levels-label{background-color:#1fb5ac;color:#fff;padding:3px 9px;margin:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;box-radius:3px;display:inline-block;cursor:pointer}.iump-listing-users-filter,.iump-listing-users-pre-wrapp{vertical-align:top;box-sizing:border-box;display:inline-block}.iump-wrapp-listing-levels .iump-listing-levels-label.ihc-expired-level{background-color:rgba(240,80,80,.8)}.iump-listing-users-filter{width:30%;padding:10px 15px;box-shadow:0 0 9px 0 rgba(0,0,0,.15)!important;background-color:#fefefe}.iump-listing-users-filter .iump-filter-title{margin:15px 0 35px;padding-bottom:10px;border-bottom:2px solid #0a9fd8;font-size:16px;font-family:Arial,Helvetica,sans-serif;font-weight:700;color:#444}.iump-listing-users-filter .ui-widget-header{background:#0a9fd8;border-color:#0a9fd8}.iump-listing-users-filter .ui-slider-horizontal{height:.7em}.iump-listing-users-pre-wrapp{width:69%;padding-left:20px}.iump-filter-row{margin:8px 0 25px}.iump-filter-row label{display:block;font-weight:700;font-size:13px;line-height:30px;margin-bottom:5px;color:#888}.iump-filter-row input[type=text],.iump-filter-row select{width:100%;padding:5px 12px;min-height:35px}.iump-filter-submit{margin-top:30px;text-align:center;margin-bottom:15px}.ui-datepicker .ui-datepicker-title option,.ui-datepicker .ui-datepicker-title select{color:#000}.ui-datepicker{z-index:10000!important}.iump-filter-submit input[type=submit]{background:#0a9fd8;border:none;padding:8px 14px;text-transform:uppercase;font-size:14px;font-family:Nunito,sans-serif;font-weight:400;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.iump-cancel-subscription-button,.iump-delete-subscription-button,.iump-renew-subscription-button{border-radius:3px;padding:4px 8px;font-family:Open Sans,sans-serif,'Trebuchet MS';font-size:12px;min-width:90px;cursor:pointer}.ihc-user-sites-delete-bttn{color:red;cursor:pointer}.iump-subscription-table-button{display:inline-block;margin:5px 3px}.iump-cancel-subscription-button{background-color:#de6161;color:#fff}.iump-renew-subscription-button{background-color:#22b2df;color:#fff}.iump-delete-subscription-button{background-color:#eaeaea;color:#444;font-weight:600}.ihc-level-status-set-Expired{color:#de6161}.ihc-level-status-set-Hold{color:#999}.ihc-level-payment-via{color:#777}.ihc-content-capitalize,.ihc-level-payment-via span,.ihc-stripe-connect-saved-card-brand{text-transform:capitalize}.ihc-additional-message{background:#f6f6f6;border-left:5px solid #18c1f0;border-radius:0 5px 5px 0;padding:6px 20px;margin-bottom:20px;margin-top:10px;overflow:hidden;font-weight:600;font-family:Roboto;font-size:14px;color:#555}.ihc-content-pushover-button{margin-top:30px}.ihc-suspend-account-wrapper{padding:10px 0}.ihc-subscription-table-actions{width:200px}.ihc-subscription-table-price{color:#222;text-align:right;padding-right:10px;line-height:17px}.ihc-subscription-table-level{padding-left:15px}.ihc-content-center,.ihc-text-center{text-align:center}.ihc-content-right,.ihc-strength-wrapper{text-align:right}.ihc-content-oswald{font-family:Oswald,arial,sans-serif}.ihc-user-sites-table .ihc-col1{width:25%;padding-left:15px}.ihc-avatar-trigger .ihc-upload-avatar,.ihc-upload-image-remove-bttn{padding:6px 30px;cursor:pointer;font-size:14px;line-height:20px;display:inline-block}.ihc-user-sites-table .ihc-col2,.iump-filter-row .ihc-min{width:45%}.ihc-user-sites-table .ihc-col3{width:25%}.ihc-upload-image-remove-bttn{color:#616f77;border-radius:20px;margin-right:10px;border:2px solid #b3b3b3;visibility:hidden}.ihc-avatar-trigger .ihc-upload-avatar{color:#357935;border-radius:20px;margin-right:5px;border:2px solid #5cb85c}.ihc-avatar-trigger .ihc-upload-avatar:hover{background-color:#5cb85c;color:#fff}.ihc-strength{padding-left:0!important;display:inline;list-style:none;margin:0 0 0 15px;padding:0;vertical-align:2px;padding: 0 0 23px 1em;line-height:26px}.ihc-strength .point:last{margin:0!important}.ihc-strength .point{background:#ddd;border-radius:2px;display:inline-block;height:5px;margin:0 1px 0 0;width:20px}.ihc-strength-label{margin:0;padding:0;line-height:12px;color:#999;min-height:12px;min-width:1px}.ihc-standard-bttn,.ihc-standard-cancel-bttn{color:#fff;padding:5px 20px;margin-top:3px;display:inline-block;cursor:pointer}.ihc-standard-bttn{background:#88a0b9}.ihc-standard-cancel-bttn{background:silver}.cssload-wrapper{position:absolute;top:50%;left:50%}.ihc-warning-message{color:#8a6d3b;border:1px solid #faebcc;background-color:#fcf8e3;padding:15px;margin:0 0 15px;font-size:13px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.ihc-filter-value{display:inline-block;margin-left:10px}.iump-filter-row .ihc-line{width:7%;text-align:center;display:inline-block}.ihc-display-none-important{display:none!important}.ihc-vertical-align-top{vertical-align:top}.ihc-required-sign{color:red;display:inline-block}.ihc-account-page-wrapp .ihc-no-background{padding-top:75px}.iump-badge-wrapper .iump-badge{width:50px}.ihc_reason_predefined_type{width:90%}.ihc_the_reason_textarea{width:90%;height:200px;padding:5px;margin-top:10px}.ihc-visibility-hidden{visibility:hidden}.ihc-visibility-visible{visibility:visible}.ihc_locker_1-st{max-width:640px;margin:auto}.ihc-uploadfile-form{display:block;position:absolute;left:150px}.ihc-user-avatar-wrapp{width:150px;height:150px}.ihc-top-bar-count{display:inline-block!important;padding:2px 7px!important;background-color:#d54e21!important;color:#fff!important;font-size:9px!important;line-height:17px!important;font-weight:600!important;margin:5px!important;vertical-align:top!important;-webkit-border-radius:10px!important;border-radius:10px!important;z-index:26!important}.ihc-hide-login-pw,.ihc-hide-pw{position:absolute;right:0;top:0;display:flex!important;width:auto;height:100%;align-items:center;background:0 0;color:#85929e;text-decoration:none;padding:1em 1.4em;border:none!important;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;z-index:10;cursor:pointer;max-height:4em}.ihc-hide-login-pw:active,.ihc-hide-login-pw:hover,.ihc-hide-pw:active,.ihc-hide-pw:hover{background:0 0;color:#5d6d7e;text-decoration:none;padding:1em 1.4em;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ihc-hide-login-pw .dashicons,.ihc-hide-pw .dashicons{width:1.25rem;height:1.25rem;position:relative}.ihc-login-form-wrap .ihc-hide-login-pw,.ihc-login-form-wrap .ihc-hide-pw{max-height:3em;padding-right:.7em;font-size:20px}.iump-form-line-register #ihc_country_field{max-width:100%}.ihc-reg-update-msg{margin:10px 0 25px;font-weight:700;font-size:18px;text-align:center;padding:10px 0;border-bottom:1px solid #eee}.ihc-stripe-connect-form-wrapper{margin:15px auto}.ihc-stripe-connect-form-card-name-wrap,.ihc-stripe-connect-form-card-number-wrap,.ihc-stripe-connect-form-wallets-wrap{margin-bottom:30px}.ihc-stripe-connect-form-card-number-input,.ihc-stripe-connect-input{line-height:1.3em;font-family:Montserrat,Arial,Helvetica;margin:0;padding:8px 10px 7px!important;width:100%;min-height:45px;box-sizing:border-box}.ihc-stripe-connect-input{background-color:transparent;height:1.3em;font-size:14px;font-weight:400;-webkit-font-smoothing:antialiased;border:1px solid rgba(0,0,0,.15)!important;border-radius:5px;color:#2b2b2b;background:rgba(0,0,0,.03)!important}.ihc-stripe-connect-form-card-number-input{display:block;font-size:1em;color:#666}.ihc-stripe-connect-form-sandbox-block{position:relative;box-sizing:border-box;display:inline-block;padding:5px 15px;background-color:#f5b95e;color:#fff;font-size:12px;line-height:12px;border-radius:0 0 3px 3px;font-weight:700;vertical-align:top}.ihc-stripe-connect-form-sandbox-block-wrapper{margin-bottom:30px;border-top:3px solid #f5b95e;text-align:center}.ihc-stripe-connect-saved-cards{margin-bottom:25px}.ihc-stripe-connect-saved-card-wrapper{padding:10px 5px;border:1px solid transparent;box-sizing:border-box;margin-bottom:5px;border-radius:5px}.ihc-stripe-connect-saved-card-wrapper-selected{border:1px solid #ddd;background-color:#fafafa}.ihc-stripe-connect-saved-card-number{padding-left:10px;padding-right:25px}.ihc-stripe-connect-change-card{margin-top:10px;margin-bottom:30px}.ump-stripe-connect-error-message{color:#dc2727;padding:10px}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ihc-icon-spin{-webkit-animation:2s linear infinite fa-spin;animation:2s linear infinite fa-spin}.ihc-icon-spinner{font-size:21px}.ihc-icon-spinner:before{content:"\f110"}@media (max-width:361px){.ihc-ap-menu .ihc-ap-menu-item{display:block!important;border-bottom:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2);width:50%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ihc-ap-menu .ihc-ap-menu-item a{padding:8px 17px}.ihc-ap-menu{display:none}.ihc-mobile-bttn-wrapp{display:block}}@media (max-width:468px){.iump-listing-users-filter,.iump-listing-users-pre-wrapp{width:100%}.ihc-search-bar-wrapper .ihc-search-bar{width:100%;min-width:100%!important}}@media (max-width:570px){.ihc-remove-onmobile{display:none!important}}


/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/indeed-membership-pro/assets/css/templates.min.css */
/*!
 *  Extra Templates for integrated Showcases
 *  Login form Templates
 *  Register form Templates
 *	Subscription Plan Templates
 *	Account Page Templates
 */.ihc-login-template-1,.ihc-login-template-2{padding:10px;margin:20px auto;text-align:center;display:block}@font-face{font-family:Oswald;font-style:normal;font-weight:400;src:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/oswald-v49-latin-regular.woff2) format("woff2"),url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/oswald-v49-latin-regular.woff) format("woff")}@font-face{font-family:Oswald;font-style:normal;font-weight:300;src:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/oswald-v49-latin-300.woff2) format("woff2"),url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/oswald-v49-latin-300.woff) format("woff")}@font-face{font-family:Oswald;font-style:normal;font-weight:700;src:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/oswald-v49-latin-700.woff2) format("woff2"),url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../fonts/oswald-v49-latin-700.woff) format("woff")}.iump-clear{clear:both}.ihc-login-template-1 .ihc-sm-wrapp-fe{text-align:right;max-width:360px;margin-right:0}.ihc-login-template-1 .impu-form-line-fr{box-sizing:content-box;padding-bottom:10px}.ihc-login-template-1 .impu-form-line-fr:after{content:""}.ihc-login-template-1 form,.ihc-login-template-10 .impu-form-links div,.ihc-login-template-11 .impu-form-links div,.ihc-login-template-12 .impu-form-links div,.ihc-login-template-13 .impu-form-links div,.ihc-login-template-3 .impu-form-links div,.ihc-login-template-4 .impu-form-links div,.ihc-login-template-5 .impu-form-links div,.ihc-login-template-6 .impu-form-links div,.ihc-login-template-7 .impu-form-links div,.ihc-login-template-8 .impu-form-links div,.ihc-login-template-9 .impu-form-links div,.ihc-register-10 .ihc-tos-wrap,.ihc-register-11 .iump-form-line-register .iump-form-checkbox,.ihc-register-11 .iump-form-line-register .iump-form-radiobox,.ihc-register-11 .iump-form-paybox,.ihc-register-12 .iump-form-line-register .iump-form-checkbox,.ihc-register-12 .iump-form-line-register .iump-form-radiobox,.ihc-register-12 .iump-form-paybox,.ihc-register-13 .ihc-tos-wrap,.ihc-register-14 .iump-form-line-register .iump-form-checkbox,.ihc-register-14 .iump-form-line-register .iump-form-radiobox,.ihc-register-14 .iump-form-paybox,.ihc-register-2 .ihc-tos-wrap,.ihc-register-3 .iump-form-line-register .iump-form-checkbox,.ihc-register-3 .iump-form-line-register .iump-form-radiobox,.ihc-register-3 .iump-form-paybox,.ihc-register-4 .iump-form-line-register .iump-form-checkbox,.ihc-register-4 .iump-form-line-register .iump-form-radiobox,.ihc-register-4 .iump-form-paybox,.ihc-register-5 .ihc-tos-wrap,.ihc-register-5 .iump-form-line-register .iump-form-checkbox,.ihc-register-5 .iump-form-line-register .iump-form-radiobox,.ihc-register-5 .iump-form-paybox,.ihc-register-6 .iump-form-line-register .iump-form-checkbox,.ihc-register-6 .iump-form-line-register .iump-form-radiobox,.ihc-register-6 .iump-form-paybox,.ihc-register-7 .ihc-tos-wrap,.ihc-register-8 .iump-form-line-register .iump-form-checkbox,.ihc-register-8 .iump-form-line-register .iump-form-radiobox,.ihc-register-8 .iump-form-paybox,.ihc-register-9 .iump-form-line-register .iump-form-checkbox,.ihc-register-9 .iump-form-line-register .iump-form-radiobox,.ihc-register-9 .iump-form-paybox{display:inline-block}.ihc-login-template-1 .impu-form-line-fr .impu-form-label-fr{min-width:150px;text-align:right;padding-right:10px;display:inline-block;box-sizing:content-box}.ihc-login-template-1 .impu-form-line-fr input[type=password],.ihc-login-template-1 .impu-form-line-fr input[type=text]{width:200px;margin:0!important;min-height:40px}.ihc-login-template-1 .impu-remember-wrapper{clear:both;min-height:16px}.ihc-login-template-1 .impu-form-label-remember{float:right}.ihc-login-template-1 .impu-form-input-remember{float:right;margin-top:1px}.ihc-login-template-1 .impu-form-label-remember:after,.ihc-login-template-10 .impu-form-line-fr:after,.ihc-login-template-10 .impu-temp3-bottom:after,.ihc-login-template-11 .impu-form-line-fr:after,.ihc-login-template-11 .impu-temp3-bottom:after,.ihc-login-template-12 .impu-form-line-fr:after,.ihc-login-template-12 .impu-temp3-bottom:after,.ihc-login-template-13 .impu-form-label-remember:after,.ihc-login-template-13 .impu-form-line-fr:after,.ihc-login-template-13 .impu-temp5-row:after,.ihc-login-template-2 .impu-form-label-remember:after,.ihc-login-template-2 .impu-form-line-fr:after,.ihc-login-template-3 .impu-form-line-fr:after,.ihc-login-template-3 .impu-temp3-bottom:after,.ihc-login-template-4 .impu-form-line-fr:after,.ihc-login-template-4 .impu-temp3-bottom:after,.ihc-login-template-5 .impu-form-label-remember:after,.ihc-login-template-5 .impu-form-line-fr:after,.ihc-login-template-5 .impu-temp5-row:after,.ihc-login-template-6 .impu-form-label-remember:after,.ihc-login-template-6 .impu-form-line-fr:after,.ihc-login-template-6 .impu-temp6-row:after,.ihc-login-template-7 .impu-form-label-remember:after,.ihc-login-template-7 .impu-form-line-fr:after,.ihc-login-template-7 .impu-temp5-row:after,.ihc-login-template-8 .impu-form-line-fr:after,.ihc-login-template-8 .impu-temp3-bottom:after,.ihc-login-template-9 .impu-form-line-fr:after,.ihc-login-template-9 .impu-temp3-bottom:after{content:"";clear:both}.ihc-login-template-1 .impu-form-links,.ihc-login-template-2 .impu-form-links{margin-top:5px;margin-bottom:5px;text-align:right;clear:both}.ihc-login-template-1 .impu-form-links div{display:inline-block;padding-left:15px}.ihc-login-template-1 .impu-form-submit,.ihc-register-1 .ihc-strength-wrapper,.ihc-register-14 .iump-submit-form,.ihc-register-5 .iump-submit-form,.ihc-register-6 .iump-submit-form{text-align:right}.ihc-login-template-2{width:400px;max-width:100%}.ihc-login-template-2 .ihc-sm-wrapp-fe,.ihc-login-template-5 .ihc-sm-wrapp-fe,.ihc-register-11 .ihc-file-upload-button,.ihc-register-11 .ihc-sm-wrapp-fe,.ihc-register-11 .iump-form-sublabel,.ihc-register-12 .ihc-file-upload-button,.ihc-register-12 .ihc-sm-wrapp-fe,.ihc-register-3 .ihc-file-upload-button,.ihc-register-3 .ihc-sm-wrapp-fe,.ihc-register-3 .iump-form-sublabel,.ihc-register-8 .ihc-file-upload-button,.ihc-register-8 .ihc-sm-wrapp-fe,.ihc-register-8 .iump-form-sublabel,.ihc-register-9 .ihc-file-upload-button,.ihc-register-9 .ihc-sm-wrapp-fe{text-align:left}.ihc-login-template-2 .impu-form-line-fr,.ihc-login-template-3 .impu-form-line-fr,.ihc-login-template-5 .impu-form-line-fr,.ihc-login-template-6 .impu-form-line-fr{box-sizing:content-box;padding-bottom:8px;text-align:left}.ihc-login-template-2 .impu-form-line-fr .impu-form-label-fr{min-width:150px;padding-bottom:3px;box-sizing:content-box;font-weight:500;font-size:13px;text-align:left;text-transform:uppercase}.ihc-login-template-2 .impu-form-line-fr input[type=password],.ihc-login-template-2 .impu-form-line-fr input[type=text]{border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;padding:8px 10px 7px!important;width:100%;background-color:#f7f7f7;box-shadow:2px 0 30px transparent;-webkit-box-shadow:0 0 9px transparent;-moz-box-shadow:2px 0 30px transparent;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;margin:0!important;line-height:1.7!important;font-size:20px!important}.ihc-login-template-2 .impu-form-line-fr input[type=password]:focus,.ihc-login-template-2 .impu-form-line-fr input[type=password]:hover,.ihc-login-template-2 .impu-form-line-fr input[type=text]:focus,.ihc-login-template-2 .impu-form-line-fr input[type=text]:hover,.ihc-register-2 .iump-form-line-register .select2-selection:focus,.ihc-register-2 .iump-form-line-register .select2-selection:hover,.ihc-register-2 .iump-form-line-register input[type=number]:focus,.ihc-register-2 .iump-form-line-register input[type=number]:hover,.ihc-register-2 .iump-form-line-register input[type=password]:focus,.ihc-register-2 .iump-form-line-register input[type=password]:hover,.ihc-register-2 .iump-form-line-register input[type=text]:focus,.ihc-register-2 .iump-form-line-register input[type=text]:hover,.ihc-register-2 .iump-form-line-register select:focus,.ihc-register-2 .iump-form-line-register select:hover,.ihc-register-2 .iump-form-line-register textarea:focus,.ihc-register-2 .iump-form-line-register textarea:hover{border-color:#08d1b2;background-color:#fff;box-shadow:2px 0 30px rgba(0,0,0,.1);-webkit-box-shadow:0 0 9px rgba(0,0,0,.1);-moz-box-shadow:2px 0 30px rgba(0,0,0,.1)}.ihc-login-template-2 .impu-remember-wrapper{clear:both;min-height:16px;text-align:left}.ihc-login-template-2 .impu-form-line-fr .impu-form-label-remember,.ihc-login-template-5 .impu-form-label-remember,.ihc-login-template-7 .impu-form-label-remember{display:inline-block!important;font-weight:400;font-size:12px;text-transform:inherit}.ihc-login-template-2 .impu-form-input-remember{margin-right:3px}.ihc-login-template-2 .impu-form-links div{display:inline-block;padding-right:15px}.ihc-login-template-2 .impu-form-links a{color:#333;font-size:12px;font-weight:700;text-decoration:none}.ihc-login-template-2 .impu-form-links a:hover{color:#08d1b2}.ihc-login-template-10 .ihc-sm-wrapp-fe,.ihc-login-template-11 .ihc-sm-wrapp-fe,.ihc-login-template-12 .ihc-sm-wrapp-fe,.ihc-login-template-13 .impu-form-submit,.ihc-login-template-2 .impu-form-submit,.ihc-login-template-9 .ihc-sm-wrapp-fe,.ihc-register-1 .iump-submit-form,.ihc-register-10 .iump-submit-form,.ihc-register-13 .iump-submit-form,.ihc-register-2 .iump-submit-form,.ihc-register-7 .iump-submit-form{text-align:center}.ihc-login-template-2 .impu-form-submit input{color:#fff!important;width:100%;background:#08d1b2!important;border-color:#5bc4be!important;box-shadow:none!important;border-radius:2px;font-size:12px;font-weight:700;padding:10px 30px 11px;text-transform:uppercase;vertical-align:bottom;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.ihc-login-template-2 .impu-form-submit input:hover{border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px}.ihc-login-template-3{padding:30px 30px 0;margin:20px auto;text-align:center;box-sizing:border-box;display:block;background-color:#fff;border-top:7px solid #33b5e5;border-radius:3px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.15);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.15);box-shadow:0 1px 2px 0 rgba(0,0,0,.15);width:400px;max-width:100%;font-family:var(--iump-primary-font)!important;font-size:14px;color:#7f7f97}.ihc-login-template-13,.ihc-login-template-4,.ihc-login-template-5{padding:10px;display:block;margin:20px auto;width:400px;max-width:100%}.ihc-login-template-3 .ihc-sm-wrapp-fe,.ihc-login-template-4 .ihc-sm-wrapp-fe,.ihc-register-4 .ihc-sm-wrapp-fe{text-align:center;margin:20px 0}.ihc-login-template-3 form,.ihc-login-template-4 form,.ihc-login-template-8 form{display:block;position:relative}.ihc-login-template-3 .impu-form-line-fr .impu-form-label-fr{min-width:350px;padding-bottom:3px;display:block;box-sizing:content-box;font-weight:500;font-size:14px;text-align:left;text-transform:uppercase}.ihc-login-template-3 .impu-form-line-fr input[type=password],.ihc-login-template-3 .impu-form-line-fr input[type=text]{width:100%;border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;padding:8px 10px 7px!important;margin-bottom:7px;height:auto!important;font-size:12px;font-weight:300;background-color:#edf0f5;box-shadow:2px 0 30px transparent;-webkit-box-shadow:0 0 9px transparent;-moz-box-shadow:2px 0 30px transparent;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;line-height:1.7!important}.ihc-login-template-3 .impu-form-submit input,.ihc-login-template-4 .impu-form-submit input,.ihc-register-4 .iump-submit-form input{box-shadow:none!important;-webkit-transition:.3s linear;width:100%;text-transform:capitalize;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ihc-login-template-3 .impu-form-line-fr input[type=password]:focus,.ihc-login-template-3 .impu-form-line-fr input[type=password]:hover,.ihc-login-template-3 .impu-form-line-fr input[type=text]:focus,.ihc-login-template-3 .impu-form-line-fr input[type=text]:hover,.ihc-register-3 .iump-form-line-register .select2-selection:focus,.ihc-register-3 .iump-form-line-register .select2-selection:hover,.ihc-register-3 .iump-form-line-register input[type=number]:focus,.ihc-register-3 .iump-form-line-register input[type=number]:hover,.ihc-register-3 .iump-form-line-register input[type=password]:focus,.ihc-register-3 .iump-form-line-register input[type=password]:hover,.ihc-register-3 .iump-form-line-register input[type=text]:focus,.ihc-register-3 .iump-form-line-register input[type=text]:hover,.ihc-register-3 .iump-form-line-register select:checked,.ihc-register-3 .iump-form-line-register select:focus,.ihc-register-3 .iump-form-line-register select:hover,.ihc-register-3 .iump-form-line-register textarea:focus,.ihc-register-3 .iump-form-line-register textarea:hover{border:1px solid rgba(0,0,0,.1);background-color:#fff}.ihc-login-template-3 .impu-remember-wrapper{margin-right:3px;float:left;text-align:left;line-height:42px;padding-left:15px;font-family:var(--iump-primary-font)!important;font-weight:200}.ihc-login-template-3 .impu-form-label-remember{display:inline-block!important;font-size:12px;font-weight:600;text-transform:inherit;padding-left:3px;color:#1a9bcb}.ihc-login-template-10 .impu-temp3-bottom,.ihc-login-template-11 .impu-temp3-bottom,.ihc-login-template-12 .impu-temp3-bottom,.ihc-login-template-3 .impu-temp3-bottom,.ihc-login-template-4 .impu-temp3-bottom,.ihc-login-template-8 .impu-temp3-bottom,.ihc-login-template-9 .impu-temp3-bottom{position:relative;left:-30px;margin:0 -60px 0 0;background-color:#f2f2f2}.ihc-login-template-3 .impu-form-input-remember,.ihc-login-template-4 .impu-form-input-remember{vertical-align:middle}.ihc-login-template-3 .impu-form-links{text-align:right;float:right;line-height:40px;padding-right:9px}.ihc-login-template-3 .impu-form-links a{color:#333;font-size:12px;text-decoration:none;border-right:1px solid #999;padding-right:3px;padding-left:3px}.ihc-account-subscr-list .ihc-subscription-table-actions .iump-subscription-table-button:last-child,.ihc-login-template-10 .impu-form-links div:nth-child(2n) a,.ihc-login-template-11 .impu-form-links div:nth-child(2n) a,.ihc-login-template-12 .impu-form-links div:nth-child(2n) a,.ihc-login-template-3 .impu-form-links div:nth-child(2n) a,.ihc-login-template-4 .impu-form-links div:nth-child(2n) a,.ihc-login-template-8 .impu-form-links div:nth-child(2n) a,.ihc-login-template-9 .impu-form-links div:nth-child(2n) a,.iump-view-user-wrapp-temp1 .ihc-middle-side .iump-element:last-child,.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-element:last-child{border-right:none}.ihc-login-template-3 .impu-form-submit{text-align:center;margin-top:10px;margin-bottom:10px}.ihc-login-template-3 .impu-form-submit input{color:#fff!important;border:none;background:#33b5e5!important;border-color:#1a9bcb!important;border-radius:3px;font-size:14px;font-weight:400;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;padding:10px 30px 11px}.ihc-login-template-3 .impu-form-submit input:hover,.ihc-logout-wrap.ihc-login-template-3 a:hover,.ihc-register-3 .iump-submit-form input:hover{background:#1a9bcb!important}.ihc-login-template-4{text-align:center;box-sizing:border-box;border-radius:3px;font-family:var(--iump-primary-font)}.ihc-login-template-4 .impu-form-line-fr{box-sizing:content-box;text-align:left;background-color:#fafafa;border:1px solid #efefef;border-bottom:1px solid #efefef;margin-bottom:7px;position:relative;border-radius:4px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;-o-border-radius:4px!important}.ihc-login-template-4 .impu-form-line-fr:hover,.ihc-register-4 .iump-form-line-register .select2-selection:hover,.ihc-register-4 .iump-form-line-register select:hover,.ihc-register-4 .iump-form-line-register:hover{border-color:#27ae60;background-color:#fefefe}.ihc-login-template-4 .fa-ihc{position:absolute;top:0;left:9px;line-height:39px}.ihc-login-template-4 .impu-form-line-fr .impu-form-label-fr{min-width:350px;display:block;box-sizing:content-box;font-weight:500;font-size:12px;text-align:left;text-transform:uppercase}.ihc-login-template-4 .impu-form-line-fr input[type=password],.ihc-login-template-4 .impu-form-line-fr input[type=text]{width:100%;border-radius:2px;color:#2b2b2b;padding:10px!important;background-color:transparent!important;border:none!important;display:inline-block;padding-left:30px!important;margin:0!important;line-height:1.7!important;font-size:12px}.ihc-login-template-4 .impu-remember-wrapper,.ihc-login-template-8 .impu-remember-wrapper{margin-right:3px;text-align:right;line-height:22px;padding-left:15px}.ihc-login-template-4 .impu-form-label-remember{display:inline-block!important;font-size:12px;font-weight:700;text-transform:inherit;padding-left:3px;color:#1e8449}.ihc-login-template-4 .impu-form-links,.ihc-login-template-8 .impu-form-links{text-align:center;line-height:20px}.ihc-login-template-4 .impu-form-links a{color:#333;font-size:13px;font-weight:600;text-decoration:none;border-right:1px solid #999;padding-right:10px;padding-left:10px}.ihc-login-template-4 .impu-form-submit,.ihc-login-template-8 .impu-form-submit{text-align:center;margin-top:17px;margin-bottom:10px}.ihc-login-template-4 .impu-form-submit input,.ihc-register-4 .iump-submit-form input{border:none;background:#27ae60!important;border-color:#27ae60!important;border-radius:3px;font-size:15px;font-weight:400;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;padding:10px 30px 11px;color:#b3eecc!important;border-bottom:4px solid #1e8449!important}.ihc-login-template-4 .impu-form-submit input:hover,.ihc-logout-wrap.ihc-login-template-4 a:hover,.ihc-register-4 .iump-submit-form input:hover{background:#43be77!important}.ihc-login-template-10 .ihc-login-notice,.ihc-login-template-11 .ihc-login-notice,.ihc-login-template-12 .ihc-login-notice,.ihc-login-template-4 .ihc-login-notice,.ihc-login-template-8 .ihc-login-notice,.ihc-login-template-9 .ihc-login-notice{margin-top:6px}.ihc-login-template-13,.ihc-login-template-5{text-align:center;box-sizing:border-box;font-family:var(--iump-primary-font)}.ihc-login-template-5 .impu-form-line-fr .impu-form-label-fr,.ihc-login-template-7 .impu-form-line-fr .impu-form-label-fr{min-width:150px;padding-bottom:3px;box-sizing:content-box;font-weight:800;font-size:13px;text-align:left}.ihc-login-template-5 .impu-form-line-fr input[type=password],.ihc-login-template-5 .impu-form-line-fr input[type=text]{width:100%;border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;padding:8px 10px 7px!important;margin:0;line-height:1.7!important}.ihc-login-template-5 .impu-form-submit input,.ihc-login-template-6 .impu-form-submit input{border:none;background:#f47e7e!important;box-shadow:none!important;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear}.ihc-login-template-5 .impu-temp5-row-left,.ihc-login-template-6 .impu-temp6-row-left,.ihc-login-template-7 .impu-temp5-row-left{float:left}.ihc-login-template-5 .impu-remember-wrapper,.ihc-login-template-7 .impu-remember-wrapper{clear:both;text-align:left;line-height:14px}.ihc-login-template-5 .impu-form-input-remember,.ihc-login-template-6 .impu-form-input-remember,.ihc-login-template-7 .impu-form-input-remember{margin-right:3px;vertical-align:middle}.ihc-login-template-13 .impu-form-links,.ihc-login-template-5 .impu-form-links{text-align:left;clear:both;margin-top:3px}.ihc-login-template-13 .impu-form-links a,.ihc-login-template-5 .impu-form-links a,.ihc-login-template-7 .impu-form-links a{color:#aaa;font-size:12px;text-decoration:none;padding-right:10px}.ihc-login-template-13 .impu-form-links a:hover,.ihc-login-template-5 .impu-form-links a:hover,.ihc-login-template-6 .impu-form-links a:hover,.ihc-login-template-7 .impu-form-links a:hover{color:#e05d5d}.ihc-login-template-5 .impu-form-submit{text-align:center;float:right}.ihc-login-template-5 .impu-form-submit input{color:#fff!important;min-width:100px;text-transform:capitalize;padding:10px 30px 11px;border-color:#5bc4be!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:.3s linear;transition:.3s linear;font-family:var(--iump-primary-font);font-size:14px}.ihc-login-template-5 .impu-form-submit input:hover,.ihc-login-template-6 .impu-form-submit input:hover,.ihc-logout-wrap.ihc-login-template-5 a:hover,.ihc-logout-wrap.ihc-login-template-6 a:hover{background:#e05d5d!important}.ihc-pass-form-wrap.ihc-login-template-13 .impu-form-submit input,.ihc-pass-form-wrap.ihc-login-template-5 .impu-form-submit input,.ihc-pass-form-wrap.ihc-login-template-7 .impu-form-submit input{width:auto}.ihc-login-template-6{margin:20px auto;padding:20px 20px 0;text-align:center;display:block;width:400px;max-width:100%;box-sizing:border-box;border-radius:3px;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 2px 0 rgba(0,0,0,.15);box-shadow:0 0 2px 0 rgba(0,0,0,.15);font-family:var(--iump-primary-font)}.ihc-login-template-10,.ihc-login-template-7,.ihc-login-template-8,.ihc-login-template-9{padding:10px;margin:20px auto;display:block}.ihc-login-template-6 .ihc-sm-wrapp-fe{text-align:center;margin:15px 0}.ihc-login-template-6 form{margin:0!important}.ihc-login-template-6 .impu-form-line-fr .impu-form-label-fr{min-width:150px;padding-bottom:3px;box-sizing:content-box;font-size:13px;text-align:left;font-weight:700}.ihc-login-template-6 .impu-form-line-fr input[type=password],.ihc-login-template-6 .impu-form-line-fr input[type=text],.ihc-login-template-7 .impu-form-line-fr input[type=password],.ihc-login-template-7 .impu-form-line-fr input[type=text]{width:100%;border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;padding:8px 10px 7px!important;margin:0!important;line-height:1.7!important;font-size:20px!important}.ihc-login-template-6 .impu-temp6-row{position:relative;left:-20px;margin:0 -40px 0 0;background-color:#f2f2f2;padding:10px 20px}.ihc-login-template-6 .impu-remember-wrapper{clear:both;text-align:left;line-height:30px}.ihc-login-template-6 .impu-form-label-remember{display:inline-block!important;font-size:12px;font-weight:700;text-transform:inherit}.ihc-login-template-6 .impu-form-links{text-align:left;clear:both;margin-top:3px;margin-bottom:3px}.ihc-login-template-6 .impu-form-links a{color:#aaa;font-size:12px;text-decoration:none;border-right:1px solid #999;padding-right:10px}.ihc-login-template-6 .impu-form-submit input,.ihc-login-template-7 .impu-form-submit input{color:#fff!important;text-transform:capitalize;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:.3s linear;font-family:var(--iump-primary-font)}.ihc-login-template-6 .impu-form-links div:nth-child(2n) a{border-right:none;padding-left:10px}.ihc-login-template-6 .impu-form-submit{text-align:center;float:right;padding-bottom:0}.ihc-login-template-6 .impu-form-submit input{width:80px;border-radius:25px;padding:8px 15px;border-color:#5bc4be!important;transition:.3s linear;font-size:14px}.ihc-login-template-7 .impu-form-submit input,.ihc-login-template-8 .impu-form-submit input{box-shadow:none!important;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear}.ihc-pass-form-wrap.ihc-login-template-6 .impu-form-submit input{width:auto;margin-bottom:10px}.ihc-login-template-7{text-align:center;width:600px;font-family:var(--iump-primary-font)}.ihc-login-template-7 .ihc-sm-wrapp-fe{text-align:left;padding-left:15px;padding-right:15px}.ihc-login-template-7 .impu-form-line-fr{box-sizing:border-box;padding-bottom:8px;text-align:left;display:inline-block;width:49%;max-width:300px;padding-right:15px}.ihc-login-template-7 .impu-form-links{text-align:left;clear:both;margin-top:0}.ihc-login-template-7 .impu-form-submit{text-align:center;float:right;margin-right:15px}.ihc-login-template-7 .impu-form-submit input{min-width:100px;border:none;padding:8px 30px;border-radius:4px;background:#6c7a8d!important;border-color:#5bc4be!important;transition:.3s linear;font-size:14px}.ihc-login-template-7 .impu-form-submit input:hover,.ihc-logout-wrap.ihc-login-template-7 a:hover{background:#94a1b2!important}.ihc-pass-form-wrap.ihc-login-template-7{width:400px}.ihc-pass-form-wrap.ihc-login-template-7 .impu-form-line-fr{width:100%;max-width:inherit}.ihc-login-template-8{text-align:center;box-sizing:border-box;border-radius:3px;width:400px;max-width:100%;font-family:var(--iump-primary-font)}.ihc-login-template-8 .ihc-sm-wrapp-fe{text-align:center;margin:30px 0}.ihc-login-template-8 .impu-form-line-fr{box-sizing:content-box;text-align:left;background-color:transparent;border-bottom:1px solid #efefef;margin-bottom:17px;position:relative}.ihc-login-template-8 .fa-ihc{position:absolute;top:0;left:9px;line-height:39px;font-size:18px;color:#555}.ihc-login-template-10 .impu-form-line-fr .impu-form-label-fr,.ihc-login-template-11 .impu-form-line-fr .impu-form-label-fr,.ihc-login-template-12 .impu-form-line-fr .impu-form-label-fr,.ihc-login-template-8 .impu-form-line-fr .impu-form-label-fr,.ihc-login-template-9 .impu-form-line-fr .impu-form-label-fr{min-width:350px;display:block;box-sizing:content-box;font-weight:500;font-size:14px;text-align:left;text-transform:uppercase}.ihc-login-template-8 .impu-form-line-fr input[type=password],.ihc-login-template-8 .impu-form-line-fr input[type=text]{width:100%;color:#555;padding:10px!important;background-color:transparent!important;border:none!important;display:inline-block;padding-left:40px!important;font-size:14px;margin:0!important;line-height:1.7!important}.ihc-login-template-8 .impu-form-label-remember{display:inline-block!important;font-size:12px;font-weight:700;text-transform:inherit;padding-left:3px;color:#d3365e}.ihc-login-template-10 .impu-form-input-remember,.ihc-login-template-11 .impu-form-input-remember,.ihc-login-template-12 .impu-form-input-remember,.ihc-login-template-13 .impu-form-input-remember,.ihc-login-template-8 .impu-form-input-remember,.ihc-login-template-9 .impu-form-input-remember{border-radius:0;height:20px;width:20px;margin:0 5px;border:2px solid #ddd;background:#fff;-webkit-appearance:initial;position:relative;vertical-align:middle}.ihc-login-template-8 .impu-form-input-remember:checked:before{content:"";border:3px solid #d3365e;display:inline-block;width:3px;height:10px;border-top:0;border-left:0;position:absolute;top:0;left:5px;box-sizing:content-box;-webkit-transform:rotate(36deg);-khtml-transform:rotate(36deg);-moz-transform:rotate(36deg);-ms-transform:rotate(36deg);-o-transform:rotate(36deg);transform:rotate(36deg)}.ihc-login-template-8 .impu-form-links a{color:#666;font-size:12px;font-family:var(--iump-primary-font)!important;text-decoration:none;border-right:1px solid #999;padding-right:10px;padding-left:10px}.ihc-login-template-8 .impu-form-submit input,.ihc-login-template-9 .impu-form-submit input{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:45px;font-size:16px;font-weight:700;text-transform:capitalize}.ihc-login-template-10 .impu-form-links a:hover,.ihc-login-template-11 .impu-form-links a:hover,.ihc-login-template-12 .impu-form-links a:hover,.ihc-login-template-8 .impu-form-links a:hover,.ihc-login-template-9 .impu-form-links a:hover,.ihc_level_template_5 .ihc-level-item-link:hover,.ihc_level_template_7 .ihc-level-item-link:hover,.ihc_level_template_8 .ihc-level-item-link:hover{color:#000}.ihc-login-template-8 .impu-form-submit input{color:#fff!important;width:100%;border:none;background:#ea4872!important;border-color:#ea4872!important;border-radius:50px;-webkit-transition:.3s linear;transition:.3s linear;padding:10px 30px 11px;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px}.ihc-login-template-8 .impu-form-submit input:hover,.ihc-register-11 .iump-submit-form input:hover,.ihc-register-8 .iump-submit-form input:hover{background:#d3365e!important}.ihc-login-template-9{text-align:center;box-sizing:border-box;border-radius:3px;width:400px;max-width:100%;font-size:15px;font-family:var(--iump-primary-font)}.ihc-login-template-12 .ihc_login_form,.ihc-login-template-9 .ihc_login_form,var(--iump-primary-font) .ihc-login-template-10 .ihc_login_form,var(--iump-primary-font) .ihc-login-template-11 .ihc_login_form{font-size:15px}.ihc-login-template-9 .impu-form-line-fr{box-sizing:content-box;text-align:left;background-color:transparent!important;border:1px solid rgba(0,0,0,.15);margin-bottom:17px;position:relative;border-radius:45px!important;-webkit-border-radius:45px!important;-moz-border-radius:45px!important;-o-border-radius:45px!important;box-shadow:2px 0 30px transparent;-webkit-box-shadow:0 0 9px transparent;-moz-box-shadow:2px 0 30px transparent;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.ihc-login-template-10 .impu-form-line-fr:checked,.ihc-login-template-10 .impu-form-line-fr:hover,.ihc-login-template-11 .impu-form-line-fr:checked,.ihc-login-template-11 .impu-form-line-fr:hover,.ihc-login-template-12 .impu-form-line-fr:checked,.ihc-login-template-12 .impu-form-line-fr:hover,.ihc-login-template-9 .impu-form-line-fr:checked,.ihc-login-template-9 .impu-form-line-fr:hover,.ihc-register-12 .iump-form-line-register .select2-selection:focus,.ihc-register-12 .iump-form-line-register .select2-selection:hover,.ihc-register-12 .iump-form-line-register input[type=number]:focus,.ihc-register-12 .iump-form-line-register input[type=number]:hover,.ihc-register-12 .iump-form-line-register input[type=password]:focus,.ihc-register-12 .iump-form-line-register input[type=password]:hover,.ihc-register-12 .iump-form-line-register input[type=text]:focus,.ihc-register-12 .iump-form-line-register input[type=text]:hover,.ihc-register-12 .iump-form-line-register select:checked,.ihc-register-12 .iump-form-line-register select:focus,.ihc-register-12 .iump-form-line-register select:hover,.ihc-register-12 .iump-form-line-register textarea:focus,.ihc-register-12 .iump-form-line-register textarea:hover,.ihc-register-9 .iump-form-line-register .select2-selection:focus,.ihc-register-9 .iump-form-line-register .select2-selection:hover,.ihc-register-9 .iump-form-line-register input[type=number]:focus,.ihc-register-9 .iump-form-line-register input[type=number]:hover,.ihc-register-9 .iump-form-line-register input[type=password]:focus,.ihc-register-9 .iump-form-line-register input[type=password]:hover,.ihc-register-9 .iump-form-line-register input[type=text]:focus,.ihc-register-9 .iump-form-line-register input[type=text]:hover,.ihc-register-9 .iump-form-line-register select:checked,.ihc-register-9 .iump-form-line-register select:focus,.ihc-register-9 .iump-form-line-register select:hover,.ihc-register-9 .iump-form-line-register textarea:focus,.ihc-register-9 .iump-form-line-register textarea:hover{border-color:#26bbea;background-color:#fff;box-shadow:2px 0 30px rgba(0,0,0,.1);-webkit-box-shadow:0 0 9px rgba(0,0,0,.1);-moz-box-shadow:2px 0 30px rgba(0,0,0,.1)}.ihc-login-template-10 form,.ihc-login-template-11 form,.ihc-login-template-12 form,.ihc-login-template-9 form{display:block;position:relative;font-size:15px}.ihc-login-template-11 .fa-ihc,.ihc-login-template-9 .fa-ihc{position:absolute;top:0;left:15px;line-height:39px;font-size:18px;color:#999}.ihc-login-template-11 .impu-form-line-fr input[type=password],.ihc-login-template-11 .impu-form-line-fr input[type=text],.ihc-login-template-9 .impu-form-line-fr input[type=password],.ihc-login-template-9 .impu-form-line-fr input[type=text]{width:100%;color:#555!important;padding:10px!important;background-color:transparent!important;border:none!important;display:inline-block;padding-left:40px!important;font-size:14px!important;border-radius:45px!important;-webkit-border-radius:45px!important;-moz-border-radius:45px!important;-o-border-radius:45px!important;margin:0!important;line-height:1.7!important}.ihc-login-template-11 .impu-remember-wrapper,.ihc-login-template-9 .impu-remember-wrapper{margin-right:3px;text-align:left;line-height:22px;padding-left:15px;float:left}.ihc-login-template-10 .impu-form-label-remember,.ihc-login-template-11 .impu-form-label-remember,.ihc-login-template-9 .impu-form-label-remember{display:inline-block!important;font-weight:400;font-size:14px;text-transform:inherit;padding-left:3px;color:#777}.ihc-login-template-11 .impu-form-links-pass,.ihc-login-template-9 .impu-form-links-pass{float:right;padding-right:15px}.ihc-login-template-10 .impu-form-links-pass a,.ihc-login-template-9 .impu-form-links-pass a{color:#32a3cb}.ihc-login-template-10 .impu-form-input-remember:checked:before,.ihc-login-template-11 .impu-form-input-remember:checked:before,.ihc-login-template-12 .impu-form-input-remember:checked:before,.ihc-login-template-13 .impu-form-input-remember:checked:before,.ihc-login-template-9 .impu-form-input-remember:checked:before{content:"";border:3px solid #00b9eb;display:inline-block;width:3px;height:10px;border-top:0;border-left:0;position:absolute;top:0;left:5px;box-sizing:content-box;-webkit-transform:rotate(36deg);-khtml-transform:rotate(36deg);-moz-transform:rotate(36deg);-ms-transform:rotate(36deg);-o-transform:rotate(36deg);transform:rotate(36deg)}.ihc-login-template-10 .impu-form-links,.ihc-login-template-11 .impu-form-links,.ihc-login-template-12 .impu-form-links,.ihc-login-template-9 .impu-form-links{text-align:center;line-height:20px;margin-top:10px}.ihc-login-template-10 .impu-form-links a,.ihc-login-template-11 .impu-form-links a,.ihc-login-template-9 .impu-form-links a{text-decoration:none;padding-right:10px;padding-left:10px;color:#32a3cb}.ihc-login-template-10 .impu-form-submit,.ihc-login-template-11 .impu-form-submit,.ihc-login-template-12 .impu-form-submit,.ihc-login-template-9 .impu-form-submit{text-align:center;margin-top:25px;margin-bottom:25px;border:none!important}.ihc-login-template-10 .impu-form-submit:hover,.ihc-login-template-11 .impu-form-submit:hover,.ihc-login-template-12 .impu-form-submit:hover,.ihc-login-template-9 .impu-form-submit:hover{border:none!important;box-shadow:2px 0 30px transparent;-webkit-box-shadow:0 0 9px transparent;-moz-box-shadow:2px 0 30px transparent}.ihc-login-template-9 .impu-form-submit input{color:#fff!important;width:85%;border:none;background-color:#a044ff;background-image:linear-gradient(to left,#6a3093,#a044ff);box-shadow:none!important;border-radius:50px;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;padding:10px 30px 11px;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px;font-family:var(--iump-primary-font)}.ihc-login-template-9 .impu-form-submit input:hover{width:85%;background-color:#f15f79;background-image:linear-gradient(to left,#b24592,#f15f79);-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.ihc-login-template-10{text-align:center;box-sizing:border-box;border-radius:3px;width:400px;max-width:100%;font-size:15px}.ihc-login-template-10 .impu-form-line-fr{box-sizing:content-box;text-align:left;background-color:#fefefe;border:1px solid #ccc;margin-bottom:20px;position:relative;border-radius:4px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;-o-border-radius:4px!important;box-shadow:2px 0 30px transparent;-webkit-box-shadow:0 0 9px transparent;-moz-box-shadow:2px 0 30px transparent;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.ihc-login-template-10 .fa-ihc{position:absolute;top:0;left:0;line-height:41px;font-size:18px;color:#555;background-color:#eee;border-radius:4px 0 0 4px;border-right:1px solid #ccc;min-width:45px;text-align:center}.ihc-login-template-10 .impu-form-line-fr input[type=password],.ihc-login-template-10 .impu-form-line-fr input[type=text]{width:100%;color:#555;padding:12px 10px!important;background-color:transparent!important;border:none!important;display:inline-block;padding-left:60px!important;font-size:14px!important;border-radius:4px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;-o-border-radius:4px!important;height:auto!important;margin-bottom:0!important;line-height:1!important}.ihc-login-template-10 .impu-remember-wrapper,.ihc-login-template-12 .impu-remember-wrapper{margin-right:3px;text-align:left;line-height:22px;padding-left:15px;float:left;margin-bottom:5px}.ihc-login-template-10 .impu-form-links-pass,.ihc-login-template-12 .impu-form-links-pass{float:right;padding-right:15px;margin-bottom:5px}.ihc-login-template-10 .impu-form-submit input{color:#fff!important;width:100%;border:none;background-color:#67b1d6!important;box-shadow:none!important;text-transform:capitalize;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;padding:10px 30px 11px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;min-height:45px;font-size:16px;font-family:var(--iump-primary-font)}.ihc-login-template-11 .impu-form-submit input,.ihc-login-template-12 .impu-form-submit input{text-transform:uppercase;min-height:45px;font-size:16px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--iump-primary-font)}.ihc-login-template-10 .impu-form-submit input:hover{background-color:#65aed3;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.ihc-login-template-11 .impu-form-line-fr,.ihc-login-template-11 .impu-form-submit input{background-color:transparent!important;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear}.ihc-login-template-11{margin:10px auto;padding:40px 10px;text-align:center;box-sizing:border-box;display:block;border-radius:3px;width:400px;max-width:100%;font-size:15px}.ihc-login-template-11 .impu-form-line-fr{box-sizing:content-box;text-align:center;border-bottom:1px solid #efefef;margin-bottom:17px;position:relative;border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;-o-border-radius:0!important;box-shadow:2px 0 30px transparent;-webkit-box-shadow:0 0 9px transparent;-moz-box-shadow:2px 0 30px transparent;-webkit-transition:.3s linear;transition:.3s linear}.ihc-login-template-11 .impu-form-links-pass a{color:#2bb7e3}.ihc-login-template-11 .impu-form-submit input{width:95%;border:2px solid #2bb7e3!important;color:#2bb7e3!important;box-shadow:none!important;border-radius:50px;-webkit-transition:.3s linear;transition:.3s linear;padding:10px 30px;line-height:20px;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px}.ihc-login-template-11 .impu-form-submit input:hover{width:95%;background-color:#2bb7e3;color:#fff;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.ihc-login-template-12{margin:20px auto;padding:70px 60px;text-align:center;box-sizing:border-box;display:block;background-color:#fff;border-radius:8px;width:500px;max-width:100%;font-size:15px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px}.ihc-register-2,.ihc-register-3,.ihc-register-4,.ihc-register-5{max-width:600px;margin:20px auto}.ihc-login-template-12 .impu-form-line-fr{box-sizing:content-box;text-align:left;background-color:#fefefe;border:1px solid #ccc;margin-bottom:25px;position:relative;border-radius:50px!important;-webkit-border-radius:50px!important;-moz-border-radius:50px!important;-o-border-radius:50px!important;box-shadow:2px 0 30px transparent;-webkit-box-shadow:0 0 9px transparent;-moz-box-shadow:2px 0 30px transparent;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.ihc-login-template-12 .fa-ihc{position:absolute;top:0;left:0;line-height:39px;font-size:18px;color:#555;border-radius:50px 0 0 50px;min-width:45px;text-align:center}.ihc-login-template-12 .impu-form-line-fr input[type=password],.ihc-login-template-12 .impu-form-line-fr input[type=text]{width:100%;color:#555;padding:12px 10px!important;background-color:transparent!important;border:none!important;display:inline-block;padding-left:45px!important;font-size:14px!important;border-radius:4px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;-o-border-radius:4px!important;height:auto!important;margin-bottom:0!important;line-height:1!important}.ihc-login-template-12 .impu-form-label-remember{display:inline-block!important;font-weight:400;font-size:14px;text-transform:inherit;padding-left:3px;color:#6164c1}.ihc-login-template-12 .impu-form-links-pass a{color:#6164c1}.ihc-login-template-12 .impu-form-links a{text-decoration:none;padding-right:10px;padding-left:10px;color:#6164c1}.ihc-login-template-12 .impu-form-submit input{color:#fff!important;width:100%;border:none;background-color:#6164c1!important;box-shadow:none!important;border-radius:4px;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;padding:10px 30px 11px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px}.ihc-login-template-12 .impu-form-submit input:hover{background-color:#8d7fd7;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.ihc-login-template-13 .impu-form-line-fr{box-sizing:content-box;padding-top:15px;text-align:left}.ihc-login-template-13 .impu-form-line-fr .impu-form-label-fr{min-width:150px;box-sizing:content-box;color:#555;font-family:var(--iump-primary-font);line-height:26px;font-size:15px;text-align:left;font-weight:600;display:block;margin-bottom:8px}.ihc-login-template-13 .impu-form-line-fr input[type=password],.ihc-login-template-13 .impu-form-line-fr input[type=text]{width:100%;border:2px solid rgba(0,0,0,.15);border-radius:2px;color:#2b2b2b;padding:8px 10px 7px!important;height:40px!important;margin:0!important;line-height:1.7!important}.ihc-login-template-13 .impu-temp5-row{margin:5px 0}.ihc-login-template-13 .impu-temp5-row-left,.ihc-register-14 .iump-register-row-left{float:left;width:48%;margin-top:20px}.ihc-login-template-13 .impu-temp5-row-right,.ihc-register-14 .iump-register-row-right{float:right;width:48%;margin-top:20px}.ihc-login-template-13 .impu-remember-wrapper{clear:both;text-align:left;line-height:24px}.ihc-login-template-13 .impu-form-label-remember{display:inline-block!important;font-weight:400;font-size:15px;line-height:24px;color:#888;text-transform:inherit;margin-left:5px;vertical-align:middle}.ihc-login-template-13 .impu-form-links-pass{padding-top:20px;line-height:22px;color:#888!important;display:block!important;font-weight:400;font-size:15px}.ihc-login-template-13 .ihc-register-link,.ihc-login-template-13 .impu-form-submit input{color:#fff!important;min-width:100px;border:none;text-transform:capitalize;padding:16px 20px!important;background:#3ba1da!important;border-color:#5bc4be!important;box-shadow:none!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;display:block;width:100%;font-size:15px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;font-family:Nunito,sans-serif;font-weight:400;box-sizing:border-box;line-height:16px;cursor:pointer;border-bottom:2px solid rgba(0,0,0,.1)!important}.ihc-login-template-13 .impu-form-submit input:hover,.ihc-register-14 .iump-submit-form input:hover{background:#44b0ec!important}.ihc-login-template-13 .ihc-register-link,.ihc-register-14 .ihc-login-link{background:#eee!important}.ihc-login-template-13 .ihc-register-link:hover,.ihc-register-14 .ihc-login-link:hover{background:#e5e5e5!important}.ihc-login-template-13 .ihc-register-link a{color:#666!important}.ihc-login-template-13.ihc-pass-form-wrap .impu-form-submit input{margin:20px auto 10px;width:auto!important;min-width:250px!important}.ihc-login-template-13 .impu-form-label-pass{margin-bottom:30px}.impu-form-pass-additional-content{color:#777;font-size:17px;text-align:center;padding:15px 15px 0}.iump-register-form *{box-sizing:border-box}.iump-register-form .iump-submit-form{text-shadow:none!important}.ihc-register-1 .iump-labels-register{font-size:13px;line-height:2;min-width:130px;padding-right:10px}.ihc-register-1 .iump-form-line-register,.ihc-register-5 .iump-form-line-register{border-bottom:none}.ihc-register-1 .iump-form-line-register input[type=number],.ihc-register-1 .iump-form-line-register input[type=password],.ihc-register-1 .iump-form-line-register input[type=text],.ihc-register-1 .iump-form-line-register select,.ihc-register-1 .iump-form-line-register textarea{border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;padding:8px 10px 7px!important;min-height:37px;margin:0}.ihc-register-1 .iump-form-line-register .iump-form-checkbox-wrapper,.ihc-register-1 .iump-form-line-register .iump-form-radiobox-wrapper{display:inline-block;vertical-align:top}.ihc-register-1 .ihc-tos-wrap{text-align:right;display:inline-block}.ihc-register-2{min-width:300px;font-family:var(--iump-primary-font);font-size:14px;box-sizing:border-box;display:block}.ihc-register-10 .iump-labels-register,.ihc-register-2 .iump-labels-register{font-size:14px;min-width:130px;line-height:2;padding-right:10px;display:block;text-align:left;color:#777}.ihc-register-2 .iump-form-line-register{border-bottom:none;margin-bottom:15px}.ihc-register-2 .iump-form-line-register .select2-selection,.ihc-register-2 .iump-form-line-register input[type=number],.ihc-register-2 .iump-form-line-register input[type=password],.ihc-register-2 .iump-form-line-register input[type=text],.ihc-register-2 .iump-form-line-register select,.ihc-register-2 .iump-form-line-register textarea{border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#444;padding:8px 10px 7px!important;display:block;width:100%;min-height:40px;background-color:#f7f7f7;box-shadow:2px 0 30px transparent;-webkit-box-shadow:0 0 9px transparent;-moz-box-shadow:2px 0 30px transparent;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;margin:0}.ihc-register-10 .iump-form-line-register .iump-form-checkbox-wrapper,.ihc-register-10 .iump-form-line-register .iump-form-radiobox-wrapper,.ihc-register-13 .iump-form-line-register .iump-form-checkbox-wrapper,.ihc-register-13 .iump-form-line-register .iump-form-radiobox-wrapper,.ihc-register-2 .iump-form-line-register .iump-form-checkbox-wrapper,.ihc-register-2 .iump-form-line-register .iump-form-radiobox-wrapper,.ihc-user-page-top-ap-wrapper .ihc-user-page-details{margin-top:10px}.ihc-register-2 .iump-submit-form input{color:#fff!important;width:100%;background:#08d1b2!important;border:3px solid #5bc4be;border-color:#08d1b2!important;box-shadow:none!important;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;padding:16px 22px;box-sizing:border-box}.ihc-register-2 .iump-submit-form input:hover{color:#fff!important;background:#08d1b2!important;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px}.ihc-register-3,.ihc-register-3 .iump-labels-register{color:#7f7f97;font-size:12px;display:block;text-align:left}.ihc-register-10 .iump-form-line-register textarea,.ihc-register-11 .iump-form-line-register textarea,.ihc-register-13 .iump-form-line-register textarea,.ihc-register-2 .iump-form-line-register textarea,.ihc-register-8 .iump-form-line-register textarea{min-height:60px}.ihc-register-10 .ihc-wrapp-file-field,.ihc-register-13 .ihc-wrapp-file-field,.ihc-register-2 .ihc-wrapp-file-field{box-sizing:border-box;padding:10px;display:block;margin-top:10px;border:2px dashed #08d1b2;width:100%}.ihc-register-14 .ihc-register-notice,.ihc-register-2 .ihc-register-notice,.ihc-register-4 .ihc-register-notice,.ihc-register-5 .ihc-register-notice{-webkit-transition:.6s linear;-moz-transition:.6s linear;-ms-transition:.6s linear;-o-transition:.6s linear;transition:.6s linear;-webkit-animation:1s fadeIn;nimation:fadeIn 1s}.ihc-register-10 .ihc-input-notice,.ihc-register-12 .ihc-input-notice,.ihc-register-13 .ihc-input-notice,.ihc-register-14 .ihc-input-notice,.ihc-register-2 .ihc-input-notice,.ihc-register-3 .ihc-input-notice,.ihc-register-4 .ihc-input-notice,.ihc-register-5 .ihc-input-notice,.ihc-register-6 .ihc-input-notice,.ihc-register-7 .ihc-input-notice,.ihc-register-9 .ihc-input-notice{border-color:#dd3559!important}.ihc-register-3{padding:30px;box-sizing:border-box;background-color:#fff;border-top:7px solid #33b5e5;border-radius:3px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.15);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.15);box-shadow:0 1px 2px 0 rgba(0,0,0,.15);min-width:300px;font-family:var(--iump-primary-font)}.ihc-register-11 .iump-level-details-register,.ihc-register-12 .iump-level-details-register,.ihc-register-3 .iump-level-details-register,.ihc-register-8 .iump-level-details-register,.ihc-register-9 .iump-level-details-register{margin:15px 0}.ihc-register-3 .iump-labels-register{min-width:130px;line-height:2;padding-right:10px;text-transform:uppercase}.ihc-register-3 .iump-form-line-register{border-bottom:none;margin-bottom:10px;position:relative}.ihc-register-3 .iump-form-line-register .select2-selection,.ihc-register-3 .iump-form-line-register input[type=number],.ihc-register-3 .iump-form-line-register input[type=password],.ihc-register-3 .iump-form-line-register input[type=text],.ihc-register-3 .iump-form-line-register select,.ihc-register-3 .iump-form-line-register textarea{border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#7f7f97;padding:8px 10px 7px!important;display:block;width:100%;min-height:40px;text-align:left;font-size:12px;font-family:var(--iump-primary-font)!important;font-weight:400;background-color:#edf0f5;box-shadow:2px 0 30px transparent;-webkit-box-shadow:0 0 9px transparent;-moz-box-shadow:2px 0 30px transparent;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;margin:0}.ihc-register-3 .iump-submit-form input,.ihc-register-7 .iump-submit-form input{-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear}.ihc-register-3 .iump-form-line-register .select2-selection{padding-top:4px}.ihc-register-11 .ihc-wrapp-file-upload,.ihc-register-12 .ihc-wrapp-file-upload,.ihc-register-3 .ihc-wrapp-file-upload,.ihc-register-8 .ihc-wrapp-file-upload,.ihc-register-9 .ihc-wrapp-file-upload{display:block;margin-top:10px}.ihc-register-11 .iump-form-checkbox-wrapper,.ihc-register-11 .iump-form-radiobox-wrapper,.ihc-register-12 .iump-form-checkbox-wrapper,.ihc-register-12 .iump-form-radiobox-wrapper,.ihc-register-3 .iump-form-checkbox-wrapper,.ihc-register-3 .iump-form-radiobox-wrapper,.ihc-register-8 .iump-form-checkbox-wrapper,.ihc-register-8 .iump-form-radiobox-wrapper,.ihc-register-9 .iump-form-checkbox-wrapper,.ihc-register-9 .iump-form-radiobox-wrapper{text-align:left;padding-left:20px}.ihc-register-3 .ihc-tos-wrap{position:relative;left:-30px;margin:10px -60px 10px 0;text-align:left;padding:10px 0 10px 30px;display:inline-block}.ihc-register-11 .ihc-wrapp-file-field,.ihc-register-12 .ihc-wrapp-file-field,.ihc-register-3 .ihc-wrapp-file-field,.ihc-register-8 .ihc-wrapp-file-field,.ihc-register-9 .ihc-wrapp-file-field{box-sizing:border-box;padding:10px;border:2px dashed #ddd}.ihc-register-11 .iump-submit-form,.ihc-register-12 .iump-submit-form,.ihc-register-3 .iump-submit-form,.ihc-register-4 .iump-submit-form,.ihc-register-8 .iump-submit-form{text-align:center;margin-top:10px}.ihc-register-3 .iump-submit-form input{color:#fff!important;width:100%;border:none;background:#33b5e5!important;border-color:#1a9bcb!important;box-shadow:none!important;border-radius:3px;text-transform:capitalize;font-family:var(--iump-primary-font)!important;font-size:14px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:.3s linear;padding:10px 30px 11px}.ihc-register-10 #ihc_coupon_code_check_div_msg,.ihc-register-10 .ihc-register-notice,.ihc-register-12 #ihc_coupon_code_check_div_msg,.ihc-register-12 .ihc-register-notice,.ihc-register-13 #ihc_coupon_code_check_div_msg,.ihc-register-13 .ihc-register-notice,.ihc-register-3 #ihc_coupon_code_check_div_msg,.ihc-register-3 .ihc-register-notice,.ihc-register-9 #ihc_coupon_code_check_div_msg,.ihc-register-9 .ihc-register-notice{z-index:100;background:#dd3559;padding:5px 8px;-webkit-border-radius:3px;border-radius:3px;position:absolute;right:0;margin-bottom:8px;max-width:230px;font-size:12px;top:100%;margin-top:-2px;opacity:1;-webkit-transition:.6s linear;-moz-transition:.6s linear;-ms-transition:.6s linear;-o-transition:.6s linear;transition:.6s linear;-webkit-animation:1s fadeIn;animation:1s fadeIn;color:#fff!important}.ihc-register-10 .ihc-register-notice:before,.ihc-register-12 .ihc-register-notice:before,.ihc-register-13 .ihc-register-notice:before,.ihc-register-3 .ihc-register-notice:before,.ihc-register-6 .ihc-register-notice:before,.ihc-register-7 .ihc-register-notice:before,.ihc-register-9 .ihc-register-notice:before{content:"";display:block;position:absolute;left:50%;top:-8px;margin-left:-5px;width:0;height:0;border-style:solid;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #dd3559}.ihc-register-10 .ihc-coupon-valid,.ihc-register-12 .ihc-coupon-valid,.ihc-register-13 .ihc-coupon-valid,.ihc-register-3 .ihc-coupon-valid,.ihc-register-9 .ihc-coupon-valid{background:#27bebe!important}.ihc-register-4{display:block;padding:30px 20px;text-align:center;box-sizing:border-box;background-color:#fff;border-radius:3px;min-width:310px;font-family:var(--iump-primary-font);font-size:12px}.ihc-register-4 .iump-labels-register{font-size:13px;min-width:130px;line-height:2;padding-right:10px;margin-top:5px;margin-left:5px;display:block;text-align:left;text-transform:uppercase;color:#777}.ihc-register-4 .ihc-register-notice,.ihc-register-4 .iump-form-checkbox-wrapper,.ihc-register-4 .iump-form-radiobox-wrapper,.ihc-register-4 .iump-form-sublabel{margin-left:5px}.ihc-register-4 .iump-form-line-register{box-sizing:content-box;text-align:left;background-color:#fafafa;border:1px solid #efefef;border-bottom:1px solid #efefef;border-top:1px solid #efefef;margin-bottom:7px;position:relative;padding:0 0 3px;border-radius:4px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;-o-border-radius:4px!important}.ihc-register-4 .iump-form-capcha,.ihc-register-4 .iump-form-social_media,.ihc-register-4 .iump-form-tos{background-color:initial;border:none;border-bottom:none;border-top:none}.ihc-register-4 .iump-form-capcha:hover,.ihc-register-4 .iump-form-social_media:hover,.ihc-register-4 .iump-form-tos:hover{background-color:initial}.ihc-register-4 .ihc-no-backs{background:0 0!important;border-width:0}.ihc-register-4 .iump-form-line-register .select2-selection,.ihc-register-4 .iump-form-line-register input[type=number],.ihc-register-4 .iump-form-line-register input[type=password],.ihc-register-4 .iump-form-line-register input[type=text],.ihc-register-4 .iump-form-line-register select,.ihc-register-4 .iump-form-line-register textarea{width:100%;color:#444;padding:8px 10px 7px!important;background-color:none!important;border:none!important;display:inline-block;min-height:38px;margin:0;font-size:12px}.ihc-register-5 .iump-submit-form input,.ihc-register-6 .iump-submit-form input{background:#e05d5d!important;box-shadow:none!important;box-sizing:border-box;line-height:1.2;font-family:var(--iump-primary-font)}.ihc-register-4 .iump-form-line-register .select2-selection,.ihc-register-4 .iump-form-line-register select{border:1px solid #efefef!important}.ihc-register-4 .iump-form-line-register .select2-selection:focus,.ihc-register-4 .iump-form-line-register .select2-selection:hover,.ihc-register-4 .iump-form-line-register input[type=number]:focus,.ihc-register-4 .iump-form-line-register input[type=number]:hover,.ihc-register-4 .iump-form-line-register input[type=password]:focus,.ihc-register-4 .iump-form-line-register input[type=password]:hover,.ihc-register-4 .iump-form-line-register input[type=text]:focus,.ihc-register-4 .iump-form-line-register input[type=text]:hover,.ihc-register-4 .iump-form-line-register select:focus,.ihc-register-4 .iump-form-line-register select:hover,.ihc-register-4 .iump-form-line-register textarea:focus,.ihc-register-4 .iump-form-line-register textarea:hover{background-color:#fefefe}.ihc-register-14 .iump-form-line-register .select2-selection,.ihc-register-4 .iump-form-line-register .select2-selection,.ihc-register-5 .iump-form-line-register .select2-selection,.ihc-register-6 .iump-form-line-register .select2-selection,.ihc-register-7 .iump-form-line-register .select2-selection{min-height:40px}.ihc-register-4 .ihc-tos-wrap{text-align:left;display:inline-block}.ihc-register-4 .ihc-strength-wrapper{position:absolute;right:0;top:100%;margin-top:-6px}.ihc-register-10 .ihc-strength-wrapper .ihc-strength-label,.ihc-register-13 .ihc-strength-wrapper .ihc-strength-label,.ihc-register-4 .ihc-strength-wrapper .ihc-strength-label{margin-top:-7px}.ihc-register-4 .iump-form-password{margin-bottom:35px}.ihc-register-5{padding:10px;min-width:300px;font-family:var(--iump-primary-font);font-size:12px;display:block}.ihc-register-5 .iump-labels-register,.ihc-register-6 .iump-labels-register,.ihc-register-7 .iump-labels-register{font-size:13px;line-height:2;font-weight:700;min-width:130px;padding-right:10px;display:block;text-align:left}.ihc-register-5 .iump-form-line-register .select2-selection,.ihc-register-5 .iump-form-line-register input[type=number],.ihc-register-5 .iump-form-line-register input[type=password],.ihc-register-5 .iump-form-line-register input[type=text],.ihc-register-5 .iump-form-line-register select,.ihc-register-5 .iump-form-line-register textarea,.ihc-register-7 .iump-form-line-register .select2-selection,.ihc-register-7 .iump-form-line-register input[type=number],.ihc-register-7 .iump-form-line-register input[type=password],.ihc-register-7 .iump-form-line-register input[type=text],.ihc-register-7 .iump-form-line-register select,.ihc-register-7 .iump-form-line-register textarea{border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;padding:8px 10px 7px!important;display:block;width:100%;min-height:37px;margin:0;font-size:12px}.ihc-register-14 .ihc-wrapp-file-field,.ihc-register-5 .ihc-wrapp-file-field,.ihc-register-6 .ihc-wrapp-file-field,.ihc-register-7 .ihc-wrapp-file-field{box-sizing:border-box;padding:10px;border:2px dashed #ddd;display:block;margin-top:10px}.ihc-register-5 .iump-submit-form input{color:#fff!important;border-color:#e05d5d!important;padding:16px 22px;border-radius:5px;font-weight:600;border:none}.ihc-register-6{min-width:620px;max-width:820px;margin:20px auto;padding:10px;display:block;font-family:var(--iump-primary-font);font-size:12px}.ihc-register-6 .ihc-register-col{width:50%;box-sizing:border-box;padding-right:10px;max-width:400px;min-width:310px;display:inline-block;vertical-align:top}.ihc-register-6 .iump-form-line-register,.ihc-register-7 .iump-form-line-register{border-bottom:none;position:relative}.ihc-register-6 .iump-form-line-register .select2-selection,.ihc-register-6 .iump-form-line-register input[type=number],.ihc-register-6 .iump-form-line-register input[type=password],.ihc-register-6 .iump-form-line-register input[type=text],.ihc-register-6 .iump-form-line-register select,.ihc-register-6 .iump-form-line-register textarea{border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;padding:8px 10px 7px!important;display:block;width:100%;font-size:12px;min-height:37px;margin:0}.ihc-register-6 .iump-submit-form input{color:#fff!important;border-color:#e05d5d!important;min-width:200px;padding:16px 22px;border-radius:5px;border:none}.ihc-register-6 .ihc-register-notice,.ihc-register-7 .ihc-register-notice{z-index:100;background:#dd3559;padding:5px 8px;-webkit-border-radius:3px;border-radius:3px;position:absolute;right:0;margin-bottom:8px;max-width:230px;font-size:12px;color:#fff;top:100%;margin-top:-2px;opacity:1;-webkit-transition:.6s linear;-moz-transition:.6s linear;-ms-transition:.6s linear;-o-transition:.6s linear;transition:.6s linear;-webkit-animation:1s fadeIn;animation:1s fadeIn}.ihc-register-6 .ihc-tos-wrap{position:relative;display:inline}.ihc-register-7{min-width:300px;max-width:600px;margin:20px auto;padding:20px 20px 0;border-radius:3px;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 2px 0 rgba(0,0,0,.15);box-shadow:0 0 2px 0 rgba(0,0,0,.15);background-color:#f6f9fc;font-family:var(--iump-primary-font);font-size:12px;display:block}.ihc-register-7 .impu-temp7-row{position:relative;left:-20px;margin:15px -40px 0 0;background-color:#aab7c4;padding:15px 20px}.ihc-register-7 .iump-submit-form input{color:#fff!important;background:#aab7c4!important;border-width:2px;border-style:solid;border-color:#fff!important;box-shadow:none!important;transition:.3s linear;padding:10px 30px 11px;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px;min-width:70%}.ihc-register-12 .iump-submit-form input,.ihc-register-9 .iump-submit-form input{min-width:250px;text-transform:capitalize;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:700}.ihc-register-7 .iump-submit-form input:hover{color:#aab7c4!important;background:#fff!important}.ihc_payment_register_wrapper{margin-top:30px;margin-bottom:20px;text-align:left}.ihc_payment_details{border-bottom:1px solid #aaa;font-size:16px;margin:10px 0 5px;padding-bottom:10px;line-height:21px;text-align:left;font-weight:700;color:#6c7a8d}.iump-sublabel-register{padding:3px 8px;color:#999;font-size:13px}.ihc-register-10,.ihc-register-8,.ihc-register-9{margin:20px auto;padding:10px;box-sizing:border-box;max-width:600px!important;min-width:300px}.ihc-register-10,.ihc-register-13{color:#7f7f97;font-family:var(--iump-primary-font)}.ihc-register-8{text-align:left;display:block;font-family:var(--iump-primary-font)}.ihc-register-11 .iump-form-line-register,.ihc-register-8 .iump-form-line-register{margin-bottom:20px;font-family:var(--iump-primary-font);color:#888;font-size:12px;border-bottom:none}.ihc-register-11 .ihc-register-notice,.ihc-register-8 .ihc-register-notice{text-align:left;font-size:13px}.ihc-register-8 .iump-labels-register{font-size:15px;line-height:2;min-width:130px;padding-right:10px;display:block;text-align:left;font-family:var(--iump-primary-font)}.ihc-register-11 .iump-form-line-register .select2-selection,.ihc-register-11 .iump-form-line-register input[type=number],.ihc-register-11 .iump-form-line-register input[type=password],.ihc-register-11 .iump-form-line-register input[type=text],.ihc-register-11 .iump-form-line-register select,.ihc-register-11 .iump-form-line-register textarea,.ihc-register-8 .iump-form-line-register .select2-selection,.ihc-register-8 .iump-form-line-register input[type=number],.ihc-register-8 .iump-form-line-register input[type=password],.ihc-register-8 .iump-form-line-register input[type=text],.ihc-register-8 .iump-form-line-register select,.ihc-register-8 .iump-form-line-register textarea{border:0 solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.15);border-radius:2px;color:#555;background-color:transparent;padding:8px 10px 7px!important;display:block;width:100%;font-family:var(--iump-primary-font);font-size:12px;min-height:36px;text-align:left}.ihc-register-11 .ihc-tos-wrap,.ihc-register-12 .ihc-tos-wrap,.ihc-register-8 .ihc-tos-wrap,.ihc-register-9 .ihc-tos-wrap{position:relative;text-align:left;padding:10px 0;display:inline-block}.ihc-register-11 .iump-submit-form input,.ihc-register-8 .iump-submit-form input{color:#fff!important;width:100%;border:none;background:#ea4872!important;border-color:#ea4872!important;box-shadow:none!important;border-radius:50px;text-transform:capitalize;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;padding:10px 30px 11px;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px;min-height:45px;font-size:18px;font-weight:700}.ihc-register-11 .ihc-register-notice,.ihc-register-8 .ihc-register-notice{color:#dd3559;-webkit-transition:.6s linear;-moz-transition:.6s linear;-ms-transition:.6s linear;-o-transition:.6s linear;transition:.6s linear;-webkit-animation:1s fadeIn;animation:1s fadeIn}.ihc-register-11 .ihc-input-notice,.ihc-register-8 .ihc-input-notice{-webkit-transition:.6s linear;-moz-transition:.6s linear;-ms-transition:.6s linear;-o-transition:.6s linear;transition:.6s linear;border-color:#dd3559!important}.ihc-register-9{display:block;font-family:var(--iump-primary-font)}.ihc-register-9 .iump-form-line-register{margin-bottom:20px;font-family:var(--iump-primary-font);color:#888;font-size:12px;border-bottom:none;position:relative}.ihc-register-9 .iump-labels-register{font-size:15px;min-width:130px;padding-right:10px;padding-left:15px;display:block;text-align:left;font-family:var(--iump-primary-font);line-height:20px;padding-bottom:5px}.ihc-register-9 .iump-form-line-register .select2-selection,.ihc-register-9 .iump-form-line-register input[type=number],.ihc-register-9 .iump-form-line-register input[type=password],.ihc-register-9 .iump-form-line-register input[type=text],.ihc-register-9 .iump-form-line-register select,.ihc-register-9 .iump-form-line-register textarea{border:1px solid rgba(0,0,0,.15);color:#555;background-color:transparent;padding:8px 10px 7px!important;display:block;width:100%;max-width:100%;font-family:var(--iump-primary-font);font-size:12px;min-height:36px;text-align:left;border-radius:45px!important;-webkit-border-radius:45px!important;-moz-border-radius:45px!important;-o-border-radius:45px!important;box-shadow:2px 0 30px transparent;-webkit-box-shadow:0 0 9px transparent;-moz-box-shadow:2px 0 30px transparent;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.ihc-register-9 .iump-form-multi_select select{border-radius:0!important}.ihc-register-12 .iump-form-line-register .select2-selection,.ihc-register-9 .iump-form-line-register .select2-selection{padding-top:2px}.ihc-register-12 .iump-form-line-register textarea,.ihc-register-9 .iump-form-line-register textarea{min-height:60px;border-radius:10px!important;-webkit-border-radius:10px!important;-moz-border-radius:10px!important;-o-border-radius:10px!important}.ihc-register-12 .ihc-register-notice,.ihc-register-12 .iump-form-sublabel,.ihc-register-9 .ihc-register-notice,.ihc-register-9 .iump-form-sublabel{text-align:left;padding-left:15px}.ihc-register-9 .iump-submit-form{text-align:center;margin-top:30px}.ihc-register-9 .iump-submit-form input{color:#fff!important;width:90%;border:none;box-shadow:none!important;border-radius:50px;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;padding:10px 30px 11px;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px;min-height:45px;font-size:18px;background-color:#f15f79;background-image:linear-gradient(to left,#b24592,#f15f79)!important}.ihc-register-9 .iump-submit-form input:hover{width:90%}.ihc-register-9 .ihc-strength-wrapper{width:auto!important;margin-right:15px}.ihc-register-10{display:block;font-size:14px;text-align:left}.ihc-register-11,.ihc-register-12,.ihc-register-13{margin:20px auto;padding:10px;box-sizing:border-box;max-width:820px!important}.ihc-register-10 .iump-form-line-register,.ihc-register-13 .iump-form-line-register{border-bottom:none;margin-bottom:15px;position:relative}.ihc-register-10 .iump-form-date,.ihc-register-10 .iump-form-password,.ihc-register-10 .iump-form-text,.ihc-register-10 .iump-form-unique_value_text,.ihc-register-10 .iump-form-verifcode,.ihc-register-13 .iump-form-date,.ihc-register-13 .iump-form-password,.ihc-register-13 .iump-form-text,.ihc-register-13 .iump-form-unique_value_text,.ihc-register-13 .iump-form-verifcode{position:relative;display:table;border-collapse:separate}.ihc-register-10 .iump-form-line-register .select2-selection,.ihc-register-10 .iump-form-line-register input[type=number],.ihc-register-10 .iump-form-line-register input[type=password],.ihc-register-10 .iump-form-line-register input[type=text],.ihc-register-10 .iump-form-line-register select,.ihc-register-10 .iump-form-line-register textarea{border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#444;padding:8px 10px 7px!important;font-size:12px;display:block;width:100%;min-height:40px;background-color:#f7f7f7;box-shadow:2px 0 30px transparent;-webkit-box-shadow:0 0 9px transparent;-moz-box-shadow:2px 0 30px transparent;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.ihc-register-10 .iump-form-line-register .select2-selection:focus,.ihc-register-10 .iump-form-line-register .select2-selection:hover,.ihc-register-10 .iump-form-line-register input[type=number]:focus,.ihc-register-10 .iump-form-line-register input[type=number]:hover,.ihc-register-10 .iump-form-line-register input[type=password]:focus,.ihc-register-10 .iump-form-line-register input[type=password]:hover,.ihc-register-10 .iump-form-line-register input[type=text]:focus,.ihc-register-10 .iump-form-line-register input[type=text]:hover,.ihc-register-10 .iump-form-line-register select:focus,.ihc-register-10 .iump-form-line-register select:hover,.ihc-register-10 .iump-form-line-register textarea:focus,.ihc-register-10 .iump-form-line-register textarea:hover,.ihc-register-13 .iump-form-line-register .select2-selection:focus,.ihc-register-13 .iump-form-line-register .select2-selection:hover,.ihc-register-13 .iump-form-line-register input[type=number]:focus,.ihc-register-13 .iump-form-line-register input[type=number]:hover,.ihc-register-13 .iump-form-line-register input[type=password]:focus,.ihc-register-13 .iump-form-line-register input[type=password]:hover,.ihc-register-13 .iump-form-line-register input[type=text]:focus,.ihc-register-13 .iump-form-line-register input[type=text]:hover,.ihc-register-13 .iump-form-line-register select:focus,.ihc-register-13 .iump-form-line-register select:hover,.ihc-register-13 .iump-form-line-register textarea:focus,.ihc-register-13 .iump-form-line-register textarea:hover{border-color:#31aae1;background-color:#fff;box-shadow:2px 0 30px rgba(0,0,0,.1);-webkit-box-shadow:0 0 9px rgba(0,0,0,.1);-moz-box-shadow:2px 0 30px rgba(0,0,0,.1)}.ihc-register-10 .iump-form-date .iump-labels-register,.ihc-register-10 .iump-form-password .iump-labels-register,.ihc-register-10 .iump-form-text .iump-labels-register,.ihc-register-10 .iump-form-unique_value_text .iump-labels-register,.ihc-register-10 .iump-form-verifcode .iump-labels-register,.ihc-register-13 .iump-form-date .iump-labels-register,.ihc-register-13 .iump-form-password .iump-labels-register,.ihc-register-13 .iump-form-text .iump-labels-register,.ihc-register-13 .iump-form-unique_value_text .iump-labels-register,.ihc-register-13 .iump-form-verifcode .iump-labels-register{padding:6px 12px;width:1%;white-space:nowrap;vertical-align:middle;font-size:14px;font-weight:400;line-height:2;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px 0 0 4px;border-right:0;display:table-cell;min-width:inherit}.ihc-register-10 .iump-form-date input[type=text],.ihc-register-10 .iump-form-password input[type=password],.ihc-register-10 .iump-form-password input[type=text],.ihc-register-10 .iump-form-text input[type=text],.ihc-register-10 .iump-form-unique_value_text input[type=text],.ihc-register-10 .iump-form-verifcode input[type=text],.ihc-register-13 .iump-form-date input[type=text],.ihc-register-13 .iump-form-password input[type=password],.ihc-register-13 .iump-form-password input[type=text],.ihc-register-13 .iump-form-text input[type=text],.ihc-register-13 .iump-form-unique_value_text input[type=text],.ihc-register-13 .iump-form-verifcode input[type=text]{border-radius:0 4px 4px 0;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07);background-color:#fff;color:#32373c;outline:0;-webkit-transition:border-color 50ms ease-in-out;transition:border-color 50ms ease-in-out;position:relative;z-index:2;float:left;width:100%;margin-bottom:0!important;margin-top:0!important;display:table-cell}.ihc-register-10 .iump-form-date .iump-form-sublabel,.ihc-register-10 .iump-form-password .iump-form-sublabel,.ihc-register-10 .iump-form-text .iump-form-sublabel,.ihc-register-10 .iump-form-unique_value_text .iump-form-sublabel,.ihc-register-10 .iump-form-verifcode .iump-form-sublabel,.ihc-register-13 .iump-form-date .iump-form-sublabel,.ihc-register-13 .iump-form-password .iump-form-sublabel,.ihc-register-13 .iump-form-text .iump-form-sublabel,.ihc-register-13 .iump-form-unique_value_text .iump-form-sublabel,.ihc-register-13 .iump-form-verifcode .iump-form-sublabel{display:table-cell;width:1%;white-space:nowrap;vertical-align:middle;padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:0 4px 4px 0;border-left:0}.ihc-register-10 .iump-submit-form input{color:#fff!important;width:100%;padding:15px 14px;background-color:#348ac7;background-image:linear-gradient(to left,#7474bf,#348ac7);-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.ihc-register-10 .iump-submit-form input:hover,.ihc-register-13 .iump-submit-form input:hover{color:#fff!important;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px}.ihc-register-10 .ihc-strength-wrapper,.ihc-register-13 .ihc-strength-wrapper{position:absolute;right:10px;top:100%;margin-top:-17px}.ihc-register-11,.ihc-register-12{display:block;text-align:left}.ihc-register-11 .iump-labels-register{font-size:12px;min-width:130px;padding-right:10px;line-height:2;display:block;text-align:left;font-family:var(--iump-primary-font)}.ihc-register-12 .iump-form-line-register{font-family:var(--iump-primary-font);color:#888;font-size:12px;border-bottom:none;position:relative}.ihc-register-12 .iump-labels-register{font-size:12px;min-width:130px;padding-right:10px;padding-left:15px;line-height:2;display:block;text-align:left;font-family:var(--iump-primary-font)}.ihc-register-12 .iump-form-line-register .select2-selection,.ihc-register-12 .iump-form-line-register input[type=number],.ihc-register-12 .iump-form-line-register input[type=password],.ihc-register-12 .iump-form-line-register input[type=text],.ihc-register-12 .iump-form-line-register select,.ihc-register-12 .iump-form-line-register textarea{border:1px solid rgba(0,0,0,.15);color:#555;background-color:transparent;padding:8px 10px 7px!important;display:block;width:100%;font-family:var(--iump-primary-font);font-size:12px;min-height:36px;text-align:left;border-radius:45px!important;-webkit-border-radius:45px!important;-moz-border-radius:45px!important;-o-border-radius:45px!important;box-shadow:2px 0 30px transparent;-webkit-box-shadow:0 0 9px transparent;-moz-box-shadow:2px 0 30px transparent;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;margin-bottom:0!important}.ihc-register-12 .iump-submit-form input{color:#fff!important;width:60%;border:none;box-shadow:none!important;border-radius:50px;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;padding:10px 30px 11px;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px;min-height:45px;font-size:18px;background-color:#f15f79;background-image:linear-gradient(to left,#b24592,#f15f79)!important}.ihc-register-12 .iump-submit-form input:hover{width:60%}.ihc-register-13{font-size:12px;display:block}.ihc-register-13 .iump-labels-register{font-size:12px;min-width:130px;padding-right:10px;line-height:2;display:block;text-align:left;color:#777}.ihc-register-13 .iump-form-line-register .select2-selection,.ihc-register-13 .iump-form-line-register input[type=number],.ihc-register-13 .iump-form-line-register input[type=password],.ihc-register-13 .iump-form-line-register input[type=text],.ihc-register-13 .iump-form-line-register select,.ihc-register-13 .iump-form-line-register textarea{border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#444;padding:8px 10px 7px!important;display:block;width:100%;min-height:40px;background-color:#f7f7f7;box-shadow:2px 0 30px transparent;-webkit-box-shadow:0 0 9px transparent;-moz-box-shadow:2px 0 30px transparent;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.ihc-register-13 .iump-submit-form input{color:#fff!important;width:60%;padding:15px 14px;background-color:#348ac7;background-image:linear-gradient(to left,#7474bf,#348ac7)!important;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.ihc-register-14{min-width:300px;max-width:600px!important;font-family:var(--iump-primary-font);font-size:12px;display:block;margin:10px auto}.ihc-register-14 .iump-labels-register{min-width:130px;padding-right:10px;display:block;text-align:left;box-sizing:content-box;color:#555;font-family:var(--iump-primary-font);line-height:26px;font-size:12px;font-weight:600;margin-bottom:8px}.ihc-register-14 .ihc-login-link,.ihc-register-14 .iump-submit-form input,.ihc_level_template_1 .ihc-level-item-link{min-width:100px;text-transform:capitalize;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear}.ihc-register-14 .iump-form-line-register{border-bottom:none;padding:9px 5px}.ihc-register-14 .iump-form-line-register .select2-selection,.ihc-register-14 .iump-form-line-register input[type=number],.ihc-register-14 .iump-form-line-register input[type=password],.ihc-register-14 .iump-form-line-register input[type=text],.ihc-register-14 .iump-form-line-register select,.ihc-register-14 .iump-form-line-register textarea{border:2px solid rgba(0,0,0,.15);border-radius:2px;color:#2b2b2b;padding:8px 10px 7px!important;display:block;width:100%;min-height:37px}.ihc-register-14 .ihc-login-link,.ihc-register-14 .iump-submit-form input{color:#fff!important;border:none;padding:16px 20px!important;background:#3ba1da!important;border-color:#5bc4be!important;box-shadow:none!important;transition:.3s linear;display:block;width:100%;font-size:12px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;font-family:var(--iump-primary-font);font-weight:400;box-sizing:border-box;line-height:16px;cursor:pointer;border-bottom:2px solid rgba(0,0,0,.1)!important;text-align:center}.ihc_locker_2,.ihc_locker_3{-moz-box-shadow:0 0 20px rgba(0,0,0,.07);-webkit-box-shadow:0 0 20px rgba(0,0,0,.07)}.ihc-register-14 .ihc-login-link a{color:#666}.ihc-login-form-wrap *{box-sizing:border-box;text-decoration:none}.ihc-login-form-wrap a{border-bottom:none!important}.ihc_locker_1{text-align:center;max-width:300px}.ihc_locker_2{border:1px solid #ededed;box-shadow:0 0 20px rgba(0,0,0,.07);background-color:#f7f7f7;text-align:center;min-height:120px;padding:25px;border-radius:9px;max-width:500px;margin:10px auto}.ihc_locker_2 .lock_content{min-height:30px;vertical-align:middle;font-size:13px;font-family:var(--iump-primary-font)}.ihc_locker_3 .lock_content,.ihc_locker_4 .lock_content,.ihc_locker_5 .lock_content,.ihc_locker_6 .lock_content,.ihc_locker_7 .lock_content,.ihc_locker_8 .lock_content{min-height:80px;vertical-align:middle}.ihc_locker_2 .lock_content h2{text-shadow:1px 1px 2px #fff;font-size:20px;font-weight:700;font-family:var(--iump-primary-font);line-height:16px}.ihc_locker_3 .lock_content h2,.ihc_locker_4 .lock_content h2,.ihc_locker_5 .lock_content h2,.ihc_locker_6 .lock_content h2{text-shadow:1px 1px 2px #fff;font-size:26px;font-weight:700;font-family:var(--iump-primary-font)}.ihc_locker_2 .lock_buttons{margin:3px auto;display:inline-block;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;background:rgba(0,0,0,.04);padding:5px 12px 0;text-align:center;border:1px solid rgba(0,0,0,.08);-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.1);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.1);box-shadow:inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.1)}.ihc_locker_3,.ihc_locker_4{border:1px solid #ededed;text-align:center;min-height:140px;position:relative;margin:10px auto}.ihc_locker_3{box-shadow:0 0 20px rgba(0,0,0,.07);background:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/lockers/lock_1.png) 0 top repeat-x #fff;padding:25px 15px;max-width:600px}.ihc_locker_3 .lk_wrapper{position:absolute;bottom:0;left:0;width:100%;height:5px;background:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/lockers/lock_1.png) 0 bottom repeat-x}.ihc_locker_3 .lock_content{font-size:12px;font-family:var(--iump-primary-font);padding-top:10px;padding-bottom:10px}.ihc_locker_3 .lock_content h1,.ihc_locker_3 .lock_content h2,.ihc_locker_3 .lock_content h3,.ihc_locker_4 .lock_content h1,.ihc_locker_4 .lock_content h2,.ihc_locker_4 .lock_content h3,.ihc_locker_8 .lock_content h1,.ihc_locker_8 .lock_content h2,.ihc_locker_8 .lock_content h3{color:#719fd6}.ihc_locker_3 .lock_content p,.ihc_locker_4 .lock_content p,.ihc_locker_5 .lock_content p,.ihc_locker_6 .lock_content p,.ihc_locker_7 .lock_content p,.ihc_locker_8 .lock_content p{padding:0;margin:0}.ihc_locker_3 .lock_buttons{margin:3px -15px;background:rgba(0,0,0,.02);padding:6px 5px 0;text-align:center;border:1px solid rgba(0,0,0,.08);border-left:none;border-right:none}.ihc_locker_4{-moz-box-shadow:0 0 20px rgba(0,0,0,.07);-webkit-box-shadow:0 0 20px rgba(0,0,0,.07);box-shadow:0 0 20px rgba(0,0,0,.07);background:-webkit-linear-gradient(#fefefe,#f1f1f1);background:-o-linear-gradient(#fefefe,#f1f1f1);background:-moz-linear-gradient(#fefefe,#f1f1f1);background:linear-gradient(#fefefe,#f1f1f1);background:-webkit-linear-gradient(#fafafa,#fff);background:-o-linear-gradient(#fafafa,#fff);background:-moz-linear-gradient(#fafafa,#fff);background:linear-gradient(#fafafa,#fff);padding:25px;max-width:620px}.ihc_locker_4 .lk_wrapper{position:absolute;bottom:0;left:0;width:100%;height:9px;background:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/lockers/lock_3.png) 0 bottom repeat-x #fff}.ihc_locker_4 .lk_left_side{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;height:130px;width:130px;position:absolute;top:20px;left:30px;margin:0 15px 10px 18px;border:1px solid rgba(0,0,0,.08);-webkit-box-shadow:inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);-moz-box-shadow:inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);box-shadow:inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);background:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/lockers/lock_5.png) center center/80px auto no-repeat #ddd}.ihc_locker_5,.ihc_locker_6{border:1px solid #ededed;text-align:center;min-height:140px;padding:15px;position:relative}.ihc_locker_4 .lock_content{font-size:12px;font-family:var(--iump-primary-font);margin-left:160px;padding-top:10px}.ihc_locker_4 .lock_content h2,.ihc_locker_5 .lock_content h2,.ihc_locker_6 .lock_content h2{line-height:16px}.ihc_locker_4 .lock_buttons,.ihc_locker_5 .lock_buttons,.ihc_locker_6 .lock_buttons{margin-top:20px}.ihc_locker_5{-moz-box-shadow:0 0 20px rgba(0,0,0,.1);-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1);background:rgba(250,250,250,.7);max-width:610px;margin:10px auto}.ihc_locker_5 .lk_top_side{background:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/lockers/lock_5.png) center center/40px auto no-repeat;margin:0 auto;height:40px;width:100px}.ihc_locker_5 .lock_content{font-size:12px;font-family:var(--iump-primary-font);padding-top:20px}.ihc_locker_5 .lock_content h1,.ihc_locker_5 .lock_content h2,.ihc_locker_5 .lock_content h3,.ihc_locker_6 .lock_content h1,.ihc_locker_6 .lock_content h2,.ihc_locker_6 .lock_content h3{color:#0082a2}.ihc_locker_6{-moz-box-shadow:0 0 20px rgba(0,0,0,.07);-webkit-box-shadow:0 0 20px rgba(0,0,0,.07);box-shadow:0 0 20px rgba(0,0,0,.07);background:-webkit-linear-gradient(#fefefe,#f1f1f1);background:-o-linear-gradient(#fefefe,#f1f1f1);background:-moz-linear-gradient(#fefefe,#f1f1f1);background:linear-gradient(#fefefe,#f1f1f1);background:-webkit-linear-gradient(#fafafa,#fff);background:-o-linear-gradient(#fafafa,#fff);background:-moz-linear-gradient(#fafafa,#fff);background:linear-gradient(#fafafa,#fff);max-width:620px;margin:50px auto 10px}.ihc_locker_7,.ihc_locker_8{min-height:140px;margin:10px auto;text-align:center}.ihc_locker_6 .lk_top_side{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;height:110px;width:110px;position:absolute;top:-50px;left:50%;z-index:999;margin-left:-55px;border:4px solid #fff;-webkit-box-shadow:inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);-moz-box-shadow:inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);box-shadow:inset 0 0 14px rgba(0,0,0,.22),0 1px 1px rgba(255,255,255,.7);background:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/lockers/lock_4.png) center center/46px auto no-repeat #0082a2}.ihc_locker_8 .lk_wrapper_bottom,.ihc_locker_8 .lk_wrapper_top{left:0;position:absolute;background:#df1346;height:9px;width:100%}.ihc_locker_6 .lock_content{font-size:12px;font-family:var(--iump-primary-font);margin-top:30px;padding-top:30px}.ihc_locker_6 .ihc-login-template-6{background-color:#fff}.ihc_locker_7{border:1px solid #ddd;-moz-box-shadow:0 0 20px rgba(0,0,0,.1);-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1);background:#406cb8;padding:15px;position:relative;max-width:630px}.ihc_locker_7 .lk_wrapper{position:absolute;bottom:0;left:0;width:100%;height:100%;border:3px solid #fefefe}.ihc_locker_7 .lk_top_side{background:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/lockers/lock_6.png) center center/auto 60px no-repeat;margin:0 auto;height:60px;width:100px}.ihc_locker_7 .lock_content{font-size:12px;font-family:var(--iump-primary-font);padding-top:15px;color:#fff}.ihc_locker_7 .lock_content h2{font-size:29px;font-weight:700;font-family:var(--iump-primary-font);line-height:16px}.ihc-ap-theme-1 .ihc-ap-menu .ihc-ap-menu-item a:hover,.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item a:hover,.ihc-ap-theme-4 .ihc-ap-menu .ihc-ap-menu-item a:hover,.ihc_level_template_4 .ihc-level-item-link.ihc-purchased-level,.ihc_locker_7 .lock_content h1,.ihc_locker_7 .lock_content h2,.ihc_locker_7 .lock_content h3{color:#fff}.ihc_locker_7 .lock_buttons{margin:20px auto 3px;display:inline-block;max-width:100%;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;background:rgba(255,255,255,.07);padding:8px 9px 0;text-align:center;border:1px solid rgba(0,0,0,.08);-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.1);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.1);box-shadow:inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.1);z-index:99999;position:relative}.ihc_locker_7 .ihc_timeout_line,.ihc_locker_8 .ihc_timeout_line{background:-webkit-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);background:-o-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);background:-moz-linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%);background:linear-gradient(to top,rgba(231,231,231,.7) 0,rgba(255,255,255,.8) 100%)}.ihc-ap-top-theme-1 .ihc-account-page-top-extra-mess,.ihc-ap-top-theme-1 .ihc-account-page-top-extra-mess a,.ihc-ap-top-theme-1 .ihc-account-page-top-extra-mess a:hover,.ihc-ap-top-theme-1 .ihc-account-page-top-mess,.ihc-ap-top-theme-1 .iump-user-page-mess,.ihc-ap-top-theme-1 .iump-user-page-mess-special,.ihc-ap-top-theme-1 .iump-user-page-name,.ihc-ap-top-theme-4 .ihc-account-page-top-extra-mess,.ihc-ap-top-theme-4 .ihc-account-page-top-extra-mess a,.ihc-ap-top-theme-4 .ihc-account-page-top-extra-mess a:hover,.ihc-ap-top-theme-4 .ihc-account-page-top-mess,.ihc-ap-top-theme-4 .iump-user-page-mess,.ihc-ap-top-theme-4 .iump-user-page-mess-special,.ihc-ap-top-theme-4 .iump-user-page-name,.ihc_level_template_5 .ihc-level-item-content *,.ihc_level_template_8 .ihc-purchased-level:hover,.ihc_level_template_9 .ihc-purchased-level:hover,.ihc_locker_7 .ihc-login-template-2 .impu-form-links a,.ihc_locker_8 .ihc-login-template-4 .impu-form-line-fr input[type=password],.ihc_locker_8 .ihc-login-template-4 .impu-form-line-fr input[type=text],.ihc_locker_8 .ihc-login-template-4 .impu-form-links a{color:#fff!important}.ihc_locker_8{border:1px solid #ededed;-moz-box-shadow:0 0 20px rgba(0,0,0,.4);-webkit-box-shadow:0 0 20px rgba(0,0,0,.4);box-shadow:0 0 20px rgba(0,0,0,.4);border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;background-color:#737373;padding:20px 15px 25px;position:relative;max-width:600px}.ihc_locker_8 .lk_top_side{background:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/lockers/lock_4.png) center center/26px auto no-repeat;margin:0 auto;height:36px;width:100px}.ihc_locker_8 .lk_wrapper_top{top:0;border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0}.ihc_locker_8 .lk_wrapper_bottom{bottom:0;border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;-webkit-border-radius:0 0 8px 8px}.ihc_locker_8 .lock_content{font-size:12px;font-family:var(--iump-primary-font);padding-top:10px;padding-bottom:10px;color:#c9c5c4}.ihc_locker_8 .lock_content h2{font-size:26px;font-weight:700;font-family:var(--iump-primary-font)}.ihc_locker_8 .lock_buttons{margin:3px -15px;background:rgba(0,0,0,.07);padding:6px 5px 0;text-align:center;border:1px solid rgba(0,0,0,.08);border-left:none;border-right:none;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.1);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.1);box-shadow:inset 0 0 3px rgba(0,0,0,.08),0 1px 1px rgba(255,255,255,.1)}.ihc_locker_8 .ihc-login-template-4{background-color:transparent!important}.ihc_locker_8 .ihc-login-template-4 .impu-form-line-fr{color:#fff!important;background-color:transparent!important;border-bottom:1px solid #aaa!important}.ihc_locker_8 .ihc-login-template-4 .impu-form-submit{background-color:transparent!important;border-bottom-width:0!important}.ihc-purchased-level{background:#0bb586!important}.ihc_level_template_1 .ihc-level-item{width:100%;margin:5px 5px 15px;box-sizing:border-box;border:1px solid #eee;padding:10px 10px 0;max-width:400px;position:relative;font-size:12px;background-color:#fff;font-family:var(--iump-primary-font)}.ihc_level_template_1 .ihc-level-item-top{display:block;width:50%;box-sizing:border-box;border-bottom:3px solid #33b5e5;padding:4px 0 4px 10px}.ihc_level_template_1 .ihc-level-item-title{color:#222;font-size:15px;line-height:25px;font-family:var(--iump-primary-font);font-weight:600}.ihc_level_template_1 .ihc-level-item-content,.ihc_level_template_4 .ihc-level-item-content{padding:10px;text-align:left;color:#000;min-height:70px}.ihc_level_template_1 .ihc-level-item-bottom{position:relative;left:-10px;margin:0 -20px 0 0;background-color:#f2f2f2;border-top:1px solid #ddd;box-sizing:border-box}.ihc_level_template_1 .ihc-level-item-price{float:left;box-sizing:border-box;padding-left:10px;line-height:48px;font-family:var(--iump-primary-font);font-weight:400;font-size:13px;height:100%}.ihc_level_template_1 .ihc-level-item-link{float:right;text-align:center;box-sizing:border-box;margin-right:20px;margin-top:10px;margin-bottom:10px;color:#fff!important;border:none;border-radius:4px;padding:5px 15px;font-size:13px;background:#f47e7e;border-color:#5bc4be!important;box-shadow:none!important;transition:.3s linear}.ihc_level_template_2 .ihc-level-item-link,.ihc_level_template_3 .ihc-level-item-link{box-sizing:border-box;text-transform:capitalize;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear}.ihc_level_template_1 .ihc-level-item-link a,.ihc_level_template_2 .ihc-level-item-link a,.ihc_level_template_3 .ihc-level-item-link a{color:#fff;text-decoration:none}.ihc_level_template_2,.ihc_level_template_3,.ihc_level_template_5,.ihc_level_template_6,.ihc_level_template_7,.ihc_level_template_8,.ihc_level_template_9{margin:0 auto}.ihc_level_template_2 .ihc-level-item{width:25%;padding:10px;margin-bottom:15px;box-sizing:border-box;max-width:400px;position:relative;display:inline-block;vertical-align:top;min-width:250px;font-size:12px;font-family:var(--iump-primary-font)}.ihc_level_template_2 .ihc-level-item-top{display:block;width:100%;box-sizing:border-box;background:rgba(33,172,172,.8)!important;text-align:center;border:1px solid #eee;border-width:1px 1px 0}.ihc_level_template_2 .ihc-level-item-title{font-family:var(--iump-primary-font);font-size:16px!important;border:none!important;color:#fff!important;padding:4px;font-weight:600;line-height:40px}.ihc_level_template_2 .ihc-level-item-content{padding:10px 10px 65px;text-align:left;color:#000;min-height:150px;border:1px solid #eee;background-color:#fff;border-width:0 1px;box-sizing:border-box}.ihc_level_template_2 .ihc-level-item-bottom{position:absolute;bottom:0;left:10px;right:10px;height:60px;padding-top:7px;background-color:#f2f2f2;border:1px solid #eee;border-width:0 1px;border-top:1px solid #ddd;box-sizing:border-box;text-align:center}.ihc_level_template_2 .ihc-level-item-price{font-family:var(--iump-primary-font);box-sizing:border-box;width:100%;position:relative;box-sizing:border-box;background:rgba(39,190,190,.8)!important;font-size:25px!important;color:#fff!important;text-align:center;line-height:65px;padding:10px 0;border:1px solid #eee;border-width:0 1px;min-height:90px}.ihc_level_template_2 .ihc-level-item-link{text-align:center;display:inline-block;margin:10px auto;color:#fff!important;min-width:100px;border:none;border-radius:4px;padding:5px 15px;background:#f36510;border-color:#f36510!important;box-shadow:none!important;transition:.3s linear}.ihc_level_template_3 .ihc-level-item{width:20%;box-sizing:border-box;max-width:400px;position:relative;display:inline-block;vertical-align:top;min-width:250px;font-size:12px;font-family:var(--iump-primary-font)}.ihc_level_template_3 .ihc-level-item-wrap{margin:10px 10px 15px;box-sizing:border-box;border:1px solid #eee;padding:0;position:relative;box-shadow:2px 0 30px rgba(0,0,0,.1);-webkit-box-shadow:0 0 9px rgba(0,0,0,.1);-moz-box-shadow:2px 0 30px rgba(0,0,0,.1)}.ihc_level_template_3 .ihc-level-item-top{display:block;width:100%;box-sizing:border-box;background:#fff!important;text-align:center}.ihc_level_template_3 .ihc-level-item-title{font-size:14px!important;font-weight:600;border:none!important;padding:10px 4px;line-height:28px}.ihc_level_template_3 .ihc-level-item-content{padding:10px 20px 65px;text-align:left;color:#000;min-height:250px;box-sizing:border-box;background-color:#fafafa}.ihc_level_template_3 .ihc-level-item-bottom{position:absolute;bottom:0;left:0;right:0;height:70px;background-color:#fff;border-top:1px solid #eee;box-sizing:border-box}.ihc_level_template_3 .ihc-level-item-price{font-family:Oswald,arial,sans-serif!important;box-sizing:border-box;width:100%;position:relative;box-sizing:border-box;background:#08a7e3;font-size:35px!important;color:#fff!important;text-align:center;line-height:75px;padding:15px 0;min-height:95px}.ihc_level_template_3 .ihc-level-item-link{text-align:center;margin:10px auto;color:#fff!important;width:100px;border:none;border-radius:4px;padding:10px 20px;font-size:13px;background:0 0;border-color:#f36510!important;box-shadow:none!important;transition:.3s linear;background-color:#37caca!important}.ihc_level_template_4 .ihc-level-item-link,.ihc_level_template_5 .ihc-level-item-link{-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-transform:capitalize}.ihc_level_template_3 .ihc-purchased-level,.ihc_level_template_5 .ihc-purchased-level,.ihc_level_template_6 .ihc-purchased-level,.ihc_level_template_7 .ihc-purchased-level{background-color:#f47e7e!important}.ihc_level_template_4 .ihc-level-item{width:50%;display:inline-block;vertical-align:top;box-sizing:border-box;max-width:400px;min-width:250px;font-size:12px;font-family:var(--iump-primary-font)}.ihc_level_template_4 .ihc-level-item-wrap{margin:10px 10px 15px;box-sizing:border-box;border:1px solid #eee;padding:0 10px 10px;position:relative;box-shadow:2px 0 30px rgba(0,0,0,.1);-webkit-box-shadow:0 0 9px rgba(0,0,0,.1);-moz-box-shadow:2px 0 30px rgba(0,0,0,.1);background:#fff}.ihc_level_template_4 .ihc-level-item-top{position:relative;left:-10px;margin:0 -20px 0 0;background-color:#6c7a8d;border-bottom:1px solid #ddd;box-sizing:border-box}.ihc_level_template_4 .ihc-level-item-title{color:#fafafa;padding-left:20px;line-height:45px;font-size:13px;font-weight:600}.ihc_level_template_4 .ihc-level-item-bottom{display:block;box-sizing:border-box;border-top:3px solid #33b5e5;padding:4px 0 4px 10px;text-align:right}.ihc_level_template_4 .ihc-level-item-price{float:left;box-sizing:border-box;padding-left:10px;line-height:48px;font-weight:500;font-size:14px;height:100%}.ihc_level_template_4 .ihc-level-item-link{float:right;text-align:center;margin-right:0;margin-top:10px;margin-bottom:10px;color:#6c7a8d;min-width:100px;border:1px solid #ddd;border-radius:4px;padding:5px 15px;background:#efefef;box-shadow:none!important;transition:.3s linear;cursor:pointer}.ihc_level_template_4 .ihc-level-item-link a{color:#333;text-decoration:none}.ihc_level_template_4 .ihc-level-item-link:hover{background:#e05d5d!important;color:#fff!important}.ihc_level_template_4 .ihc-level-item-link:hover a{color:#efefef}.ihc_level_template_4 .ihc-level-item-link.ihc-purchased-level:hover{color:#efefef!important;background-color:#0bb586!important}.ihc_level_template_5 .ihc-level-item{width:32%;box-sizing:border-box;max-width:380px;position:relative;display:inline-block;vertical-align:top;min-width:270px;font-size:12px;font-family:var(--iump-primary-font)}.ihc_level_template_5 .ihc-level-item-wrap{margin:10px 10px 15px;box-sizing:border-box;border:1px solid #eee;padding:0;position:relative;box-shadow:2px 0 30px rgba(0,0,0,.1);-webkit-box-shadow:0 0 9px rgba(0,0,0,.1);-moz-box-shadow:2px 0 30px rgba(0,0,0,.1);background-color:#08a7e3}.ihc_level_template_5 .ihc-level-item-wrap:hover,.ihc_level_template_8 .ihc-level-item-wrap:hover,.ihc_level_template_9 .ihc-level-item-wrap:hover{box-shadow:5px 0 30px rgba(0,0,0,.1);-webkit-box-shadow:5px 0 30px rgba(0,0,0,.1);-moz-box-shadow:5px 0 30px rgba(0,0,0,.1);-webkit-transition:top .4s linear,left .4s,box-shadow .5s;-moz-transition:top .4s linear,left .4s,box-shadow .5s;-o-transition:top .4s linear,left .4s,box-shadow .5s;-ms-transition:top .4s linear,left .4s,box-shadow .5s;transition:top .4s linear,left .4s,box-shadow .5s;top:-4px;position:relative;z-index:98}.ihc_level_template_5 .ihc-level-item-top,.ihc_level_template_6 .ihc-level-item-top,.ihc_level_template_7 .ihc-level-item-top{display:block;width:100%;box-sizing:border-box;text-align:center}.ihc_level_template_5 .ihc-level-item-title{font-family:Oswald,arial,sans-serif!important;color:#fff;font-size:22px!important;border:none!important;padding:17px 6px;line-height:40px;min-height:60px}.ihc_level_template_5 .ihc-level-item-content,.ihc_level_template_7 .ihc-level-item-content{padding:20px 30px 80px;text-align:left;color:#fff;min-height:250px;box-sizing:border-box}.ihc_level_template_5 .ihc-level-item-bottom{position:absolute;bottom:0;left:0;right:0;height:75px;box-sizing:border-box}.ihc_level_template_5 .ihc-level-item-price{font-family:Oswald,arial,sans-serif!important;box-sizing:border-box;width:100%;position:relative;box-sizing:border-box;background-color:#f6f9fc;font-size:31px!important;color:#a2a8b1!important;text-align:center;line-height:75px;padding:10px 0;min-height:95px}.ihc_level_template_5 .ihc-level-item-link{text-align:center;margin:10px auto;width:60%;border:none;border-radius:6px;padding:5px 20px;line-height:35px;background-color:#fff;border-color:#fff!important;box-shadow:none!important;transition:.3s linear;font-family:Helvetica,sans-serif,"Trebuchet MS";font-size:17px;font-weight:700;color:#777}.ihc_level_template_6 .ihc-level-item{width:32%;box-sizing:border-box;max-width:350px;position:relative;display:inline-block;vertical-align:top;min-width:260px}.ihc_level_template_6 .ihc-level-item-wrap{margin:10px 10px 15px;box-sizing:border-box;border:1px solid #e8e0e0;padding:0;position:relative;box-shadow:2px 0 30px transparent;-webkit-box-shadow:0 0 9px transparent;-moz-box-shadow:2px 0 30px transparent;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;background-color:#fff}.ihc_level_template_6 .ihc-level-item-wrap:hover{box-shadow:5px 0 30px rgba(0,0,0,.1);-webkit-box-shadow:5px 0 30px rgba(0,0,0,.1);-moz-box-shadow:5px 0 30px rgba(0,0,0,.1);-webkit-transition:top .4s linear,left .4s,box-shadow .5s;-moz-transition:top .4s linear,left .4s,box-shadow .5s;-o-transition:top .4s linear,left .4s,box-shadow .5s;-ms-transition:top .4s linear,left .4s,box-shadow .5s;transition:top .4s linear,left .4s,box-shadow .5s;top:-4px;position:relative;z-index:99994;box-shadow:2px 0 30px rgba(0,0,0,.1);-webkit-box-shadow:0 0 9px rgba(0,0,0,.1);-moz-box-shadow:2px 0 30px rgba(0,0,0,.1)}.ihc_level_template_6 .ihc-level-item-wrap:hover .ihc-level-item-price{color:#6c7a8d}.ihc_level_template_6 .ihc-level-item-title{font-family:Helvetica,sans-serif,"Trebuchet MS";color:#6c7a8d;font-size:28px!important;border:none!important;padding:2px 6px;line-height:40px;min-height:40px;font-weight:700}.ihc_level_template_6 .ihc-level-item-content{padding:20px 30px 80px;text-align:left;color:#5a6575;min-height:250px;box-sizing:border-box}.ihc_level_template_6 .ihc-level-item-link,.ihc_level_template_6 .ihc-level-item-price{text-align:center;box-sizing:border-box;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear}.ihc_level_template_6 .ihc-level-item-bottom,.ihc_level_template_7 .ihc-level-item-bottom{position:absolute;bottom:0;left:0;right:0;height:85px;box-sizing:border-box}.ihc_level_template_6 .ihc-level-item-price{font-family:Oswald,arial,sans-serif!important;width:100%;position:relative;font-size:55px!important;color:#f35863;line-height:75px;padding:30px 15px;min-height:105px;transition:.3s linear}.ihc_level_template_6 .ihc-level-item-link{margin:10px auto;width:70%;border:none;border-radius:35px;-webkit-border-radius:35px;-moz-border-radius:35px;-o-border-radius:35px;text-transform:capitalize;padding:5px 20px;line-height:35px;background-color:#f35863;border-color:#f35863!important;box-shadow:none!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:.3s linear;font-family:Helvetica,sans-serif,"Trebuchet MS";font-size:17px;font-weight:700;color:#fff}.ihc_level_template_7 .ihc-level-item-link,.ihc_level_template_8 .ihc-level-item-link{-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;text-align:center}.ihc_level_template_6 .ihc-level-item-link:hover{color:#fff;background-color:#6c7a8d}.ihc_level_template_7 .ihc-level-item{width:32%;box-sizing:border-box;max-width:400px;position:relative;display:inline-block;vertical-align:top;min-width:290px}.ihc_level_template_7 .ihc-level-item-wrap{margin:10px 10px 15px 60px;box-sizing:border-box;border:1px solid #eee;padding:0;position:relative;box-shadow:2px 0 30px rgba(0,0,0,.1);-webkit-box-shadow:0 0 9px rgba(0,0,0,.1);-moz-box-shadow:2px 0 30px rgba(0,0,0,.1);background-color:#5bcc80}.ihc_level_template_7 .ihc-level-item-title{font-family:Oswald,arial,sans-serif!important;color:#fff;font-size:25px!important;border:none!important;padding:17px 6px;line-height:40px;min-height:60px}.ihc_level_template_7 .ihc-level-item-price{font-family:Oswald,arial,sans-serif!important;box-sizing:border-box;width:100%;position:relative;box-sizing:border-box;background-color:#fff;font-size:35px!important;color:#a2a8b1!important;text-align:center;line-height:50px;padding:12px 20px;min-height:80px;left:-50px;border:4px solid #5bcc80;border-radius:50px 0 0 50px}.ihc_level_template_7 .ihc-level-item-link{margin:10px auto;width:60%;border:none;border-radius:26px;text-transform:capitalize;padding:5px 20px;line-height:35px;background-color:#fff;border-color:#fff!important;box-shadow:none!important;transition:.3s linear;font-family:Helvetica,sans-serif,"Trebuchet MS";font-size:17px;font-weight:700;color:#777}.ihc_level_template_8 .ihc-level-item,.ihc_level_template_9 .ihc-level-item{width:32%;box-sizing:border-box;max-width:380px;position:relative;display:inline-block;vertical-align:top;min-width:340px}.ihc_level_template_8 .ihc-level-item-wrap{margin:13px 13px 15px;box-sizing:border-box;border:1px solid #eee;padding:0;position:relative;box-shadow:2px 0 30px rgba(0,0,0,.1);-webkit-box-shadow:0 0 9px rgba(0,0,0,.1);-moz-box-shadow:2px 0 30px rgba(0,0,0,.1);background:#fff;color:grey;border-bottom:5px solid #ddd}.ihc_level_template_8 .ihc-level-item-top{display:block;width:100%;box-sizing:border-box;text-align:center;background:#f4f4f4;color:#565656}.ihc_level_template_8 .ihc-level-item-title{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:600;color:#565656;font-size:24px;line-height:26px;border:none!important;padding:20px 10px}.ihc_level_template_8 .ihc-level-item-content{padding:20px 30px 80px;font-weight:300;color:grey;min-height:250px;box-sizing:border-box;text-align:center}.ihc_level_template_8 .ihc-level-item-content *{color:grey!important}.ihc_level_template_8 .ihc-level-item-bottom,.ihc_level_template_9 .ihc-level-item-bottom{position:absolute;bottom:0;left:0;right:0;height:75px;box-sizing:border-box;text-align:center}.ihc_level_template_8 .ihc-level-item-price{box-sizing:border-box;width:100%;position:relative;box-sizing:border-box;background:#f4f4f4;text-align:center;padding:0 0 15px;min-height:90px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:800;color:#565656;font-size:50px;line-height:64px}.ihc_level_template_8 .ihc-level-item-link{margin:10px auto;width:60%;border:1px solid #eaeaea;border-radius:3px;text-transform:capitalize;padding:10px;background:#f4f4f4;color:#565656;box-shadow:none!important;transition:.3s linear;font-family:Helvetica,sans-serif,"Trebuchet MS";font-weight:700;font-size:14px;line-height:16px;text-transform:uppercase}.ihc_level_template_8 .ihc-purchased-level{background-color:#565656!important;color:#f4f4f4!important}.ihc_level_template_9 .ihc-level-item-wrap{margin:13px 13px 15px;box-sizing:border-box;padding:0;position:relative;box-shadow:2px 0 30px rgba(0,0,0,.1);-webkit-box-shadow:0 0 9px rgba(0,0,0,.1);-moz-box-shadow:2px 0 30px rgba(0,0,0,.1);background:#fff;color:#363f48;border:1px solid #dadee4!important;border-radius:5px;overflow:hidden}.ihc_level_template_9 .ihc-level-item-top{display:block;width:100%;box-sizing:border-box;text-align:center;background-color:#f0f4f6;color:#363f48}.ihc_level_template_9 .ihc-level-item-title{font-family:"Open Sans",sans-serif;text-transform:uppercase;font-weight:600;color:#363f48;font-size:28px;line-height:36px;border:none!important;padding:40px 15px 15px}.ihc_level_template_9 .ihc-level-item-content{padding:20px 30px 80px;font-weight:300;color:#363f48;min-height:250px;box-sizing:border-box;text-align:center}.ihc_level_template_9 .ihc-level-item-content *{color:#363f48!important}.ihc_level_template_9 .ihc-level-item-price{box-sizing:border-box;width:100%;position:relative;box-sizing:border-box;background:#f0f4f6;text-align:center;padding:10px 0 30px;min-height:90px;font-family:"Open Sans",sans-serif;font-weight:600;color:#363f48;font-size:90px;line-height:1.3!important}.ihc_level_template_9 .ihc-level-item-link{text-align:center;box-sizing:border-box;margin:10px auto;width:60%;border:none;border-radius:3px;text-transform:capitalize;padding:10px;background:#363f48;color:#fff;box-shadow:none!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;font-family:"Open Sans",sans-serif;font-size:14px;ont-weight:600;line-height:16px;text-transform:uppercase}.ihc_level_template_9 .ihc-level-item-link:hover,.ihc_level_template_9 .ihc-purchased-level{background-color:#3998f0!important}.iump-user-page-wrapper{display:block;padding:10px;box-sizing:border-box}.iump-user-page-wrapper .iump-user-page-details{padding-bottom:40px;min-height:100px}.iump-user-page-mess-special{font-family:Oswald,Arial,Helvetica,sans-serif;font-family:var(--iump-primary-font);color:#333;font-size:19px;font-weight:700}.iump-user-page-box .iump-user-page-box-title,.iump-user-page-mess{font-family:var(--iump-primary-font);font-size:16px;font-weight:500}.iump-user-page-name{font-size:32px;font-weight:600;color:#333;font-family:var(--iump-primary-font)}.iump-user-page-mess{color:#555;color:var(--iump-primary-text-color)}.iump-user-page-email{font-size:13px;line-height:19px;color:#555}.iump-user-page-box{margin-bottom:50px}.iump-user-page-box .iump-user-page-box-title{line-height:40px;color:#555;color:var(--iump-primary-text-color);margin-bottom:30px;border-bottom:4px solid #33b5e5}.iump-user-page-box .iump-register-form{display:block}.iump-user-page-wrapper .ihc-register-3{border-top:7px solid #aaa}.ihc-logout-wrap.ihc-login-template-2{width:auto;padding:0}.ihc-logout-wrap.ihc-login-template-2 a{background:#5bc4be!important;color:#fff!important;font-size:12px;font-weight:700;padding:10px 30px 11px;text-transform:uppercase;border-radius:2px}.ihc-logout-wrap.ihc-login-template-3,.ihc-logout-wrap.ihc-login-template-4{width:auto;padding:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:transparent;border:none!important}.ihc-logout-wrap.ihc-login-template-3 a{background:#33b5e5!important;color:#fff!important;font-size:14px;font-weight:400;padding:10px 30px 11px;text-transform:capitalize;border-radius:3px}.ihc-logout-wrap.ihc-login-template-4 a{background:#27ae60!important;color:#b3eecc!important;font-size:15px;font-weight:400;padding:7px 30px;text-transform:capitalize;border-radius:3px;border-bottom:4px solid #1e8449!important}.ihc-logout-wrap.ihc-login-template-5 a,.ihc-logout-wrap.ihc-login-template-6 a{background:#f47e7e!important;padding:8px 15px;color:#fff!important}.ihc-logout-wrap.ihc-login-template-5,.ihc-logout-wrap.ihc-login-template-6{width:auto;padding:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ihc-ap-theme-1 .ihc-ap-menu .ihc-ap-menu-item a,.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item a,.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item a,.ihc-ap-theme-4 .ihc-ap-menu .ihc-ap-menu-item a{vertical-align:bottom;padding-left:17px;padding-right:19px;box-shadow:none;display:inline-block;text-decoration:none}.ihc-logout-wrap.ihc-login-template-6 a{border-radius:20px}.ihc-logout-wrap.ihc-login-template-7 a{background:#6c7a8d!important;padding:8px 30px;color:#fff!important}.ihc-ap-theme-1 .iump-user-page-avatar,.ihc-ap-theme-3 .iump-user-page-avatar,.ihc-ap-theme-4 .iump-user-page-avatar{display:inline-block;padding-right:15px;float:left;width:30%}.ihc-ap-theme-1 .iump-user-page-details,.ihc-ap-theme-3 .iump-user-page-details,.ihc-ap-theme-4 .iump-user-page-details{padding-bottom:15px;margin-top:10px}.ihc-ap-theme-1 .iump-user-page-avatar img,.ihc-ap-theme-3 .iump-user-page-avatar img,.ihc-ap-theme-4 .iump-user-page-avatar img,.ihc-public-wrapp-visitor-user .iump-user-page-avatar img{border-image-outset:0;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;display:block;max-width:100%;width:100%!important;margin:0 auto;-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s;transition:.2s;border-radius:100%;box-shadow:0 0 15px 0 rgba(0,0,0,.3);border:1px solid #fff}.ihc-ap-theme-1 .ihc-account-page-top-mess,.ihc-ap-theme-3 .ihc-account-page-top-mess,.ihc-ap-theme-4 .ihc-account-page-top-mess{display:inline-block;float:left;padding-top:5px;padding-left:20px}.ihc-ap-theme-1 .ihc-account-page-top-mess p,.ihc-ap-theme-3 .ihc-account-page-top-mess p,.ihc-ap-theme-4 .ihc-account-page-top-mess p{margin-bottom:12px}.ihc-ap-theme-1 .ihc-ap-menu{clear:both;background:#3f9cc2;border-color:#0073aa;min-width:560px}.ihc-ap-theme-1 .ihc-ap-menu .ihc-ap-menu-item{float:left;padding-left:0;padding-right:0;cursor:pointer;font-size:14px;font-family:"Source Sans Pro",Helvetica,sans-serif;font-weight:500}.ihc-ap-theme-1 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc,.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc,.ihc-ap-theme-4 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc{font-size:19px;line-height:40px;padding-right:8px;vertical-align:middle;color:#fff}.ihc-ap-theme-1 .ihc-ap-menu .ihc-ap-menu-item a{border:none;color:#fff;line-height:45px}.ihc-ap-theme-1 #ihc_account_page_tab_content,.ihc-ap-theme-2 #ihc_account_page_tab_content,.ihc-ap-theme-3 #ihc_account_page_tab_content,.ihc-ap-theme-4 #ihc_account_page_tab_content{padding-top:15px;padding-bottom:35px;min-height:400px}.ihc-ap-theme-1 .iump-user-page-box .iump-user-page-box-title,.ihc-ap-theme-2 .iump-user-page-box .iump-user-page-box-title,.ihc-ap-theme-3 .iump-user-page-box .iump-user-page-box-title,.ihc-ap-theme-4 .iump-user-page-box .iump-user-page-box-title{font-size:21px;border-width:0}.ihc-ap-theme-1 .iump-user-page-wrapper,.ihc-ap-theme-2 .iump-user-page-wrapper,.ihc-ap-theme-3 .iump-user-page-wrapper,.ihc-ap-theme-4 .iump-user-page-wrapper{padding:0}.ihc-ap-theme-1 .iump-account-content-title,.ihc-ap-theme-2 .iump-account-content-title,.ihc-ap-theme-3 .iump-account-content-title,.ihc-ap-theme-4 .iump-account-content-title{line-height:40px;text-transform:uppercase;font-family:Oswald,Arial,Helvetica,sans-serif;margin-bottom:30px;font-family:var(--iump-primary-font)!important;font-weight:600;font-size:28px;color:#333;text-transform:inherit}.ihc-ap-theme-1 .ihc-account-subscr-list,.ihc-ap-theme-3 .ihc-account-subscr-list,.ihc-ap-theme-4 .ihc-account-subscr-list{margin-top:20px;color:#888;font-size:13px;margin-bottom:40px;width:100%}.ihc-ap-theme-1 .ihc-account-subscr-list thead,.ihc-ap-theme-2 .ihc-account-subscr-list thead,.ihc-ap-theme-4 .ihc-account-subscr-list thead{color:#555;text-transform:uppercase;font-family:Oswald,Arial,Helvetica,sans-serif;font-weight:400;margin-bottom:30px;border-bottom:4px solid #33b5e5;font-size:14px}.ihc-ap-theme-1 .ihc-account-subscr-list thead td,.ihc-ap-theme-2 .ihc-account-subscr-list thead td,.ihc-ap-theme-3 .ihc-account-subscr-list thead td,.ihc-ap-theme-4 .ihc-account-subscr-list thead td{padding:6px 10px 6px 0;border:none}.ihc-ap-theme-1 .ihc-account-subscr-list tbody td,.ihc-ap-theme-2 .ihc-account-subscr-list tbody td,.ihc-ap-theme-3 .ihc-account-subscr-list tbody td,.ihc-ap-theme-4 .ihc-account-subscr-list tbody td{vertical-align:top;padding:10px 10px 10px 5px;border:none}.ihc-ap-theme-1 .ihc-account-subscr-list .ihc-level-name,.ihc-ap-theme-2 .ihc-account-subscr-list .ihc-level-name,.ihc-ap-theme-3 .ihc-account-subscr-list .ihc-level-name,.ihc-ap-theme-4 .ihc-account-subscr-list .ihc-level-name{font-family:Oswald,Arial,Helvetica,sans-serif;color:#21759b;font-size:15px;font-family:var(--iump-primary-font);font-weight:600}.ihc-ap-theme-1 .ihc-account-subscr-list .ihc-level-name-wrapp,.ihc-ap-theme-2 .ihc-account-subscr-list .ihc-level-name-wrapp,.ihc-ap-theme-3 .ihc-account-subscr-list .ihc-level-name-wrapp,.ihc-ap-theme-4 .ihc-account-subscr-list .ihc-level-name-wrapp{padding-left:15px;font-size:12px;color:#21759b}.ihc-ap-theme-1 .ihc-account-subscr-list tr:nth-child(2n),.ihc-ap-theme-2 .ihc-account-subscr-list tr:nth-child(2n),.ihc-ap-theme-3 .ihc-account-subscr-list tr:nth-child(2n),.ihc-ap-theme-4 .ihc-account-subscr-list tr:nth-child(2n){background-color:#f6f6f6}.ihc-ap-theme-1 .ihc-account-tranz-list tr:nth-child(2n),.ihc-ap-theme-2 .ihc-account-tranz-list tr:nth-child(2n),.ihc-ap-theme-3 .ihc-account-tranz-list tr:nth-child(2n),.ihc-ap-theme-4 .ihc-account-tranz-list tr:nth-child(2n){background-color:#fafafa}.ihc-ap-theme-1 .ihc-account-tranz-list,.ihc-ap-theme-2 .ihc-account-tranz-list{border-collapse:collapse;border-spacing:0;width:100%;margin:25px 0 15px;border:1px solid #eee;font-family:Lato;font-size:16px;font-weight:400;line-height:24px;color:#888}.ihc-ap-theme-1 .ihc-account-tranz-list thead,.ihc-ap-theme-2 .ihc-account-tranz-list thead{background-color:#fafafa!important}.ihc-ap-theme-1 .ihc-account-tranz-list tbody,.ihc-ap-theme-2 .ihc-account-tranz-list tbody,.ihc-ap-theme-3 .ihc-account-tranz-list tbody,.ihc-ap-theme-4 .ihc-account-tranz-list tbody{background:0 0}.ihc-ap-theme-1 .ihc-account-tranz-list th,.ihc-ap-theme-2 .ihc-account-tranz-list th,.ihc-ap-theme-3 .ihc-account-tranz-list th,.ihc-ap-theme-4 .ihc-account-tranz-list th{border:1px solid #eee;text-align:center}.ihc-ap-theme-1 .ihc-account-tranz-list td,.ihc-ap-theme-2 .ihc-account-tranz-list td,.ihc-ap-theme-4 .ihc-account-tranz-list td{text-align:center;font-size:13px}.ihc-ap-theme-1 .ihc-account-tranz-list td .ihc-level-name,.ihc-ap-theme-2 .ihc-account-tranz-list td .ihc-level-name,.ihc-ap-theme-3 .ihc-account-tranz-list td .ihc-level-name,.ihc-ap-theme-4 .ihc-account-tranz-list td .ihc-level-name{font-family:Oswald,Arial,Helvetica,sans-serif;color:#21759b;font-size:13px;font-family:var(--iump-primary-font);font-weight:600}.ihc-ap-theme-1 .ihc_account_level_status,.ihc-ap-theme-2 .ihc_account_level_status,.ihc-ap-theme-4 .ihc_account_level_status{font-family:Oswald,arial,sans-serif!important;color:#222}.ihc-ap-theme-1 .ihc-ap-wrap,.ihc-ap-theme-2 .ihc-ap-wrap,.ihc-ap-theme-4 .ihc-ap-wrap{box-sizing:border-box;margin:35px 0 20px;font-family:var(--iump-primary-font);font-size:14px;color:var(--iump-primary-text-color);min-width:200px}.ihc-ap-theme-1 .ihc-ap-wrap .iump-pagination-wrapper,.ihc-ap-theme-2 .ihc-ap-wrap .iump-pagination-wrapper,.ihc-ap-theme-3 .ihc-ap-wrap .iump-pagination-wrapper,.ihc-ap-theme-4 .ihc-ap-wrap .iump-pagination-wrapper{margin-right:0}.ihc-ap-theme-2 .ihc-ap-menu{clear:both;background-color:#444;min-width:560px}.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item{float:left;padding-left:0;padding-right:0;cursor:pointer;background-color:#444;font-size:14px;font-family:"Source Sans Pro",Helvetica,sans-serif;font-weight:500}.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item:hover{background-color:#333!important}.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item-selected{background-color:#2f2f35!important}.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item a{border:none;color:#e8e8e8;line-height:40px}.ihc-ap-theme-2 .ihc-account-subscr-list{margin-top:20px;color:#888;font-size:13px;margin-bottom:40px}.ihc-ap-theme-3 .ihc-ap-menu{clear:both;background:0 0;border-color:transparent;min-width:560px;padding:10px 0;border-bottom:1px solid #e6e6e6}.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item{float:left;padding-left:0;padding-right:0;cursor:pointer;font-size:14px;font-family:var(--iump-primary-font);color:var(--iump-primary-text-color);font-weight:500;margin:10px 0;text-align:center}.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item-selected,.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item:hover{background-color:transparent}.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc{font-size:36px;line-height:40px;padding-right:8px;vertical-align:middle;color:var(--iump-primary-text-color);display:block;text-align:center;margin-bottom:7px}.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item a{border:none;color:var(--iump-primary-text-color);line-height:20px;opacity:.6}.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item a:hover{opacity:1}.ihc-ap-menu .ihc-ap-menu-item-selected a{opacity:1!important}.ihc-ap-theme-3 .ihc-account-subscr-list thead{color:#555;text-transform:uppercase;font-weight:500;font-family:var(--iump-primary-font);margin-bottom:30px;border-bottom:4px solid #33b5e5;font-size:14px}.ihc-ap-theme-3 .ihc-account-tranz-list{border-collapse:collapse;border-spacing:0;width:100%;margin:25px 0 15px;border:1px solid #eee;font-family:Lato;font-size:13px;font-weight:500;line-height:24px;color:var(--iump-primary-text-color);font-family:var(--iump-primary-font)}.ihc-ap-theme-3 .ihc-account-tranz-list thead,.ihc-ap-theme-4 .ihc-account-tranz-list thead{background-color:var(--iump-light-blue-color)!important}.ihc-ap-theme-3 .ihc-account-tranz-list td{text-align:center;font-size:13px;border:1px solid #eee}.ihc-ap-theme-3 .ihc_account_level_status{font-family:var(--iump-primary-font);font-weight:600;color:#222}.ihc-ap-theme-3 .ihc-ap-wrap{box-sizing:border-box;margin:20px 0;font-family:var(--iump-primary-font);font-size:14px;font-size:500;color:var(--iump-primary-text-color);min-width:200px}.ihc-ap-theme-3 .ihc-ap-wrap h3{color:var(--iump-primary-text-color);font-weight:600;font-size:2rem;margin-top:20px;margin-bottom:20px}.ihc-ap-theme-4 .ihc-ap-menu{clear:both;background:#444;border-color:#444;min-width:560px;padding:10px}.ihc-ap-theme-4 .ihc-ap-menu .ihc-ap-menu-item{float:left;margin-left:5px;margin-bottom:5px;border-radius:4px;padding-left:0;padding-right:0;cursor:pointer;font-size:14px;font-family:"Source Sans Pro",Helvetica,sans-serif;font-weight:500}.ihc-ap-theme-4 .ihc-ap-menu .ihc-ap-menu-item-selected,.ihc-ap-theme-4 .ihc-ap-menu .ihc-ap-menu-item:hover{background-color:#3ba1da!important}.ihc-ap-menu .ihc-ap-menu-item-selected,.ihc-ap-menu .ihc-ap-menu-item:hover{background-color:#31304a}.ihc-ap-theme-4 .ihc-ap-menu .ihc-ap-menu-item a{border:none;color:#fff;line-height:40px}.ihc-ap-theme-4 .ihc-account-tranz-list{border-collapse:collapse;border-spacing:0;width:100%;margin:25px 0 15px;border:1px solid #eee;font-family:Lato;font-size:16px;font-weight:400;line-height:24px;color:var(--iump-primary-text-color)!important}.ihc-sm-template-2 .ihc-sm-item{padding:0;transition:.4s;-moz-transition:.4s;-webkit-transition:.4s;position:relative}.ihc-sm-template-2 .fa-ihc-sm{width:36px;height:36px;text-align:center;background-color:rgba(0,0,0,.2);border-right:1px solid rgba(0,0,0,.3);line-height:36px;font-size:20px;position:relative;overflow:hidden}.ihc-sm-template-2 .fa-ihc-sm:after,.ihc-sm-template-2 .fa-ihc-sm:before{transition:.3s;-moz-transition:.3s;-webkit-transition:.3s}.ihc-sm-template-2 .fa-ihc-sm:after{display:block;left:-100%;position:absolute}.ihc-sm-template-2 .fa-ihc-sm:before,.ihc-sm-template-2 .ihc-sm-item:hover .fa-ihc-sm:after{left:0;position:relative}.ihc-sm-template-2 .ihc-sm-item-label{line-height:36px;margin-left:0;padding-left:6px;padding-right:15px;border-left:1px solid rgba(255,255,255,.2)}.ihc-sm-template-2 .ihc-sm-item:hover .fa-ihc-sm{background-color:rgba(255,255,255,.1);transition:.3s;-moz-transition:.3s;-webkit-transition:.3s}.ihc-sm-template-2 .ihc-sm-item:hover .fa-ihc-sm:before{left:100%;position:absolute}.ihc-sm-template-3 .ihc-sm-item{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;transition:transform .3s ease-in-out;-webkit-transition:transform .3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding:8px 10px;color:#484f59;text-shadow:1px 1px 0 #fff;margin-top:12px;-moz-box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.1)}.ihc-sm-template-3 .ihc-sm-item:before{content:"";position:absolute;z-index:-1;top:0;bottom:2px;left:0;right:0;background-image:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#e7e8ea));background-image:-webkit-linear-gradient(top,#f4f4f4,#e7e8ea);background-image:-moz-linear-gradient(top,#f4f4f4,#e7e8ea);background-image:-ms-linear-gradient(top,#f4f4f4,#e7e8ea);background-image:-o-linear-gradient(top,#f4f4f4,#e7e8ea);background-image:linear-gradient(top,#f4f4f4,#e7e8ea);-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.ihc-sm-template-3 .ihc-sm-item:after{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;background-color:rgba(0,0,0,.2);height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.ihc-sm-template-3 .ihc-sm-item:hover{-webkit-transform:translateY(-6px);transform:translateY(-6px);overflow:visible;color:#fff;text-shadow:1px 1px 0 rgba(255,255,255,0)}.ihc-sm-template-3 .ihc-sm-item:active:before,.ihc-sm-template-3 .ihc-sm-item:focus:before,.ihc-sm-template-3 .ihc-sm-item:hover:before{-webkit-transform:scaleY(0);transform:scaleY(0)}.ihc-sm-template-3 .ihc-sm-item:hover:after{right:0}.ihc-sm-template-3 .ihc-sm-item-label{padding-right:20px}.ihc-sm-template-4 .ihc-sm-item{border-radius:5px;padding:3px;-webkit-box-shadow:1px 1px 8px 0 rgba(0,0,0,.24);-moz-box-shadow:1px 1px 8px 0 rgba(0,0,0,.24);box-shadow:1px 1px 8px 0 rgba(0,0,0,.24)}.ihc-sm-template-4 .ihc-sm-item:hover{opacity:.8}.ihc-sm-template-4 .fa-ihc-sm{width:27px;text-align:center}.ihc-sm-template-4 .ihc-sm-item-label{padding-right:10px}.ihc-sm-template-5 .ihc-sm-item{border-radius:27px;padding:3px;-webkit-box-shadow:1px 1px 3px 0 rgba(0,0,0,.24);-moz-box-shadow:1px 1px 3px 0 rgba(0,0,0,.24);box-shadow:1px 1px 3px 0 rgba(0,0,0,.24);margin:7px}.ihc-sm-template-5 .ihc-sm-item-label{padding-right:6px}.ihc-sm-template-5 .ihc-sm-item:hover .fa-ihc-sm,.ihc-sm-template-5 .ihc-sm-item:hover .ihc-sm-item-label{color:#fff!important;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s}.ihc-sm-template-5 .ihc-sm-item{background:#fff;background:-moz-linear-gradient(-45deg,#fff 0,#f5f5f5 100%);background:-webkit-gradient(left top,right bottom,color-stop(0,#fff),color-stop(100%,#f5f5f5));background:-webkit-linear-gradient(-45deg,#fff 0,#f5f5f5 100%);background:-o-linear-gradient(-45deg,#fff 0,#f5f5f5 100%);background:-ms-linear-gradient(-45deg,#fff 0,#f5f5f5 100%);background:linear-gradient(135deg,#fff 0,#f5f5f5 100%);-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s}.ihc-sm-template-5 .ihc-fb .fa-ihc-sm,.ihc-sm-template-5 .ihc-fb .ihc-sm-item-label{color:#3b5998}.ihc-sm-template-5 .ihc-tw .fa-ihc-sm,.ihc-sm-template-5 .ihc-tw .ihc-sm-item-label{color:#4099ff}.ihc-sm-template-5 .ihc-in .fa-ihc-sm,.ihc-sm-template-5 .ihc-in .ihc-sm-item-label{color:#0074a2}.ihc-sm-template-5 .ihc-goo .fa-ihc-sm,.ihc-sm-template-5 .ihc-goo .ihc-sm-item-label{color:#d95232}.ihc-sm-template-5 .ihc-vk .fa-ihc-sm,.ihc-sm-template-5 .ihc-vk .ihc-sm-item-label{color:#5d83aa}.ihc-sm-template-5 .ihc-ig .fa-ihc-sm,.ihc-sm-template-5 .ihc-ig .ihc-sm-item-label{color:#125688}.ihc-sm-template-5 .ihc-tbr .fa-ihc-sm,.ihc-sm-template-5 .ihc-tbr .ihc-sm-item-label{color:#2c4762}.ihc-sm-template-5 .ihc-sm-item.ihc-fb:hover{background:#3b5998}.ihc-sm-template-5 .ihc-sm-item.ihc-tw:hover{background:#4099ff}.ihc-sm-template-5 .ihc-sm-item.ihc-in:hover{background:#0074a2}.ihc-sm-template-5 .ihc-sm-item.ihc-goo:hover{background:#d95232}.ihc-sm-template-5 .ihc-sm-item.ihc-vk:hover{background:#5d83aa}.ihc-sm-template-5 .ihc-sm-item.ihc-ig:hover{background:#125688}.ihc-sm-template-5 .ihc-sm-item.ihc-tbr:hover{background:#2c4762}.ihc-public-wrapp-visitor-user .iump-user-page-avatar{width:50%}.ihc-public-wrapp-visitor-user .ihc-account-page-top-mess{border-bottom:1px solid #ededed;margin-bottom:15px;padding-bottom:10px}.ihc-public-wrapp-visitor-user .ihc-account-page-top-mess p{margin-bottom:10px}.ihc-public-wrapp-visitor-user .ihc-account-page-top-mess .ihc-ap-sm-top-icons-wrap{float:none;padding-left:2px}.ihc-ap-sm-top-icons-wrap .ihc-account-page-sm-icon{border-radius:100%;-webkit-border-radius:100%;border:2px solid #fff;box-shadow:0 0 5px 0 rgba(0,0,0,.3);opacity:.9;color:#fff}.ihc-ap-sm-top-icons-wrap .ihc-account-page-sm-icon .fa-ihc-sm{width:27px}.ihc-user-page-top-ap-wrapper{padding:20px 15px 10px;box-sizing:border-box;position:relative;overflow:hidden;z-index:1}.ihc-user-page-top-ap-background{position:absolute;height:200%;left:0;right:0;top:-100%;z-index:-10;background-size:cover;background-position:50% 50%;background-blend-mode:overlay;background-image:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/top_aff_bk_1.png)}.ihc-ap-top-theme-1 #js_ihc_edit_top_ap_banner{height:180px}.ihc-user-page-top-ap-wrapper .ihc-left-side{float:left;max-width:30%}.ihc-user-page-top-ap-wrapper .ihc-middle-side{float:left;max-width:70%}.ihc-user-page-top-ap-wrapper .ihc-user-page-avatar{display:inline-block;padding-right:15px;max-width:150px}.ihc-user-page-top-ap-wrapper .ihc-top-levels{margin:5px 0 10px;display:block;padding-left:20px;font-family:var(--iump-primary-font)}.ihc-user-page-top-ap-wrapper .ihc-top-level-box{background-color:#2eccc5;color:#fff;padding:3px 9px;margin:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;box-radius:3px;display:inline-block;cursor:pointer}.ihc-user-page-top-ap-wrapper .ihc-top-level-box.ihc-expired-level{background-color:rgba(240,80,80,.8)}.ihc-ap-top-sm{margin:5px 0 10px;display:block;padding-left:20px}.ihc-ap-top-theme-1 .ihc-user-page-avatar img{min-width:150px}.ihc-ap-top-theme-2 #js_ihc_edit_top_ap_banner{height:250px}.ihc-ap-top-theme-3 .ihc-middle-side{max-width:inherit;margin-left:189px;margin-bottom:20px}.ihc-ap-top-theme-3 .ihc-user-page-avatar img{min-height:210px}.ihc-ap-top-theme-4{padding-top:80px;padding-bottom:0;height:335px}.ihc-ap-top-theme-4 .ihc-user-page-top-ap-background{height:335px;top:0;background-image:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/top_aff_bk_3.png);background-color:#00a0e3;background-image:-webkit-linear-gradient(left,#00a0e3,#39c8df);background-image:linear-gradient(to right,#00a0e3,#39c8df);z-index:-2}.ihc-ap-top-theme-4 .ihc-left-side{margin-bottom:-75px;margin-left:50px;z-index:1}.ihc-ap-top-theme-4 .ihc-middle-side{float:none;max-width:inherit;margin-top:-15px;z-index:1;margin-left:260px}.ihc-ap-top-theme-3 .ihc-special-clear,.ihc-ap-top-theme-4 .ihc-special-clear{clear:none}.ihc-ap-top-theme-3 .ihc-stats-label,.ihc-ap-top-theme-4 .ihc-stats-label{min-height:20px;line-height:1.2;padding-right:0}.ihc-ap-top-theme-3 .ihc-stats-content,.ihc-ap-top-theme-4 .ihc-stats-content{margin-bottom:6px;font-size:21px}.ihc-ap-top-theme-4 .ihc-user-page-details{top:-48px;position:relative;margin-top:0;border-radius:100%}.ihc-ap-top-theme-4 .ihc-user-page-avatar{padding-right:0;max-width:210px;display:block}.ihc-ap-top-theme-4 .ihc-user-page-avatar img{border-radius:100%;box-shadow:none;box-sizing:border-box;border:7px solid rgba(255,255,255,.2)!important;max-height:210px;min-height:200px}.ihc-user-page-top-ap-wrapper .ihc-user-page-avatar img,.iump-view-user-wrapp-temp1 .ihc-left-side .ihc-user-page-avatar img{max-width:100%;-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s;box-shadow:0 0 15px 0 rgba(0,0,0,.3);border-image-outset:0;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;display:block;margin:0 auto}.ihc-ap-top-theme-4 .ihc-background-overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background-color:rgba(0,0,0,.35)}.ihc-ap-top-theme-4 .ihc-top-levels{margin-left:0;margin-top:10px;padding-left:20px}.ihc-ap-top-theme-4 .iump-user-page-name{margin-bottom:20px!important}.ihc-user-page-top-ap-wrapper .ihc-user-page-avatar img{transition:.2s;border-radius:100%;border:5px solid #fff}.ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess{word-break:break-word;font-family:var(--iump-primary-font);display:inline-block;padding-top:5px;padding-left:20px;word-break:break-word}.ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess div,.ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess p{margin-bottom:8px}.ihc-user-page-top-ap-wrapper .ihc-stats-label{min-height:30px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5;padding:0 5px 0 0}.ihc-user-page-top-ap-wrapper .ihc-stats-content{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;line-height:1.2;margin-bottom:16px;color:#454545;font-size:24px}.ihc-ap-top-theme-2{padding-top:270px}.ihc-ap-top-theme-2 .ihc-user-page-top-ap-background{height:250px;top:0;background-image:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/top_ump_bk_4.png)}.ihc-ap-top-theme-2 .ihc-user-page-avatar img{min-width:180px;border-radius:0;box-shadow:none;border:5px solid #fff}.ihc-ap-top-theme-2 .ihc-left-side,.ihc-ap-top-theme-3 .ihc-left-side{margin-bottom:-75px}.ihc-ap-top-theme-2 .ihc-middle-side{margin-top:-10px}.ihc-ap-top-theme-2 .ihc-user-page-details,.iump-view-user-wrapp-temp1 .ihc-left-side .ihc-user-page-details{top:-75px;position:relative;margin-top:0;background-color:#fff}.ihc-ap-top-theme-2 .ihc-user-page-avatar,.ihc-ap-top-theme-3 .ihc-user-page-avatar{padding-right:0;max-width:190px}.ihc-ap-top-theme-3{padding-top:320px;padding-bottom:0}.ihc-ap-top-theme-3 .ihc-user-page-top-ap-background{height:300px;top:0;background-image:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/top_ump_bk_4.png)}.ihc-ap-top-theme-3 .ihc-middle-side{float:none;max-width:inherit;margin-top:-10px}.ihc-ap-top-theme-3 .ihc-user-page-details{top:-75px;position:relative;margin-top:0;background-color:#fff;border-radius:100%}.iump-view-user-wrapp-temp1 .ihc-user-page-top-ap-background,.iump-view-user-wrapp-temp2 .ihc-user-page-top-ap-background{left:0;right:0;background-size:cover;background-position:50% 50%;background-blend-mode:overlay;top:0;background-image:url(https://insightscopehub.com/wp-content/plugins/indeed-membership-pro/assets/css/../images/top_aff_bk_2.png)}.ihc-ap-top-theme-3 .ihc-user-page-avatar img{border-radius:100%;box-shadow:none;border:5px solid #fff}.iump-list-posts-template-2 .iump-list-access-posts-item-wrapp .iump-list-access-posts-the-feature-image{display:block;width:100%;padding:0;text-align:left}.iump-list-posts-template-2 .iump-list-access-posts-item-wrapp .iump-list-access-posts-the-feature-image img{width:100%}.iump-list-posts-template-2 .iump-list-access-posts-item-wrapp .iump-list-access-posts-item-content{display:block;width:100%;padding-left:0;margin-top:20px}.iump-invoice-template-2 .iump-invoice-title{background-color:#5e97e4}.iump-invoice-template-2 .iump-invoice-invoice-code{background-color:#777;color:#e4e4e6}.iump-invoice-template-2 .iump-invoice-client-details{background-color:#eee}.iump-view-user-wrapp-temp1,.iump-view-user-wrapp-temp2{font-family:var(--iump-primary-font)}.iump-view-user-wrapp-temp1 .ihc-user-page-top-ap-wrapper{padding:270px 15px 10px;box-sizing:border-box;position:relative;overflow:hidden;z-index:1;border-bottom:2px solid #eee}.iump-view-user-wrapp-temp1 .ihc-left-side{float:left;max-width:30%;margin-bottom:-75px}.iump-view-user-wrapp-temp1 .ihc-left-side .ihc-user-page-avatar{display:inline-block;padding-right:0;max-width:190px}.iump-view-user-wrapp-temp1 .ihc-left-side .ihc-user-page-avatar img{transition:.2s;border-radius:0;border:5px solid #fff;box-shadow:none}.iump-view-user-wrapp-temp1 .ihc-middle-side{float:left;max-width:70%;padding:5px 15px;box-sizing:border-box}.iump-view-user-wrapp-temp1 .ihc-middle-side .iump-name{font-size:23px;font-weight:600;color:#666;line-height:1.6em}.iump-view-user-wrapp-temp1 .ihc-middle-side .iump-addiional-elements,.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-addiional-elements{color:#888;font-size:14px;line-height:18px;box-sizing:content-box;margin:10px 0}.iump-view-user-wrapp-temp1 .ihc-middle-side .iump-element,.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-element{padding:0 10px;border-right:1px solid #ddd;box-sizing:content-box}.iump-view-user-wrapp-temp1 .ihc-middle-side .iump-element:first-child,.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-element:first-child{padding-left:0}.iump-view-user-wrapp-temp1 .ihc-user-page-top-ap-background{position:absolute;z-index:-10;height:250px}.iump-view-user-wrapp-temp1 .ihc-levels-wrapper,.iump-view-user-wrapp-temp2 .ihc-levels-wrapper{padding:10px 30px;border-bottom:2px solid #eee;box-sizing:border-box;background-color:#777a80}.iump-view-user-wrapp-temp1 .ihc-levels-wrapper .ihc-top-level-box,.iump-view-user-wrapp-temp2 .ihc-levels-wrapper .ihc-top-level-box{background-color:transparent;color:#fff;padding:6px 16px;margin:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;-webkit-border-radius:4px;-moz-border-radius:4px;box-radius:4px;display:inline-block;cursor:pointer;border:1px solid #ccc;font-weight:700}.iump-view-user-wrapp-temp1 .iump-user-fields-list,.iump-view-user-wrapp-temp2 .iump-user-fields-list{padding:30px 20px 20px;color:#555;font-family:var(--iump-primary-font);font-size:16px}.iump-view-user-wrapp-temp1 .iump-user-field{padding:10px 0;border-bottom:1px solid #eee}.iump-view-user-wrapp-temp1 .iump-user-field .iump-label{color:#333;font-weight:700;width:35%;text-align:right;padding-right:7%;box-sizing:border-box;float:left}.iump-view-user-wrapp-temp1 .iump-user-field .iump-value{float:left;white-space:pre-wrap}.iump-view-user-wrapp-temp1 .iump-additional-content,.iump-view-user-wrapp-temp2 .iump-additional-content{padding:30px 20px 20px;color:#555;font-family:var(--iump-primary-font);font-size:14px}.ihc-account-subscr-list,.ihc-account-subscr-list .ihc-level-name,.ihc-account-tranz-list,.ihc-account-tranz-list td .ihc-level-name{color:var(--iump-primary-text-color)!important}.ihc-account-subscr-list .ihc-level-name,.ihc-account-subscr-list tbody td,.ihc-account-subscr-list thead td,.ihc-account-subscr-list thead th,.ihc-account-tranz-list tbody td,.ihc-account-tranz-list tbody th,.ihc-account-tranz-list tfoot th,.ihc-account-tranz-list thead th{font-size:12px!important;font-family:var(--iump-primary-font)!important}.iump-view-user-wrapp-temp2 .ihc-user-page-top-ap-wrapper{padding:170px 15px 10px;box-sizing:border-box;position:relative;overflow:hidden;z-index:1;border-bottom:2px solid #eee}.iump-view-user-wrapp-temp2 .ihc-left-side{margin:0 auto -75px;max-width:40%;min-width:200px;float:none}.iump-view-user-wrapp-temp2 .ihc-left-side .ihc-user-page-details{top:-75px;position:relative;margin-top:0;text-align:center}.iump-view-user-wrapp-temp2 .ihc-left-side .ihc-user-page-avatar{max-width:100%;padding-right:0}.iump-view-user-wrapp-temp2 .ihc-left-side .ihc-user-page-avatar img{border-image-outset:0;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;display:block;width:100%;height:auto;max-height:100%;margin:0 auto;-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s;transition:.2s;border-radius:100%;box-shadow:0 0 19px 0 rgba(0,0,0,.15)!important;border:11px solid #fff;box-shadow:none}.iump-view-user-wrapp-temp2 .ihc-middle-side{float:none;max-width:100%;padding:5px 15px;box-sizing:border-box;text-align:center}.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-name{font-size:26px;font-weight:600;color:#666;line-height:1.6em}.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-username{font-size:18px;font-weight:700;color:#222;line-height:1.2em}.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-since{color:#333}.iump-view-user-wrapp-temp2 .ihc-user-page-top-ap-background{position:absolute;z-index:-10;height:180px}.iump-view-user-wrapp-temp2 .iump-user-field{padding:10px 0}.iump-view-user-wrapp-temp2 .iump-user-field .iump-label{color:#333;font-weight:700;padding-left:7%;box-sizing:border-box;border-bottom:1px solid #eee}.iump-view-user-wrapp-temp2 .iump-user-field .iump-value{padding-left:7%}.ihc-account-tranz-list{width:100%;font-size:13px;border:1px solid #ccd0d4!important;font-family:var(--iump-primary-font)!important;border:1px solid var(--iump-blue-second-border-color)!important}.ihc-account-tranz-list tfoot tr,.ihc-account-tranz-list thead tr{background-color:#50586b;height:46px}.ihc-account-tranz-list tfoot th,.ihc-account-tranz-list thead th{padding:18px 7px;font-style:normal;background-color:#f9f9fa;background-color:var(--iump-light-blue-color);border:none!important;border-bottom:1px solid var(--iump-blue-border-color)!important;border-top:1px solid var(--iump-blue-border-color)!important;border-color:var(--iump-blue-border-color);color:var(--iump-primary-text-color);font-weight:600}.ihc-account-subscr-list tbody tr:nth-child(odd),.ihc-account-tranz-list tbody tr:nth-child(odd){background-color:#fff!important}.ihc-account-subscr-list tbody tr:nth-child(2n),.ihc-account-tranz-list tbody tr:nth-child(2n){background-color:#f9fdff!important}.ihc-account-tranz-list tbody td,.ihc-account-tranz-list tbody th{padding:16px 9px 15px;line-height:2.4em;color:var(--iump-primary-text-color);font-weight:500;border:none!important;background-color:transparent!important}.ihc-account-tranz-list .ihc-data-highlighted{font-weight:700}.ihc-account-tranz-list td .ihc-level-name{font-family:var(--iump-primary-font)!important}.ihc-account-subscr-list{font-family:var(--iump-primary-font)!important;border:1px solid var(--iump-blue-second-border-color)!important}.ihc-account-subscr-list thead{font-family:var(--iump-primary-font)!important;border-bottom:none!important}.ihc-account-subscr-list thead td,.ihc-account-subscr-list thead th{padding:18px 7px!important;font-style:normal;background-color:#f9f9fa;background-color:var(--iump-light-blue-color);border:none!important;border-bottom:1px solid var(--iump-blue-border-color)!important;border-top:1px solid var(--iump-blue-border-color)!important;border-color:var(--iump-blue-border-color);color:var(--iump-primary-text-color);font-weight:600;text-transform:none}.ihc-account-subscr-list tbody td{padding:16px 9px 15px!important;line-height:2.4em!important;color:var(--iump-primary-text-color);border:none!important;font-weight:500;background-color:transparent!important}.ihc-account-subscr-list .ihc-subscription-table-level{max-width:130px}.ihc-account-subscr-list .ihc-level-name{max-width:120px;box-sizing:border-box;font-weight:700}.ihc-account-subscr-list .ihc-level-name-wrapp{max-width:120px;box-sizing:border-box}.ihc-account-subscr-list .ihc-level-grace-wrapp,.ihc-account-subscr-list .ihc-level-type-wrapp{width:110px;box-sizing:border-box;word-break:break-word}.ihc-account-subscr-list .ihc-level-payment-wrapp,.ihc-account-subscr-list .ihc-level-price-wrapp{width:130px;box-sizing:border-box;word-break:break-word}.ihc-account-subscr-list .ihc-level-trial-wrapp{width:100px;box-sizing:border-box;word-break:break-word}.ihc-account-subscr-list .ihc-subscription-table-actions .iump-subscription-table-button{color:#11afea!important;padding:5px;margin:0;border-right:1px solid #eee;border-right:none}.ihc-account-subscr-list .ihc-subscription-table-actions .iump-subscription-table-button span{background-color:#eaeaea;border-radius:4px;padding:5px 9px;font-family:var(--iump-primary-font);font-size:11px;font-weight:600;min-width:90px;cursor:pointer;background-color:var(--iump-blue-color)!important;font-family:var(--iump-primary-font);color:#fff!important}.ihc-account-subscr-list .ihc-subscription-table-actions .iump-subscription-table-button a{text-decoration:none;background-color:#eaeaea;border-radius:4px;padding:5px 9px;font-family:var(--iump-primary-font);font-size:11px;font-weight:600;min-width:90px;cursor:pointer;background-color:var(--iump-blue-color)!important;font-family:var(--iump-primary-font);color:#fff!important}.ihc-account-subscr-list .ihc_account_level_status{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important;font-weight:700}.ihc-account-subscr-list .ihc-subscription-table-actions{width:150px!important;min-width:70px;max-width:150px}.ihc-register-1 .ihc-hide-pw,.ihc-register-2 .ihc-hide-pw,.ihc-register-5 .ihc-hide-pw,.ihc-register-6 .ihc-hide-pw,.ihc-register-7 .ihc-hide-pw{bottom:50px;top:auto;max-height:35px}.ihc-register-14 .ihc-hide-pw{max-height:9em}.ihc-register-9 .ihc-hide-pw{right:2px}.ihc-login-template-1 .ihc-hide-login-pw,.ihc-login-template-5 .ihc-hide-login-pw{top:auto;bottom:0;top:calc(50% - 20px)}.ihc-login-template-2 .ihc-hide-login-pw,.ihc-login-template-6 .ihc-hide-login-pw{top:auto;bottom:8px;max-height:50px}.ihc-login-template-3 .ihc-hide-login-pw{top:auto;bottom:15px;max-height:40px}.ihc-login-template-7 .ihc-hide-login-pw{top:auto;bottom:8px;max-height:50px;right:10px}.ihc-login-template-13 .ihc-hide-login-pw{bottom:0;top:auto;max-height:40px}.ihc-ap-wrap{padding:20px 0}.ihc-ap-wrap h3{font-weight:600!important;font-size:2rem!important;margin-bottom:20px;font-family:var(--iump-primary-font);color:var(--iump-primary-text-color)}@media (max-width:567px){.ihc_locker_4 .lock_content{margin-left:0;margin-top:140px}}@media (max-width:570px){.ihc-user-page-top-ap-wrapper .ihc-left-side{width:100%;max-width:70%}.ihc-ap-top-theme-3 .ihc-middle-side{margin-left:0;margin-top:10px;display:inline-block}.ihc-user-page-top-ap-wrapper .ihc-middle-side,.ihc-user-page-top-ap-wrapper .ihc-user-page-avatar{max-width:100%;width:100%}.ihc-user-page-name,.ihc-user-page-top-ap-wrapper .ihc-stats-content{font-size:1.3em}.ihc-user-page-mess{font-size:.9em}.ihc-ap-top-theme-2 .ihc-user-page-details,.ihc-ap-top-theme-3 .ihc-user-page-details{background-color:transparent}.ihc-ap-top-theme-2 .ihc-left-side{margin:0 auto -75px;float:none}.ihc-ap-top-theme-4{padding-top:10px}.ihc-ap-top-theme-4 .ihc-left-side{margin-left:0;margin-bottom:0}.ihc-ap-top-theme-4 .ihc-user-page-details{top:0}.ihc-ap-top-theme-4 .ihc-middle-side{margin-left:0;margin-top:5px;text-align:center}.ihc-ap-top-theme-4 .ihc-account-page-top-extra-mess{display:none}.ihc-ap-top-theme-4 .ihc-top-levels{height:36px;overflow:hidden}.ihc-ap-theme-3 .ihc-mobile-bttn{background-color:transparent;border:none}.ihc-ap-theme-3 .ihc-mobile-bttn:before{color:#444}}@media (max-width:768px){.ihc-account-subscr-list tr,.ihc-account-tranz-list tr{padding:5px!important;box-sizing:border-box;border-bottom:1px solid #ddd}.ihc-account-subscr-list tfoot,.ihc-account-subscr-list thead,.ihc-account-tranz-list tfoot,.ihc-account-tranz-list thead{display:none}.ihc-account-subscr-list tbody,.ihc-account-tranz-list tbody,.ihc-account-tranz-list tr{display:block}.ihc-account-subscr-list tr td,.ihc-account-tranz-list tr td{display:block;text-align:right!important;padding:0!important}.ihc-account-tranz-list tr td:before{content:attr(data-title) ": ";font-weight:700;float:left}.ihc-account-subscr-list tr{display:block;display:flow-root;text-align:right}.ihc-subscription-table-actions{width:auto}.ihc-account-subscr-list .ihc-level-name-wrapp{padding:10px 0!important;font-size:14px;max-width:100%}.ihc-account-subscr-list .ihc-level-end-time-wrapp,.ihc-account-subscr-list .ihc-level-start-time-wrapp{display:inline-flex}.ihc-account-subscr-list .ihc-level-end-time-wrapp:before{content:" - ";padding:0 5px}.ihc-account-subscr-list .ihc-level-paid-status-wrapp,.ihc-account-subscr-list .ihc-subscription-table-actions{padding-top:10px!important;width:auto!important;max-width:inherit}.ihc-account-subscr-list .iump-subscription-table-button{margin-right:0;margin-left:6px}.iump-user-page-name{font-size:14px}.ihc-ap-top-theme-4 .iump-user-page-name{margin-bottom:10px!important}}@media (max-width:620px){.ihc-register-6{width:100%;min-width:auto}}


/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/posts-like-dislike/css/pld-frontend.css */
.pld-like-dislike-wrap {
    display: inline-block;
    margin-bottom:20px;
}
.pld-common-wrap {
    display: inline-block;
    min-width: 50px;
}
.pld-common-wrap > a.pld-like-dislike-trigger {
    text-decoration: none;
    box-shadow: 0 0 0 !important;
    border-bottom: 0;
}
.pld-count-wrap {
    margin-left: 5px;
}
.pld-share-wrap {
    display: inline-block;
    margin-left: 50px;
}
.pld-share-wrap a {
    box-shadow: 0 0 0 !important;
    margin: 0 10px;
    border:1px solid #fff;
}
a.pld-facebook {
    background: #3b5998 !important;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
}
a.pld-twitter {
    background: #55acee !important;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    padding: 5px 7px;
}
a.pld-facebook:hover {
    background: #fff !important;
    color: #3b5998 !important;
    border: 1px solid;
}
a.pld-twitter:hover {
    background: #fff !important;
    color: #55acee !important;
    border: 1px solid;
}
.pld-like-dislike-wrap br{display:none;}
.pld-like-dislike-wrap p{display:none;}
.pld-like-dislike-wrap.pld-template-3 {
    margin-bottom: 20px;
}
.pld-like-dislike-wrap .pld-common-wrap {
    margin-right: 10px;
}
.pld-like-dislike-wrap.pld-custom img {
    max-width: 30px;
    display: inline-block;
    vertical-align: top;
}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/testimonial-free/src/Frontend/assets/css/swiper.min.css */

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/testimonial-free/src/Frontend/assets/css/deprecated-style.min.css */

.sp-testimonial-section a{transition:all .3s ease}.sp-testimonial-section .clear{clear:both}.sp-testimonial-section .text-center{text-align:center}.sp-testimonial-section{padding:0 30px}.sp-testimonial-section .testimonial-free{margin:0 15px;font-size:14px;line-height:24px}.sp-testimonial-section .slick-dots li button:focus,.sp-testimonial-section .testimonial-free:focus{outline:0}.sp-testimonial-section .testimonial-free .tf-client-name{color:#343434;font-size:18px;line-height:18px;font-weight:700;margin-top:25px;margin-bottom:0}.sp-testimonial-section .testimonial-free .tf-client-designation{color:#999;font-size:14px;margin-bottom:0;margin-top:14px;line-height:16px}.sp-testimonial-section .slick-next,.sp-testimonial-section .slick-prev{font-size:26px;line-height:26px;color:#444;transition:all .3s ease;text-align:center;position:absolute;z-index:9;cursor:pointer;top:50%;margin-top:-14px}.sp-testimonial-section .slick-next:hover,.sp-testimonial-section .slick-prev:hover{color:#1595ce}.sp-testimonial-section .slick-prev{left:0}.sp-testimonial-section .slick-next{right:0}.sp-testimonial-section .slick-dots{margin:0;margin-top:20px;padding:0;list-style:none;text-align:center}.sp-testimonial-section .slick-dots li{display:inline-block;border:0;padding:0;width:12px;height:12px;margin:3px;overflow:hidden}.sp-testimonial-section .slick-dots li button{border-radius:50%;text-indent:-999px;width:12px;height:12px;padding:0;border:0;background:#ccc;display:block}.sp-testimonial-section .slick-dots li.slick-active button{background:#1595ce}.sp-testimonial-section .tf-client-image{max-width:90px;max-height:90px;margin:0 auto 20px}.sp-testimonial-section .tf-client-image img{border-radius:100%}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/testimonial-free/src/Frontend/assets/css/style.min.css */

.sp-testimonial-free-section *{box-sizing:border-box}div.sp-testimonial-free-section .slick-list{margin-right:-24px}div.sp-testimonial-free-section.slick-initialized{display:block}.sp-testimonial-free-section .slick-dots li.slick-active button:focus,.sp-testimonial-free-section .sp-testimonial-item:focus{outline:0}.sp-testimonial-free-section .sp-testimonial-item{text-align:center;will-change:transform}#poststuff .sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title,.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title{margin:0;padding:0;margin-bottom:50px;font-size:25px;line-height:22px;font-weight:600;font-style:normal;text-align:center}.sp-testimonial-free-section .sp-testimonial-title{margin:0 0 18px 0}.sp-testimonial-free-section .sp-testimonial-title h3{font-size:20px;line-height:30px;text-transform:none;text-align:center;letter-spacing:normal;font-weight:600;font-style:normal;padding:0;margin:0}.sp-testimonial-free-section .sp-testimonial-client-testimonial,.sp-testimonial-free-section .sp-testimonial-client-testimonial p{font-size:16px;line-height:26px;text-transform:none;text-align:center;letter-spacing:normal;font-weight:400;font-style:normal;margin:0 0 20px 0}.sp-testimonial-free-section .sp-testimonial-client-testimonial p{padding:0 10px}.sp-testimonial-free-section .sp-testimonial-client-testimonial .wp-video{margin-left:auto;margin-right:auto}#sp_tpro-preview-box .sp-testimonial-free-section .sp-testimonial-client-testimonial{margin:0 20px 20px 0}.sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content{display:inline;margin:0;padding:0}.sp-testimonial-free-section .sp-testimonial-client-name{font-size:16px;line-height:24px;text-transform:none;text-align:center;letter-spacing:normal;font-weight:700;font-style:normal;margin:0 0 8px 0;padding:0}.sp-testimonial-free-section .sp-testimonial-client-rating{margin:0 0 6px 0;text-align:center;line-height:1}.sp-testimonial-free-section .sp-testimonial-client-rating i.fa{font-size:19px;font-family:FontAwesome}.sp-testimonial-free-section .sp-testimonial-client-designation{font-size:16px;line-height:24px;text-transform:none;text-align:center;letter-spacing:normal;font-weight:400;font-style:normal}.sp-testimonial-free-section .sp-testimonial-client-image{margin:0 0 22px 0}.sp-testimonial-free-section .sp-testimonial-client-image img{display:inline-block;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;max-width:100%;height:auto}.theme-twentytwentyone .sp-testimonial-free-section .sp-testimonial-client-image img{width:auto!important}.sp-testimonial-free-section .testimonial-pagination{margin:0;margin-top:20px;padding:0;list-style:none;align-items:center;justify-content:center;display:inline-block}.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet{display:inline-block;border:0;padding:0;width:13px;height:13px;margin:3px;overflow:hidden;border-radius:50%;text-indent:-999px;opacity:1}.sp-testimonial-free-section .testimonial-pagination span:focus{outline-offset:unset;outline:0}.sp-testimonial-free-section .testimonial-nav-arrow{top:50%;font-size:20px;line-height:1;display:block;width:32px;height:36px;padding:0;cursor:pointer;outline:0;position:absolute;text-align:center;z-index:22;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;transform:translateY(-50px);display:flex;justify-content:center;align-items:center}.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev{left:0;right:auto}.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next{right:0;left:auto}.sp-testimonial-free-section .swiper-button-next.testimonial-nav-arrow.top_right{top:22px;right:4px;transform:unset}.sp-testimonial-free-section .swiper-button-prev.testimonial-nav-arrow.top_right{top:22px;right:44px;transform:unset;left:auto}.sp-testimonial-free-section .testimonial-nav-arrow::after{font-size:20px}.sp-testimonial-free-wrapper .sp-testimonial-free-section .testimonial-nav-arrow:after{content:"";display:none}.tfree-style-theme-one-v2 .sp-testimonial-item .sp-testimonial-free{display:flex;flex-direction:column-reverse}.tfree-style-theme-one-v2 .sp-testimonial-free .sp-testimonial-client-image{margin:20px 0 0 0}.sp-testimonial-free-wrapper{position:relative;overflow:hidden}.sp-testimonial-preloader{background-color:#fff;background-repeat:no-repeat;background-position:center center;position:absolute;z-index:90;width:100%;height:100%;text-align:center;top:0;left:0;right:0;border:0}.sp-testimonial-preloader img{position:relative;top:50%;display:inline-block;margin-top:-16px}.sp-testimonial-free-section.swiper-initialized,.sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid){display:flex;flex-wrap:wrap;padding:unset!important;overflow:hidden;margin-bottom:50px}.sp-testimonial-free-section:not(.swiper-initialized)>.sp-testimonial-item{min-width:100%;width:100%;padding:0}.sp-testimonial-item{direction:ltr}html[dir=rtl] .sp-testimonial-item{direction:rtl}.sp-testimonial-free-section .tfree-grid-items{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px;width:calc(100% + 20px)}.sp-testimonial-free-section.tfree-layout-grid .sp-testimonial-item.ast-article-single{padding:initial}[class*=tfree-col-]{position:relative;min-height:1px;display:inline-block;vertical-align:top;box-sizing:border-box}.tfree-col-xl-1{-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.tfree-col-xl-2{-ms-flex:0 0 50%;flex:0 0 50%;width:50%}.tfree-col-xl-3{-ms-flex:0 0 33.22222222%;flex:0 0 33.22222222%;width:33.22222222%}.tfree-col-xl-4{-ms-flex:0 0 24.9%;flex:0 0 24.9%;width:24.9%}.tfree-col-xl-5{-ms-flex:0 0 19.9%;flex:0 0 19.9%;width:19.9%}.tfree-col-xl-6{-ms-flex:0 0 16.66666666666667%;flex:0 0 16.66666666666667%;width:16.66666666666667%}@media (min-width:980px) and (max-width:1280px){.tfree-col-lg-1{-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.tfree-col-lg-2{-ms-flex:0 0 50%;flex:0 0 50%;width:50%}.tfree-col-lg-3{-ms-flex:0 0 33.22222222%;flex:0 0 33.22222222%;width:33.22222222%}.tfree-col-lg-4{-ms-flex:0 0 24.9%;flex:0 0 24.9%;width:24.9%}.tfree-col-lg-5{-ms-flex:0 0 19.9%;flex:0 0 19.9%;width:19.9%}.tfree-col-lg-6{-ms-flex:0 0 16.66666666666667%;flex:0 0 16.66666666666667%;width:16.66666666666667%}}@media (min-width:736px) and (max-width:979px){.tfree-col-md-1{-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.tfree-col-md-2{-ms-flex:0 0 50%;flex:0 0 50%;width:50%}.tfree-col-md-3{-ms-flex:0 0 33.22222222%;flex:0 0 33.22222222%;width:33.22222222%}.tfree-col-md-4{-ms-flex:0 0 24.9%;flex:0 0 24.9%;width:24.9%}.tfree-col-md-5{-ms-flex:0 0 19.9%;flex:0 0 19.9%;width:19.9%}.tfree-col-md-6{-ms-flex:0 0 16.66666666666667%;flex:0 0 16.66666666666667%;width:16.66666666666667%}}@media (min-width:480px) and (max-width:735px){.tfree-col-sm-1{-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.tfree-col-sm-2{-ms-flex:0 0 50%;flex:0 0 50%;width:50%}.tfree-col-sm-3{-ms-flex:0 0 33.22222222%;flex:0 0 33.22222222%;width:33.22222222%}.tfree-col-sm-4{-ms-flex:0 0 24.9%;flex:0 0 24.9%;width:24.9%}.tfree-col-sm-5{-ms-flex:0 0 19.9%;flex:0 0 19.9%;width:19.9%}.tfree-col-sm-6{-ms-flex:0 0 16.66666666666667%;flex:0 0 16.66666666666667%;width:16.66666666666667%}}@media (max-width:479px){.tfree-col-xs-1{-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.tfree-col-xs-2{-ms-flex:0 0 50%;flex:0 0 50%;width:50%}.tfree-col-xs-3{-ms-flex:0 0 33.22222222%;flex:0 0 33.22222222%;width:33.22222222%}.tfree-col-xs-4{-ms-flex:0 0 24.9%;flex:0 0 24.9%;width:24.9%}.tfree-col-xs-5{-ms-flex:0 0 19.9%;flex:0 0 19.9%;width:19.9%}.tfree-col-xs-6{-ms-flex:0 0 16.66666666666667%;flex:0 0 16.66666666666667%;width:16.66666666666667%}}.sp-testimonial-free-section .tfree-col-xl-1.sp-tfree-pagination-area{text-align:left}.sp-testimonial-free-section ul.sp-tfree-pagination{display:inline-block;padding-left:0;margin-left:0;border-radius:4px}.sp-testimonial-free-section ul.sp-tfree-pagination li{display:inline}.sp-testimonial-free-section ul.sp-tfree-pagination li a,.sp-testimonial-free-section ul.sp-tfree-pagination li span{position:relative;float:left;margin-right:5px;line-height:38px;text-decoration:none;font-weight:600;font-size:16px;height:38px;width:38px;box-sizing:content-box;text-align:center;padding:0;border-radius:3px}ul.sp-tfree-pagination li:first-child a,ul.sp-tfree-pagination li:first-child span{margin-left:0}.elementor .sp-testimonial-free-wrapper .swiper-wrapper{overflow:initial!important}

/*FILESTART   */

/* 10Web Booster optimized this CSS file */

#sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet{background: rgba(255,255,255,0.57);}#sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{background: #ffffff;} #sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section .testimonial-nav-arrow{background: transparent;border: 1px solid #ffffff;color: #ffffff;}#sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section .testimonial-nav-arrow:hover {background: #000000;border-color: #000000;color: #ffffff;}#sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section{margin: 0 50px;}#sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section{margin-bottom: 50px;}#sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section .sp-testimonial-client-image img {background: #ffffff;border: 0px solid #dddddd;padding: 0px;}#sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section .sp-testimonial-client-image {text-align: center;}#sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section .sp-testimonial-client-rating{ display: inline-flex; gap: 6px;}#sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section .sp-testimonial-client-rating i.fa{ color: #ffb900; font-size: 19px;}#sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section .sp-testimonial-client-rating i.fa-star{color: #ffb900;}#sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section .sp-testimonial-client-designation{color: #444444;}#sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section .sp-testimonial-client-name{color: #76c045;}#sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section .sp-testimonial-client-testimonial{color: #333333;}#sp-testimonial-free-wrapper-2061 .sp-testimonial-free {background : transparent;border: 0px solid #e3e3e3;border-radius: 0px;}
/*# sourceURL=tfree-style-inline-css */


/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/wpcf7-redirect/build/assets/frontend-script.css */
.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}


/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/animation-addons-for-elementor/assets/css/wcf-addons.min.css */

button{cursor:pointer}.wcf--text li{list-style:unset!important}.wcf--form-wrapper input[type=date],.wcf--form-wrapper input[type=email],.wcf--form-wrapper input[type=number],.wcf--form-wrapper input[type=password],.wcf--form-wrapper input[type=search],.wcf--form-wrapper input[type=tel],.wcf--form-wrapper input[type=text],.wcf--form-wrapper input[type=url],.wcf--form-wrapper select,.wcf--form-wrapper textarea{width:100%;border:1px solid #666;outline:0}.wcf--form-wrapper input[type=submit].wpcf7-submit{outline:0}.wcf--tabs{display:flex;flex-direction:column;gap:30px}.wcf--tabs .tab-title{display:flex;align-items:center;justify-content:center;gap:10px;position:relative;cursor:pointer;outline:0;padding:10px 20px;background-color:#f1f2f3;transition:.3s all}.wcf--tabs .tab-title.active,.wcf--tabs .tab-title:hover{background-color:#b5c2cf}.wcf--tabs .tab-title i,.wcf--tabs .tab-title svg{width:1em;height:1em;display:inline-block}.wcf--tabs .tab-content{display:none;padding:20px;border:1px solid #d5d8dc}.wcf--tabs .tabs-wrapper{display:flex;gap:10px}.elementor-widget-n-carousel,.wcf__slider-wrapper{position:relative}.elementor-widget-n-carousel .wcf__slider,.wcf__slider-wrapper .wcf__slider{text-align:center;margin:0 auto;--slides-to-show:1;--space-between:20px}.elementor-widget-n-carousel .wcf__slider:not(.swiper-initialized) .swiper-wrapper,.wcf__slider-wrapper .wcf__slider:not(.swiper-initialized) .swiper-wrapper{gap:var(--space-between)}.elementor-widget-n-carousel .wcf__slider:not(.swiper-initialized) .swiper-slide,.wcf__slider-wrapper .wcf__slider:not(.swiper-initialized) .swiper-slide{width:calc(100% / var(--slides-to-show) - var(--space-between) * (var(--slides-to-show) - 1)/ var(--slides-to-show))}.elementor-widget-n-carousel .ts-navigation,.wcf__slider-wrapper .ts-navigation{gap:10px;display:flex;align-items:center;justify-content:center;width:100%;z-index:1;position:relative}.elementor-widget-n-carousel .wcf-arrow,.wcf__slider-wrapper .wcf-arrow{font-size:20px;padding:10px;color:#666;border:1px solid #efefef;position:relative;z-index:1;aspect-ratio:1/1;width:60px;display:flex;align-items:center;justify-content:center;transition:all .3s;cursor:pointer}.elementor-widget-n-carousel .wcf-arrow svg,.wcf__slider-wrapper .wcf-arrow svg{width:1em;height:1em}.elementor-widget-n-carousel .mid-line,.wcf__slider-wrapper .mid-line{width:100px;display:inline-block;background-color:#384364;height:1px;vertical-align:middle;margin-right:10px;margin-left:10px}.elementor-widget-n-carousel .swiper-pagination,.wcf__slider-wrapper .swiper-pagination{gap:5px;display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto}.wcf__t_slider-wrapper .wcf-arrow i,.wcf__t_slider-wrapper .wcf-arrow svg{width:1em;height:1em}.wcf--slider-pagination-top .swiper-pagination{top:0;bottom:auto!important}.wcf--slider-pagination-left .swiper-pagination,.wcf--slider-pagination-right .swiper-pagination{width:auto!important;display:flex;flex-direction:column;gap:10px;top:50%;transform:translateY(-50%);height:-moz-fit-content;height:fit-content}.wcf--slider-pagination-left .swiper-pagination .mid-line,.wcf--slider-pagination-right .swiper-pagination .mid-line{width:1px;height:100px}.wcf--slider-pagination-left .swiper-pagination{left:0;right:auto!important}.wcf--slider-pagination-right .swiper-pagination{left:auto!important;right:0}.wcf--title.prefix_on_hover,.wcf--title.prefix_on_normal{transition:all .5s;--prefix-width:60px;--prefix-gap:10px}.wcf--title.prefix_on_hover:before,.wcf--title.prefix_on_normal:before{position:relative;display:inline-block;content:"";height:1px;inset-inline-start:0;transition:all .5s;background-color:#0a0a0a}.wcf--title.prefix_on_normal:before{width:var(--prefix-width);margin-right:var(--prefix-gap)}.wcf--title.prefix_on_hover:before{width:0}.wcf--title.prefix_on_hover:hover:before{width:var(--prefix-width);margin-right:var(--prefix-gap)}.wcf--title .highlight,.wcf--title a{transition:all .5s}.elementor-widget .wcf--title>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-wcf--floating-elements{width:100%}.elementor-editor-preview .elementor-widget-wcf--floating-elements.elementor-widget-empty{display:block}.elementor-widget-wcf--floating-elements .elementor-widget-container{display:flex}.wcf--floating-elements{margin:auto}.wcf--floating-elements .floating-element{position:absolute;z-index:1;width:100px}.wcf--floating-elements img{width:100%}@keyframes wcf_animation_float{0%{transform:translatey(0)}50%{transform:translatey(-20px)}100%{transform:translatey(0)}}@keyframes wcf_animation_float_x{0%{transform:translatex(0)}50%{transform:translatex(-20px)}100%{transform:translatex(0)}}@keyframes wcf_animation_spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wcf_animation_scale{from{transform:scale(1)}to{transform:scale(.8)}}@keyframes wcf_animation_wiggle{0%,7%{transform:rotateZ(0)}15%{transform:rotateZ(-15deg)}20%{transform:rotateZ(10deg)}25%{transform:rotateZ(-10deg)}30%{transform:rotateZ(6deg)}35%{transform:rotateZ(-4deg)}100%,40%{transform:rotateZ(0)}}.wcf-live-anim-float>*{animation:wcf_animation_float 6s ease-in-out infinite}.wcf-live-anim-float-x>*{animation:wcf_animation_float_x 6s ease-in-out infinite}.wcf-live-anim-spin>*{animation:wcf_animation_spin 6s linear infinite}.wcf-live-anim-scale>*{animation:wcf_animation_scale 3s linear infinite alternate}.wcf-live-anim-wiggle>*{animation:wcf_animation_wiggle 2s linear infinite}.elementor-widget-wcf--tabs.wcf-tabs-direction-row .tabs-wrapper,.elementor-widget-wcf--tabs.wcf-tabs-direction-row-reverse .tabs-wrapper{flex-direction:column}.elementor-widget-wcf--tabs.tabs-alignment-stretch .tab-desktop-title{flex:1 1 auto}.wcfaddon-pro-notice{padding:15px 0;max-width:350px;text-align:center}.wcfaddon-pro-notice .wcfaddon-pro-notice-content h4{font-size:16px;font-weight:700;line-height:1.4;margin-top:20px}.wcfaddon-pro-notice .wcfaddon-pro-notice-content p{line-height:1.8;font-size:11px;margin-top:5px}.wcfaddon-pro-notice .wcfaddon-pro-notice-content .elementor-button{background-color:#d30c5c;color:#fff;padding:7px 25px;margin-top:20px;border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 2px rgba(0,0,0,.1);transition:.5s}.wcf--form-wrapper .wpcf7 form .wpcf7-response-output{margin:0;padding:0;border:0}.wcf--image{line-height:0}.post-filter-result{font-size:20px}.post-filter-result.cat{margin-top:15px;margin-bottom:12px}.wcf--countdown .timer-content{display:flex}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/wordpress-popular-posts/assets/css/wpp.css */
/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera
cabrerahector.com | @cabrerahector

Use the following classes to style your popular posts list as you like.
*/

/* Styles the "Sorry, no data so far" message */
.wpp-no-data {
}

/* UL - Popular Posts container styles */
.wpp-list {
}

    /* LI - Post container styles */
    .wpp-list li {
        overflow: hidden;
        float: none;
        clear: both;
        margin-bottom: 1rem;
    }

    .wpp-list li:last-of-type {
        margin-bottom: 0;
    }

    /* Styles for the popular post in view */
    .wpp-list li.current {
    }

        /* Thumbnail styles */
        .wpp-thumbnail {
            display: inline;
            float: left;
            margin: 0 1rem 0 0;
            border: none;
        }

        .wpp_def_no_src {
            object-fit: contain;
        }

        /* Title styles */
        .wpp-post-title {
        }

        /* Excerpt styles */
        .wpp-excerpt {
        }

        /* Stats tag styles */
        .wpp-meta, .post-stats {
            display: block;
            font-size: 0.8em;
        }

            /* Comments count styles */
            .wpp-comments {
            }

            /* Views count styles */
            .wpp-views {
            }

            /* Author styles */
            .wpp-author {
            }

            /* Post date styles */
            .wpp-date {
            }

            /* Post category styles */
            .wpp-category {
            }

        /* WP-PostRatings styles */
        .wpp-rating {
        }

/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/hello-elementor-child/slick/slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/hello-elementor/assets/css/reset.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:500;line-height:1.2;margin-block-end:1rem;margin-block-start:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-block-end:.9rem;margin-block-start:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em;white-space:pre-wrap}a{background-color:transparent;color:#c36;text-decoration:none}a:active,a:hover{color:#336}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[title]{border-block-end:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}figcaption{color:#333;font-size:16px;font-style:italic;font-weight:400;line-height:1.4}[hidden],template{display:none}@media print{*,:after,:before{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{-moz-column-break-inside:avoid;border:1px solid #ccc;break-inside:avoid}thead{display:table-header-group}img,tr{-moz-column-break-inside:avoid;break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{-moz-column-break-after:avoid;break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea{border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s;width:100%}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;width:auto}[type=button],[type=submit],button{background-color:transparent;border:1px solid #c36;border-radius:3px;color:#c36;display:inline-block;font-size:1rem;font-weight:400;padding:.5rem 1rem;text-align:center;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:#c36;color:#fff;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:transparent;border-collapse:collapse;border-spacing:0;font-size:.9em;margin-block-end:15px;width:100%}table td,table th{border:1px solid hsla(0,0%,50%,.502);line-height:1.5;padding:15px;vertical-align:top}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-block-start:1px solid hsla(0,0%,50%,.502)}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:hsla(0,0%,50%,.071)}table tbody tr:hover>td,table tbody tr:hover>th{background-color:hsla(0,0%,50%,.102)}table tbody+tbody{border-block-start:2px solid hsla(0,0%,50%,.502)}@media(max-width:767px){table table{font-size:.8em}table table td,table table th{line-height:1.3;padding:7px}table table th{font-weight:400}}dd,dl,dt,li,ol,ul{background:transparent;border:0;font-size:100%;margin-block-end:0;margin-block-start:0;outline:0;vertical-align:baseline}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/hello-elementor/assets/css/theme.css */
.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:100%;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/hello-elementor/assets/css/header-footer.css */
.site-header{display:flex;flex-wrap:wrap;justify-content:space-between;padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-header .site-title{font-size:2.5rem;font-weight:500;line-height:1.2}.site-header .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-header .header-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-header .header-inner .custom-logo-link{display:block}.site-header .header-inner .site-branding .site-description,.site-header .header-inner .site-branding .site-title{margin:0}.site-header .header-inner .site-branding .site-logo img{display:block}.site-header .header-inner .site-branding.show-logo .site-title,.site-header .header-inner .site-branding.show-title .site-logo{display:none!important}.site-header.header-inverted .header-inner{flex-direction:row-reverse}.site-header.header-inverted .header-inner .site-branding{text-align:end}.site-header.header-stacked .header-inner{align-items:center;flex-direction:column;text-align:center}.site-footer{padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-footer .site-title{font-size:1.5rem;font-weight:500;line-height:1.2}.site-footer .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-footer .footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-footer .footer-inner .custom-logo-link{display:block}.site-footer .footer-inner .site-branding .site-description,.site-footer .footer-inner .site-branding .site-title{margin:0}.site-footer .footer-inner .site-branding .site-logo img{display:block}.site-footer .footer-inner .site-branding.show-logo .site-title,.site-footer .footer-inner .site-branding.show-title .site-logo{display:none!important}.site-footer .footer-inner .copyright{align-items:center;display:flex;justify-content:flex-end}.site-footer .footer-inner .copyright p{margin:0}.site-footer.footer-inverted .footer-inner{flex-direction:row-reverse}.site-footer.footer-inverted .footer-inner .site-branding{text-align:end}.site-footer.footer-stacked .footer-inner{align-items:center;flex-direction:column;text-align:center}.site-footer.footer-stacked .footer-inner .site-branding .site-title{text-align:center}.site-footer.footer-stacked .footer-inner .site-navigation .menu{padding:0}@media(max-width:576px){.site-footer:not(.footer-stacked) .footer-inner .copyright,.site-footer:not(.footer-stacked) .footer-inner .site-branding,.site-footer:not(.footer-stacked) .footer-inner .site-navigation{display:block;max-width:none;text-align:center;width:100%}.site-footer .footer-inner .site-navigation ul.menu{justify-content:center}.site-footer .footer-inner .site-navigation ul.menu li{display:inline-block}}.site-header.header-stacked .site-navigation-toggle-holder{justify-content:center;max-width:100%}.site-header.menu-layout-dropdown .site-navigation{display:none}.site-navigation-toggle-holder{align-items:center;display:flex;padding:8px 15px}.site-navigation-toggle-holder .site-navigation-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#494c4f;cursor:pointer;display:flex;justify-content:center;padding:.5rem}.site-navigation-toggle-holder .site-navigation-toggle-icon{display:block;width:1.25rem}.site-navigation-toggle-holder .site-navigation-toggle-icon:after,.site-navigation-toggle-holder .site-navigation-toggle-icon:before{background-color:currentColor;border-radius:3px;content:"";display:block;height:3px;transition:all .2s ease-in-out}.site-navigation-toggle-holder .site-navigation-toggle-icon:before{box-shadow:0 .35rem 0 currentColor;margin-block-end:.5rem}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before{box-shadow:none;transform:translateY(.35rem) rotate(45deg)}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after{transform:translateY(-.35rem) rotate(-45deg)}.site-navigation{align-items:center;display:flex}.site-navigation ul.menu,.site-navigation ul.menu ul{list-style-type:none;padding:0}.site-navigation ul.menu{display:flex;flex-wrap:wrap}.site-navigation ul.menu li{display:flex;position:relative}.site-navigation ul.menu li a{display:block;padding:8px 15px}.site-navigation ul.menu li.menu-item-has-children{padding-inline-end:15px}.site-navigation ul.menu li.menu-item-has-children:after{align-items:center;color:#666;content:"▾";display:flex;font-size:1.5em;justify-content:center;text-decoration:none}.site-navigation ul.menu li.menu-item-has-children:focus-within>ul{display:block}.site-navigation ul.menu li ul{background:#fff;display:none;left:0;min-width:150px;position:absolute;top:100%;z-index:2}.site-navigation ul.menu li ul li{border-block-end:1px solid #eee}.site-navigation ul.menu li ul li:last-child{border-block-end:none}.site-navigation ul.menu li ul li.menu-item-has-children a{flex-grow:1}.site-navigation ul.menu li ul li.menu-item-has-children:after{transform:translateY(-50%) rotate(-90deg)}.site-navigation ul.menu li ul ul{left:100%;top:0}.site-navigation ul.menu li:hover>ul{display:block}footer .site-navigation ul.menu li ul{bottom:100%;top:auto}footer .site-navigation ul.menu li ul ul{bottom:0}footer .site-navigation ul.menu a{padding:5px 15px}.site-navigation-dropdown{bottom:0;left:0;margin-block-start:10px;position:absolute;transform-origin:top;transition:max-height .3s,transform .3s;width:100%;z-index:10000}.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown{max-height:0;transform:scaleY(0)}.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown{max-height:100vh;transform:scaleY(1)}.site-navigation-dropdown ul{padding:0}.site-navigation-dropdown ul.menu{background:#fff;margin:0;padding:0;position:absolute;width:100%}.site-navigation-dropdown ul.menu li{display:block;position:relative;width:100%}.site-navigation-dropdown ul.menu li a{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.102);color:#55595c;display:block;padding:20px}.site-navigation-dropdown ul.menu li.current-menu-item a{background:#55595c;color:#fff}.site-navigation-dropdown ul.menu>li li{max-height:0;transform:scaleY(0);transform-origin:top;transition:max-height .3s,transform .3s}.site-navigation-dropdown ul.menu li.elementor-active>ul>li{max-height:100vh;transform:scaleY(1)}@media(max-width:576px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:768px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(min-width:576px)and (max-width:767px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(max-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation{display:none!important}}.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}


/*FILESTART  /home/wplive/web/wp-live/wp-content/uploads/elementor/css/custom-frontend.min.css */

:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:2400px){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:1398px){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:1200px){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:2400px){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:1398px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1201px) and (max-width:1398px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:1200px){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:2400px){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1398px){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1200px){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1399px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:2400px){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:1398px){#elementor-device-mode:after{content:"laptop"}}@media (max-width:1200px){#elementor-device-mode:after{content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1025px) and (max-width:1200px){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1201px) and (max-width:1398px){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:1399px) and (max-width:2399px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:2400px){.elementor .elementor-hidden-widescreen{display:none}}

/*FILESTART  /home/wplive/web/wp-live/wp-content/uploads/elementor/css/post-6.css */
.elementor-kit-6{--e-global-color-primary:#04244B;--e-global-color-secondary:#1CC3D8;--e-global-color-text:#444444;--e-global-color-accent:#76C045;--e-global-color-98814ff:#04244B;--e-global-color-64b4762:#76C045;--e-global-color-1be903c:#1CC3D8;--e-global-color-ab153fa:#FFFFFF;--e-global-color-d39cbec:#AEF87C;--e-global-color-a30fba2:#000000;--e-global-typography-primary-font-family:"Roboto Condensed";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Saira Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto Condensed";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-a732279-font-family:"Saira Condensed";color:var( --e-global-color-text );font-family:"Roboto Condensed", Sans-serif;font-size:19px;font-weight:400;line-height:30px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Roboto Condensed", Sans-serif;font-size:18px;font-weight:400;text-transform:uppercase;line-height:20px;color:var( --e-global-color-ab153fa );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-1be903c );border-radius:50px 50px 50px 50px;padding:15px 36px 15px 36px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#76C045;color:var( --e-global-color-ab153fa );}.elementor-kit-6 p{margin-block-end:15px;}.elementor-kit-6 a{color:var( --e-global-color-98814ff );}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Saira Condensed", Sans-serif;font-size:40px;font-weight:600;line-height:56px;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"Saira Condensed", Sans-serif;font-size:48px;font-weight:600;line-height:56px;}.elementor-kit-6 h3{color:var( --e-global-color-1be903c );font-family:"Saira Condensed", Sans-serif;font-size:36px;line-height:42px;}.elementor-kit-6 h4{color:#76C045;font-family:"Saira Condensed", Sans-serif;font-size:30px;line-height:36px;}.elementor-kit-6 h5{font-family:"Saira Condensed", Sans-serif;font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1398px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1020px;}.e-con{--container-max-width:1020px;}}@media(max-width:1024px){.elementor-kit-6 h2{font-size:40px;line-height:1.2em;}.elementor-kit-6 h3{font-size:30px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:16px;line-height:1.5em;}.elementor-kit-6 h1{font-size:35px;line-height:1.1em;}.elementor-kit-6 h2{font-size:31px;line-height:1.3em;}.elementor-kit-6 h3{font-size:28px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css */

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot);src:url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff) format("woff"),url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.eot);src:url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.woff) format("woff"),url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot);src:url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"),url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(https://insightscopehub.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css */

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css */

@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/elementor/assets/css/widget-heading.min.css */

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/elementor/assets/css/widget-image.min.css */

.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}

/*FILESTART  /home/wplive/web/wp-live/wp-content/uploads/elementor/css/custom-widget-icon-list.min.css */

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:2400px){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1398px){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1200px){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}

/*FILESTART  /home/wplive/web/wp-live/wp-content/uploads/elementor/css/custom-widget-image-box.min.css */

.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{flex-direction:row-reverse;text-align:end}[dir=rtl] .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{flex-direction:row}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{flex-direction:row;text-align:start}[dir=rtl] .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-inline:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-img img{display:block;line-height:0}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.min.css */

@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css */

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/animation-addons-for-elementor/assets/css/widgets/brand-slider.min.css */

.wcf--brand-slider-wrapper .swiper-wrapper{align-items:center;transition-timing-function:linear}.wcf--brand-slider-wrapper .text-slide-content{display:flex;align-items:center;gap:var(--space-between)}.wcf--brand-slider-wrapper.slide-width-auto .swiper-slide{width:auto!important}.wcf--brand-slider-wrapper .swiper-pagination{width:auto;position:static}

/*FILESTART  /home/wplive/web/wp-live/wp-content/uploads/elementor/css/post-17.css */
.elementor-17 .elementor-element.elementor-element-f2ade40{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-75f6f51{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-ea0abc3{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-17 .elementor-element.elementor-element-ea0abc3 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-17 .elementor-element.elementor-element-ea0abc3 .elementor-heading-title{font-family:"Saira Condensed", Sans-serif;font-weight:600;color:#000000;}.elementor-17 .elementor-element.elementor-element-437165c{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;width:var( --container-widget-width, 87% );max-width:87%;--container-widget-width:87%;--container-widget-flex-grow:0;text-align:center;}.elementor-17 .elementor-element.elementor-element-437165c > .elementor-widget-container{margin:0px 0px 40px 0px;}.elementor-17 .elementor-element.elementor-element-437165c.elementor-element{--align-self:center;}.elementor-17 .elementor-element.elementor-element-437165c .elementor-heading-title{font-family:"Saira Condensed", Sans-serif;font-size:30px;font-weight:400;line-height:1em;color:#76C045;}.elementor-17 .elementor-element.elementor-element-2a3a84e{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;--gap:35px 35px;--row-gap:35px;--column-gap:35px;--flex-wrap:wrap;}.elementor-17 .elementor-element.elementor-element-e48aa47{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:10px 10px 10px 10px;--padding-top:40px;--padding-bottom:60px;--padding-left:35px;--padding-right:35px;}.elementor-17 .elementor-element.elementor-element-e48aa47:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-e48aa47 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-477b573{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-17 .elementor-element.elementor-element-477b573 .elementor-heading-title{font-family:"Saira Condensed", Sans-serif;font-size:35px;font-weight:700;line-height:1em;color:var( --e-global-color-ab153fa );}.elementor-17 .elementor-element.elementor-element-109f216 > .elementor-widget-container{margin:10px 0px 40px 0px;}.elementor-17 .elementor-element.elementor-element-ff0bc77{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-17 .elementor-element.elementor-element-ff0bc77 .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:18px;font-weight:400;text-transform:uppercase;line-height:1em;color:var( --e-global-color-a30fba2 );}.elementor-17 .elementor-element.elementor-element-a911f1c{--display:flex;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-17 .elementor-element.elementor-element-0b63eb0{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;top:1px;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-0b63eb0{left:1px;}body.rtl .elementor-17 .elementor-element.elementor-element-0b63eb0{right:1px;}.elementor-17 .elementor-element.elementor-element-0b63eb0 img{width:121px;}.elementor-17 .elementor-element.elementor-element-4fe8979{--display:flex;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-1679f1d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(15px/2);}.elementor-17 .elementor-element.elementor-element-1679f1d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(15px/2);}.elementor-17 .elementor-element.elementor-element-1679f1d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(15px/2);}.elementor-17 .elementor-element.elementor-element-1679f1d .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-15px/2);}.elementor-17 .elementor-element.elementor-element-1679f1d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-15px/2);}.elementor-17 .elementor-element.elementor-element-1679f1d .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-17 .elementor-element.elementor-element-1679f1d .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-17 .elementor-element.elementor-element-1679f1d{--e-icon-list-icon-size:27px;--icon-vertical-offset:0px;}.elementor-17 .elementor-element.elementor-element-1679f1d .elementor-icon-list-item > .elementor-icon-list-text, .elementor-17 .elementor-element.elementor-element-1679f1d .elementor-icon-list-item > a{font-family:"Roboto Condensed", Sans-serif;font-size:22px;font-weight:500;}.elementor-17 .elementor-element.elementor-element-1679f1d .elementor-icon-list-text{color:var( --e-global-color-a30fba2 );transition:color 0.3s;}.elementor-17 .elementor-element.elementor-element-87b2445{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:10px 10px 10px 10px;box-shadow:2px 2px 20px 2px rgba(0, 0, 0, 0.12);--padding-top:40px;--padding-bottom:60px;--padding-left:35px;--padding-right:35px;}.elementor-17 .elementor-element.elementor-element-87b2445:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-87b2445 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ab153fa );}.elementor-17 .elementor-element.elementor-element-bc442aa{--display:flex;--position:absolute;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;top:-19px;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-bc442aa{left:0px;}body.rtl .elementor-17 .elementor-element.elementor-element-bc442aa{right:0px;}.elementor-17 .elementor-element.elementor-element-3eee206{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;width:auto;max-width:auto;text-align:center;}.elementor-17 .elementor-element.elementor-element-3eee206 > .elementor-widget-container{background-color:#91F3FF;padding:8px 28px 8px 28px;border-radius:50px 50px 50px 50px;}.elementor-17 .elementor-element.elementor-element-3eee206.elementor-element{--align-self:center;}.elementor-17 .elementor-element.elementor-element-3eee206 .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:25px;font-weight:700;text-transform:uppercase;color:var( --e-global-color-a30fba2 );}.elementor-17 .elementor-element.elementor-element-d74945f{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;top:-10px;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-d74945f{left:22px;}body.rtl .elementor-17 .elementor-element.elementor-element-d74945f{right:22px;}.elementor-17 .elementor-element.elementor-element-d74945f img{width:40px;}.elementor-17 .elementor-element.elementor-element-439d227{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-17 .elementor-element.elementor-element-439d227 .elementor-heading-title{font-family:"Saira Condensed", Sans-serif;font-size:35px;font-weight:700;line-height:1em;color:var( --e-global-color-1be903c );}.elementor-17 .elementor-element.elementor-element-b233002 > .elementor-widget-container{margin:10px 0px 40px 0px;}.elementor-17 .elementor-element.elementor-element-070186c{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-17 .elementor-element.elementor-element-070186c .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:18px;font-weight:400;text-transform:uppercase;line-height:1em;color:var( --e-global-color-a30fba2 );}.elementor-17 .elementor-element.elementor-element-3e82d71{--display:flex;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17 .elementor-element.elementor-element-36367dc{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;top:1px;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-36367dc{left:1px;}body.rtl .elementor-17 .elementor-element.elementor-element-36367dc{right:1px;}.elementor-17 .elementor-element.elementor-element-36367dc img{width:121px;}.elementor-17 .elementor-element.elementor-element-712dc75{--display:flex;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17 .elementor-element.elementor-element-7cb7b67 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(15px/2);}.elementor-17 .elementor-element.elementor-element-7cb7b67 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(15px/2);}.elementor-17 .elementor-element.elementor-element-7cb7b67 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(15px/2);}.elementor-17 .elementor-element.elementor-element-7cb7b67 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-15px/2);}.elementor-17 .elementor-element.elementor-element-7cb7b67 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-15px/2);}.elementor-17 .elementor-element.elementor-element-7cb7b67 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-17 .elementor-element.elementor-element-7cb7b67 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-17 .elementor-element.elementor-element-7cb7b67{--e-icon-list-icon-size:27px;--icon-vertical-offset:0px;}.elementor-17 .elementor-element.elementor-element-7cb7b67 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-17 .elementor-element.elementor-element-7cb7b67 .elementor-icon-list-item > a{font-family:"Roboto Condensed", Sans-serif;font-size:22px;font-weight:400;}.elementor-17 .elementor-element.elementor-element-7cb7b67 .elementor-icon-list-text{color:var( --e-global-color-a30fba2 );transition:color 0.3s;}.elementor-17 .elementor-element.elementor-element-08cd202{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:10px 10px 10px 10px;--padding-top:40px;--padding-bottom:60px;--padding-left:35px;--padding-right:35px;}.elementor-17 .elementor-element.elementor-element-08cd202:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-08cd202 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-64b4762 );}.elementor-17 .elementor-element.elementor-element-bab02f1{--display:flex;--position:absolute;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;top:-19px;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-bab02f1{left:0px;}body.rtl .elementor-17 .elementor-element.elementor-element-bab02f1{right:0px;}.elementor-17 .elementor-element.elementor-element-383e131{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;width:auto;max-width:auto;text-align:center;}.elementor-17 .elementor-element.elementor-element-383e131 > .elementor-widget-container{background-color:var( --e-global-color-a30fba2 );padding:8px 28px 8px 28px;border-radius:50px 50px 50px 50px;}.elementor-17 .elementor-element.elementor-element-383e131.elementor-element{--align-self:center;}.elementor-17 .elementor-element.elementor-element-383e131 .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:25px;font-weight:700;text-transform:uppercase;color:var( --e-global-color-ab153fa );}.elementor-17 .elementor-element.elementor-element-598b43b{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;top:-10px;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-598b43b{left:22px;}body.rtl .elementor-17 .elementor-element.elementor-element-598b43b{right:22px;}.elementor-17 .elementor-element.elementor-element-598b43b img{width:40px;}.elementor-17 .elementor-element.elementor-element-4309a84{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-17 .elementor-element.elementor-element-4309a84 .elementor-heading-title{font-family:"Saira Condensed", Sans-serif;font-size:35px;font-weight:700;line-height:1em;color:var( --e-global-color-ab153fa );}.elementor-17 .elementor-element.elementor-element-a7c0d48 > .elementor-widget-container{margin:10px 0px 019px 0px;}.elementor-17 .elementor-element.elementor-element-a2ee5e4{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-17 .elementor-element.elementor-element-a2ee5e4 .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:18px;font-weight:400;text-transform:uppercase;line-height:1em;color:var( --e-global-color-a30fba2 );}.elementor-17 .elementor-element.elementor-element-b96d96c{--display:flex;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17 .elementor-element.elementor-element-9924bcd{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;top:1px;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-9924bcd{left:1px;}body.rtl .elementor-17 .elementor-element.elementor-element-9924bcd{right:1px;}.elementor-17 .elementor-element.elementor-element-9924bcd img{width:121px;}.elementor-17 .elementor-element.elementor-element-1a230d9{--display:flex;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17 .elementor-element.elementor-element-e21feac .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(15px/2);}.elementor-17 .elementor-element.elementor-element-e21feac .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(15px/2);}.elementor-17 .elementor-element.elementor-element-e21feac .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(15px/2);}.elementor-17 .elementor-element.elementor-element-e21feac .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-15px/2);}.elementor-17 .elementor-element.elementor-element-e21feac .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-15px/2);}.elementor-17 .elementor-element.elementor-element-e21feac .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-17 .elementor-element.elementor-element-e21feac .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-17 .elementor-element.elementor-element-e21feac{--e-icon-list-icon-size:27px;--icon-vertical-offset:0px;}.elementor-17 .elementor-element.elementor-element-e21feac .elementor-icon-list-item > .elementor-icon-list-text, .elementor-17 .elementor-element.elementor-element-e21feac .elementor-icon-list-item > a{font-family:"Roboto Condensed", Sans-serif;font-size:22px;font-weight:400;}.elementor-17 .elementor-element.elementor-element-e21feac .elementor-icon-list-text{color:var( --e-global-color-a30fba2 );transition:color 0.3s;}.elementor-17 .elementor-element.elementor-element-ec4e1eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-ec4e1eb:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-ec4e1eb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-17 .elementor-element.elementor-element-f01613c{--display:flex;}.elementor-17 .elementor-element.elementor-element-feb5555{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-17 .elementor-element.elementor-element-feb5555 > .elementor-widget-container{margin:0px 0px 40px 0px;}.elementor-17 .elementor-element.elementor-element-feb5555 .elementor-heading-title{font-family:"Saira Condensed", Sans-serif;font-weight:600;color:#000000;}.elementor-17 .elementor-element.elementor-element-bd79c0b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:0px 0px 7px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:7px;--border-left-width:0px;border-color:var( --e-global-color-ab153fa );--border-color:var( --e-global-color-ab153fa );--padding-top:70px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-bd79c0b:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-bd79c0b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-12a3b9d{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:1;border-style:solid;--border-style:solid;border-width:7px 7px 0px 7px;--border-top-width:7px;--border-right-width:7px;--border-bottom-width:0px;--border-left-width:7px;border-color:var( --e-global-color-ab153fa );--border-color:var( --e-global-color-ab153fa );--padding-top:40px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-12a3b9d:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-12a3b9d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-12a3b9d::before, .elementor-17 .elementor-element.elementor-element-12a3b9d > .elementor-background-video-container::before, .elementor-17 .elementor-element.elementor-element-12a3b9d > .e-con-inner > .elementor-background-video-container::before, .elementor-17 .elementor-element.elementor-element-12a3b9d > .elementor-background-slideshow::before, .elementor-17 .elementor-element.elementor-element-12a3b9d > .e-con-inner > .elementor-background-slideshow::before, .elementor-17 .elementor-element.elementor-element-12a3b9d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-17 .elementor-element.elementor-element-8dfb3bf{--display:flex;}.elementor-widget-image-box .elementor-image-box-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-image-box:has(:hover) .elementor-image-box-title,
					 .elementor-widget-image-box:has(:focus) .elementor-image-box-title{color:var( --e-global-color-primary );}.elementor-widget-image-box .elementor-image-box-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-17 .elementor-element.elementor-element-5fe49bb.elementor-position-right .elementor-image-box-img{margin-left:30px;}.elementor-17 .elementor-element.elementor-element-5fe49bb.elementor-position-left .elementor-image-box-img{margin-right:30px;}.elementor-17 .elementor-element.elementor-element-5fe49bb.elementor-position-top .elementor-image-box-img{margin-bottom:30px;}.elementor-17 .elementor-element.elementor-element-5fe49bb .elementor-image-box-wrapper .elementor-image-box-img{width:200px;}.elementor-17 .elementor-element.elementor-element-5fe49bb .elementor-image-box-img img{border-radius:100px;transition-duration:0.3s;}.elementor-17 .elementor-element.elementor-element-5fe49bb .elementor-image-box-title{font-family:"Saira Condensed", Sans-serif;font-size:34px;font-weight:900;text-transform:uppercase;line-height:1.2em;color:var( --e-global-color-98814ff );}.elementor-17 .elementor-element.elementor-element-5fe49bb .elementor-image-box-description{font-family:"Roboto Condensed", Sans-serif;font-size:21px;font-weight:400;color:var( --e-global-color-ab153fa );}.elementor-17 .elementor-element.elementor-element-006671a{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-17 .elementor-element.elementor-element-006671a > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-17 .elementor-element.elementor-element-006671a .elementor-heading-title{font-family:"Saira Condensed", Sans-serif;font-weight:600;color:var( --e-global-color-98814ff );}.elementor-17 .elementor-element.elementor-element-346f678{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-346f678:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-346f678 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-17 .elementor-element.elementor-element-2949bb9{--display:flex;}.elementor-17 .elementor-element.elementor-element-7f2d58c .wcf__slider{--slides-to-show:auto;--space-between:20px;}.elementor-17 .elementor-element.elementor-element-7f2d58c .title{color:var( --e-global-color-primary );font-size:22px;font-weight:500;}.elementor-17 .elementor-element.elementor-element-7f2d58c .elementor-icon i{color:var( --e-global-color-64b4762 );}.elementor-17 .elementor-element.elementor-element-7f2d58c .elementor-icon svg{fill:var( --e-global-color-64b4762 );}@media(min-width:768px){.elementor-17 .elementor-element.elementor-element-e48aa47{--width:30%;}.elementor-17 .elementor-element.elementor-element-87b2445{--width:30%;}.elementor-17 .elementor-element.elementor-element-08cd202{--width:30%;}}@media(max-width:1200px) and (min-width:768px){.elementor-17 .elementor-element.elementor-element-e48aa47{--width:31%;}.elementor-17 .elementor-element.elementor-element-87b2445{--width:31%;}.elementor-17 .elementor-element.elementor-element-08cd202{--width:31%;}}@media(max-width:1024px) and (min-width:768px){.elementor-17 .elementor-element.elementor-element-e48aa47{--width:100%;}.elementor-17 .elementor-element.elementor-element-87b2445{--width:100%;}.elementor-17 .elementor-element.elementor-element-08cd202{--width:100%;}}@media(max-width:1200px){.elementor-17 .elementor-element.elementor-element-2a3a84e{--gap:30px 30px;--row-gap:30px;--column-gap:30px;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-0b63eb0{left:4px;}body.rtl .elementor-17 .elementor-element.elementor-element-0b63eb0{right:4px;}.elementor-17 .elementor-element.elementor-element-0b63eb0{top:13px;}.elementor-17 .elementor-element.elementor-element-0b63eb0 img{width:90px;}.elementor-17 .elementor-element.elementor-element-3eee206 .elementor-heading-title{font-size:20px;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-36367dc{left:4px;}body.rtl .elementor-17 .elementor-element.elementor-element-36367dc{right:4px;}.elementor-17 .elementor-element.elementor-element-36367dc{top:13px;}.elementor-17 .elementor-element.elementor-element-36367dc img{width:90px;}.elementor-17 .elementor-element.elementor-element-383e131 .elementor-heading-title{font-size:20px;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-598b43b{left:10px;}body.rtl .elementor-17 .elementor-element.elementor-element-598b43b{right:10px;}.elementor-17 .elementor-element.elementor-element-598b43b{top:-9px;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-9924bcd{left:4px;}body.rtl .elementor-17 .elementor-element.elementor-element-9924bcd{right:4px;}.elementor-17 .elementor-element.elementor-element-9924bcd{top:13px;}.elementor-17 .elementor-element.elementor-element-9924bcd img{width:90px;}}@media(max-width:1024px){.elementor-17 .elementor-element.elementor-element-75f6f51{--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:05%;}.elementor-17 .elementor-element.elementor-element-ea0abc3{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;}.elementor-17 .elementor-element.elementor-element-ea0abc3.elementor-element{--align-self:center;}.elementor-17 .elementor-element.elementor-element-437165c .elementor-heading-title{font-size:26px;line-height:1.3em;}.elementor-17 .elementor-element.elementor-element-2a3a84e{--gap:25px 25px;--row-gap:25px;--column-gap:25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-87b2445{--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17 .elementor-element.elementor-element-08cd202{--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17 .elementor-element.elementor-element-12a3b9d{--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-17 .elementor-element.elementor-element-f2ade40{--padding-top:0px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-ea0abc3{width:100%;max-width:100%;}.elementor-17 .elementor-element.elementor-element-ea0abc3 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-17 .elementor-element.elementor-element-437165c{width:100%;max-width:100%;}.elementor-17 .elementor-element.elementor-element-437165c .elementor-heading-title{font-size:23px;line-height:1.1em;}.elementor-17 .elementor-element.elementor-element-e48aa47{--padding-top:35px;--padding-bottom:60px;--padding-left:25px;--padding-right:25px;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-0b63eb0{left:3px;}body.rtl .elementor-17 .elementor-element.elementor-element-0b63eb0{right:3px;}.elementor-17 .elementor-element.elementor-element-0b63eb0{top:12px;}.elementor-17 .elementor-element.elementor-element-0b63eb0 img{width:89px;}.elementor-17 .elementor-element.elementor-element-1679f1d .elementor-icon-list-item > .elementor-icon-list-text, .elementor-17 .elementor-element.elementor-element-1679f1d .elementor-icon-list-item > a{font-size:18px;}.elementor-17 .elementor-element.elementor-element-87b2445{--padding-top:35px;--padding-bottom:60px;--padding-left:25px;--padding-right:25px;}.elementor-17 .elementor-element.elementor-element-3eee206 .elementor-heading-title{font-size:18px;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-36367dc{left:3px;}body.rtl .elementor-17 .elementor-element.elementor-element-36367dc{right:3px;}.elementor-17 .elementor-element.elementor-element-36367dc{top:12px;}.elementor-17 .elementor-element.elementor-element-36367dc img{width:89px;}.elementor-17 .elementor-element.elementor-element-7cb7b67 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-17 .elementor-element.elementor-element-7cb7b67 .elementor-icon-list-item > a{font-size:18px;}.elementor-17 .elementor-element.elementor-element-08cd202{--padding-top:35px;--padding-bottom:60px;--padding-left:25px;--padding-right:25px;}.elementor-17 .elementor-element.elementor-element-383e131 .elementor-heading-title{font-size:18px;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-9924bcd{left:3px;}body.rtl .elementor-17 .elementor-element.elementor-element-9924bcd{right:3px;}.elementor-17 .elementor-element.elementor-element-9924bcd{top:12px;}.elementor-17 .elementor-element.elementor-element-9924bcd img{width:89px;}.elementor-17 .elementor-element.elementor-element-e21feac .elementor-icon-list-item > .elementor-icon-list-text, .elementor-17 .elementor-element.elementor-element-e21feac .elementor-icon-list-item > a{font-size:18px;}.elementor-17 .elementor-element.elementor-element-ec4e1eb{--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-feb5555 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-17 .elementor-element.elementor-element-bd79c0b{--padding-top:60px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-5fe49bb .elementor-image-box-img{margin-bottom:30px;}.elementor-17 .elementor-element.elementor-element-5fe49bb .elementor-image-box-title{font-size:26px;}.elementor-17 .elementor-element.elementor-element-006671a > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-17 .elementor-element.elementor-element-346f678{--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-2949bb9{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-7f2d58c .title{font-size:19px;}}

/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/hello-elementor-child/style.css */
/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1734447132
Updated: 2024-12-17 14:52:12

*/


@media print {
    html, body {
       display: none;  /* hide whole page */
    }
}
/*===============*/
body, *{
    font-family: "Roboto Condensed", Sans-serif;
}
a{
    transition: all 0.3s ease-in-out;
}
p, dd, dl, dt, li, ol, ul {font-weight: 300;}
p:last-child {
    margin-bottom: 0 !important;
}
.ihc-account-subscr-list {
    font-family: "Roboto Condensed", sans-serif !important;
}
b, strong {
    font-weight: 700;
    font-size: 1.02em;
}
/*===============*/
.subscribe_now a {
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    column-gap: 8px;
    font-family: "Roboto Condensed", Sans-serif;
    text-transform: uppercase;
}
.subscribe_now a, .subscribe_now a i {
    color: #fff;
     font-size: 18px;
    line-height: 1.1;
}
.subscribe_now a i {
    font-size: 16px;
    line-height: 1.2;
}
.subscribe_now a:hover, .subscribe_now a:hover i{
    color: #76c045
}
/*======================*/
.dark-blue-btn a i {
    color: #1cc3d8;
    font-size: 30px;
}

.green-btn a i {
    color: #000000;
    font-size: 30px;
}
/*====Search Home=====*/

.home_articles_wrap {}

.article_search_form_wrap {
    width: 50%;
    margin: 0 auto;
        margin-bottom: 60px;
}

.article_search_form_wrap input[type="text"] {
    border: 0;
    border-bottom: 2px solid rgb(0 0 0 / 29%);
    border-radius: 0;
    font-size: 18px;
    color: #000000;
    padding: 4px 4px;
    outline: none;
}

.article_search_form_wrap input[type="text"]::placeholder {
    color: #000000;
}

.article_search_form_wrap form {
    position: relative;
}

.article_search_form_wrap form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent !important;
    font-size: 0;
    border: 0;
    background-image: url(https://insightscopehub.com/wp-content/themes/hello-elementor-child/images/search.png);
    width: 40px;
    height: 40px;
    background-size: 76%;
    border-radius: 0;
    background-repeat: no-repeat;
    padding: 0;
}
.article_filter_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    column-gap: 10px;
        padding: 0;
}
.article_list_items ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    column-gap: 2%;
        row-gap: 35px;
    margin-top: 50px;
}
.article_filter_wrap ul li.active {
    background: #04244b;
    /* padding: 40px; */
    color: #ffffff;
    border-radius: 40px;
}

.article_filter_wrap ul li {
    padding: 15px 31px;
    line-height: 1;
    font-size: 17px;
    text-transform: uppercase;
    cursor: pointer;
}

.article_list_items ul li {
    width: 32%;
    background: #ffffff;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 11%);
    border-radius: 20px;
    padding: 40px 26px;
}

.article_box {}

.article_box .top_meta {
    display: flex;
    column-gap: 10px;
        min-height: 48px;
}

.article_box .top_meta > div {
       font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.2;
}

.article_box .top_meta .article_cat {
position: relative;
    padding-left: 16px;
    font-family: "Inter", sans-serif;
    width: 60%;
}
.article_box .top_meta .article_cat span {
    display: block;
}
.article_box .top_meta .article_cat:before {
    position: absolute;
    content: " ";
    background: #76c045;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    top: 7px;
}

.article_box .top_meta .article_tag {
    position: relative;
    padding-left: 20px;
    width: 40%;
}

.article_box .top_meta .article_tag:before {
    position: absolute;
    content: " ";
    background-image: url(https://insightscopehub.com/wp-content/themes/hello-elementor-child/images/price-tag.png);
    background-size: 100%;
    width: 13px;
    height: 13px;
    left: 0;
    top: 6px;
    background-repeat: no-repeat;
}
.article_info .article_title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    line-height: 1.3;
    margin: 20px 0 15px;
}

.article_box .article_title a {
     display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: calc(1em * 1.2 * 3);

}
.article_info {}

.article_info .article_desc {
    margin-bottom: 20px;
}
.article_info .article_desc p {
    font-family: "Inter", sans-serif;
    font-size: 17px;
     display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: calc(1.4em * 1.2 * 2);
}
.article_box .article_img {
    position: relative;
    padding-top: 65.25%;
}

.article_box .article_img img {
    /* height: 245px; */
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.article_button_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
        margin-top: 10px;
}

.article_button_wrap .readmore_button {}

.article_button_wrap .readmore_button a {
    font-size: 17px;
    text-transform: uppercase;
    color: #04244b;
    /* font-weight: 400; */
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.article_button_wrap .readmore_button a:hover, .article_button_wrap .readmore_button a:active {
    color: #1CC3D8;
}
.article_button_wrap .reading_time {
    display: flex;
    align-items: center;
    gap: 5px;
}

.article_button_wrap .reading_time i {
    line-height: 0.1;
}
.no_post_found {
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
}
.load_more_wrap {
    text-align: center;
    margin-top: 40px;
}

.load_more_wrap button {
    text-transform: uppercase;
    padding: 13px 40px;
}
.article_alert {
    text-align: center;
    margin-top: 20px;
}
/*========*/
.newsletter {
    position: relative;
    display: flex;
}

.newsletter input[type=email] {
    width: 80%;
    height: 70px;
    border: 1px solid #ffffff;
    border-radius: 50px 0 0 50px;
    padding: 20px 40px;
    font-size: 20px;
}

.newsletter input[type="submit"] {
    width: 20%;
    height: 70px;
    border: 1px solid #042448 !important;
    border-radius: 0 50px 50px 0 !important;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    background-image: url(https://insightscopehub.com/wp-content/themes/hello-elementor-child/images/paper-plane.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 75% 50%;
    padding-right: 70px !important;
}
.newsletter input[type="submit"]:hover,
.newsletter input[type="submit"]:focus,
.newsletter input[type="submit"]:active {
    background-color: #ffffff !important;
    color: #04244b !important;
}

.newsletter input[type=email]::placeholder {
    color: #04244b;
}
/*===*/
.subscribe_now a {
    color: #ffffff !important;
}
.subscribe_now a:hover, .subscribe_now a:focus, .subscribe_now a:active {
    color: #1cc3d8 !important;
}
.main-menu li#menu-item-65 a {
    color: #76c045;
    font-weight: 600;
}
.subscribe_now {
    display: flex;
    align-items: center;
    gap: 13px;
}
/*========*/
.feature-list ul.premium-pricing-list {
    overflow: hidden;
}
.feature-list ul.premium-pricing-list li {
    padding: 15px 20px;
    margin: 7px 0px;
}
.feature-list ul.premium-pricing-list li:nth-child(even) {
    background: #eef4fa;
}

.feature-list-prem .premium-pricing-list li {
    background: #96ed5d;
    padding: 14px 25px;
    position: relative;
}

.feature-list-prem .premium-pricing-list li svg path, .feature-list-prem .premium-pricing-list li svg circle {
    stroke: #ffffff !important;
}

.feature-list-prem .premium-pricing-list li:last-child {
    justify-content: center !important;
}

.feature-list-prem .premium-pricing-list li:first-child {
    background: #76c045;
}

.feature-list-prem .premium-pricing-list li:nth-child(2), .feature-list-prem .premium-pricing-list li:nth-child(3) {
    box-shadow: 3px -3px 0px rgb(255 255 255 / 75%);
}
.feature-list-prem .premium-pricing-list li:nth-child(2):after, .feature-list-prem .premium-pricing-list li:nth-child(3):after {
    position: absolute;
    content: " ";
    background-image: url(https://insightscopehub.com/wp-content/themes/hello-elementor-child/images/star-ribbon.png);
    height: 100%;
    width: 68px;
    top: -7px;
    right: -8px;
    background-repeat: no-repeat;
}

/*===contact form===*/
.contact-form ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form ul li {
    width: 100%;
}

.contact-form ul li:first-child, .contact-form ul li:nth-child(2) {
    width: 49%;
}

.contact-form p {
    text-align: center;
}
   .contact-form  button.wpcf7-form-control.wpcf7-submit {
    margin-left: 10%;
    margin-top: 20px;
}
/*===account====*/
.pms-account-navigation {
    margin-bottom: 44px !important;
}

.pms-account-navigation ul {}

.pms-account-navigation ul li {}

.pms-account-navigation ul li a {
    background: #04244B;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 7px;
    display: inline-block;
}

.pms-account-navigation li.pms-account-navigation-link a:hover, .pms-account-navigation li.pms-account-navigation-link .pms-account-navigation-link--active {
    background: #76C045;
    position: relative;
}

.pms-account-navigation li.pms-account-navigation-link .pms-account-navigation-link--active:before {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #76c045;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}
.pms-form input[type=text], .pms-form input[type=password], .pms-form input[type=email], .pms-form input[type=textarea], #pms_login input[type=text], #pms_login input[type=password], #pms_login input[type=email], .pms-form  textarea {
    width: 100%;
    background: #ffffff;
    border-color: #dddddd;
}
.pms-form input[type=text], .pms-form input[type=password], .pms-form input[type=email], .pms-form input[type=textarea], #pms_login input[type=text], #pms_login input[type=password], #pms_login input[type=email] {
    height: 50px;
}
.pms_success-messages-wrapper {
    margin-bottom: 25px;
}
.pms-field label {
    font-size: 15px;
}

/*===*/
.pms-account-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
}

.pms-account-section-wrapper li.pms-field {
    width: 49%;
}
/*===blog===*/
.blog-list article.wcf-post.post {
    border: 1px solid #dddddd;
    box-shadow: 7px -7px 0px 0px rgb(0 0 0 / 2%);
    border-radius: 15px;
    overflow: hidden;
}

.blog-list article.wcf-post.post .thumb {
    margin: 0;
}
.alert_msg {
    text-align: center;
    margin-top: 40px;
}
.article_subheading {
    margin: 0;
    color: #ffffff !important;
    text-align: center;
    font-family: "Lato", sans-serif !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: 700;
}
h1.article-title {
    margin: 0 0 8px;
    font-weight: 800;
        font-family: "Lato", sans-serif !important;
    line-height: 1.2;
    text-align: center;
}
/*=====Blog single====*/
.blg-cat ul {
    padding: 0;
    list-style: none;
    /* border-left: 1px solid #dddddd; */
}

.blg-cat ul li {
    /* padding-left: 15px; */
    list-style: disc inside;
    margin-bottom: 5px;
}

.blg-cat ul li::marker {
    color: #1cc3d8;
}
.related-blog article.wcf-post .content {
    width: 73%;
}
.related-blog article.wcf-post .thumb  {
    margin-bottom: 0;
    width: 64px;
}
.related-blog article.wcf-post .wcf-meta {
    display: none;
}
.related-blog article.wcf-post .thumb img {
    width: 64px;
  height: 36px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.related-blog article.wcf-post {
    /* border-bottom: 2px dashed #1cc3d8; */
    /* padding-bottom: 16px; */
    display: flex;
    align-items: center;
    gap: 10px; /* spacing between thumbnail and text */
    padding: 10px 14px;
    margin-bottom: 8px;
    border-left: 3px solid transparent;
    border-radius: 8px;
    background-color: #FFFFFF; /* Base white */
    transition: all 0.25s ease-in-out;
    margin: 0;
}
.related-blog article.wcf-post:nth-child(odd) {
    background-color: #F7FBFE; /* ISH light blue */
}

.related-blog article.wcf-post:hover {
    border-left: 3px solid #338DF1; /* ISH primary blue */
    background-color: #EAF3FE; /* Hover highlight */
}
.elementor-widget-wcf--theme-post-content blockquote {
        background: #AEF87C;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 23px 51px;
    text-align: center;
    background-image: url(https://insightscopehub.stagingprojects.biz/wp-content/uploads/2025/01/quote.png);
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: 6px 7px;
    border-radius: 20px 0 20px 0;
}
.elementor-widget-wcf--theme-post-content blockquote p {
    font-size: 25px;
    line-height: 1.3;
}
.elementor-widget-wcf--theme-post-content .elementor-widget-container hr {
    display: block;
    margin: 35px 0 !important;
}

.elementor-widget-wcf--theme-post-content h2, .elementor-widget-wcf--theme-post-content h3, .elementor-widget-wcf--theme-post-content h4 {
    margin-top: 0 !important;
}
.elementor-widget-wcf--theme-post-content ul {
    padding: 0;
    list-style: inside;
}

.elementor-widget-wcf--theme-post-content ul li::marker {
    color: #76C045;
}
#pms_register-form .pms-pass1-field p {
    display: none !important;
}
.pld-like-dislike-wrap {
    margin-bottom: 0;
}
.article-content .os_poll, .article-content .os_widget {
    margin: 30px 0 !important;
}
.comment-respond {
    padding-top: 10px;
}
.pms-account-subscription-details-table__actions a.pms-account-subscription-action-link {
    text-decoration: underline !important;
    border-right: 2px solid #000000 !important;
    display: inline-block;
        padding-right: 11px;
    line-height: 1;
}
.pms-account-subscription-details-table__actions a.pms-account-subscription-action-link:last-child {
    padding-right: 0px;
    border-right: 0px solid #000000 !important;
}
.pms-table td {
    text-align: center;
}
.comment-form input, .comment-form textarea {
    border-color: #ffffff !important;
}
.comment-reply-title a#cancel-comment-reply-link {
    margin-left: 12px;
    color: #76C045;
}
.single.single-article .article-content  h2, .single.single-article .article-content  h3, .single.single-article .article-content  h4 {
    margin-top: 40px !important;
}
.single.single-article .article-content  h5{
    margin-top: 20px !important;
}
.single.single-article .article-content ul, .single.single-article .article-content   ol{
    margin-bottom:20px
}
.single.single-article .article-content  ul {
    padding: 0;
    margin: 0 0 20px 20px;
    list-style: square;
}
.single.single-article .article-content  ul.ticklist {
    list-style: none;
    margin: 0 0 20px 0;
}
.single.single-article .article-content  ul.ticklist > li {
    padding-left: 22px;
        margin-bottom: 5px;
}
.single.single-article .article-content  ul.ticklist > li:before {
  content: '✓';
  position: absolute;
  left: 0;
}

.single.single-article .article-content ul.ticklist li ul {
    margin-left: 36px;
}
ul.default-details-social-media {
    list-style: none !important;
    margin: 0 !important;
}
.default-details-social-media a {
    align-items: center;
}

.plan-listing  .elementor-icon-list-text {
/*    background: rgb(255 255 255 / 50%);*/
    padding: 10px 20px !important;
        margin-left: -20px;
        padding-left: 30px !important;
     width: 100%;
}
.white-bg  .elementor-icon-list-text {
    background: rgb(255 255 255 / 50%);
}
.green-bg  .elementor-icon-list-text {
    background: #aef87c;
}
.alter-bg .elementor-icon-list-item:nth-child(odd) span.elementor-icon-list-text {
    background: #e6fcff;

}
/* === Related Articles Section (Sidebar) === */
.related-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-articles li {
  display: flex;
  align-items: center;
  gap: 10px; /* spacing between thumbnail and text */
  padding: 10px 14px;
  margin-bottom: 8px;
  border-left: 3px solid transparent;
  border-radius: 8px;
  background-color: #FFFFFF; /* Base white */
  transition: all 0.25s ease-in-out;
}

/* Alternating background rhythm */
.related-articles li:nth-child(odd) {
  background-color: #F7FBFE; /* ISH light blue */
}

/* Hover cue: accent bar + subtle highlight */
.related-articles li:hover {
  border-left: 3px solid #338DF1; /* ISH primary blue */
  background-color: #EAF3FE; /* Hover highlight */
}

/* Article title text */
.related-articles li .related-title a {
  font-family: "Lato", system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #232325; /* Dark neutral */
  text-decoration: none;
  transition: color 0.2s ease;
   display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: calc(1.2em * 1.2 * 3);
}

.related-articles li .related-title a:hover {
  color: #0070EE; /* Hover blue */
}

/* Thumbnail beside title */
.related-articles li img {
 /* width: 64px;
  height: 36px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;*/
    width:112px;
  height:63px;
  object-fit:cover;

}

.related-articles li .related-thumbnail, .related-articles li .related-thumbnail a {
        width:112px;
  height:63px;
}

.related-articles li .related-title {
    width: 71%;
}
.hover-title h2:hover {
    color: #0e4b8c !important;
}
/*===custom price comparison table==*/
 .billing-toggle {
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    left: 82px;
    top: 104px;
    /* transform: translateY(-50%); */
}

    .toggle-container {
      display: inline-flex;
      border: 2px solid #00bcd4;
      border-radius: 30px;
      overflow: hidden;
      font-weight: bold;
    }

    .toggle-btn {
      padding: 10px 20px;
      cursor: pointer;
      background-color: white;
      color: #003b5c;
      transition: 0.3s;
      min-width: 100px;
      text-align: center;
    }

    .toggle-btn.active {
      background-color: #00bcd4;
      color: white;
    }
.comparison {
  margin: 0 auto;
/*
    margin-bottom: 20px;
    margin-top: 30px;
*/
    text-align: center;
    padding: 10px;
    font-size: 19px;
    position:relative;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}

.comparison td,
.comparison th {
  border-right: 1px solid #E8E8E8;
  empty-cells: show;
  padding: 10px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  color: #808080;
  font-size: 15px;
    vertical-align:middle;
}

.comparison tbody tr:nth-child(odd) {
  display: none;
}

.comparison .compare-row {
  background: #F7F7F7;
}

.fa-check {
  color: #69C7F1;
}

.comparison th {
  font-weight: normal;
  padding: 0;
  border-top: 0px solid #E8E8E8;
  border-bottom: 0px solid #E8E8E8;
  border:0!important;
}

.comparison tr td:first-child {
  text-align: left;
  padding: 15px 20px;
  border-left: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
  width:350px;
  background-color:#f5f5f5;
  font-size:22px;
  color:#010e2a;
}

.comparison tr td {
    background-color:#fff;
}
.comparison tr th:last-child .price-now p {
    color:#1cc3d8!important;
}

.comparison .product,
.comparison .tl {
  color: #FFF;
  padding: 10px;
  font-size: 14px;
}

.comparison .tl2 {
  border-right: 0;
}

.comparison .product {
  background: #69C7F1;
  height: 235px;
  font-size: 19px;
  font-weight:bold;
    width: 24.33%;
}

.comparison .price-info {
  padding: 15px;
}

.comparison .price-now,
.comparison .price-now span {
  color: #000;
}

/* .comparison .price-now span {
  color: #000;
    font-size:16px;
    text-transform:uppercase;
} */

.comparison .price-now span {
  font-size: 70px;
  font-weight:bold;
  color: #fff;
  line-height:80px;
  display:block;
}
.comparison .pname  {
    padding-top:25px;
    padding-bottom:10px;
}
.comparison .price-now p {
  font-size: 16px;
  text-align: center;
  line-height: 16px;
    text-transform:uppercase;
  display: inline;
    font-weight:bold;
}
.comparison table thead:first-child tr:first-child th:nth-child(2) {
    border-top-left-radius: 10px!important;
}
.comparison table thead:first-child tr:first-child th:nth-child(4) {
    border-top-right-radius: 10px!important;
}
.comparison table thead:first-child tr:first-child th:nth-child(3), .comparison table thead:first-child tr:first-child th:nth-child(4) {
    position:relative
}
.comparison table thead:first-child tr:first-child th:nth-child(3):before {
    content:"";
    width:150px;
    height:150px;
    position:absolute;
    left:-17px;
    top:-14px;
    background-image:url('https://insightscopehub.com/wp-content/uploads/2025/05/ribbon.png');
    background-position:center;
    background-size:140px;
    background-repeat:no-repeat;
}
.comparison table thead:first-child tr:first-child th:nth-child(3)::after {
    content: "";
    width: 50px;
    height: 66px;
    position: absolute;
    right: 25px;
    top: -12px;
    background-image: url(https://insightscopehub.com/wp-content/uploads/2025/05/bookmark.png);
    background-position: center;
    background-size: 45px;
    background-repeat: no-repeat;
    transform: rotateY(190deg);
}
.comparison table thead:first-child tr:first-child th:nth-child(4)::after {
    content: "";
    width: 50px;
    height: 66px;
    position: absolute;
    right: 25px;
    top: -12px;
    background-image: url(https://insightscopehub.com/wp-content/uploads/2025/05/bookmark-2.png);
    background-position: center;
    background-size: 45px;
    background-repeat: no-repeat;
    transform: rotateY(190deg);
}

.comparison tbody tr:last-child td {
    background-color:#f5f5f5;
    padding:0px 0px;;
    border-bottom:0px!important;
    border-top:0px!important;
}
.comparison tbody tr:last-child {
    border:0px;
}
.comparison tbody tr:last-child td:nth-child(1) {
    border-left:0px solid #ddd;
    border-right:0px solid #ddd;
}
.comparison tbody tr:last-child td:nth-child(2) {
    border-left:0px solid #ddd;
    border-right:0px solid #ddd;
}
.comparison tbody tr:last-child td:nth-child(4) {
    border-left:0px solid #ddd;
    border-right:0px solid #ddd;
}
.comparison tbody tr:nth-child(22) td:nth-child(1) {
     border-radius:10px;
    -moz-border-radius: 15px!important;
}

 .comparison tbody tr:nth-child(24) td {
    border-bottom:0px!important;
    border-top:0px!important;
     border-left:0px!important;
}
.comparison tbody tr:nth-child(24) td:nth-child(2) {
     border-bottom-left-radius:10px;
     border-left:0px!important;
}
.comparison tbody tr:nth-child(24) td:nth-child(1) {
     border-bottom-left-radius:10px;
     border-left:0px!important;
     border-right:0!important;
}
.comparison tbody tr:nth-child(24) td:nth-child(4) {
     border-left:0px!important;
     border-right:0!important;
}
.comparison tbody tr:nth-child(24) td:nth-child(2) .price-buy, .comparison tbody tr:nth-child(24) td:nth-child(4) .price-buy {
     background:#fff!important;
     color:#04244b!important;
     box-shadow:none;
    border:2px solid #263eac;
}
.comparison tbody tr:nth-child(24) td:nth-child(4) .price-buy:hover {
    background:#04244b!important;
    color:#fff!important;
    border:2px solid #04244b;
}
.comparison tbody tr:nth-child(24) td:nth-child(2) .price-buy:hover {
    background:#04244b!important;
    color:#fff!important;
    border:2px solid #04244b;
}
.comparison tbody tr:last-child td {
    vertical-align:top!important;
}

.comparison tbody tr:nth-child(24) td:nth-child(4) {
     border-bottom-right-radius:10px;
}
.comparison .price-buy {
  background: #04244b;
  padding: 10px 40px;
  font-size: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight:600;
  margin: 5px 0 10px 0;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
    box-shadow:0px 0px 10px #eef6ff;
}

.comparison .price-buy:hover {
  background: #76c045;
}
.comparison img {
    width: 18px;
    margin-top:5px;
}
   .ribbon {
  position: absolute;
  top: 10px;
  left: -40px;
  width: 140px;
  background-color: #0A2D57; /* Deep navy blue */
  color: white;
  text-align: center;
  font: bold 13px sans-serif;
  transform: rotate(-45deg);
  z-index: 10;
  padding: 5px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/*Start Tooltip Css*/
.tooltip_hover {/* text-transform: uppercase; *//* background: #ececec; *//* color: #555; */cursor: help;/* font-family: "Gill Sans", Impact, sans-serif; */font-size: 20px;/* margin: 100px 75px 10px 75px; *//* padding: 15px 20px; */position: absolute;text-align: center;/* width: 200px; */-webkit-transform: translateZ(0); /* webkit flicker fix */-webkit-font-smoothing: antialiased; /* webkit text rendering fix *//* width: 18px; */position: absolute;right: 0;top: 5px;}

.tooltip_hover .tooltip {font-size: 19px;font-weight: 300;background: #ffffff;bottom: 100%;color: #000000;display: block;right: 0;margin-bottom: 15px;opacity: 0;padding: 20px;pointer-events: none;position: absolute;width: 100%;-webkit-transform: translateY(10px);-moz-transform: translateY(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);transform: translateY(10px);-webkit-transition: all .25s ease-out;-moz-transition: all .25s ease-out;-ms-transition: all .25s ease-out;-o-transition: all .25s ease-out;transition: all .25s ease-out;-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);width: 200px;}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tooltip_hover .tooltip:before {
bottom: -20px;
content: " ";
display: block;
height: 20px;
left: 0;
position: absolute;
width: 100%;
}

/* CSS Triangles - see Trevor's post */
.tooltip_hover .tooltip:after {
border-left: solid transparent 10px;
border-right: solid transparent 10px;
border-top: solid #1cc3d8 10px;
bottom: -10px;
content: " ";
height: 0;
left: 50%;
margin-left: -13px;
position: absolute;
width: 0;
}

.tooltip_hover:hover .tooltip {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
   -o-transform: translateY(0px);
    transform: translateY(0px);
}
.tooltip_wrap {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 6px; */
    position: relative;
        padding-right: 20px;
}

.tooltip_hover img {
    width: 18px;
    height: 18px;
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
}

/* IE can just show/hide with no transition */
.lte8 .tooltip_hover .tooltip {
display: none;
}

.lte8 .tooltip_hover:hover .tooltip {
display: block;
}

/*End Tooltip*/

@media screen and (min-width: 721px) and (max-width: 1000px) {
  .table_ul li {
    letter-spacing: 0px;
  }
  .comparison .price-now span {
    font-size: 32px;
  }
  .comparison .price-now p {
    display: block;
  }
}

@media screen and (max-width: 720px) {
  .table_ul {
    padding: 0px;
  }
  .table_ul li {
    font-size: 10px;
    line-height: 16px;
    padding: 3px 0;
  }
  .comparison {
    max-width: 100%;
  }
  .comparison td:first-child,
  .comparison th:first-child {
    display: none;
  }
  .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #F7F7F7;
  }
  .comparison .row {
    background: #FFF;
  }
  .comparison td,
  .comparison th {
    border: 1px solid #CCC;
    border-top: none;
    padding: 10px;
  }
  .price-info {
    border-top: 0 !important;
    padding: 10px 0 !important;
  }
  .price-info p {
    line-height: 8px;
    font-size: 8px !important;
  }
  .comparison .compare-row {
    background: #ffffff;
  }
  .comparison .price-now p {
    display: block;
  }
  .comparison .price-now span {
    font-size: 24px;
  }
  .comparison .qbse {
    font-size: 1.2em;
  }
  .comparison td {
    font-size: 14px;
  }
  .comparison th {
    font-size: 14px;
  }
}
/*===accordion==*/
.accordion-custom {
  margin-bottom: 00px;
}
.accordion-toggle {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion-toggle:checked ~ .accordion-header {
  color: #0056b3;
}
.accordion-toggle:checked ~ .accordion-header .accordion-icon:after {
  transform: translateX(-50%) scaleY(0);
}
.accordion-toggle:checked ~ .accordion-content {
  max-height:560px;
  padding: 10px 15px;
  border-color:#f5f5f5;

}
/* .accordion-custom {
    min-height:55px;
    visibility:visible;
}
.accordion-toggle:checked ~ .accordion-custom {
    max-height:560px;
    visibility:hidden;
} */
.accordion-header {
  padding: 15px 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}
.accordion-header:hover {
  color: #0056b3;
}
.accordion-title {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.accordion-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  transition: transform 0.3s ease;
  margin-left: 10px;
    border:1px solid #000;
    border-radius:50px;
}
.accordion-icon:before, .accordion-icon:after {
  content: "";
  position: absolute;
  background-color: #666;
  transition: all 0.3s ease;
}
.accordion-icon:before {
  width: 60%;
  height: 2px;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}
.accordion-icon:after {
  width: 2px;
  height: 60%;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
}
.accordion-content {
  overflow: hidden;
  padding: 0;
    border-top: 2px solid #04244b;
  transition: max-height 0.3s ease, padding 0.3s ease;
max-height:00px;
    text-align:left;


}
.accordion-content ul {
    padding: 0;
    list-style: none;
}

.accordion-content ul li {
    color: #212121;
    font-size: 19px;
    font-weight: 300;
    position: relative;
    padding-left: 16px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

.accordion-content ul li:before {
    position: absolute;
    content: " ";
    background: #76c045;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    left: 0;
    top: 11px;
}
.accordion-custom .accordion-title {
    font-size:23px;
    font-weight:500;
    color:#04244b;
    text-transform:uppercase;
}
.list-sections ul , .list-sections ol {
    margin-bottom:25px;
        padding-left: 18px;
}
.list-sections hr {
    margin:40px 0 35px 0;
}

.terms-content h2 {
    margin-top: 30px;
    font-size: 40px;
    margin-bottom: 5px;
}
.terms-content h3 {
    margin-top: 25px;
    margin-bottom: 10px;
}

/*===*/
.ihc-register-5 .iump-form-line-register .select2-selection, .ihc-register-5 .iump-form-line-register input[type=number], .ihc-register-5 .iump-form-line-register input[type=password], .ihc-register-5 .iump-form-line-register input[type=text], .ihc-register-5 .iump-form-line-register select, .ihc-register-7 .iump-form-line-register .select2-selection, .ihc-register-7 .iump-form-line-register input[type=number], .ihc-register-7 .iump-form-line-register input[type=password], .ihc-register-7 .iump-form-line-register input[type=text], .ihc-register-7 .iump-form-line-register select  {
    border-radius: 10px !important;
    min-height: 55px !important;
    background-color: #f4f6f9;
}
.ihc-register-7 .iump-form-line-register textarea, .ihc-register-5 .iump-form-line-register textarea {
    border-radius: 10px !important;
}
.iump-register-form.ihc-register-5 .iump-submit-form input, .iump-register-form.ihc-register-6 .iump-submit-form input {
    background: #04244b !important;
    border-color: #04244b !important;
    width: 100%;
}
.ihc-checkout-page-payment-selection-wrapper .ihc-checkout-page-payment-selection {
    background-color: #ffffff !important;
    padding: 25px 0 5px !important;
}
.ihc-checkout-page-box-extra-options {
    padding: 0px 0px 10px 0px !important;
}
.loginlink {
    margin-top: 5px;
    text-align: center;
}
.ihc-login-template-11 .impu-form-line-fr input[type=password], .ihc-login-template-11 .impu-form-line-fr input[type=text], .ihc-login-template-9 .impu-form-line-fr input[type=password], .ihc-login-template-9 .impu-form-line-fr input[type=text] {
    background-color: #ffffff !important;
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px!important;
    -o-border-radius: 50px!important;
        border: 1px solid #dddddd !important;
}
.ihc-login-template-11 .fa-ihc, .ihc-login-template-9 .fa-ihc {
    top: 3px;
}
.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item a {
    border-right: 1px solid #ffffff61 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}
.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc {
    color: #f5ffee !important;
}
.ihc-ap-theme-3 .ihc-ap-menu {
    background: #76c045 !important;
}
.ihc-user-page-top-ap-wrapper {
    padding: 20px 0px 30px;
}
.header_progress, .header_category_progress {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Saira Condensed", Sans-serif;
    line-height: 1.3;
    margin: 0 0 10px;
}

.header_category_progress {
    margin-top: 25px;
}

.article_reed_progress_wrap progress {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    /* box-shadow: 5px 5px 5px rgb(68 68 68 / 0.6); */
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    /* zoom: 1; */
    /* box-shadow: inset 0 0 15px 0 #c7c7c7; */
}
.get_progress_bar {
    position: relative;
    padding-left: 30px;
}

.get_progress_bar:before {
    position: absolute;
    content: " ";
    background-image: url(https://insightscopehub.com/wp-content/uploads/2025/01/correct.svg);
        width: 20px;
    height: 20px;
    background-size: 100%;
    top: 5px;
    left: 0;
}
.iump-user-page-box .iump-register-form.ihc-register-5 {
    margin: 0;
    max-width: 100%;
}
.ihc-upload-image-wrapper {
    margin-bottom: 25px;
}
.ihc-user-page-content-wrapper .ihc-ap-wrap, .iump-user-page-wrapper.ihc_userpage_template_1 .iump-user-page-box {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.iump-user-page-box .iump-user-page-box-title {
    margin: 20px 15px 0;
    color: #fff !important;
}
.ihc-register-5 .ihc-hide-pw {
    bottom: 61px;
}

.ihc-account-page-wrapp .ihc-no-background {
    padding-top: 14px;
}
.ihc-ap-top-theme-2 .ihc-left-side {
    margin-bottom: -14px;
}
.ihc-ap-top-theme-2 .ihc-user-page-details {
    top: -14px;
}
.ihc-user-page-top-ap-wrapper .ihc-top-level-box {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 9px;
    background: #f7f9fc;
    color: #2a73c2;
    text-align: center;
    padding: 10px 28px 8px;
}
/*===*/
.article_reed_progress_wrap {
    margin-top: 30px;
    color: #ffffff;
}
.sub-txt .elementor-shortcode {
    text-align: center;
    font-family: "Saira Condensed", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    width: 82%;
    margin: 0 auto;
    line-height: 1;
}
.sub-txt.blue .elementor-shortcode {
    color: #1cc3d8;
}
.price-custom .elementor-shortcode {
    font-size: 50px;
    font-weight: 700;
    line-height: 1em;
    font-family: "Roboto", Sans-serif;
    text-align: center;
    color: #000000;
}

.price-custom .elementor-shortcode small {
    font-size: 42%;
    /* margin-bottom: 10px; */
    display: inline-block;
    vertical-align: middle;
}
.year-price .elementor-shortcode {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #000;
    padding: 17px 44px 15px 15px;
    color: #ffffff;
    line-height: 1;
    text-align: right;
}
.pcustom-button .ihc-level-item-link.ihc-cursor-pointer {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 15px;
    background: #0B1D3A;
    color: #ffffff;
    text-align: center;
    padding: 16px 28px;
    /* font-size: 18px; */
    line-height: 1.3333;
    margin: 30px 0 -100px;
    transition: all .3s;
}
.pcustom-button.green .ihc-level-item-link.ihc-cursor-pointer {
    background: #76c045;
    color: #ffffff;
}
.pcustom-button .ihc-level-item-link.ihc-cursor-pointer:hover,
.pcustom-button .ihc-level-item-link.ihc-cursor-pointer:focus {
    background: #000;
    color: #ffffff;
}
.upgrade_msg {text-align: center;}
.upgrade_msg a {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
}
.mark_as_read.readyes {}

.mark_as_read {
    margin-top: 25px;
    border-top: 1px solid #dddddd;
    padding-top: 15px;
    font-size: 23px;
    font-weight: 600;
}

.mark_as_read input.markasread {
    width: 20px;
    height: 20px;
    border-radius: 100% !important;
}
.unloack_premium_content {}

.unloack_premium_content a {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    fill: var(--e-global-color-ab153fa);
    color: var(--e-global-color-ab153fa);
    padding: 18px 46px 18px 46px;
    background: #76c045;
    border-radius: 50px;
    display: inline-block;
    margin-top: 30px;
}
.cky-btn:last-child {
    margin-right: 0;
    margin-top: 10px;
}
/*--article single page---*/
.article_content h3 {
    margin: 24px 0 12px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
}

.article_content h2 {
    margin: 32px 0 16px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}
.article_content img {
    margin: 32px 0 0;
}
.article_content ul, .article_content ol {margin-bottom: 15px;padding-left: 23px; font-family: "Inter", sans-serif;}

.article_content h4 {
    margin: 24px 0 12px;
        font-size: 20px;
    line-height: 1.2;
}
.article_content h5 {
    margin: 24px 0 12px;
        font-size: 18px;
    line-height: 1.2;
}
.article_content h2, .article_content h3, .article_content h4, .article_content h5, .article_content h6 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
}
.article_content p, .article_content {
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}
.article_content ul li, .article_content ol li {
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}
/*===*/
.member_premium, .member_professional, .member_starter {
    position: relative;
    border-radius: 10px;
    padding: 60px;
}

.member_premium:before, .member_professional:before {
    position: absolute;
    content: " ";
    width: 44px;
    height: 66px;
    right: 21px;
    background-repeat: no-repeat;
    top: -11px;
}
.member_premium:before {
       background-image: url(https://insightscopehub.com/wp-content/uploads/2025/05/bookmark.png);
}
.member_professional:before {
       background-image: url(https://insightscopehub.com/wp-content/uploads/2025/05/bookmark-2.png);
}
.member_premium {
    background-color: #0e4b8c;
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.12);
    margin: 20px;
}
.member_starter {
    background-color: #e6fcff
}

.member_professional {
    background-color: #ebffde;
}

#welcome_content {display: none;}
/* Popup Open button */
.welcome_popup {
    display: inline-block;
    cursor: pointer;
    background-color: #f7f9fc;
    border-radius: 50px;
    border: 2px solid #1cc3d8;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    color: #2a73c2;
    padding: 18px 50px;
    margin-bottom: 20px;
}
.welcome_popup:hover {
    color: #0b3d75;
}
.popup {
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    width:100%;
    height:100%;
    display:none;
    z-index: 999;
}

.popup_content {
    width: 90%;
    max-width: 500px;
    /* margin: auto; */
    box-sizing: border-box;
    padding: 40px;
    /* margin-top: 20px; */
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
    position: relative;
    /* height: 500px; */
    /* min-height: 100%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2a73c2;
}

.close_popup {
        width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: -1px;
    background: #de0314;
    font-size: 25px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    color: #ffffff !important;
    line-height: 31px;
    font-weight: 500;
}

.close_popup:hover {
    background: rgba(0,0,0,1);
}

.step_text {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: #04244b;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.popup_content ul {
    list-style: none;
    padding: 0;
}

.popup_content ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.popup_content ul li i {
    line-height: 1;
    color: #1cc3d8;
    font-size: 25px;
}

.popup_content ul li:nth-child(odd) i {
    color: #76c045;
}
.ihc-ap-theme-3 .ihc-ap-wrap {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 19px !important;
    font-weight: 300 !important;
    color: #FFFFFF !important;
}
.ihc-ap-theme-3 .ihc-ap-wrap h3, .iump-user-page-mess-special, .ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess div, .ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess p, .iump-user-page-mess {
    color: #ffffff !important;
}
.ihc-avatar-trigger .ihc-upload-avatar {
    color: #ffffff !important;
    border: 2px solid #f7f9fc !important;
}
.total_summary {
    margin-top: 40px;
    display: flex;
    align-items: center;
    column-gap: 2%;
    flex-wrap: wrap;
    color: #2a73c2;
}

.total_summary > div {
    width: 32%;
    display: flex;
    align-items: center;
    background: #f7f9fc;
    padding: 30px;
    border-radius: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.total_summary > div .summary_icon {
    background: #76c045;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 73px;
    font-size: 30px;
    color: #ffffff;
}
.total_summary .summary_text {
    width: 69%;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2em;
}

/*===*/

.tag_lists ul {
    padding: 0;
    margin: 0;
    list-style: none;
        display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag_lists ul li {
  align-items: center;
  gap: 10px; /* spacing between thumbnail and text */
  padding: 10px 14px;
  margin-bottom: 8px;
  border-left: 3px solid transparent;
  border-radius: 8px;
  background-color: #FFFFFF; /* Base white */
  transition: all 0.25s ease-in-out;
    font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #53545A; /* Neutral dark gray */
  background-color: #F7FBFE; /* Subtle base */
  border: 1px solid #E4E5E7;
  border-radius: 12px;
  padding: 4px 10px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
    margin: 0;
}


.tag_lists ul li:hover {
   background-color: #EAF3FE; /* Hover tint */
  color: #338DF1; /* ISH brand blue */
  border-color: #CDE2FC;
}
.ihc-account-subscr-list .ihc-level-name, .ihc-account-subscr-list tbody td, .ihc-account-subscr-list thead td, .ihc-account-subscr-list thead th, .ihc-account-tranz-list tbody td, .ihc-account-tranz-list tbody th, .ihc-account-tranz-list tfoot th, .ihc-account-tranz-list thead th {
        font-family: "Roboto Condensed", Sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}
.ihc-register-5 .iump-form-line-register .select2-selection, .ihc-register-5 .iump-form-line-register input[type=number], .ihc-register-5 .iump-form-line-register input[type=password], .ihc-register-5 .iump-form-line-register input[type=text], .ihc-register-5 .iump-form-line-register select, .ihc-register-5 .iump-form-line-register textarea, .ihc-register-7 .iump-form-line-register .select2-selection, .ihc-register-7 .iump-form-line-register input[type=number], .ihc-register-7 .iump-form-line-register input[type=password], .ihc-register-7 .iump-form-line-register input[type=text], .ihc-register-7 .iump-form-line-register select, .ihc-register-7 .iump-form-line-register textarea, .ihc-ap-theme-3 .ihc-ap-wrap {
    font-size: 16px;
}
/*===*/
.page-id-59 .footer-top {
    display: none !important;
}
.w-card_cover .w-card__submit-btn, .w-card_cover .w-card__submit-btn {
    margin-top: 20px;
    background: #1dc3d8 !important;
    width: 100% !important;
    min-width: 100% !important;
}

.testibox .sp-testimonial-free {
    background: #fff !important;
    min-height: 300px;
    padding: 30px 25px;
}

.testibox .sp-testimonial-free-section .testimonial-nav-arrow {
    top: 60% !important;
}
.testibox  .sp-testimonial-content p {
    font-family: "Roboto Condensed", Sans-serif !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #444 !important;
    text-align: left !important;
    font-style: italic;
}
.testibox  h4.sp-testimonial-client-name {
    font-family: "Roboto Condensed", Sans-serif !important;
        font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 26px !important;

    font-style: italic !important;
    text-align: left !important;
    padding: 0 10px;
}
.testibox .sp-testimonial-client-testimonial {
    text-align: left !important;
        padding-top: 60px;
    position: relative;
}
.testibox .sp-testimonial-client-testimonial:before {
    position: absolute;
    content: "";
    background-image: url(https://ish.betaprojects.co.uk/wp-content/uploads/2025/05/quote-block.png);
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.2;
}
/*===slider===*/
.article_hero_image img {
    width: 100%;
/*    height: 600px;*/
    object-fit: cover;
}

.article_hero_images_slider {
    position: relative;
    margin-bottom: 30px;
}

.article_hero_images_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin:  auto;
    width: 40px;

    z-index: 2;
    height: 40px;
    border-radius: 50%;
    background: #1cc3d8;
    border-color: #1cc3d8;
    color: #000000;
    line-height: 40px;
    padding: 0;
    text-align: center;
}

.article_hero_images_slider .slick-prev.slick-arrow {
    left: -16px;
    right: inherit;
}

.article_hero_images_slider .slick-next.slick-arrow {
    right: -16px;
    left: inherit;
}
/*============= custom responsive ===============*/
@media screen and (max-width: 1920px) and (min-width: 1601px) {      }
@media screen and (max-width: 1536px) {      }
@media screen and (max-width: 1440px) {      }
@media screen and (max-width: 1398px) {
.total_summary .summary_text {
    width: 66%;
    }
/*
.article_info .article_desc p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
*/
.article_box .top_meta .article_cat:before {
    top: 3px;
}
.article_box .top_meta .article_tag:before {
    top: 2px;
}
    .article_box .top_meta > div {
    font-size: 14px;
    line-height: 1.2;
}
.article_info .article_title {
    font-size: 21px;
    line-height: 1.3;
}
}
@media screen and (max-width: 1280px) {      }
@media screen and (max-width: 1200px) {
.article_button_wrap .readmore_button a {
    font-size: 16px;
}
    .newsletter input[type="submit"] {
    width: 29%;
    }
}
@media screen and (max-width: 1199px) {
    .comparison .price-now span {
    font-size: 52px;
    line-height: 70px;
}
    .comparison table thead:first-child tr:first-child th:nth-child(3)::before {
    width: 122px;
    height: 123px;
    left: -17px;
    top: -14px;
    background-size: 108px;

}
    .comparison table thead:first-child tr:first-child th:nth-child(3)::after {
    width: 32px;
    height: 54px;
    right: 25px;
    top: -12px;
    background-size: 31px;
}
    .comparison table thead:first-child tr:first-child th:nth-child(4)::after {
    width: 38px;
    height: 53px;
    right: 25px;
    top: -12px;
    background-size: 31px;

}
    .total_summary .summary_text {
        width: 100%;
    }
    .total_summary {
    align-items: stretch;
}
    .total_summary > div {
    align-items: flex-start;
}
}
@media screen and (max-width: 1080px) {      }
@media screen and (max-width: 1024px) {
.article_box .article_img img {
/*
    height: 345px;
    object-position: top;
*/
}
    .article_list_items ul li {
    width: 100%;
}
}
@media screen and (max-width: 991px) {

.article_box .top_meta {
    flex-direction: column;
    gap: 10px;
}
.member_premium, .member_professional, .member_starter {
    padding: 30px;
}
    .total_summary > div {
    padding: 20px;
}
    .ihc-ap-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
          .ihc-account-subscr-list tr, .ihc-account-tranz-list tr {
        padding: 9px !important;
    }
    .related-articles li .related-title {
    width: 85%;
}
      .related-articles li img{
    width:96px;
    height:54px;
  }
    .related-articles li .related-thumbnail, .related-articles li .related-thumbnail a{
         width:96px;
    height:54px;
    }
    .article_box .article_title a,
    .article_info .article_desc p{
    -webkit-line-clamp: 1;
    height: calc(1em * 1.2 * 1);
}
}
@media screen and (max-width: 960px) {      }
@media screen and (max-width: 920px) {      }
@media screen and (max-width: 812px) {      }
@media screen and (max-width: 800px) {      }
@media screen and (max-width: 768px) {
.billing-toggle {
    left: 25px;
    top: 81px;
}
    .comparison .product {
    height: 200px;
}
    .comparison tr td:first-child {
    font-size: 16px;
}
    .comparison .price-now span {
    font-size: 40px;
    line-height: 60px;
}
    .comparison table thead:first-child tr:first-child th:nth-child(3)::before {
    width: 112px;
    height: 109px;
    left: -17px;
    top: -14px;
    background-size: 92px;
}
    .ihc-account-subscr-list tr td {
            width: 100% !important;
        padding: 4px 6px !important;
        display: block !important;
}
}
@media screen and (max-width: 767px) {
.article_search_form_wrap {
    width: 90%;
    }
    .article_filter_wrap ul {
    justify-content: space-around;
}
.article_filter_wrap ul li {
    padding: 12px 17px;
    line-height: 1;
    font-size: 16px;
}
    .article_button_wrap .readmore_button a {
        font-size: 14px;
        font-weight: 500;
    }
        .article_box .article_img img {
/*
        height: 245px;
        object-position: top;
*/
    }
    .newsletter input[type="submit"] {
        width: 100%;
        border-radius: 0 0 20px 20px !important;
        padding-right: 20px !important;
    }
    .newsletter input[type=email] {
    width: 100%;
    border-radius: 20px 20px 0 0;
                text-align: center;
}
    .newsletter {
    flex-wrap: wrap;
}
    .pms-account-navigation ul li {
    margin-bottom: 13px;
}
    .pms-account-navigation {
    margin-bottom: 24px !important;
}
    ul.default-details-social-media {
    flex-wrap: wrap !important;
}
    .noshadow-mobile {
    box-shadow: none !important;
}
    .contact-form ul li:first-child, .contact-form ul li:nth-child(2) {
    width: 100%;
}
.terms-content h2 {
    margin-top: 30px;
    font-size: 31px;
}
    .member_premium {
            margin: 0 0 20px;
}
    .member_premium, .member_professional, .member_starter {
        padding: 30px 20px;
    }
        .ihc-ap-top-theme-2 .ihc-left-side {
        margin: 0 0 10px !important;
    }
    .ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess {
    padding-left: 0 !important;
}
    .ihc-ap-top-theme-2 .ihc-user-page-avatar img {
    margin: 0;
}
    .ihc-user-page-top-ap-wrapper .ihc-top-levels {
    padding-left: 0;
}
    .iump-user-page-mess-special {
    font-size: 17px;
}
    .ihc-ap-theme-3 .ihc-ap-menu {
    padding: 0;
}
    .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item {
    margin: 0;
    width: 50%;
}
    .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item a {
    background: #76c045;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ffffff;
}
    .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc {
    display: none;
}
    .ihc-ap-theme-1 .ihc-account-subscr-list, .ihc-ap-theme-3 .ihc-account-subscr-list, .ihc-ap-theme-4 .ihc-account-subscr-list {
    margin-top: 0;
    margin-bottom: 0;
}
    .ihc-register-5 {
    padding: 0;
    }
    .ihc-account-page-wrapp {
    padding: 0;
}
    .ihc-ap-menu-item.ihc-ap-menu-item-selected a {
    background: #04244b !important;
}
    .welcome_popup {
    font-size: 16px;
    padding: 15px 20px;
}
    .article_reed_progress_wrap progress {
    margin-left: 0;
    width: 90%;
}
    .total_summary > div {
    width: 100%;
}
    .total_summary {
    gap: 20px;
}
    .ihc-ap-wrap h3 {
    font-size: 28px !important;
}
    .ihc-login-template-1 .impu-form-submit, .ihc-register-1 .ihc-strength-wrapper, .ihc-register-14 .iump-submit-form, .ihc-register-5 .iump-submit-form, .ihc-register-6 .iump-submit-form {
    text-align: left;
}
    .iump-register-form.ihc-register-5 .iump-submit-form input, .iump-register-form.ihc-register-6 .iump-submit-form input {
    width: 98%;
}
  .article_info .article_title {
    font-size: 19px;
    }
    .pcustom-button .ihc-level-item-link.ihc-cursor-pointer {
    font-size: 18px;
    }
    #sp-testimonial-free-wrapper-2061 .sp-testimonial-free-section {
    margin: 0 32px !important;
}
   .testibox .sp-testimonial-free {
    padding: 30px 20px;
}
    .ihc-ap-theme-3 .ihc-ap-wrap {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 15px !important;
}
    .total_summary .summary_text {
    font-size: 18px;
    line-height: 1.2em;
}
    .accordion-content ul li {
    font-size: 15px;
}
    .accordion-toggle:checked ~ .accordion-content {
    padding: 0 5px;
}
    .accordion-content ul li:before {
    width: 5px;
    height: 5px;
    top: 8px;
}
    .wcf--meta-list {
    gap: 7px !important;
}
        .article_box .article_title a{
                   -webkit-line-clamp: inherit;
        height: auto;
    }
    .article_info .article_desc p{
    -webkit-line-clamp: 2;
    height: calc(1.2em * 1.2 * 2);
}
}
@media screen and (max-width: 736px) {
    .billing-toggle {
    position: static;
    margin-bottom: 30px;
}
    .comparison .product {
    height: 130px;
    font-size: 16x;
}
    .comparison .price-now span {
    line-height: 40px;
}
    .comparison table thead:first-child tr:first-child th:nth-child(3)::before {
    width: 91px;
    height: 92px;
    background-size: 71px;
}
    .comparison table thead:first-child tr:first-child th:nth-child(3)::after {
    width: 39px;
    height: 54px;
    right: 9px;
    top: -14px;
    background-size: 26px;
}
    .comparison .pname {
    padding-top: 10px;
    padding-bottom: 0px;
}
    .comparison table thead:first-child tr:first-child th:nth-child(4)::after {
    width: 37px;
    height: 64px;
    top: -20px;
    background-size: 25px;
}
    .comparison .product {
    font-size: 16px;
}
    .accordion-custom .accordion-title {
    font-size: 16px;
}
    .comparison .price-buy {
    padding: 7px 14px;
    font-size: 10px;

}
    .comparison .price-now span {
    font-size: 24px !important;
}
    .comparison .price-now p {
    font-size: 12px;
}
}
@media screen and (max-width: 667px) {      }
@media screen and (max-width: 640px) {
        .comparison .price-buy {
    padding: 7px 12;
    font-size: 12px;
}
    .comparison table thead:first-child tr:first-child th:nth-child(3)::after {
    right: 0px;
}
    .comparison table thead:first-child tr:first-child th:nth-child(4)::after {
    right: 2px;
}
}
@media screen and (max-width: 575px) {
    .comparison .price-buy {
    padding: 7px 12x;
    font-size: 11px;
}
    .accordion-custom .accordion-title {
    font-size: 10px;
}
    .accordion-icon {
    width: 18px;
    height: 18px;
}
    .related-articles li .related-title {
        width: 74%;
    }
}
@media screen and (max-width: 568px) {      }
@media screen and (max-width: 533px) {      }
@media screen and (max-width: 480px) {      }
@media screen and (max-width: 414px) {
        .comparison .price-buy {
    padding: 7px 5px;
    font-size: 10px;
}
    .accordion-header {
    padding: 10px 9px;

}
.accordion-custom .accordion-title {
    font-size: 10px;
}
    .accordion-icon {
    display: inline-block;
    width: 16px;
    height: 16px;

}
}
@media screen and (max-width: 375px) {      }
@media screen and (max-width: 360px) {
.comparison .price-buy {
        padding: 7px 3px;
    }
.accordion-icon {
        width: 12px;
        height: 12px;
        margin-left: 7px;
    }
}
@media screen and (max-width: 320px) {      }



/*FILESTART   */

/* 10Web Booster optimized this CSS file */
[data-cky-tag]{visibility:hidden;}

/*FILESTART   */

/* 10Web Booster optimized this CSS file */
a.pld-like-dislike-trigger {color: #1e73be;}

/*FILESTART   */

/* 10Web Booster optimized this CSS file */
@-webkit-keyframes bgslide{from{background-position-x:0}to{background-position-x:-200%}}@keyframes bgslide{from{background-position-x:0}to{background-position-x:-200%}}.wpp-widget-block-placeholder,.wpp-shortcode-placeholder{margin:0 auto;width:60px;height:3px;background:#dd3737;background:linear-gradient(90deg,#dd3737 0%,#571313 10%,#dd3737 100%);background-size:200% auto;border-radius:3px;-webkit-animation:bgslide 1s infinite linear;animation:bgslide 1s infinite linear}

/*FILESTART   */

/* 10Web Booster optimized this CSS file */

				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			

/*FILESTART   */

/* 10Web Booster optimized this CSS file */



/* Existing site-wide CSS kept from current Additional CSS */
/* Subtle quote icon */
#sp-testimonial-free-2061 .sp-testimonial-content p {
  position: relative; padding-left: 28px;
}
#sp-testimonial-free-2061 .sp-testimonial-content p::before {
  content: "“";
  position: absolute; left: 0; top: -6px;
  font: 700 28px/1 "Times New Roman", serif;
  color: #1863DC; opacity: .18;
}

/* Soft highlight background */
#sp-testimonial-free-2061 .sp-testimonial-free {
  background: #F7FBFE !important;
  border: 1px solid #E4E5E7 !important; border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .04) !important;
}

/* Final testimonial name highlight */
#sp-testimonial-free-2061 .swiper-slide[data-swiper-slide-index="8"] .sp-testimonial-client-name {
  color: #FF56BD; font-weight: 700 !important;
}
.elementor-testimonial:last-child .elementor-testimonial__name {
  color: #FF56BD !important; font-weight: 700 !important;
}
/* 16:9 hero container – Option A */
.article_box .article_img{
  position: relative;
  padding-top: 56.25%;              /* 16 / 9 */
}

/* 16:9 hero container – Option A */
.article_box .article_img{          /* ← wrapper rule (add this) */
  position: relative;
  padding-top: 56.25%;
}

.article_box .article_img img{      /* ← this img rule is the one you already have */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.article_box .article_img img{
  position: absolute;               /* ← keep these three lines */
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Stage 3 final locked article CSS */
.ish-article-content {
  --ish-series-blue: #0038A8;
  --ish-title-blue: #0432FF;
  --ish-nav-teal: #2B7A99;
  --ish-phase-teal: #58C7D7;
  --ish-validation-navy: #0C2449;
  --ish-series-blue-dark: #002E86;
  --ish-top-frame: #5AADE8;
  --ish-top-border: #C7E1F7;
  --ish-top-bg: #F5FAFF;
  --ish-framework-frame: #4D8DC0;
  --ish-bottom-frame: #4D8DC0;
  --ish-bottom-border: #BED4E8;
  --ish-bottom-bg: #F4F9FC;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.72;
  font-weight: 400;
  color: #4f5660;
}

.ish-article-content p,
.ish-article-content li,
.ish-article-content .ish-callout p,
.ish-article-content .ish-framework-note p,
.ish-article-content .framework-interpretation-layer p {
  font-size: inherit;
  line-height: inherit;
}

.ish-article-content p {
  margin: 0 0 19px;
}

.ish-article-content strong,
.ish-article-content b {
  font-size: inherit;
  line-height: inherit;
  font-weight: 800;
  color: #303846;
}

.ish-article-content h2 {
  margin: 36px 0 13px;
  font-family: inherit;
  font-size: 40px;
  line-height: 1.17;
  font-weight: 900;
  color: var(--ish-series-blue);
}

.ish-article-content h3 {
  margin: 22px 0 9px;
  font-family: inherit;
  font-size: 30px;
  line-height: 1.22;
  font-weight: 900;
  color: var(--ish-series-blue-dark);
}

.ish-article-content ul {
  margin: 8px 0 25px 28px;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

.ish-article-content li {
  margin: 0 0 12px;
  padding-left: 6px;
  font-size: inherit;
  line-height: inherit;
}

.ish-article-content .ish-series-header {
  margin: 0 0 40px;
  padding: 22px 30px 25px;
  background: var(--ish-top-bg);
  border: 1px solid var(--ish-top-border);
  border-left: 7px solid var(--ish-top-frame);
  border-radius: 16px;
}

.ish-article-content .ish-series-label {
  margin: 0 0 10px;
  color: #334155;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  text-transform: uppercase;
}

.ish-article-content .ish-stage-title {
  margin: 0 0 15px;
  color: var(--ish-title-blue) !important;
  font-size: 50px;
  line-height: 1.12;
  font-weight: 900;
}

.ish-article-content .ish-stage-title span {
  color: inherit !important;
}

.ish-article-content .ish-breadcrumb-nav {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 800;
}

.ish-article-content .ish-breadcrumb-nav,
.ish-article-content .ish-breadcrumb-nav span,
.ish-article-content .ish-breadcrumb-nav .breadcrumb-item,
.ish-article-content .ish-breadcrumb-nav .breadcrumb-current,
.ish-article-content .ish-breadcrumb-nav .sep,
.ish-article-content .ish-prev-next-row,
.ish-article-content .ish-prev-next-row span,
.ish-article-content .ish-prev-next-row .divider {
  color: var(--ish-nav-teal) !important;
}

.ish-article-content .ish-breadcrumb-nav .sep {
  margin: 0 8px;
}

.ish-article-content .ish-prev-next-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.ish-article-content .ish-marker-heading {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-top: 36px;
}

.ish-article-content .ish-marker-heading h2 {
  margin-top: 0;
}

.ish-article-content .ish-heading-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
  color: var(--ish-title-blue);
}

.ish-article-content .ish-marker-heading .ish-heading-icon {
  font-size: 1.38em;
  margin-right: 0;
  flex: 0 0 auto;
}

.ish-article-content h2 .ish-heading-icon {
  font-size: 1.24em;
  margin-right: 0.34em;
}

.ish-article-content h3 .ish-heading-icon,
.ish-article-content .ish-inline-symbol {
  font-size: 1.14em;
  margin-right: 0.32em;
}

.ish-article-content .ish-inline-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: -0.06em;
  line-height: 1;
  color: var(--ish-title-blue);
}

.ish-article-content .ish-diamond-marker-heading .ish-diamond-icon {
  font-size: 1.62em !important;
  line-height: 1;
  margin-right: 0;
  transform: translateY(-0.03em);
}

.ish-article-content .ish-diamond-marker-heading h2 {
  margin-top: 0;
}

.ish-article-content .ish-shared-foundation-heading,
.ish-article-content .ish-shared-foundation-heading .ish-heading-icon {
  color: var(--ish-validation-navy) !important;
}

.ish-article-content .ish-arrow-heading,
.ish-article-content .ish-arrow-heading .ish-heading-icon,
.ish-article-content .ish-arrow-heading span {
  color: var(--ish-phase-teal) !important;
}

.ish-article-content .ish-label,
.ish-article-content .ish-mini-heading {
  font-family: inherit;
  font-size: 24px;
  line-height: 1.34;
  font-weight: 900;
}

.ish-article-content .ish-label {
  color: var(--ish-series-blue-dark);
}

.ish-article-content .ish-step-heading {
  color: var(--ish-series-blue-dark);
}

.ish-article-content .ish-archetype-title-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0 14px;
}

.ish-article-content .ish-archetype-title-line .ish-heading-icon {
  flex: 0 0 auto;
  margin-right: 0;
  font-size: 1.22em;
  line-height: 1;
}

.ish-article-content .ish-archetype-title-line .ish-mini-heading,
.ish-article-content .ish-archetype-title-line .ish-mini-heading span {
  color: #000000 !important;
  font-size: 30px;
  line-height: 1.22;
  font-weight: 900;
}

.ish-article-content .ish-profile-label {
  margin: 20px 0 8px;
}

.ish-article-content .ish-profile-label strong {
  color: #000000;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.ish-article-content .ish-archetype-meta strong {
  color: #303846;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 900;
}

.ish-article-content .ish-callout {
  margin: 32px 0 40px;
  padding: 26px 34px 30px;
  border-left: 6px solid var(--ish-framework-frame);
  border-radius: 14px;
  background: #f2f8fb;
}

.ish-article-content .ish-callout-title {
  margin: 0 0 18px;
  font-family: inherit;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  color: #2d5f70;
  text-align: center;
  text-transform: uppercase;
}

.ish-article-content .framework-interpretation-layer {
  margin: 32px 0 40px;
  padding: 26px 34px 30px;
  border-left: 6px solid var(--ish-framework-frame);
  border-radius: 14px;
  background: #f2f8fb;
}

.ish-article-content .framework-interpretation-layer .label {
  margin: 0 0 18px;
  color: #2d5f70;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.ish-article-content .framework-interpretation-layer .framework-name {
  font-size: inherit;
  line-height: inherit;
  font-weight: 800;
  color: #39404a;
}

.ish-article-content .framework-interpretation-layer .system-anchor {
  margin-top: 22px;
  color: #4f5660;
}

.ish-article-content .ish-roadmap-steps {
  margin: 18px 0 32px 1.5em;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

.ish-article-content .ish-roadmap-steps > li {
  margin: 0 0 22px;
  padding-left: 0.35em;
}

.ish-article-content .ish-roadmap-steps > li::marker {
  color: #000000;
  font-weight: 800;
}

.ish-article-content .ish-roadmap-steps > li > p:first-child {
  margin-bottom: 8px;
}

.ish-article-content .ish-roadmap-steps strong {
  color: #000000;
  font-weight: 800;
}

.ish-article-content .ish-roadmap-steps > li > p:first-child strong {
  color: #000000;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.ish-article-content .ish-visual-block {
  margin: 36px 0 38px;
}

.ish-article-content .ish-visual-block img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.ish-article-content .ish-visual-block figcaption {
  margin-top: 12px;
  color: #4f5660;
  font-size: 16px;
  line-height: 1.45;
}

.ish-article-content .ish-sidebar-tag {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.ish-article-content .ish-series-footer-nav {
  margin-top: 48px;
  padding: 20px 26px 22px;
  background: var(--ish-bottom-bg);
  border: 1px solid var(--ish-bottom-border);
  border-top: 3px solid var(--ish-bottom-frame);
  border-radius: 14px;
}

.ish-article-content .ish-footer-kicker {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
  text-transform: uppercase;
}

.ish-article-content .ish-footer-path {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.ish-article-content .ish-series-footer-nav,
.ish-article-content .ish-series-footer-nav span,
.ish-article-content .ish-footer-kicker,
.ish-article-content .ish-footer-path,
.ish-article-content .ish-footer-path span,
.ish-article-content .ish-series-footer-nav .divider {
  color: var(--ish-nav-teal) !important;
}

@media (max-width: 900px) {
  .ish-article-content {
    font-size: 18px;
    line-height: 1.7;
  }

  .ish-article-content .ish-stage-title {
    font-size: 40px;
  }

  .ish-article-content h2 {
    font-size: 34px;
  }

  .ish-article-content h3 {
    font-size: 26px;
  }

  .ish-article-content .ish-breadcrumb-nav {
    font-size: 18px;
  }

  .ish-article-content .ish-prev-next-row,
  .ish-article-content .ish-footer-path {
    font-size: 17px;
  }

  .ish-article-content .ish-label,
  .ish-article-content .ish-mini-heading {
    font-size: 21px;
  }

  .ish-article-content .ish-archetype-title-line .ish-mini-heading {
    font-size: 26px;
  }

  .ish-article-content .ish-profile-label strong,
  .ish-article-content .ish-roadmap-steps > li > p:first-child strong {
    font-size: 22px;
  }

  .ish-article-content .ish-archetype-meta strong {
    font-size: 21px;
  }

  .ish-article-content .ish-callout,
  .ish-article-content .framework-interpretation-layer {
    padding: 22px 24px 26px;
  }
}

@media (max-width: 640px) {
  .ish-article-content .ish-series-header {
    padding: 16px 18px 18px;
  }

  .ish-article-content .ish-stage-title {
    font-size: 32px;
  }

  .ish-article-content h2 {
    font-size: 28px;
  }

  .ish-article-content h3 {
    font-size: 22px;
  }

  .ish-article-content .ish-breadcrumb-nav {
    font-size: 16px;
  }

  .ish-article-content .ish-prev-next-row,
  .ish-article-content .ish-footer-path {
    font-size: 15px;
  }

  .ish-article-content .ish-archetype-title-line .ish-mini-heading {
    font-size: 23px;
  }

  .ish-article-content .ish-profile-label strong,
  .ish-article-content .ish-roadmap-steps > li > p:first-child strong,
  .ish-article-content .ish-archetype-meta strong {
    font-size: 20px;
  }
}

.ish-article-content strong,
.ish-article-content b,
.ish-article-content h2,
.ish-article-content h3,
.ish-article-content .ish-label,
.ish-article-content .ish-mini-heading,
.ish-article-content .ish-profile-label strong,
.ish-article-content .ish-archetype-meta strong,
.ish-article-content .ish-roadmap-steps > li > p:first-child strong {
  letter-spacing: normal !important;
  word-spacing: normal !important;
  font-kerning: normal;
}

.ish-article-content h2 + .ish-tight-follow-heading,
.ish-article-content .ish-tight-follow-heading {
  margin-top: 8px !important;
}

.ish-article-content .ish-tight-follow-heading {
  margin-bottom: 12px;
}

.ish-article-content .ish-stage-anchor-heading {
  margin-top: 34px !important;
  margin-bottom: 0 !important;
}

.ish-article-content .ish-stage-anchor-heading + .ish-shared-foundation-heading {
  margin-top: 14px !important;
}

.ish-article-content .ish-foundation-domain-heading {
  margin-top: 18px !important;
  margin-bottom: 8px !important;
  color: var(--ish-series-blue-dark) !important;
}

.ish-article-content .ish-foundation-domain-heading .ish-heading-icon {
  color: var(--ish-series-blue-dark) !important;
}


/* ===== Stage 3 WordPress live-wrapper override patch ===== */
/* Stage 3 WordPress override patch: paste at the bottom of Additional CSS after the locked Stage 3 CSS. */

body .ish-article-content,
body .entry-content .ish-article-content,
body .wp-block-post-content .ish-article-content,
body .wp-site-blocks .ish-article-content {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 19px !important;
  line-height: 1.72 !important;
  font-weight: 400 !important;
  color: #4f5660 !important;
}

body .ish-article-content p,
body .ish-article-content li,
body .entry-content .ish-article-content p,
body .entry-content .ish-article-content li,
body .wp-block-post-content .ish-article-content p,
body .wp-block-post-content .ish-article-content li {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit;
  color: #4f5660 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .ish-article-content p,
body .entry-content .ish-article-content p,
body .wp-block-post-content .ish-article-content p {
  margin: 0 0 19px !important;
}

body .ish-article-content strong,
body .ish-article-content b,
body .entry-content .ish-article-content strong,
body .entry-content .ish-article-content b,
body .wp-block-post-content .ish-article-content strong,
body .wp-block-post-content .ish-article-content b {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 800 !important;
  color: #303846 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  font-kerning: normal;
}

body .ish-article-content h2,
body .entry-content .ish-article-content h2,
body .wp-block-post-content .ish-article-content h2 {
  margin: 36px 0 13px !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 40px !important;
  line-height: 1.17 !important;
  font-weight: 900 !important;
  color: #0038A8 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .ish-article-content h3,
body .entry-content .ish-article-content h3,
body .wp-block-post-content .ish-article-content h3 {
  margin: 22px 0 9px !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 30px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  color: #002E86 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .ish-article-content .ish-stage-title,
body .entry-content .ish-article-content .ish-stage-title,
body .wp-block-post-content .ish-article-content .ish-stage-title {
  margin: 0 0 15px !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 50px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  color: #0432FF !important;
  letter-spacing: normal !important;
}

body .ish-article-content .ish-stage-title span {
  color: inherit !important;
}

body .ish-article-content .ish-series-header,
body .entry-content .ish-article-content .ish-series-header,
body .wp-block-post-content .ish-article-content .ish-series-header {
  margin: 0 0 40px !important;
  padding: 22px 30px 25px !important;
  background: #F5FAFF !important;
  border: 1px solid #C7E1F7 !important;
  border-left: 7px solid #5AADE8 !important;
  border-radius: 16px !important;
}

body .ish-article-content .ish-breadcrumb-nav,
body .ish-article-content .ish-breadcrumb-nav span,
body .ish-article-content .ish-breadcrumb-nav .breadcrumb-item,
body .ish-article-content .ish-breadcrumb-nav .breadcrumb-current,
body .ish-article-content .ish-breadcrumb-nav .sep,
body .ish-article-content .ish-prev-next-row,
body .ish-article-content .ish-prev-next-row span,
body .ish-article-content .ish-prev-next-row .divider {
  color: #2B7A99 !important;
}

body .ish-article-content .ish-marker-heading,
body .entry-content .ish-article-content .ish-marker-heading,
body .wp-block-post-content .ish-article-content .ish-marker-heading {
  display: flex !important;
  gap: 13px !important;
  align-items: flex-start !important;
  margin-top: 36px !important;
}

body .ish-article-content .ish-marker-heading h2,
body .entry-content .ish-article-content .ish-marker-heading h2,
body .wp-block-post-content .ish-article-content .ish-marker-heading h2 {
  margin-top: 0 !important;
}

body .ish-article-content .ish-heading-icon,
body .entry-content .ish-article-content .ish-heading-icon,
body .wp-block-post-content .ish-article-content .ish-heading-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  line-height: 1 !important;
  color: #0432FF;
}

body .ish-article-content .ish-marker-heading .ish-heading-icon {
  font-size: 1.38em !important;
  margin-right: 0 !important;
  flex: 0 0 auto !important;
}

body .ish-article-content .ish-diamond-marker-heading .ish-diamond-icon {
  font-size: 1.62em !important;
  line-height: 1 !important;
  margin-right: 0 !important;
  transform: translateY(-0.03em) !important;
}

body .ish-article-content .ish-shared-foundation-heading,
body .ish-article-content .ish-shared-foundation-heading .ish-heading-icon {
  color: #0C2449 !important;
}

body .ish-article-content .ish-foundation-domain-heading,
body .entry-content .ish-article-content .ish-foundation-domain-heading,
body .wp-block-post-content .ish-article-content .ish-foundation-domain-heading {
  margin-top: 18px !important;
  margin-bottom: 8px !important;
  color: #002E86 !important;
}

body .ish-article-content .ish-foundation-domain-heading .ish-heading-icon {
  color: #002E86 !important;
}

body .ish-article-content .ish-arrow-heading,
body .ish-article-content .ish-arrow-heading .ish-heading-icon,
body .ish-article-content .ish-arrow-heading span,
body .entry-content .ish-article-content .ish-arrow-heading,
body .entry-content .ish-article-content .ish-arrow-heading .ish-heading-icon,
body .entry-content .ish-article-content .ish-arrow-heading span,
body .wp-block-post-content .ish-article-content .ish-arrow-heading,
body .wp-block-post-content .ish-article-content .ish-arrow-heading .ish-heading-icon,
body .wp-block-post-content .ish-article-content .ish-arrow-heading span {
  color: #58C7D7 !important;
}

body .ish-article-content .ish-archetype-title-line,
body .entry-content .ish-article-content .ish-archetype-title-line,
body .wp-block-post-content .ish-article-content .ish-archetype-title-line {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 28px 0 14px !important;
}

body .ish-article-content .ish-archetype-title-line .ish-heading-icon {
  flex: 0 0 auto !important;
  margin-right: 0 !important;
  font-size: 1.22em !important;
  line-height: 1 !important;
}

body .ish-article-content .ish-archetype-title-line .ish-mini-heading,
body .ish-article-content .ish-archetype-title-line .ish-mini-heading span {
  color: #000000 !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 30px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
}

body .ish-article-content .framework-interpretation-layer,
body .entry-content .ish-article-content .framework-interpretation-layer,
body .wp-block-post-content .ish-article-content .framework-interpretation-layer,
body .ish-article-content .ish-callout,
body .entry-content .ish-article-content .ish-callout,
body .wp-block-post-content .ish-article-content .ish-callout {
  margin: 32px 0 40px !important;
  padding: 26px 34px 30px !important;
  border-left: 6px solid #4D8DC0 !important;
  border-radius: 14px !important;
  background: #F2F8FB !important;
}

body .ish-article-content .framework-interpretation-layer .label,
body .ish-article-content .ish-callout-title {
  margin: 0 0 18px !important;
  color: #2D5F70 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body .ish-article-content .framework-interpretation-layer .framework-name {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 800 !important;
  color: #39404A !important;
}

body .ish-article-content .ish-roadmap-steps,
body .entry-content .ish-article-content .ish-roadmap-steps,
body .wp-block-post-content .ish-article-content .ish-roadmap-steps {
  margin: 18px 0 32px 1.5em !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body .ish-article-content .ish-roadmap-steps > li::marker {
  color: #000000 !important;
  font-weight: 800 !important;
}

body .ish-article-content .ish-roadmap-steps > li > p:first-child strong {
  color: #000000 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

body .ish-article-content .ish-series-footer-nav,
body .entry-content .ish-article-content .ish-series-footer-nav,
body .wp-block-post-content .ish-article-content .ish-series-footer-nav {
  margin-top: 48px !important;
  padding: 20px 26px 22px !important;
  background: #F4F9FC !important;
  border: 1px solid #BED4E8 !important;
  border-top: 3px solid #4D8DC0 !important;
  border-radius: 14px !important;
}

body .ish-article-content .ish-series-footer-nav,
body .ish-article-content .ish-series-footer-nav span,
body .ish-article-content .ish-footer-kicker,
body .ish-article-content .ish-footer-path,
body .ish-article-content .ish-footer-path span,
body .ish-article-content .ish-series-footer-nav .divider {
  color: #2B7A99 !important;
}

body .ish-article-content h2 + .ish-tight-follow-heading,
body .ish-article-content .ish-tight-follow-heading {
  margin-top: 8px !important;
  margin-bottom: 12px !important;
}

body .ish-article-content .ish-stage-anchor-heading {
  margin-top: 34px !important;
  margin-bottom: 0 !important;
}

body .ish-article-content .ish-stage-anchor-heading + .ish-shared-foundation-heading {
  margin-top: 14px !important;
}

body .ish-article-content strong,
body .ish-article-content b,
body .ish-article-content h2,
body .ish-article-content h3,
body .ish-article-content .ish-label,
body .ish-article-content .ish-mini-heading,
body .ish-article-content .ish-profile-label strong,
body .ish-article-content .ish-archetype-meta strong,
body .ish-article-content .ish-roadmap-steps > li > p:first-child strong {
  letter-spacing: normal !important;
  word-spacing: normal !important;
  font-kerning: normal;
}

@media (max-width: 900px) {
  body .ish-article-content,
  body .entry-content .ish-article-content,
  body .wp-block-post-content .ish-article-content {
    font-size: 18px !important;
    line-height: 1.7 !important;
  }

  body .ish-article-content .ish-stage-title {
    font-size: 40px !important;
  }

  body .ish-article-content h2 {
    font-size: 34px !important;
  }

  body .ish-article-content h3 {
    font-size: 26px !important;
  }

  body .ish-article-content .ish-archetype-title-line .ish-mini-heading {
    font-size: 26px !important;
  }

  body .ish-article-content .ish-roadmap-steps > li > p:first-child strong,
  body .ish-article-content .ish-profile-label strong {
    font-size: 22px !important;
  }
}

@media (max-width: 640px) {
  body .ish-article-content .ish-series-header {
    padding: 16px 18px 18px !important;
  }

  body .ish-article-content .ish-stage-title {
    font-size: 32px !important;
  }

  body .ish-article-content h2 {
    font-size: 28px !important;
  }

  body .ish-article-content h3 {
    font-size: 22px !important;
  }

  body .ish-article-content .ish-breadcrumb-nav {
    font-size: 16px !important;
  }

  body .ish-article-content .ish-prev-next-row,
  body .ish-article-content .ish-footer-path {
    font-size: 15px !important;
  }

  body .ish-article-content .ish-archetype-title-line .ish-mini-heading {
    font-size: 23px !important;
  }

  body .ish-article-content .ish-roadmap-steps > li > p:first-child strong,
  body .ish-article-content .ish-profile-label strong,
  body .ish-article-content .ish-archetype-meta strong {
    font-size: 20px !important;
  }
}

/* Front-end source compatibility layer.
   The saved WordPress preview source wraps the pasted article in .article_content
   instead of preserving <article class="ish-article-content">. These rules mirror
   the locked Stage 3 design onto the live wrapper. */

body .article_content {
  --ish-series-blue: #0038A8;
  --ish-title-blue: #0432FF;
  --ish-nav-teal: #2B7A99;
  --ish-phase-teal: #58C7D7;
  --ish-validation-navy: #0C2449;
  --ish-series-blue-dark: #002E86;
  --ish-top-frame: #5AADE8;
  --ish-top-border: #C7E1F7;
  --ish-top-bg: #F5FAFF;
  --ish-framework-frame: #4D8DC0;
  --ish-bottom-frame: #4D8DC0;
  --ish-bottom-border: #BED4E8;
  --ish-bottom-bg: #F4F9FC;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 19px !important;
  line-height: 1.72 !important;
  font-weight: 400 !important;
  color: #4f5660 !important;
}

body .article_content p,
body .article_content li,
body .article_content .ish-callout p,
body .article_content .framework-interpretation-layer p {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: #4f5660 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .article_content p {
  margin: 0 0 19px !important;
}

body .article_content strong,
body .article_content b {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 800 !important;
  color: #303846 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .article_content h2 {
  margin: 36px 0 13px !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 40px !important;
  line-height: 1.17 !important;
  font-weight: 900 !important;
  color: #0038A8 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .article_content h3 {
  margin: 22px 0 9px !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 30px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  color: #002E86 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .article_content ul {
  margin: 8px 0 25px 28px !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body .article_content li {
  margin: 0 0 12px !important;
  padding-left: 6px !important;
}

body .article_content .ish-series-header {
  margin: 0 0 40px !important;
  padding: 22px 30px 25px !important;
  background: #F5FAFF !important;
  border: 1px solid #C7E1F7 !important;
  border-left: 7px solid #5AADE8 !important;
  border-radius: 16px !important;
}

body .article_content .ish-series-label {
  margin: 0 0 10px !important;
  color: #334155 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

body .article_content .ish-stage-title {
  margin: 0 0 15px !important;
  color: #0432FF !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 50px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
}

body .article_content .ish-stage-title span {
  color: inherit !important;
}

body .article_content .ish-breadcrumb-nav {
  margin: 0 0 10px !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

body .article_content .ish-breadcrumb-nav,
body .article_content .ish-breadcrumb-nav span,
body .article_content .ish-breadcrumb-nav .breadcrumb-item,
body .article_content .ish-breadcrumb-nav .breadcrumb-current,
body .article_content .ish-breadcrumb-nav .sep,
body .article_content .ish-prev-next-row,
body .article_content .ish-prev-next-row span,
body .article_content .ish-prev-next-row .divider {
  color: #2B7A99 !important;
}

body .article_content .ish-prev-next-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px 18px !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

body .article_content .ish-marker-heading {
  display: flex !important;
  gap: 13px !important;
  align-items: flex-start !important;
  margin-top: 36px !important;
}

body .article_content .ish-marker-heading > p {
  margin: 0 !important;
  line-height: 1 !important;
}

body .article_content .ish-marker-heading h2 {
  margin-top: 0 !important;
}

body .article_content .ish-heading-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  line-height: 1 !important;
  color: #0432FF;
}

body .article_content .ish-marker-heading .ish-heading-icon {
  font-size: 1.38em !important;
  margin-right: 0 !important;
  flex: 0 0 auto !important;
}

body .article_content h2 .ish-heading-icon {
  font-size: 1.24em !important;
  margin-right: 0.34em !important;
}

body .article_content h3 .ish-heading-icon,
body .article_content .ish-inline-symbol {
  font-size: 1.14em !important;
  margin-right: 0.32em !important;
}

body .article_content .ish-diamond-marker-heading .ish-diamond-icon {
  font-size: 1.62em !important;
  line-height: 1 !important;
  margin-right: 0 !important;
  transform: translateY(-0.03em) !important;
}

body .article_content .ish-shared-foundation-heading,
body .article_content .ish-shared-foundation-heading .ish-heading-icon {
  color: #0C2449 !important;
}

body .article_content .ish-foundation-domain-heading {
  margin-top: 18px !important;
  margin-bottom: 8px !important;
  color: #002E86 !important;
}

body .article_content .ish-foundation-domain-heading .ish-heading-icon {
  color: #002E86 !important;
}

body .article_content .ish-arrow-heading,
body .article_content .ish-arrow-heading .ish-heading-icon,
body .article_content .ish-arrow-heading span {
  color: #58C7D7 !important;
}

body .article_content .ish-archetype-title-line {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 28px 0 14px !important;
}

body .article_content .ish-archetype-title-line .ish-heading-icon {
  flex: 0 0 auto !important;
  margin-right: 0 !important;
  font-size: 1.22em !important;
  line-height: 1 !important;
}

body .article_content .ish-archetype-title-line .ish-mini-heading,
body .article_content .ish-archetype-title-line .ish-mini-heading span {
  color: #000000 !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 30px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
}

body .article_content .ish-profile-label {
  margin: 20px 0 8px !important;
}

body .article_content .ish-profile-label strong {
  color: #000000 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

body .article_content .ish-archetype-meta strong {
  color: #303846 !important;
  font-size: 22px !important;
  line-height: 1.28 !important;
  font-weight: 900 !important;
}

body .article_content .ish-callout,
body .article_content .framework-interpretation-layer {
  margin: 32px 0 40px !important;
  padding: 26px 34px 30px !important;
  border-left: 6px solid #4D8DC0 !important;
  border-radius: 14px !important;
  background: #F2F8FB !important;
}

body .article_content .framework-interpretation-layer .label,
body .article_content .ish-callout-title {
  margin: 0 0 18px !important;
  color: #2D5F70 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body .article_content .framework-interpretation-layer .framework-name {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 800 !important;
  color: #39404A !important;
}

body .article_content .ish-roadmap-steps {
  margin: 18px 0 32px 1.5em !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body .article_content .ish-roadmap-steps > li {
  margin: 0 0 22px !important;
  padding-left: 0.35em !important;
}

body .article_content .ish-roadmap-steps > li::marker {
  color: #000000 !important;
  font-weight: 800 !important;
}

body .article_content .ish-roadmap-steps > li > p:first-child {
  margin-bottom: 8px !important;
}

body .article_content .ish-roadmap-steps strong {
  color: #000000 !important;
  font-weight: 800 !important;
}

body .article_content .ish-roadmap-steps > li > p:first-child strong {
  color: #000000 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

body .article_content .ish-visual-block {
  margin: 36px 0 38px !important;
}

body .article_content .ish-visual-block img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 10px !important;
}

body .article_content .ish-visual-block figcaption {
  margin-top: 12px !important;
  color: #4f5660 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

body .article_content .ish-series-footer-nav {
  margin-top: 48px !important;
  padding: 20px 26px 22px !important;
  background: #F4F9FC !important;
  border: 1px solid #BED4E8 !important;
  border-top: 3px solid #4D8DC0 !important;
  border-radius: 14px !important;
}

body .article_content .ish-footer-kicker {
  margin: 0 0 8px !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body .article_content .ish-footer-path {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 15px !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

body .article_content .ish-series-footer-nav,
body .article_content .ish-series-footer-nav span,
body .article_content .ish-footer-kicker,
body .article_content .ish-footer-path,
body .article_content .ish-footer-path span,
body .article_content .ish-series-footer-nav .divider {
  color: #2B7A99 !important;
}

body .article_content h2 + .ish-tight-follow-heading,
body .article_content .ish-tight-follow-heading {
  margin-top: 8px !important;
  margin-bottom: 12px !important;
}

body .article_content .ish-stage-anchor-heading {
  margin-top: 34px !important;
  margin-bottom: 0 !important;
}

body .article_content .ish-stage-anchor-heading + .ish-shared-foundation-heading {
  margin-top: 14px !important;
}

body .article_content strong,
body .article_content b,
body .article_content h2,
body .article_content h3,
body .article_content .ish-label,
body .article_content .ish-mini-heading,
body .article_content .ish-profile-label strong,
body .article_content .ish-archetype-meta strong,
body .article_content .ish-roadmap-steps > li > p:first-child strong {
  letter-spacing: normal !important;
  word-spacing: normal !important;
  font-kerning: normal;
}

@media (max-width: 900px) {
  body .article_content {
    font-size: 18px !important;
    line-height: 1.7 !important;
  }

  body .article_content .ish-stage-title {
    font-size: 40px !important;
  }

  body .article_content h2 {
    font-size: 34px !important;
  }

  body .article_content h3 {
    font-size: 26px !important;
  }

  body .article_content .ish-archetype-title-line .ish-mini-heading {
    font-size: 26px !important;
  }

  body .article_content .ish-profile-label strong,
  body .article_content .ish-roadmap-steps > li > p:first-child strong {
    font-size: 22px !important;
  }

  body .article_content .ish-archetype-meta strong {
    font-size: 21px !important;
  }

  body .article_content .ish-callout,
  body .article_content .framework-interpretation-layer {
    padding: 22px 24px 26px !important;
  }
}

@media (max-width: 640px) {
  body .article_content .ish-series-header {
    padding: 16px 18px 18px !important;
  }

  body .article_content .ish-stage-title {
    font-size: 32px !important;
  }

  body .article_content h2 {
    font-size: 28px !important;
  }

  body .article_content h3 {
    font-size: 22px !important;
  }

  body .article_content .ish-breadcrumb-nav {
    font-size: 16px !important;
  }

  body .article_content .ish-prev-next-row,
  body .article_content .ish-footer-path {
    font-size: 15px !important;
  }

  body .article_content .ish-archetype-title-line .ish-mini-heading {
    font-size: 23px !important;
  }

  body .article_content .ish-profile-label strong,
  body .article_content .ish-roadmap-steps > li > p:first-child strong,
  body .article_content .ish-archetype-meta strong {
    font-size: 20px !important;
  }
}
/* Stage 3 live-preview tuning patch. Paste after the locked Stage 3 CSS and the LOADING_PASSED override patch. */

body .article_content,
body .ish-article-content {
  --ish-series-blue-dark: #0038A8;
  font-size: 20px !important;
  line-height: 1.7 !important;
}

body .article_content p,
body .article_content li,
body .ish-article-content p,
body .ish-article-content li {
  font-size: 20px !important;
  line-height: 1.7 !important;
}

body .article_content .ish-series-header .ish-stage-title,
body .article_content .ish-stage-title,
body .ish-article-content .ish-series-header .ish-stage-title,
body .ish-article-content .ish-stage-title {
  font-size: 40px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  color: #0432FF !important;
}

body .article_content h3,
body .article_content .ish-foundation-domain-heading,
body .article_content .ish-foundation-domain-heading .ish-heading-icon,
body .ish-article-content h3,
body .ish-article-content .ish-foundation-domain-heading,
body .ish-article-content .ish-foundation-domain-heading .ish-heading-icon {
  color: #0038A8 !important;
}

body .article_content .ish-arrow-heading,
body .article_content .ish-arrow-heading .ish-heading-icon,
body .article_content .ish-arrow-heading span,
body .ish-article-content .ish-arrow-heading,
body .ish-article-content .ish-arrow-heading .ish-heading-icon,
body .ish-article-content .ish-arrow-heading span {
  color: #58C7D7 !important;
}

body .article_content .ish-balanced-section-heading,
body .ish-article-content .ish-balanced-section-heading {
  font-size: 34px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  margin-top: 34px !important;
  margin-bottom: 12px !important;
  color: #0038A8 !important;
}

body .article_content .ish-shared-foundation-heading,
body .article_content .ish-shared-foundation-heading.ish-balanced-section-heading,
body .article_content .ish-shared-foundation-heading .ish-heading-icon,
body .ish-article-content .ish-shared-foundation-heading,
body .ish-article-content .ish-shared-foundation-heading.ish-balanced-section-heading,
body .ish-article-content .ish-shared-foundation-heading .ish-heading-icon {
  color: #0C2449 !important;
}

body .article_content .ish-marker-heading .ish-heading-icon,
body .article_content .ish-stage-anchor-heading .ish-heading-icon,
body .article_content .ish-diamond-marker-heading .ish-heading-icon,
body .article_content .ish-diamond-icon,
body .ish-article-content .ish-marker-heading .ish-heading-icon,
body .ish-article-content .ish-stage-anchor-heading .ish-heading-icon,
body .ish-article-content .ish-diamond-marker-heading .ish-heading-icon,
body .ish-article-content .ish-diamond-icon {
  font-size: 38px !important;
  line-height: 1 !important;
  min-width: 1.25em !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
}

body .article_content .ish-marker-heading,
body .ish-article-content .ish-marker-heading {
  align-items: flex-start !important;
  gap: 12px !important;
}

body .article_content .ish-marker-heading > p,
body .ish-article-content .ish-marker-heading > p {
  margin: 0 !important;
  line-height: 1 !important;
}

body .article_content .ish-diamond-marker-heading .ish-diamond-icon,
body .ish-article-content .ish-diamond-marker-heading .ish-diamond-icon {
  font-size: 42px !important;
}

body .article_content strong,
body .article_content b,
body .article_content h2,
body .article_content h3,
body .article_content .ish-label,
body .article_content .ish-mini-heading,
body .article_content .ish-profile-label strong,
body .article_content .ish-archetype-meta strong,
body .article_content .ish-roadmap-steps > li > p:first-child strong,
body .ish-article-content strong,
body .ish-article-content b,
body .ish-article-content h2,
body .ish-article-content h3,
body .ish-article-content .ish-label,
body .ish-article-content .ish-mini-heading,
body .ish-article-content .ish-profile-label strong,
body .ish-article-content .ish-archetype-meta strong,
body .ish-article-content .ish-roadmap-steps > li > p:first-child strong {
  letter-spacing: normal !important;
  word-spacing: normal !important;
  font-kerning: normal;
}

@media (max-width: 900px) {
  body .article_content .ish-series-header .ish-stage-title,
  body .article_content .ish-stage-title,
  body .ish-article-content .ish-series-header .ish-stage-title,
  body .ish-article-content .ish-stage-title {
    font-size: 34px !important;
  }
}

@media (max-width: 640px) {
  body .article_content .ish-series-header .ish-stage-title,
  body .article_content .ish-stage-title,
  body .ish-article-content .ish-series-header .ish-stage-title,
  body .ish-article-content .ish-stage-title {
    font-size: 28px !important;
  }
}

  body .article_content .ish-marker-heading .ish-heading-icon,
  body .article_content .ish-stage-anchor-heading .ish-heading-icon,
  body .article_content .ish-diamond-marker-heading .ish-heading-icon,
  body .article_content .ish-diamond-icon,
  body .ish-article-content .ish-marker-heading .ish-heading-icon,
  body .ish-article-content .ish-stage-anchor-heading .ish-heading-icon,
  body .ish-article-content .ish-diamond-marker-heading .ish-heading-icon,
  body .ish-article-content .ish-diamond-icon {
    font-size: 30px !important;
  }
}
/* Stage 3 final micro-adjustment: balanced headings 32px -> 34px.
   Paste this after the existing Stage 3 final balanced heading CSS. */

/* Lock both Stage 3 title treatments so they do not get reduced again */
body .article_content .ish-series-header .ish-stage-title,
body .article_content .ish-stage-title,
body .ish-article-content .ish-series-header .ish-stage-title,
body .ish-article-content .ish-stage-title,
body .article_content .ish-stage-anchor-heading h2,
body .ish-article-content .ish-stage-anchor-heading h2 {
  font-size: 40px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  color: #0432FF !important;
}

body .article_content .ish-balanced-section-heading,
body .ish-article-content .ish-balanced-section-heading {
  font-size: 34px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  color: #0038A8 !important;
  margin-top: 34px !important;
  margin-bottom: 12px !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

/* Shared Foundation uses the same balanced size but keeps special navy */
body .article_content .ish-shared-foundation-heading,
body .article_content .ish-shared-foundation-heading.ish-balanced-section-heading,
body .ish-article-content .ish-shared-foundation-heading,
body .ish-article-content .ish-shared-foundation-heading.ish-balanced-section-heading {
  font-size: 34px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  color: #0C2449 !important;
  margin-top: 34px !important;
  margin-bottom: 12px !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .article_content .ish-shared-foundation-heading .ish-heading-icon,
body .ish-article-content .ish-shared-foundation-heading .ish-heading-icon {
  color: #0C2449 !important;
}

@media (max-width: 900px) {
  body .article_content .ish-series-header .ish-stage-title,
  body .article_content .ish-stage-title,
  body .ish-article-content .ish-series-header .ish-stage-title,
  body .ish-article-content .ish-stage-title,
  body .article_content .ish-stage-anchor-heading h2,
  body .ish-article-content .ish-stage-anchor-heading h2 {
    font-size: 34px !important;
  }

  body .article_content .ish-balanced-section-heading,
  body .ish-article-content .ish-balanced-section-heading,
  body .article_content .ish-shared-foundation-heading,
  body .ish-article-content .ish-shared-foundation-heading {
    font-size: 30px !important;
  }
}

@media (max-width: 640px) {
  body .article_content .ish-series-header .ish-stage-title,
  body .article_content .ish-stage-title,
  body .ish-article-content .ish-series-header .ish-stage-title,
  body .ish-article-content .ish-stage-title,
  body .article_content .ish-stage-anchor-heading h2,
  body .ish-article-content .ish-stage-anchor-heading h2 {
    font-size: 28px !important;
  }

  body .article_content .ish-balanced-section-heading,
  body .ish-article-content .ish-balanced-section-heading,
  body .article_content .ish-shared-foundation-heading,
  body .ish-article-content .ish-shared-foundation-heading {
    font-size: 26px !important;
  }
}

/* Stage 3 final anti-regression lock: major heading icons */

/* Major heading icon containers */
body .article_content .ish-marker-heading .ish-heading-icon,
body .article_content .ish-stage-anchor-heading .ish-heading-icon,
body .article_content .ish-diamond-marker-heading .ish-heading-icon,
body .article_content .ish-diamond-icon,
body .ish-article-content .ish-marker-heading .ish-heading-icon,
body .ish-article-content .ish-stage-anchor-heading .ish-heading-icon,
body .ish-article-content .ish-diamond-marker-heading .ish-heading-icon,
body .ish-article-content .ish-diamond-icon {
  font-size: 38px !important;
  line-height: 1 !important;
  min-width: 1.25em !important;
  width: 1.25em !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  vertical-align: middle !important;
}

/* If WordPress converts emoji to image elements, force image size too */
body .article_content .ish-marker-heading .ish-heading-icon img.emoji,
body .article_content .ish-stage-anchor-heading .ish-heading-icon img.emoji,
body .article_content .ish-diamond-marker-heading .ish-heading-icon img.emoji,
body .article_content .ish-diamond-icon img.emoji,
body .ish-article-content .ish-marker-heading .ish-heading-icon img.emoji,
body .ish-article-content .ish-stage-anchor-heading .ish-heading-icon img.emoji,
body .ish-article-content .ish-diamond-marker-heading .ish-heading-icon img.emoji,
body .ish-article-content .ish-diamond-icon img.emoji {
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

/* Larger diamond icons for the two diamond marker headings */
body .article_content .ish-diamond-marker-heading .ish-diamond-icon,
body .ish-article-content .ish-diamond-marker-heading .ish-diamond-icon {
  font-size: 42px !important;
}

body .article_content .ish-diamond-marker-heading .ish-diamond-icon img.emoji,
body .ish-article-content .ish-diamond-marker-heading .ish-diamond-icon img.emoji {
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
}

/* Keep heading/icon alignment stable */
body .article_content .ish-marker-heading,
body .ish-article-content .ish-marker-heading {
  align-items: flex-start !important;
  gap: 12px !important;
}

body .article_content .ish-marker-heading > p,
body .ish-article-content .ish-marker-heading > p {
  margin: 0 !important;
  line-height: 1 !important;
}

/* Tablet */
@media (max-width: 900px) {
  body .article_content .ish-marker-heading .ish-heading-icon,
  body .article_content .ish-stage-anchor-heading .ish-heading-icon,
  body .article_content .ish-diamond-marker-heading .ish-heading-icon,
  body .article_content .ish-diamond-icon,
  body .ish-article-content .ish-marker-heading .ish-heading-icon,
  body .ish-article-content .ish-stage-anchor-heading .ish-heading-icon,
  body .ish-article-content .ish-diamond-marker-heading .ish-heading-icon,
  body .ish-article-content .ish-diamond-icon {
    font-size: 34px !important;
  }

  body .article_content .ish-marker-heading .ish-heading-icon img.emoji,
  body .article_content .ish-stage-anchor-heading .ish-heading-icon img.emoji,
  body .article_content .ish-diamond-marker-heading .ish-heading-icon img.emoji,
  body .article_content .ish-diamond-icon img.emoji,
  body .ish-article-content .ish-marker-heading .ish-heading-icon img.emoji,
  body .ish-article-content .ish-stage-anchor-heading .ish-heading-icon img.emoji,
  body .ish-article-content .ish-diamond-marker-heading .ish-heading-icon img.emoji,
  body .ish-article-content .ish-diamond-icon img.emoji {
    width: 34px !important;
    height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  body .article_content .ish-marker-heading .ish-heading-icon,
  body .article_content .ish-stage-anchor-heading .ish-heading-icon,
  body .article_content .ish-diamond-marker-heading .ish-heading-icon,
  body .article_content .ish-diamond-icon,
  body .ish-article-content .ish-marker-heading .ish-heading-icon,
  body .ish-article-content .ish-stage-anchor-heading .ish-heading-icon,
  body .ish-article-content .ish-diamond-marker-heading .ish-heading-icon,
  body .ish-article-content .ish-diamond-icon {
    font-size: 30px !important;
  }

  body .article_content .ish-marker-heading .ish-heading-icon img.emoji,
  body .article_content .ish-stage-anchor-heading .ish-heading-icon img.emoji,
  body .article_content .ish-diamond-marker-heading .ish-heading-icon img.emoji,
  body .article_content .ish-diamond-icon img.emoji,
  body .ish-article-content .ish-marker-heading .ish-heading-icon img.emoji,
  body .ish-article-content .ish-stage-anchor-heading .ish-heading-icon img.emoji,
  body .ish-article-content .ish-diamond-marker-heading .ish-heading-icon img.emoji,
  body .ish-article-content .ish-diamond-icon img.emoji {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
  }
}

/* Stage 3 final locked last revision: selected balanced headings 34px -> 32px.
   Paste after wordpress_additional_css_STAGE3_FINAL_TITLE40_BALANCED34_PATCH.css. */

body .article_content .ish-balanced-heading-32,
body .ish-article-content .ish-balanced-heading-32 {
  font-size: 32px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  margin-top: 34px !important;
  margin-bottom: 12px !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

@media (max-width: 900px) {
  body .article_content .ish-balanced-heading-32,
  body .ish-article-content .ish-balanced-heading-32 {
    font-size: 28px !important;
  }
}

@media (max-width: 640px) {
  body .article_content .ish-balanced-heading-32,
  body .ish-article-content .ish-balanced-heading-32 {
    font-size: 24px !important;
  }
}

/* Stage 3 final line-spacing compactness patch.
   Paste after the current final Stage 3 Additional CSS stack. */

body .article_content,
body .article_content p,
body .article_content li,
body .ish-article-content,
body .ish-article-content p,
body .ish-article-content li {
  line-height: 1.60 !important;
}

body .article_content p,
body .ish-article-content p {
  margin-bottom: 16px !important;
}

body .article_content li,
body .ish-article-content li {
  margin-bottom: 10px !important;
}

@media (max-width: 640px) {
  body .article_content,
  body .article_content p,
  body .article_content li,
  body .ish-article-content,
  body .ish-article-content p,
  body .ish-article-content li {
    line-height: 1.58 !important;
  }
}

/* Stage 3 final line-spacing tighter patch.
   Paste after the previous line-spacing compactness patch. */

body .article_content,
body .article_content p,
body .article_content li,
body .ish-article-content,
body .ish-article-content p,
body .ish-article-content li {
  line-height: 1.52 !important;
}

body .article_content p,
body .ish-article-content p {
  margin-bottom: 12px !important;
}

body .article_content li,
body .ish-article-content li {
  margin-bottom: 6px !important;
}

body .article_content ul,
body .article_content ol,
body .ish-article-content ul,
body .ish-article-content ol {
  margin-top: 8px !important;
  margin-bottom: 14px !important;
}

@media (max-width: 640px) {
  body .article_content,
  body .article_content p,
  body .article_content li,
  body .ish-article-content,
  body .ish-article-content p,
  body .ish-article-content li {
    line-height: 1.50 !important;
  }
}

/* Stage 3 final vertical rhythm patch.
   Paste after the current final Stage 3 Additional CSS stack. */

body .article_content .ish-balanced-section-heading,
body .ish-article-content .ish-balanced-section-heading {
  margin-top: 24px !important;
  margin-bottom: 10px !important;
}

body .article_content .ish-balanced-heading-32,
body .ish-article-content .ish-balanced-heading-32 {
  margin-top: 24px !important;
  margin-bottom: 10px !important;
}

body .article_content .ish-stage-anchor-heading,
body .ish-article-content .ish-stage-anchor-heading {
  margin-top: 26px !important;
  margin-bottom: 2px !important;
}

body .article_content .ish-stage-anchor-heading h2,
body .ish-article-content .ish-stage-anchor-heading h2 {
  margin-bottom: 0 !important;
}

body .article_content .ish-stage-anchor-heading + .ish-shared-foundation-heading,
body .ish-article-content .ish-stage-anchor-heading + .ish-shared-foundation-heading {
  margin-top: 8px !important;
}

body .article_content .framework-interpretation-layer,
body .ish-article-content .framework-interpretation-layer {
  margin-top: 20px !important;
  margin-bottom: 24px !important;
}

body .article_content figure + .framework-interpretation-layer,
body .ish-article-content figure + .framework-interpretation-layer {
  margin-top: 18px !important;
}

body .article_content .framework-interpretation-layer + *,
body .ish-article-content .framework-interpretation-layer + * {
  margin-top: 22px !important;
}

body .article_content .framework-interpretation-layer p,
body .ish-article-content .framework-interpretation-layer p {
  margin-bottom: 10px !important;
  line-height: 1.5 !important;
}

body .article_content p:empty,
body .ish-article-content p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .article_content p:has(br:only-child),
body .ish-article-content p:has(br:only-child) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .article_content .ish-marker-heading,
body .ish-article-content .ish-marker-heading {
  margin-top: 26px !important;
  margin-bottom: 8px !important;
}

body .article_content .ish-marker-heading h2,
body .article_content .ish-marker-heading h3,
body .ish-article-content .ish-marker-heading h2,
body .ish-article-content .ish-marker-heading h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Stage 3 right-side article frame Option A test.
   Targets only the Elementor article content container, not article-internal boxes. */

@media (min-width: 768px) {
  body .elementor-1764 .elementor-element.elementor-element-490349c {
    border-right-color: #BFD7EA !important;
    box-shadow: 7px 7px 0 0 #BFD7EA !important;
  }
}

/* Stage 3 fixed image icon support.
   Use after replacing major emoji heading icons with Media Library image assets. */

body .article_content .ish-heading-icon-img,
body .ish-article-content .ish-heading-icon-img {
  width: 42px !important;
  height: 42px !important;
  object-fit: contain !important;
  display: inline-block !important;
  vertical-align: middle !important;
  flex: 0 0 auto !important;
}

@media (max-width: 640px) {
  body .article_content .ish-heading-icon-img,
  body .ish-article-content .ish-heading-icon-img {
    width: 34px !important;
    height: 34px !important;
  }
}

/* Stage 3 right-side article frame Option A thin test.
   Targets only the Elementor article content container, not article-internal boxes. */

@media (min-width: 768px) {
  body .elementor-1764 .elementor-element.elementor-element-490349c {
    border-right-width: 3px !important;
    border-right-color: #BFD7EA !important;
    box-shadow: 4px 4px 0 0 #BFD7EA !important;
  }
}

/* Stage 3 right-side article frame thumb-blue comparison test.
   Based on the latest working ultra-thin frame; only the frame color changes. */

@media (min-width: 768px) {
  body .elementor-1764 .elementor-element.elementor-element-490349c {
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    border-right-color: #4479C6 !important;
    border-bottom-color: #4479C6 !important;
    box-shadow: 2px 2px 0 0 #4479C6 !important;
  }
}

/* Stage 3 front-end sidebar Tags card distinction test.
   Targets only the right-sidebar Tags card container. */

body .elementor-1764 .elementor-element.elementor-element-525d598 {
  background-color: #F7F9FE !important;
  border: 1px solid #D7E2F8 !important;
  border-left: 4px solid #4479C6 !important;
  border-radius: 12px !important;
}

body .elementor-1764 .elementor-element.elementor-element-525d598:not(.elementor-motion-effects-element-type-background),
body .elementor-1764 .elementor-element.elementor-element-525d598 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #F7F9FE !important;
}

body .elementor-1764 .elementor-element.elementor-element-525d598:hover {
  background-color: #F7F9FE !important;
}

/* Stage 3 front-end sidebar Tags card purple-grey strategy tint test.
   Targets only the right-sidebar Tags card container and its tag pills. */

body .elementor-1764 .elementor-element.elementor-element-525d598 {
  background: linear-gradient(145deg, #F7F4FB 0%, #EEEAF6 100%) !important;
  border: 1px solid #DCD4EB !important;
  border-left: 1px solid #DCD4EB !important;
  border-radius: 14px !important;
  box-shadow: 8px 10px 0 rgba(70, 55, 110, 0.10) !important;
  padding: 22px 24px !important;
}

body .elementor-1764 .elementor-element.elementor-element-525d598:not(.elementor-motion-effects-element-type-background),
body .elementor-1764 .elementor-element.elementor-element-525d598 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background: linear-gradient(145deg, #F7F4FB 0%, #EEEAF6 100%) !important;
}

body .elementor-1764 .elementor-element.elementor-element-525d598:hover {
  background: linear-gradient(145deg, #F7F4FB 0%, #EEEAF6 100%) !important;
}

body .elementor-1764 .elementor-element.elementor-element-525d598 a,
body .elementor-1764 .elementor-element.elementor-element-525d598 .tag-cloud-link,
body .elementor-1764 .elementor-element.elementor-element-525d598 .tagcloud a {
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid #DDD7EA !important;
}

/* Stage 3 right-side article frame thumb-blue minus-0.5px middle test.
   Targets only the Elementor article content container frame. */

@media (min-width: 768px) {
  body .elementor-1764 .elementor-element.elementor-element-490349c {
    border-right-width: 1.5px !important;
    border-bottom-width: 1.5px !important;
    border-right-color: #4479C6 !important;
    border-bottom-color: #4479C6 !important;
    box-shadow: 1.5px 1.5px 0 0 #4479C6 !important;
  }
}

/* Stage 2 restyled test patch. Paste after the final Stage 3 locked CSS stack only if these Stage 2-specific selectors are needed. */

/* Stage 2 front-end article wrap/right-edge frame. Selector identified from Stage 2 front-end page source. */
@media (min-width: 768px) {
  body .elementor-1764 .elementor-element.elementor-element-490349c {
    border-right-width: 1.5px !important;
    border-bottom-width: 1.5px !important;
    border-right-color: #4479C6 !important;
    border-bottom-color: #4479C6 !important;
    box-shadow: 1.5px 1.5px 0 0 #4479C6 !important;
  }
}

/* Stage 2-specific detail labels converted from current article icon headings. */
body .article_content .ish-stage2-detail-label,
body .ish-article-content .ish-stage2-detail-label {
  margin: 16px 0 7px !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body .article_content .ish-stage2-detail-label strong,
body .ish-article-content .ish-stage2-detail-label strong {
  color: #303846 !important;
  font-size: 22px !important;
  line-height: 1.28 !important;
  font-weight: 900 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .article_content .ish-stage2-detail-label .ish-inline-symbol,
body .ish-article-content .ish-stage2-detail-label .ish-inline-symbol {
  display: inline-block !important;
  margin-right: 0.32em !important;
  font-size: 1.12em !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

/* Stage 2 framework visuals using preserved Stage 2 media URLs. */
body .article_content .ish-visual-block,
body .ish-article-content .ish-visual-block {
  margin: 28px 0 34px !important;
}

body .article_content .ish-visual-block img,
body .ish-article-content .ish-visual-block img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 12px !important;
}

body .article_content .ish-visual-block figcaption,
body .ish-article-content .ish-visual-block figcaption {
  margin-top: 10px !important;
  color: #607083 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* Stage 2 sidebar Tags card selector identified from Stage 2 front-end page source. */
body .elementor-1764 .elementor-element.elementor-element-525d598 {
  background: linear-gradient(145deg, #EDF4FD 0%, #DCE8F7 100%) !important;
  border: 1px solid #BDD1EA !important;
  border-left: 1px solid #BDD1EA !important;
  border-radius: 14px !important;
  box-shadow: 8px 10px 0 rgba(58, 96, 145, 0.12) !important;
  padding: 22px 24px !important;
}

body .elementor-1764 .elementor-element.elementor-element-525d598 a {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid #CFDAE9 !important;
  box-shadow: 0 1px 2px rgba(20, 40, 80, 0.04) !important;
}

@media (max-width: 900px) {
  body .article_content .ish-stage2-detail-label strong,
  body .ish-article-content .ish-stage2-detail-label strong {
    font-size: 21px !important;
  }
}

@media (max-width: 640px) {
  body .article_content .ish-stage2-detail-label strong,
  body .ish-article-content .ish-stage2-detail-label strong {
    font-size: 20px !important;
  }
}

/* Stage 2 VERIFIED pre-paste compatibility bridge.
   Purpose: protect the locked design if WordPress/Elementor renders pasted content under .article_content.
   This supplements the global Stage 3 locked CSS without duplicating the full Stage 3 stylesheet. */
body .article_content {
  --ish-series-blue: #0038A8;
  --ish-title-blue: #0432FF;
  --ish-nav-teal: #2B7A99;
  --ish-phase-teal: #58C7D7;
  --ish-validation-navy: #0C2449;
  --ish-series-blue-dark: #002E86;
  --ish-top-frame: #5AADE8;
  --ish-top-border: #C7E1F7;
  --ish-top-bg: #F5FAFF;
  --ish-framework-frame: #4D8DC0;
  --ish-bottom-frame: #4D8DC0;
  --ish-bottom-border: #BED4E8;
  --ish-bottom-bg: #F4F9FC;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 19px !important;
  line-height: 1.72 !important;
  font-weight: 400 !important;
  color: #4f5660 !important;
}

body .article_content p,
body .article_content li,
body .article_content .framework-interpretation-layer p {
  font-size: inherit !important;
  line-height: inherit !important;
}

body .article_content p {
  margin: 0 0 19px !important;
}

body .article_content strong,
body .article_content b {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 800 !important;
  color: #303846 !important;
}

body .article_content h2 {
  margin: 36px 0 13px !important;
  font-family: inherit !important;
  font-size: 40px !important;
  line-height: 1.17 !important;
  font-weight: 900 !important;
  color: var(--ish-series-blue) !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .article_content h3 {
  margin: 22px 0 9px !important;
  font-family: inherit !important;
  font-size: 30px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  color: var(--ish-series-blue-dark) !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .article_content ul,
body .article_content ol {
  margin-top: 8px !important;
  margin-bottom: 25px !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body .article_content li {
  margin-bottom: 12px !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body .article_content .ish-series-header {
  margin: 0 0 40px !important;
  padding: 22px 30px 25px !important;
  background: var(--ish-top-bg) !important;
  border: 1px solid var(--ish-top-border) !important;
  border-left: 7px solid var(--ish-top-frame) !important;
  border-radius: 16px !important;
}

body .article_content .ish-series-label {
  margin: 0 0 10px !important;
  color: #334155 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

body .article_content .ish-stage-title {
  margin: 0 0 15px !important;
  color: var(--ish-title-blue) !important;
  font-size: 50px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
}

body .article_content .ish-stage-title span {
  color: inherit !important;
}

body .article_content .ish-breadcrumb-nav,
body .article_content .ish-breadcrumb-nav span,
body .article_content .ish-prev-next-row,
body .article_content .ish-prev-next-row span,
body .article_content .ish-prev-next-row .divider {
  color: var(--ish-nav-teal) !important;
}

body .article_content .ish-breadcrumb-nav {
  margin: 0 0 10px !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

body .article_content .ish-prev-next-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px 18px !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

body .article_content .ish-marker-heading {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin-top: 36px !important;
  margin-bottom: 13px !important;
}

body .article_content .ish-marker-heading h2 {
  margin: 0 !important;
}

body .article_content .ish-heading-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  line-height: 1 !important;
  flex: 0 0 auto !important;
}

body .article_content .ish-marker-heading .ish-heading-icon {
  font-size: 1.35em !important;
  margin-right: 0 !important;
}

body .article_content .ish-diamond-marker-heading .ish-diamond-icon {
  font-size: 1.62em !important;
  line-height: 1 !important;
  margin-right: 0 !important;
  transform: translateY(-0.03em) !important;
}

body .article_content .ish-arrow-heading,
body .article_content .ish-arrow-heading .ish-heading-icon,
body .article_content .ish-arrow-heading span {
  color: var(--ish-phase-teal) !important;
}

body .article_content .ish-inline-symbol {
  font-size: 1.15em !important;
  margin-right: 0.32em !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .article_content .ish-archetype-title-line {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 28px 0 14px !important;
}

body .article_content .ish-archetype-title-line .ish-mini-heading,
body .article_content .ish-archetype-title-line .ish-mini-heading span {
  color: #000000 !important;
  font-size: 30px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
}

body .article_content .framework-interpretation-layer {
  margin: 32px 0 40px !important;
  padding: 26px 34px 30px !important;
  border-left: 6px solid var(--ish-framework-frame) !important;
  border-radius: 14px !important;
  background: #F2F8FB !important;
}

body .article_content .framework-interpretation-layer .label {
  margin: 0 0 18px !important;
  color: #2D5F70 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body .article_content .framework-interpretation-layer .framework-name {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 800 !important;
  color: #39404A !important;
}

body .article_content .ish-series-footer-nav {
  margin-top: 48px !important;
  padding: 20px 26px 22px !important;
  border: 1px solid var(--ish-bottom-border) !important;
  border-top: 3px solid var(--ish-bottom-frame) !important;
  border-radius: 14px !important;
  background: var(--ish-bottom-bg) !important;
}

body .article_content .ish-series-footer-nav,
body .article_content .ish-series-footer-nav span,
body .article_content .ish-footer-kicker,
body .article_content .ish-footer-path,
body .article_content .ish-footer-path span,
body .article_content .ish-series-footer-nav .divider {
  color: var(--ish-nav-teal) !important;
}

body .article_content strong,
body .article_content b,
body .article_content h2,
body .article_content h3,
body .article_content .ish-label,
body .article_content .ish-mini-heading,
body .article_content .ish-stage2-detail-label strong {
  letter-spacing: normal !important;
  word-spacing: normal !important;
  font-kerning: normal !important;
}

@media (max-width: 900px) {
  body .article_content {
    font-size: 18px !important;
  }

  body .article_content .ish-stage-title {
    font-size: 40px !important;
  }

  body .article_content h2 {
    font-size: 34px !important;
  }

  body .article_content h3 {
    font-size: 26px !important;
  }
}

@media (max-width: 640px) {
  body .article_content {
    font-size: 18px !important;
    line-height: 1.7 !important;
  }

  body .article_content .ish-series-header {
    padding: 16px 18px 18px !important;
  }

  body .article_content .ish-stage-title {
    font-size: 32px !important;
  }

  body .article_content h2 {
    font-size: 28px !important;
  }

  body .article_content h3 {
    font-size: 22px !important;
  }
}

/* Stage 2 restyled test patch. Paste after the final Stage 3 locked CSS stack only if these Stage 2-specific selectors are needed. */

/* Stage 2 front-end article wrap/right-edge frame. Selector identified from Stage 2 front-end page source. */
@media (min-width: 768px) {
  body .elementor-1764 .elementor-element.elementor-element-490349c {
    border-right-width: 1.5px !important;
    border-bottom-width: 1.5px !important;
    border-right-color: #4479C6 !important;
    border-bottom-color: #4479C6 !important;
    box-shadow: 1.5px 1.5px 0 0 #4479C6 !important;
  }
}

/* Stage 2-specific detail labels converted from current article icon headings. */
body .article_content .ish-stage2-detail-label,
body .ish-article-content .ish-stage2-detail-label {
  margin: 16px 0 7px !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body .article_content .ish-stage2-detail-label strong,
body .ish-article-content .ish-stage2-detail-label strong {
  color: #303846 !important;
  font-size: 22px !important;
  line-height: 1.28 !important;
  font-weight: 900 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .article_content .ish-stage2-detail-label .ish-inline-symbol,
body .ish-article-content .ish-stage2-detail-label .ish-inline-symbol {
  display: inline-block !important;
  margin-right: 0.32em !important;
  font-size: 1.12em !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

/* Stage 2 framework visuals using preserved Stage 2 media URLs. */
body .article_content .ish-visual-block,
body .ish-article-content .ish-visual-block {
  margin: 28px 0 34px !important;
}

body .article_content .ish-visual-block img,
body .ish-article-content .ish-visual-block img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 12px !important;
}

body .article_content .ish-visual-block figcaption,
body .ish-article-content .ish-visual-block figcaption {
  margin-top: 10px !important;
  color: #607083 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* Stage 2 sidebar Tags card selector identified from Stage 2 front-end page source. */
body .elementor-1764 .elementor-element.elementor-element-525d598 {
  background: linear-gradient(145deg, #EDF4FD 0%, #DCE8F7 100%) !important;
  border: 1px solid #BDD1EA !important;
  border-left: 1px solid #BDD1EA !important;
  border-radius: 14px !important;
  box-shadow: 8px 10px 0 rgba(58, 96, 145, 0.12) !important;
  padding: 22px 24px !important;
}

body .elementor-1764 .elementor-element.elementor-element-525d598 a {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid #CFDAE9 !important;
  box-shadow: 0 1px 2px rgba(20, 40, 80, 0.04) !important;
}

@media (max-width: 900px) {
  body .article_content .ish-stage2-detail-label strong,
  body .ish-article-content .ish-stage2-detail-label strong {
    font-size: 21px !important;
  }
}

@media (max-width: 640px) {
  body .article_content .ish-stage2-detail-label strong,
  body .ish-article-content .ish-stage2-detail-label strong {
    font-size: 20px !important;
  }
}

/* Stage 2 VERIFIED pre-paste compatibility bridge.
   Purpose: protect the locked design if WordPress/Elementor renders pasted content under .article_content.
   This supplements the global Stage 3 locked CSS without duplicating the full Stage 3 stylesheet. */
body .article_content {
  --ish-series-blue: #0038A8;
  --ish-title-blue: #0432FF;
  --ish-nav-teal: #2B7A99;
  --ish-phase-teal: #58C7D7;
  --ish-validation-navy: #0C2449;
  --ish-series-blue-dark: #002E86;
  --ish-top-frame: #5AADE8;
  --ish-top-border: #C7E1F7;
  --ish-top-bg: #F5FAFF;
  --ish-framework-frame: #4D8DC0;
  --ish-bottom-frame: #4D8DC0;
  --ish-bottom-border: #BED4E8;
  --ish-bottom-bg: #F4F9FC;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 19px !important;
  line-height: 1.72 !important;
  font-weight: 400 !important;
  color: #4f5660 !important;
}

body .article_content p,
body .article_content li,
body .article_content .framework-interpretation-layer p {
  font-size: inherit !important;
  line-height: inherit !important;
}

body .article_content p {
  margin: 0 0 19px !important;
}

body .article_content strong,
body .article_content b {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 800 !important;
  color: #303846 !important;
}

body .article_content h2 {
  margin: 36px 0 13px !important;
  font-family: inherit !important;
  font-size: 40px !important;
  line-height: 1.17 !important;
  font-weight: 900 !important;
  color: var(--ish-series-blue) !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .article_content h3 {
  margin: 22px 0 9px !important;
  font-family: inherit !important;
  font-size: 30px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  color: var(--ish-series-blue-dark) !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .article_content ul,
body .article_content ol {
  margin-top: 8px !important;
  margin-bottom: 25px !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body .article_content li {
  margin-bottom: 12px !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body .article_content .ish-series-header {
  margin: 0 0 40px !important;
  padding: 22px 30px 25px !important;
  background: var(--ish-top-bg) !important;
  border: 1px solid var(--ish-top-border) !important;
  border-left: 7px solid var(--ish-top-frame) !important;
  border-radius: 16px !important;
}

body .article_content .ish-series-label {
  margin: 0 0 10px !important;
  color: #334155 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

body .article_content .ish-stage-title {
  margin: 0 0 15px !important;
  color: var(--ish-title-blue) !important;
  font-size: 50px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
}

body .article_content .ish-stage-title span {
  color: inherit !important;
}

body .article_content .ish-breadcrumb-nav,
body .article_content .ish-breadcrumb-nav span,
body .article_content .ish-prev-next-row,
body .article_content .ish-prev-next-row span,
body .article_content .ish-prev-next-row .divider {
  color: var(--ish-nav-teal) !important;
}

body .article_content .ish-breadcrumb-nav {
  margin: 0 0 10px !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

body .article_content .ish-prev-next-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px 18px !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

body .article_content .ish-marker-heading {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin-top: 36px !important;
  margin-bottom: 13px !important;
}

body .article_content .ish-marker-heading h2 {
  margin: 0 !important;
}

body .article_content .ish-heading-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  line-height: 1 !important;
  flex: 0 0 auto !important;
}

body .article_content .ish-marker-heading .ish-heading-icon {
  font-size: 1.35em !important;
  margin-right: 0 !important;
}

body .article_content .ish-diamond-marker-heading .ish-diamond-icon {
  font-size: 1.62em !important;
  line-height: 1 !important;
  margin-right: 0 !important;
  transform: translateY(-0.03em) !important;
}

body .article_content .ish-arrow-heading,
body .article_content .ish-arrow-heading .ish-heading-icon,
body .article_content .ish-arrow-heading span {
  color: var(--ish-phase-teal) !important;
}

body .article_content .ish-inline-symbol {
  font-size: 1.15em !important;
  margin-right: 0.32em !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

body .article_content .ish-archetype-title-line {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 28px 0 14px !important;
}

body .article_content .ish-archetype-title-line .ish-mini-heading,
body .article_content .ish-archetype-title-line .ish-mini-heading span {
  color: #000000 !important;
  font-size: 30px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
}

body .article_content .framework-interpretation-layer {
  margin: 32px 0 40px !important;
  padding: 26px 34px 30px !important;
  border-left: 6px solid var(--ish-framework-frame) !important;
  border-radius: 14px !important;
  background: #F2F8FB !important;
}

body .article_content .framework-interpretation-layer .label {
  margin: 0 0 18px !important;
  color: #2D5F70 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body .article_content .framework-interpretation-layer .framework-name {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 800 !important;
  color: #39404A !important;
}

body .article_content .ish-series-footer-nav {
  margin-top: 48px !important;
  padding: 20px 26px 22px !important;
  border: 1px solid var(--ish-bottom-border) !important;
  border-top: 3px solid var(--ish-bottom-frame) !important;
  border-radius: 14px !important;
  background: var(--ish-bottom-bg) !important;
}

body .article_content .ish-series-footer-nav,
body .article_content .ish-series-footer-nav span,
body .article_content .ish-footer-kicker,
body .article_content .ish-footer-path,
body .article_content .ish-footer-path span,
body .article_content .ish-series-footer-nav .divider {
  color: var(--ish-nav-teal) !important;
}

body .article_content strong,
body .article_content b,
body .article_content h2,
body .article_content h3,
body .article_content .ish-label,
body .article_content .ish-mini-heading,
body .article_content .ish-stage2-detail-label strong {
  letter-spacing: normal !important;
  word-spacing: normal !important;
  font-kerning: normal !important;
}

@media (max-width: 900px) {
  body .article_content {
    font-size: 18px !important;
  }

  body .article_content .ish-stage-title {
    font-size: 40px !important;
  }

  body .article_content h2 {
    font-size: 34px !important;
  }

  body .article_content h3 {
    font-size: 26px !important;
  }
}

@media (max-width: 640px) {
  body .article_content {
    font-size: 18px !important;
    line-height: 1.7 !important;
  }

  body .article_content .ish-series-header {
    padding: 16px 18px 18px !important;
  }

  body .article_content .ish-stage-title {
    font-size: 32px !important;
  }

  body .article_content h2 {
    font-size: 28px !important;
  }

  body .article_content h3 {
    font-size: 22px !important;
  }
}

/* Stage 2 final micro-fix: visual/framework pair spacing and targeted heading refinements. */
body .article_content .ish-framework-visual-pair-image,
body .ish-article-content .ish-framework-visual-pair-image {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body .article_content .ish-framework-visual-pair-image + .framework-interpretation-layer,
body .article_content .ish-framework-visual-pair-note,
body .ish-article-content .ish-framework-visual-pair-image + .framework-interpretation-layer,
body .ish-article-content .ish-framework-visual-pair-note {
  margin-top: 0 !important;
}

body .article_content p:empty,
body .ish-article-content p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .article_content .ish-tight-heading-execution-path,
body .article_content .ish-tight-heading-two-path-sequence,
body .ish-article-content .ish-tight-heading-execution-path,
body .ish-article-content .ish-tight-heading-two-path-sequence {
  margin-top: 16px !important;
}

body .article_content .ish-tight-heading-note-12-13,
body .ish-article-content .ish-tight-heading-note-12-13 {
  margin-top: 16px !important;
}

/* Stage 2 final heading-blue normalization patch.
   Paste after the current Stage 2 final micro-fix CSS stack. */

body.postid-3479 .article_content,
body.postid-3479 .ish-article-content,
body .article_content,
body .ish-article-content {
  --ish-series-blue-dark: #0038A8;
}

/* Preserve the previously approved internal Stage 2 anchor-title micro-fix. */
body.postid-3479 .ish-stage-anchor-heading h2,
body.postid-3479 .article_content .ish-stage-anchor-heading h2,
body.postid-3479 .ish-article-content .ish-stage-anchor-heading h2 {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  color: #3366FF !important;
}

/* Do not let this patch recolor framework interpretation labels or names. */
body.postid-3479 .article_content .framework-interpretation-layer .label,
body.postid-3479 .ish-article-content .framework-interpretation-layer .label,
body .article_content .framework-interpretation-layer .label,
body .ish-article-content .framework-interpretation-layer .label {
  color: #2D5F70 !important;
}

body.postid-3479 .article_content .framework-interpretation-layer .framework-name,
body.postid-3479 .ish-article-content .framework-interpretation-layer .framework-name,
body .article_content .framework-interpretation-layer .framework-name,
body .ish-article-content .framework-interpretation-layer .framework-name {
  color: #39404A !important;
}


/* Stage 2 final font/color recovery lock.
   Source of truth: Stage 2 Final Micro Fix 2, not the broad heading-blue normalization patch. */

/* Targeted recovery for two headings that reverted to heavy blue / non-Lato styling. */
body.postid-3479 .article_content .ish-two-path-sequence-heading,
body.postid-3479 .ish-article-content .ish-two-path-sequence-heading,
body .article_content .ish-two-path-sequence-heading,
body .ish-article-content .ish-two-path-sequence-heading,
body.postid-3479 .article_content .ish-execution-path-heading,
body.postid-3479 .ish-article-content .ish-execution-path-heading,
body .article_content .ish-execution-path-heading,
body .ish-article-content .ish-execution-path-heading {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  color: #0038A8 !important;
}

body .article_content .ish-two-path-sequence-heading span,
body .ish-article-content .ish-two-path-sequence-heading span,
body .article_content .ish-execution-path-heading span,
body .ish-article-content .ish-execution-path-heading span {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  color: inherit !important;
}

/* Article-wide Lato lock for the Driving AI Success Series article text and headings. */
body.postid-3479 .article_content,
body.postid-3479 .article_content p,
body.postid-3479 .article_content li,
body.postid-3479 .article_content h1,
body.postid-3479 .article_content h2,
body.postid-3479 .article_content h3,
body.postid-3479 .article_content h4,
body.postid-3479 .article_content h5,
body.postid-3479 .article_content h6,
body.postid-3479 .article_content strong,
body.postid-3479 .article_content b,
body.postid-3479 .ish-article-content,
body.postid-3479 .ish-article-content p,
body.postid-3479 .ish-article-content li,
body.postid-3479 .ish-article-content h1,
body.postid-3479 .ish-article-content h2,
body.postid-3479 .ish-article-content h3,
body.postid-3479 .ish-article-content h4,
body.postid-3479 .ish-article-content h5,
body.postid-3479 .ish-article-content h6,
body.postid-3479 .ish-article-content strong,
body.postid-3479 .ish-article-content b,
body .article_content,
body .article_content p,
body .article_content li,
body .article_content h1,
body .article_content h2,
body .article_content h3,
body .article_content h4,
body .article_content h5,
body .article_content h6,
body .article_content strong,
body .article_content b,
body .ish-article-content,
body .ish-article-content p,
body .ish-article-content li,
body .ish-article-content h1,
body .ish-article-content h2,
body .ish-article-content h3,
body .ish-article-content h4,
body .ish-article-content h5,
body .ish-article-content h6,
body .ish-article-content strong,
body .ish-article-content b {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
}

/* Anti-regression: Step 1-12 arrow headings stay Phase teal. */
body.postid-3479 .article_content .ish-arrow-heading,
body.postid-3479 .article_content .ish-arrow-heading .ish-heading-icon,
body.postid-3479 .article_content .ish-arrow-heading span,
body.postid-3479 .ish-article-content .ish-arrow-heading,
body.postid-3479 .ish-article-content .ish-arrow-heading .ish-heading-icon,
body.postid-3479 .ish-article-content .ish-arrow-heading span,
body .article_content .ish-arrow-heading,
body .article_content .ish-arrow-heading .ish-heading-icon,
body .article_content .ish-arrow-heading span,
body .ish-article-content .ish-arrow-heading,
body .ish-article-content .ish-arrow-heading .ish-heading-icon,
body .ish-article-content .ish-arrow-heading span {
  color: #58C7D7 !important;
}

/* Anti-regression: Stage 2 inner title / anchor title stays #3366FF and Lato. */
body.postid-3479 .ish-stage-anchor-heading h2,
body.postid-3479 .article_content .ish-stage-anchor-heading h2,
body.postid-3479 .ish-article-content .ish-stage-anchor-heading h2,
body .article_content .ish-stage-anchor-heading h2,
body .ish-article-content .ish-stage-anchor-heading h2 {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  color: #3366FF !important;
}

/* Stage 2 final last heading-blue fix.
   Strict targeted override only: Flip the Map + Looking Ahead headings. */

body.postid-3479 .article_content .ish-stage2-final-blue-heading,
body.postid-3479 .ish-article-content .ish-stage2-final-blue-heading,
body .article_content .ish-stage2-final-blue-heading,
body .ish-article-content .ish-stage2-final-blue-heading,
body.postid-3479 .article_content .ish-looking-ahead-heading,
body.postid-3479 .ish-article-content .ish-looking-ahead-heading,
body .article_content .ish-looking-ahead-heading,
body .ish-article-content .ish-looking-ahead-heading {
  color: #0038A8 !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
}

/* Anti-regression: this patch intentionally touches no other selectors. */
/* Stage 2 final fix: Flip the Map + Looking Ahead = #0038A8 */

body.postid-3479 .article_content .ish-marker-heading h2.ish-stage2-final-blue-heading,
body.postid-3479 .ish-article-content .ish-marker-heading h2.ish-stage2-final-blue-heading,
body .article_content .ish-marker-heading h2.ish-stage2-final-blue-heading,
body .ish-article-content .ish-marker-heading h2.ish-stage2-final-blue-heading,
body.postid-3479 .article_content h2.ish-stage2-final-blue-heading,
body.postid-3479 .ish-article-content h2.ish-stage2-final-blue-heading,
body .article_content h2.ish-stage2-final-blue-heading,
body .ish-article-content h2.ish-stage2-final-blue-heading,
body.postid-3479 .article_content .ish-marker-heading h2.ish-looking-ahead-heading,
body.postid-3479 .ish-article-content .ish-marker-heading h2.ish-looking-ahead-heading,
body .article_content .ish-marker-heading h2.ish-looking-ahead-heading,
body .ish-article-content .ish-marker-heading h2.ish-looking-ahead-heading,
body.postid-3479 .article_content h2.ish-looking-ahead-heading,
body.postid-3479 .ish-article-content h2.ish-looking-ahead-heading,
body .article_content h2.ish-looking-ahead-heading,
body .ish-article-content h2.ish-looking-ahead-heading {
  color: #0038A8 !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
}

/* Stage 2 final fix: force Flip the Map + Looking Ahead headings back to Lato */

html body .article_content .ish-stage2-final-blue-heading,
html body .article_content .ish-stage2-final-blue-heading *,
html body .ish-article-content .ish-stage2-final-blue-heading,
html body .ish-article-content .ish-stage2-final-blue-heading *,
html body .article_content .ish-looking-ahead-heading,
html body .article_content .ish-looking-ahead-heading *,
html body .ish-article-content .ish-looking-ahead-heading,
html body .ish-article-content .ish-looking-ahead-heading * {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  color: #0038A8 !important;
}

body.postid-3479 .article_content .ish-stage2-final-blue-heading,
body.postid-3479 .ish-article-content .ish-stage2-final-blue-heading,
body .article_content .ish-stage2-final-blue-heading,
body .ish-article-content .ish-stage2-final-blue-heading,
body.postid-3479 .article_content .ish-looking-ahead-heading,
body.postid-3479 .ish-article-content .ish-looking-ahead-heading,
body .article_content .ish-looking-ahead-heading,
body .ish-article-content .ish-looking-ahead-heading {
  color: #0038A8 !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
}

body .article_content .ish-stage2-final-blue-heading,
body .article_content .ish-stage2-final-blue-heading *,
body .ish-article-content .ish-stage2-final-blue-heading,
body .ish-article-content .ish-stage2-final-blue-heading *,
body .article_content .ish-looking-ahead-heading,
body .article_content .ish-looking-ahead-heading *,
body .ish-article-content .ish-looking-ahead-heading,
body .ish-article-content .ish-looking-ahead-heading * {
  color: #0038A8 !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
}

html body.postid-3479 .article_content h2.ish-stage2-final-blue-heading,
html body.postid-3479 .article_content h2.ish-stage2-final-blue-heading *,
html body.postid-3479 .ish-article-content h2.ish-stage2-final-blue-heading,
html body.postid-3479 .ish-article-content h2.ish-stage2-final-blue-heading *,
html body .article_content h2.ish-stage2-final-blue-heading,
html body .article_content h2.ish-stage2-final-blue-heading *,
html body .ish-article-content h2.ish-stage2-final-blue-heading,
html body .ish-article-content h2.ish-stage2-final-blue-heading *,
html body.postid-3479 .article_content h2.ish-looking-ahead-heading,
html body.postid-3479 .article_content h2.ish-looking-ahead-heading *,
html body.postid-3479 .ish-article-content h2.ish-looking-ahead-heading,
html body.postid-3479 .ish-article-content h2.ish-looking-ahead-heading *,
html body .article_content h2.ish-looking-ahead-heading,
html body .article_content h2.ish-looking-ahead-heading *,
html body .ish-article-content h2.ish-looking-ahead-heading,
html body .ish-article-content h2.ish-looking-ahead-heading * {
  color: #0038A8 !important;
  -webkit-text-fill-color: #0038A8 !important;
  text-fill-color: #0038A8 !important;
  background: transparent !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  text-shadow: none !important;
  filter: none !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
}

/* Stage 2 heading color softness test: keep size/weight, soften blue */
body .article_content h2.ish-stage2-final-blue-heading,
body .article_content h2.ish-stage2-final-blue-heading *,
body .ish-article-content h2.ish-stage2-final-blue-heading,
body .ish-article-content h2.ish-stage2-final-blue-heading *,
body .article_content h2.ish-looking-ahead-heading,
body .article_content h2.ish-looking-ahead-heading *,
body .ish-article-content h2.ish-looking-ahead-heading,
body .ish-article-content h2.ish-looking-ahead-heading * {
  color: #174EA6 !important;
  -webkit-text-fill-color: #174EA6 !important;
  font-weight: 900 !important;
}

/* Stage 2 final icon replacement: Looking Ahead recycle icon -> light-blue check icon.
   Paste at the bottom of WordPress Additional CSS. This changes only the icon marker. */

body.postid-3479 .article_content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon,
body.postid-3479 .ish-article-content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon,
body .article_content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon,
body .ish-article-content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  margin-right: 10px !important;
  border-radius: 8px !important;
  background: #b8d3ef !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  flex: 0 0 34px !important;
  overflow: hidden !important;
}

body.postid-3479 .article_content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon::before,
body.postid-3479 .ish-article-content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon::before,
body .article_content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon::before,
body .ish-article-content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon::before {
  content: "✓" !important;
  color: #ffffff !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 31px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  transform: translateY(-1px) !important;
}

/* Fallback for older WordPress emoji-image markup where the recycle icon is inside the h2. */
body.postid-3479 .article_content h2:has(img.emoji[alt="🔄"]),
body.postid-3479 .ish-article-content h2:has(img.emoji[alt="🔄"]),
body .article_content h2:has(img.emoji[alt="🔄"]),
body .ish-article-content h2:has(img.emoji[alt="🔄"]) {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

body.postid-3479 .article_content h2:has(img.emoji[alt="🔄"])::before,
body.postid-3479 .ish-article-content h2:has(img.emoji[alt="🔄"])::before,
body .article_content h2:has(img.emoji[alt="🔄"])::before,
body .ish-article-content h2:has(img.emoji[alt="🔄"])::before {
  content: "✓" !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 8px !important;
  background: #b8d3ef !important;
  color: #ffffff !important;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 31px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  flex: 0 0 34px !important;
  transform: translateY(-1px) !important;
}

body.postid-3479 .article_content h2:has(img.emoji[alt="🔄"]) img.emoji[alt="🔄"],
body.postid-3479 .ish-article-content h2:has(img.emoji[alt="🔄"]) img.emoji[alt="🔄"],
body .article_content h2:has(img.emoji[alt="🔄"]) img.emoji[alt="🔄"],
body .ish-article-content h2:has(img.emoji[alt="🔄"]) img.emoji[alt="🔄"] {
  display: none !important;
}

@media (max-width: 640px) {
  body.postid-3479 .article_content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon,
  body.postid-3479 .ish-article-content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon,
  body .article_content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon,
  body .ish-article-content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon,
  body.postid-3479 .article_content h2:has(img.emoji[alt="🔄"])::before,
  body.postid-3479 .ish-article-content h2:has(img.emoji[alt="🔄"])::before,
  body .article_content h2:has(img.emoji[alt="🔄"])::before,
  body .ish-article-content h2:has(img.emoji[alt="🔄"])::before {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    border-radius: 7px !important;
    flex-basis: 30px !important;
  }

  body.postid-3479 .article_content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon::before,
  body.postid-3479 .ish-article-content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon::before,
  body .article_content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon::before,
  body .ish-article-content .ish-marker-heading:has(.ish-looking-ahead-heading) > .ish-heading-icon::before,
  body.postid-3479 .article_content h2:has(img.emoji[alt="🔄"])::before,
  body.postid-3479 .ish-article-content h2:has(img.emoji[alt="🔄"])::before,
  body .article_content h2:has(img.emoji[alt="🔄"])::before,
  body .ish-article-content h2:has(img.emoji[alt="🔄"])::before {
    font-size: 27px !important;
  }
}


/* ===== ISH Skin: Driving AI Success (heading cards, stage chips) ===== */
.ish-skin-driving-ai h3.ish-archetype-card{display:flex !important;align-items:center !important;border-left:5px solid #0038A8 !important;background:#f5f8ff !important;border-radius:0 10px 10px 0 !important;padding:12px 18px !important;margin:24px 0 8px !important;color:#0038A8 !important}
.ish-skin-driving-ai h3.ish-stage-heading{display:flex !important;align-items:center !important;margin:22px 0 8px !important}
.ish-skin-driving-ai h3.ish-stage-heading .ish-stage-num{flex:0 0 auto !important;width:1.15em !important;height:1.15em !important;min-width:1.15em !important;border-radius:8px !important;background:#0038A8 !important;color:#fff !important;font-weight:900 !important;font-size:.84em !important;line-height:1 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;margin-right:.5em !important}
.ish-skin-driving-ai h3 .ish-heading-icon,.ish-skin-driving-ai h2 .ish-heading-icon{font-size:1.08em !important;line-height:1 !important;vertical-align:-.04em !important;margin-right:.30em !important;display:inline-flex !important;align-items:center !important}
.ish-skin-driving-ai p{max-width:68ch !important}
@media(max-width:782px){.ish-skin-driving-ai h3.ish-archetype-card{padding:10px 14px !important}.ish-skin-driving-ai p{max-width:100% !important}}


/* ===== ISH Skin: Scaling Up Without a Team (teal auto-style) ===== */
.ish-skin-scaling.ish-skin-scaling h2{color:#0E7490 !important;border-left:5px solid #0E7490 !important;padding-left:14px !important;margin:28px 0 10px !important;line-height:1.28 !important}
.ish-skin-scaling.ish-skin-scaling h3{color:#0a4d61 !important;margin:18px 0 7px !important}
.ish-skin-scaling.ish-skin-scaling p,.ish-skin-scaling.ish-skin-scaling li{max-width:72ch !important}

/* ===== ISH Skin: Building a Business That Works (emerald auto-style) ===== */
.ish-skin-building.ish-skin-building h2{color:#0E7C66 !important;border-bottom:3px solid #B8E0D3 !important;padding-bottom:6px !important;margin:28px 0 10px !important;line-height:1.28 !important}
.ish-skin-building.ish-skin-building h3{color:#0b5c4c !important;margin:18px 0 7px !important}
.ish-skin-building.ish-skin-building p,.ish-skin-building.ish-skin-building li{max-width:72ch !important}


/* ===== ISH body list readability: normal weight + black bullets ===== */
body .article_content li, body .ish-article-content li{font-weight:400 !important;color:#000000 !important}


/* ===== Driving AI — finalized heading system ===== */
.ish-skin-driving-ai h2:not([class]){font-size:36px !important;color:#38BDF8 !important;line-height:1.18 !important}
.ish-skin-driving-ai h2.ish-balanced-section-heading,.ish-skin-driving-ai h2.ish-shared-foundation-heading{font-size:30px !important;color:#0038A8 !important}
.ish-skin-driving-ai h3{font-size:26px !important}
.ish-skin-driving-ai h3.ish-archetype-card{font-size:30px !important}
.ish-skin-driving-ai h3.ish-tight-follow-heading,.ish-skin-driving-ai h3.ish-opening-lead{font-size:30px !important;color:#0038A8 !important}
.ish-skin-driving-ai h3.ish-ending-heading{font-size:26px !important;color:#58C7D7 !important;background:transparent !important;border:0 !important;padding:0 !important;display:block !important}
.ish-skin-driving-ai .ish-profile-label,.ish-skin-driving-ai .ish-profile-label strong{color:#000000 !important;font-size:20px !important}
.ish-skin-driving-ai .ish-inline-symbol,.ish-skin-driving-ai .ish-inline-symbol + strong{color:#38BDF8 !important}
.ish-skin-driving-ai .ish-marker-heading:not(.ish-stage-anchor-heading){background:#f5f8ff !important;border-left:0 !important;border-radius:12px !important;padding:12px 18px !important;margin:22px 0 10px !important;display:flex !important;align-items:flex-start !important;gap:10px !important}
.ish-skin-driving-ai .ish-marker-heading:not(.ish-stage-anchor-heading) > h2{flex:1 1 auto !important;margin:0 !important}
.ish-skin-driving-ai .ish-marker-heading:not(.ish-stage-anchor-heading) > .ish-heading-icon{flex:0 0 auto !important;margin:0 !important}


/* DA heading specificity fixes */
body .ish-skin-driving-ai .ish-stage-anchor-heading h2{color:#38BDF8 !important;font-size:36px !important}
body .ish-skin-driving-ai .ish-archetype-meta strong{color:#38BDF8 !important}
body .ish-skin-driving-ai .ish-profile-label,body .ish-skin-driving-ai .ish-profile-label strong{color:#000000 !important}

/* sparkle symbol black */
body .ish-skin-driving-ai .ish-inline-symbol{color:#000000 !important}


/* ============================================================
   STAGE 2 FINAL consolidating patch v2 (post 3479) — scoped only
   ============================================================ */
body.postid-3479 .article_content p:not([class*="stage2-detail-label"]),
body.postid-3479 .article_content li{font-size:20px !important;line-height:1.58 !important}
body.postid-3479 .article_content p{margin:0 0 13px !important}
body.postid-3479 .article_content ul,
body.postid-3479 .article_content ol{margin:4px 0 14px !important}
body.postid-3479 .article_content li{margin:0 0 5px !important}
body.postid-3479 .article_content h2,
body.postid-3479 .article_content h3{margin:16px 0 6px !important}
body.postid-3479 .ish-balanced-section-heading{font-size:34px !important}
body.postid-3479 .article_content h3:not([class]){font-size:34px !important;color:#0038A8 !important}
body.postid-3479 .ish-h3-sub{font-size:28px !important}
body.postid-3479 .ish-arrow-heading{font-size:34px !important;color:#58C7D7 !important;margin-top:26px !important;padding-bottom:8px !important;border-bottom:1px solid #58C7D7 !important;border-image:none !important}
body.postid-3479 [class*="stage2-detail-label"],
body.postid-3479 [class*="stage2-detail-label"] strong{font-size:30px !important;color:#374151 !important}
body.postid-3479 [class*="stage2-detail-label"]{margin:12px 0 4px !important}
body.postid-3479 .ish-stage-anchor-heading{margin-top:8px !important;align-items:center !important}
body.postid-3479 .ish-stage-anchor-heading h2{font-size:35px !important;color:#38BDF8 !important;line-height:1.2 !important}
body.postid-3479 .ish-stage-anchor-heading .ish-diamond-icon{font-size:39px !important;line-height:1 !important}
body.postid-3479 .ish-marker-heading{align-items:center !important}
body.postid-3479 .ish-heading-icon{font-size:1.9em !important;line-height:1 !important}
body.postid-3479 [class*="framework-interpretation"]{margin-bottom:12px !important}
/* TOP breadcrumb one-line */
body.postid-3479 .ish-series-header .ish-bc-row{display:flex !important;justify-content:space-between !important;align-items:center !important;flex-wrap:wrap !important;gap:10px !important;margin-top:12px !important;font-family:Lato,"Helvetica Neue",Arial,sans-serif !important}
body.postid-3479 .ish-series-header .ish-series-label{margin:0 !important;color:#6B7280 !important;font-family:Lato,"Helvetica Neue",Arial,sans-serif !important}
body.postid-3479 .ish-series-header .ish-breadcrumb-nav{font-family:Lato,"Helvetica Neue",Arial,sans-serif !important}
body.postid-3479 .ish-series-header .ish-breadcrumb-nav .breadcrumb-item{color:#58C7D7 !important;font-weight:800 !important;border-bottom:2px solid #58C7D7 !important;text-decoration:none !important}
body.postid-3479 .ish-series-header .ish-prev-next-row{display:none !important}
/* BOTTOM footer two cards (V3) */
body.postid-3479 .ish-series-footer-nav{background:#F5FAFF !important;border:4px double #1E3A8A !important;border-radius:14px !important;padding:16px 22px !important;font-family:Lato,"Helvetica Neue",Arial,sans-serif !important}
body.postid-3479 .ish-series-footer-nav .ish-footer-kicker{font-size:19px !important;font-weight:900 !important;letter-spacing:.04em !important;text-transform:uppercase !important;text-align:center !important;margin-bottom:11px !important;color:#38BDF8 !important}
body.postid-3479 .ish-fn-cards{display:flex !important;gap:14px !important}
body.postid-3479 .ish-fn-card{flex:1 !important;background:#fff !important;border-radius:10px !important;padding:9px 16px !important;text-decoration:none !important}
body.postid-3479 .ish-fn-card.prev{border:1.5px solid #38BDF8 !important;text-align:left !important}
body.postid-3479 .ish-fn-card.next{border:1.5px solid #58C7D7 !important;text-align:right !important}
body.postid-3479 .ish-fn-card .ish-fn-lbl{font-size:13px !important;font-weight:800 !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#6B7280 !important;display:block !important;margin-bottom:2px !important}
body.postid-3479 .ish-fn-card .ish-fn-ttl{font-size:18px !important;font-weight:900 !important;color:#1E3A8A !important}

body.postid-3479 .ish-end-check{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:30px !important;height:30px !important;background:#DBF0FC !important;border:2px solid #7DD3FC !important;border-radius:5px !important;color:#0EA5E9 !important;font-size:20px !important;font-weight:900 !important;line-height:1 !important;vertical-align:middle !important}

/* Stage 2 diamond title color hard override (beats anti-regression #3366FF) */
body.postid-3479 .article_content .ish-diamond-marker-heading.ish-stage-anchor-heading h2{color:#38BDF8 !important}

/* Stage 2 soft cards restore (#f5f8ff) */
body.postid-3479 .article_content .ish-balanced-section-heading,
body.postid-3479 .article_content .ish-marker-heading:not(.ish-stage-anchor-heading){background:#f5f8ff !important;padding:12px 18px !important;border-radius:10px !important}
body.postid-3479 .article_content .ish-marker-heading .ish-balanced-section-heading{background:transparent !important;padding:0 !important;border-radius:0 !important}

/* Stage 2 per-heading un-card exception (Deploy the Sequence) */
body.postid-3479 .article_content .ish-no-card{background:transparent !important;padding:0 !important;border-radius:0 !important}

/* Stage 2 BC force Lato all inner text */
body.postid-3479 .article_content .ish-bc-row,
body.postid-3479 .article_content .ish-bc-row *,
body.postid-3479 .article_content .ish-series-footer-nav,
body.postid-3479 .article_content .ish-series-footer-nav *{font-family:Lato,"Helvetica Neue",Arial,sans-serif !important}

/* Stage 2 top BC series-label color G1 (#767E8B) */
body.postid-3479 .article_content .ish-bc-row .ish-series-label{color:#767E8B !important}

/* Stage 2 Step gap top fix (beats general h3 margin) */
body.postid-3479 .article_content .ish-arrow-heading{margin-top:26px !important}

/* Stage 2 detail-label spacing fix (beats general p margin) */
body.postid-3479 .article_content [class*="stage2-detail-label"]{margin:12px 0 4px !important}

/* ============ STAGE 3 (post 3741) new BC design ============ */
body.postid-3741 .article_content .ish-bc-row{display:flex !important;justify-content:space-between !important;align-items:center !important;flex-wrap:wrap !important;gap:10px !important;margin-top:12px !important}
body.postid-3741 .article_content .ish-series-header .ish-series-label{margin:0 !important;color:#767E8B !important}
body.postid-3741 .article_content .ish-series-header .ish-breadcrumb-nav .breadcrumb-item{color:#58C7D7 !important;font-weight:800 !important;border-bottom:2px solid #58C7D7 !important;text-decoration:none !important}
body.postid-3741 .article_content .ish-series-header .ish-prev-next-row{display:none !important}
body.postid-3741 .article_content .ish-series-footer-nav{background:#F5FAFF !important;border:4px double #1E3A8A !important;border-radius:14px !important;padding:16px 22px !important}
body.postid-3741 .article_content .ish-series-footer-nav .ish-footer-kicker{font-size:19px !important;font-weight:900 !important;letter-spacing:.04em !important;text-transform:uppercase !important;text-align:center !important;margin-bottom:11px !important;color:#38BDF8 !important}
body.postid-3741 .article_content .ish-fn-cards{display:flex !important;gap:14px !important}
body.postid-3741 .article_content .ish-fn-card{flex:1 !important;background:#fff !important;border-radius:10px !important;padding:9px 16px !important;text-decoration:none !important}
body.postid-3741 .article_content .ish-fn-card.prev{border:1.5px solid #38BDF8 !important;text-align:left !important}
body.postid-3741 .article_content .ish-fn-card.next{border:1.5px solid #58C7D7 !important;text-align:right !important}
body.postid-3741 .article_content .ish-fn-card .ish-fn-lbl{font-size:13px !important;font-weight:800 !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#6B7280 !important;display:block !important;margin-bottom:2px !important}
body.postid-3741 .article_content .ish-fn-card .ish-fn-ttl{font-size:18px !important;font-weight:900 !important;color:#1E3A8A !important}
body.postid-3741 .article_content .ish-bc-row,body.postid-3741 .article_content .ish-bc-row *,body.postid-3741 .article_content .ish-series-footer-nav,body.postid-3741 .article_content .ish-series-footer-nav *{font-family:Lato,"Helvetica Neue",Arial,sans-serif !important}

/* STAGE 3 two targeted spacing narrows */
body.postid-3741 .article_content .ish-arrow-heading{margin-top:14px !important;margin-bottom:6px !important}
body.postid-3741 .article_content .ish-archetype-meta{margin-bottom:8px !important}

/* Stage 3 mark-as-read gap (reliable) */
body.postid-3741 .mark_as_read{margin-top:40px !important}

/* Stage 3 archetype title->Examples gentle narrow */
body.postid-3741 .article_content .ish-archetype-title-line{margin-bottom:10px !important}

/* Stage 3 emoji center in multi-line headings */
body.postid-3741 .article_content .ish-marker-heading{align-items:center !important}

/* Stage 3 archetype title narrow */
body.postid-3741 .article_content .ish-archetype-title-line{margin-bottom:10px !important}

/* Stage 3 batch2: emoji sizes + uniform domain gaps + archetype/decode gaps */
body.postid-3741 .article_content .ish-marker-heading .ish-heading-icon,body.postid-3741 .article_content .ish-marker-heading .ish-diamond-icon{font-size:30px !important}
body.postid-3741 .article_content .ish-stage-anchor-heading .ish-diamond-icon,body.postid-3741 .article_content .ish-stage-anchor-heading .ish-heading-icon{font-size:36px !important}
body.postid-3741 .article_content .ish-archetype-title-line .ish-heading-icon{font-size:30px !important}
body.postid-3741 .article_content ul{margin-bottom:19px !important}
body.postid-3741 .article_content .ish-archetype-title-line{margin-top:19px !important}
body.postid-3741 .article_content .ish-series-header{margin-bottom:27px !important}

/* Stage 3 arrow narrow (re-added) */
body.postid-3741 .article_content .ish-arrow-heading{margin-top:-12px !important;margin-bottom:6px !important}

/* ================= STAGE 1 (post 3473) — full Driving AI format ================= */
body.postid-3473 .article_content p:not([class*="detail-label"]), body.postid-3473 .article_content li{font-size:20px !important;line-height:1.58 !important}
body.postid-3473 .article_content p{margin:0 0 13px !important}
body.postid-3473 .article_content ul,body.postid-3473 .article_content ol{margin:4px 0 14px !important}
body.postid-3473 .article_content li{margin:0 0 5px !important}
body.postid-3473 .article_content h2,body.postid-3473 .article_content h3{margin:16px 0 6px !important}
/* sections: soft card + 34px royal */
body.postid-3473 .article_content .ish-balanced-section-heading{font-size:34px !important;color:#0038A8 !important;background:#f5f8ff !important;padding:12px 18px !important;border-radius:10px !important}
/* 2nd title: light blue 2-line, no card */
body.postid-3473 .article_content .ish-stage2title{font-size:35px !important;line-height:1.2 !important;color:#38BDF8 !important;background:transparent !important;padding:0 !important;border-radius:0 !important}
/* Pitfalls = Stage 2 Step style: 34px teal + hairline, no card */
body.postid-3473 .article_content .ish-pitfall-heading{font-size:34px !important;color:#58C7D7 !important;background:transparent !important;padding:0 0 8px 0 !important;border-radius:0 !important;border-bottom:1px solid #58C7D7 !important;margin-top:26px !important;margin-bottom:6px !important}
/* unbold body text except the 4 keep-bold anchor bullets */
body.postid-3473 .article_content p strong, body.postid-3473 .article_content li strong{font-weight:400 !important}
body.postid-3473 .article_content ul.ish-keep-bold li strong{font-weight:700 !important}
/* TOP breadcrumb one-line */
body.postid-3473 .article_content .ish-bc-row{display:flex !important;justify-content:space-between !important;align-items:center !important;flex-wrap:wrap !important;gap:10px !important;margin-top:12px !important}
body.postid-3473 .article_content .ish-series-header .ish-series-label{margin:0 !important;color:#767E8B !important}
body.postid-3473 .article_content .ish-series-header .ish-breadcrumb-nav .breadcrumb-item{color:#58C7D7 !important;font-weight:800 !important;border-bottom:2px solid #58C7D7 !important;text-decoration:none !important}
body.postid-3473 .article_content .ish-series-header{margin-bottom:27px !important}
/* BOTTOM footer two-card */
body.postid-3473 .article_content .ish-series-footer-nav{background:#F5FAFF !important;border:1.5px solid #1E3A8A !important;box-shadow:inset 0 0 0 2.5px #F5FAFF, inset 0 0 0 4px #38BDF8 !important;border-radius:14px !important;padding:16px 22px !important;margin-bottom:56px !important}
body.postid-3473 .article_content .ish-series-footer-nav .ish-footer-kicker{font-size:19px !important;font-weight:900 !important;letter-spacing:.04em !important;text-transform:uppercase !important;text-align:center !important;margin-bottom:11px !important;color:#38BDF8 !important}
body.postid-3473 .article_content .ish-fn-cards{display:flex !important;gap:14px !important}
body.postid-3473 .article_content .ish-fn-card{flex:1 !important;background:#fff !important;border-radius:10px !important;padding:9px 16px !important;text-decoration:none !important}
body.postid-3473 .article_content .ish-fn-card.prev{border:1.5px solid #38BDF8 !important;text-align:left !important}
body.postid-3473 .article_content .ish-fn-card.next{border:1.5px solid #58C7D7 !important;text-align:right !important}
body.postid-3473 .article_content .ish-fn-card .ish-fn-lbl{font-size:13px !important;font-weight:800 !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#6B7280 !important;display:block !important;margin-bottom:2px !important}
body.postid-3473 .article_content .ish-fn-card .ish-fn-ttl{font-size:18px !important;font-weight:900 !important;color:#1E3A8A !important}
body.postid-3473 .article_content .ish-bc-row,body.postid-3473 .article_content .ish-bc-row *,body.postid-3473 .article_content .ish-series-footer-nav,body.postid-3473 .article_content .ish-series-footer-nav *{font-family:Lato,"Helvetica Neue",Arial,sans-serif !important}
body.postid-3473 .mark_as_read{margin-top:40px !important}
/* ===== STAGE 1 corrections ===== */
body.postid-3473 .article_content .ish-indigo-heading{color:#1E3A8A !important;background:transparent !important;padding:0 !important;border-radius:0 !important}
body.postid-3473 .article_content .ish-card-heading{background:#f5f8ff !important;padding:12px 18px !important;border-radius:10px !important}
body.postid-3473 .article_content .ish-stage2title{font-style:normal !important}
body.postid-3473 .article_content .ish-stage2title em{font-style:normal !important}
body.postid-3473 .article_content .ish-pitfall-heading, body.postid-3473 .article_content .ish-pitfall-heading strong{color:#58C7D7 !important}
body.postid-3473 .article_content .ish-pitfall-heading{margin-top:13px !important}
body.postid-3473 .article_content li{color:#000000 !important}
body.postid-3473 .article_content .ish-continue-heading{font-size:28px !important;font-weight:900 !important;color:#0038A8 !important;text-align:center !important;margin:24px 0 12px !important;font-family:Lato,"Helvetica Neue",Arial,sans-serif !important}
/* ===== STAGE 1 round3 ===== */
body.postid-3473 .article_content h2, body.postid-3473 .article_content h2 strong,
body.postid-3473 .article_content .ish-balanced-section-heading, body.postid-3473 .article_content .ish-balanced-section-heading strong{color:#0432FF !important}
body.postid-3473 .article_content .ish-indigo-heading, body.postid-3473 .article_content .ish-indigo-heading strong{color:#0432FF !important}
body.postid-3473 .article_content .ish-pitfall-heading, body.postid-3473 .article_content .ish-pitfall-heading strong{color:#58C7D7 !important}
body.postid-3473 .article_content .ish-stage2title, body.postid-3473 .article_content .ish-stage2title strong{color:#38BDF8 !important}
body.postid-3473 .article_content .ish-subheading{font-size:26px !important}
body.postid-3473 .article_content .ish-enlarge, body.postid-3473 .article_content .ish-enlarge strong{font-size:30px !important;color:#0432FF !important}
body.postid-3473 .article_content h2{margin-top:26px !important}
body.postid-3473 .article_content .ish-pitfall-heading{margin-top:26px !important}
/* ===== STAGE 1 round4 ===== */
body.postid-3473 .article_content h2, body.postid-3473 .article_content h2 strong, body.postid-3473 .article_content .ish-balanced-section-heading, body.postid-3473 .article_content .ish-balanced-section-heading strong, body.postid-3473 .article_content .ish-indigo-heading, body.postid-3473 .article_content .ish-indigo-heading strong, body.postid-3473 .article_content .ish-enlarge, body.postid-3473 .article_content .ish-enlarge strong{color:#0038A8 !important}
body.postid-3473 .article_content .ish-pitfall-heading, body.postid-3473 .article_content .ish-pitfall-heading strong{color:#58C7D7 !important}
body.postid-3473 .article_content .ish-stage2title, body.postid-3473 .article_content .ish-stage2title strong{color:#38BDF8 !important}
body.postid-3473 .article_content ul.ish-keep-bold li{font-weight:400 !important;color:#000000 !important}
body.postid-3473 .article_content ul.ish-keep-bold li strong{color:#374151 !important;font-weight:700 !important}
body.postid-3473 .article_content .ish-continue-heading{font-size:30px !important;color:#0038A8 !important;margin:16px 0 6px !important}
body.postid-3473 .article_content .ish-series-footer-nav{margin-top:0 !important}
body.postid-3473 .article_content .ish-series-footer-nav .ish-footer-kicker{font-size:19px !important}
/* ===== STAGE 1 round5 ===== */
body.postid-3473 .article_content h3, body.postid-3473 .article_content h3 strong{color:#374151 !important}
/* ===== STAGE 1 round6 ===== */
body.postid-3473 .article_content .ish-h4-green, body.postid-3473 .article_content .ish-h4-green strong{color:#38BDF8 !important}
body.postid-3473 .article_content .ish-h4-sky, body.postid-3473 .article_content .ish-h4-sky strong{color:#38BDF8 !important}
/* STAGE 1 round7: continue heading enlarge (beat base p) + H4 sky */
body.postid-3473 .article_content p.ish-continue-heading{font-size:30px !important;color:#0038A8 !important}
/* STAGE 1 round8: "Pitfall That Cuts Across" -> sky blue (keep size) */
body.postid-3473 .article_content .ish-subheading, body.postid-3473 .article_content .ish-subheading strong{color:#38BDF8 !important}
/* STAGE 1 round9: five H4 "High-Impact Pitfalls..." headings -> 26px (match subheading), keep color */
body.postid-3473 .article_content .ish-h4-sky, body.postid-3473 .article_content .ish-h4-green,
body.postid-3473 .article_content .ish-h4-sky strong, body.postid-3473 .article_content .ish-h4-green strong{font-size:26px !important}
/* STAGE 1 round10a: "Risk Visibility..." opening heading -> Royal Blue (override indigo) */
body.postid-3473 .article_content .ish-indigo-heading,
body.postid-3473 .article_content .ish-indigo-heading strong{color:#0038A8 !important}
/* STAGE 1 round10b: three "High-Impact Pitfalls at This Stage:" lead lines -> sky blue, 26px */
body.postid-3473 .article_content li.ish-stage-lead > strong{color:#38BDF8 !important;font-size:26px !important}
/* STAGE 1 round11a: bold the three "High-Impact Pitfalls at This Stage:" lead lines */
body.postid-3473 .article_content li.ish-stage-lead > strong{font-weight:900 !important}
/* STAGE 1 round11b: Continue heading -> 28px (-2), add head room above, keep royal color */
body.postid-3473 .article_content p.ish-continue-heading{font-size:28px !important;padding-top:16px !important}
/* STAGE 1 round12: plain body text -> near-black #1A1A1A, regular weight (colored headings keep their own colors via their !important rules) */
body.postid-3473 .article_content p:not([class]),
body.postid-3473 .article_content li{color:#1A1A1A !important}
/* STAGE 1 round13: rotation symbol B4 (solid sky diamonds) flanking the Continue heading, ~0.66x glyph */
body.postid-3473 .article_content p.ish-continue-heading::before{content:"\25C6";color:#38BDF8;font-size:.66em;font-weight:900;margin-right:.5em;vertical-align:.08em}
body.postid-3473 .article_content p.ish-continue-heading::after{content:"\25C6";color:#38BDF8;font-size:.66em;font-weight:900;margin-left:.5em;vertical-align:.08em}
/* STAGE 1 round14: head room above the three stage headings (Beginning/Middle/End) */
body.postid-3473 .article_content h3.ish-stage-head{margin-top:21px !important}
/* STAGE 1 round15: five Function pitfall lists -> hollow circles, indented one layer (match stage blocks). Lead heading keeps no marker. */
body.postid-3473 .article_content h3.ish-h4-sky + ul,
body.postid-3473 .article_content h3.ish-h4-green + ul{list-style-type:circle !important;margin-left:26px !important;padding-left:18px !important}
body.postid-3473 .article_content h3.ish-h4-sky + ul > li,
body.postid-3473 .article_content h3.ish-h4-green + ul > li{list-style-type:circle !important}


/* ================= STAGE 1 (post 3997) — full Driving AI format ================= */
body.postid-3997 .article_content p:not([class*="detail-label"]), body.postid-3997 .article_content li{font-size:20px !important;line-height:1.58 !important}

body.postid-3997 .article_content p{margin:0 0 13px !important}

body.postid-3997 .article_content ul,body.postid-3997 .article_content ol{margin:4px 0 14px !important}

body.postid-3997 .article_content li{margin:0 0 5px !important}

body.postid-3997 .article_content h2,body.postid-3997 .article_content h3{margin:16px 0 6px !important}

/* sections: soft card + 34px royal */
body.postid-3997 .article_content .ish-balanced-section-heading{font-size:34px !important;color:#0038A8 !important;background:#f5f8ff !important;padding:12px 18px !important;border-radius:10px !important}

/* 2nd title: light blue 2-line, no card */
body.postid-3997 .article_content .ish-stage2title{font-size:35px !important;line-height:1.2 !important;color:#38BDF8 !important;background:transparent !important;padding:0 !important;border-radius:0 !important}

/* Pitfalls = Stage 2 Step style: 34px teal + hairline, no card */
body.postid-3997 .article_content .ish-pitfall-heading{font-size:34px !important;color:#58C7D7 !important;background:transparent !important;padding:0 0 8px 0 !important;border-radius:0 !important;border-bottom:1px solid #58C7D7 !important;margin-top:26px !important;margin-bottom:6px !important}

/* unbold body text except the 4 keep-bold anchor bullets */
body.postid-3997 .article_content p strong, body.postid-3997 .article_content li strong{font-weight:400 !important}

body.postid-3997 .article_content ul.ish-keep-bold li strong{font-weight:700 !important}

/* TOP breadcrumb one-line */
body.postid-3997 .article_content .ish-bc-row{display:flex !important;justify-content:space-between !important;align-items:center !important;flex-wrap:wrap !important;gap:10px !important;margin-top:12px !important}

body.postid-3997 .article_content .ish-series-header .ish-series-label{margin:0 !important;color:#767E8B !important}

body.postid-3997 .article_content .ish-series-header .ish-breadcrumb-nav .breadcrumb-item{color:#58C7D7 !important;font-weight:800 !important;border-bottom:2px solid #58C7D7 !important;text-decoration:none !important}

body.postid-3997 .article_content .ish-series-header{margin-bottom:27px !important}

/* BOTTOM footer two-card */
body.postid-3997 .article_content .ish-series-footer-nav{background:#F5FAFF !important;border:1.5px solid #1E3A8A !important;box-shadow:inset 0 0 0 2.5px #F5FAFF, inset 0 0 0 4px #38BDF8 !important;border-radius:14px !important;padding:16px 22px !important;margin-bottom:56px !important}

body.postid-3997 .article_content .ish-series-footer-nav .ish-footer-kicker{font-size:19px !important;font-weight:900 !important;letter-spacing:.04em !important;text-transform:uppercase !important;text-align:center !important;margin-bottom:11px !important;color:#38BDF8 !important}

body.postid-3997 .article_content .ish-fn-cards{display:flex !important;gap:14px !important}

body.postid-3997 .article_content .ish-fn-card{flex:1 !important;background:#fff !important;border-radius:10px !important;padding:9px 16px !important;text-decoration:none !important}

body.postid-3997 .article_content .ish-fn-card.prev{border:1.5px solid #38BDF8 !important;text-align:left !important}

body.postid-3997 .article_content .ish-fn-card.next{border:1.5px solid #58C7D7 !important;text-align:right !important}

body.postid-3997 .article_content .ish-fn-card .ish-fn-lbl{font-size:13px !important;font-weight:800 !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#6B7280 !important;display:block !important;margin-bottom:2px !important}

body.postid-3997 .article_content .ish-fn-card .ish-fn-ttl{font-size:18px !important;font-weight:900 !important;color:#1E3A8A !important}

body.postid-3997 .article_content .ish-bc-row,body.postid-3997 .article_content .ish-bc-row *,body.postid-3997 .article_content .ish-series-footer-nav,body.postid-3997 .article_content .ish-series-footer-nav *{font-family:Lato,"Helvetica Neue",Arial,sans-serif !important}

body.postid-3997 .mark_as_read{margin-top:40px !important}

/* ===== STAGE 1 corrections ===== */
body.postid-3997 .article_content .ish-indigo-heading{color:#1E3A8A !important;background:transparent !important;padding:0 !important;border-radius:0 !important}

body.postid-3997 .article_content .ish-card-heading{background:#f5f8ff !important;padding:12px 18px !important;border-radius:10px !important}

body.postid-3997 .article_content .ish-stage2title{font-style:normal !important}

body.postid-3997 .article_content .ish-stage2title em{font-style:normal !important}

body.postid-3997 .article_content .ish-pitfall-heading, body.postid-3997 .article_content .ish-pitfall-heading strong{color:#58C7D7 !important}

body.postid-3997 .article_content .ish-pitfall-heading{margin-top:13px !important}

body.postid-3997 .article_content li{color:#000000 !important}

body.postid-3997 .article_content .ish-continue-heading{font-size:28px !important;font-weight:900 !important;color:#0038A8 !important;text-align:center !important;margin:24px 0 12px !important;font-family:Lato,"Helvetica Neue",Arial,sans-serif !important}

/* ===== STAGE 1 round3 ===== */
body.postid-3997 .article_content h2, body.postid-3997 .article_content h2 strong,
body.postid-3997 .article_content .ish-balanced-section-heading, body.postid-3997 .article_content .ish-balanced-section-heading strong{color:#0432FF !important}

body.postid-3997 .article_content .ish-indigo-heading, body.postid-3997 .article_content .ish-indigo-heading strong{color:#0432FF !important}

body.postid-3997 .article_content .ish-pitfall-heading, body.postid-3997 .article_content .ish-pitfall-heading strong{color:#58C7D7 !important}

body.postid-3997 .article_content .ish-stage2title, body.postid-3997 .article_content .ish-stage2title strong{color:#38BDF8 !important}

body.postid-3997 .article_content .ish-subheading{font-size:26px !important}

body.postid-3997 .article_content .ish-enlarge, body.postid-3997 .article_content .ish-enlarge strong{font-size:30px !important;color:#0432FF !important}

body.postid-3997 .article_content h2{margin-top:26px !important}

body.postid-3997 .article_content .ish-pitfall-heading{margin-top:26px !important}

/* ===== STAGE 1 round4 ===== */
body.postid-3997 .article_content h2, body.postid-3997 .article_content h2 strong, body.postid-3997 .article_content .ish-balanced-section-heading, body.postid-3997 .article_content .ish-balanced-section-heading strong, body.postid-3997 .article_content .ish-indigo-heading, body.postid-3997 .article_content .ish-indigo-heading strong, body.postid-3997 .article_content .ish-enlarge, body.postid-3997 .article_content .ish-enlarge strong{color:#0038A8 !important}

body.postid-3997 .article_content .ish-pitfall-heading, body.postid-3997 .article_content .ish-pitfall-heading strong{color:#58C7D7 !important}

body.postid-3997 .article_content .ish-stage2title, body.postid-3997 .article_content .ish-stage2title strong{color:#38BDF8 !important}

body.postid-3997 .article_content ul.ish-keep-bold li{font-weight:400 !important;color:#000000 !important}

body.postid-3997 .article_content ul.ish-keep-bold li strong{color:#374151 !important;font-weight:700 !important}

body.postid-3997 .article_content .ish-continue-heading{font-size:30px !important;color:#0038A8 !important;margin:16px 0 6px !important}

body.postid-3997 .article_content .ish-series-footer-nav{margin-top:0 !important}

body.postid-3997 .article_content .ish-series-footer-nav .ish-footer-kicker{font-size:19px !important}

/* ===== STAGE 1 round5 ===== */
body.postid-3997 .article_content h3, body.postid-3997 .article_content h3 strong{color:#374151 !important}

/* ===== STAGE 1 round6 ===== */
body.postid-3997 .article_content .ish-h4-green, body.postid-3997 .article_content .ish-h4-green strong{color:#38BDF8 !important}

body.postid-3997 .article_content .ish-h4-sky, body.postid-3997 .article_content .ish-h4-sky strong{color:#38BDF8 !important}

/* STAGE 1 round7: continue heading enlarge (beat base p) + H4 sky */
body.postid-3997 .article_content p.ish-continue-heading{font-size:30px !important;color:#0038A8 !important}

/* STAGE 1 round8: "Pitfall That Cuts Across" -> sky blue (keep size) */
body.postid-3997 .article_content .ish-subheading, body.postid-3997 .article_content .ish-subheading strong{color:#38BDF8 !important}

/* STAGE 1 round9: five H4 "High-Impact Pitfalls..." headings -> 26px (match subheading), keep color */
body.postid-3997 .article_content .ish-h4-sky, body.postid-3997 .article_content .ish-h4-green,
body.postid-3997 .article_content .ish-h4-sky strong, body.postid-3997 .article_content .ish-h4-green strong{font-size:26px !important}

/* STAGE 1 round10a: "Risk Visibility..." opening heading -> Royal Blue (override indigo) */
body.postid-3997 .article_content .ish-indigo-heading,
body.postid-3997 .article_content .ish-indigo-heading strong{color:#0038A8 !important}

/* STAGE 1 round10b: three "High-Impact Pitfalls at This Stage:" lead lines -> sky blue, 26px */
body.postid-3997 .article_content li.ish-stage-lead > strong{color:#38BDF8 !important;font-size:26px !important}

/* STAGE 1 round11a: bold the three "High-Impact Pitfalls at This Stage:" lead lines */
body.postid-3997 .article_content li.ish-stage-lead > strong{font-weight:900 !important}

/* STAGE 1 round11b: Continue heading -> 28px (-2), add head room above, keep royal color */
body.postid-3997 .article_content p.ish-continue-heading{font-size:28px !important;padding-top:16px !important}

/* STAGE 1 round12: plain body text -> near-black #1A1A1A, regular weight (colored headings keep their own colors via their !important rules) */
body.postid-3997 .article_content p:not([class]),
body.postid-3997 .article_content li{color:#1A1A1A !important}

/* STAGE 1 round13: rotation symbol B4 (solid sky diamonds) flanking the Continue heading, ~0.66x glyph */
body.postid-3997 .article_content p.ish-continue-heading::before{content:"\25C6";color:#38BDF8;font-size:.66em;font-weight:900;margin-right:.5em;vertical-align:.08em}

body.postid-3997 .article_content p.ish-continue-heading::after{content:"\25C6";color:#38BDF8;font-size:.66em;font-weight:900;margin-left:.5em;vertical-align:.08em}

/* STAGE 1 round14: head room above the three stage headings (Beginning/Middle/End) */
body.postid-3997 .article_content h3.ish-stage-head{margin-top:21px !important}

/* STAGE 1 round15: five Function pitfall lists -> hollow circles, indented one layer (match stage blocks). Lead heading keeps no marker. */
body.postid-3997 .article_content h3.ish-h4-sky + ul,
body.postid-3997 .article_content h3.ish-h4-green + ul{list-style-type:circle !important;margin-left:26px !important;padding-left:18px !important}

body.postid-3997 .article_content h3.ish-h4-sky + ul > li,
body.postid-3997 .article_content h3.ish-h4-green + ul > li{list-style-type:circle !important}

/* ===== STAGE 4 (3997) specific ===== */
body.postid-3997 .article_content .ish-subtitle{color:#5a6678 !important;font-style:italic;font-size:18px !important;margin-top:-2px}
/* Tier headings: royal, number badge + arrow, NOT soft-carded */
body.postid-3997 .article_content h2.ish-tier-heading{color:#0038A8 !important;font-size:30px !important;background:transparent !important;border:none !important;box-shadow:none !important;padding:4px 0 !important;margin:36px 0 6px !important}
body.postid-3997 .article_content h2.ish-tier-heading strong{color:#0038A8 !important;font-weight:900}
body.postid-3997 .article_content h2.ish-tier-heading .ish-tiernum,
body.postid-3997 .article_content .ish-tier-card .ish-tiernum{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#1E3A8A !important;color:#fff !important;font-weight:900;font-size:17px;flex:none;vertical-align:middle;margin-right:8px}
/* Tier overview mini-cards (Option B, bright edges) */
body.postid-3997 .article_content .ish-tier-cards{display:flex;flex-direction:column;gap:12px;margin:14px 0 22px}
body.postid-3997 .article_content .ish-tier-card{display:flex;gap:13px;align-items:flex-start;background:#fff;border:1.5px solid #e3eefb;border-radius:12px;padding:13px 18px;box-shadow:0 1px 3px rgba(20,40,80,.05)}
body.postid-3997 .article_content .ish-tier-card.t1{border-left:5px solid #3B82F6}
body.postid-3997 .article_content .ish-tier-card.t2{border-left:5px solid #60A5FA}
body.postid-3997 .article_content .ish-tier-card.t3{border-left:5px solid #58C7D7}
body.postid-3997 .article_content .ish-tier-card.t4{border-left:5px solid #38BDF8}
body.postid-3997 .article_content .ish-tc-body{flex:1}
body.postid-3997 .article_content .ish-tc-name{font-weight:900 !important;color:#0038A8 !important;font-size:18px}
body.postid-3997 .article_content .ish-tc-tag{display:inline-block;font-size:12px;font-weight:800;color:#0E7490;background:#E5F6FA;border-radius:20px;padding:2px 10px;margin-left:4px}
body.postid-3997 .article_content .ish-tc-layer{font-size:12px;font-weight:800;color:#7a8699;text-transform:uppercase;letter-spacing:.04em;margin-left:4px}
body.postid-3997 .article_content .ish-tc-desc{color:#1A1A1A !important;font-size:15.5px;margin-top:3px}
/* ===== STAGE 4 fixes F1 ===== */
/* item1: two emoji sub-headings per challenge -> Navy #1E3A8A, 28px */
body.postid-3997 .article_content h3:not([class]),
body.postid-3997 .article_content h3:not([class]) strong{color:#1E3A8A !important;font-size:28px !important}
/* item7: Continue glyph = Map (override cloned diamond) */
body.postid-3997 .article_content p.ish-continue-heading::before{content:"🗺️" !important;color:initial !important;font-size:.7em !important;font-weight:400 !important;margin-right:.45em !important;vertical-align:.06em}
body.postid-3997 .article_content p.ish-continue-heading::after{content:"🗺️" !important;color:initial !important;font-size:.7em !important;font-weight:400 !important;margin-left:.45em !important;vertical-align:.06em}
/* item2: Tier overview cards -> blue soft-card background */
body.postid-3997 .article_content .ish-tier-card{background:#F5F8FF !important}
/* item4: subtitle bold, H3 size, non-italic */
body.postid-3997 .article_content .ish-subtitle{font-weight:900 !important;font-size:28px !important;font-style:normal !important;color:#1E3A8A !important}
/* item5: "Four Tiers of Investment" heading -> one line (smaller) */
body.postid-3997 .article_content h2.ish-fourtiers{font-size:22px !important}
/* item3: downgraded "Putting the Pyramid to Work" (h3 soft card) -> royal, smaller */
body.postid-3997 .article_content h3.ish-sub-section{font-size:24px !important;color:#0038A8 !important}
body.postid-3997 .article_content h3.ish-sub-section strong{color:#0038A8 !important}
/* ===== STAGE 4 fixes F2 ===== */
/* item2: number badges -> heading-size (Tier headings) + full badge styling for box rows */
body.postid-3997 .article_content h2.ish-tier-heading .ish-tiernum,
body.postid-3997 .article_content .ish-tier-row .ish-tiernum{display:inline-flex !important;align-items:center;justify-content:center;background:#1E3A8A !important;color:#fff !important;font-weight:900;flex:none}
body.postid-3997 .article_content h2.ish-tier-heading .ish-tiernum{width:40px !important;height:40px !important;font-size:26px !important;border-radius:10px !important;margin-right:10px !important;vertical-align:middle}
body.postid-3997 .article_content .ish-tier-row .ish-tiernum{width:30px !important;height:30px !important;font-size:17px !important;border-radius:8px !important}
/* item3a: light-blue CSS checkbox on the ending heading (matches Stage 2 look, cross-platform) */
body.postid-3997 .article_content h2.ish-end-heading::before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:.86em;height:.86em;background:#38BDF8;color:#fff;border-radius:7px;font-size:.82em;font-weight:900;line-height:1;margin-right:.42em;vertical-align:.04em}
/* item3b: boxed Option-1 overview (single blue soft card, four rows) */
body.postid-3997 .article_content .ish-tier-box{background:#F5FAFF;border:1.5px solid #cfe0f5;border-left:6px solid #38BDF8;border-radius:0 12px 12px 0;padding:6px 22px;margin:16px 0 22px}
body.postid-3997 .article_content .ish-tier-row{display:flex;gap:13px;align-items:flex-start;padding:14px 0;border-bottom:1px dashed #d7e3f2}
body.postid-3997 .article_content .ish-tier-box .ish-tier-row:last-child{border-bottom:none}
body.postid-3997 .article_content .ish-tier-box .ish-tc-body{flex:1}
/* item4: subtitle + "Putting the Pyramid to Work" one tier higher */
body.postid-3997 .article_content .ish-subtitle{font-size:34px !important}
body.postid-3997 .article_content h3.ish-sub-section{font-size:30px !important}
/* ===== STAGE 4 fixes F3 ===== */
/* subtitle "A Layered Approach…" = same as "Putting the Pyramid" H3 (30px); p.ish-subtitle beats base p rule */
body.postid-3997 .article_content p.ish-subtitle{font-size:30px !important}
/* "Four Tiers of Investment" -> H2 (34px) */
body.postid-3997 .article_content h2.ish-fourtiers{font-size:34px !important}
/* overview box tier names (1–4) -> H3-ish (enlarged) */
body.postid-3997 .article_content .ish-tier-box .ish-tc-name{font-size:24px !important}
/* ===== STAGE 4 fixes F4: circled numbers (Option D soft) on the 15 challenge headings ===== */
body.postid-3997 .article_content .ish-pitfall-heading .ish-cnum{display:inline-flex;align-items:center;justify-content:center;width:1.25em;height:1.25em;border-radius:50%;font-size:.74em;font-weight:900;background:#E5ECF8 !important;color:#1E3A8A !important;border:1.5px solid #9DB6E0;flex:none;vertical-align:middle;margin-right:.14em}
/* ===== STAGE 4 fixes F5 ===== */
/* 1. subtitle -> Royal Blue */
body.postid-3997 .article_content p.ish-subtitle{color:#0038A8 !important}
/* 2. "Four Tiers of Investment" -> 32px (one line) */
body.postid-3997 .article_content h2.ish-fourtiers{font-size:32px !important}
/* 3. overview box -> scale up (H2-H3) + force Lato */
body.postid-3997 .article_content .ish-tier-box,
body.postid-3997 .article_content .ish-tier-box *{font-family:Lato,"Helvetica Neue",Arial,sans-serif !important}
body.postid-3997 .article_content .ish-tier-box .ish-tc-name{font-size:28px !important}
body.postid-3997 .article_content .ish-tier-box .ish-tc-desc{font-size:18px !important}
body.postid-3997 .article_content .ish-tier-box .ish-tc-tag{font-size:13px !important}
body.postid-3997 .article_content .ish-tier-box .ish-tc-layer{font-size:13px !important}
body.postid-3997 .article_content .ish-tier-row .ish-tiernum{width:34px !important;height:34px !important;font-size:19px !important}
/* 4. challenge circled numbers -> solid navy, white, slightly bigger */
body.postid-3997 .article_content .ish-pitfall-heading .ish-cnum{background:#1E3A8A !important;color:#fff !important;border:none !important;width:1.35em !important;height:1.35em !important;font-size:.7em !important}
/* 5. Tier-heading square badges -> smaller */
body.postid-3997 .article_content h2.ish-tier-heading .ish-tiernum{width:32px !important;height:32px !important;font-size:19px !important;border-radius:8px !important}
/* 6. ending-heading blue checkbox -> a little bigger */
body.postid-3997 .article_content h2.ish-end-heading::before{width:1em !important;height:1em !important;font-size:.92em !important}
/* ===== STAGE 4 fixes F6 ===== */
/* circled numbers -> HOLLOW navy (Option D shape, open), slightly larger to match heading */
body.postid-3997 .article_content .ish-pitfall-heading .ish-cnum{background:transparent !important;color:#1E3A8A !important;border:2.5px solid #1E3A8A !important;width:1.4em !important;height:1.4em !important;font-size:.74em !important}
/* "The AI Resource Pyramid: Four Tiers of Investment" -> no soft card, navy text, half the headroom */
body.postid-3997 .article_content h2.ish-fourtiers{background:none !important;background-color:transparent !important;border:none !important;box-shadow:none !important;padding:0 !important;margin-top:13px !important;color:#1E3A8A !important}
body.postid-3997 .article_content h2.ish-fourtiers strong{color:#1E3A8A !important}
/* ===== STAGE 4 fixes F7: circled numbers -> light-blue fill inside navy ring ===== */
body.postid-3997 .article_content .ish-pitfall-heading .ish-cnum{background:#E5ECF8 !important}
/* ===== STAGE 4 fixes F8 ===== */
/* "Four Tiers of Investment" -> near-black */
body.postid-3997 .article_content h2.ish-fourtiers,
body.postid-3997 .article_content h2.ish-fourtiers strong{color:#1A1A1A !important}
/* circled-number ring -> deep grey (lighter than navy) */
body.postid-3997 .article_content .ish-pitfall-heading .ish-cnum{border-color:#374151 !important}
/* ===== STAGE 4 fixes F9: lighten circle inner fill ===== */
body.postid-3997 .article_content .ish-pitfall-heading .ish-cnum{background:#F1F5FC !important}
/* ===== STAGE 4 fixes F10: heading D (teal) + tier-row R1 ===== */
/* D: "Putting the Pyramid to Work" -> teal */
body.postid-3997 .article_content h3.ish-sub-section,
body.postid-3997 .article_content h3.ish-sub-section strong{color:#58C7D7 !important}
/* R1: enlarge urgency/impact pill + navy "Bottom layer" chip (same line) */
body.postid-3997 .article_content .ish-tier-box .ish-tc-tag{font-size:15.5px !important;background:#DBF1F7 !important;padding:3px 13px !important}
body.postid-3997 .article_content .ish-tier-box .ish-tc-layer{font-size:13px !important;font-weight:900 !important;color:#fff !important;background:#1E3A8A !important;border-radius:6px !important;padding:2px 9px !important}
/* ===== STAGE 4 fixes F11: tier-row R3 (meta on its own line under the name) ===== */
body.postid-3997 .article_content .ish-tier-box .ish-tc-name{display:block !important;margin-bottom:6px !important}
body.postid-3997 .article_content .ish-tier-box .ish-tc-layer{margin-left:7px !important;display:inline-block;margin-top:2px}
/* ===== STAGE 4 fixes F12: circle fill -> light lavender (Option B) ===== */
body.postid-3997 .article_content .ish-pitfall-heading .ish-cnum{background:#ECE9FB !important}
/* ===== STAGE 4 fixes F13: circles 1-6 -> aqua (D); 7-15 stay lavender ===== */
body.postid-3997 .article_content .ish-pitfall-heading .ish-cnum.ish-cnum-aqua{background:#E0F4F7 !important}
/* ===== STAGE 4 fixes F14: all circles aqua + tier-row R2 ===== */
body.postid-3997 .article_content .ish-pitfall-heading .ish-cnum{background:#E0F4F7 !important}
body.postid-3997 .article_content .ish-tier-box .ish-tc-name{display:inline !important;margin-bottom:0 !important}
body.postid-3997 .article_content .ish-tier-box .ish-tc-lay2{color:#1E3A8A !important;font-weight:900 !important}
/* ===== STAGE 4 fixes F15: lift Tier-heading square badge to line center ===== */
body.postid-3997 .article_content h2.ish-tier-heading .ish-tiernum{vertical-align:middle !important;position:relative !important;top:-5px !important}
/* ===== STAGE 4 fixes F21 (re-consolidated) ===== */
body.postid-3997 .article_content p.ish-lede{font-size:23px !important;font-weight:600 !important;color:#3D5A80 !important;line-height:1.35 !important;margin:8px 0 16px !important}
body.postid-3997 .article_content p.ish-continue-heading::before{content:"🗺️" !important;color:initial !important;font-size:0.9em !important;font-weight:400 !important;margin-right:.4em !important;vertical-align:.04em}
body.postid-3997 .article_content p.ish-continue-heading::after{content:"🗺️" !important;color:initial !important;font-size:0.9em !important;font-weight:400 !important;margin-left:.4em !important;vertical-align:.04em}
body.postid-3997 .article_content h2.ish-end-heading::before{background:#E6F4FB !important;color:#38BDF8 !important;border:1.5px solid #A9D8EE !important}
/* ===== STAGE 4 fixes F22 ===== */
body.postid-3997 .article_content p.ish-continue-heading::before{margin-right:.6em !important}
body.postid-3997 .framework-interpretation-layer,
body.postid-3997 .framework-interpretation-layer *{font-family:Lato,"Helvetica Neue",Arial,sans-serif !important}
/* ===== STAGE 4 fixes F23 ===== */
body.postid-3997 h2.article_subheading{font-size:31px !important;font-weight:700 !important}
body.postid-3997 .article_content p.ish-lede{color:#2A4365 !important;font-weight:700 !important}
/* ===== SERIES ROLLOUT R1 (global) ===== */
body.single-article h2.article_subheading{font-size:31px !important;font-weight:700 !important}
.elementor-element-e17075f .elementor-heading-title{color:#0038A8 !important}
.elementor-element-f97b44f .elementor-heading-title{color:#0E7490 !important}
/* ===== SERIES ROLLOUT R2 — sidebar Loved-this fix + bottom-BC Map glyph on Stage 1/2/3 ===== */
.elementor-element-2e104e3 .elementor-heading-title{color:#0038A8 !important}
body.postid-3473 .article_content p.ish-continue-heading::before,
body.postid-3479 .article_content p.ish-continue-heading::before,
body.postid-3741 .article_content p.ish-continue-heading::before{content:"🗺️" !important;color:initial !important;font-size:0.9em !important;font-weight:400 !important;margin-right:.6em !important;vertical-align:.04em !important}
body.postid-3473 .article_content p.ish-continue-heading::after,
body.postid-3479 .article_content p.ish-continue-heading::after,
body.postid-3741 .article_content p.ish-continue-heading::after{content:"🗺️" !important;color:initial !important;font-size:0.9em !important;font-weight:400 !important;margin-left:.4em !important;vertical-align:.04em !important}
/* ===== SERIES ROLLOUT R3 — Continue-heading base style for Stage 2 & 3 (match Stage 4) ===== */
body.postid-3479 .article_content p.ish-continue-heading,
body.postid-3741 .article_content p.ish-continue-heading{font-size:28px !important;font-weight:900 !important;color:#0038A8 !important;text-align:center !important;margin:16px 0 6px !important;padding-top:16px !important}
/* ===== SERIES ROLLOUT R4 — step/pitfall sub-heads -> Stage-4 navy #1E3A8A (per-stage selectors) ===== */
body.postid-3473 .article_content h3:not([class]){color:#1E3A8A !important}
body.postid-3479 .article_content p.ish-stage2-detail-label{color:#1E3A8A !important}
/* ===== SERIES ROLLOUT R5 — tighten Continue->footer gap on Stage 2 & 3 (match Stage 1/4) ===== */
body.postid-3479 .article_content .ish-series-footer-nav,
body.postid-3741 .article_content .ish-series-footer-nav{margin-top:0 !important}

/* === Series Highlights (3468) — intro rollout === */
body.postid-3468 .article_content .ish-continue-heading{ text-align:center; }
body.postid-3468 .article_content .ish-continue-heading::before{ content:"\1F9D7"; font-size:.9em; margin-right:.5em; vertical-align:middle; }
body.postid-3468 .article_content .ish-continue-heading::after{ content:"\1F9D7"; font-size:.9em; margin-left:.5em; vertical-align:middle; }
body.postid-3468 .article_content .ish-series-footer-nav{ background:#F5FAFF; border:1.25px solid #1E3A8A; box-shadow:inset 0 0 0 2.5px #F5FAFF, inset 0 0 0 4px #38BDF8; border-radius:14px; padding:16px 22px; margin:8px 0 56px; }
body.postid-3468 .ish-series-footer-nav .ish-kicker{ text-align:center; color:#38BDF8; font-weight:900; font-size:19px; letter-spacing:.76px; text-transform:uppercase; margin-bottom:13px; }
body.postid-3468 .ish-series-footer-nav .ish-cards{ display:flex; gap:16px; }
body.postid-3468 .ish-series-footer-nav .ish-card{ flex:1; background:#fff; border-radius:10px; padding:10px 16px; text-decoration:none; }
body.postid-3468 .ish-series-footer-nav .ish-card.prev{ border:1.25px solid #38BDF8; }
body.postid-3468 .ish-series-footer-nav .ish-card.next{ border:1.25px solid #58C7D7; text-align:right; }
body.postid-3468 .ish-series-footer-nav .ish-lbl{ display:block; font-size:13px; font-weight:700; color:#6B7280; margin-bottom:2px; }
body.postid-3468 .ish-series-footer-nav .ish-ttl{ display:block; font-size:18px; font-weight:700; color:#1E3A8A; line-height:1.25; }
body.postid-3468 .article_content ul.ish-value-cards{ list-style:none; counter-reset:vc; padding-left:0; margin:14px 0; }
body.postid-3468 .article_content ul.ish-value-cards li{ counter-increment:vc; position:relative; background:#fff; border:1px solid #e3e8f0; border-radius:10px; padding:12px 16px 12px 58px; margin-bottom:10px; color:#000; font-weight:400; }
body.postid-3468 .article_content ul.ish-value-cards li::before{ content:counter(vc); position:absolute; left:14px; top:12px; width:30px; height:30px; border-radius:50%; background:#0038A8; color:#fff; font-weight:900; text-align:center; line-height:30px; font-size:15px; }
body.postid-3468 .article_content ul.ish-value-cards li strong{ display:block; color:#0038A8; font-weight:900; margin-bottom:2px; }
body.postid-3468 .article_content ul.ish-arrow-list{ list-style:none; padding-left:28px; margin:14px 0; }
body.postid-3468 .article_content ul.ish-arrow-list li{ position:relative; color:#000; font-weight:400; margin-bottom:5px; }
body.postid-3468 .article_content ul.ish-arrow-list li::before{ content:"\27A4"; color:#58C7D7; position:absolute; left:-22px; }

/* Series Highlights (3468) — fixes round 1 (!important over theme) */
body.postid-3468 .article_content ul.ish-value-cards{ list-style:none !important; padding-left:0 !important; margin:14px 0 !important; }
body.postid-3468 .article_content ul.ish-value-cards li{ padding:12px 16px 12px 58px !important; margin-bottom:10px !important; }
body.postid-3468 .article_content ul.ish-arrow-list{ list-style:none !important; padding-left:28px !important; margin:14px 0 !important; }
body.postid-3468 .article_content ul.ish-arrow-list li{ padding-left:0 !important; margin-bottom:5px !important; }

/* Series Highlights (3468) — top BC (Style B / TB-A) */
body.postid-3468 .article_content p.ish-top-bc{ background:#EAF2FB !important; border-radius:8px; padding:11px 18px !important; margin:0 0 18px !important; display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap; font-family:Lato,sans-serif !important; }
body.postid-3468 .article_content p.ish-top-bc .ish-bc-series{ color:#767E8B !important; font-weight:700; font-size:13px; letter-spacing:.4px; text-transform:uppercase; }
body.postid-3468 .article_content p.ish-top-bc .ish-bc-link{ color:#58C7D7 !important; text-decoration:underline !important; font-weight:700; }
body.postid-3468 .article_content p.ish-top-bc .ish-bc-here{ color:#0038A8 !important; font-weight:900; }
body.postid-3468 .article_content p.ish-top-bc .ish-bc-sep{ color:#9AA4B2; margin:0 8px; }

/* Series Highlights (3468) — fixes round 2: B5 value list + BC match */
body.postid-3468 .article_content ul.ish-value-cards li{ background:transparent !important; border:0 !important; border-radius:0 !important; box-shadow:none !important; padding:0 0 0 44px !important; margin:0 0 10px !important; }
body.postid-3468 .article_content ul.ish-value-cards li::before{ content:counter(vc) !important; left:0 !important; top:1px !important; width:30px !important; height:30px !important; line-height:30px !important; background:#E5ECF8 !important; color:#1E3A8A !important; border:1.5px solid #9DB6E0 !important; font-weight:900 !important; }
body.postid-3468 .article_content ul.ish-value-cards li strong{ color:#1E3A8A !important; }
body.postid-3468 .ish-series-footer-nav .ish-lbl{ text-transform:uppercase !important; }
body.postid-3468 .article_content p.ish-top-bc .ish-bc-sep{ font-size:0 !important; margin:0 !important; }
body.postid-3468 .article_content p.ish-top-bc .ish-bc-sep::after{ content:"\203A"; font-size:18px; color:#9AA4B2; margin:0 8px; }

/* Series Highlights (3468) — fixes round 3: match Stage BC */
body.postid-3468 .article_content .ish-continue-heading{ font-size:28px !important; }
body.postid-3468 .article_content p.ish-top-bc{ background:#F5FAFF !important; }
body.postid-3468 .article_content p.ish-top-bc .ish-bc-series{ color:#767E8B !important; font-size:18px !important; }

/* Series Highlights (3468) — fixes round 4: BC = Stage recipe + tighten spacing */
body.postid-3468 .article_content div:has(> .ish-series-footer-nav), body.postid-3468 .article_content div:has(> .ish-continue-heading){ border:0 !important; background:transparent !important; padding:0 !important; border-radius:0 !important; }
body.postid-3468 .article_content .ish-continue-heading{ margin:16px 0 6px !important; }
body.postid-3468 .article_content .ish-series-footer-nav{ margin:0 0 56px !important; padding:16px 22px !important; background:#F5FAFF !important; border:1.25px solid #1E3A8A !important; box-shadow:inset 0 0 0 2.5px #F5FAFF, inset 0 0 0 4px #38BDF8 !important; border-radius:14px !important; font-family:Lato,sans-serif !important; }
body.postid-3468 .article_content .ish-series-footer-nav *{ font-family:Lato,sans-serif !important; }
body.postid-3468 .article_content p{ margin-bottom:13px !important; line-height:1.58 !important; }
body.postid-3468 .article_content h2{ margin-top:26px !important; margin-bottom:6px !important; }

/* Series Highlights (3468) — fixes round 5: wrapper full width */
body.postid-3468 .article_content div:has(> .ish-series-footer-nav), body.postid-3468 .article_content div:has(> .ish-continue-heading){ max-width:none !important; margin-left:0 !important; margin-right:0 !important; }

/* SH-FIX-R1 - Series Highlights (3468) revision round 1 (Jul 2026) */
body.postid-3468 .article_content h2{font-size:34px!important;color:#0038A8!important;}
body.postid-3468 .article_content h2:first-of-type{font-size:40px!important;}
body.postid-3468 .article_content h2 strong{color:inherit!important;}
body.postid-3468 .article_content ul.ish-value-cards li{margin-bottom:14px!important;}
body.postid-3468 .article_content ul.ish-value-cards li strong{margin-bottom:6px!important;}
body.postid-3468 .article_content ul.ish-value-cards li br{display:none!important;}
body.postid-3468 .article_content .framework-interpretation-layer{margin-top:12px!important;}
body.postid-3468 .article_content h3.ish-continue-heading::before{content:"⛵"!important;}
body.postid-3468 .article_content h3.ish-continue-heading::after{content:"⛵"!important;}
body.postid-3468 .article_content div[style*=f7f9fc]{background:transparent!important;border:none!important;padding:0!important;max-width:100%!important;}

/* SH-FIX-R2 - Series Highlights (3468): uniform 34px opener + bigger arrow bullets */
body.postid-3468 .article_content h2:first-of-type{font-size:34px!important;}
body.postid-3468 .article_content ul.ish-arrow-list>li{font-size:22px!important;}
body.postid-3468 .article_content ul.ish-arrow-list>li::before{font-size:24px!important;}
body.postid-3468 .article_content ul.ish-arrow-list>li strong{font-size:23px!important;}


/*FILESTART   */

/* 10Web Booster optimized this CSS file */
.elementor-39 .elementor-element.elementor-element-b90a2a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-b90a2a4:not(.elementor-motion-effects-element-type-background), .elementor-39 .elementor-element.elementor-element-b90a2a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-39 .elementor-element.elementor-element-2deb642{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-468dd3c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-wcf--site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-39 .elementor-element.elementor-element-d540733 > .elementor-widget-container{margin:0px 0px -166px 0px;}.elementor-39 .elementor-element.elementor-element-d540733{z-index:9;}.elementor-39 .elementor-element.elementor-element-d540733 img{max-width:340px;}.elementor-39 .elementor-element.elementor-element-ce2359e{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:25px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-45cd406 .wcf-menu-hamburger:hover, .elementor-39 .elementor-element.elementor-element-45cd406 .wcf-menu-hamburger:focus{background-color:var( --e-global-color-98814ff );}.elementor-39 .elementor-element.elementor-element-45cd406 > .elementor-widget-container{padding:0px 30px 0px 0px;border-style:solid;border-width:0px 2px 0px 0px;border-color:var( --e-global-color-secondary );}.elementor-39 .elementor-element.elementor-element-45cd406 .wcf-nav-menu-nav{justify-content:flex-end;}.elementor-39 .elementor-element.elementor-element-45cd406 .desktop-menu-active .menu-item a{font-family:"Roboto Condensed", Sans-serif;font-size:18px;text-transform:uppercase;line-height:18px;padding:10px 0px 10px 0px;fill:var( --e-global-color-ab153fa );color:var( --e-global-color-ab153fa );}.elementor-39 .elementor-element.elementor-element-45cd406 .desktop-menu-active .wcf-nav-menu-nav{gap:35px;}.elementor-39 .elementor-element.elementor-element-45cd406 .desktop-menu-active .menu-item a.wcf-nav-item{border-radius:0px 0px 0px 0px;}.elementor-39 .elementor-element.elementor-element-45cd406 .desktop-menu-active .menu-item a:hover, .elementor-39 .elementor-element.elementor-element-45cd406 .desktop-menu-active .menu-item a:focus{color:#8F8F8F;fill:#8F8F8F;}.elementor-39 .elementor-element.elementor-element-45cd406 .desktop-menu-active .menu-item.current-menu-item > a{color:#8F8F8F;fill:#8F8F8F;}.elementor-39 .elementor-element.elementor-element-45cd406 .wcf-menu-hamburger{border-style:none;fill:var( --e-global-color-ab153fa );color:var( --e-global-color-ab153fa );}.elementor-39 .elementor-element.elementor-element-45cd406 .nav-back-link{gap:50px;}.elementor-39 .elementor-element.elementor-element-d04c242{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:075px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-4673714{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-39 .elementor-element.elementor-element-d7c9323{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:end;}.elementor-39 .elementor-element.elementor-element-d7c9323 .elementor-heading-title{font-family:"Saira Condensed", Sans-serif;font-size:25px;font-weight:500;letter-spacing:0.2px;color:var( --e-global-color-secondary );}@media(min-width:768px){.elementor-39 .elementor-element.elementor-element-468dd3c{--width:30%;}.elementor-39 .elementor-element.elementor-element-ce2359e{--width:70%;}}@media(max-width:1024px){.elementor-39 .elementor-element.elementor-element-2deb642{--padding-top:0%;--padding-bottom:0%;--padding-left:05%;--padding-right:05%;}.elementor-39 .elementor-element.elementor-element-d540733 img{max-width:166px;}.elementor-39 .elementor-element.elementor-element-ce2359e{--padding-top:10px;--padding-bottom:15px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-45cd406{width:var( --container-widget-width, 44px );max-width:44px;--container-widget-width:44px;--container-widget-flex-grow:0;}.elementor-39 .elementor-element.elementor-element-4673714{--padding-top:0%;--padding-bottom:0%;--padding-left:05%;--padding-right:05%;}.elementor-39 .elementor-element.elementor-element-d7c9323 .elementor-heading-title{font-size:17px;}}@media(max-width:767px){.elementor-39 .elementor-element.elementor-element-2deb642{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-39 .elementor-element.elementor-element-d540733 > .elementor-widget-container{margin:0px 0px -42px 0px;}.elementor-39 .elementor-element.elementor-element-d540733{text-align:center;}.elementor-39 .elementor-element.elementor-element-d540733 img{max-width:146px;}.elementor-39 .elementor-element.elementor-element-ce2359e{--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:space-between;--padding-top:10px;--padding-bottom:5px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-45cd406 > .elementor-widget-container{border-width:0px 0px 0px 0px;}.elementor-39 .elementor-element.elementor-element-d04c242{--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-39 .elementor-element.elementor-element-4673714{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-39 .elementor-element.elementor-element-d7c9323{text-align:center;}}

/*FILESTART   */

/* 10Web Booster optimized this CSS file */

				.wcf__nav-menu {
					display: none;
				}
				.wcf__nav-menu svg {
					width: 1em;
					height: 1em;
				}
				.wcf__nav-menu .wcf-submenu-indicator {
					display: inline-flex;
					justify-content: center;
					align-items: center;
					margin-left: auto;
					padding-left: 5px;
				}
				.wcf__nav-menu .wcf-menu-badge {
					display: none;
					font-size: 12px;
					font-weight: 500;
					line-height: 1;
					position: absolute;
					right: 15px;
					padding: 5px 10px;
					border-radius: 5px;
					background-color: var(--badge-bg);
					box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
					margin-top: -22px;
				}
				.wcf__nav-menu .wcf-menu-badge:after {
					content: "";
					position: absolute;
					top: 100%;
					left: 50%;
					transform: translateX(-50%);
					border: 5px solid var(--badge-bg);
					border-bottom-color: transparent !important;
					border-inline-end-color: transparent !important;
					border-inline-end-width: 7px;
					border-inline-start-width: 0;
				}
				.wcf__nav-menu .wcf-menu-hamburger {
					margin-left: auto;
					cursor: pointer;
					font-size: 25px;
					padding: 4px 8px;
					border: 1px solid #dee1e7;
					outline: 0;
					background: 0 0;
					line-height: 1;
					display: inline-flex;
					align-items: center;
					justify-content: center;
				}
				.wcf__nav-menu.mobile-menu-active {
					display: block;
				}
				.wcf__nav-menu.mobile-menu-active .wcf-submenu-indicator {
					padding: 8px 10px;
					margin: -8px -10px -8px auto;
				}
				.wcf__nav-menu.mobile-menu-active .wcf-menu-hamburger {
					display: inline-block;
				}
				.wcf__nav-menu.mobile-menu-active .wcf-menu-close {
					align-self: flex-end;
					margin: 10px 10px 10px auto;
					padding: 8px 10px;
					border: 1px solid #555;
					outline: 0;
					background: 0 0;
					font-size: 15px;
					line-height: 1;
					cursor: pointer;
					display: inline-flex;
					align-items: center;
					justify-content: center;
					border-radius: 50%;
					min-width: 40px;
					min-height: 40px;
				}
				.wcf__nav-menu.mobile-menu-active .wcf-menu-overlay {
					position: fixed;
					top: 0;
					left: 0;
					z-index: 1000;
					background-color: rgba(0, 0, 0, 0.5);
					height: 100%;
					width: 100%;
					transition: 0.4s;
					opacity: 0;
					visibility: hidden;
					pointer-events: none; 
				}
				.wcf__nav-menu.mobile-menu-active.wcf-nav-is-toggled .wcf-nav-menu-container {
					transform: translateX(0);
					opacity: 1;            
					visibility: visible;   
					pointer-events: auto;  
				}
				.wcf__nav-menu.mobile-menu-active.wcf-nav-is-toggled .wcf-menu-overlay {
					opacity: 1;
					visibility: visible;
					pointer-events: auto;  
				}
				.wcf__nav-menu.mobile-menu-active .wcf-nav-menu-container {
					display: flex;
					flex-direction: column;
					position: fixed;
					z-index: 1001;
					top: 0;
					bottom: 0;
					width: 250px;
					background-color: #fff;
					overflow-y: auto;
					overflow-x: hidden;
					-webkit-overflow-scrolling: touch;
					transition: 0.45s;              
					height: 100dvh;             
					max-height: 100dvh;          
					opacity: 0;                  
					visibility: hidden;          
					pointer-events: none;
					transform: translateX(-100%);
					left: 0;       
				}
				.wcf__nav-menu.mobile-menu-active .wcf-nav-menu-container .wcf-nav-menu-nav {
					flex: 0 0 100%;
					padding: 0;
					margin: 0;
					order: 1;
				}
				.wcf__nav-menu.mobile-menu-active .menu-item {
					list-style: none;
				}
				.wcf__nav-menu.mobile-menu-active .menu-item:not(:last-child) a {
					border-bottom: solid 1px #dee1e7;
				}
				.wcf__nav-menu.mobile-menu-active .menu-item a {
					text-decoration: none;
					display: flex;
					padding: 0.5em 1em;
					font-size: 1rem;
					line-height: 1.5em;
					transition: 0.4s;
				}
				.wcf__nav-menu.mobile-menu-active .menu-item-has-children .sub-menu {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background: #fff;
					transform: translateX(100%);
					transition: 0.3s;
					visibility: hidden;
					padding: 0;
					margin: 0;
					flex: 0 0 100%;
				}
				.wcf__nav-menu.mobile-menu-active .menu-item-has-children .sub-menu .nav-back-link {
					display: flex;
					align-items: center;
					background-color: #064af3;
					color: #fff;
					border: none !important;
				}
				.wcf__nav-menu.mobile-menu-active .menu-item-has-children.active > .sub-menu {
					transform: translateX(0);
					visibility: visible;
				}
				.wcf__nav-menu.mobile-menu-active .wcf-mega-menu .sub-menu {
					display: none;
				}
				.wcf__nav-menu.mobile-menu-active .wcf-mega-menu .wcf-mega-menu-panel {
					display: none;
					max-width: 100% !important;
					transition: 0.3s;
					opacity: 0;
					visibility: hidden;
				}
				.wcf__nav-menu.mobile-menu-active .wcf-mega-menu.active > .wcf-mega-menu-panel {
					display: block;
					opacity: 1;
					visibility: visible;
				}
				.wcf__nav-menu.mobile-menu-active .wcf-mega-menu.mobile-wp-submenu .wcf-mega-menu-panel {
					display: none !important;
				}
				.wcf__nav-menu.mobile-menu-active .wcf-mega-menu.mobile-wp-submenu .sub-menu {
					display: block;
				}
				.wcf__nav-menu.mobile-menu-active.mobile-menu-right .wcf-nav-menu-container {
					// transform: translateX(100%);
					right: 0;
					left: auto; 
					transform: translateX(0);
				}
				.wcf__nav-menu.mobile-menu-active.mobile-menu-left .wcf-nav-menu-container {
					// transform: translateX(-100%);
					left: 0; 
					transform: translateX(0);
				}
				.wcf__nav-menu.desktop-menu-active {
					display: block;
				}
				.wcf__nav-menu.desktop-menu-active .wcf-menu-close,
				.wcf__nav-menu.desktop-menu-active .wcf-menu-hamburger {
					display: none;
				}
				.wcf__nav-menu.desktop-menu-active .wcf-menu-badge {
					display: block;
				}
				.wcf__nav-menu.desktop-menu-active .wcf-nav-menu-nav {
					display: flex;
					flex-wrap: wrap;
					margin: 0;
					padding: 0;
				}
				.wcf__nav-menu.desktop-menu-active .wcf-nav-menu-nav.menu-layout-vertical {
					flex-direction: column;
				}
				.wcf__nav-menu.desktop-menu-active .wcf-nav-menu-nav.menu-layout-vertical .menu-item-has-children .sub-menu,
				.wcf__nav-menu.desktop-menu-active .wcf-nav-menu-nav.menu-layout-vertical .wcf-mega-menu .wcf-mega-menu-panel {
					left: 100%;
					top: auto;
				}
				.wcf__nav-menu.desktop-menu-active .menu-item {
					list-style: none;
					position: relative;
					white-space: nowrap;
				}
				.wcf__nav-menu.desktop-menu-active .menu-item a {
					position: relative;
					text-decoration: none;
					display: flex;
					padding: 0.5em 1em;
					transition: 0.4s;
					color: #1c1d20;
					fill: #1c1d20;
				}
				.wcf__nav-menu.desktop-menu-active .menu-item a:after {
					content: "";
					position: absolute;
					left: 0;
					transition: transform 0.25s ease-out;
					transform: scaleX(0);
					transform-origin: bottom right;
					height: 2px;
					width: 100%;
					background-color: #3f444b;
					z-index: 2;
				}
				.wcf__nav-menu.desktop-menu-active .menu-item-has-children .sub-menu {
					position: absolute;
					top: 100%;
					left: 0;
					transform: translateY(-10px);
					background: #fff;
					transition: 0.3s;
					padding: 0;
					margin: 0;
					box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
					min-width: 12em;
					z-index: 99;
					opacity: 0;
					visibility: hidden;
				}
				.wcf__nav-menu.desktop-menu-active .menu-item-has-children .sub-menu a {
					border-top: solid 1px #dee1e7;
				}
				.wcf__nav-menu.desktop-menu-active .menu-item-has-children .sub-menu .sub-menu {
					top: 0;
					left: 100%;
				}
				.wcf__nav-menu.desktop-menu-active .menu-item-has-children:not(.wcf-mega-menu):hover > .sub-menu {
					transform: translateY(0);
					opacity: 1;
					visibility: visible;
				}
				.wcf__nav-menu.desktop-menu-active .wcf-mega-menu.mega-position-static {
					position: static !important;
				}
				.wcf__nav-menu.desktop-menu-active .wcf-mega-menu .wcf-mega-menu-panel {
					position: absolute;
					top: 100%;
					left: 0;
					transform: translateY(-10px);
					transition: 0.3s;
					padding: 0;
					margin: 0;
					min-width: 12em;
					z-index: 99;
					opacity: 0;
					visibility: hidden;
				}
				.wcf__nav-menu.desktop-menu-active .wcf-mega-menu:hover > .wcf-mega-menu-panel {
					transform: translateY(0);
					opacity: 1;
					visibility: visible;
				}
				.wcf__nav-menu.desktop-menu-active.hover-pointer-dot a:after {
					width: 6px;
					height: 6px;
					border-radius: 100px;
					bottom: 0;
					left: 50%;
					transform: translateX(-50%) scale(0);
					transform-origin: center;
				}
				.wcf__nav-menu.desktop-menu-active.hover-pointer-dot a:hover:after {
					transform: translateX(-50%) scale(1);
				}
				.wcf__nav-menu.desktop-menu-active.hover-pointer-underline a:after {
					bottom: 0;
				}
				.wcf__nav-menu.desktop-menu-active.hover-pointer-underline a:hover:after {
					transform: scaleX(1);
					transform-origin: bottom left;
				}
				.wcf__nav-menu.desktop-menu-active.hover-pointer-overline a:after {
					top: 0;
				}
				.wcf__nav-menu.desktop-menu-active.hover-pointer-overline a:hover:after {
					transform: scaleX(1);
					transform-origin: bottom left;
				}
				.wcf__nav-menu.desktop-menu-active.hover-pointer-line-through a:after {
					top: 50%;
					transform: translateY(-50%) scaleX(0);
				}
				.wcf__nav-menu.desktop-menu-active.hover-pointer-line-through a:hover:after {
					transform: translateY(-50%) scaleX(1);
					transform-origin: bottom left;
				}
				.wcf__nav-menu.desktop-menu-active.hover-pointer-flip a .menu-text {
					position: relative;
					transition: transform 0.3s;
					transform-origin: 50% 0;
					transform-style: preserve-3d;
				}
				.wcf__nav-menu.desktop-menu-active.hover-pointer-flip a .menu-text:before {
					position: absolute;
					top: 100%;
					left: 0;
					width: 100%;
					height: 100%;
					content: attr(data-text);
					transform: rotateX(-90deg);
					transform-origin: 50% 0;
					text-align: center;
				}
				.wcf__nav-menu.desktop-menu-active.hover-pointer-flip a:hover .menu-text {
					transform: rotateX(90deg) translateY(-12px);
				}

			

/*FILESTART   */

/* 10Web Booster optimized this CSS file */
.elementor-115 .elementor-element.elementor-element-773c975{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:70px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-773c975:not(.elementor-motion-effects-element-type-background), .elementor-115 .elementor-element.elementor-element-773c975 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-115 .elementor-element.elementor-element-2c22117{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-115 .elementor-element.elementor-element-e306b39{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-115 .elementor-element.elementor-element-e306b39 .elementor-heading-title{font-family:"Saira Condensed", Sans-serif;font-size:32px;font-weight:400;line-height:1em;color:var( --e-global-color-64b4762 );}.elementor-115 .elementor-element.elementor-element-0916080{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-115 .elementor-element.elementor-element-0916080 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-115 .elementor-element.elementor-element-0916080 .wcf--title{color:var( --e-global-color-ab153fa );font-family:"Saira Condensed", Sans-serif;font-size:30px;font-weight:400;line-height:1.2em;}.elementor-115 .elementor-element.elementor-element-0916080 .wcf--title .highlight{color:var( --e-global-color-1be903c );font-weight:700;}.elementor-115 .elementor-element.elementor-element-acd5c2f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-dd940a6{--display:flex;border-style:solid;--border-style:solid;border-width:2px 2px 2px 2px;--border-top-width:2px;--border-right-width:2px;--border-bottom-width:2px;--border-left-width:2px;border-color:#FFFFFF63;--border-color:#FFFFFF63;--border-radius:20px 20px 20px 20px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-icon-box .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box:has(:hover) .elementor-icon-box-title,
					 .elementor-widget-icon-box:has(:focus) .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon-box-wrapper{align-items:center;gap:15px;}.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon-box-title{margin-block-end:7px;color:var( --e-global-color-secondary );}.elementor-115 .elementor-element.elementor-element-5a977cd.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-ab153fa );fill:var( --e-global-color-accent );color:var( --e-global-color-accent );}.elementor-115 .elementor-element.elementor-element-5a977cd.elementor-view-framed .elementor-icon, .elementor-115 .elementor-element.elementor-element-5a977cd.elementor-view-default .elementor-icon{fill:var( --e-global-color-ab153fa );color:var( --e-global-color-ab153fa );border-color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-5a977cd.elementor-view-framed .elementor-icon{background-color:var( --e-global-color-accent );}.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon{font-size:40px;}.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon-box-title, .elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon-box-title a{font-family:"Saira Condensed", Sans-serif;font-size:17px;font-weight:400;text-transform:uppercase;line-height:1em;}.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon-box-description{font-family:"Roboto Condensed", Sans-serif;font-size:21px;font-weight:400;line-height:1em;color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-2c4301d{--display:flex;border-style:solid;--border-style:solid;border-width:2px 2px 2px 2px;--border-top-width:2px;--border-right-width:2px;--border-bottom-width:2px;--border-left-width:2px;border-color:#FFFFFF63;--border-color:#FFFFFF63;--border-radius:20px 20px 20px 20px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon-box-wrapper{align-items:center;gap:15px;}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon-box-title{margin-block-end:7px;color:var( --e-global-color-secondary );}.elementor-115 .elementor-element.elementor-element-463c16a.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-ab153fa );fill:var( --e-global-color-accent );color:var( --e-global-color-accent );}.elementor-115 .elementor-element.elementor-element-463c16a.elementor-view-framed .elementor-icon, .elementor-115 .elementor-element.elementor-element-463c16a.elementor-view-default .elementor-icon{fill:var( --e-global-color-ab153fa );color:var( --e-global-color-ab153fa );border-color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-463c16a.elementor-view-framed .elementor-icon{background-color:var( --e-global-color-accent );}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon{font-size:40px;}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon-box-title, .elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon-box-title a{font-family:"Saira Condensed", Sans-serif;font-size:17px;font-weight:400;text-transform:uppercase;line-height:1em;}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon-box-description{font-family:"Roboto Condensed", Sans-serif;font-size:21px;font-weight:400;line-height:1.2em;color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-0550a0c{--display:flex;border-style:solid;--border-style:solid;border-width:2px 2px 2px 2px;--border-top-width:2px;--border-right-width:2px;--border-bottom-width:2px;--border-left-width:2px;border-color:#FFFFFF63;--border-color:#FFFFFF63;--border-radius:20px 20px 20px 20px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon-box-wrapper{align-items:center;gap:15px;}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon-box-title{margin-block-end:7px;color:var( --e-global-color-secondary );}.elementor-115 .elementor-element.elementor-element-90b49a1.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-ab153fa );fill:var( --e-global-color-accent );color:var( --e-global-color-accent );}.elementor-115 .elementor-element.elementor-element-90b49a1.elementor-view-framed .elementor-icon, .elementor-115 .elementor-element.elementor-element-90b49a1.elementor-view-default .elementor-icon{fill:var( --e-global-color-ab153fa );color:var( --e-global-color-ab153fa );border-color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-90b49a1.elementor-view-framed .elementor-icon{background-color:var( --e-global-color-accent );}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon{font-size:40px;}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon-box-title, .elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon-box-title a{font-family:"Saira Condensed", Sans-serif;font-size:17px;font-weight:400;text-transform:uppercase;line-height:1em;}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon-box-description{font-family:"Roboto Condensed", Sans-serif;font-size:21px;font-weight:400;line-height:1.2em;color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:not(.wcf-btn-mask, .wcf-btn-ellipse), .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.wcf-btn-mask:after, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.wcf-btn-ellipse:before{background-color:var( --e-global-color-primary );}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:not(.wcf-btn-mask, .btn-item, .btn-parallal-border, .btn-rollover-cross, .wcf-btn-ellipse):after, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.wcf-btn-mask, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn .btn-hover-bgchange span, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn .btn-rollover-cross:hover, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn .btn-parallal-border:hover, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.wcf-btn-ellipse:hover:before,.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-hover-none:hover{background-color:var( --e-global-color-a30fba2 );}.elementor-115 .elementor-element.elementor-element-1045351 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-115 .elementor-element.elementor-element-1045351{text-align:center;}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a{font-family:"Roboto Condensed", Sans-serif;font-size:18px;font-weight:400;text-transform:uppercase;line-height:20px;fill:var( --e-global-color-ab153fa );color:var( --e-global-color-ab153fa );padding:15px 36px 15px 36px;}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.wcf-btn-underline:after{background-color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.wcf-btn-mask:after{color:var( --e-global-color-ab153fa );padding:15px 36px 15px 36px;}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:hover, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:focus, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:hover.btn-parallal-border:before, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:hover.btn-parallal-border:after, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:hover.btn-rollover-cross:before, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:hover.btn-rollover-cross:after, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-hover-none:hover{border-color:var( --e-global-color-primary );}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-parallal-border:before, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-parallal-border:after, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-rollover-cross:before, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-rollover-cross:after{border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:not(.wcf-btn-ellipse, .wcf-btn-circle, .wcf-btn-oval){border-radius:50px 50px 50px 50px;}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-parallal-border:before, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-parallal-border:after{border-radius:50px 50px 50px 50px;}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-rollover-cross:before, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-rollover-cross:after{border-radius:50px 50px 50px 50px;}.elementor-115 .elementor-element.elementor-element-77db985{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:35px 35px;--row-gap:35px;--column-gap:35px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-80d3588{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:1px 0px 1px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#CDD3DB;--border-color:#CDD3DB;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-f4bcca1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-6e9d00d .wcf-nav-menu-nav{justify-content:flex-start;}.elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .menu-item a{font-family:"Roboto Condensed", Sans-serif;font-size:18px;font-weight:400;text-transform:uppercase;line-height:24px;padding:19px 0px 19px 0px;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .wcf-nav-menu-nav{gap:35px;}.elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .menu-item a:hover, .elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .menu-item a:focus{color:var( --e-global-color-64b4762 );fill:var( --e-global-color-64b4762 );}.elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .menu-item.current-menu-item > a{color:var( --e-global-color-1be903c );fill:var( --e-global-color-1be903c );}.elementor-115 .elementor-element.elementor-element-6e9d00d .nav-back-link{gap:50px;}.elementor-115 .elementor-element.elementor-element-0f61060{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-3304161 .wcf--social-icons ul{justify-content:flex-end;align-items:flex-end;display:flex;flex-direction:row;}.elementor-115 .elementor-element.elementor-element-3304161 .wcf-social-icon{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );--icon-size:30px;--icon-padding:16px;}.elementor-115 .elementor-element.elementor-element-3304161 .wcf-social-icon:hover, .elementor-115 .elementor-element.elementor-element-3304161 .wcf-social-icon:focus{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-115 .elementor-element.elementor-element-0d82193{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-020f2fc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-62da6ab{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}.elementor-115 .elementor-element.elementor-element-62da6ab .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:17px;font-weight:400;text-transform:uppercase;line-height:20px;}.elementor-115 .elementor-element.elementor-element-af4031d{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-b734aa7{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-115 .elementor-element.elementor-element-b734aa7 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-115 .elementor-element.elementor-element-b734aa7 .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:17px;font-weight:400;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-115 .elementor-element.elementor-element-66285e7 .elementor-button{background-color:var( --e-global-color-ab153fa );font-family:"Roboto Condensed", Sans-serif;font-size:17px;font-weight:400;fill:var( --e-global-color-a30fba2 );color:var( --e-global-color-a30fba2 );border-style:none;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-115 .elementor-element.elementor-element-66285e7 .elementor-button-content-wrapper{flex-direction:row;}.elementor-115 .elementor-element.elementor-element-dcde1c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1398px){.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon{font-size:30px;}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon{font-size:30px;}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon{font-size:30px;}}@media(max-width:1200px){.elementor-115 .elementor-element.elementor-element-2c22117{--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon-box-description{font-size:16px;}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon-box-description{font-size:16px;}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon-box-description{font-size:16px;}.elementor-115 .elementor-element.elementor-element-80d3588{--padding-top:0%;--padding-bottom:0%;--padding-left:05%;--padding-right:05%;}.elementor-115 .elementor-element.elementor-element-0d82193{--padding-top:0%;--padding-bottom:0%;--padding-left:05%;--padding-right:05%;}}@media(max-width:1024px){.elementor-115 .elementor-element.elementor-element-2c22117{--padding-top:0%;--padding-bottom:0%;--padding-left:05%;--padding-right:05%;}.elementor-115 .elementor-element.elementor-element-acd5c2f{--flex-wrap:wrap;}.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon-box-description{font-size:20px;}.elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .menu-item a{font-size:16px;}.elementor-115 .elementor-element.elementor-element-0d82193{--gap:10px 10px;--row-gap:10px;--column-gap:10px;--flex-wrap:wrap;}.elementor-115 .elementor-element.elementor-element-62da6ab{text-align:center;}.elementor-115 .elementor-element.elementor-element-62da6ab .elementor-heading-title{font-size:16px;}.elementor-115 .elementor-element.elementor-element-af4031d{--justify-content:center;}}@media(max-width:767px){.elementor-115 .elementor-element.elementor-element-e306b39 .elementor-heading-title{font-size:23px;line-height:1.1em;}.elementor-115 .elementor-element.elementor-element-0916080 .wcf--title{font-size:26px;}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon-box-description{font-size:20px;}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon-box-description{font-size:20px;}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a{font-size:16px;}.elementor-115 .elementor-element.elementor-element-80d3588{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-115 .elementor-element.elementor-element-f4bcca1{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:12px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-6e9d00d .wcf-nav-menu-nav{justify-content:center;}.elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .menu-item a{line-height:1em;padding:0px 0px 5px 0px;}.elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .wcf-nav-menu-nav{gap:12px;}.elementor-115 .elementor-element.elementor-element-0f61060{--justify-content:center;}.elementor-115 .elementor-element.elementor-element-3304161 .wcf--social-icons ul{justify-content:center;align-items:center;}.elementor-115 .elementor-element.elementor-element-3304161 .wcf-social-icon{--icon-size:22px;--icon-padding:15px;}}@media(min-width:768px){.elementor-115 .elementor-element.elementor-element-dd940a6{--width:33%;}.elementor-115 .elementor-element.elementor-element-2c4301d{--width:33%;}.elementor-115 .elementor-element.elementor-element-0550a0c{--width:33%;}.elementor-115 .elementor-element.elementor-element-f4bcca1{--width:70%;}.elementor-115 .elementor-element.elementor-element-0f61060{--width:30%;}.elementor-115 .elementor-element.elementor-element-020f2fc{--width:60%;}.elementor-115 .elementor-element.elementor-element-af4031d{--width:40%;}}@media(max-width:1200px) and (min-width:768px){.elementor-115 .elementor-element.elementor-element-dd940a6{--width:39%;}}@media(max-width:1024px) and (min-width:768px){.elementor-115 .elementor-element.elementor-element-dd940a6{--width:100%;}.elementor-115 .elementor-element.elementor-element-2c4301d{--width:48%;}.elementor-115 .elementor-element.elementor-element-0550a0c{--width:48%;}.elementor-115 .elementor-element.elementor-element-020f2fc{--width:100%;}.elementor-115 .elementor-element.elementor-element-af4031d{--width:100%;}}

/*FILESTART  /home/wplive/web/wp-live/wp-content/uploads/elementor/css/post-39.css */
.elementor-39 .elementor-element.elementor-element-b90a2a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-b90a2a4:not(.elementor-motion-effects-element-type-background), .elementor-39 .elementor-element.elementor-element-b90a2a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-39 .elementor-element.elementor-element-2deb642{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-468dd3c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-wcf--site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-39 .elementor-element.elementor-element-d540733 > .elementor-widget-container{margin:0px 0px -166px 0px;}.elementor-39 .elementor-element.elementor-element-d540733{z-index:9;}.elementor-39 .elementor-element.elementor-element-d540733 img{max-width:340px;}.elementor-39 .elementor-element.elementor-element-ce2359e{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:25px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-45cd406 .wcf-menu-hamburger:hover, .elementor-39 .elementor-element.elementor-element-45cd406 .wcf-menu-hamburger:focus{background-color:var( --e-global-color-98814ff );}.elementor-39 .elementor-element.elementor-element-45cd406 > .elementor-widget-container{padding:0px 30px 0px 0px;border-style:solid;border-width:0px 2px 0px 0px;border-color:var( --e-global-color-secondary );}.elementor-39 .elementor-element.elementor-element-45cd406 .wcf-nav-menu-nav{justify-content:flex-end;}.elementor-39 .elementor-element.elementor-element-45cd406 .desktop-menu-active .menu-item a{font-family:"Roboto Condensed", Sans-serif;font-size:18px;text-transform:uppercase;line-height:18px;padding:10px 0px 10px 0px;fill:var( --e-global-color-ab153fa );color:var( --e-global-color-ab153fa );}.elementor-39 .elementor-element.elementor-element-45cd406 .desktop-menu-active .wcf-nav-menu-nav{gap:35px;}.elementor-39 .elementor-element.elementor-element-45cd406 .desktop-menu-active .menu-item a.wcf-nav-item{border-radius:0px 0px 0px 0px;}.elementor-39 .elementor-element.elementor-element-45cd406 .desktop-menu-active .menu-item a:hover, .elementor-39 .elementor-element.elementor-element-45cd406 .desktop-menu-active .menu-item a:focus{color:#8F8F8F;fill:#8F8F8F;}.elementor-39 .elementor-element.elementor-element-45cd406 .desktop-menu-active .menu-item.current-menu-item > a{color:#8F8F8F;fill:#8F8F8F;}.elementor-39 .elementor-element.elementor-element-45cd406 .wcf-menu-hamburger{border-style:none;fill:var( --e-global-color-ab153fa );color:var( --e-global-color-ab153fa );}.elementor-39 .elementor-element.elementor-element-45cd406 .nav-back-link{gap:50px;}.elementor-39 .elementor-element.elementor-element-d04c242{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:075px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-4673714{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-39 .elementor-element.elementor-element-d7c9323{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:end;}.elementor-39 .elementor-element.elementor-element-d7c9323 .elementor-heading-title{font-family:"Saira Condensed", Sans-serif;font-size:25px;font-weight:500;letter-spacing:0.2px;color:var( --e-global-color-secondary );}@media(min-width:768px){.elementor-39 .elementor-element.elementor-element-468dd3c{--width:30%;}.elementor-39 .elementor-element.elementor-element-ce2359e{--width:70%;}}@media(max-width:1024px){.elementor-39 .elementor-element.elementor-element-2deb642{--padding-top:0%;--padding-bottom:0%;--padding-left:05%;--padding-right:05%;}.elementor-39 .elementor-element.elementor-element-d540733 img{max-width:166px;}.elementor-39 .elementor-element.elementor-element-ce2359e{--padding-top:10px;--padding-bottom:15px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-45cd406{width:var( --container-widget-width, 44px );max-width:44px;--container-widget-width:44px;--container-widget-flex-grow:0;}.elementor-39 .elementor-element.elementor-element-4673714{--padding-top:0%;--padding-bottom:0%;--padding-left:05%;--padding-right:05%;}.elementor-39 .elementor-element.elementor-element-d7c9323 .elementor-heading-title{font-size:17px;}}@media(max-width:767px){.elementor-39 .elementor-element.elementor-element-2deb642{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-39 .elementor-element.elementor-element-d540733 > .elementor-widget-container{margin:0px 0px -42px 0px;}.elementor-39 .elementor-element.elementor-element-d540733{text-align:center;}.elementor-39 .elementor-element.elementor-element-d540733 img{max-width:146px;}.elementor-39 .elementor-element.elementor-element-ce2359e{--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:space-between;--padding-top:10px;--padding-bottom:5px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-45cd406 > .elementor-widget-container{border-width:0px 0px 0px 0px;}.elementor-39 .elementor-element.elementor-element-d04c242{--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-39 .elementor-element.elementor-element-4673714{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-39 .elementor-element.elementor-element-d7c9323{text-align:center;}}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/animation-addons-for-elementor/assets/css/widgets/nav-menu.min.css */



/*FILESTART  /home/wplive/web/wp-live/wp-content/uploads/elementor/css/post-115.css */
.elementor-115 .elementor-element.elementor-element-773c975{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:70px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-773c975:not(.elementor-motion-effects-element-type-background), .elementor-115 .elementor-element.elementor-element-773c975 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-115 .elementor-element.elementor-element-2c22117{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-115 .elementor-element.elementor-element-e306b39{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-115 .elementor-element.elementor-element-e306b39 .elementor-heading-title{font-family:"Saira Condensed", Sans-serif;font-size:32px;font-weight:400;line-height:1em;color:var( --e-global-color-64b4762 );}.elementor-115 .elementor-element.elementor-element-0916080{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-115 .elementor-element.elementor-element-0916080 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-115 .elementor-element.elementor-element-0916080 .wcf--title{color:var( --e-global-color-ab153fa );font-family:"Saira Condensed", Sans-serif;font-size:30px;font-weight:400;line-height:1.2em;}.elementor-115 .elementor-element.elementor-element-0916080 .wcf--title .highlight{color:var( --e-global-color-1be903c );font-weight:700;}.elementor-115 .elementor-element.elementor-element-acd5c2f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-dd940a6{--display:flex;border-style:solid;--border-style:solid;border-width:2px 2px 2px 2px;--border-top-width:2px;--border-right-width:2px;--border-bottom-width:2px;--border-left-width:2px;border-color:#FFFFFF63;--border-color:#FFFFFF63;--border-radius:20px 20px 20px 20px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-icon-box .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box:has(:hover) .elementor-icon-box-title,
					 .elementor-widget-icon-box:has(:focus) .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon-box-wrapper{align-items:center;gap:15px;}.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon-box-title{margin-block-end:7px;color:var( --e-global-color-secondary );}.elementor-115 .elementor-element.elementor-element-5a977cd.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-ab153fa );fill:var( --e-global-color-accent );color:var( --e-global-color-accent );}.elementor-115 .elementor-element.elementor-element-5a977cd.elementor-view-framed .elementor-icon, .elementor-115 .elementor-element.elementor-element-5a977cd.elementor-view-default .elementor-icon{fill:var( --e-global-color-ab153fa );color:var( --e-global-color-ab153fa );border-color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-5a977cd.elementor-view-framed .elementor-icon{background-color:var( --e-global-color-accent );}.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon{font-size:40px;}.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon-box-title, .elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon-box-title a{font-family:"Saira Condensed", Sans-serif;font-size:17px;font-weight:400;text-transform:uppercase;line-height:1em;}.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon-box-description{font-family:"Roboto Condensed", Sans-serif;font-size:21px;font-weight:400;line-height:1em;color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-2c4301d{--display:flex;border-style:solid;--border-style:solid;border-width:2px 2px 2px 2px;--border-top-width:2px;--border-right-width:2px;--border-bottom-width:2px;--border-left-width:2px;border-color:#FFFFFF63;--border-color:#FFFFFF63;--border-radius:20px 20px 20px 20px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon-box-wrapper{align-items:center;gap:15px;}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon-box-title{margin-block-end:7px;color:var( --e-global-color-secondary );}.elementor-115 .elementor-element.elementor-element-463c16a.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-ab153fa );fill:var( --e-global-color-accent );color:var( --e-global-color-accent );}.elementor-115 .elementor-element.elementor-element-463c16a.elementor-view-framed .elementor-icon, .elementor-115 .elementor-element.elementor-element-463c16a.elementor-view-default .elementor-icon{fill:var( --e-global-color-ab153fa );color:var( --e-global-color-ab153fa );border-color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-463c16a.elementor-view-framed .elementor-icon{background-color:var( --e-global-color-accent );}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon{font-size:40px;}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon-box-title, .elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon-box-title a{font-family:"Saira Condensed", Sans-serif;font-size:17px;font-weight:400;text-transform:uppercase;line-height:1em;}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon-box-description{font-family:"Roboto Condensed", Sans-serif;font-size:21px;font-weight:400;line-height:1.2em;color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-0550a0c{--display:flex;border-style:solid;--border-style:solid;border-width:2px 2px 2px 2px;--border-top-width:2px;--border-right-width:2px;--border-bottom-width:2px;--border-left-width:2px;border-color:#FFFFFF63;--border-color:#FFFFFF63;--border-radius:20px 20px 20px 20px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon-box-wrapper{align-items:center;gap:15px;}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon-box-title{margin-block-end:7px;color:var( --e-global-color-secondary );}.elementor-115 .elementor-element.elementor-element-90b49a1.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-ab153fa );fill:var( --e-global-color-accent );color:var( --e-global-color-accent );}.elementor-115 .elementor-element.elementor-element-90b49a1.elementor-view-framed .elementor-icon, .elementor-115 .elementor-element.elementor-element-90b49a1.elementor-view-default .elementor-icon{fill:var( --e-global-color-ab153fa );color:var( --e-global-color-ab153fa );border-color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-90b49a1.elementor-view-framed .elementor-icon{background-color:var( --e-global-color-accent );}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon{font-size:40px;}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon-box-title, .elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon-box-title a{font-family:"Saira Condensed", Sans-serif;font-size:17px;font-weight:400;text-transform:uppercase;line-height:1em;}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon-box-description{font-family:"Roboto Condensed", Sans-serif;font-size:21px;font-weight:400;line-height:1.2em;color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:not(.wcf-btn-mask, .wcf-btn-ellipse), .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.wcf-btn-mask:after, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.wcf-btn-ellipse:before{background-color:var( --e-global-color-primary );}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:not(.wcf-btn-mask, .btn-item, .btn-parallal-border, .btn-rollover-cross, .wcf-btn-ellipse):after, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.wcf-btn-mask, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn .btn-hover-bgchange span, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn .btn-rollover-cross:hover, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn .btn-parallal-border:hover, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.wcf-btn-ellipse:hover:before,.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-hover-none:hover{background-color:var( --e-global-color-a30fba2 );}.elementor-115 .elementor-element.elementor-element-1045351 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-115 .elementor-element.elementor-element-1045351{text-align:center;}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a{font-family:"Roboto Condensed", Sans-serif;font-size:18px;font-weight:400;text-transform:uppercase;line-height:20px;fill:var( --e-global-color-ab153fa );color:var( --e-global-color-ab153fa );padding:15px 36px 15px 36px;}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.wcf-btn-underline:after{background-color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.wcf-btn-mask:after{color:var( --e-global-color-ab153fa );padding:15px 36px 15px 36px;}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:hover, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:focus, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:hover.btn-parallal-border:before, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:hover.btn-parallal-border:after, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:hover.btn-rollover-cross:before, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:hover.btn-rollover-cross:after, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-hover-none:hover{border-color:var( --e-global-color-primary );}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-parallal-border:before, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-parallal-border:after, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-rollover-cross:before, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-rollover-cross:after{border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-ab153fa );}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a:not(.wcf-btn-ellipse, .wcf-btn-circle, .wcf-btn-oval){border-radius:50px 50px 50px 50px;}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-parallal-border:before, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-parallal-border:after{border-radius:50px 50px 50px 50px;}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-rollover-cross:before, .elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a.btn-rollover-cross:after{border-radius:50px 50px 50px 50px;}.elementor-115 .elementor-element.elementor-element-77db985{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:35px 35px;--row-gap:35px;--column-gap:35px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-80d3588{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:1px 0px 1px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#CDD3DB;--border-color:#CDD3DB;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-f4bcca1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-6e9d00d .wcf-nav-menu-nav{justify-content:flex-start;}.elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .menu-item a{font-family:"Roboto Condensed", Sans-serif;font-size:18px;font-weight:400;text-transform:uppercase;line-height:24px;padding:19px 0px 19px 0px;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .wcf-nav-menu-nav{gap:35px;}.elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .menu-item a:hover, .elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .menu-item a:focus{color:var( --e-global-color-64b4762 );fill:var( --e-global-color-64b4762 );}.elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .menu-item.current-menu-item > a{color:var( --e-global-color-1be903c );fill:var( --e-global-color-1be903c );}.elementor-115 .elementor-element.elementor-element-6e9d00d .nav-back-link{gap:50px;}.elementor-115 .elementor-element.elementor-element-0f61060{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-3304161 .wcf--social-icons ul{justify-content:flex-end;align-items:flex-end;display:flex;flex-direction:row;}.elementor-115 .elementor-element.elementor-element-3304161 .wcf-social-icon{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );--icon-size:30px;--icon-padding:16px;}.elementor-115 .elementor-element.elementor-element-3304161 .wcf-social-icon:hover, .elementor-115 .elementor-element.elementor-element-3304161 .wcf-social-icon:focus{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-115 .elementor-element.elementor-element-0d82193{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-020f2fc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-62da6ab{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}.elementor-115 .elementor-element.elementor-element-62da6ab .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:17px;font-weight:400;text-transform:uppercase;line-height:20px;}.elementor-115 .elementor-element.elementor-element-af4031d{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-b734aa7{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;text-align:center;}.elementor-115 .elementor-element.elementor-element-b734aa7 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-115 .elementor-element.elementor-element-b734aa7 .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:17px;font-weight:400;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-115 .elementor-element.elementor-element-66285e7 .elementor-button{background-color:var( --e-global-color-ab153fa );font-family:"Roboto Condensed", Sans-serif;font-size:17px;font-weight:400;fill:var( --e-global-color-a30fba2 );color:var( --e-global-color-a30fba2 );border-style:none;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-115 .elementor-element.elementor-element-66285e7 .elementor-button-content-wrapper{flex-direction:row;}.elementor-115 .elementor-element.elementor-element-dcde1c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1398px){.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon{font-size:30px;}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon{font-size:30px;}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon{font-size:30px;}}@media(max-width:1200px){.elementor-115 .elementor-element.elementor-element-2c22117{--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon-box-description{font-size:16px;}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon-box-description{font-size:16px;}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon-box-description{font-size:16px;}.elementor-115 .elementor-element.elementor-element-80d3588{--padding-top:0%;--padding-bottom:0%;--padding-left:05%;--padding-right:05%;}.elementor-115 .elementor-element.elementor-element-0d82193{--padding-top:0%;--padding-bottom:0%;--padding-left:05%;--padding-right:05%;}}@media(max-width:1024px){.elementor-115 .elementor-element.elementor-element-2c22117{--padding-top:0%;--padding-bottom:0%;--padding-left:05%;--padding-right:05%;}.elementor-115 .elementor-element.elementor-element-acd5c2f{--flex-wrap:wrap;}.elementor-115 .elementor-element.elementor-element-5a977cd .elementor-icon-box-description{font-size:20px;}.elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .menu-item a{font-size:16px;}.elementor-115 .elementor-element.elementor-element-0d82193{--gap:10px 10px;--row-gap:10px;--column-gap:10px;--flex-wrap:wrap;}.elementor-115 .elementor-element.elementor-element-62da6ab{text-align:center;}.elementor-115 .elementor-element.elementor-element-62da6ab .elementor-heading-title{font-size:16px;}.elementor-115 .elementor-element.elementor-element-af4031d{--justify-content:center;}}@media(max-width:767px){.elementor-115 .elementor-element.elementor-element-e306b39 .elementor-heading-title{font-size:23px;line-height:1.1em;}.elementor-115 .elementor-element.elementor-element-0916080 .wcf--title{font-size:26px;}.elementor-115 .elementor-element.elementor-element-463c16a .elementor-icon-box-description{font-size:20px;}.elementor-115 .elementor-element.elementor-element-90b49a1 .elementor-icon-box-description{font-size:20px;}.elementor-115 .elementor-element.elementor-element-1045351 .wcf__btn a{font-size:16px;}.elementor-115 .elementor-element.elementor-element-80d3588{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-115 .elementor-element.elementor-element-f4bcca1{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:12px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-6e9d00d .wcf-nav-menu-nav{justify-content:center;}.elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .menu-item a{line-height:1em;padding:0px 0px 5px 0px;}.elementor-115 .elementor-element.elementor-element-6e9d00d .desktop-menu-active .wcf-nav-menu-nav{gap:12px;}.elementor-115 .elementor-element.elementor-element-0f61060{--justify-content:center;}.elementor-115 .elementor-element.elementor-element-3304161 .wcf--social-icons ul{justify-content:center;align-items:center;}.elementor-115 .elementor-element.elementor-element-3304161 .wcf-social-icon{--icon-size:22px;--icon-padding:15px;}}@media(min-width:768px){.elementor-115 .elementor-element.elementor-element-dd940a6{--width:33%;}.elementor-115 .elementor-element.elementor-element-2c4301d{--width:33%;}.elementor-115 .elementor-element.elementor-element-0550a0c{--width:33%;}.elementor-115 .elementor-element.elementor-element-f4bcca1{--width:70%;}.elementor-115 .elementor-element.elementor-element-0f61060{--width:30%;}.elementor-115 .elementor-element.elementor-element-020f2fc{--width:60%;}.elementor-115 .elementor-element.elementor-element-af4031d{--width:40%;}}@media(max-width:1200px) and (min-width:768px){.elementor-115 .elementor-element.elementor-element-dd940a6{--width:39%;}}@media(max-width:1024px) and (min-width:768px){.elementor-115 .elementor-element.elementor-element-dd940a6{--width:100%;}.elementor-115 .elementor-element.elementor-element-2c4301d{--width:48%;}.elementor-115 .elementor-element.elementor-element-0550a0c{--width:48%;}.elementor-115 .elementor-element.elementor-element-020f2fc{--width:100%;}.elementor-115 .elementor-element.elementor-element-af4031d{--width:100%;}}

/*FILESTART  /home/wplive/web/wp-live/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css */

.elementor-widget-icon-box .elementor-icon-box-wrapper{display:flex;flex-direction:column;text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{display:inline-block;flex:0 0 auto;line-height:0}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1;width:100%}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget-icon-box.elementor-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}@media (min-width:2400px){.elementor-widget-icon-box.elementor-widescreen-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-widescreen-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-widescreen-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-widescreen-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:1398px){.elementor-widget-icon-box.elementor-laptop-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-laptop-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-laptop-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-laptop-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:1200px){.elementor-widget-icon-box.elementor-tablet_extra-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-tablet_extra-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-tablet_extra-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-tablet-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-tablet-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-tablet-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-mobile_extra-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-mobile_extra-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-mobile_extra-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-mobile-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-mobile-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/animation-addons-for-elementor/assets/css/widgets/button.min.css */

@keyframes mask_animation{from{-webkit-mask-position:0 0;mask-position:0 0}to{-webkit-mask-position:100% 0;mask-position:100% 0}}@keyframes mask_animation_2{from{-webkit-mask-position:100% 0;mask-position:100% 0}to{-webkit-mask-position:0 0;mask-position:0 0}}.wcf__btn i{transition:all .3s}.wcf__btn svg{width:1em;height:1em}.wcf__btn a{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:16px;line-height:1;font-weight:500;transition:all .3s}.wcf__btn.icon-position-after i,.wcf__btn.icon-position-after svg{order:15}.wcf__btn.icon-position-after .wcf-btn-mask::after{align-items:flex-start;justify-content:flex-start}.wcf-btn-default{padding:17px 35px;border:1px solid #1c1d20;overflow:hidden;z-index:0}.wcf-btn-default:hover{color:#1c1d20}.wcf-btn-circle{width:140px;height:140px;color:#1c1d20;border-radius:100%;flex-direction:column;background-color:#e8bf96}@media only screen and (max-width:1199px){.wcf-btn-circle{width:130px;height:130px}}.wcf-btn-circle:hover{color:#fff}.wcf-btn-oval{color:#1c1d20;border:1px solid #1c1d20;padding:32px 52px;border-radius:50% 50% 50% 50%}@media only screen and (max-width:991px){.wcf-btn-oval{padding:30px}}.wcf-btn-oval:hover{color:#e8bf96}.wcf-btn-ellipse{color:#1c1d20;padding:45px 45px;position:relative;background-color:#1c1d20;border-radius:100%;border-top-left-radius:200%;border-bottom-right-radius:200%;z-index:1}.wcf-btn-ellipse:hover{color:#ffbc7d;background-color:#e8bf96}.wcf-btn-ellipse:before{position:absolute;content:"";width:calc(100% - 16px);height:calc(100% - 2px);background-color:#fff;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:100%;border-top-left-radius:200%;border-bottom-right-radius:200%}.wcf-btn-square{flex-direction:column;color:#1c1d20;text-align:center;border:1px solid currentColor;height:215px;width:215px;padding:20px;z-index:0;transition:all .5s}@media only screen and (max-width:1199px){.wcf-btn-square{width:200px;height:200px}}@media only screen and (max-width:991px){.wcf-btn-square{width:170px;height:170px;font-size:18px}}.wcf-btn-square:hover{color:#e8bf96}.wcf-btn-underline{color:#1c1d20;padding-bottom:5px;position:relative}.wcf-btn-underline::after{position:absolute;content:"";width:100%;height:1px;left:0;bottom:0;background-color:#1c1d20;transition:all .3s}.wcf-btn-underline:hover{color:#e8bf96;fill:#e8bf96}.wcf-btn-underline:hover::after{width:0%}.wcf-btn-mask{padding:15px 30px;position:relative;overflow:hidden;transition:all .5s;border-radius:5px;color:#1c1d20;border:1px solid #1c1d20;z-index:1}.wcf-btn-mask i,.wcf-btn-mask svg{position:relative;z-index:1}.wcf-btn-mask::after{display:flex;align-items:flex-end;justify-content:flex-end;color:#fff;position:absolute;content:attr(data-text);cursor:pointer;width:100%;height:100%;left:0;top:0;background-color:#1c1d20;-webkit-mask:url(https://insightscopehub.com/wp-content/plugins/animation-addons-for-elementor/assets/css/widgets/../../images/mask-btn.png);mask:url(https://insightscopehub.com/wp-content/plugins/animation-addons-for-elementor/assets/css/widgets/../../images/mask-btn.png);-webkit-mask-size:2300% 100%;mask-size:2300% 100%;animation:mask_animation_2 .7s steps(22) forwards;padding:15px 30px}.wcf-btn-mask:hover{color:#1c1d20}.wcf-btn-mask:hover::after{animation:mask_animation .7s steps(22) forwards}.btn-hover-bgchange{overflow:hidden;position:relative;z-index:5}.btn-hover-bgchange span{position:absolute;content:"";width:0;height:0;left:50%;top:50%;z-index:-1;border-radius:100%;transition:all 1s;background-color:#1c1d20;transform:translate(-50%,-50%)}.btn-hover-bgchange:hover{color:#fff;border:1px solid #1c1d20}.btn-hover-bgchange:hover span{width:400px;height:400px}.btn-hover-default:hover{color:#1c1d20;background-color:#fff}.btn-hover-cross{overflow:hidden;position:relative;transition:all 1s}.btn-hover-cross::after{position:absolute;content:"";width:150%;height:0%;left:50%;top:50%;background-color:#1c1d20;transform:translateX(-50%) translateY(-50%);transition:all .75s;opacity:.5;z-index:-1}.btn-hover-cross:hover{color:#fff;background-color:transparent}.btn-hover-cross:hover::after{height:120%;opacity:1}.btn-hover-divide{overflow:hidden;position:relative;transition:all 1s;z-index:1}.btn-hover-divide::after{position:absolute;content:"";width:0%;height:100%;left:50%;top:50%;background-color:#1c1d20;transform:translateX(-50%) translateY(-50%);transition:all .75s;opacity:.5;z-index:-1}.btn-hover-divide:hover{color:#fff;background-color:transparent}.btn-hover-divide:hover::after{width:120%;opacity:1}.btn-hover-cropping{overflow:hidden;position:relative;transition:all 1s}.btn-hover-cropping::after{position:absolute;content:"";width:150%;height:0%;left:50%;top:50%;background-color:#1c1d20;transform:translateX(-50%) translateY(-50%) rotate(25deg);transition:all .75s;opacity:.5;z-index:-1}.btn-hover-cropping:hover{color:#fff;background-color:transparent}.btn-hover-cropping:hover::after{height:400%;opacity:1}.btn-rollover-top{position:relative;transition:all .4s cubic-bezier(.215,.61,.355,1) 0s}.btn-rollover-top:after{position:absolute;left:0;bottom:0;height:0;width:100%;z-index:-1;content:"";background-color:#1c1d20;transition:all .4s cubic-bezier(.215,.61,.355,1) 0s}.btn-rollover-top:hover{color:#fff;background-color:transparent}.btn-rollover-top:hover::after{top:0;bottom:auto;height:100%}.btn-rollover-left{position:relative;transition:all .4s cubic-bezier(.215,.61,.355,1) 0s}.btn-rollover-left::after{position:absolute;top:0;right:0;height:100%;width:0;z-index:-1;content:"";background-color:#1c1d20;transition:all .4s cubic-bezier(.42,0,.58,1) 0s}.btn-rollover-left:hover{color:#fff;background-color:transparent}.btn-rollover-left:hover::after{left:0;right:auto;width:100%}.btn-rollover-cross{overflow:hidden;position:relative;transition:all .5s}.btn-rollover-cross::before{position:absolute;content:"";width:100%;height:100%;bottom:100%;left:100%;opacity:0;border-bottom:1px solid #1c1d20;border-left:1px solid #1c1d20;transition:all .75s}.btn-rollover-cross::after{position:absolute;content:"";width:100%;height:100%;top:100%;right:100%;opacity:0;border-top:1px solid #1c1d20;border-right:1px solid #1c1d20;transition:all .75s}.btn-rollover-cross:hover{border-color:transparent!important;color:#1c1d20}.btn-rollover-cross:hover::before{bottom:0;left:0;opacity:1;width:100%;height:100%}.btn-rollover-cross:hover::after{top:0;right:0;opacity:1;width:100%;height:100%}.btn-parallal-border{overflow:hidden;position:relative;transition:all .5s}.btn-parallal-border::before{position:absolute;content:"";width:0%;height:0%;bottom:0;left:0;opacity:0;border-bottom:1px solid #1c1d20;border-left:1px solid #1c1d20;transition:all .75s}.btn-parallal-border::after{position:absolute;content:"";width:0%;height:0%;top:0;right:0;opacity:0;border-top:1px solid #1c1d20;border-right:1px solid #1c1d20;transition:all .75s}.btn-parallal-border:hover{border-color:transparent!important;color:#1c1d20}.btn-parallal-border:hover::before{opacity:1;width:100%;height:100%}.btn-parallal-border:hover::after{opacity:1;width:100%;height:100%}.elementor-widget-wcf--contact-form-7 .wcf-btn-default{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:16px;line-height:1;font-weight:500;transition:all .3s}.elementor-widget-wcf--contact-form-7 svg{width:1em;height:1em}.elementor-widget-wcf--contact-form-7.icon-position-after i,.elementor-widget-wcf--contact-form-7.icon-position-after svg{order:15}.elementor-widget-wcf--contact-form-7 .wpcf7-list-item:first-child{margin-left:0}

/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/animation-addons-for-elementor/assets/css/widgets/social-icons.min.css */

.wcf--social-icons ul{margin:0;padding:0}.wcf--social-icons ul li{list-style:none;line-height:1}.wcf--social-icons ul li a{display:flex;align-items:center;justify-content:center;font-size:var(--icon-size,20px);line-height:var(--icon-size,20px);width:calc(var(--icon-size,20px) + 2 * var(--icon-padding,1px));height:calc(var(--icon-size,20px) + 2 * var(--icon-padding,1px))}