@import url('https://fonts.googleapis.com/css2?family=FontAwesome:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stroke-Gap-Icons:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open%20Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Candara:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Segoe:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Segoe%20UI:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Optima:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=sans-serif%20!important:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=inherit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pt%20Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ── Global CSS (global-export.css) ── */
html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    text-decoration: none;
    font-size: inherit;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
}

[data-f0-id] {
  position: relative;
  min-width: 0;
}

input,
button {
    border-width: 0px;
    outline: none;
    background: transparent;
    color: inherit;
}

button {
    cursor: pointer;
}

select {
    border: 0;
    background: transparent;
    -webkit-appearance: none;
}

textarea {
    outline: none;
    border: 0px;
    resize: none;
    background: transparent;
}

img,video {
    max-width: unset;
    object-fit: cover;
    object-position: center;
}

/* Fade-stack: stacks children in a single grid cell so the container sizes
   to the tallest panel and the carousel/tabs runtime can cross-fade with
   pure opacity. Works without runtime — design-time falls back to the first
   child being visible until .f0-active is assigned. */
.f0-carousel-fade {
  display: grid !important;
  grid-template-columns: 100% 1fr !important;
  grid-template-rows: 100% 1fr !important;
  align-items: start !important;
  justify-items: start !important;
  position: relative;
}
.f0-carousel-fade > * {
  grid-area: 1 / 1;
}
.f0-carousel-fade > :not(.f0-active) {
  opacity: 0;
  pointer-events: none;
}
.f0-carousel-fade > .f0-active {
  opacity: 1;
  pointer-events: auto;
}
.f0-carousel-fade:not(:has(> .f0-active)) > :first-child {
  opacity: 1;
  pointer-events: auto;
}

.page, .f0-page {
    display: grid;
    // grid-template-columns: 100% 1fr;
    // grid-template-rows: 100% 1fr;
    min-height: 900px;
    width: 100vw !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: #fff;
}
.free-mode {
    display: grid !important;
    grid-template-columns: 100% 1fr !important;
    grid-template-rows: 100% 1fr !important;
    /* grid-area: 1 / 1 / 2 / 2 !important; */
    align-items: start !important;
    justify-items: start !important;
}

.free-mode>.fmod {
    grid-area: 1 / 1 / 2 / 2 !important;
}

[data-f0-role="mask"] {
    opacity: 0!important;
}
    .glowing-border,
.glowing-border-assistant,
.glowing-border-assistant-button {
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

[data-f0-role="mask"] {
  opacity: 0 !important;
}

.f0-auto-bar-scroll::-webkit-scrollbar {
  display: none;
}

/* ═══════════════════════════════════════════════════════════════════════ */

.f0-effect-overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  z-index: 999;
}

.effect-film-grain {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)' opacity='0.3'/%3E%3C/svg%3E") !important;
  background-size: cover !important;
  mix-blend-mode: overlay !important;
  opacity: var(--effect-opacity, 0.4) !important;
  animation: f0-grain-flicker calc(var(--effect-speed, 0.15) * 1s) steps(4, jump-none) infinite;
}

@keyframes f0-grain-flicker {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-1px, 1px);
  }

  50% {
    transform: translate(1px, -1px);
  }

  75% {
    transform: translate(-1px, -1px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.effect-vignette {
  background: radial-gradient(ellipse at center,
      transparent calc(var(--effect-spread, 40) * 1%),
      rgb(0 0 0 / var(--effect-opacity, 0.7)) 100%) !important;
}

.effect-cinematic-bars {
  background: linear-gradient(to bottom,
      black calc(var(--effect-bar-size, 12) * 1%),
      transparent calc(var(--effect-bar-size, 12) * 1%),
      transparent calc(100% - var(--effect-bar-size, 12) * 1%),
      black calc(100% - var(--effect-bar-size, 12) * 1%)) !important;
}

.effect-scanlines {
  background-image: repeating-linear-gradient(0deg,
      transparent 0px,
      transparent calc(var(--effect-line-gap, 4) * 1px),
      rgb(0 0 0 / var(--effect-opacity, 0.15)) calc(var(--effect-line-gap, 4) * 1px),
      rgb(0 0 0 / var(--effect-opacity, 0.15)) calc(var(--effect-line-gap, 4) * 2px)) !important;
  background-size: 100% calc(var(--effect-line-gap, 4) * 2px) !important;
  animation: f0-scanlines-roll 2s linear infinite;
}

@keyframes f0-scanlines-roll {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 calc(var(--effect-line-gap, 4) * 2px);
  }
}

.effect-light-leak {
  background:
    radial-gradient(ellipse at 20% 50%, rgb(255 180 50 / var(--effect-opacity, 0.25)) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 30%, rgb(255 100 50 / var(--effect-opacity, 0.25)) 0%, transparent 50%) !important;
  mix-blend-mode: screen !important;
  opacity: var(--effect-intensity, 1) !important;
  animation: f0-light-leak-drift calc(var(--effect-duration, 8) * 1s) ease-in-out infinite alternate;
}

@keyframes f0-light-leak-drift {
  0% {
    background-position: 0% 0%, 0% 0%;
  }

  100% {
    background-position: 10% 5%, -10% -5%;
  }
}

.effect-bokeh {
  background:
    radial-gradient(circle 80px at 15% 25%, rgb(255 255 255 / var(--effect-opacity, 0.1)) 0%, transparent 100%),
    radial-gradient(circle 50px at 75% 15%, rgb(255 255 255 / var(--effect-opacity, 0.1)) 0%, transparent 100%),
    radial-gradient(circle 65px at 60% 70%, rgb(255 255 255 / var(--effect-opacity, 0.1)) 0%, transparent 100%),
    radial-gradient(circle 40px at 30% 80%, rgb(255 255 255 / var(--effect-opacity, 0.1)) 0%, transparent 100%),
    radial-gradient(circle 55px at 85% 55%, rgb(255 255 255 / var(--effect-opacity, 0.1)) 0%, transparent 100%) !important;
  mix-blend-mode: screen !important;
  transform: scale(var(--effect-scale, 1));
  animation: f0-bokeh-drift calc(var(--effect-duration, 12) * 1s) ease-in-out infinite alternate;
}

@keyframes f0-bokeh-drift {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 6% 4%, -4% 6%, 4% -4%, -6% -3%, 3% 5%;
  }
}

.effect-glow {
  background: radial-gradient(circle at center,
      rgb(79 143 255 / var(--effect-opacity, 0.2)) 0%,
      transparent 60%) !important;
  mix-blend-mode: screen !important;
  filter: hue-rotate(calc(var(--effect-color, 0) * 1deg)) !important;
  animation: f0-glow-pulse calc(var(--effect-duration, 4) * 1s) ease-in-out infinite alternate;
}

@keyframes f0-glow-pulse {
  0% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.effect-shine-sweep {
  background: linear-gradient(105deg,
      transparent 40%,
      rgb(255 255 255 / var(--effect-opacity, 0.25)) 50%,
      transparent 60%) !important;
  background-size: 200% 100% !important;
  animation: f0-shine-sweep calc(var(--effect-duration, 4) * 1s) linear infinite;
}

@keyframes f0-shine-sweep {
  0% {
    background-position: -100% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

/* ─── Whoosh effects (animated overlays) ─── */

   preset, written into a real timeline layer at addEffectLayer time. The
   classes below paint the LOOK; transform/opacity over the layer body is
   the runtime's job. */

.effect-whoosh-right,
.effect-whoosh-left {
  background: linear-gradient(105deg,
      transparent 35%,
      rgb(255 255 255 / var(--effect-opacity, 0.7)) 50%,
      transparent 65%) !important;
  background-size: 250% 100% !important;
  filter: blur(6px);
  /* Confine the gradient to a vertical band so translateX actually moves a
     visible "streak" across the parent rather than tiling a full sheet. */
  width: 60% !important;
  inset: 0 auto 0 20% !important;
  opacity: 0;
  will-change: transform, opacity;
}

.effect-flash {
  background: white !important;
  opacity: 0;
  will-change: opacity;
}

.effect-speed-lines {
  background-image: repeating-linear-gradient(90deg,
      transparent 0px,
      transparent 40px,
      rgb(255 255 255 / var(--effect-opacity, 0.5)) 40px,
      rgb(255 255 255 / var(--effect-opacity, 0.5)) 42px,
      transparent 42px,
      transparent 80px) !important;
  background-size: 200% 100% !important;
  filter: blur(2px);
  opacity: 0;
  will-change: transform, opacity;
}

.effect-shock-ring {
  background: transparent !important;
  /* The element itself is the ring — no pseudo. width/height set so
     transform-origin: center works under scale. */
  width: 20px !important;
  height: 20px !important;
  inset: 50% auto auto 50% !important;
  margin: -10px 0 0 -10px !important;
  border-radius: 50% !important;
  border: 4px solid rgb(255 255 255 / var(--effect-opacity, 0.8)) !important;
  transform-origin: center;
  will-change: transform, opacity;
}

.effect-light-streak {
  background: radial-gradient(ellipse 60% 8% at 50% 50%,
      rgb(255 240 200 / var(--effect-opacity, 0.9)) 0%,
      transparent 80%) !important;
  mix-blend-mode: screen !important;
  filter: blur(2px);
  transform: rotate(-12deg);
  opacity: 0;
  will-change: transform, opacity;
}
/* ═══════════════════════════════════════════════════════════════════════ */

/* ── Mask runtime hide ── */

[data-f0-role="mask"] { opacity: 0; pointer-events: none; }

.f0-id-el_Mp6uw-d0[data-f0-id="el_Mp6uw-d0"] {
  width: 1440px;
  height: max-content;
  background: var(--color-background, #ffffff);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: clip;
}

.f0-id-el_Mp6uw-d0[data-f0-id="el_Mp6uw-d0"] {
  left: 0px;
  top: 0px;
}

#wm-ipp-base {
  height: 65px;
  padding: 0px;
  margin: 0px;
  border: none;
  background: none transparent;
  display: none !important;
}

#wm-ipp-print {
  display: block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.wpcf7 {
  margin: 0px;
  padding: 0px;
}

.rev-scroll-btn > :hover {
  color: rgb(255, 255, 255);
}

.rev-scroll-btn > :focus {
  color: rgb(255, 255, 255);
}

.rev-scroll-btn > .active {
  color: rgb(255, 255, 255);
}

.fa {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-twitter::before {
  content: "";
}

.fa-facebook-f::before {
  content: "";
}

.fa-facebook::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.icon {
  font-family: Stroke-Gap-Icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-WorldGlobe::before {
  content: "";
}

.icon-Puzzle::before {
  content: "";
}

.icon-Cup::before {
  content: "";
}

.icon-Crown::before {
  content: "";
}

.icon-Phone::before {
  content: "";
}

.icon-Info::before {
  content: "";
}

.icon-Chart::before {
  content: "";
}

.icon-ChartUp::before {
  content: "";
}

.icon-Anchor::before {
  content: "";
}

.icon-Webcam::before {
  content: "";
}

.icon-Pointer::before {
  content: "";
}

.icon-Mail::before {
  content: "";
}

.icon-Key::before {
  content: "";
}

.icon-Edit::before {
  content: "";
}

.icon-Chart2::before {
  content: "";
}

.zoomIn {
  animation-name: zoomIn;
}

html {
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
  font-size: 62.5%;
  font-style: inherit;
  font-weight: inherit;
}

article {
  display: block;
}

aside {
  display: block;
}

details {
  display: block;
}

figcaption {
  display: block;
}

figure {
  display: block;
  margin: 0px;
}

footer {
  display: block;
}

header {
  display: flex;
}

hgroup {
  display: block;
}

main {
  display: block;
}

menu {
  display: block;
}

nav {
  display: block;
}

section {
  display: block;
}

summary {
  display: block;
}

a {
  background-color: transparent;
  color: rgb(191, 166, 122);
  text-decoration: none;
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: none;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
  transition: color 0.2s ease-in-out;
}

a:active {
  outline: 0px;
}

a:hover {
  outline: 0px;
  color: rgb(122, 122, 122);
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  border: 0px;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
  height: 0px;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
  border: 0px;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
  height: 0px;
  bottom: 1ex;
}

img {
  border: 0px;
  vertical-align: middle;
  max-width: 100% !important;
  break-inside: avoid;
}

button {
  color: rgb(255, 255, 255);
  font: inherit;
  margin: 0px;
  overflow: visible;
  text-transform: uppercase;
  appearance: button;
  cursor: pointer;
  font-family: "Pt Serif", sans-serif;
  font-size: 1.2rem;
  line-height: normal;
  background-color: rgb(51, 51, 51);
  border-radius: 0px;
  max-width: 100%;
  vertical-align: baseline;
  hyphens: none;
  border: 0px;
  font-weight: 700;
  padding: 0.7917em 1.5em;
}

input {
  color: inherit;
  font: inherit;
  margin: 0px;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: normal;
  background-color: rgb(247, 247, 247);
  border-radius: 0px;
  max-width: 100%;
  vertical-align: baseline;
  hyphens: none;
}

optgroup {
  color: inherit;
  font: inherit;
  margin: 0px;
}

select {
  color: inherit;
  font: inherit;
  margin: 0px;
  text-transform: none;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: rgb(247, 247, 247);
  border-radius: 0px;
  max-width: 100%;
  vertical-align: baseline;
}

textarea {
  color: inherit;
  font: inherit;
  margin: 0px;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: rgb(247, 247, 247);
  border-radius: 0px;
  max-width: 100%;
  vertical-align: baseline;
}

html input[type="button"] {
  appearance: button;
  cursor: pointer;
}

input[type="reset"] {
  appearance: button;
  cursor: pointer;
  background-color: rgb(51, 51, 51);
  border: 0px;
  color: rgb(255, 255, 255);
  font-family: "Pt Serif", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
}

input[type="submit"] {
  appearance: button;
  cursor: pointer;
  background-color: rgb(51, 51, 51);
  border: 0px;
  color: rgb(255, 255, 255);
  font-family: "Pt Serif", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
}

::before {
  box-sizing: inherit;
  background: transparent !important;
  color: rgb(0, 0, 0) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

::after {
  box-sizing: inherit;
  background: transparent !important;
  color: rgb(0, 0, 0) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body {
  font-family: "", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: rgb(122, 122, 122);
  font-style: inherit;
  font-weight: inherit;
}

a:focus {
  color: rgb(122, 122, 122);
  outline: 0px;
  outline-offset: -2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  border: 0px;
}

h1 {
  font-family: "", Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: rgb(74, 74, 74);
  margin-top: 20px;
  margin-bottom: 10px;
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  margin: 20px 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h2 {
  font-family: "", Arial, sans-serif;
  font-weight: bold;
  line-height: 24px;
  color: rgb(74, 74, 74);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  border: 0px;
  font-style: inherit;
  margin: 20px 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  orphans: 3;
  widows: 3;
  break-after: avoid;
}

h3 {
  font-family: "", Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: rgb(74, 74, 74);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  border: 0px;
  font-style: inherit;
  margin: 20px 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  orphans: 3;
  widows: 3;
  break-after: avoid;
}

h4 {
  font-family: "", Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: rgb(74, 74, 74);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  border: 0px;
  font-style: inherit;
  margin: 20px 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h5 {
  font-family: "", Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: rgb(74, 74, 74);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  border: 0px;
  font-style: inherit;
  margin: 20px 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h6 {
  font-family: "", Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: rgb(74, 74, 74);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  border: 0px;
  font-style: inherit;
  margin: 20px 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
}

.h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
}

.h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}

.h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

p {
  margin: 10px 0px;
  border: 0px;
  font-size: 15px;
  font-style: inherit;
  font-weight: normal;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
  color: rgb(122, 122, 122);
  line-height: 25px;
  orphans: 3;
  widows: 3;
}

.text-center {
  text-align: center;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  list-style: disc;
  margin: 0px 0px 1.6em 1.3333em;
  padding: 0px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px 0px 1.6em 1.3333em;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
  list-style: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-sm-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-sm-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-sm-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-sm-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-sm-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-sm-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-sm-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}

.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 3px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  user-select: none;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: 0.2s ease-in-out;
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 51);
  backface-visibility: hidden;
}

.btn:focus {
  outline: none;
  outline-offset: -2px;
  color: rgb(255, 255, 255);
}

.btn:active:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn.active:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn.focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  color: rgb(51, 51, 51);
  text-decoration: none;
}

.btn:active.focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn.active.focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn:hover {
  color: rgb(255, 255, 255);
  transition: 0.2s ease-in-out;
  background-color: rgb(191, 166, 122);
  border-color: transparent;
}

.btn:active {
  outline: 0px;
  background-image: none;
  box-shadow: rgba(0, 0, 0, 0.125) 0px 3px 5px inset;
}

.btn.active {
  outline: 0px;
  background-image: none;
  box-shadow: rgba(0, 0, 0, 0.125) 0px 3px 5px inset;
}

.btn-lg {
  padding: 13px 34px;
  font-size: 14px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.collapse {
  display: none;
}

.nav {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
  clear: right;
}

.nav > li > a {
  padding: 10px 15px;
}

.nav > li > a:hover {
  background-color: transparent;
  border-color: rgb(242, 242, 242);
}

.nav > li > a:focus {
  background-color: transparent;
  border-color: rgb(242, 242, 242);
}

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0px;
  border: none;
  backface-visibility: hidden;
  z-index: 1200;
  display: none;
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: none;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px inset;
  padding: 0px;
}

.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

.navbar-fixed-top {
  position: fixed;
  right: 0px;
  left: 0px;
  z-index: 1030;
  top: 0px;
  border-width: 0px 0px 1px;
}

.navbar-fixed-bottom {
  position: fixed;
  right: 0px;
  left: 0px;
  z-index: 1030;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 5px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 4px;
  z-index: 50;
}

.navbar-toggle:focus {
  outline: 0px;
  background-color: transparent;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 1px;
  background-color: rgb(0, 0, 0);
  margin-bottom: 5px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-nav {
  margin: 0px;
  float: none;
  display: inline-block;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 90px;
  font-family: "", Arial, sans-serif !important;
  text-transform: none;
  padding: 0px 20px;
  color: rgb(255, 255, 255);
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

.clearfix::before {
  content: "";
  display: table;
  line-height: 0;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
  line-height: 0;
}

.dl-horizontal dd::before {
  content: " ";
  display: table;
}

.dl-horizontal dd::after {
  content: " ";
  display: table;
  clear: both;
}

.container::before {
  content: " ";
  display: table;
}

.container::after {
  content: " ";
  display: table;
  clear: both;
}

.container-fluid::before {
  content: " ";
  display: table;
}

.container-fluid::after {
  content: " ";
  display: table;
  clear: both;
}

.row::before {
  content: " ";
  display: table;
}

.row::after {
  content: " ";
  display: table;
  clear: both;
}

.form-horizontal .form-group::before {
  content: " ";
  display: table;
}

.form-horizontal .form-group::after {
  content: " ";
  display: table;
  clear: both;
}

.btn-toolbar::before {
  content: " ";
  display: table;
}

.btn-toolbar::after {
  content: " ";
  display: table;
  clear: both;
}

.btn-group-vertical > .btn-group::before {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group::after {
  content: " ";
  display: table;
  clear: both;
}

.nav::before {
  content: " ";
  display: table;
}

.nav::after {
  content: " ";
  display: table;
  clear: both;
}

.navbar::before {
  content: " ";
  display: table;
}

.navbar::after {
  content: " ";
  display: table;
  clear: both;
}

.navbar-header::before {
  content: " ";
  display: table;
}

.navbar-header::after {
  content: " ";
  display: table;
  clear: both;
}

.navbar-collapse::before {
  content: " ";
  display: table;
}

.navbar-collapse::after {
  content: " ";
  display: table;
  clear: both;
}

.pager::before {
  content: " ";
  display: table;
}

.pager::after {
  content: " ";
  display: table;
  clear: both;
}

.panel-body::before {
  content: " ";
  display: table;
}

.panel-body::after {
  content: " ";
  display: table;
  clear: both;
}

.modal-footer::before {
  content: " ";
  display: table;
}

.modal-footer::after {
  content: " ";
  display: table;
  clear: both;
}

.wpb_row {

}

.wpb_content_element {
  margin-bottom: 35px;
}

ul.wpb_thumbnails-fluid > li {
  margin-bottom: 35px;
}

.wpb_button {
  margin-bottom: 35px;
}

.color-white {
  color: rgb(255, 255, 255) !important;
}

.navbar-nav > li > a:hover {
  color: rgb(250, 68, 64) !important;
  opacity: 1;
}

.navbar-nav > .active > a {
  color: rgb(250, 68, 64) !important;
  opacity: 1;
}

.navbar-nav > .active > a:focus {
  color: rgb(250, 68, 64) !important;
  opacity: 1;
}

.navbar-nav > .active > a:hover {
  color: rgb(250, 68, 64) !important;
  opacity: 1;
}

.menu-socials li > a:hover {
  color: rgb(124, 124, 124) !important;
  opacity: 1;
  border-color: rgb(191, 166, 122);
}

.hi-icon {
  width: 70px !important;
  height: 70px !important;
  line-height: 70px !important;
  display: inline-block;
  font-size: 0px;
  cursor: context-menu;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: rgb(255, 255, 255);
}

.blog-col .entry-img {
  margin-bottom: 0px !important;
}

div {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

span {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

applet {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

object {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

iframe {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

blockquote {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

pre {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

abbr {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

acronym {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

address {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

big {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

cite {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

code {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

del {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

dfn {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

em {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

font {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

ins {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

kbd {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

q {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

s {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

samp {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

small {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

strike {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

tt {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

var {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

dl {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

dt {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

dd {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

fieldset {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

form {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

label {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

legend {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

table {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

caption {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

tbody {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

tfoot {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

thead {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

tr {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
  break-inside: avoid;
}

th {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

td {
  border: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

a img {
  border: 0px;
}

.oh {
  overflow: hidden;
}

.relative {
  position: relative;
}

.section-wrap {
  padding: 150px 0px;
  overflow: hidden;
  background-attachment: fixed;
}

.color-white.testimonials.style-2 .owl-dot.active span {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.color-white.testimonials.style-2 .owl-dot span {
  border-color: rgb(255, 255, 255);
  background: none;
}

.color-white.testimonials.style-2 .owl-dot:hover span {
  border-color: rgb(255, 255, 255);
  background: none;
}

.color-white .testimonial p.testimonial-text {
  font-size: 33px;
  line-height: 39px;
  color: rgb(191, 166, 122);
  font-style: italic;
  margin: 30px 0px;
  padding: 0px 20px;
}

.color-white .testimonial p.testimonial-text::before {
  content: url("https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2F1dfRMVUUn1af1gCsLVLEBX3LjDC2%2Fassets%2Fmedia%2Fprojects%2F15c36d89-0407-40b5-b3a9-355624395bc4%2Fquote-1778851499045.webp?alt=media&token=8c5bc157-2999-49ae-8063-2ea1cd37b329");
  display: block;
  color: rgb(196, 196, 196);
  font-size: 28px;
  font-family: FontAwesome;
  font-style: normal;
  margin-bottom: 30px;
}

.color-white.testimonials.style-2 .testimonial span.testimonial-info {
  color: rgb(255, 255, 255);
}

.bg-dark {
  background-color: rgb(36, 36, 36);
}

::-webkit-selection {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}

::selection {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}

body img {
  border: none;
  max-width: 100%;
  user-select: none;
}

.section-title {
  margin-bottom: 60px;
}

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Pt Serif", sans-serif;
}

input[type="button"] {
  appearance: button;
  background-color: rgb(51, 51, 51);
  border: 0px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-family: "Pt Serif", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
}

button:hover {
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0px;
}

input[type="button"]:hover {
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0px;
}

input[type="reset"]:hover {
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0px;
}

input[type="submit"]:hover {
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0px;
}

button:focus {
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0px;
}

input[type="button"]:focus {
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0px;
}

input[type="reset"]:focus {
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0px;
}

input[type="submit"]:focus {
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0px;
}

.clear::before {
  content: "";
  display: table;
}

.clear::after {
  content: "";
  display: table;
  clear: both;
}

.site::before {
  content: "";
  display: table;
}

.site::after {
  content: "";
  display: table;
  clear: both;
}

.entry-content::before {
  content: "";
  display: table;
}

.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.comment-content::before {
  content: "";
  display: table;
}

.comment-content::after {
  content: "";
  display: table;
  clear: both;
}

.site-content::before {
  content: "";
  display: table;
}

.site-content::after {
  content: "";
  display: table;
  clear: both;
}

.nav-links::before {
  content: "";
  display: table;
}

.nav-links::after {
  content: "";
  display: table;
  clear: both;
}

.comment-navigation::before {
  content: "";
  display: table;
}

.comment-navigation::after {
  content: "";
  display: table;
  clear: both;
}

.social-navigation ul::before {
  content: "";
  display: table;
}

.social-navigation ul::after {
  content: "";
  display: table;
  clear: both;
}

.textwidget::before {
  content: "";
  display: table;
}

.textwidget::after {
  content: "";
  display: table;
  clear: both;
}

.loader-mask {
  position: fixed;
  inset: 0px;
  background-color: rgb(255, 255, 255);
  z-index: 99999;
}

.loader {
  border-radius: 50%;
  font-size: 7px;
  text-indent: -99999em;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10em;
  height: 10em;
  margin: -35px 0px 0px -35px;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0.4em inset;
  transform: translateZ(0px);
}

.loader::before {
  border-radius: 10.2em 0px 0px 10.2em;
  position: absolute;
  content: "";
  width: 4.9em;
  height: 10.8em;
  background: rgb(255, 255, 255);
  top: -0.1em;
  left: -0.1em;
  transform-origin: 5.2em 5.1em;
  animation: 2s ease 1.5s infinite normal none running load2;
}

.loader::after {
  border-radius: 0px 10.2em 10.2em 0px;
  position: absolute;
  content: "";
  width: 5.6em;
  height: 10.8em;
  background: rgb(255, 255, 255);
  top: -0.1em;
  left: 5.1em;
  transform-origin: 0px 5.1em;
  animation: 2s ease 0s infinite normal none running load2;
}

.nav-type-1 .container-fluid {
  padding: 8px 16px;
}

.navigation-overlay {
  background-color: rgb(255, 255, 255);
  width: 100%;
  line-height: 0;
}

.menu-socials ul {
  margin: 0px;
  float: right;
}

.navbar-header {
  width: 20%;
  padding-right: 15px;
}

.nav-wrap {
  width: 60%;
}

.menu-socials {
  width: 20%;
  float: right;
  padding: 0px 15px;
}

.menu-socials li {
  display: inline-block;
}

.menu-socials li > a {
  font-size: 16px;
  line-height: 90px;
  margin-left: 22px;
  color: rgb(191, 166, 122);
  transition: 0.3s ease-in-out;
}

.logo-container {
  padding: 0px 15px;
  float: left;
}

.logo-wrap {
  display: table;
  width: 100%;
}

.logo-left-wrap {
  display: table;
  width: 100%;
}

.logo-wrap > a {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  transition: 0.3s ease-in-out;
}

.logo-left-wrap > a {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  transition: 0.3s ease-in-out;
}

.logo-wrap img {
  transition: 0.3s ease-in-out;
}

.logo-left-wrap img {
  transition: 0.3s ease-in-out;
}

.nav .open > a {
  background-color: transparent;
  text-decoration: none;
  border-color: rgb(242, 242, 242);
}

.nav .open > a:focus {
  background-color: transparent;
  border-color: rgb(242, 242, 242);
}

.nav .open > a:hover {
  background-color: transparent;
  border-color: rgb(242, 242, 242);
}

nav li {
  padding-right: 13px;
  padding-left: 0px !important;
  font-family: "", Arial, sans-serif !important;
}

ul#menu-primary li a {
  height: 21px;
  border-right: 1px solid rgb(221, 221, 221);
  padding-right: 15px;
  padding-left: 0px;
  letter-spacing: -0.4px;
  font-weight: 500;
  font-size: 18px;
  font-family: "Open Sans", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
  color: rgb(122, 122, 122) !important;
}

ul#menu-primary li a:hover {
  color: rgb(191, 166, 122) !important;
}

a.scroll-link {
  color: rgb(191, 166, 122) !important;
}

li#menu-item-235 a {
  border: none !important;
}

#td-revolslider {

}

.navbar-toggle:focus .icon-bar {
  background-color: rgb(0, 0, 0);
}

.navbar-toggle:hover .icon-bar {
  background-color: rgb(0, 0, 0);
}

.navbar-toggle:hover {
  background-color: transparent;
}

#back-to-top {
  display: block;
  z-index: 500;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  line-height: 35px;
  border-radius: 50%;
  transition: 1s;
  background-color: rgb(255, 255, 255);
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.14) 1px 1.732px 12px 0px, rgba(0, 0, 0, 0.12) 1px 1.732px 3px 0px;
}

#back-to-top i {
  transition: 1s;
}

#back-to-top a {
  width: 40px;
  height: 40px;
  display: block;
  color: rgb(51, 51, 51);
}

#back-to-top:hover {
  background-color: rgb(51, 51, 51);
}

#back-to-top:hover i {
  color: rgb(255, 255, 255);
}

.heading-frame h2 {
  padding: 25px 50px;
  border: 5px solid rgb(51, 51, 51);
  display: inline-block;
  font-size: 32px;
  letter-spacing: 2.2px;
  line-height: 42px;
}

.intro-text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: lighter;
}

.intro-text p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: lighter;
}

.result-box {
  padding: 23% 0px;
}

.result-wrap {
  width: 282px;
  margin: 0px auto;
}

.result-wrap i.icon {
  font-size: 55px;
  color: rgb(196, 196, 196);
  float: left;
  margin-top: 3px;
  width: 55px;
  height: 42px;
  line-height: 55px;
  vertical-align: text-top;
  margin-left: 0px;
  margin: 0px 15px !important;
}

.statistic span {
  font-size: 36px;
  font-family: Montserrat, sans-serif;
  color: rgb(255, 255, 255);
  display: block;
  line-height: 1;
  margin-bottom: 0px;
  margin-left: 20px;
  float: left;
}

.statistic span.counter-text {
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(196, 196, 196);
  margin-bottom: 0px;
}

.subheading {
  font-family: "Pt Serif", serif;
  font-size: 16px;
  font-style: italic;
}

.bottom-line::after {
  content: "";
  display: block;
  width: 48px;
  border-bottom: 3px solid rgb(191, 166, 122);
  margin: 15px auto;
}

.service-item-box {
  background-color: rgb(255, 255, 255);
  padding: 60px 40px;
  margin-bottom: 30px;
}

.service-item-box h3 {
  font-size: 16px !important;
  margin-bottom: 21px;
}

.service-item-box > a {
  display: inline-block;
  margin-bottom: 27px;
  pointer-events: none;
  cursor: default;
}

.service-item-box i {
  display: block;
  font-size: 24px;
  line-height: 70px;
  color: rgb(255, 255, 255);
}

.hi-icon::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  box-sizing: content-box;
}

.icon-effect-1 .hi-icon {
  background-color: transparent;
  color: rgb(191, 166, 122);
  border: 2px solid rgb(191, 166, 122);
  transition: background 0.2s, color 0.2s;
}

.icon-effect-1 .hi-icon::after {
  top: -5px;
  left: -5px;
  padding: 5px;
  box-shadow: rgb(17, 17, 17) 0px 0px 0px 2px;
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

.icon-effect-1a .hi-icon:hover {
  background: rgb(17, 17, 17);
  color: rgb(255, 255, 255);
  border-color: transparent;
}

.icon-effect-1a .hi-icon:hover::after {
  transform: scale(1);
  opacity: 1;
}

#owl-promo .col-md-6 {
  padding: 0px;
}

#owl-promo .promo-description {
  padding: 0px 216px 41px 6px;
  cursor: grab;
}

.promo-description > h3 {
  margin-bottom: 22px;
  color: rgb(0, 0, 0);
}

.promo-description > p {
  color: rgb(166, 166, 166);
  font-size: 16px;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: rgb(124, 124, 124);
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  transition: 0.2s linear;
}

.socials a:hover i {
  color: rgb(255, 255, 255);
  background-color: rgb(191, 166, 122);
}

.blog-col {
  padding: 0px 18px;
}

.entry-box {
  padding: 40px;
  background-color: rgb(255, 255, 255);
}

.blog-col h4 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 4px;
  line-height: 1.5;
}

.blog-col h4 a {
  color: rgb(51, 51, 51);
}

.blog-col a.read-more {
  display: block;
  margin-top: 20px;
  color: rgb(191, 166, 122);
}

ul.entry-meta {
  margin-left: 0px;
}

.entry-meta li {
  display: inline;
  font-size: 13px;
  color: rgb(145, 145, 145);
  margin-bottom: 15px;
}

.entry-meta > span {
  display: inline;
  font-size: 13px;
  color: rgb(145, 145, 145);
  margin-bottom: 15px;
}

.entry-meta a:hover {
  color: rgb(51, 51, 51);
}

.blog-col h4 a:hover {
  color: rgb(124, 124, 124);
}

.entry-meta li::before {
  content: "|";
  opacity: 0.5;
  margin: 0px 7px;
}

li.entry-author::after {
  content: "|";
  opacity: 0.5;
  margin: 0px 7px;
}

.entry-img {
  position: relative;
  overflow: hidden;
}

.entry-img img {
  transition: 0.2s ease-out;
  width: 100%;
}

.read-more {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: rgb(51, 51, 51);
}

.testimonial-text {
  cursor: grab;
  font-size: 24px;
  line-height: 39px;
  color: rgb(255, 255, 255);
  font-style: italic;
  margin: 30px 0px;
  font-family: "Pt Serif", serif;
}

.testimonial span {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 13px;
}

.testimonial h6 {
  display: block;
  color: rgb(255, 255, 255);
}

.contact-item {
  position: relative;
  padding-left: 70px;
  padding-top: 5px;
  margin-top: 30px;
}

.contact-item h6 {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 7px;
}

.contact-item p {
  font-size: 16px;
}

.contact-item span {
  font-size: 16px;
}

.contact-item a {
  font-size: 16px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgb(191, 166, 122);
  text-align: center;
  position: absolute;
  left: 0px;
}

.contact-icon i.icon {
  font-size: 18px;
  color: rgb(191, 166, 122);
  line-height: 47px;
  margin-left: 0px;
}

.footer.minimal {
  padding: 0px 0px 20px;
  text-align: center;
}

.footer.minimal .copyright {
  display: block;
  margin-top: 0px;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(231, 231, 231);
  padding-top: 10px;
}

.socials.footer-socials a {
  margin: 0px 2px;
}

.socials.footer-socials i {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: rgb(124, 124, 124);
  color: rgb(219, 219, 219);
  line-height: 37px;
  text-align: center;
  font-size: 14px;
  transition: 0.3s;
}

.owl-prev {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  text-align: center;
  line-height: 46px;
  z-index: 10;
  width: 46px;
  height: 46px;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  transition: 0.3s ease-in-out;
  left: -40px;
}

.owl-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  text-align: center;
  line-height: 46px;
  z-index: 10;
  width: 46px;
  height: 46px;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  transition: 0.3s ease-in-out;
  right: -40px;
}

.owl-dot {
  padding: 6px;
  position: relative;
  display: inline-block !important;
}

.owl-dot span {
  position: relative;
  width: 10px;
  height: 10px;
  opacity: 0.8;
  border-radius: 20px;
  background-color: rgb(124, 124, 124);
  z-index: 100;
  transition: 0.2s ease-in-out;
  display: block !important;
}

.owl-dot span:hover {
  opacity: 1;
}

.owl-theme .owl-controls .owl-dot.active span {
  display: block;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgb(191, 166, 122);
}

.blog-content .entry-img img {
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
  position: relative;
}

.blog-content .entry-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
}

.blog-content .entry-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
}

.blog-content .entry-video {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
}

.blog-content .entry-meta li {
  margin-bottom: 7px;
}

.dropdown-menu > li > a:focus {
  background-color: transparent;
  color: rgb(191, 166, 122) !important;
}

.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: rgb(191, 166, 122) !important;
}

li.current_page_parent > a {
  background-color: transparent;
  color: rgb(191, 166, 122) !important;
}

li.current-menu-parent > a {
  background-color: transparent;
  color: rgb(191, 166, 122) !important;
}

li.current-menu-item > a {
  background-color: transparent;
  color: rgb(191, 166, 122) !important;
}

li.current-menu-item > a:focus {
  color: rgb(191, 166, 122) !important;
}

.testimonials.style-2 .testimonial-text {
  color: rgb(122, 122, 122);
  margin: 10px 0px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}

.testimonials.style-2 .owl-dots {
  margin-top: 30px;
}

.testimonials.style-2 .owl-dot span {
  border-color: rgb(167, 167, 167);
}

.testimonials.style-2 .owl-dot.active span {
  background-color: rgb(122, 122, 122);
  border-color: rgb(122, 122, 122);
}

.testimonials.style-2 .testimonial span {
  color: rgb(171, 171, 171);
  display: inline-block;
  font-size: 17px;
}

.form-submit input#submit {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.02em;
  border-radius: 0px;
  border: 3px solid transparent;
  transition: 0.2s ease-in-out;
  color: rgb(255, 255, 255);
  background-color: rgb(191, 166, 122);
  backface-visibility: hidden;
  font-size: 14px;
  padding: 13px 34px;
}

input.wpcf7-form-control.wpcf7-submit {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.02em;
  border-radius: 0px;
  border: 3px solid transparent;
  transition: 0.2s ease-in-out;
  color: rgb(255, 255, 255);
  background-color: rgb(191, 166, 122);
  backface-visibility: hidden;
  font-size: 14px;
  padding: 13px 34px;
}

.btn.btn-color {
  background-color: rgb(191, 166, 122);
}

.form-submit input#submit:hover {
  transition: 0.2s ease-in-out;
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 51);
  border-color: transparent;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  transition: 0.2s ease-in-out;
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 51);
  border-color: transparent;
}

.form-submit input#submit:focus {
  outline: none;
  color: rgb(255, 255, 255);
}

.btn.btn-color:hover {
  background-color: rgb(51, 51, 51);
}

.menu-socials i.fa:hover {
  color: rgb(124, 124, 124);
}

#td-intromessage .wpb_single_image {
  margin-top: 23px;
}

#td-results .result-box {
  border-right: 1px dotted rgb(255, 255, 255);
}

#td-results span.timer {
  margin-left: 0px;
}

#td-results span.counter-text {
  padding-left: 68px;
}

#products {
  padding-top: 0px;
  padding-bottom: 0px;
}

#products .our-product-text p {
  font-size: 26px;
  color: rgb(191, 166, 122);
  margin-top: 29px;
}

#td-promo h2 {
  color: rgb(74, 74, 74) !important;
}

#td-promo h3 {
  color: rgb(74, 74, 74) !important;
}

#td-promo p {
  color: rgb(126, 126, 126) !important;
}

.promo-description .subheading {
  display: none;
}

.logos a.btn.btn-lg.btn-color {
  display: none !important;
}

.owl-carousel .owl-item img {
  max-width: 396px !important;
  margin-left: 193px;
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}

#td-promo .bottom-line::after {
  border-bottom: 3px solid rgb(191, 166, 122);
}

.owl-dots {
  text-align: center;
  margin-top: 24px;
}

.jobs-pic {
  padding-top: 20px;
}

#td-clients .wpb_single_image img {
  opacity: 0.3 !important;
}

footer.footer.minimal.bg-dark {
  background-color: rgb(74, 74, 74) !important;
}

.footer-logo {
  margin-bottom: 0px !important;
}

.footer-logo h2 {
  margin-bottom: 10px !important;
}

.blog-col a.read-more:hover {
  color: rgb(124, 124, 124);
}

.globes {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

ul#menu-primary li.current_page_item a:focus {
  color: rgb(191, 166, 122) !important;
}

ul#menu-primary li.current_page_item a.external:focus {
  color: rgb(191, 166, 122) !important;
}

#td-ourstory {
  display: none;
}

#td-testimonials {
  display: none;
}

#td-clients {
  display: none;
}

body::after {
  content: url("../images/close-1778851499045.webp") url("../images/loading-1778851499046.webp") url("../images/prev-1778851499046.webp") url("../images/next-1778851500115.webp");
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: rgb(0, 0, 0);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lb-outerContainer {
  position: relative;
  background-color: rgb(255, 255, 255);
  width: 250px;
  height: 250px;
  margin: 0px auto;
  border-radius: 4px;
}

.lb-outerContainer::after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0px;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0px auto;
  background: url("../images/loading-1778851499046.webp") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-nav a {
  outline: 0px;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0px;
  float: left;
  background: url("../images/prev-1778851499046.webp") left 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0px;
  float: right;
  background: url("../images/next-1778851500115.webp") right 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0px auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer::after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0px 4px;
  color: rgb(204, 204, 204);
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: rgb(153, 153, 153);
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../images/close-1778851499045.webp") right top no-repeat;
  text-align: right;
  outline: 0px;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
}

.owl-carousel .owl-stage::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0px;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  user-select: none;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  cursor: pointer;
  user-select: none;
}

.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.no-js .owl-carousel {
  display: block;
}

.mb-30 {
  margin-bottom: 30px;
}

.vc_clearfix::after {
  clear: both;
}

.vc_el-clearfix {
  clear: both;
}

.vc_row::after {
  clear: both;
  content: " ";
  display: table;
}

.vc_row::before {
  content: " ";
  display: table;
}

.vc_col-xs-12 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_column_container {
  width: 100%;
}

.vc_row {

}

.vc_col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-lg-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-lg-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-lg-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-lg-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-lg-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-lg-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-lg-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-md-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-md-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-md-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-md-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-md-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-md-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-md-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-md-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-md-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-sm-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-sm-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-sm-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-sm-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-sm-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-sm-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-sm-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

i.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  margin-left: 5px;
}

.vc_row.vc_row-no-padding .wpb_column {
  padding-left: 0px;
  padding-right: 0px;
}

.vc_row[data-vc-full-width] {
  transition: opacity 0.5s;
}

.vc_row.vc_row-o-full-height {
  min-height: 100vh;
}

.vc_row.vc_row-o-content-middle {
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.wpb_single_image a {
  border: none;
  outline: 0px;
}

.wpb_single_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.wpb_single_image .vc_single_image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.wpb_single_image.vc_align_center {
  text-align: center;
}

.wpb_single_image.vc_align_left {
  text-align: left;
}

.wpb_single_image .vc_figure {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  max-width: 100%;
}

nav a {
  font-family: "", Arial, sans-serif !important;
}

.vc_custom_1445693232977 {
  background-color: rgb(255, 255, 255) !important;
}

.vc_custom_1445845337924 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgb(255, 255, 255) !important;
}

.vc_custom_1457521748965 {
  background-color: rgb(74, 74, 74) !important;
}

.vc_custom_1457429452834 {
  padding-top: 150px !important;
  padding-bottom: 130px !important;
  background-color: rgb(247, 247, 247) !important;
}

.vc_custom_1458048178589 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  background-color: rgb(255, 255, 255) !important;
}

.vc_custom_1461755677411 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  background-color: rgb(247, 247, 247) !important;
}

.vc_custom_1445847399930 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  background-color: rgb(255, 255, 255) !important;
}

.vc_custom_1459870158476 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  background-color: rgb(255, 255, 255) !important;
}

.vc_custom_1459869838567 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  background-color: rgb(247, 247, 247) !important;
}

.vc_custom_1458052695492 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  background-color: rgb(74, 74, 74) !important;
}

.vc_custom_1458115060900 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  background-color: rgb(247, 247, 247) !important;
}

.vc_custom_1462193193742 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  background-color: rgb(255, 255, 255) !important;
}

.vc_custom_1462193107142 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  background-color: rgb(247, 247, 247) !important;
}

.vc_custom_1459081932058 {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.vc_custom_1457521806603 {
  background-color: rgb(74, 74, 74) !important;
}

.vc_custom_1457521815428 {
  background-color: rgb(74, 74, 74) !important;
}

.vc_custom_1457521824261 {
  background-color: rgb(74, 74, 74) !important;
}

.vc_custom_1445673436050 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.vc_custom_1445673428727 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.vc_custom_1445673526601 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.vc_custom_1458486591270 {
  border-right: 1px solid rgb(222, 222, 222) !important;
}

.vc_custom_1458121175531 {
  border-right: 1px solid rgb(222, 222, 222) !important;
}

.vc_custom_1458486632961 {
  border-left: 1px solid rgb(222, 222, 222) !important;
}

.vc_custom_1461763952764 {
  border-right: 1px solid rgb(222, 222, 222) !important;
}

.vc_custom_1461767634678 {
  border-right: 1px solid rgb(222, 222, 222) !important;
}

.vc_custom_1462460011047 {
  border-left: 1px solid rgb(222, 222, 222) !important;
}

a[href]::after {
  content: " (" attr(href) ")";
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 768px) {
  .col-sm-1 {
    float: left;
  }
}

@media (min-width: 768px) {
  .col-sm-2 {
    float: left;
  }
}

@media (min-width: 768px) {
  .col-sm-3 {
    float: left;
  }
}

@media (min-width: 768px) {
  .col-sm-4 {
    float: left;
  }
}

@media (min-width: 768px) {
  .col-sm-5 {
    float: left;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    float: left;
  }
}

@media (min-width: 768px) {
  .col-sm-7 {
    float: left;
  }
}

@media (min-width: 768px) {
  .col-sm-8 {
    float: left;
  }
}

@media (min-width: 768px) {
  .col-sm-9 {
    float: left;
  }
}

@media (min-width: 768px) {
  .col-sm-10 {
    float: left;
  }
}

@media (min-width: 768px) {
  .col-sm-11 {
    float: left;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    float: left;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .vc_col-sm-1 {
    float: left;
  }
}

@media (min-width: 768px) {
  .vc_col-sm-10 {
    float: left;
  }
}

@media (min-width: 768px) {
  .vc_col-sm-11 {
    float: left;
  }
}

@media (min-width: 768px) {
  .vc_col-sm-12 {
    float: left;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .vc_col-sm-2 {
    float: left;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .vc_col-sm-3 {
    float: left;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .vc_col-sm-4 {
    float: left;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .vc_col-sm-5 {
    float: left;
  }
}

@media (min-width: 768px) {
  .vc_col-sm-6 {
    float: left;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .vc_col-sm-7 {
    float: left;
  }
}

@media (min-width: 768px) {
  .vc_col-sm-8 {
    float: left;
  width: 66.6667%;
  }
}

@media (min-width: 768px) {
  .vc_col-sm-9 {
    float: left;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-2 {
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    float: left;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    float: left;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-8 {
    float: left;
  width: 66.6667%;
  }
}

@media (min-width: 992px) {
  .col-md-9 {
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-10 {
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-11 {
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    float: left;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-offset-4 {
    margin-left: 33.3333%;
  }
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
  border-top: 0px;
  box-shadow: none;
  }
}

@media (min-width: 992px) {
  .navbar-collapse.collapse {
    padding-bottom: 0px;
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  }
}

@media (min-width: 992px) {
  .navbar-fixed-top .navbar-collapse {
    padding-left: 0px;
  padding-right: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-static-top .navbar-collapse {
    padding-left: 0px;
  padding-right: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0px;
  padding-right: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-fixed-top {
    border-radius: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-fixed-bottom {
    border-radius: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
  margin: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-nav > li {
    float: left;
  }
}

@media (min-width: 992px) {
  .navbar-nav > li > a {
    padding-top: 15px;
  padding-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@container f0-page_LAhFelMj ((max-device-width: 480px) and (orientation: landscape)) {
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

@container f0-page_LAhFelMj ((max-device-width: 480px) and (orientation: landscape)) {
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .section-wrap {
    padding: 80px 0px;
  }
}

@media (max-width: 767px) {
  .heading-frame {
    padding: 24px 30px;
  }
}

@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-socials .social-icons {
    text-align: center;
  }
}

@container f0-page_LAhFelMj (max-width: 991px) and (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  #owl-promo .owl-controls {
    left: 0px !important;
  }
}

@media (max-width: 1200px) {
  .navbar-nav > li > a {
    padding: 0px 15px;
  }
}

@media (max-width: 1555px) {
  ul#menu-primary li a {
    font-size: 17px;
  }
}

@media (max-width: 1556px) {
  .navbar-header {
    width: 18%;
  }
}

@container f0-page_LAhFelMj (max-width: 1390px) and (min-width: 992px) {
  .nav-wrap {
    width: auto !important;
  }
}

@container f0-page_LAhFelMj (max-width: 1255px) and (min-width: 992px) {
  nav li {
    padding: 0px 6px;
  }
}

@container f0-page_LAhFelMj (max-width: 1255px) and (min-width: 992px) {
  ul#menu-primary li a {
    font-size: 16px;
  padding-right: 10px;
  padding-left: 3px;
  }
}

@container f0-page_LAhFelMj (max-width: 1120px) and (min-width: 992px) {
  nav li {
    padding: 0px 4px;
  }
}

@container f0-page_LAhFelMj (max-width: 1120px) and (min-width: 992px) {
  ul#menu-primary li a {
    font-size: 15px;
  padding-right: 8px;
  padding-left: 3px;
  }
}

@container f0-page_LAhFelMj (max-width: 1020px) and (min-width: 992px) {
  .nav-wrap {
    width: 80% !important;
  }
}

@container f0-page_LAhFelMj (max-width: 1020px) and (min-width: 992px) {
  ul#menu-primary li a {
    padding-right: 5px;
  padding-left: 5px;
  }
}

@media (max-width: 991px) {
  .navigation-overlay {
    background-color: rgb(255, 255, 255);
  }
}

@media (max-width: 991px) {
  .navigation-overlay.sticky {
    background-color: rgb(255, 255, 255);
  }
}

@media (max-width: 991px) {
  .nav-wrap {
    width: 100%;
  padding: 0px;
  }
}

@media (max-width: 991px) {
  .nav-type-1 .container-fluid {
    padding: 0px 15px;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    width: 100%;
  padding-right: 0px;
  margin-top: 1%;
  margin-bottom: 1%;
  }
}

@media (max-width: 991px) {
  .logo-wrap img {
    height: 48px;
  }
}

@media (max-width: 991px) {
  .logo-left-wrap img {
    height: 48px;
  }
}

@media (max-width: 991px) {
  .logo-wrap > a {
    height: 60px;
  }
}

@media (max-width: 991px) {
  .logo-left-wrap > a {
    height: 60px;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    width: 100%;
  padding: 0px 0px 35px 42px;
  }
}

@media (max-width: 991px) {
  .navigation-overlay.sticky .navbar-nav > li > a {
    padding: 2px 0px;
  line-height: 28px;
  }
}

@media (max-width: 991px) {
  .navigation-overlay .navbar-nav > li > a {
    padding: 2px 0px;
  line-height: 28px;
  }
}

@media (max-width: 991px) {
  ul#menu-primary {
    text-align: right !important;
  }
}

@media (max-width: 991px) {
  ul#menu-primary li {
    line-height: 25px;
  }
}

@media (max-width: 991px) {
  ul#menu-primary li a {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  li#menu-item-235 a {
    font-size: 13px;
  border-right: 1px solid rgb(221, 221, 221) !important;
  }
}

@media (max-width: 991px) {
  .section-wrap {
    padding: 90px 0px;
  }
}

@media (max-width: 991px) {
  .service-item-box {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .team-member {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .blog-col-3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .promo-description {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .contact-item {
    border-right: none;
  margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .owl-carousel .owl-item img {
    margin: 0px auto !important;
  }
}

@media (max-width: 991px) {
  #owl-promo .col-md-6 {
    padding: 0px 6px;
  text-align: center;
  }
}

@media (max-width: 991px) {
  #td-promo p {
    padding: 0px 8%;
  }
}

@media (max-width: 568px) {
  .owl-carousel .owl-item img {
    width: 95%;
  }
}

@media (max-width: 520px) {
  .nav-type-1 .container-fluid {
    padding-left: 10% !important;
  padding-right: 10% !important;
  }
}

@media (max-width: 1199px) {
  .entry-box {
    padding: 6%;
  }
}

@media (max-width: 820px) {
  #td-intromessage {
    padding-top: 10% !important;
  padding-bottom: 18% !important;
  }
}

@media (max-width: 768px) {
  #td-revolslider {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  #td-clients .wpb_single_image.vc_align_left {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  #td-clients .wpb_single_image img {
    border-bottom: 1px solid rgb(124, 124, 124);
  }
}

@media (max-width: 768px) {
  .vc_col-sm-3 {
    padding: 0px !important;
  }
}

@media (max-width: 768px) {
  #td-promo p {
    padding: 0px 81px;
  }
}

@media (max-width: 768px) {
  .jobs .wpb_wrapper {
    padding: 0px 29px;
  text-align: center;
  }
}

@media (max-width: 768px) {
  .titans .wpb_wrapper {
    padding: 0px 29px;
  text-align: center;
  }
}

@media (max-width: 768px) {
  #td-ourstory p {
    margin-bottom: 6%;
  margin-top: 5%;
  }
}

@media (max-width: 768px) {
  #td-results .result-box {
    border-right: 0px;
  border-bottom: 1px solid rgb(231, 231, 231);
  }
}

@media (max-width: 768px) {
  #td-services .service-item-box {
    margin-bottom: 18px;
  }
}

@media (max-width: 540px) {
  .heading-frame h2 {
    padding: 16px 50px;
  font-size: 28px;
  }
}

@container f0-page_LAhFelMj (max-width: 320px) and (min-width: 280px) {
  .logo-container {
    padding: 0% !important;
  }
}

@container f0-page_LAhFelMj (max-width: 320px) and (min-width: 280px) {
  .nav-type-1 .container-fluid {
    padding-right: 0% !important;
  padding-left: 0% !important;
  }
}

@container f0-page_LAhFelMj (max-width: 320px) and (min-width: 280px) {
  .navbar-toggle {
    padding: 9px 19px;
  }
}

@container f0-page_LAhFelMj (max-width: 1000px) and (min-width: 992px) {
  .nav-wrap {
    padding-left: 0px !important;
  }
}

@container f0-page_LAhFelMj (max-width: 359px) and (min-width: 320px) {
  .logo-container {
    padding: 0px !important;
  }
}

@media (max-width: 320px) {
  .heading-frame h2 {
    padding: 16px 41px;
  font-size: 24px;
  line-height: 35px;
  }
}

@media (max-width: 320px) {
  h2 {
    font-size: 21px;
  line-height: 29px;
  }
}

@media (max-width: 320px) {
  .vc_custom_1457429452834 {
    padding-top: 52px !important;
  padding-bottom: 88px !important;
  }
}

@media (max-width: 320px) {
  .service-item-box {
    padding: 47px 25px;
  }
}

@media (max-width: 320px) {
  #td-promo p {
    padding: 0px;
  }
}

@media (max-width: 320px) {
  .jobs .wpb_wrapper {
    padding: 0px 10px;
  }
}

@media (max-width: 320px) {
  .titans .wpb_wrapper {
    padding: 0px 10px;
  }
}

@media (max-width: 320px) {
  #td-ourstory p {
    text-align: left;
  margin-bottom: 10%;
  }
}

@media (max-width: 320px) {
  .color-white .testimonial p.testimonial-text {
    font-size: 29px;
  }
}

@media (max-width: 180px) {
  .logo-wrap img {
    height: 31px !important;
  }
}

@media (max-width: 180px) {
  .logo-left-wrap img {
    height: 31px !important;
  }
}

.f0-id-el_waZfAg9c[data-f0-id="el_waZfAg9c"] {
  width: stretch;
  justify-content: center;
  padding-top: 6px;
  padding-bottom: 0px;
  height: 340px;
}

.f0-id-el_o8jLXHTs[data-f0-id="el_o8jLXHTs"] {
  top: -71.5px;
  height: 952.5px;
}

.f0-id-el_JuhVizbC[data-f0-id="el_JuhVizbC"] {
  top: 72.5px;
  height: 754px;
}

.f0-id-el_fUb6gI3T[data-f0-id="el_fUb6gI3T"] {

}

.f0-id-el_2OA6J3Ni[data-f0-id="el_2OA6J3Ni"] {

}

.f0-id-el_fq_uXgJe[data-f0-id="el_fq_uXgJe"] {

}

.f0-id-el_2Gbj_Ni2[data-f0-id="el_2Gbj_Ni2"] {

}

.f0-id-el_9ZzGSXyU[data-f0-id="el_9ZzGSXyU"] {
  position: relative;
  box-sizing: border-box;
  width: stretch;
  margin-top: 0px;
}

.f0-id-el_4qRKHCC2[data-f0-id="el_4qRKHCC2"] {

}

.f0-id-el_Uk1KAgXe[data-f0-id="el_Uk1KAgXe"] {

}

.f0-id-el_D0PXnW6Z[data-f0-id="el_D0PXnW6Z"] {

}

.f0-id-el_ggPZzPn8[data-f0-id="el_ggPZzPn8"] {

}

.f0-id-el_W0QJk0mP[data-f0-id="el_W0QJk0mP"] {

}

.f0-id-el_esnMWfN9[data-f0-id="el_esnMWfN9"] {

}

.f0-id-el_7HbdQuc_[data-f0-id="el_7HbdQuc_"] {

}

.f0-id-el_ULhZFxAA[data-f0-id="el_ULhZFxAA"] {

}

.f0-id-el_rEXVHZw4[data-f0-id="el_rEXVHZw4"] {

}

.f0-id-el_F1EkI5gE[data-f0-id="el_F1EkI5gE"] {

}

.f0-id-el_fxlnghFJ[data-f0-id="el_fxlnghFJ"] {

}

.f0-id-el_NkKeHPSI[data-f0-id="el_NkKeHPSI"] {

}

.f0-id-el_GOkQ_tNm[data-f0-id="el_GOkQ_tNm"] {

}

.f0-id-el_1FyKWwrT[data-f0-id="el_1FyKWwrT"] {

}

.f0-id-el_ANow6pXe[data-f0-id="el_ANow6pXe"] {

}

.f0-id-el_rf-0FqMY[data-f0-id="el_rf-0FqMY"] {

}

.f0-id-el_aQcd_g-r[data-f0-id="el_aQcd_g-r"] {

}

.f0-id-el_HbIvXhkU[data-f0-id="el_HbIvXhkU"] {
  position: relative;
  box-sizing: border-box;
  width: stretch;
  padding-left: 135px;
  padding-right: 135px;
  display: flex;
}

.f0-id-el_2gGUwSMk[data-f0-id="el_2gGUwSMk"] {

}

.f0-id-el_9qVID6P1[data-f0-id="el_9qVID6P1"] {

}

.f0-id-el_sg8Xt5m5[data-f0-id="el_sg8Xt5m5"] {

}

.f0-id-el_oOuQKP7U[data-f0-id="el_oOuQKP7U"] {

}

.f0-id-el_W_13aob0[data-f0-id="el_W_13aob0"] {

}

.f0-id-el_YnQpCHBx[data-f0-id="el_YnQpCHBx"] {

}

.f0-id-el_BvvoaPWs[data-f0-id="el_BvvoaPWs"] {

}

.f0-id-el_Pzg_TTy8[data-f0-id="el_Pzg_TTy8"] {

}

.f0-id-el_uGyEoVJH[data-f0-id="el_uGyEoVJH"] {

}

.f0-id-el_dENzQJtM[data-f0-id="el_dENzQJtM"] {

}

.f0-id-el_FuZC7pit[data-f0-id="el_FuZC7pit"] {

}

.f0-id-el_BMDZW9V0[data-f0-id="el_BMDZW9V0"] {

}

.f0-id-el_P26cb-SI[data-f0-id="el_P26cb-SI"] {

}

.f0-id-el_LNYJWRCu[data-f0-id="el_LNYJWRCu"] {

}

.f0-id-el_J5si71aa[data-f0-id="el_J5si71aa"] {

}

.f0-id-el_gjc4zuOP[data-f0-id="el_gjc4zuOP"] {

}

.f0-id-el_11ZP_Prn[data-f0-id="el_11ZP_Prn"] {

}

.f0-id-el_U69KXVwO[data-f0-id="el_U69KXVwO"] {

}

.f0-id-el_KfXQKcXx[data-f0-id="el_KfXQKcXx"] {

}

.f0-id-el_vczdp9bq[data-f0-id="el_vczdp9bq"] {

}

.f0-id-el_yYUCxYUz[data-f0-id="el_yYUCxYUz"] {

}

.f0-id-el_cqol7KsQ[data-f0-id="el_cqol7KsQ"] {
  position: relative;
  box-sizing: border-box;
  width: stretch;
}

.f0-id-el_hgQ5mSoI[data-f0-id="el_hgQ5mSoI"] {

}

.f0-id-el_uxXFG-2n[data-f0-id="el_uxXFG-2n"] {

}

.f0-id-el_N8rqII-9[data-f0-id="el_N8rqII-9"] {

}

.f0-id-el_jI4tiNlU[data-f0-id="el_jI4tiNlU"] {

}

.f0-id-el__hT5UttZ[data-f0-id="el__hT5UttZ"] {

}

.f0-id-el_IlX7Oz94[data-f0-id="el_IlX7Oz94"] {

}

.f0-id-el_t5thP3bV[data-f0-id="el_t5thP3bV"] {

}

.f0-id-el_yCHNzQvL[data-f0-id="el_yCHNzQvL"] {

}

.f0-id-el_c_rLIS8y[data-f0-id="el_c_rLIS8y"] {

}

.f0-id-el_cf-cxvlR[data-f0-id="el_cf-cxvlR"] {

}

.f0-id-el_FxqJFErc[data-f0-id="el_FxqJFErc"] {

}

.f0-id-el_RNt6MaUV[data-f0-id="el_RNt6MaUV"] {
  position: relative;
  box-sizing: border-box;
  width: stretch;
  padding-left: 135px;
  padding-right: 135px;
}

.f0-id-el_vOpwBCov[data-f0-id="el_vOpwBCov"] {

}

.f0-id-el_yI6CwnFr[data-f0-id="el_yI6CwnFr"] {

}

.f0-id-el_sX9a-MTL[data-f0-id="el_sX9a-MTL"] {

}

.f0-id-el_yB3gz-bi[data-f0-id="el_yB3gz-bi"] {

}

.f0-id-el_YdOGB_ud[data-f0-id="el_YdOGB_ud"] {

}

.f0-id-el_j9aSfTkO[data-f0-id="el_j9aSfTkO"] {

}

.f0-id-el__Ug1YzIf[data-f0-id="el__Ug1YzIf"] {

}

.f0-id-el_rt9Ck3CY[data-f0-id="el_rt9Ck3CY"] {

}

.f0-id-el_EloG48x9[data-f0-id="el_EloG48x9"] {

}

.f0-id-el_fikCo8pY[data-f0-id="el_fikCo8pY"] {

}

.f0-id-el_fg_TtAD3[data-f0-id="el_fg_TtAD3"] {

}

.f0-id-el_z6cgdXBM[data-f0-id="el_z6cgdXBM"] {

}

.f0-id-el_lA-x7aVd[data-f0-id="el_lA-x7aVd"] {

}

.f0-id-el_Qc9CshLE[data-f0-id="el_Qc9CshLE"] {

}

.f0-id-el_ut1k-DBu[data-f0-id="el_ut1k-DBu"] {

}

.f0-id-el_3mJOKypG[data-f0-id="el_3mJOKypG"] {

}

.f0-id-el_qnNKROVU[data-f0-id="el_qnNKROVU"] {

}

.f0-id-el_y647Md6a[data-f0-id="el_y647Md6a"] {

}

.f0-id-el_i89syWm8[data-f0-id="el_i89syWm8"] {

}

.f0-id-el_Dz97WVXJ[data-f0-id="el_Dz97WVXJ"] {

}

.f0-id-el_anCg5Q-2[data-f0-id="el_anCg5Q-2"] {

}

.f0-id-el_q2bclGTn[data-f0-id="el_q2bclGTn"] {

}

.f0-id-el_RsfsqF_u[data-f0-id="el_RsfsqF_u"] {

}

.f0-id-el_N1R1YhRF[data-f0-id="el_N1R1YhRF"] {

}

.f0-id-el_XUev06cb[data-f0-id="el_XUev06cb"] {

}

.f0-id-el_riquj3Hm[data-f0-id="el_riquj3Hm"] {

}

.f0-id-el_4j90WJdC[data-f0-id="el_4j90WJdC"] {

}

.f0-id-el_0WHFGPnt[data-f0-id="el_0WHFGPnt"] {

}

.f0-id-el_BR7dupPu[data-f0-id="el_BR7dupPu"] {

}

.f0-id-el_jTdOqeQ8[data-f0-id="el_jTdOqeQ8"] {

}

.f0-id-el_lBtY3gJN[data-f0-id="el_lBtY3gJN"] {

}

.f0-id-el_msF7CKGl[data-f0-id="el_msF7CKGl"] {

}

.f0-id-el_zGMF6hGU[data-f0-id="el_zGMF6hGU"] {

}

.f0-id-el_ltpDMRXm[data-f0-id="el_ltpDMRXm"] {

}

.f0-id-el_DLM5BLuC[data-f0-id="el_DLM5BLuC"] {

}

.f0-id-el_6NpIoCvw[data-f0-id="el_6NpIoCvw"] {

}

.f0-id-el_L2dfXziv[data-f0-id="el_L2dfXziv"] {

}

.f0-id-el_1tQx8w8D[data-f0-id="el_1tQx8w8D"] {

}

.f0-id-el_oRGMIgL3[data-f0-id="el_oRGMIgL3"] {

}

.f0-id-el_87VOQDRC[data-f0-id="el_87VOQDRC"] {

}

.f0-id-el_iRNBuqCz[data-f0-id="el_iRNBuqCz"] {

}

.f0-id-el_GF3q8961[data-f0-id="el_GF3q8961"] {

}

.f0-id-el_3r783pr1[data-f0-id="el_3r783pr1"] {

}

.f0-id-el_tD5FV4UX[data-f0-id="el_tD5FV4UX"] {

}

.f0-id-el_GZb8s60G[data-f0-id="el_GZb8s60G"] {

}

.f0-id-el_mR7gyX2o[data-f0-id="el_mR7gyX2o"] {

}

.f0-id-el_1TvOksTz[data-f0-id="el_1TvOksTz"] {

}

.f0-id-el_PopOaKTf[data-f0-id="el_PopOaKTf"] {

}

.f0-id-el_cRWaayIU[data-f0-id="el_cRWaayIU"] {

}

.f0-id-el_O2dutj0Q[data-f0-id="el_O2dutj0Q"] {

}

.f0-id-el_mXm4Wwz5[data-f0-id="el_mXm4Wwz5"] {

}

.f0-id-el_ZEpksLpz[data-f0-id="el_ZEpksLpz"] {

}

.f0-id-el_eVBLMJl2[data-f0-id="el_eVBLMJl2"] {

}

.f0-id-el_6n9r0iAA[data-f0-id="el_6n9r0iAA"] {

}

.f0-id-el_XPtQ9ODb[data-f0-id="el_XPtQ9ODb"] {

}

.f0-id-el_GvFUcQXU[data-f0-id="el_GvFUcQXU"] {

}

.f0-id-el_xFG4C-EM[data-f0-id="el_xFG4C-EM"] {

}

.f0-id-el_kI_G-CQf[data-f0-id="el_kI_G-CQf"] {

}

.f0-id-el_alTyrbRJ[data-f0-id="el_alTyrbRJ"] {

}

.f0-id-el_Kr6kSGVt[data-f0-id="el_Kr6kSGVt"] {

}

.f0-id-el_l9y3CFwf[data-f0-id="el_l9y3CFwf"] {

}

.f0-id-el_Bjab8zGa[data-f0-id="el_Bjab8zGa"] {

}

.f0-id-el_gvUHjx5G[data-f0-id="el_gvUHjx5G"] {

}

.f0-id-el_0k2_wVBw[data-f0-id="el_0k2_wVBw"] {

}

.f0-id-el_krWJLR08[data-f0-id="el_krWJLR08"] {
  position: relative;
  box-sizing: border-box;
  width: stretch;
  padding-left: 135px;
  padding-right: 135px;
}

.f0-id-el_LuZeeKJf[data-f0-id="el_LuZeeKJf"] {

}

.f0-id-el_cZUUeywl[data-f0-id="el_cZUUeywl"] {

}

.f0-id-el_lul8HQSG[data-f0-id="el_lul8HQSG"] {

}

.f0-id-el_v_S_kO0G[data-f0-id="el_v_S_kO0G"] {

}

.f0-id-el_52fQ9Gqm[data-f0-id="el_52fQ9Gqm"] {

}

.f0-id-el_QF5PZgpr[data-f0-id="el_QF5PZgpr"] {

}

.f0-id-el_jrxvg5lq[data-f0-id="el_jrxvg5lq"] {

}

.f0-id-el_phlYZ7N1[data-f0-id="el_phlYZ7N1"] {

}

.f0-id-el_6PvSx6GG[data-f0-id="el_6PvSx6GG"] {

}

.f0-id-el_Seis2kcx[data-f0-id="el_Seis2kcx"] {

}

.f0-id-el_08Y5fXT1[data-f0-id="el_08Y5fXT1"] {

}

.f0-id-el_IonvL-DK[data-f0-id="el_IonvL-DK"] {

}

.f0-id-el_5s2uJ13b[data-f0-id="el_5s2uJ13b"] {

}

.f0-id-el_E2spfyAn[data-f0-id="el_E2spfyAn"] {

}

.f0-id-el_PcN7hwIM[data-f0-id="el_PcN7hwIM"] {

}

.f0-id-el_yurVIHw8[data-f0-id="el_yurVIHw8"] {

}

.f0-id-el_8-pARAwB[data-f0-id="el_8-pARAwB"] {

}

.f0-id-el_FkaDT-uA[data-f0-id="el_FkaDT-uA"] {

}

.f0-id-el_PD98_MqS[data-f0-id="el_PD98_MqS"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_hhN3TVqt[data-f0-id="el_hhN3TVqt"] {

}

.f0-id-el_LYtHUv3V[data-f0-id="el_LYtHUv3V"] {

}

.f0-id-el_Sv5zuS3O[data-f0-id="el_Sv5zuS3O"] {

}

.f0-id-el_jqXnmJ5W[data-f0-id="el_jqXnmJ5W"] {

}

.f0-id-el_k_A1UEYa[data-f0-id="el_k_A1UEYa"] {

}

.f0-id-el_xHF3VGAg[data-f0-id="el_xHF3VGAg"] {

}

.f0-id-el_1LVdHRs2[data-f0-id="el_1LVdHRs2"] {

}

.f0-id-el_znGV1_mm[data-f0-id="el_znGV1_mm"] {

}

.f0-id-el_H1PfK-3e[data-f0-id="el_H1PfK-3e"] {

}

.f0-id-el_uESr7lsx[data-f0-id="el_uESr7lsx"] {

}

.f0-id-el_Xcpj0oZz[data-f0-id="el_Xcpj0oZz"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_AVKLmO3R[data-f0-id="el_AVKLmO3R"] {

}

.f0-id-el_NQ1PoVxh[data-f0-id="el_NQ1PoVxh"] {

}

.f0-id-el_ygjYUhE0[data-f0-id="el_ygjYUhE0"] {

}

.f0-id-el_uExib-1-[data-f0-id="el_uExib-1-"] {

}

.f0-id-el_FDmSQqDt[data-f0-id="el_FDmSQqDt"] {

}

.f0-id-el_7MUYB0Lr[data-f0-id="el_7MUYB0Lr"] {

}

.f0-id-el_33JT4WBA[data-f0-id="el_33JT4WBA"] {

}

.f0-id-el_EZiF0X47[data-f0-id="el_EZiF0X47"] {

}

.f0-id-el_d3eHOi8j[data-f0-id="el_d3eHOi8j"] {

}

.f0-id-el_o9aSwifW[data-f0-id="el_o9aSwifW"] {

}

.f0-id-el_edQCudJV[data-f0-id="el_edQCudJV"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_MYg6tdfr[data-f0-id="el_MYg6tdfr"] {

}

.f0-id-el_uI-uGB4Z[data-f0-id="el_uI-uGB4Z"] {

}

.f0-id-el_5T6Jcpz2[data-f0-id="el_5T6Jcpz2"] {

}

.f0-id-el_CvQsisvl[data-f0-id="el_CvQsisvl"] {

}

.f0-id-el_4-Ir_IOi[data-f0-id="el_4-Ir_IOi"] {

}

.f0-id-el_mnl20HMJ[data-f0-id="el_mnl20HMJ"] {

}

.f0-id-el__eE-vlJw[data-f0-id="el__eE-vlJw"] {

}

.f0-id-el_C-xIlLDp[data-f0-id="el_C-xIlLDp"] {

}

.f0-id-el_JkeB6diD[data-f0-id="el_JkeB6diD"] {

}

.f0-id-el_D-9xv3Be[data-f0-id="el_D-9xv3Be"] {

}

.f0-id-el_5lTGkMnx[data-f0-id="el_5lTGkMnx"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_ARHHZE4K[data-f0-id="el_ARHHZE4K"] {

}

.f0-id-el_YqzJhbZL[data-f0-id="el_YqzJhbZL"] {

}

.f0-id-el_F18SSnKJ[data-f0-id="el_F18SSnKJ"] {

}

.f0-id-el_U8Tn5Pgv[data-f0-id="el_U8Tn5Pgv"] {

}

.f0-id-el_00bZG8Wo[data-f0-id="el_00bZG8Wo"] {

}

.f0-id-el_LO08C95Z[data-f0-id="el_LO08C95Z"] {

}

.f0-id-el_RWgX5gXp[data-f0-id="el_RWgX5gXp"] {

}

.f0-id-el_HQjFhxZT[data-f0-id="el_HQjFhxZT"] {

}

.f0-id-el_pjOMrxQ1[data-f0-id="el_pjOMrxQ1"] {

}

.f0-id-el_KuZ8-rxh[data-f0-id="el_KuZ8-rxh"] {

}

.f0-id-el_yBr1zw38[data-f0-id="el_yBr1zw38"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_xjVfrlw-[data-f0-id="el_xjVfrlw-"] {

}

.f0-id-el_t3B5QfMw[data-f0-id="el_t3B5QfMw"] {

}

.f0-id-el_zcaDLqaC[data-f0-id="el_zcaDLqaC"] {

}

.f0-id-el_VqblI-Wq[data-f0-id="el_VqblI-Wq"] {

}

.f0-id-el_DaKb-Iw1[data-f0-id="el_DaKb-Iw1"] {

}

.f0-id-el_wOgCcnkf[data-f0-id="el_wOgCcnkf"] {

}

.f0-id-el_wFS-MxOC[data-f0-id="el_wFS-MxOC"] {

}

.f0-id-el_xDk-Y3LB[data-f0-id="el_xDk-Y3LB"] {

}

.f0-id-el_d158o0Mx[data-f0-id="el_d158o0Mx"] {

}

.f0-id-el_1T6iAWCR[data-f0-id="el_1T6iAWCR"] {

}

.f0-id-el_ub5sQS01[data-f0-id="el_ub5sQS01"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_6Vcrbsxa[data-f0-id="el_6Vcrbsxa"] {

}

.f0-id-el_9PYtI72w[data-f0-id="el_9PYtI72w"] {

}

.f0-id-el_CxYEyJ7-[data-f0-id="el_CxYEyJ7-"] {

}

.f0-id-el_0heLnuYQ[data-f0-id="el_0heLnuYQ"] {

}

.f0-id-el_MMTrQ7XF[data-f0-id="el_MMTrQ7XF"] {

}

.f0-id-el_5QJ_eFiD[data-f0-id="el_5QJ_eFiD"] {

}

.f0-id-el__3i8S5QX[data-f0-id="el__3i8S5QX"] {

}

.f0-id-el_j9OXUS1h[data-f0-id="el_j9OXUS1h"] {

}

.f0-id-el_AN4mwr--[data-f0-id="el_AN4mwr--"] {

}

.f0-id-el_KLUun6nO[data-f0-id="el_KLUun6nO"] {

}

.f0-id-el_o_loZXTG[data-f0-id="el_o_loZXTG"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el__ywLFR1a[data-f0-id="el__ywLFR1a"] {

}

.f0-id-el_DA7-Nzbm[data-f0-id="el_DA7-Nzbm"] {

}

.f0-id-el_fsdnmjtT[data-f0-id="el_fsdnmjtT"] {

}

.f0-id-el_82xlaR31[data-f0-id="el_82xlaR31"] {

}

.f0-id-el_IJjxnQqC[data-f0-id="el_IJjxnQqC"] {

}

.f0-id-el_ZYgLP-WX[data-f0-id="el_ZYgLP-WX"] {

}

.f0-id-el_aYjBtPQh[data-f0-id="el_aYjBtPQh"] {

}

.f0-id-el_9n6rGeKr[data-f0-id="el_9n6rGeKr"] {

}

.f0-id-el_Ee3sWc7V[data-f0-id="el_Ee3sWc7V"] {

}

.f0-id-el_yWXFnHLE[data-f0-id="el_yWXFnHLE"] {

}

.f0-id-el_JV5Z3wjq[data-f0-id="el_JV5Z3wjq"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_5oOv3HkI[data-f0-id="el_5oOv3HkI"] {

}

.f0-id-el_b7QpaQkY[data-f0-id="el_b7QpaQkY"] {

}

.f0-id-el_yldQiPLZ[data-f0-id="el_yldQiPLZ"] {

}

.f0-id-el_Oufo6wmb[data-f0-id="el_Oufo6wmb"] {

}

.f0-id-el_PyL2wBn0[data-f0-id="el_PyL2wBn0"] {

}

.f0-id-el_zwW_a8AZ[data-f0-id="el_zwW_a8AZ"] {

}

.f0-id-el_NLM8TJD5[data-f0-id="el_NLM8TJD5"] {

}

.f0-id-el_9FoaPHGl[data-f0-id="el_9FoaPHGl"] {

}

.f0-id-el_ZQ2GvLYr[data-f0-id="el_ZQ2GvLYr"] {

}

.f0-id-el_P1uvOEv7[data-f0-id="el_P1uvOEv7"] {

}

.f0-id-el_Uj2HXniM[data-f0-id="el_Uj2HXniM"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_uDp5hyeA[data-f0-id="el_uDp5hyeA"] {
  transform: translate3d(-5700px, 0px, 0px);
  transition: 0.25s;
  width: 10260px;
}

.f0-id-el_5li_XHyV[data-f0-id="el_5li_XHyV"] {

}

.f0-id-el_gMP2hF7Q[data-f0-id="el_gMP2hF7Q"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_6_mpNV_6[data-f0-id="el_6_mpNV_6"] {

}

.f0-id-el_1iNx2z4W[data-f0-id="el_1iNx2z4W"] {

}

.f0-id-el_cWrE6Z7U[data-f0-id="el_cWrE6Z7U"] {

}

.f0-id-el_X5hinUk6[data-f0-id="el_X5hinUk6"] {

}

.f0-id-el_uSLkaJmB[data-f0-id="el_uSLkaJmB"] {

}

.f0-id-el_TTJejyBR[data-f0-id="el_TTJejyBR"] {

}

.f0-id-el_0srEDaSJ[data-f0-id="el_0srEDaSJ"] {

}

.f0-id-el_3ssHWJ6y[data-f0-id="el_3ssHWJ6y"] {

}

.f0-id-el_BZDiA2kB[data-f0-id="el_BZDiA2kB"] {

}

.f0-id-el_OhLzSx2a[data-f0-id="el_OhLzSx2a"] {

}

.f0-id-el_5OF0WJue[data-f0-id="el_5OF0WJue"] {

}

.f0-id-el_MA4TUxhK[data-f0-id="el_MA4TUxhK"] {

}

.f0-id-el_LAuwqOrz[data-f0-id="el_LAuwqOrz"] {

}

.f0-id-el_jI9rPyM6[data-f0-id="el_jI9rPyM6"] {

}

.f0-id-el_e7NnFsEY[data-f0-id="el_e7NnFsEY"] {

}

.f0-id-el_YT9t6exh[data-f0-id="el_YT9t6exh"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_HJ_zBLCR[data-f0-id="el_HJ_zBLCR"] {

}

.f0-id-el_MvzvCmQ-[data-f0-id="el_MvzvCmQ-"] {

}

.f0-id-el_Wk1Gp0gp[data-f0-id="el_Wk1Gp0gp"] {

}

.f0-id-el_u7BK24jE[data-f0-id="el_u7BK24jE"] {

}

.f0-id-el_qG6PqOZ3[data-f0-id="el_qG6PqOZ3"] {

}

.f0-id-el_z5G-B6aC[data-f0-id="el_z5G-B6aC"] {

}

.f0-id-el_N0J6YMHu[data-f0-id="el_N0J6YMHu"] {

}

.f0-id-el_e3EVAafO[data-f0-id="el_e3EVAafO"] {

}

.f0-id-el_jF_i1A9S[data-f0-id="el_jF_i1A9S"] {

}

.f0-id-el_0euqrPAw[data-f0-id="el_0euqrPAw"] {

}

.f0-id-el_ow33yw8N[data-f0-id="el_ow33yw8N"] {
  width: 1140px;
  margin-right: 0px;
  flex-shrink: 0;
}

.f0-id-el_vY6J41gm[data-f0-id="el_vY6J41gm"] {

}

.f0-id-el_eEHs_JJb[data-f0-id="el_eEHs_JJb"] {

}

.f0-id-el_xEEuiSLa[data-f0-id="el_xEEuiSLa"] {

}

.f0-id-el_PsVFrT97[data-f0-id="el_PsVFrT97"] {

}

.f0-id-el_H8LGIjmo[data-f0-id="el_H8LGIjmo"] {

}

.f0-id-el_R9m70hWx[data-f0-id="el_R9m70hWx"] {

}

.f0-id-el_pkWEaIKq[data-f0-id="el_pkWEaIKq"] {

}

.f0-id-el_iMacflnY[data-f0-id="el_iMacflnY"] {

}

.f0-id-el_CqddvYj8[data-f0-id="el_CqddvYj8"] {

}

.f0-id-el_J3NBzDtY[data-f0-id="el_J3NBzDtY"] {

}

.f0-id-el_9rYZqQjP[data-f0-id="el_9rYZqQjP"] {
  width: 1140px;
  margin-right: 0px;
  flex-shrink: 0;
}

.f0-id-el_NphnUkCc[data-f0-id="el_NphnUkCc"] {

}

.f0-id-el_hEjLvwba[data-f0-id="el_hEjLvwba"] {

}

.f0-id-el_Eq_5S4Nk[data-f0-id="el_Eq_5S4Nk"] {

}

.f0-id-el_LoPibMge[data-f0-id="el_LoPibMge"] {

}

.f0-id-el_LlbSxisp[data-f0-id="el_LlbSxisp"] {

}

.f0-id-el_roxbB-46[data-f0-id="el_roxbB-46"] {

}

.f0-id-el_fW9SqIlh[data-f0-id="el_fW9SqIlh"] {

}

.f0-id-el_lMg5ztkc[data-f0-id="el_lMg5ztkc"] {

}

.f0-id-el_RaZiXKXR[data-f0-id="el_RaZiXKXR"] {

}

.f0-id-el_B2-HAsPm[data-f0-id="el_B2-HAsPm"] {

}

.f0-id-el_-ic0BZSQ[data-f0-id="el_-ic0BZSQ"] {
  width: 1140px;
  margin-right: 0px;
  flex-shrink: 0;
}

.f0-id-el_AUfM1zJt[data-f0-id="el_AUfM1zJt"] {

}

.f0-id-el_FiTqWlk8[data-f0-id="el_FiTqWlk8"] {

}

.f0-id-el_qGenVJiv[data-f0-id="el_qGenVJiv"] {

}

.f0-id-el_Cs2aC2Ir[data-f0-id="el_Cs2aC2Ir"] {

}

.f0-id-el_F95JoT20[data-f0-id="el_F95JoT20"] {

}

.f0-id-el_fD-QJ-2M[data-f0-id="el_fD-QJ-2M"] {

}

.f0-id-el_D6Ds3qW1[data-f0-id="el_D6Ds3qW1"] {

}

.f0-id-el_JHmdgrT7[data-f0-id="el_JHmdgrT7"] {

}

.f0-id-el_BbaMa6i3[data-f0-id="el_BbaMa6i3"] {

}

.f0-id-el_xMUoDUep[data-f0-id="el_xMUoDUep"] {

}

.f0-id-el_3aOYCkIp[data-f0-id="el_3aOYCkIp"] {
  width: 1140px;
  margin-right: 0px;
  flex-shrink: 0;
}

.f0-id-el_ssjlZv_R[data-f0-id="el_ssjlZv_R"] {

}

.f0-id-el_5cU4K7-h[data-f0-id="el_5cU4K7-h"] {

}

.f0-id-el_WKCBkRn2[data-f0-id="el_WKCBkRn2"] {

}

.f0-id-el_rfjujAN-[data-f0-id="el_rfjujAN-"] {

}

.f0-id-el_xgw7KL_9[data-f0-id="el_xgw7KL_9"] {

}

.f0-id-el_4Aw1lz-T[data-f0-id="el_4Aw1lz-T"] {

}

.f0-id-el_PMK7o_ta[data-f0-id="el_PMK7o_ta"] {

}

.f0-id-el_BpwdQeMb[data-f0-id="el_BpwdQeMb"] {

}

.f0-id-el_LD7CI9sw[data-f0-id="el_LD7CI9sw"] {

}

.f0-id-el_M0yLW6N9[data-f0-id="el_M0yLW6N9"] {

}

.f0-id-el_U75v4zyJ[data-f0-id="el_U75v4zyJ"] {
  width: 1140px;
  margin-right: 0px;
  flex-shrink: 0;
}

.f0-id-el_56GVG3N2[data-f0-id="el_56GVG3N2"] {

}

.f0-id-el_d2CaT2si[data-f0-id="el_d2CaT2si"] {

}

.f0-id-el_EpIBuAU0[data-f0-id="el_EpIBuAU0"] {

}

.f0-id-el_jREc7dgF[data-f0-id="el_jREc7dgF"] {

}

.f0-id-el_BnUTAwre[data-f0-id="el_BnUTAwre"] {

}

.f0-id-el_AjAMmj29[data-f0-id="el_AjAMmj29"] {

}

.f0-id-el_RySN_3F9[data-f0-id="el_RySN_3F9"] {

}

.f0-id-el_oQLOy5XZ[data-f0-id="el_oQLOy5XZ"] {

}

.f0-id-el_pES3T9jN[data-f0-id="el_pES3T9jN"] {

}

.f0-id-el_W-4WkukP[data-f0-id="el_W-4WkukP"] {

}

.f0-id-el_nFHzNyYu[data-f0-id="el_nFHzNyYu"] {
  width: 1140px;
  margin-right: 0px;
  flex-shrink: 0;
}

.f0-id-el_UW6mjD1B[data-f0-id="el_UW6mjD1B"] {

}

.f0-id-el_nkEA6Em1[data-f0-id="el_nkEA6Em1"] {

}

.f0-id-el_aGMtjJd5[data-f0-id="el_aGMtjJd5"] {

}

.f0-id-el_6ulbZnv-[data-f0-id="el_6ulbZnv-"] {

}

.f0-id-el_41ysc151[data-f0-id="el_41ysc151"] {

}

.f0-id-el_hvTJtNGm[data-f0-id="el_hvTJtNGm"] {

}

.f0-id-el_WkFy8E8m[data-f0-id="el_WkFy8E8m"] {

}

.f0-id-el_rA6vfs3I[data-f0-id="el_rA6vfs3I"] {

}

.f0-id-el_nBGhVreI[data-f0-id="el_nBGhVreI"] {

}

.f0-id-el_1UAGILLr[data-f0-id="el_1UAGILLr"] {

}

.f0-id-el_QmcZf4fS[data-f0-id="el_QmcZf4fS"] {
  width: 1140px;
  margin-right: 0px;
  flex-shrink: 0;
}

.f0-id-el_V-qNXtr8[data-f0-id="el_V-qNXtr8"] {

}

.f0-id-el_-XqKFNiv[data-f0-id="el_-XqKFNiv"] {

}

.f0-id-el_IxDTixQn[data-f0-id="el_IxDTixQn"] {

}

.f0-id-el_UcpCksNp[data-f0-id="el_UcpCksNp"] {

}

.f0-id-el_VNU3-d8o[data-f0-id="el_VNU3-d8o"] {

}

.f0-id-el_UHizLBO1[data-f0-id="el_UHizLBO1"] {

}

.f0-id-el_Oti1JW82[data-f0-id="el_Oti1JW82"] {

}

.f0-id-el_EfYPkPvl[data-f0-id="el_EfYPkPvl"] {

}

.f0-id-el_S3QOgesi[data-f0-id="el_S3QOgesi"] {

}

.f0-id-el_ZtuAv-o8[data-f0-id="el_ZtuAv-o8"] {

}

.f0-id-el_B1EAwSp_[data-f0-id="el_B1EAwSp_"] {
  width: 1140px;
  margin-right: 0px;
  flex-shrink: 0;
}

.f0-id-el_uYjCT-Y3[data-f0-id="el_uYjCT-Y3"] {

}

.f0-id-el__dReOViL[data-f0-id="el__dReOViL"] {

}

.f0-id-el_qaPdIyoH[data-f0-id="el_qaPdIyoH"] {

}

.f0-id-el_a970tr0p[data-f0-id="el_a970tr0p"] {

}

.f0-id-el_ihcMl2Y9[data-f0-id="el_ihcMl2Y9"] {

}

.f0-id-el_Coy35Vid[data-f0-id="el_Coy35Vid"] {

}

.f0-id-el_eHdbNvaE[data-f0-id="el_eHdbNvaE"] {

}

.f0-id-el_9yYFxbdi[data-f0-id="el_9yYFxbdi"] {

}

.f0-id-el_oy3ICa0n[data-f0-id="el_oy3ICa0n"] {

}

.f0-id-el_IKSz-kg3[data-f0-id="el_IKSz-kg3"] {

}

.f0-id-el_k2ukTVly[data-f0-id="el_k2ukTVly"] {
  width: 1140px;
  margin-right: 0px;
  flex-shrink: 0;
}

.f0-id-el_5RH76M3b[data-f0-id="el_5RH76M3b"] {
  transition: 0.25s;
  width: stretch;
  display: flex;
}

.f0-id-el_41iz5XEa[data-f0-id="el_41iz5XEa"] {
  width: stretch;
}

.f0-id-el_pymkOp1T[data-f0-id="el_pymkOp1T"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_bvlvfELp[data-f0-id="el_bvlvfELp"] {

}

.f0-id-el_HmDVN-iD[data-f0-id="el_HmDVN-iD"] {

}

.f0-id-el_fJcxEVGG[data-f0-id="el_fJcxEVGG"] {

}

.f0-id-el_ERdw8t1W[data-f0-id="el_ERdw8t1W"] {

}

.f0-id-el_kHb1jOkt[data-f0-id="el_kHb1jOkt"] {

}

.f0-id-el_wIFrTf-N[data-f0-id="el_wIFrTf-N"] {

}

.f0-id-el_yiIh51Kj[data-f0-id="el_yiIh51Kj"] {

}

.f0-id-el_faHtBMYY[data-f0-id="el_faHtBMYY"] {

}

.f0-id-el_flRyJ9G0[data-f0-id="el_flRyJ9G0"] {

}

.f0-id-el_aN1ntnLw[data-f0-id="el_aN1ntnLw"] {

}

.f0-id-el_ljKmV7LH[data-f0-id="el_ljKmV7LH"] {

}

.f0-id-el_xkF96B2v[data-f0-id="el_xkF96B2v"] {

}

.f0-id-el_ed4J7mjZ[data-f0-id="el_ed4J7mjZ"] {

}

.f0-id-el_MPqZWqf8[data-f0-id="el_MPqZWqf8"] {

}

.f0-id-el_rjqPauFp[data-f0-id="el_rjqPauFp"] {

}

.f0-id-el_PrZS95Yq[data-f0-id="el_PrZS95Yq"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_JD--sLhE[data-f0-id="el_JD--sLhE"] {

}

.f0-id-el_ALksxCEa[data-f0-id="el_ALksxCEa"] {

}

.f0-id-el_RTBE751H[data-f0-id="el_RTBE751H"] {

}

.f0-id-el_paLoJUan[data-f0-id="el_paLoJUan"] {

}

.f0-id-el_uLAubNMb[data-f0-id="el_uLAubNMb"] {

}

.f0-id-el_TY3dk81U[data-f0-id="el_TY3dk81U"] {

}

.f0-id-el_5IesJVRY[data-f0-id="el_5IesJVRY"] {

}

.f0-id-el_HjVYRBwS[data-f0-id="el_HjVYRBwS"] {

}

.f0-id-el_1Ld7NFYe[data-f0-id="el_1Ld7NFYe"] {

}

.f0-id-el_-6UZN3M1[data-f0-id="el_-6UZN3M1"] {

}

.f0-id-el_tYj4DYU5[data-f0-id="el_tYj4DYU5"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_7v2TZjND[data-f0-id="el_7v2TZjND"] {

}

.f0-id-el_UdsqLrDB[data-f0-id="el_UdsqLrDB"] {

}

.f0-id-el_mRWdKM3F[data-f0-id="el_mRWdKM3F"] {

}

.f0-id-el_1RzdBBZe[data-f0-id="el_1RzdBBZe"] {

}

.f0-id-el_GcDIhcrO[data-f0-id="el_GcDIhcrO"] {

}

.f0-id-el_ShlzGvap[data-f0-id="el_ShlzGvap"] {

}

.f0-id-el_CyRSngOS[data-f0-id="el_CyRSngOS"] {

}

.f0-id-el_ViUTi_B2[data-f0-id="el_ViUTi_B2"] {

}

.f0-id-el_VjPMCO_Z[data-f0-id="el_VjPMCO_Z"] {

}

.f0-id-el_sr5nYF1F[data-f0-id="el_sr5nYF1F"] {

}

.f0-id-el_6xlxi7gZ[data-f0-id="el_6xlxi7gZ"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_RplQVhd6[data-f0-id="el_RplQVhd6"] {

}

.f0-id-el_0Ru4TxQg[data-f0-id="el_0Ru4TxQg"] {

}

.f0-id-el_HEP60L98[data-f0-id="el_HEP60L98"] {

}

.f0-id-el_Kf7U0B0-[data-f0-id="el_Kf7U0B0-"] {

}

.f0-id-el_x2-7Ot3W[data-f0-id="el_x2-7Ot3W"] {

}

.f0-id-el_7mlZ8vUz[data-f0-id="el_7mlZ8vUz"] {

}

.f0-id-el_QcjtZCos[data-f0-id="el_QcjtZCos"] {

}

.f0-id-el_nE_jzzCl[data-f0-id="el_nE_jzzCl"] {

}

.f0-id-el_Q0dFJy0Y[data-f0-id="el_Q0dFJy0Y"] {

}

.f0-id-el_ZDB4Hrj-[data-f0-id="el_ZDB4Hrj-"] {

}

.f0-id-el_fc1ZRcjU[data-f0-id="el_fc1ZRcjU"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_c3eOg22-[data-f0-id="el_c3eOg22-"] {

}

.f0-id-el_6QUBCZGi[data-f0-id="el_6QUBCZGi"] {

}

.f0-id-el_Hh9Bh46p[data-f0-id="el_Hh9Bh46p"] {

}

.f0-id-el_yAnFMHbZ[data-f0-id="el_yAnFMHbZ"] {

}

.f0-id-el__ldxTqHO[data-f0-id="el__ldxTqHO"] {

}

.f0-id-el_KnPwhoNO[data-f0-id="el_KnPwhoNO"] {

}

.f0-id-el_LYqx8H9h[data-f0-id="el_LYqx8H9h"] {

}

.f0-id-el_lenIBeDi[data-f0-id="el_lenIBeDi"] {

}

.f0-id-el_KtKLn4em[data-f0-id="el_KtKLn4em"] {

}

.f0-id-el_4nURQf1v[data-f0-id="el_4nURQf1v"] {

}

.f0-id-el_N1RrqG9L[data-f0-id="el_N1RrqG9L"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_f7I70UQv[data-f0-id="el_f7I70UQv"] {

}

.f0-id-el_RgUrbspl[data-f0-id="el_RgUrbspl"] {

}

.f0-id-el_IV2EeIpC[data-f0-id="el_IV2EeIpC"] {

}

.f0-id-el_Ad5pRAdt[data-f0-id="el_Ad5pRAdt"] {

}

.f0-id-el_oAZkibkh[data-f0-id="el_oAZkibkh"] {

}

.f0-id-el_aHvCv1Gt[data-f0-id="el_aHvCv1Gt"] {

}

.f0-id-el_azNM6-S7[data-f0-id="el_azNM6-S7"] {

}

.f0-id-el_x5BHwI3W[data-f0-id="el_x5BHwI3W"] {

}

.f0-id-el_DFeSNu0H[data-f0-id="el_DFeSNu0H"] {

}

.f0-id-el_4O_KyIxU[data-f0-id="el_4O_KyIxU"] {

}

.f0-id-el_mk6I366I[data-f0-id="el_mk6I366I"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_5A691tU6[data-f0-id="el_5A691tU6"] {

}

.f0-id-el_r-JF8-vd[data-f0-id="el_r-JF8-vd"] {

}

.f0-id-el_iVXGtwAd[data-f0-id="el_iVXGtwAd"] {

}

.f0-id-el_MpnQRr-r[data-f0-id="el_MpnQRr-r"] {

}

.f0-id-el_YDaiOUGC[data-f0-id="el_YDaiOUGC"] {

}

.f0-id-el_uvPoXOA3[data-f0-id="el_uvPoXOA3"] {

}

.f0-id-el_P_C4zeDU[data-f0-id="el_P_C4zeDU"] {

}

.f0-id-el_f7Sj-VeL[data-f0-id="el_f7Sj-VeL"] {

}

.f0-id-el_YR0Uaxcq[data-f0-id="el_YR0Uaxcq"] {

}

.f0-id-el_82I-dp1D[data-f0-id="el_82I-dp1D"] {

}

.f0-id-el_974ETALY[data-f0-id="el_974ETALY"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_1_FzwurN[data-f0-id="el_1_FzwurN"] {

}

.f0-id-el_vYAOtXMF[data-f0-id="el_vYAOtXMF"] {

}

.f0-id-el_-L6saTya[data-f0-id="el_-L6saTya"] {

}

.f0-id-el_m3Vyb3RE[data-f0-id="el_m3Vyb3RE"] {

}

.f0-id-el_ooN7xNQf[data-f0-id="el_ooN7xNQf"] {

}

.f0-id-el_AMcD_Lnd[data-f0-id="el_AMcD_Lnd"] {

}

.f0-id-el_wVoZvQmw[data-f0-id="el_wVoZvQmw"] {

}

.f0-id-el_ALiUGrhY[data-f0-id="el_ALiUGrhY"] {

}

.f0-id-el_vrv_iTGg[data-f0-id="el_vrv_iTGg"] {

}

.f0-id-el_jPV-LEMT[data-f0-id="el_jPV-LEMT"] {

}

.f0-id-el_HZK3ibGJ[data-f0-id="el_HZK3ibGJ"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_y6l376Qt[data-f0-id="el_y6l376Qt"] {

}

.f0-id-el_ZtoB6BYq[data-f0-id="el_ZtoB6BYq"] {

}

.f0-id-el_qKeAKkYy[data-f0-id="el_qKeAKkYy"] {

}

.f0-id-el_nC4gHoqB[data-f0-id="el_nC4gHoqB"] {

}

.f0-id-el_pjzpSwas[data-f0-id="el_pjzpSwas"] {

}

.f0-id-el_oxpmU0Ap[data-f0-id="el_oxpmU0Ap"] {

}

.f0-id-el_ngxHUYyi[data-f0-id="el_ngxHUYyi"] {

}

.f0-id-el_5ZFD2Soi[data-f0-id="el_5ZFD2Soi"] {

}

.f0-id-el_XYb5nEhs[data-f0-id="el_XYb5nEhs"] {

}

.f0-id-el_lwRY3Pfn[data-f0-id="el_lwRY3Pfn"] {

}

.f0-id-el_31V4tzLG[data-f0-id="el_31V4tzLG"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_FcQl13Kn[data-f0-id="el_FcQl13Kn"] {

}

.f0-id-el_SQKmIUrw[data-f0-id="el_SQKmIUrw"] {

}

.f0-id-el_3soTl-6E[data-f0-id="el_3soTl-6E"] {

}

.f0-id-el_5V-slJ9-[data-f0-id="el_5V-slJ9-"] {

}

.f0-id-el_8Ih-S4DT[data-f0-id="el_8Ih-S4DT"] {

}

.f0-id-el_OAmxZd8r[data-f0-id="el_OAmxZd8r"] {

}

.f0-id-el_mEy4ymgu[data-f0-id="el_mEy4ymgu"] {

}

.f0-id-el_qlWxkKCv[data-f0-id="el_qlWxkKCv"] {

}

.f0-id-el_fjpB7okG[data-f0-id="el_fjpB7okG"] {

}

.f0-id-el_SThFv9bb[data-f0-id="el_SThFv9bb"] {

}

.f0-id-el_GX96HScd[data-f0-id="el_GX96HScd"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_KMWi43iT[data-f0-id="el_KMWi43iT"] {
  transform: translate3d(-5700px, 0px, 0px);
  transition: 0.25s;
  width: 10260px;
}

.f0-id-el__8AiMeSs[data-f0-id="el__8AiMeSs"] {

}

.f0-id-el_q_dmrv8o[data-f0-id="el_q_dmrv8o"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_ZCFTMWNk[data-f0-id="el_ZCFTMWNk"] {

}

.f0-id-el_FSaOR0_W[data-f0-id="el_FSaOR0_W"] {

}

.f0-id-el_5ufwzrdW[data-f0-id="el_5ufwzrdW"] {

}

.f0-id-el_ePQVQTIY[data-f0-id="el_ePQVQTIY"] {

}

.f0-id-el_H6iyQiY8[data-f0-id="el_H6iyQiY8"] {

}

.f0-id-el_ADLY-kLd[data-f0-id="el_ADLY-kLd"] {

}

.f0-id-el_IZAUi9F9[data-f0-id="el_IZAUi9F9"] {

}

.f0-id-el_m62Qy2sG[data-f0-id="el_m62Qy2sG"] {

}

.f0-id-el_Si9FMhfl[data-f0-id="el_Si9FMhfl"] {

}

.f0-id-el_d8-RSfpU[data-f0-id="el_d8-RSfpU"] {

}

.f0-id-el_QZD3-N3T[data-f0-id="el_QZD3-N3T"] {

}

.f0-id-el__iFlO9jC[data-f0-id="el__iFlO9jC"] {

}

.f0-id-el_CaoWDoSL[data-f0-id="el_CaoWDoSL"] {

}

.f0-id-el_WltejETS[data-f0-id="el_WltejETS"] {

}

.f0-id-el_IkEkm7to[data-f0-id="el_IkEkm7to"] {

}

.f0-id-el_X8cVULKZ[data-f0-id="el_X8cVULKZ"] {
  width: 1140px;
  margin-right: 0px;
}

.f0-id-el_NuN_gsbo[data-f0-id="el_NuN_gsbo"] {
  transform: translate3d(-2280px, 0px, 0px);
  transition: all;
  width: 6840px;
}

.f0-id-el_eLLy8wZU[data-f0-id="el_eLLy8wZU"] {

}

.f0-id-el_tNJ_a3Uj[data-f0-id="el_tNJ_a3Uj"] {

}

.f0-id-el_-vrcTcXg[data-f0-id="el_-vrcTcXg"] {

}

.f0-id-el_uZea6L48[data-f0-id="el_uZea6L48"] {

}

.f0-id-el_Du_4ztoT[data-f0-id="el_Du_4ztoT"] {

}

.f0-id-el_16wBNDq6[data-f0-id="el_16wBNDq6"] {

}

.f0-id-el_zj3Gp0nF[data-f0-id="el_zj3Gp0nF"] {

}

.f0-id-el_DC4i4_3C[data-f0-id="el_DC4i4_3C"] {

}

.f0-id-el_eiE1Cl7e[data-f0-id="el_eiE1Cl7e"] {
  display: none !important;
}

.f0-id-el_KUynYCbF[data-f0-id="el_KUynYCbF"] {

}

.f0-id-el_N9zGU8wn[data-f0-id="el_N9zGU8wn"] {

}

.f0-id-el_eD23UouA[data-f0-id="el_eD23UouA"] {

}

.f0-id-el_kEwWY6k3[data-f0-id="el_kEwWY6k3"] {

}

.f0-id-el_NPSh6p3D[data-f0-id="el_NPSh6p3D"] {
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  padding-left: 135px;
  padding-right: 135px;
}

.f0-id-el_XexY1Nob[data-f0-id="el_XexY1Nob"] {

}

.f0-id-el_8f5PMrQJ[data-f0-id="el_8f5PMrQJ"] {

}

.f0-id-el_lr-ywAhu[data-f0-id="el_lr-ywAhu"] {

}

.f0-id-el_vqvswC6z[data-f0-id="el_vqvswC6z"] {

}

.f0-id-el_gWj59lZc[data-f0-id="el_gWj59lZc"] {

}

.f0-id-el_jc_I1pcg[data-f0-id="el_jc_I1pcg"] {

}

.f0-id-el_dSkOHo9E[data-f0-id="el_dSkOHo9E"] {

}

.f0-id-el_bnaWzqQU[data-f0-id="el_bnaWzqQU"] {

}

.f0-id-el_Keee1wE6[data-f0-id="el_Keee1wE6"] {

}

.f0-id-el_8YmLvxrT[data-f0-id="el_8YmLvxrT"] {
  height: 20px;
}

.f0-id-el_KbZrgfQ5[data-f0-id="el_KbZrgfQ5"] {

}

.f0-id-el_2IudOraL[data-f0-id="el_2IudOraL"] {

}

.f0-id-el_DGdGg48I[data-f0-id="el_DGdGg48I"] {
  position: relative;
  box-sizing: border-box;
  width: stretch;
}

.f0-id-el_J20Whjwq[data-f0-id="el_J20Whjwq"] {

}

.f0-id-el_ihTpMGzI[data-f0-id="el_ihTpMGzI"] {

}

.f0-id-el_2Fgw-HSn[data-f0-id="el_2Fgw-HSn"] {

}

.f0-id-el_uVHm3Tma[data-f0-id="el_uVHm3Tma"] {

}

.f0-id-el_SohxxvHF[data-f0-id="el_SohxxvHF"] {

}

.f0-id-el_sXmPUw9z[data-f0-id="el_sXmPUw9z"] {

}

.f0-id-el_RA3RJ0tR[data-f0-id="el_RA3RJ0tR"] {

}

.f0-id-el_8MEwdhE9[data-f0-id="el_8MEwdhE9"] {

}

.f0-id-el_aZpUCB1D[data-f0-id="el_aZpUCB1D"] {

}

.f0-id-el_1sFRmQt_[data-f0-id="el_1sFRmQt_"] {

}

.f0-id-el_9hrslrgc[data-f0-id="el_9hrslrgc"] {

}

.f0-id-el_tXfJuZgM[data-f0-id="el_tXfJuZgM"] {

}

.f0-id-el_vrBBP792[data-f0-id="el_vrBBP792"] {

}

.f0-id-el_eO_9o-zw[data-f0-id="el_eO_9o-zw"] {

}

.f0-id-el_LnfAW1or[data-f0-id="el_LnfAW1or"] {

}

.f0-id-el_MGjvjL6F[data-f0-id="el_MGjvjL6F"] {

}

.f0-id-el_dNu1lTVQ[data-f0-id="el_dNu1lTVQ"] {
  position: relative;
  box-sizing: border-box;
  width: 1440px;
  padding-left: 135px;
  padding-right: 135px;
}

.f0-id-el_9wj3Y1T8[data-f0-id="el_9wj3Y1T8"] {

}

.f0-id-el_JeCOJqEG[data-f0-id="el_JeCOJqEG"] {

}

.f0-id-el_w8347CUJ[data-f0-id="el_w8347CUJ"] {

}

.f0-id-el_31Kaqpsw[data-f0-id="el_31Kaqpsw"] {

}

.f0-id-el_SbKzsDSg[data-f0-id="el_SbKzsDSg"] {

}

.f0-id-el_D_rVQjUu[data-f0-id="el_D_rVQjUu"] {

}

.f0-id-el_YpHqQPov[data-f0-id="el_YpHqQPov"] {
  color: #bfa67a;
}

.f0-id-el_hK1c7vJp[data-f0-id="el_hK1c7vJp"] {

}

.f0-id-el_k2wSWoNV[data-f0-id="el_k2wSWoNV"] {

}

.f0-id-el_i8xez4wu[data-f0-id="el_i8xez4wu"] {

}

.f0-id-el_07ULFIY7[data-f0-id="el_07ULFIY7"] {

}

.f0-id-el_gKssJ85L[data-f0-id="el_gKssJ85L"] {

}

.f0-id-el_l2jusdrI[data-f0-id="el_l2jusdrI"] {

}

.f0-id-el_cpiXaqvi[data-f0-id="el_cpiXaqvi"] {

}

.f0-id-el_tx5KxLeK[data-f0-id="el_tx5KxLeK"] {

}

.f0-id-el_3iY1ij6i[data-f0-id="el_3iY1ij6i"] {

}

.f0-id-el_KPH23x-P[data-f0-id="el_KPH23x-P"] {

}

.f0-id-el_yJeVxShw[data-f0-id="el_yJeVxShw"] {

}

.f0-id-el_HmxuY-kb[data-f0-id="el_HmxuY-kb"] {
  position: relative;
  box-sizing: border-box;
  width: stretch;
  padding-left: 135px;
  padding-right: 135px;
}

.f0-id-el_Z70FFkKv[data-f0-id="el_Z70FFkKv"] {

}

.f0-id-el_mLFo-JDZ[data-f0-id="el_mLFo-JDZ"] {

}

.f0-id-el_8LuarkIT[data-f0-id="el_8LuarkIT"] {

}

.f0-id-el_LmTBwJJR[data-f0-id="el_LmTBwJJR"] {

}

.f0-id-el_63SbD4Wz[data-f0-id="el_63SbD4Wz"] {

}

.f0-id-el_Z2kq1uSK[data-f0-id="el_Z2kq1uSK"] {

}

.f0-id-el_1Qe8h5tc[data-f0-id="el_1Qe8h5tc"] {

}

.f0-id-el_pmgqNj20[data-f0-id="el_pmgqNj20"] {

}

.f0-id-el_iB9_zp7J[data-f0-id="el_iB9_zp7J"] {

}

.f0-id-el_YUjB9xx1[data-f0-id="el_YUjB9xx1"] {

}

.f0-id-el_GY-ehNB4[data-f0-id="el_GY-ehNB4"] {

}

.f0-id-el_bq7mHdUk[data-f0-id="el_bq7mHdUk"] {

}

.f0-id-el_x3tmyOsN[data-f0-id="el_x3tmyOsN"] {

}

.f0-id-el_138mAJhK[data-f0-id="el_138mAJhK"] {

}

.f0-id-el_HWaVhYpA[data-f0-id="el_HWaVhYpA"] {

}

.f0-id-el_SKIGcYvt[data-f0-id="el_SKIGcYvt"] {

}

.f0-id-el_SxAW6SEN[data-f0-id="el_SxAW6SEN"] {

}

.f0-id-el_SuvNn_Ia[data-f0-id="el_SuvNn_Ia"] {

}

.f0-id-el_6-CUA0_O[data-f0-id="el_6-CUA0_O"] {

}

.f0-id-el_PzB_qk88[data-f0-id="el_PzB_qk88"] {

}

.f0-id-el_3KeZ12O7[data-f0-id="el_3KeZ12O7"] {

}

.f0-id-el_5Zs2F7Lq[data-f0-id="el_5Zs2F7Lq"] {

}

.f0-id-el_lRady2lp[data-f0-id="el_lRady2lp"] {

}

.f0-id-el_NdLKFRzL[data-f0-id="el_NdLKFRzL"] {

}

.f0-id-el_4k9gFkSf[data-f0-id="el_4k9gFkSf"] {

}

.f0-id-el_rFTFSgra[data-f0-id="el_rFTFSgra"] {

}

.f0-id-el_q6uOzKgp[data-f0-id="el_q6uOzKgp"] {

}

.f0-id-el_20bOadzK[data-f0-id="el_20bOadzK"] {

}

.f0-id-el_rkNptZZ9[data-f0-id="el_rkNptZZ9"] {

}

.f0-id-el_fNTLLrOv[data-f0-id="el_fNTLLrOv"] {

}

.f0-id-el_HmJ4gwLd[data-f0-id="el_HmJ4gwLd"] {
  position: relative;
  box-sizing: border-box;
  width: stretch;
  padding-left: 135px;
  padding-right: 135px;
}

.f0-id-el_DK9xA4Vj[data-f0-id="el_DK9xA4Vj"] {

}

.f0-id-el_hFvLBCs0[data-f0-id="el_hFvLBCs0"] {

}

.f0-id-el_Kw6MEXRg[data-f0-id="el_Kw6MEXRg"] {

}

.f0-id-el_9acPevS-[data-f0-id="el_9acPevS-"] {

}

.f0-id-el_oXfdWGwG[data-f0-id="el_oXfdWGwG"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_L0C0acXw[data-f0-id="el_L0C0acXw"] {

}

.f0-id-el_KihhowGn[data-f0-id="el_KihhowGn"] {

}

.f0-id-el_KsLpMiDT[data-f0-id="el_KsLpMiDT"] {

}

.f0-id-el_8Rfs7bYi[data-f0-id="el_8Rfs7bYi"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_x-sGnNPz[data-f0-id="el_x-sGnNPz"] {

}

.f0-id-el_r-0H32I3[data-f0-id="el_r-0H32I3"] {

}

.f0-id-el_e1_HTB1a[data-f0-id="el_e1_HTB1a"] {

}

.f0-id-el_P8-TQywr[data-f0-id="el_P8-TQywr"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_qkL75xMx[data-f0-id="el_qkL75xMx"] {

}

.f0-id-el_mAROye1o[data-f0-id="el_mAROye1o"] {

}

.f0-id-el_xEr1Moyu[data-f0-id="el_xEr1Moyu"] {

}

.f0-id-el_Kltit-VD[data-f0-id="el_Kltit-VD"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_r0FNuwer[data-f0-id="el_r0FNuwer"] {

}

.f0-id-el_fqUuZXpm[data-f0-id="el_fqUuZXpm"] {

}

.f0-id-el_rYg1LG_O[data-f0-id="el_rYg1LG_O"] {

}

.f0-id-el_cNzUMbSo[data-f0-id="el_cNzUMbSo"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_xATZGSCQ[data-f0-id="el_xATZGSCQ"] {

}

.f0-id-el_B55i2z9l[data-f0-id="el_B55i2z9l"] {

}

.f0-id-el_eAOereqf[data-f0-id="el_eAOereqf"] {

}

.f0-id-el_LtOoLUYR[data-f0-id="el_LtOoLUYR"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_BmaKIYA2[data-f0-id="el_BmaKIYA2"] {
  transform: translate3d(-300px, 0px, 0px);
  transition: 0.25s;
  width: 600px;
}

.f0-id-el_481xSrzg[data-f0-id="el_481xSrzg"] {

}

.f0-id-el_VjC7CHDu[data-f0-id="el_VjC7CHDu"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_3Iafg6qk[data-f0-id="el_3Iafg6qk"] {
  display: none;
}

.f0-id-el_SJp4cTMc[data-f0-id="el_SJp4cTMc"] {
  display: none;
}

.f0-id-el_F_LNy2nl[data-f0-id="el_F_LNy2nl"] {

}

.f0-id-el_zj3RbyV-[data-f0-id="el_zj3RbyV-"] {

}

.f0-id-el_GUTAYWK0[data-f0-id="el_GUTAYWK0"] {

}

.f0-id-el_EP43rjfZ[data-f0-id="el_EP43rjfZ"] {

}

.f0-id-el_kh0yXwt0[data-f0-id="el_kh0yXwt0"] {

}

.f0-id-el_dm13zfHM[data-f0-id="el_dm13zfHM"] {

}

.f0-id-el_mZK9rOqa[data-f0-id="el_mZK9rOqa"] {

}

.f0-id-el_W39mG3sr[data-f0-id="el_W39mG3sr"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_LZ8k86iq[data-f0-id="el_LZ8k86iq"] {

}

.f0-id-el_93PJxF-L[data-f0-id="el_93PJxF-L"] {

}

.f0-id-el_YYbSe-_W[data-f0-id="el_YYbSe-_W"] {

}

.f0-id-el_2sGVaWPM[data-f0-id="el_2sGVaWPM"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_ba_xt1on[data-f0-id="el_ba_xt1on"] {

}

.f0-id-el_izkVSigF[data-f0-id="el_izkVSigF"] {

}

.f0-id-el_U-R_4Mjk[data-f0-id="el_U-R_4Mjk"] {

}

.f0-id-el_L2YRhY_F[data-f0-id="el_L2YRhY_F"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_I97nVs98[data-f0-id="el_I97nVs98"] {

}

.f0-id-el_Zl6Kac2_[data-f0-id="el_Zl6Kac2_"] {

}

.f0-id-el_-KFmGrsD[data-f0-id="el_-KFmGrsD"] {

}

.f0-id-el_peJGfhxb[data-f0-id="el_peJGfhxb"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_-K4lAizr[data-f0-id="el_-K4lAizr"] {

}

.f0-id-el_byzpKoRQ[data-f0-id="el_byzpKoRQ"] {

}

.f0-id-el_ZnmmKiO3[data-f0-id="el_ZnmmKiO3"] {

}

.f0-id-el_EdHERQfm[data-f0-id="el_EdHERQfm"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_FSdBFybZ[data-f0-id="el_FSdBFybZ"] {

}

.f0-id-el_-h7u795O[data-f0-id="el_-h7u795O"] {

}

.f0-id-el_6Y8A-iZE[data-f0-id="el_6Y8A-iZE"] {

}

.f0-id-el_CNpW0P3V[data-f0-id="el_CNpW0P3V"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_z54TQvh0[data-f0-id="el_z54TQvh0"] {

}

.f0-id-el_hLc3yQeO[data-f0-id="el_hLc3yQeO"] {

}

.f0-id-el_7pXlyr6G[data-f0-id="el_7pXlyr6G"] {

}

.f0-id-el_wNpOclaW[data-f0-id="el_wNpOclaW"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_S6reXxWk[data-f0-id="el_S6reXxWk"] {
  transform: translate3d(-300px, 0px, 0px);
  transition: 0.25s;
  width: 600px;
}

.f0-id-el_QQ_tnjob[data-f0-id="el_QQ_tnjob"] {

}

.f0-id-el_3BzC1rbn[data-f0-id="el_3BzC1rbn"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_WngAJW3u[data-f0-id="el_WngAJW3u"] {
  display: none;
}

.f0-id-el_UO-937Vt[data-f0-id="el_UO-937Vt"] {
  display: none;
}

.f0-id-el_jnl8izDD[data-f0-id="el_jnl8izDD"] {

}

.f0-id-el_XeAMKsuT[data-f0-id="el_XeAMKsuT"] {

}

.f0-id-el_U3Tvas1x[data-f0-id="el_U3Tvas1x"] {

}

.f0-id-el_kf3nIUQs[data-f0-id="el_kf3nIUQs"] {

}

.f0-id-el_BI-JKBUh[data-f0-id="el_BI-JKBUh"] {

}

.f0-id-el_Jr0fB3KS[data-f0-id="el_Jr0fB3KS"] {

}

.f0-id-el_VpJses3H[data-f0-id="el_VpJses3H"] {

}

.f0-id-el_fwbmzaJt[data-f0-id="el_fwbmzaJt"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_VEiRUONk[data-f0-id="el_VEiRUONk"] {

}

.f0-id-el_c4Aa8cpB[data-f0-id="el_c4Aa8cpB"] {

}

.f0-id-el_HqrX4fK2[data-f0-id="el_HqrX4fK2"] {

}

.f0-id-el_Do5_c_1l[data-f0-id="el_Do5_c_1l"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_hrmyPdnG[data-f0-id="el_hrmyPdnG"] {

}

.f0-id-el_A1GBI1dt[data-f0-id="el_A1GBI1dt"] {

}

.f0-id-el_E9UhuBvQ[data-f0-id="el_E9UhuBvQ"] {

}

.f0-id-el_TTDt5blb[data-f0-id="el_TTDt5blb"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_RS5bDrpA[data-f0-id="el_RS5bDrpA"] {

}

.f0-id-el_XpXgvfqy[data-f0-id="el_XpXgvfqy"] {

}

.f0-id-el_FrGE3gkD[data-f0-id="el_FrGE3gkD"] {

}

.f0-id-el_OLyF4reb[data-f0-id="el_OLyF4reb"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_zGEwrtkG[data-f0-id="el_zGEwrtkG"] {

}

.f0-id-el_HzNlX7mX[data-f0-id="el_HzNlX7mX"] {

}

.f0-id-el_82W06tDX[data-f0-id="el_82W06tDX"] {

}

.f0-id-el_Jh3282vZ[data-f0-id="el_Jh3282vZ"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_zEzhXZpB[data-f0-id="el_zEzhXZpB"] {

}

.f0-id-el_pa4dcZKu[data-f0-id="el_pa4dcZKu"] {

}

.f0-id-el_UvOFRGAg[data-f0-id="el_UvOFRGAg"] {

}

.f0-id-el_5IXctVlx[data-f0-id="el_5IXctVlx"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_pYLkrKiY[data-f0-id="el_pYLkrKiY"] {

}

.f0-id-el_o8HXEWSX[data-f0-id="el_o8HXEWSX"] {

}

.f0-id-el_993IE_tV[data-f0-id="el_993IE_tV"] {

}

.f0-id-el_iuK9q9CL[data-f0-id="el_iuK9q9CL"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_0TaDkxCF[data-f0-id="el_0TaDkxCF"] {
  transform: translate3d(-300px, 0px, 0px);
  transition: 0.25s;
  width: 600px;
}

.f0-id-el_XBcrJjgJ[data-f0-id="el_XBcrJjgJ"] {

}

.f0-id-el_I7dLj-69[data-f0-id="el_I7dLj-69"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_BhanUOoo[data-f0-id="el_BhanUOoo"] {
  display: none;
}

.f0-id-el_tLfycBwO[data-f0-id="el_tLfycBwO"] {
  display: none;
}

.f0-id-el_y6KjbT5n[data-f0-id="el_y6KjbT5n"] {

}

.f0-id-el_KElfQhlS[data-f0-id="el_KElfQhlS"] {

}

.f0-id-el_7mBa9LqU[data-f0-id="el_7mBa9LqU"] {

}

.f0-id-el_pX8KrUoG[data-f0-id="el_pX8KrUoG"] {

}

.f0-id-el_fHMxi6G1[data-f0-id="el_fHMxi6G1"] {

}

.f0-id-el_LNiTQC4t[data-f0-id="el_LNiTQC4t"] {

}

.f0-id-el_9EwiyqVs[data-f0-id="el_9EwiyqVs"] {

}

.f0-id-el_4u1WFNIp[data-f0-id="el_4u1WFNIp"] {
  width: 100px;
  margin-right: 0px;
}

.f0-id-el_FBA01M_9[data-f0-id="el_FBA01M_9"] {
  transform: translate3d(-200px, 0px, 0px);
  transition: all;
  width: 600px;
}

.f0-id-el_ylDLHkAJ[data-f0-id="el_ylDLHkAJ"] {

}

.f0-id-el_c68I6Zkg[data-f0-id="el_c68I6Zkg"] {
  display: none;
}

.f0-id-el_tD05qNeV[data-f0-id="el_tD05qNeV"] {
  display: none;
}

.f0-id-el_iNNYWDtE[data-f0-id="el_iNNYWDtE"] {

}

.f0-id-el_Fj33ESmP[data-f0-id="el_Fj33ESmP"] {

}

.f0-id-el_CqW1PG7h[data-f0-id="el_CqW1PG7h"] {

}

.f0-id-el_CpuL7xcw[data-f0-id="el_CpuL7xcw"] {

}

.f0-id-el_lQKbvZ7H[data-f0-id="el_lQKbvZ7H"] {

}

.f0-id-el_wUgxP0KE[data-f0-id="el_wUgxP0KE"] {

}

.f0-id-el_fffkIsq2[data-f0-id="el_fffkIsq2"] {

}

.f0-id-el_3qb8GFiZ[data-f0-id="el_3qb8GFiZ"] {

}

.f0-id-el_bSgQkagw[data-f0-id="el_bSgQkagw"] {

}

.f0-id-el_Ip9rjehc[data-f0-id="el_Ip9rjehc"] {

}

.f0-id-el_9raEmCW_[data-f0-id="el_9raEmCW_"] {
  position: relative;
  box-sizing: border-box;
  width: 1440px;
  padding-left: 135px;
  padding-right: 135px;
}

.f0-id-el_ySiJRWW0[data-f0-id="el_ySiJRWW0"] {

}

.f0-id-el_AiUxoGpj[data-f0-id="el_AiUxoGpj"] {

}

.f0-id-el_LESMODjB[data-f0-id="el_LESMODjB"] {

}

.f0-id-el_xRRYdcfv[data-f0-id="el_xRRYdcfv"] {

}

.f0-id-el_NuQuxAL5[data-f0-id="el_NuQuxAL5"] {

}

.f0-id-el_XqAP45WZ[data-f0-id="el_XqAP45WZ"] {

}

.f0-id-el_aIG2Ntat[data-f0-id="el_aIG2Ntat"] {

}

.f0-id-el_7Zax2T7a[data-f0-id="el_7Zax2T7a"] {

}

.f0-id-el_xG-7uz_e[data-f0-id="el_xG-7uz_e"] {

}

.f0-id-el_3Ttq2UaU[data-f0-id="el_3Ttq2UaU"] {

}

.f0-id-el_o8pO6EUK[data-f0-id="el_o8pO6EUK"] {

}

.f0-id-el_o7x8cLrY[data-f0-id="el_o7x8cLrY"] {

}

.f0-id-el_Fbz1nkem[data-f0-id="el_Fbz1nkem"] {

}

.f0-id-el_dq3DZXnq[data-f0-id="el_dq3DZXnq"] {

}

.f0-id-el_gCfcmD6s[data-f0-id="el_gCfcmD6s"] {

}

.f0-id-el_M53W9AVB[data-f0-id="el_M53W9AVB"] {

}

.f0-id-el_XY6BEK-c[data-f0-id="el_XY6BEK-c"] {

}

.f0-id-el_rdGiKtbf[data-f0-id="el_rdGiKtbf"] {

}

.f0-id-el_7wuBhcXT[data-f0-id="el_7wuBhcXT"] {

}

.f0-id-el_CpIYvYZp[data-f0-id="el_CpIYvYZp"] {

}

.f0-id-el_76ZIA3Vz[data-f0-id="el_76ZIA3Vz"] {

}

.f0-id-el_Hgj6HsUE[data-f0-id="el_Hgj6HsUE"] {

}

.f0-id-el_vG1JFDlc[data-f0-id="el_vG1JFDlc"] {

}

.f0-id-el_OnS02Zaa[data-f0-id="el_OnS02Zaa"] {

}

.f0-id-el_QDJ-4Gr9[data-f0-id="el_QDJ-4Gr9"] {

}

.f0-id-el__0YqGFUF[data-f0-id="el__0YqGFUF"] {

}

.f0-id-el_uFrWHQlV[data-f0-id="el_uFrWHQlV"] {

}

.f0-id-el_XST7SxFF[data-f0-id="el_XST7SxFF"] {

}

.f0-id-el_IzcKQFm8[data-f0-id="el_IzcKQFm8"] {
  position: relative;
  box-sizing: border-box;
  width: 1440px;
  padding-left: 135px;
  padding-right: 135px;
}

.f0-id-el_MKe3mGA_[data-f0-id="el_MKe3mGA_"] {

}

.f0-id-el_oVWvDtvr[data-f0-id="el_oVWvDtvr"] {

}

.f0-id-el_q1iY-cK0[data-f0-id="el_q1iY-cK0"] {

}

.f0-id-el_U3fZpQnf[data-f0-id="el_U3fZpQnf"] {

}

.f0-id-el_rYEVRU1t[data-f0-id="el_rYEVRU1t"] {

}

.f0-id-el_-bR8hEhF[data-f0-id="el_-bR8hEhF"] {

}

.f0-id-el_oAaZePFu[data-f0-id="el_oAaZePFu"] {

}

.f0-id-el_r_9LWWJH[data-f0-id="el_r_9LWWJH"] {

}

.f0-id-el_P6m-2ilo[data-f0-id="el_P6m-2ilo"] {

}

.f0-id-el_9K8aW9WS[data-f0-id="el_9K8aW9WS"] {

}

.f0-id-el_lY4oLy7k[data-f0-id="el_lY4oLy7k"] {

}

.f0-id-el_X0-dmRSJ[data-f0-id="el_X0-dmRSJ"] {

}

.f0-id-el_tse6_TyY[data-f0-id="el_tse6_TyY"] {

}

.f0-id-el_QLEhMXF5[data-f0-id="el_QLEhMXF5"] {

}

.f0-id-el__62v3Mah[data-f0-id="el__62v3Mah"] {

}

.f0-id-el_dOjl3lRH[data-f0-id="el_dOjl3lRH"] {

}

.f0-id-el_E-8gj1Hz[data-f0-id="el_E-8gj1Hz"] {

}

.f0-id-el_MAxm1OqR[data-f0-id="el_MAxm1OqR"] {

}

.f0-id-el_Laby0IPT[data-f0-id="el_Laby0IPT"] {

}

.f0-id-el_EsE9qkDU[data-f0-id="el_EsE9qkDU"] {

}

.f0-id-el_0HwmoFX4[data-f0-id="el_0HwmoFX4"] {

}

.f0-id-el_6TR5gzhL[data-f0-id="el_6TR5gzhL"] {

}

.f0-id-el_1OTQgVv3[data-f0-id="el_1OTQgVv3"] {

}

.f0-id-el_m6f79luS[data-f0-id="el_m6f79luS"] {

}

.f0-id-el_yO3VYzpr[data-f0-id="el_yO3VYzpr"] {

}

.f0-id-el_AnKUXt9k[data-f0-id="el_AnKUXt9k"] {

}

.f0-id-el_eZGw3C3T[data-f0-id="el_eZGw3C3T"] {

}

.f0-id-el_ZmQYvE0E[data-f0-id="el_ZmQYvE0E"] {

}

.f0-id-el_YO3LH7dE[data-f0-id="el_YO3LH7dE"] {
  position: relative;
  box-sizing: border-box;
  width: stretch;
  padding-left: 135px;
  padding-right: 135px;
}

.f0-id-el_yFDiaar_[data-f0-id="el_yFDiaar_"] {

}

.f0-id-el_bws0RwVw[data-f0-id="el_bws0RwVw"] {

}

.f0-id-el_N-sJVe0O[data-f0-id="el_N-sJVe0O"] {

}

.f0-id-el_16m5wmvq[data-f0-id="el_16m5wmvq"] {

}

.f0-id-el_hcvOqN3m[data-f0-id="el_hcvOqN3m"] {

}

.f0-id-el_I56sdC0o[data-f0-id="el_I56sdC0o"] {

}

.f0-id-el_nNwKqKcD[data-f0-id="el_nNwKqKcD"] {

}

.f0-id-el_jhldGXT8[data-f0-id="el_jhldGXT8"] {

}

.f0-id-el_gA8Wfuyp[data-f0-id="el_gA8Wfuyp"] {

}

.f0-id-el_xKFl7Wi9[data-f0-id="el_xKFl7Wi9"] {

}

.f0-id-el_jAeMAFIV[data-f0-id="el_jAeMAFIV"] {

}

.f0-id-el_XbMes5TV[data-f0-id="el_XbMes5TV"] {

}

.f0-id-el_JV-f1HDv[data-f0-id="el_JV-f1HDv"] {

}

.f0-id-el_O_Ek6N7a[data-f0-id="el_O_Ek6N7a"] {

}

.f0-id-el_u30igUGf[data-f0-id="el_u30igUGf"] {

}

.f0-id-el_KeXCKLuL[data-f0-id="el_KeXCKLuL"] {

}

.f0-id-el_EzEfNJN-[data-f0-id="el_EzEfNJN-"] {

}

.f0-id-el_d_W5sphi[data-f0-id="el_d_W5sphi"] {

}

.f0-id-el_NDBPi4kb[data-f0-id="el_NDBPi4kb"] {

}

.f0-id-el_W4UJwtpA[data-f0-id="el_W4UJwtpA"] {

}

.f0-id-el_MW-WbRM7[data-f0-id="el_MW-WbRM7"] {
  height: 20px;
}

.f0-id-el_xXUKCvde[data-f0-id="el_xXUKCvde"] {

}

.f0-id-el_iyOtSPrM[data-f0-id="el_iyOtSPrM"] {

}

.f0-id-el_PPq5j9Ih[data-f0-id="el_PPq5j9Ih"] {

}

.f0-id-el_WeJjc5Zc[data-f0-id="el_WeJjc5Zc"] {
  position: relative;
  box-sizing: border-box;
  padding-left: 135px;
  padding-right: 135px;
  width: stretch;
}

.f0-id-el_-pdgv4tg[data-f0-id="el_-pdgv4tg"] {

}

.f0-id-el_ZKDIxw6D[data-f0-id="el_ZKDIxw6D"] {
  width: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.f0-id-el_KxRfeReS[data-f0-id="el_KxRfeReS"] {
  width: stretch;
}

.f0-id-el_6awjz1vk[data-f0-id="el_6awjz1vk"] {
  padding: 0px;
}

.f0-id-el_dRLoe6SZ[data-f0-id="el_dRLoe6SZ"] {
  padding: 0px;
  padding-right: 40px;
  padding-left: 40px;
  height: stretch;
}

.f0-id-el_wPyrAS-q[data-f0-id="el_wPyrAS-q"] {

}

.f0-id-el_hQXk5mZ8[data-f0-id="el_hQXk5mZ8"] {

}

.f0-id-el_QBzeOlhQ[data-f0-id="el_QBzeOlhQ"] {

}

.f0-id-el_2IDW2sc9[data-f0-id="el_2IDW2sc9"] {

}

.f0-id-el_1hkEc15E[data-f0-id="el_1hkEc15E"] {

}

.f0-id-el_j8FAt4ku[data-f0-id="el_j8FAt4ku"] {

}

.f0-id-el_I8WAXk3_[data-f0-id="el_I8WAXk3_"] {

}

.f0-id-el_K3XgMESO[data-f0-id="el_K3XgMESO"] {
  width: stretch;
}

.f0-id-el_Lr1DLUQ1[data-f0-id="el_Lr1DLUQ1"] {

}

.f0-id-el_HFHrprn1[data-f0-id="el_HFHrprn1"] {

}

.f0-id-el_NJ0SP1e2[data-f0-id="el_NJ0SP1e2"] {

}

.f0-id-el_fHFfudAk[data-f0-id="el_fHFfudAk"] {
  display: none;
}

.f0-id-el_zVaPrWAA[data-f0-id="el_zVaPrWAA"] {

}

.f0-id-el_ujwBHDKm[data-f0-id="el_ujwBHDKm"] {

}

.f0-id-el_RIQob0aP[data-f0-id="el_RIQob0aP"] {

}

.f0-id-el_Ri42O2-Y[data-f0-id="el_Ri42O2-Y"] {

}

.f0-id-el_yUJyCbFG[data-f0-id="el_yUJyCbFG"] {

}

.f0-id-el_-ayVFQfY[data-f0-id="el_-ayVFQfY"] {

}

.f0-id-el_kICFdynx[data-f0-id="el_kICFdynx"] {

}

.f0-id-el_Tz66Rhn9[data-f0-id="el_Tz66Rhn9"] {

}

.f0-id-el_Xb6B41UA[data-f0-id="el_Xb6B41UA"] {

}

.f0-id-el_pHhfXVxE[data-f0-id="el_pHhfXVxE"] {

}

.f0-id-el_gy-UbZSp[data-f0-id="el_gy-UbZSp"] {

}

.f0-id-el_mb9qM0kk[data-f0-id="el_mb9qM0kk"] {

}

.f0-id-el_i7sXdNJJ[data-f0-id="el_i7sXdNJJ"] {

}

.f0-id-el_KCCeZOdH[data-f0-id="el_KCCeZOdH"] {

}

.f0-id-el_QwPX46Y7[data-f0-id="el_QwPX46Y7"] {

}

.f0-id-el_jd9HrZbg[data-f0-id="el_jd9HrZbg"] {
  display: none;
}

.f0-id-el_N7o00H3w[data-f0-id="el_N7o00H3w"] {

}

.f0-id-el_dBCa6VR6[data-f0-id="el_dBCa6VR6"] {

}

.f0-id-el_6gPRgNq4[data-f0-id="el_6gPRgNq4"] {

}

.f0-id-el_Zh3xIxoq[data-f0-id="el_Zh3xIxoq"] {

}

.f0-id-el_G1EqPfEB[data-f0-id="el_G1EqPfEB"] {
  width: 285px;
  object-fit: cover;
  border-radius: 58px;
}

@media (max-width: 767px) {
  .f0-id-el_52fQ9Gqm[data-f0-id="el_52fQ9Gqm"] {
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .wpb_single_image img {
    max-width: 100vw;
  }
}

@media (max-width: 767px) {
  .f0-id-el_gWj59lZc[data-f0-id="el_gWj59lZc"] {
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .entry-img img {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .f0-id-el_Z2kq1uSK[data-f0-id="el_Z2kq1uSK"] {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .f0-id-el_SKIGcYvt[data-f0-id="el_SKIGcYvt"] {
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .f0-id-el_HmJ4gwLd[data-f0-id="el_HmJ4gwLd"] {
    width: 100vw;
  padding-right: 0px;
  padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_KxRfeReS[data-f0-id="el_KxRfeReS"] {
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .f0-id-el_6awjz1vk[data-f0-id="el_6awjz1vk"] {
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .f0-id-el_ZKDIxw6D[data-f0-id="el_ZKDIxw6D"] {
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .f0-id-el_r_9LWWJH[data-f0-id="el_r_9LWWJH"] {
    display: flex;
  flex-direction: column;
  width: stretch;
  }
}

@media (max-width: 767px) {
  .f0-id-el_P6m-2ilo[data-f0-id="el_P6m-2ilo"] {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .f0-id-el_YO3LH7dE[data-f0-id="el_YO3LH7dE"] {
    width: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  }
}

@media (max-width: 767px) {
  .f0-id-el_oVWvDtvr[data-f0-id="el_oVWvDtvr"] {
    width: max-content;
  }
}

@media (max-width: 767px) {
  .f0-id-el_U3fZpQnf[data-f0-id="el_U3fZpQnf"] {
    width: max-content;
  }
}

@media (max-width: 767px) {
  .section-title {
  
  }
}

@media (max-width: 767px) {
  .vc_custom_1462193193742 {
    padding-bottom: 0px;
  padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_WeJjc5Zc[data-f0-id="el_WeJjc5Zc"] {
    width: 100vw;
  padding-right: 0px;
  padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_NDBPi4kb[data-f0-id="el_NDBPi4kb"] {
    display: flex;
  flex-direction: column;
  }
}

@media (max-width: 767px) {
  .f0-id-el_HbIvXhkU[data-f0-id="el_HbIvXhkU"] {
    padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  }
}

@media (max-width: 767px) {
  .f0-id-el_krWJLR08[data-f0-id="el_krWJLR08"] {
    padding-right: 20px;
  padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_RNt6MaUV[data-f0-id="el_RNt6MaUV"] {
    padding-right: 20px;
  padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_NPSh6p3D[data-f0-id="el_NPSh6p3D"] {
    padding-right: 20px;
  padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_ow33yw8N[data-f0-id="el_ow33yw8N"] {
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .f0-id-el_pymkOp1T[data-f0-id="el_pymkOp1T"] {
    width: 100ה';
  flex-shrink: 0;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_NuN_gsbo[data-f0-id="el_NuN_gsbo"] {
    width: stretch;
  transform: translate3d(-0px, 0px, 0px);
  display: flex;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_eLLy8wZU[data-f0-id="el_eLLy8wZU"] {
    width: stretch;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_gMP2hF7Q[data-f0-id="el_gMP2hF7Q"] {
    flex-shrink: 0;
  width: stretch;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_YT9t6exh[data-f0-id="el_YT9t6exh"] {
    flex-shrink: 0;
  width: 100ה';
  }
}

@media (max-width: 767px) {
  .f0-id-el_PrZS95Yq[data-f0-id="el_PrZS95Yq"] {
    flex-shrink: 0;
  width: 100ה';
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_q_dmrv8o[data-f0-id="el_q_dmrv8o"] {
    flex-shrink: 0;
  width: 100ה';
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_X8cVULKZ[data-f0-id="el_X8cVULKZ"] {
    flex-shrink: 0;
  width: 100ה';
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_ub5sQS01[data-f0-id="el_ub5sQS01"] {
    width: 80vw;
  flex-shrink: 0;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_o_loZXTG[data-f0-id="el_o_loZXTG"] {
    width: 80vw;
  flex-shrink: 0;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_JV5Z3wjq[data-f0-id="el_JV5Z3wjq"] {
    width: 80vw;
  flex-shrink: 0;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_Uj2HXniM[data-f0-id="el_Uj2HXniM"] {
    width: 80vw;
  flex-shrink: 0;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_yBr1zw38[data-f0-id="el_yBr1zw38"] {
    width: 80vw;
  flex-shrink: 0;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_uDp5hyeA[data-f0-id="el_uDp5hyeA"] {
    width: 100vw;
  transform: translate3d(-0px, 0px, 0px);
  display: flex;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_PD98_MqS[data-f0-id="el_PD98_MqS"] {
    width: 80vw;
  flex-shrink: 0;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_Xcpj0oZz[data-f0-id="el_Xcpj0oZz"] {
    width: 80vw;
  flex-shrink: 0;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_edQCudJV[data-f0-id="el_edQCudJV"] {
    width: 80vw;
  flex-shrink: 0;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_5lTGkMnx[data-f0-id="el_5lTGkMnx"] {
    width: 80vw;
  flex-shrink: 0;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_HmxuY-kb[data-f0-id="el_HmxuY-kb"] {
    padding-right: 20px;
  padding-left: 20px;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_o8jLXHTs[data-f0-id="el_o8jLXHTs"] {
    height: 520.5px;
  top: -190px;
  }
}

@container f0-page_LAhFelMj (max-width: 767px) {
  .f0-id-el_fUb6gI3T[data-f0-id="el_fUb6gI3T"] {
    top: 189.5px;
  height: 564px;
  }
}