@charset "UTF-8";
/*!
Theme Name:   Unita
Theme URI:    https://demo2.pavothemes.com/unita/
Author:       Pavothemes
Author URI:   https://pavothemes.com/
Description:  Unita is a modern and responsive WordPress theme for cleaning services, housekeeping, janitorial, and maintenance companies. Fully compatible with Elementor for easy customization.
Version:      1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  unita
Tags:         cleaning theme, cleaning service, house cleaning, commercial cleaning, residential cleaning, janitorial service, maintenance service, green cleaning, floor cleaning, window cleaning, housekeeping, sanitizing service, washing service
*/
/* Text meant only for screen readers. */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
	1.1 Typography
	1.2 Global styles
2.0 Header
	2.1 Main Naivgation
	2.2 Vertical Naivgation
	2.3 Mega menu
3.0 Main content area
	3.1 Content (posts etc)
4.0 Footer
5.0 Alignment
6.0 Accessiblity
7.0 Clearing
8.0 Tables
9.0 404 Styles
10.0 Comments
11.0 Forms
12.0 Media
	12.1 Galleries
13.0 Captions
14.0 Pagination
15.0 Widgets
16.0 Layout
17.0 Utilities
18.0 Slick Carousel
19.0 Icons
--------------------------------------------------------------*/
/*-------------------------------------------------------------
1.0 Normalize
normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

::selection {
  text-shadow: none;
  color: #fff;
  background: var(--e-global-color-primary);
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: var(--e-global-color-text);
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/
:root {
  --e-global-color-primary: #BA9A67;
  --e-global-color-secondary: #262525;
  --e-global-color-text: #5E5D5C;
  --e-global-color-accent: #262525;
  --e-global-color-lighter: #A4A29F;
  --e-global-color-border: #EBE9E7;
  --e-global-color-highlight: #96FE81;
  --e-global-typography-primary-font-family: Vend Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-primary-font-weight: 200;
  --e-global-typography-primary-text-transform: none;
  --e-global-typography-primary-font-style: normal;
  --e-global-typography-primary-text-decoration: none;
  --e-global-typography-primary-letter-spacing: -0.02em;
  --e-global-typography-primary-line-height: 1.2;
  --e-global-typography-secondary-font-family: Vend Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-secondary-font-weight: 700;
  --e-global-typography-secondary-text-transform: none;
  --e-global-typography-secondary-font-style: normal;
  --e-global-typography-secondary-text-decoration: none;
  --e-global-typography-secondary-letter-spacing: -0.02em;
  --e-global-typography-secondary-line-height: 1.1;
  --e-global-typography-text-font-family: Vend Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-text-transform: none;
  --e-global-typography-text-font-style: normal;
  --e-global-typography-text-text-decoration: none;
  --e-global-typography-text-letter-spacing: -0.01em;
  --e-global-typography-text-line-height: 1.5;
  --e-global-typography-accent-font-family: Vend Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-accent-font-weight: 700;
  --e-global-typography-accent-text-transform: uppercase;
  --e-global-typography-accent-font-style: normal;
  --e-global-typography-accent-text-decoration: none;
  --e-global-typography-accent-letter-spacing: normal;
  --e-global-typography-accent-line-height: 1;
  --container-max-width: 1290px;
  --grid-column-gap: 30px;
  --grid-row-gap: 30px;
  --e-global-column-to-show: 4;
  --e-global-border-radius: 0;
  --body-color: #F5F5F5;
}
@media (min-width: 768px) {
  :root {
    --grid-column-gap: 30px;
    --grid-row-gap: 30px;
  }
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-color);
  overflow-x: clip;
}

body,
button,
input,
textarea {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-text);
  text-rendering: optimizeLegibility;
}

select {
  color: initial;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 0.5407797364em;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.comment-body .comment-text h1,
.comment-body .comment-text h2,
.comment-body .comment-text h3,
.comment-body .comment-text h4,
.comment-body .comment-text h5,
.comment-body .comment-text h6 {
  padding: 1em 0 0;
}

h1,
.alpha {
  font-size: 60px;
  font-size: 3.75rem;
}
@media (min-width: 568px) {
  h1,
.alpha {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

h2,
.beta {
  font-size: 50px;
  font-size: 3.125rem;
}
@media (min-width: 568px) {
  h2,
.beta {
    font-size: 58px;
    font-size: 3.625rem;
  }
}

h3,
.gamma {
  font-size: 36px;
  font-size: 2.25rem;
}
@media (min-width: 568px) {
  h3,
.gamma {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

h4,
.delta {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 568px) {
  h4,
.delta {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 568px) {
  h5 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 568px) {
  h6 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.alpha,
.beta,
.gamma,
.delta {
  display: block;
}

p + h2, p + header h2, p + h3, p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 1em;
}

hr {
  background-color: var(--e-global-color-border);
  border: 0;
  height: 1px;
  margin: 0 0 1em;
}

.elementor hr {
  margin: 0;
  background-color: var(--e-global-color-border);
}

p {
  margin: 0 0 1.5em;
}

ul,
ol {
  margin: 0 0 1em 1.2em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: var(--e-global-typography-primary-font-weight);
}

dd {
  margin: 0 0 1.41577975em;
}

b,
strong {
  font-weight: var(--e-global-typography-secondary-font-weight);
}

dfn,
cite,
em,
i {
  font-style: italic;
}

.wp-block-quote,
blockquote {
  font-size: 24px;
  font-size: 1.5rem;
  color: #5E5D5C;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  letter-spacing: -0.02em;
  background-color: #F5F5F5;
  border-left: 3px solid var(--e-global-color-primary);
  text-transform: none;
  padding: 30px 70px 30px 30px;
  margin: 30px auto 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
}
.wp-block-quote:before,
blockquote:before {
  content: "";
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 191 136'><g fill='none' class='nc-icon-wrapper'><path d='M85.447 0L65.342 75.556V136H0V75.556L51.268 0h34.18zM191 0l-20.105 75.556V136h-65.342V75.556L156.821 0H191z' fill='currentColor'/></g></svg>");
  color: var(--e-global-color-lighter);
  opacity: 0.1;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: 0 100%;
  position: absolute;
  inline-size: 190px;
  inset: 0 0 0 auto;
  z-index: 0;
}
@media (max-width: 768px) {
  .wp-block-quote,
blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 30px 20px 30px 20px;
    gap: 20px;
  }
}
@media (max-width: 568px) {
  .wp-block-quote,
blockquote {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 15px auto;
    gap: 15px;
  }
}
.wp-block-quote p,
blockquote p {
  margin: 0;
  width: 100%;
  z-index: 1;
}
.wp-block-quote .author,
blockquote .author {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-secondary);
  z-index: 1;
}

address {
  margin: 0 0 1em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618034em;
  padding: 1.618034em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407797364em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
  font-weight: var(--e-global-typography-primary-font-weight);
  background: transparent;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.41577975em;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  color: var(--e-global-color-primary);
  text-decoration: none;
}

:focus {
  outline: none;
}

.unita-cute * {
  font-family: "Comic Sans MS", sans-serif;
}

.hidden {
  display: none !important;
}

.border-radius {
  border-radius: 20px;
}

/*-------------------------------------------------------------
1.2 Global styles
--------------------------------------------------------------*/
*, *:after, *:before {
  box-sizing: border-box;
}

body.loading {
  position: relative;
}
body.loading::after {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 999999;
  color: #fff;
}
body.loading:before {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999998;
}
body::-webkit-scrollbar-track {
  background-color: #cccccc;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--e-global-color-primary);
}

.site {
  overflow-x: visible;
}

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lazyloaded {
  transition: all 0.3s !important;
}

.overflow-hidden {
  overflow: hidden;
}

#page .site-content {
  margin-top: 60px;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #page .site-content {
    margin-bottom: 140px;
    margin-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.elementor-page #page .site-content {
  padding-left: 0;
  padding-right: 0;
}
body.single-lp_course #page .site-content, body.single-post #page .site-content, body.single-product #page .site-content {
  margin-top: 60px;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.single-lp_course #page .site-content, body.single-post #page .site-content, body.single-product #page .site-content {
    margin-top: 100px;
    margin-bottom: 130px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.single-lp_course #page .site-content, body.elementor-page:not(.single-product) #page .site-content, body.page-template-template-homepage #page .site-content, body.home:not(.blog) #page .site-content {
  margin-top: 0;
  margin-bottom: 0;
}
#page .breadcrumb-wrap {
  margin-top: 0;
}
body.home #page .unita-breadcrumb, body.error404 #page .unita-breadcrumb {
  display: none;
}

@keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-o-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-ms-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
.global-tooltip, .tippy-box {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  width: 395px;
  z-index: 999;
  overflow: hidden;
}
.global-tooltip .tooltip-inner .tooltip-name, .tippy-box .tooltip-inner .tooltip-name {
  background-color: #000000;
  box-shadow: 0px 0px 30px 0px #00000012;
  padding: 17px 30px;
}
.global-tooltip .tooltip-inner .tooltip-name .woocommerce-loop-product__title, .tippy-box .tooltip-inner .tooltip-name .woocommerce-loop-product__title {
  color: #ffffff;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0;
}
.global-tooltip .tooltip-inner .tooltip-name .woocommerce-loop-product__title a, .tippy-box .tooltip-inner .tooltip-name .woocommerce-loop-product__title a {
  color: #ffffff;
}
.global-tooltip .tooltip-inner .tooltip-desc, .tippy-box .tooltip-inner .tooltip-desc {
  padding: 16px 30px 33px;
}
.global-tooltip .tooltip-inner .tooltip-info, .tippy-box .tooltip-inner .tooltip-info {
  padding: 0 0 13px;
  border-bottom: 1px solid #DFE1E7;
}
.global-tooltip .tooltip-inner .tooltip-info .table-info, .tippy-box .tooltip-inner .tooltip-info .table-info {
  margin: 0;
}
.global-tooltip .tooltip-inner .tooltip-info .table-info .label, .tippy-box .tooltip-inner .tooltip-info .table-info .label {
  width: 112px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
  color: #000000;
}
.global-tooltip .tooltip-inner .tooltip-info .table-info .info, .tippy-box .tooltip-inner .tooltip-info .table-info .info {
  padding: 0;
  color: #555555;
}
.global-tooltip .tooltip-inner .tooltip-info .price, .tippy-box .tooltip-inner .tooltip-info .price {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
  align-items: center;
  gap: 6px;
  color: #888888;
}
.global-tooltip .tooltip-inner .tooltip-info .price del, .tippy-box .tooltip-inner .tooltip-info .price del {
  color: #888888;
}
.global-tooltip .tooltip-inner .tooltip-info .inventory_status, .tippy-box .tooltip-inner .tooltip-info .inventory_status {
  background-color: transparent;
  color: #7FD07E;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
  margin: 0;
  padding: 0;
}
.global-tooltip .tooltip-inner .tooltip-info .out-stock, .tippy-box .tooltip-inner .tooltip-info .out-stock {
  border: none;
  color: #888888;
}
.global-tooltip .tooltip-inner .tooltip-features, .tippy-box .tooltip-inner .tooltip-features {
  padding: 12px 0 0;
}
.global-tooltip .tooltip-inner .tooltip-features .label-features, .tippy-box .tooltip-inner .tooltip-features .label-features {
  color: #000000;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.global-tooltip .tooltip-inner .tooltip-features ul, .tippy-box .tooltip-inner .tooltip-features ul {
  list-style: none;
  margin: 0;
}
.global-tooltip .tooltip-inner .tooltip-features ul li, .tippy-box .tooltip-inner .tooltip-features ul li {
  position: relative;
  padding-left: 14px;
  color: #555555;
}
.global-tooltip .tooltip-inner .tooltip-features ul li:before, .tippy-box .tooltip-inner .tooltip-features ul li:before {
  content: "";
  width: 2px;
  height: 3px;
  background-color: #555555;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(0, -50%);
}
.global-tooltip .tooltip-inner .tooltip-gift, .tippy-box .tooltip-inner .tooltip-gift {
  padding: 13px 0 0;
}
.global-tooltip .tooltip-inner .tooltip-gift .label-gift, .tippy-box .tooltip-inner .tooltip-gift .label-gift {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: #ffffff;
  background-color: #2D81FF;
  padding: 5px 9px 4px 9px;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  margin: 0;
}
.global-tooltip .tooltip-inner .tooltip-gift .label-gift:before, .tippy-box .tooltip-inner .tooltip-gift .label-gift:before {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 6px;
}
.global-tooltip .tooltip-inner .tooltip-gift ul, .tippy-box .tooltip-inner .tooltip-gift ul {
  border: 1px solid #2D81FF;
  list-style: none;
  margin: 0;
  padding: 15px 20px 26px;
  border-radius: 0 3px 3px;
}
.global-tooltip .tooltip-inner .tooltip-gift ul li, .tippy-box .tooltip-inner .tooltip-gift ul li {
  display: flex;
  align-items: baseline;
  position: relative;
  color: #555555;
}
.global-tooltip .tooltip-inner .tooltip-gift ul li:before, .tippy-box .tooltip-inner .tooltip-gift ul li:before {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 11px;
}

.custom-divider {
  --padding: 5px;
  --size: 30px;
}
.custom-divider .elementor-divider {
  position: relative;
  cursor: pointer;
}
.custom-divider .elementor-divider:after {
  content: "";
  position: absolute;
  top: var(--padding);
  left: var(--padding);
  height: var(--size);
  width: var(--size);
  background: #fff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.custom-divider.monthly .elementor-divider:after {
  left: calc(100% - var(--size) - var(--padding));
}

.opacity-1 {
  opacity: 0.01;
}

.opacity-2 {
  opacity: 0.02;
}

.opacity-3 {
  opacity: 0.03;
}

.opacity-4 {
  opacity: 0.04;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-6 {
  opacity: 0.06;
}

.opacity-7 {
  opacity: 0.07;
}

.opacity-8 {
  opacity: 0.08;
}

.opacity-9 {
  opacity: 0.09;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-11 {
  opacity: 0.11;
}

.opacity-12 {
  opacity: 0.12;
}

.opacity-13 {
  opacity: 0.13;
}

.opacity-14 {
  opacity: 0.14;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-16 {
  opacity: 0.16;
}

.opacity-17 {
  opacity: 0.17;
}

.opacity-18 {
  opacity: 0.18;
}

.opacity-19 {
  opacity: 0.19;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-21 {
  opacity: 0.21;
}

.opacity-22 {
  opacity: 0.22;
}

.opacity-23 {
  opacity: 0.23;
}

.opacity-24 {
  opacity: 0.24;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-26 {
  opacity: 0.26;
}

.opacity-27 {
  opacity: 0.27;
}

.opacity-28 {
  opacity: 0.28;
}

.opacity-29 {
  opacity: 0.29;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-31 {
  opacity: 0.31;
}

.opacity-32 {
  opacity: 0.32;
}

.opacity-33 {
  opacity: 0.33;
}

.opacity-34 {
  opacity: 0.34;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-36 {
  opacity: 0.36;
}

.opacity-37 {
  opacity: 0.37;
}

.opacity-38 {
  opacity: 0.38;
}

.opacity-39 {
  opacity: 0.39;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-41 {
  opacity: 0.41;
}

.opacity-42 {
  opacity: 0.42;
}

.opacity-43 {
  opacity: 0.43;
}

.opacity-44 {
  opacity: 0.44;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-46 {
  opacity: 0.46;
}

.opacity-47 {
  opacity: 0.47;
}

.opacity-48 {
  opacity: 0.48;
}

.opacity-49 {
  opacity: 0.49;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-51 {
  opacity: 0.51;
}

.opacity-52 {
  opacity: 0.52;
}

.opacity-53 {
  opacity: 0.53;
}

.opacity-54 {
  opacity: 0.54;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-56 {
  opacity: 0.56;
}

.opacity-57 {
  opacity: 0.57;
}

.opacity-58 {
  opacity: 0.58;
}

.opacity-59 {
  opacity: 0.59;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-61 {
  opacity: 0.61;
}

.opacity-62 {
  opacity: 0.62;
}

.opacity-63 {
  opacity: 0.63;
}

.opacity-64 {
  opacity: 0.64;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-66 {
  opacity: 0.66;
}

.opacity-67 {
  opacity: 0.67;
}

.opacity-68 {
  opacity: 0.68;
}

.opacity-69 {
  opacity: 0.69;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-71 {
  opacity: 0.71;
}

.opacity-72 {
  opacity: 0.72;
}

.opacity-73 {
  opacity: 0.73;
}

.opacity-74 {
  opacity: 0.74;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-76 {
  opacity: 0.76;
}

.opacity-77 {
  opacity: 0.77;
}

.opacity-78 {
  opacity: 0.78;
}

.opacity-79 {
  opacity: 0.79;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-81 {
  opacity: 0.81;
}

.opacity-82 {
  opacity: 0.82;
}

.opacity-83 {
  opacity: 0.83;
}

.opacity-84 {
  opacity: 0.84;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-86 {
  opacity: 0.86;
}

.opacity-87 {
  opacity: 0.87;
}

.opacity-88 {
  opacity: 0.88;
}

.opacity-89 {
  opacity: 0.89;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-91 {
  opacity: 0.91;
}

.opacity-92 {
  opacity: 0.92;
}

.opacity-93 {
  opacity: 0.93;
}

.opacity-94 {
  opacity: 0.94;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-96 {
  opacity: 0.96;
}

.opacity-97 {
  opacity: 0.97;
}

.opacity-98 {
  opacity: 0.98;
}

.opacity-99 {
  opacity: 0.99;
}

.opacity-100 {
  opacity: 1;
}

/*-------------------------------------------------------------
1.3 Grid
--------------------------------------------------------------*/
.col-full {
  margin-left: auto;
  margin-right: auto;
  max-width: min(100%, var(--container-max-width, 1140px));
}
.col-full::before, .col-full::after {
  content: "";
  display: table;
}
.col-full::after {
  clear: both;
}

.elementor-page:not(.single-product) .col-full,
.page-template-template-homepage:not(.single-product) .col-full {
  max-width: 100%;
}

.page-template-template-homepage #primary,
.page-template-template-homepage .site-main {
  margin-bottom: 0;
}

.header-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-max-width);
}
.header-container::before, .header-container::after {
  content: "";
  display: table;
}
.header-container::after {
  clear: both;
}

.d-none {
  display: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1290px;
}
@media (min-width: 768px) and (max-width: 1290px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}

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

[class*=" column-"], [class^=column-] {
  padding-left: 15px;
  padding-right: 15px;
}

.column-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.column-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.column-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.column-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.column-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.column-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.column-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.column-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.column-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.column-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.column-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.column-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .column-tablet-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-tablet-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-tablet-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-tablet-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-tablet-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-tablet-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-tablet-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-tablet-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-tablet-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-tablet-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-tablet-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-tablet-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .column-desktop-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-desktop-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-desktop-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-desktop-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-desktop-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-desktop-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-desktop-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-desktop-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-desktop-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-desktop-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-desktop-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-desktop-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 585px) {
  div[class*=elementor-grid-] .elementor-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
/*-------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/
.course-item-lp_quiz.etb-header #masthead,
.course-item-lp_lesson.etb-header #masthead {
  display: none;
}

.etb-header #masthead {
  z-index: 99;
  position: relative;
}

.site-header {
  background-position: center center;
  position: relative;
  z-index: 996;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .site-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
  display: block;
  margin-bottom: 0;
}
.site-header .widget {
  margin-bottom: 0;
}
.site-header [data-elementor-type=wp-post],
.site-header [data-elementor-type=wp-page] {
  width: 100vw;
  margin-left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-main {
  display: flex;
  align-items: center;
  min-height: 60px;
}
@media (min-width: 1024px) {
  .header-main {
    min-height: 80px;
    justify-content: space-between;
  }
}

.site-branding {
  margin-bottom: 0;
  display: block;
  clear: both;
}
.site-branding .custom-logo-link + .site-branding-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.site-branding .custom-logo-link + .site-branding-text:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.site-branding img {
  height: auto;
}
.site-branding .site-title {
  font-size: 1em;
  letter-spacing: -1px;
  margin: 0;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
@media (min-width: 1366px) {
  .site-branding .site-title {
    font-size: 1.5em;
  }
}
.site-branding .site-description {
  font-size: 0.875em;
  display: none;
}
.site-branding .logo {
  margin: 0;
}

.site-header-account {
  position: relative;
}
@media (max-width: 1024px) {
  .site-header-account {
    display: none;
  }
}
.site-header-account > a {
  white-space: nowrap;
  display: block;
}
.site-header-account .login-form-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 0;
}
.site-header-account .account-dropdown {
  text-align: left;
  right: 0;
  top: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  padding-top: 12px;
}
.site-header-account .account-dropdown .result-error {
  margin: 1em 0;
}
#elementor-sidebar .site-header-account .account-dropdown {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right .account-wrap:before {
  left: 20px;
  right: unset;
}
.site-header-account .account-dropdown.justify {
  right: 50%;
  transform: translateX(50%);
}
.site-header-account .account-dropdown.justify .account-wrap:before {
  right: 50%;
  transform: translateX(50%) rotate(45deg);
}
.site-header-account .account-dropdown a.register-link, .site-header-account .account-dropdown a.lostpass-link {
  color: var(--e-global-color-lighter);
}
.site-header-account .account-dropdown a.register-link:hover, .site-header-account .account-dropdown a.lostpass-link:hover {
  color: var(--e-global-color-primary);
}
.site-header-account .account-dropdown a.lostpass-link {
  text-decoration: underline dotted;
}
.site-header-account .account-dropdown label {
  margin-bottom: 5px;
  line-height: 1.5;
}
.site-header-account .account-dropdown p {
  margin-bottom: 15px;
}
.site-header-account .account-dropdown input, .site-header-account .account-dropdown button {
  line-height: normal !important;
  border-width: 0px;
  padding: 15px;
  width: 100%;
  background-color: #e8f0fe;
}
.site-header-account .account-dropdown button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  white-space: nowrap;
  background-color: var(--e-global-color-secondary);
  border-width: inherit;
  border-style: solid;
  border-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  border: none;
}
.site-header-account .account-dropdown button .elementor-button-content-wrapper {
  display: flex;
  position: relative;
  gap: 6.5px;
  align-items: center;
}
.site-header-account .account-dropdown button .elementor-button-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.site-header-account .account-dropdown button .elementor-button-icon i, .site-header-account .account-dropdown button .elementor-button-icon svg {
  border-radius: 50%;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.site-header-account .account-dropdown button:hover, .site-header-account .account-dropdown button:focus {
  background-color: var(--e-global-color-primary);
  border-color: transparent;
  color: #FFFFFF;
}
.site-header-account .account-dropdown .account-wrap {
  display: block !important;
  position: relative;
  background-color: var(--body-color);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 20px;
}
.site-header-account .account-dropdown .login-form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.site-header-account .account-dropdown .login-form-bottom {
  text-align: right;
}
.site-header-account .account-dropdown .unita-login-form-ajax {
  margin-bottom: 5px;
}
.site-header-account .account-dropdown .account-inner {
  width: 320px;
  padding: 20px;
  max-height: 500px;
  overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
  width: 210px;
  padding: 20px 0;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
  width: 3px;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
  list-style: none;
  margin: 0;
}
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
  width: 100%;
  text-align: left;
  color: var(--e-global-color-text);
  display: block;
  padding: 7px 25px;
}
.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
  color: var(--e-global-color-primary);
  background-color: #f4f4f4;
}
.site-header-account .account-links-menu li a:hover .my_account_nav_item_title > i:before,
.site-header-account .account-dashboard li a:hover .my_account_nav_item_title > i:before {
  color: var(--e-global-color-primary);
}
.site-header-account .account-links-menu li a .my_account_nav_item_title,
.site-header-account .account-dashboard li a .my_account_nav_item_title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.site-header-account .account-links-menu li a .my_account_nav_item_title > i,
.site-header-account .account-dashboard li a .my_account_nav_item_title > i {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.site-header-account .account-links-menu li a .my_account_nav_item_title > i:before,
.site-header-account .account-dashboard li a .my_account_nav_item_title > i:before {
  color: var(--e-global-color-text);
}
.site-header-account .login img {
  border-radius: 100%;
  width: 25px;
  height: 25px;
}

@media (max-width: 1024px) {
  .site-header-search {
    display: none;
  }
}
.site-header-search > a {
  white-space: nowrap;
  display: block;
}
.site-header-search > a i {
  font-size: 20px;
  font-size: 1.25rem;
  display: flex;
}

@media (max-width: 1024px) {
  .site-header-wishlist {
    display: none;
  }
}
.site-header-wishlist .header-wishlist {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (min-width: 1024px) {
  .site-header-cart.header-cart-mobile {
    display: none;
  }
}
.site-header-cart.header-cart-mobile .cart-contents:before {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-text);
}
.site-header-cart.header-cart-mobile .count {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2px;
  line-height: 1;
  position: absolute;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-align: center;
  top: 10px;
  right: -10px;
  letter-spacing: 0;
  color: var(--e-global-color-text);
}
.site-header-cart.header-cart-mobile .amount {
  display: none;
}
.site-header-cart.header-cart-mobile + .menu-mobile-nav-button {
  order: -1;
}

@media (max-width: 1023px) {
  .header-group-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-group-action {
  gap: 26px;
}
.header-group-action .site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.header-group-action .site-header-account > a {
  display: flex;
  align-items: center;
}
.header-group-action .site-header-account > a i {
  font-size: 24px;
  font-size: 1.5rem;
}
.header-group-action .site-header-wishlist a i {
  font-size: 19px;
  font-size: 1.1875rem;
}
.header-group-action .site-header-wishlist a:hover i {
  color: var(--e-global-color-primary);
}
.header-group-action .site-header-wishlist .count {
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--e-global-color-primary);
  padding-left: 1px;
}
.header-group-action .site-header-cart .cart-contents {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-group-action .site-header-cart .cart-contents:before {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: var(--e-global-color-accent);
}
.header-group-action .site-header-cart .cart-contents:hover:before {
  color: var(--e-global-color-primary);
}
.header-group-action .site-header-cart .cart-contents .content {
  display: none;
}
.header-group-action .site-header-cart .count {
  line-height: 1;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  font-weight: 700;
  top: -10px;
  right: -10px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--e-global-color-primary);
  padding-left: 1px;
}
.header-group-action .site-header-cart .text-group {
  display: none;
}
.header-group-action .site-header-cart .woocommerce-Price-amount {
  display: none;
  margin-left: 10px;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .bg-header-1 {
    background-color: var(--e-global-color-primary);
  }
}

.header-1 {
  border-bottom: 1px solid;
  border-color: var(--e-global-color-border);
}
@media (min-width: 768px) {
  .single-post .header-1 {
    margin-bottom: 180px;
  }
}
.header-1 .primary-navigation {
  display: block;
}
@media (max-width: 1024px) {
  .header-1 .primary-navigation {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header-1 .header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.header-1 .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-1 .header-right .header-group-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-1 .header-right .header-group-action.left {
  justify-content: flex-start;
}
.header-1 .header-right .header-group-action.center {
  justify-content: center;
}
.header-1 .header-right .header-group-action > div {
  position: relative;
  text-align: center;
}
.header-1 .header-right .header-group-action > div > a {
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-1 .header-right .header-group-action .site-search {
  width: 100%;
}
.header-1 .header-right .header-group-action .site-search .widget_product_search {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .header-1 .site-branding {
    text-align: left;
    margin-right: 24px;
  }
}
.header-1 .site-branding img {
  width: 126px;
}
@media (max-width: 1120px) {
  .header-1 .order-wrap {
    display: none;
  }
}

.search-popup-active {
  overflow: hidden;
}

header .site-search {
  margin-bottom: 0;
}

.site-search-popup-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0, 0.35, 0.25, 1), visibility 0.3s cubic-bezier(0, 0.35, 0.25, 1);
}

.site-search-popup {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.site-search-popup.active {
  visibility: visible;
  pointer-events: auto;
}
.site-search-popup.active .site-search-popup-wrap .site-search {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
}
.site-search-popup.active + .site-search-popup-overlay {
  opacity: 0.5;
  visibility: visible;
  pointer-events: auto;
}
.site-search-popup.fadein {
  -webkit-animation: cover_search_fade_in 0.3s ease both;
  animation: cover_search_fade_in 0.3s ease both;
}
.site-search-popup.fadeout {
  -webkit-animation: cover_search_fade_out 0.3s ease both;
  animation: cover_search_fade_out 0.3s ease both;
}
.site-search-popup .site-search-popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 20px;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .site-search-popup .site-search-popup-wrap {
    padding: 7px 70px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close {
  display: flex;
  order: 2;
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .site-search-popup .site-search-popup-wrap .site-search-popup-close {
    top: 5px;
    right: 15px;
  }
  .site-search-popup .site-search-popup-wrap .site-search-popup-close svg {
    width: 15px;
    height: 15px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover {
  color: var(--e-global-color-primary);
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover line,
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover path {
  -webkit-animation: pavo-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation: pavo-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover path {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.site-search-popup .site-search-popup-wrap form:before {
  display: none;
}
.site-search-popup .site-search-popup-wrap .site-search {
  display: block;
  width: 100%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.site-search-popup .site-search-popup-wrap .site-search input.search-field {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
@media (max-width: 768px) {
  .site-search-popup .site-search-popup-wrap .site-search input.search-field {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px 10px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search input[type=submit],
.site-search-popup .site-search-popup-wrap .site-search button[type=submit] {
  font-size: 0px;
  font-size: 0rem;
  padding-left: 0;
}
.site-search-popup .site-search-popup-wrap .site-search .widget {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.site-search-popup .site-search-popup-wrap .site-search .ajax-search-result {
  max-height: 50vh;
}

@-webkit-keyframes pavo-draw {
  0%, 100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  42% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  43% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes pavo-draw {
  0%, 100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  42% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  43% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.header-vetical {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.header-vetical > .e-con-inner {
  height: auto;
}

@media (min-width: 881px) {
  .header-vetical {
    width: 120px;
  }
}
@media (max-width: 880px) {
  .header-vetical {
    width: 70px;
  }
}
.account-wrap.mfp-hide {
  display: none !important;
}

.unita-mobile-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: 330px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  transition: transform 0.25s ease;
  -webkit-transform: translate3d(-330px, 0, 0);
  transform: translate3d(-330px, 0, 0);
}
.mobile-nav-active .unita-mobile-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.admin-bar .unita-mobile-nav {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .unita-mobile-nav {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .unita-mobile-nav {
    top: 46px;
  }
}
.unita-mobile-nav .search-form {
  margin-top: 1em;
}
.unita-mobile-nav .unita-social {
  border-top: 1px solid #0e0e0e;
  padding: 0.5em;
  margin-top: 1rem;
}
body .unita-mobile-nav .unita-social ul li a:before {
  color: #fff;
}
.unita-mobile-nav .unita-language-switcher-mobile {
  line-height: 0;
  padding: 0 30px;
}
.unita-mobile-nav .unita-language-switcher-mobile .menu {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
}
.unita-mobile-nav .unita-language-switcher-mobile .item {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.unita-mobile-nav .unita-language-switcher-mobile .item .language-switcher-head {
  padding-right: 5px;
}
.unita-mobile-nav .unita-language-switcher-mobile .item a {
  display: block;
  padding: 0 5px;
}
.unita-mobile-nav .unita-language-switcher-mobile .item:last-child {
  margin-right: 0;
}
.unita-mobile-nav .unita-language-switcher-mobile .item img {
  width: 24px;
  height: 16px;
  object-fit: cover;
}
.unita-mobile-nav .mobile-nav-tabs {
  clear: both;
  padding: 0 30px;
}
.unita-mobile-nav .mobile-nav-tabs ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0;
}
.unita-mobile-nav .mobile-nav-tabs ul li {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  color: #222222;
  text-transform: uppercase;
}
.unita-mobile-nav .mobile-nav-tabs ul li i {
  color: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 10px;
}
.unita-mobile-nav .mobile-nav-tabs ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-primary);
}
.unita-mobile-nav .mobile-nav-tabs ul li.active:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.unita-mobile-nav .mobile-nav-tabs ul .mobile-pages-title {
  margin-right: 15px;
}
.unita-mobile-nav .mobile-nav-tabs ul .mobile-categories-title {
  margin-left: 15px;
}
.unita-mobile-nav .mobile-menu-tab {
  display: none;
  padding: 0 30px;
}
.unita-mobile-nav .mobile-menu-tab.active {
  display: block;
}

.mobile-nav-close {
  float: right;
  clear: both;
  position: absolute;
  line-height: 1;
  top: 22px;
  right: 24px;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 99;
  color: #000;
}
.mobile-nav-close:hover, .mobile-nav-close:focus {
  color: #DE3431;
}

.unita-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.mobile-nav-active .unita-overlay {
  visibility: visible;
  opacity: 1;
}

.unita-info-button,
.menu-mobile-nav-button {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: var(--e-global-color-text);
}
@media (min-width: 1024px) {
  .unita-info-button,
.menu-mobile-nav-button {
    display: none;
  }
}
.unita-info-button .unita-icon,
.menu-mobile-nav-button .unita-icon {
  display: flex;
  flex-direction: column;
}
.unita-info-button .unita-icon span,
.menu-mobile-nav-button .unita-icon span {
  display: inline-block;
  height: 2px;
  width: 24px;
  margin-bottom: 6px;
  border-radius: 0;
  transition: all 0.3s ease;
  background-color: #000000;
}
.unita-info-button .unita-icon span:last-child,
.menu-mobile-nav-button .unita-icon span:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .unita-info-button .unita-icon span,
.menu-mobile-nav-button .unita-icon span {
    width: 22px;
    margin-bottom: 5px;
  }
}
.unita-info-button:hover .screen-reader-text,
.menu-mobile-nav-button:hover .screen-reader-text {
  color: var(--e-global-color-text) !important;
}
.unita-info-button:hover .unita-icon span,
.menu-mobile-nav-button:hover .unita-icon span {
  background-color: var(--e-global-color-primary);
  animation: qode-draw 1s cubic-bezier(0.6, 0.87, 0.43, 0.99) infinite forwards;
}
.unita-info-button:hover .unita-icon span.icon-2,
.menu-mobile-nav-button:hover .unita-icon span.icon-2 {
  animation-delay: 0.2s;
}

html {
  overflow-x: hidden;
}

#page {
  transition: all 0.25s ease;
}

.mobile-nav-active {
  overflow: hidden;
}

@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-1px 0);
    clip-path: inset(-1px 0);
  }
  42% {
    -webkit-clip-path: inset(-1px 0 -1px 100%);
    clip-path: inset(-1px 0 -1px 100%);
  }
  43% {
    -webkit-clip-path: inset(-1px 100% -1px 0);
    clip-path: inset(-1px 100% -1px 0);
  }
}
/*-------------------------------------------------------------
2.1 Main Naivgation
--------------------------------------------------------------*/
/**
 * General Menu Styles
 */
button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 3px;
  background-image: none;
  padding: 0.6180339845em 0.875em 0.6180339845em;
  font-size: 0.875em;
  max-width: 120px;
}

.menu-badge {
  font-size: 12px;
  font-weight: 700;
  text-transform: Capitalize;
  line-height: 18px;
  padding: 1px 7px;
  margin-left: 5px;
}
.primary-navigation .menu > .menu-item > a .menu-badge {
  position: absolute;
  top: -7px;
  left: 1.1em;
}

.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
  transform: rotate(45deg);
}
.toggled button.menu-toggle::after {
  transform: rotate(-45deg);
}
.toggled button.menu-toggle span::before {
  opacity: 0;
}

.main-navigation {
  position: relative;
}
.main-navigation::before, .main-navigation::after {
  content: "";
  display: table;
}
.main-navigation::after {
  clear: both;
}
.main-navigation div.menu {
  display: none;
}
.main-navigation div.menu:last-child {
  display: block;
}
.main-navigation .menu {
  clear: both;
}
.main-navigation ul {
  margin: 0;
  list-style: none;
}
.main-navigation ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  margin-left: 0;
  position: absolute;
  transition: opacity 0.5s, transform 0.5s, visibility 0.5s ease;
  pointer-events: none;
  top: calc(100% + 20px);
  will-change: transform, opacity;
  transform: translate3d(0px, 20px, 0px) scale(0.97);
}
.main-navigation ul.sub-menu:before {
  content: "";
  display: block;
  height: 21px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: -21px;
}
.main-navigation ul.sub-menu ul.sub-menu {
  left: 100%;
  top: -10px;
}
.main-navigation ul.sub-menu li.menu-item {
  position: relative;
}
.main-navigation ul li.menu-item {
  position: relative;
  z-index: 9;
}
.main-navigation ul li.menu-item > a span {
  position: relative;
}
.main-navigation ul li.menu-item:hover {
  z-index: 99;
}
.main-navigation ul li.menu-item:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0px, 0px, 0px) scale(1);
}
.main-navigation ul.menu > li.menu-item {
  display: inline-block;
  padding: 14px 13px 14px;
}
.main-navigation ul.menu > li.menu-item:first-child {
  padding-left: 0 !important;
}
.main-navigation ul.menu > li.menu-item:last-child {
  padding-right: 0 !important;
}
.main-navigation ul.menu > li.menu-item > a {
  display: flex;
  align-items: center;
  position: relative;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  gap: 7px;
}
.main-navigation ul.menu > li.menu-item.has-mega-menu > a:after, .main-navigation ul.menu > li.menu-item.page_item_has_children > a:after, .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 9px;
  font-size: 0.5625rem;
}
.main-navigation ul.menu > li.menu-item > li.menu-item {
  margin: 0 -40px;
}
.main-navigation ul.menu > li.menu-item:hover > a {
  color: var(--e-global-color-primary);
}
.main-navigation ul.sub-menu {
  width: 260px;
  background-color: #ffffff;
  padding: 25px 0 32px;
  box-shadow: 0px 3px 30px 0px #00000014;
}
.main-navigation ul.sub-menu li.menu-item {
  padding: 0 32px;
}
.main-navigation ul.sub-menu li.menu-item > a {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--e-global-color-secondary);
  padding: 10px 0 8px;
}
.main-navigation ul.sub-menu li.menu-item > a .menu-title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: var(--e-global-color-primary);
  transition: all 0.5s ease;
}
.main-navigation ul.sub-menu li.menu-item.page_item_has_children > a, .main-navigation ul.sub-menu li.menu-item.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.main-navigation ul.sub-menu li.menu-item.page_item_has_children > a:after, .main-navigation ul.sub-menu li.menu-item.menu-item-has-children > a:after {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 9px;
  font-size: 0.5625rem;
  rotate: -90deg;
}
.main-navigation ul.sub-menu li.menu-item:hover > a {
  color: var(--e-global-color-primary);
}
.main-navigation ul.sub-menu li.menu-item:hover > a .menu-title:before {
  width: 100%;
  right: auto;
  left: 0;
  background-color: var(--e-global-color-primary);
}
.main-navigation ul.sub-menu li.menu-item.current-menu-item > a {
  color: var(--e-global-color-primary);
}
.main-navigation ul.sub-menu li.menu-item.current-menu-item > a .menu-title:before {
  width: 100%;
  right: auto;
  left: 0;
  background-color: var(--e-global-color-primary);
}
.main-navigation ul.mega-menu .mega-menu-item .main-navigation ul.menu li.menu-item {
  padding: 0;
  margin: 0;
  width: 100%;
}
.main-navigation ul.mega-menu .mega-menu-item .main-navigation ul.menu li.menu-item a {
  padding: 0;
}
.main-navigation ul.mega-menu .mega-menu-item .main-navigation ul.sub-menu {
  background-color: transparent;
  border-radius: 0;
}

.main-navigation ul.menu li.current-menu-item > a, .main-navigation ul.menu li.current-menu-ancestor > a, .main-navigation ul.menu li.current-menu-parent > a, .main-navigation ul.sub-menu li.current-menu-item > a, .main-navigation ul.sub-menu li.current-menu-ancestor > a, .main-navigation ul.sub-menu li.current-menu-parent > a {
  color: var(--e-global-color-primary);
}
.main-navigation ul.menu li.current-menu-item > a .menu-title:before, .main-navigation ul.menu li.current-menu-ancestor > a .menu-title:before, .main-navigation ul.menu li.current-menu-parent > a .menu-title:before, .main-navigation ul.sub-menu li.current-menu-item > a .menu-title:before, .main-navigation ul.sub-menu li.current-menu-ancestor > a .menu-title:before, .main-navigation ul.sub-menu li.current-menu-parent > a .menu-title:before {
  width: 100%;
  right: auto;
  left: 0;
  background-color: var(--e-global-color-primary);
}

.unita-style-menu-special-divider-yes ul.menu > li.menu-item {
  padding: 13px 0;
}
.unita-style-menu-special-divider-yes ul.menu > li.menu-item > a {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  border-radius: 0;
}
.unita-style-menu-special-divider-yes ul.menu > li.menu-item > ul.sub-menu {
  left: 0;
}
.unita-style-menu-special-divider-yes ul.menu > li.menu-item.current-menu-parent > a, .unita-style-menu-special-divider-yes ul.menu > li.menu-item.current-menu-item > a, .unita-style-menu-special-divider-yes ul.menu > li.menu-item.current-menu-ancestor > a {
  background-color: transparent;
  color: var(--e-global-color-text);
}
.unita-style-menu-special-divider-yes ul.menu > li.menu-item:hover > a {
  color: var(--e-global-color-secondary);
  background-color: transparent;
}
.unita-style-menu-special-divider-yes ul.menu > li.menu-item:hover > a span {
  animation: none;
}

.mobile-navigation,
.mobile-navigation-categories {
  clear: both;
}
.mobile-navigation ul,
.mobile-navigation-categories ul {
  margin: 0;
  list-style: none;
}
.mobile-navigation ul > li.menu-item,
.mobile-navigation-categories ul > li.menu-item {
  position: relative;
}
.mobile-navigation ul > li.menu-item > a,
.mobile-navigation-categories ul > li.menu-item > a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
  color: #000000;
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-decoration: none;
}
.mobile-navigation ul > li.menu-item > a i,
.mobile-navigation-categories ul > li.menu-item > a i {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 15px;
}
.mobile-navigation ul > li.menu-item > a > span,
.mobile-navigation-categories ul > li.menu-item > a > span {
  display: inline-block;
  position: relative;
}
.mobile-navigation ul > li.menu-item > a > span:before,
.mobile-navigation-categories ul > li.menu-item > a > span:before {
  content: none;
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: -1px;
  background-color: var(--e-global-color-primary);
}
.mobile-navigation ul > li.menu-item > a span.text-link,
.mobile-navigation-categories ul > li.menu-item > a span.text-link {
  display: block;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-text);
}
.mobile-navigation ul > li.menu-item > a span.text-link i,
.mobile-navigation-categories ul > li.menu-item > a span.text-link i {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 3px;
}
.mobile-navigation ul > li.menu-item span.more-link,
.mobile-navigation-categories ul > li.menu-item span.more-link {
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  color: var(--e-global-color-text);
}
.mobile-navigation ul > li.menu-item span.more-link i,
.mobile-navigation-categories ul > li.menu-item span.more-link i {
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--e-global-color-primary);
}
.mobile-navigation ul > li.menu-item span.more-link i.left,
.mobile-navigation-categories ul > li.menu-item span.more-link i.left {
  margin-right: 7px;
  width: 12px;
  transition: all 0.3s ease;
}
.mobile-navigation ul > li.menu-item span.more-link i.right,
.mobile-navigation-categories ul > li.menu-item span.more-link i.right {
  margin-left: 0;
  order: 15;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.mobile-navigation ul > li.menu-item.current-menu-parent > a > span:before, .mobile-navigation ul > li.menu-item.current-menu-item > a > span:before, .mobile-navigation ul > li.menu-item.current-menu-ancestor > a > span:before,
.mobile-navigation-categories ul > li.menu-item.current-menu-parent > a > span:before,
.mobile-navigation-categories ul > li.menu-item.current-menu-item > a > span:before,
.mobile-navigation-categories ul > li.menu-item.current-menu-ancestor > a > span:before {
  width: 100%;
}
.mobile-navigation ul > li.menu-item button::after,
.mobile-navigation-categories ul > li.menu-item button::after {
  transition: all, ease, 0.9s;
}
.mobile-navigation ul > li.menu-item:last-child > a,
.mobile-navigation-categories ul > li.menu-item:last-child > a {
  border-bottom: none;
}
.mobile-navigation ul > li.menu-item.menu-item-has-children > a, .mobile-navigation ul > li.menu-item .page_item_has_children > a,
.mobile-navigation-categories ul > li.menu-item.menu-item-has-children > a,
.mobile-navigation-categories ul > li.menu-item .page_item_has_children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-navigation ul > li.menu-item.menu-item-has-children > a::after, .mobile-navigation ul > li.menu-item .page_item_has_children > a::after,
.mobile-navigation-categories ul > li.menu-item.menu-item-has-children > a::after,
.mobile-navigation-categories ul > li.menu-item .page_item_has_children > a::after {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.mobile-navigation ul > li.menu-item.menu-item-has-children > a.toggled-on::after, .mobile-navigation ul > li.menu-item .page_item_has_children > a.toggled-on::after,
.mobile-navigation-categories ul > li.menu-item.menu-item-has-children > a.toggled-on::after,
.mobile-navigation-categories ul > li.menu-item .page_item_has_children > a.toggled-on::after {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.mobile-navigation ul > li.menu-item:hover > a,
.mobile-navigation-categories ul > li.menu-item:hover > a {
  background: linear-gradient(6deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mobile-navigation ul > li.menu-item > a.toggled-on,
.mobile-navigation-categories ul > li.menu-item > a.toggled-on {
  background: linear-gradient(6deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mobile-navigation ul ul.sub-menu,
.mobile-navigation-categories ul ul.sub-menu {
  display: none;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item > a {
  text-transform: unset;
  font-weight: var(--e-global-typography-text-font-weight);
  padding: 4px 0 4px 13px;
  border-bottom: none;
  line-height: 24px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a:hover,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item > a:hover {
  color: var(--e-global-color-primary);
}
.mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-item a,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item.current-menu-item a {
  color: var(--e-global-color-primary);
}
.mobile-navigation ul ul.sub-menu > li.menu-item:first-child > a,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item:first-child > a {
  padding-top: 8px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item ul.sub-menu,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item ul.sub-menu {
  margin-left: 15px;
}
.mobile-navigation ul ul.sub-menu .dropdown-toggle,
.mobile-navigation-categories ul ul.sub-menu .dropdown-toggle {
  padding: 7px 0;
}
.mobile-navigation ul button::after,
.mobile-navigation-categories ul button::after {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.mobile-navigation ul button.toggled-on::after,
.mobile-navigation-categories ul button.toggled-on::after {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.mobile-navigation .dropdown-toggle,
.mobile-navigation-categories .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 17px 0;
  line-height: 1;
  width: 30px;
  text-align: right;
  border: none;
  color: #000;
}
.mobile-navigation .dropdown-toggle:focus,
.mobile-navigation-categories .dropdown-toggle:focus {
  outline: none;
}
.mobile-navigation .dropdown-toggle:hover, .mobile-navigation .dropdown-toggle:active, .mobile-navigation .dropdown-toggle:focus,
.mobile-navigation-categories .dropdown-toggle:hover,
.mobile-navigation-categories .dropdown-toggle:active,
.mobile-navigation-categories .dropdown-toggle:focus {
  border: none;
  background-color: transparent;
  color: #DE3431;
  box-shadow: none;
}

.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px;
}

.brg-gradient-blue {
  background: linear-gradient(90deg, #5F5FF6 0%, #2BC48A 49.74%, #2C8CF4 100%);
}

.brg-gradient-pink {
  background: linear-gradient(90deg, #9B04DB 0%, #FF1C6A 49.48%, #6D1DC6 100%);
}

.brg-gradient-purple {
  background: linear-gradient(90deg, #430992 0%, #5C42FF 47.4%, #8010B5 100%);
}

.elementor-element .elementor-shape.elementor-shape-bottom {
  transform: rotate(0deg) !important;
}

.brg-blur {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  filter: drop-shadow(0 4px 40px rgba(0, 0, 0, 0.15));
}

/*-------------------------------------------------------------
2.2 Vertical Naivgation
--------------------------------------------------------------*/
.vertical-navigation {
  position: relative;
  height: 100%;
  max-width: 330px;
  width: 100%;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-accent);
}
.vertical-navigation .vertical-navigation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 30px 19px 0;
  overflow: hidden;
  cursor: pointer;
  width: 330px;
  position: relative;
  max-width: 100%;
}
.vertical-navigation .vertical-navigation-header::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 24px;
  content: "";
}
.vertical-navigation .vertical-navigation-header .unita-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 10px;
  color: #ffffff;
  position: relative;
}
.vertical-navigation .vertical-navigation-header .unita-icon::after {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 14px;
  font-size: 0.875rem;
  transition: transform 0.2s;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title {
  position: relative;
  display: flex;
  align-items: center;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.vertical-navigation .vertical-navigation-header .title-icon {
  display: flex;
  flex-direction: column;
}
.vertical-navigation .vertical-navigation-header .title-icon > span {
  display: inline-block;
  height: 2px;
  width: 16px;
  margin-bottom: 3px;
  transition: all 0.3s ease;
  background-color: #ffffff;
  border-radius: 8px;
}
.vertical-navigation .vertical-navigation-header .title-icon > span:last-child {
  margin-bottom: 0;
}
.vertical-navigation .vertical-navigation-header .title-icon .icon-2 {
  width: 10px;
}
.vertical-navigation:hover .vertical-navigation-header .title-icon .icon-2 {
  width: 16px;
}
.vertical-navigation .vertical-menu {
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  width: 330px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-bottom: 8px;
  border-radius: 0px 0px 5px 5px;
  background: #fff;
}
.vertical-navigation .vertical-menu .menu {
  position: relative;
  list-style: none;
  min-height: 420px;
  padding: 0px;
}
.vertical-navigation .vertical-menu .menu > li {
  padding: 0 30px;
}
.vertical-navigation .vertical-menu .menu > li:last-child a {
  border-bottom: none;
}
.vertical-navigation .vertical-menu .menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 21px 0 18px;
  color: var(--e-global-color-text);
  font-weight: 600;
  border-bottom: 1px solid var(--e-global-color-border);
}
.vertical-navigation .vertical-menu .menu > li > a .text-link {
  display: block;
  padding-top: 5px;
  padding-left: 30px;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1.2857142857;
  color: var(--e-global-color-text);
}
.vertical-navigation .vertical-menu .menu > li > a .text-link i {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 10px;
  margin-bottom: 3px;
}
.vertical-navigation .vertical-menu li.has-mega-menu > a:after {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-weight: 600;
  position: absolute;
  right: 0;
  font-size: 1.5rem;
}
.vertical-navigation:hover .vertical-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transform: translateY(0);
}
.vertical-navigation ul.menu {
  list-style: none;
  margin: 0;
  background-color: #FFFFFF;
}
.vertical-navigation ul.menu .sub-menu {
  position: absolute;
  left: -9999em;
  z-index: -1;
  top: -1px;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  background: #fff;
  width: 260px;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0;
}
.vertical-navigation ul.menu .sub-menu > li {
  padding: 0 30px;
}
.vertical-navigation ul.menu .sub-menu > li:last-child > a {
  border-bottom: none;
}
.vertical-navigation ul.menu .sub-menu > li > a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 10px 0;
  color: var(--e-global-color-text);
  border-bottom: 1px solid var(--e-global-color-border);
}
.vertical-navigation ul.menu .sub-menu > li:hover > a {
  color: var(--e-global-color-text);
}
.vertical-navigation ul.menu .sub-menu > li.current-menu-item > a {
  color: var(--e-global-color-text);
}
.vertical-navigation ul.menu .sub-menu.mega-menu > li {
  padding: 0;
}
.vertical-navigation ul.menu > li {
  position: relative;
}
.vertical-navigation ul.menu > li > a {
  position: relative;
  color: var(--e-global-color-text);
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5em 20px;
  display: block;
}
.vertical-navigation ul.menu > li > a .menu-icon {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 17px;
  color: #CCCCCC;
  font-weight: 600;
}
.vertical-navigation ul.menu > li > a:hover .menu-icon {
  color: var(--e-global-color-text);
}
.vertical-navigation ul.menu > li span.more-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1;
  text-transform: capitalize;
  color: var(--e-global-color-text);
}
.vertical-navigation ul.menu > li span.more-link i {
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--e-global-color-primary);
}
.vertical-navigation ul.menu > li span.more-link i.left {
  margin-right: 7px;
  width: 12px;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu > li span.more-link i.right {
  margin-left: 0;
  order: 15;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
  z-index: 99;
}
.vertical-navigation ul.menu > li:hover > a .menu-icon {
  color: var(--e-global-color-text);
}
.vertical-navigation ul.menu > li:hover > a:after {
  color: var(--e-global-color-primary);
}
.vertical-navigation ul.menu > li:hover span.more-link i.left {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.vertical-navigation ul.menu > li:hover span.more-link i.right {
  width: 12px;
  opacity: 1;
  margin-left: 7px;
}
.vertical-navigation ul.menu > li.current-menu-item > a {
  color: var(--e-global-color-text);
  border-color: var(--e-global-color-text);
}
.vertical-navigation ul.menu > li.current-menu-item > a .menu-icon {
  color: var(--e-global-color-text);
}
.vertical-navigation ul.menu > li.current-menu-item > a:after {
  color: var(--e-global-color-primary);
}

.vertical-style-2 .vertical-navigation .vertical-navigation-header .title-icon {
  margin-right: 0;
}
.vertical-style-2 .vertical-navigation .vertical-navigation-header .title-icon .icon-2 {
  width: 16px;
}
.vertical-style-2 .vertical-navigation .vertical-navigation-header .title {
  display: none;
}
.vertical-style-2 .vertical-navigation .vertical-navigation-header .unita-icon {
  display: none;
}

/*-------------------------------------------------------------
2.3 Mega Menu
--------------------------------------------------------------*/
.has-mega-menu.has-fullwidth {
  position: static !important;
}
.has-mega-menu.has-fullwidth .mega-fullwidth {
  width: 100%;
  left: 0;
  right: 0;
}
.has-mega-menu.has-containerwidth .mega-fullwidth {
  width: var(--container-max-width);
}
.has-mega-menu.sub-menu-left {
  position: static !important;
}
.vertical-navigation .has-mega-menu {
  position: static !important;
}
.vertical-navigation .has-mega-menu .mega-menu {
  padding: 0 !important;
}
.main-navigation .has-mega-menu .mega-menu .elementor-icon-list-item {
  min-width: unset;
}
.has-mega-menu .mega-menu.sub-menu {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.has-mega-menu .mega-menu.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}
.has-mega-menu .mega-menu.mega-stretchwidth {
  min-width: 100%;
}

.single-unita_menu_item .elementor-icon-list-items li,
.mega-menu .elementor-icon-list-items li {
  font-weight: var(--e-global-typography-text-font-weight);
}
.single-unita_menu_item .elementor-icon-list-items li a,
.mega-menu .elementor-icon-list-items li a {
  color: var(--e-global-color-text);
}
.single-unita_menu_item .elementor-icon-list-items li a:hover,
.mega-menu .elementor-icon-list-items li a:hover {
  color: var(--e-global-color-primary);
}

.header-side .main-navigation ul.menu {
  margin-left: -30px;
  margin-right: -30px;
}
.header-side .main-navigation ul ul.sub-menu {
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 100% !important;
  max-height: 100vh;
  overflow-y: auto;
}
.header-side .main-navigation ul ul.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}
.header-side .has-mega-menu.sub-menu-left {
  position: relative !important;
}

/*-------------------------------------------------------------
3.0 Main content area
--------------------------------------------------------------*/
.site-content {
  outline: none;
}

/*-------------------------------------------------------------
3.1 Content (post etc)
--------------------------------------------------------------*/
.entry-title {
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.entry-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.entry-title a:not(:hover) {
  color: inherit;
}

.page-header h1.page-title {
  font-size: 52px;
  font-size: 3.25rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin-bottom: 45px;
}

.post-thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 58.1%;
  will-change: transform;
  height: 100%;
}
.post-thumbnail img {
  object-fit: cover;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1);
  will-change: transform;
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
}
.post-thumbnail:hover img {
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.03);
}

.entry-meta-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.post-image {
  position: relative;
}

.entry-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px 13px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .entry-meta {
    gap: 10px 15px;
  }
}
.post-thumbnail + .entry-meta {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
}
.post-thumbnail + .entry-meta .categories-link {
  color: #fff;
}
@media (max-width: 568px) {
  .post-thumbnail + .entry-meta {
    top: 15px;
    left: 15px;
    right: 15px;
  }
}
.post-thumbnail + .entry-meta .posted-on a:not(:hover),
.post-thumbnail + .entry-meta .post-author a:not(:hover),
.post-thumbnail + .entry-meta .meta-reply a:not(:hover),
.post-thumbnail + .entry-meta .categories-link1 a:not(:hover) {
  color: #FFFFFF;
}
@media (max-width: 568px) {
  .entry-meta {
    padding: 0;
    border: none;
  }
}
.entry-meta > div {
  z-index: 1;
}
.entry-meta a {
  display: inline-block;
}

.posted-on,
.post-author,
.meta-reply {
  display: inline-flex;
  color: var(--e-global-color-lighter);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  align-items: center;
}
.posted-on a,
.post-author a,
.meta-reply a {
  color: var(--e-global-color-lighter);
}
.posted-on a:hover,
.post-author a:hover,
.meta-reply a:hover {
  color: var(--e-global-color-secondary);
}

.post-meta-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-meta-group .meta-separator {
  width: 3px;
  height: 3px;
  background-color: var(--e-global-color-lighter);
}

.entry-author {
  display: flex;
  gap: 12px;
}
.entry-author .img-author {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.meta-reply {
  order: 2;
}

.meta-left, .meta-right {
  display: flex;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.entry-excerpt, .excerpt-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.categories-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: var(--e-global-color-primary);
}
.categories-link .category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--e-global-color-secondary);
}
.categories-link a {
  display: flex;
  padding: 6px 8px;
  align-items: center;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  color: #FFFFFF;
  background-color: var(--e-global-color-primary);
}
.categories-link a:hover {
  background-color: var(--e-global-color-secondary);
}

.post-content {
  padding-top: 28px;
}

.entry-taxonomy {
  margin: 0 auto 28px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 930px;
}
@media (max-width: 568px) {
  .entry-taxonomy {
    flex-wrap: wrap;
  }
}
.entry-taxonomy .meta-reply {
  color: var(--e-global-color-lighter);
}
.entry-taxonomy .meta-reply a {
  color: var(--e-global-color-lighter);
}

.entry-tags {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.entry-tags .tags-text {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-secondary);
}
.entry-tags .tags-links {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
}
.entry-tags .tags-links a {
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  border: 1px solid var(--e-global-color-border);
  border-radius: 0px;
}
.entry-tags .tags-links a:hover {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FFFFFF;
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
}

.unita-social-share {
  gap: 15px;
  align-items: flex-end;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline, .group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 10px;
}

figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1;
  color: var(--e-global-color-lighter);
  margin: 15px 0 30px 0;
}
@media (max-width: 568px) {
  figcaption {
    text-align: center;
    margin: 10px 0;
  }
}

article.type-post {
  overflow: hidden;
}
article.type-post .elementor-button-link {
  margin-top: 30px;
}

article.article-default {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--e-global-color-border);
}
@media (min-width: 1024px) {
  article.article-default {
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
  article.article-default .entry-title {
    width: 90%;
  }
}

article.post-style-grid {
  margin-bottom: 20px;
}
article.post-style-grid .post-thumbnail {
  padding-top: 69%;
}
article.post-style-grid .categories-link:after {
  content: unset;
}
article.post-style-grid .entry-title {
  font-size: 36px;
  font-size: 2.25rem;
}
article.post-style-grid .post-meta-group:before {
  content: unset;
}

.post-style-list {
  padding-bottom: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--e-global-color-border);
}
@media (max-width: 568px) {
  .post-style-list {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
.post-style-list .post-inner {
  display: flex;
  overflow: hidden;
}
@media (max-width: 568px) {
  .post-style-list .post-inner {
    flex-direction: column;
  }
}
.post-style-list .post-inner .post-image {
  width: 45.2%;
  position: relative;
}
@media (max-width: 568px) {
  .post-style-list .post-inner .post-image {
    width: 100%;
  }
}
.post-style-list .post-inner .post-image .entry-meta {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}
.post-style-list .post-inner .post-thumbnail {
  padding-top: 69%;
}
.post-style-list .post-inner .post-thumbnail img {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  object-fit: cover;
}
.post-style-list .post-inner .post-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0 auto 0 auto;
  padding: 0 30px 0 35px;
}
@media (max-width: 568px) {
  .post-style-list .post-inner .post-content {
    padding: 20px 0 0;
    margin: 0;
  }
}
.post-style-list .post-inner .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .post-style-list .post-inner .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.post-style-list .post-inner .excerpt-content {
  margin-top: 28px;
}

.archive .taxonomy-description {
  margin-bottom: 30px;
}

.page .hentry > .entry-header {
  max-width: 100%;
}
.page .hentry .entry-content > *:not(.elementor) {
  max-width: 100%;
}
.page .hentry .entry-content .content-full-width {
  max-width: 100%;
}

.single-post .single-content {
  overflow: hidden;
}
.single-post .single-content .post-thumbnail {
  margin-bottom: 0;
}
.single-post .single-content .post-content-wrapper {
  max-width: 960px;
  margin: 30px auto 0;
}
.single-post .post-thumbnail {
  padding-top: 58.1%;
  background: aliceblue;
}
@media (max-width: 568px) {
  .single-post .post-thumbnail {
    padding-top: 65%;
  }
}
.single-post .entry-header {
  margin: 0 auto 30px;
  max-width: 930px;
}
.single-post .entry-title {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 58px;
  font-size: 3.625rem;
  text-transform: unset;
}
@media (max-width: 768px) {
  .single-post .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.single-post .entry-excerpt {
  display: inline-block;
  margin: 20px 0 0 0;
  color: var(--e-global-color-text);
}
.single-post .entry-content {
  margin: 0 auto 30px;
}
.single-post .entry-content > p:last-child {
  margin: 0;
}
.single-post .entry-content .heading {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .single-post .entry-content .heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.single-post .entry-content ul {
  margin: 0 0 40px 24px;
  list-style: circle;
}
@media (max-width: 768px) {
  .single-post .entry-content ul {
    margin-bottom: 20px;
  }
}
.single-post .entry-content ul li {
  padding: 0 0 5px 0;
}
.single-post .entry-content ul li::marker {
  color: var(--e-global-color-text);
}
.single-post .nav-links {
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 170px;
}
@media (max-width: 769px) {
  .single-post .nav-links {
    gap: 30px;
  }
}
@media (max-width: 568px) {
  .single-post .nav-links {
    flex-wrap: wrap;
  }
}
.single-post .nav-links > div {
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.single-post .nav-links .nav-next {
  justify-content: end;
  margin-left: auto;
}
.single-post .row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.single-post .aligncenter img {
  margin: auto;
  border-radius: 3px;
}
.single-post .alignleft img {
  width: 100%;
  border-radius: 3px;
}
.single-post .blog-grid {
  display: flex;
  justify-content: center;
  margin: 17px auto 34px;
}
.single-post .blog-grid img {
  width: 100%;
  border-radius: 3px;
}
@media (max-width: 568px) {
  .single-post .blog-grid {
    flex-wrap: wrap;
  }
  .single-post .blog-grid div {
    width: 100%;
  }
}

.post-password-form input {
  height: 50px;
}
@media (max-width: 480px) {
  .post-password-form input[type=password] {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.search-submit {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  white-space: nowrap;
  background-color: var(--e-global-color-secondary);
  border-width: inherit;
  border-style: solid;
  border-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  background-color: var(--e-global-color-primary);
  color: #ffffff;
  border: none;
}
.search-submit .elementor-button-content-wrapper {
  display: flex;
  position: relative;
  gap: 6.5px;
  align-items: center;
}
.search-submit .elementor-button-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.search-submit .elementor-button-icon i, .search-submit .elementor-button-icon svg {
  border-radius: 50%;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.search-submit:hover, .search-submit:focus {
  background-color: var(--e-global-color-primary);
  border-color: transparent;
  color: #FFFFFF;
}
.search-submit .button-wrapper {
  position: relative;
  overflow: hidden;
}
.search-submit .button-wrapper:after {
  content: attr(data-hover);
  width: 100%;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(105%);
  pointer-events: none;
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0s;
}
.search-submit .button-wrapper .button-text {
  display: inline-block;
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0s;
}
.search-submit:hover .button-wrapper:after {
  transform: translateY(-50%);
}
.search-submit:hover .button-wrapper .button-text {
  transform: translateY(-105%) scale(0.95);
}

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

.list-items {
  margin: 0;
  padding: 0;
}
.list-items li {
  list-style: none;
  display: flex;
  align-items: center;
}
.list-items li:not(:last-child) {
  margin-bottom: 8px;
}
.list-items li i {
  margin-right: 10px;
  font-size: 1.2em;
}

.single-post article, .single-post .single-content {
  overflow: visible;
}

[class*=unita-sidebar-] .post-related-wrapper {
  overflow: hidden;
}

.post-related-wrapper {
  padding-top: 65px;
  margin-top: 110px;
  position: relative;
}
@media (max-width: 768px) {
  .post-related-wrapper {
    padding-top: 60px;
    margin-top: 60px;
  }
}
.post-related-wrapper:before {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 0;
  background-color: #DBE0E0;
  left: 50%;
  transform: translateX(-50%);
}
.post-related-wrapper .post-title-related {
  text-align: center;
  margin-bottom: 60px;
  font-size: 50px;
  font-size: 3.125rem;
}
@media (max-width: 768px) {
  .post-related-wrapper .post-title-related {
    font-size: 32px;
    font-size: 2rem;
  }
}

a.remove {
  display: block;
  width: 1.618034em;
  height: 1.618034em;
  line-height: 1.618;
  font-weight: var(--e-global-typography-text-font-weight);
  text-indent: -9999px;
  position: relative;
}
a.remove::before {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--e-global-color-text);
  line-height: 1.618;
  text-indent: 0;
  text-align: center;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .single-content .wp-block-media-text {
    display: block;
  }
}
.heading-stroke:hover .stroke > * {
  color: var(--e-global-color-primary) !important;
  -webkit-text-stroke-width: 0 !important;
  stroke-width: 0 !important;
}

.elementor-service-item {
  height: 100%;
  position: relative;
}
.elementor-service-item.swiper-slide {
  height: auto;
}
.elementor-service-item .service-image {
  overflow: hidden;
  position: relative;
  height: 100%;
  background: #D9D9D9;
}
.elementor-service-item .service-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: scale(1);
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.elementor-service-item:hover .service-image img {
  transform: scale(1.05);
}
.elementor-service-item .service-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.elementor-service-item .entry-title {
  margin: 0;
}
.elementor-service-item .entry-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.elementor-service-item .excerpt-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.elementor-service-item .service-button.elementor-button-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 31px;
}
.elementor-service-item .service-button.elementor-button-link .elementor-button-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 9px;
}
.elementor-service-item.service-style-1 .service, .elementor-service-item.service-style-3 .service {
  position: relative;
  will-change: auto;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 18px 0px #0000000D;
}
.elementor-service-item.service-style-1 .service-media, .elementor-service-item.service-style-3 .service-media {
  position: relative;
}
.elementor-service-item.service-style-1 .service-image, .elementor-service-item.service-style-3 .service-image {
  padding-top: 61.906%;
}
.elementor-service-item.service-style-1 .service-icon, .elementor-service-item.service-style-3 .service-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--e-global-color-secondary);
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.elementor-service-item.service-style-1 .service-icon svg, .elementor-service-item.service-style-3 .service-icon svg {
  width: 46px;
  height: 46px;
}
.elementor-service-item.service-style-1 .service-content, .elementor-service-item.service-style-3 .service-content {
  height: 100%;
}
.elementor-service-item.service-style-1 .service-content-main, .elementor-service-item.service-style-3 .service-content-main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 33px 30px 36px 30px;
  background: #ffffff;
}
.elementor-service-item.service-style-1 .entry-title, .elementor-service-item.service-style-3 .entry-title {
  color: var(--e-global-color-secondary);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: calc(34 / 30);
  letter-spacing: -0.6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
.elementor-service-item.service-style-1 .service-index, .elementor-service-item.service-style-3 .service-index {
  margin-top: -17px;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: calc(76 / 72);
  letter-spacing: -1.44px;
  color: #F6F5F4;
}
.elementor-service-item.service-style-1 .excerpt-content, .elementor-service-item.service-style-3 .excerpt-content {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .elementor-service-item.service-style-1 .service-content-main, .elementor-service-item.service-style-3 .service-content-main {
    padding: 30px 15px;
  }
  .elementor-service-item.service-style-1 .service-index, .elementor-service-item.service-style-3 .service-index {
    margin: 0;
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.elementor-service-item.service-style-1:hover .entry-title, .elementor-service-item.service-style-3:hover .entry-title,
.elementor-service-item.service-style-1:hover .service-icon,
.elementor-service-item.service-style-3:hover .service-icon {
  color: var(--e-global-color-primary);
}
.elementor-service-item.service-style-2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.07);
  opacity: 0;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.elementor-service-item.service-style-2 .service {
  padding: 50px 48px 48px 40px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .elementor-service-item.service-style-2 .service {
    height: 450px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .elementor-service-item.service-style-2 .service {
    padding: 30px 15px;
  }
}
.elementor-service-item.service-style-2 .service-icon {
  width: 46px;
  height: 46px;
  color: #ffffff;
}
.elementor-service-item.service-style-2 .service-content-main {
  justify-content: flex-end;
  background: none;
}
.elementor-service-item.service-style-2 .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: calc(34 / 30);
  color: #ffffff;
}
.elementor-service-item.service-style-2 .excerpt-content {
  margin-top: 0;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  color: #ffffff;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.elementor-service-item.service-style-2 .service-button.elementor-button-link {
  justify-content: flex-start;
  margin-top: 0;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.elementor-service-item.service-style-2 .elementor-button {
  color: #ffffff;
}
.elementor-service-item.service-style-2 .elementor-button .elementor-button-icon {
  background: var(--e-global-color-primary);
  border-radius: 3px;
}
.elementor-service-item.service-style-2 .elementor-button .elementor-button-icon i {
  color: #ffffff;
}
.elementor-service-item.service-style-2:hover:before {
  opacity: 1;
}
.elementor-service-item.service-style-2:hover .excerpt-content {
  margin-top: 25px;
  max-height: 200px;
  visibility: visible;
  opacity: 1;
}
.elementor-service-item.service-style-2:hover .service-button.elementor-button-link {
  margin-top: 35px;
  max-height: 100px;
  visibility: visible;
  opacity: 1;
}
.elementor-service-item.service-style-3 .service {
  box-shadow: none;
}
.elementor-service-item.service-style-3 .service-image {
  padding-top: 113.89%;
}
.elementor-service-item.service-style-3 .service-content-main {
  padding: 20px 0 0 0;
  background: none;
  justify-content: flex-start;
}
.elementor-service-item.service-style-3 .entry-title {
  margin-right: 113px;
}
.elementor-service-item.service-style-3 .excerpt-content {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .elementor-service-item.service-style-3 .entry-title {
    margin-right: 0;
  }
}
.elementor-service-item.service-style-4 {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.elementor-service-item.service-style-4:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.elementor-service-item.service-style-4 .service {
  padding: 24px 0;
}
.elementor-service-item.service-style-4 .service-content-top {
  display: flex;
  align-items: center;
  gap: 32px;
}
.elementor-service-item.service-style-4 .entry-title {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
  color: #ffffff;
  flex: 1;
}
@media (max-width: 768px) {
  .elementor-service-item.service-style-4 .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.elementor-service-item.service-style-4 .service-index {
  color: #ffffff;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: calc(28 / 18);
  letter-spacing: -0.36px;
}
.elementor-service-item.service-style-4 .excerpt-content {
  margin: 0;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.elementor-service-item.service-style-4 .service-image {
  margin-left: 50px;
  padding-top: 0;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.elementor-service-item.service-style-4.active {
  border-top: 1px solid var(--e-global-color-primary);
}
.elementor-service-item.service-style-4.active .entry-title,
.elementor-service-item.service-style-4.active .service-index {
  color: var(--e-global-color-primary);
}
.elementor-service-item.service-style-4.active .excerpt-content {
  margin: 20px 112px 33px 50px;
  max-height: 200px;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1024px) {
  .elementor-service-item.service-style-4.active .excerpt-content {
    margin: 20px 0 33px 50px;
  }
}
.elementor-service-item.service-style-4.active .service-image {
  padding-top: 25%;
}

.elementor-project-item {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.elementor-project-item .button-project.elementor-button-link {
  display: flex;
}
.elementor-project-item .button-project.elementor-button-link .elementor-button-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 9px;
}
.elementor-project-item .project-image {
  position: relative;
  will-change: transform;
  background: #D9D9D9;
  overflow: hidden;
}
.elementor-project-item .project-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-out;
  transform: scale(1);
}
.elementor-project-item:hover .project-image img {
  transition: all 0.5s ease-out;
  transform: scale(1.05);
}
.elementor-project-item .project {
  position: relative;
}
.elementor-project-item .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: calc(34 / 30);
  letter-spacing: -0.6px;
  text-transform: capitalize;
}
.elementor-project-item .project-content-main {
  flex: 1;
}
.elementor-project-item .entry-title {
  margin: 0;
}
.elementor-project-item.project-style-1 .project-image {
  padding-top: 66.668%;
}
.elementor-project-item.project-style-1 .project-image:after {
  position: absolute;
  content: "";
  background: #0E12168A;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.elementor-project-item.project-style-1 .project-content {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: translateY(0);
  will-change: auto;
  background-size: 100% 100%;
  background-position: bottom left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAjoAAAC3CAYAAAAb+fTvAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAI8jSURBVHgB7b1LrG3HkSUWcR9bfPwKbIINtkCihe7hmzWE5pSDnqjngj2zJs2uuUeGAbOmHhkeGIZGHhpojTwy4IZBAbZhGDZs2A2VCwUXXDar62O6rJIeS9Qr3bvDJ/bNyLNiZeQ+5z5SEj8ZwHln79z5icxz3sl1V3xSP/jgg39HVe/MbHvIu79ubm5s27ZbL8PyuI+yR48e2d3d3e2p7nZqcxfvJ9lOz+5ub2+3F1544e7FF1+8e/bs2fad73zn7sMPP7RTW5MlS5YsWbJkyZLnFP0X/+JffPDpp5/eNlBx1147SPHrEyDpACeeB4CJa3+dAMv+/ARa7k6gZb/2Oqd7Byw7uPGyb33rW9uvfvWru5dffnkvc7DT6u3vf/u3f7vXe/vtt7c333xz1+X3f//3XbcFepYsWbJkyZIlD5IXTuDiW/4uAGIc3DgG8fcGcG4B6Gyt3l7XmRhkb1qbvS/vpJW94MxNAB9vcwI7W9Rx0PPrX//aX9vrr7++Mz1/8zd/4+zODnx+8IMf7HX/5b/8l9tieZYsWbJkyZIl14qeTFf/7meffeZ44xaATYCZ3bTk4mV+HYAHTVlx7wBmRykn+Tt/5+/cIUPjLE8An63Jqc7mYMZZnmCIguU5PbsNlsfNXA6MnOVZpq0lS5YsWbJkybXipqt/78SeMFvTzVZY7sKmrDBbOVAK81dl2jq12310TqDGu9nrBeiJvvy+4aQtTFvO7Lz00kvb48ePb0/X5sDplVdeuQ2dG8vjc1mgZ8mSJUuWLFmSRH/v937vw08//RTBRgchAqBHGtiJOg5sHOCw7w7W81fUCXDUHJFvHezwGO7cfAIyd870hGNz+PD4u9z7AO3vb7311t3Tp0/NWSYHTz/72c+2ZdpasmTJkiVLlqC4b863TuAgwMkLjWW5OYGPF5C5CRNWAKETKHkUfjoIZIIFOl3fNl+f7ovTgI1fPnJTljsuOxBCB+YTaHmETsqtLwc/+7gemeXPTuBs1+nXv/71I2d33njjje2f/bN/dvf+++/7azkwL1myZMmSJUt2Ruc/PIEGa2An+eg05uauhYSjc3KPzvJ2+MzZGjRrCbBBXsdRSoAbf6/MVw563DmZ/XqQ4TkBnv3Zs2fPbh0EuY7+cj8hN28Ry+NzXaBnyZIlS5Ys+YaJMzqPTq8TzrCb/Z97RmYHOI2peRTgx8uaSSk5LAfz4mUnIOJMkPvjWICecGKO/DnO0ATb43WkASx3YG71evQWgqbmpLyP5xFa/n66f9Ry8jxyR2Uve/XVV7cTyLl755137k4sz/bBBx/sDsyL5VmyZMmSJUu+WeLOyP+RO/mervcoJn81c5RBbh0DM9bA6gj56DSH5dsGTsKpOdVzNgeepUSD0FdnfZzhcZYmAFO8SzOLvfTSSzvb46AnmB+/dkAUUVtPnjy5+8lPfrJ99NFHd4vlWbJkyZIlS77+4qar//jp06fSQM3WyvfrE0AQAD3dDMWAJ8xWnFhQmmkLnY6drQmGp3J0xuSDVaJCNHFFiHoImrbYgfmNN97oGZjdtEVRWwvwLFmyZMmSJV9DcaDznzRGZzdZBZPjIo3liWtp4CfMWpBXZ2OnZMnh6R0gBdMjlIFZIEJLgNHhUHY3b4X/DtaJDMynZz1qLFieBog80mvjDMz+OjE9+xxWbp4lS5YsWbLk6yVuuvpP0XQVQMetQ2DKGkAPJhdE4IJOzeFrI3R0RLA8YbpCPx8fVwDgREblyqzVztHaArSEIzM6N4d5C9meCFF/5ZVXunnLx1m5eZYsWbJkyZKvl7jj8O6M3ACKBJjxnDbSWJ723PDaLUWn6xu/9rpGGZX52vtv+XM2iL5Ctif5+AiYp/R8mKg7Ob8gGezs5ig5m7Y6oPIw9sYC7eDHkw6eQJGdmJ7bFrHVTVvf+ta3bl977bX9eAoPU//93//9dc7WkiVLlixZ8hWXFHUVjshhvnFyx99bhJQ0MNTNWK2PYH+09fFIzuHkjyi3ziMAMTvjIw3oNCfiMiw9WJmmazeZMdMTYetxHUAqkhOenu3t2/ve1o+faLl5XvC2rtPf/bt/d/vjP/7j3YH5+9///vbqq6/eLl+eJUuWLFmy5Ksn7qPzn7kzMpii5MhHB0DQcA31pLE2G+Xe6aYtuQcwdwCCkMWxSFCIB4xWUVpRLuDDwyauSw7M7MR8AjjmPj0nEGQvv/zyfuZWODA/efLkdvnyLFmyZMmSJV8N2RmdZqaSYHUEGJsGEvbnp2c3AWpObZySiefezgGNNP8bu8cQeiPNLOZsjo5nYVnk5hEwPRWgZoPMytHe6+45eNAPyAFL9B8MTzgw+/gOoMKZuoW/934DALkTs7NRLQPzIwc6npvndH/785///JHn5lkZmJcsWbJkyZIvv+xAJ8BK87UJkNOsUbv5Cpmd/b6Zk7yRYjm8d9NWAzzB+jxqbMyjxu7cBAiKBINglkJQ1EGPNJ8eByNg1kpRXA0IxdEVEebuPkIvOPBpAKib1BrB032CnMHx7Mt6f3r6dmK9nNl55NmW//7f//u7A/Of/Mmf3J1MW7ZMW0uWLFmyZMmXU9x09Z+3IyCSucofglPx1JzFpq1WFxMOdtNWRHPtaOfRo559GSO45HxURAcwaP5Cv5xm1tpZnfDHsSLMvUVv7XWb6WrIySPnPD+dPQqGByLCul5e5qatkznr1s/Zcj8fd25eGZiXLFmyZMmSL488+sf/+B//Wyd2wtkbZ2L2V6Ny/PlNY2O0maUi0uo+9nrHMrt4mbS6e73G9Ny0qtqYof3Vnin0587BN63+TYzbrh+1101zZnZ0k+o0k5ojmb1e1D3J3nf02169r3j35y+88MKNMzan972dv7b7w033lweJ+csPHT2BGm2mrZsTGLr51a9+9ej08jo3f/7nf/7oH/yDf3Dzzjvv6A9/+EP5yU9+IkuWLFmyZMmS3408+t73vvdvO9CRBkKkAR18b9c3UGe/DsAiZ3C0N2lAxGUv8ySDEZXl1639/t5Ayg2Anpvo38uhziM5g5sOftrrUQAbv/bxHbg0EPPoHnftEWAdBPm710Hwg30GaIo2J4BzEyDLXy1yq797vcePH+9A6fXXX7956623bv7qr/7q5p/8k3+i//Af/kP9gz/4A1myZMmSJUuW/HbFfXR20GHniKtwPlZpmZLlnDEZ/XU0/HTQgbmBlu6g7E1a091c1dp53ZtmktrbNudlA98ddF4Ox+RHcYZVa9dNW+HTI805OULXw4wVJid/1tpv6JQMh4sOp6q36+TA7Kaqdt19feJQ0Xh3Px53YPZ+PUz9s88+Ww7MS5YsWbJkyW9R3Efnv/j000+7D47d0y6VD06AFnY07v447Vn30cFrPWddlgZIRMcMzKU/kBQHiYJT8nBeFvr4YERWi/DyPvsxFHG4aPj8oG+PQsJCf/esyw5c4vgJzMCsEKIe7yeGZ2snq+/vT58+NZjDysC8ZMmSJUuW/IblhdNG/UIDDS4BZjq7A4kCFRyMw2dnLxcJ/COJDYq6ck4y2JmhNoahk7I0lgfqhy4KJq0X5Jx1uQMHg+MlGmjp4epyBkE9WsvrxUFYClFdEcWFACZYII/UenQfxsWHi+5lzuxE/QZ4gtXZz9jy3Dyn+0cns9aejdkzMH/wwQebR3KtqK0lS5YsWbLkixc/6+q//Ju/+Ru/DgYF8+e4dEDCLE+YrOK6gQdkhKK9IGMDZf0g0ShvIEWABert456eIcPDB4V2VscgGksAHHG9YHf8KAibRGYJRHI1cJWYn2B7YhwPUw9WJ9ieOGPL3z0Ds9f75JNPtmba2mTJkiVLlixZ8rnFgc5/5eHlcmZXtoY7GGj08gY0BtAC4GevJ/egw5qDcg8xFwI3AK6SuaqVDUCpMG0hwOlABLMuK4WbKxwayuBGCATFdQV+EOAgGPrWt741hKsHyHHg4wDnBDB3ZocPF/W2Hqa+MjAvWbJkyZIln08c6PzXfnp5gBcEOQrZjvdCAj12PgYCX8jWSLQrgFLll5NMaHIGSvd2sRNZ0sDLcOwEgKN++nnz/+knogfwwaMn4hqAzQCM0HcH60UZ5ubBcily8wTY8TO2mrnrFk9V9wzMDqhO7M7d22+/va3cPEuWLFmyZMnzizsj/4QTBgLoMQYyesHpWLIDcd+cFQ4MBb8fkQxmkPFJpi00l6EDMz+X85lcMVYHMi0SK5m5hNibMC/FwaFCjs4VG+QmrIrliXI/fgIZnqgb5i1neDwi6wRy9rHDzFWZtj766KO75cC8ZMmSJUuWXCfO6Pw3flhlu0/vxNj0SCshXx49Z0A2cmDe+5qAo0O/H++k5dxxuYs+qS+rWB68Rl+e1m7mx5OAD7I+cgZDeFJ6LxOIpDI4Z0vIpwd9eKSdrfW3f/u3O7jx87VO13Zic25dlxOT05mpYHmc8YkMzMuBecmSJUuWLLksDnT+Wzdd+Q2akSSDjwG8tHrdtBXgQ86gyGaMkJx9dHrIOjM+mGMHxkph6nJmjZIpC/UnBqiDldMLz81KTs2Rg0eA5Wn93hr57gTgqZyVreXnaQ7ae1g65uYRYIBOIMYUjppw05aDnjh2Ikxb2s7hCv2ePHmyffjhh3cL8CxZsmTJkiWj6AcffPDf/fKXv/RrNDEhOEksDAIJuB6AiJxNSPcVz3W7/43IyMI0vTpQaqzOYMISYoTiWWXOYgDXdMDQ9A6CHHO0fiKBYBl5hQDHCt+d8AtCB2cPT28nxQ9RXJibB81fnJvHwc7rr7/ec/N4/w583DS2WJ4lS5YsWbIkizM6/32LuhLYIAMk7NdyEFJeACA0cTFjw+wQOthuxNKkvhDIMJCSe4DSGadggxrYkEsOzA2kBdAJdqSM1oqsy+jDE2HpUTcOG41khHwoaWOZbtm3pwEZzyDtJ6VbgB03cZ3MVbsDcxsvAR/35ZEGsk6f5fbuu+8uB+YlS5YsWbJE7pPvqd6jhUgEGNmLe5nQURBy3jy703HLfbNZywco90BCC5ZHWl0FxqXfyL1CwQLdAHiJPjCvT/Sv7bmG6Uvuz+IK0JTmIpDR+ea+IfoTBWh41ABSN3MpJBYMExeCG6GkhMzOBCBqCQj9PIwOphzYuHmrMT6eyPGuHTPxKLIy+3jhwBzmrdPznXl66aWXdobHy9yx+U/+5E/ufvCDH2zLgXnJkiVLlnyTRf/5P//n/0MzXaFpR8CclIBNAyF+nRiZAA7I+sjcgRnBRnXOluBzNp0F6EGWCVmao+tglCqWxwFYY4ECzAzMjoEDMjx3sLEDFSvy8FROzXgf5i1mj6TI1TNzYPZ3D1UPPx53YPZr73s5MC9ZsmTJkm+quOnqfwxnZBdgVZDBScAH2IF4nByAEZQoOTBL9pEp/XLaeEMkmOUsyRvok/Lt2DwDc4rcahFb0XfpwAzjoglqiNrCOhGx1ULPO0AKvxzMwOzmq/ALEjh7SzJY2n173KRVZWBu4fC3wfIcmbakOTC73su0tWTJkiVLvu7iQOd/OgEdRy7IpgyAZ1bOzA+CiWjSNucZy1I6OwfzImc/HGPAgmxTq2/N9LO3Q9BEoMtsZIQG8NVAS2rf+sTDRTvrI5QsUM6Ozm6S2hkWBz4Yus7tzM6HiwqFpStlYK4OFw3Tlt6HuNsJ5DjbdPfyyy+n/DyRgXmxPEuWLFmy5OssnjDwfw5nZBcz47OqpiwPlkVVaGJgEursThWmLnSMRPSBpq3wAZI6Giz6SEwPgZkhJL7VY1BjljNAGz3f2RAFB2ZpoCcirZSyKssk23IkG6yYn/Z+28DbrU0yMEfoukKYupu33Ibl7A769ATD4y8v88NFIwPzm2++uc9hHTuxZMmSJUu+TuKMzv8Ch3ru78TS9GcEeKRd7w7IcgYt0q67428BNNAMlkxXl/xu4pnIkK156EdkOFOrMzb4HPsEB2bZIAOz2fRwUWR5wpk5wMUd3qMzMrI6Udba37Zxe3g7RnHZgQ8Phq6jaavp1jMw+/PHjx93hgfD1FvyyLvF8ixZsmTJkq+DeB6d//WXv/xlAjRK2Yf3BwB6KsBjOVeNQH8pkkoKIIJAg4DMYE5C0AF12RdnBpT48NFhPB4rxgu2R8CXyE1DW87Y3AFMABQHE9KSDgr59LQ6t0Z5eBDQSOHA7M89J08AGjdhyQUH5pBIQiiN5Wn67W1ODJCdgM7tG2+8sUVunnW46JIlS5Ys+SqLMzr/mzM6jeXoLIy0CCsXADkJBMmBszIAiBA0MUkFMNicJDmya+ZsjIkBS6dovhYCWNVz9CuKsRgcRZuKEWrrmTIwI8PTQM7O+ghEZ7V2HfwohKXLBASFz46bsfQ+74774URE1w5wIjdPgB88XFSK3DwKGZg9N897772367gcmJcsWbJkyVdJ3EfnX582Mr9G01WEkCfQY3D6ePOZSYxOnE0VAACeMehBsNPvlc7P2orDPzm0XKRMLMi+Pwx6khkNAQ+Oz0BJc3h8zLny9elrJGcmZgcZAFI68FFwRGaTVas7ODAjwDEIURcCPwbZlqVwYEbTVly7WesEfu9WBuYlS5YsWfJVF2d0fnoyXW2AWVxKcKNj0jkGPTNwM5jEuB+R+nR0OWc95ufJTAX198cIZkSGc7YC5KC5DftCQJOADuqmRZi6EMOE84gxg+VpVYaoK3dMFojsssIvB4GQUv4drh+mLZH6cNEAQpGbBxkfZHg8Wuu1115LuXlWBuYlS5YsWfJlFmd0/iAYHZ04IdM1vpdAJgCSnkPEh+MlALxIjKljBNdGzI3LRte9TLNTci9nACM1S7PRHKqzu7qPkJKzM/jjCJvDSO8N+kiRWC2CqvvxyJh4cAA+msPQbwUSFDpA4VD1eHfzlvv5hGmrAj/x/vLLL989ffp0e/XVV7uJC8PU3YEZMjAvwLNkyZIlS7404ozO/+6ZkRHcEKuSTFQiZSg5mpiktTtTQXnDTyHpME4CE/As+cgwyyIyhrJLYcoKPbSO2ELGJ8b1TdspLN/spUosOLtWcmBGcERjdfAj4HRs50irOwY3MklS2BiZ7ghthaNzmLcY4AixRWjeijpKB4xKy83jQCcyMKNp68c//nH/DGTJkiVLliz5HYmfdXXTNl9tGzGec9WZGTv77Ggr17ZZx/sjABJh8hJtDs3RrkkHHQ1MAN65P74qxgqdQJfALMjOdPNUzEXOoClC3ePYB0PQA2Aqvex8/JZCXiFtYKozScRimZ3DztWjsqB/FRmOoriRM+h5hId/tr5KfxzIudP9dpCVCWDiKjhYsnMG5jB5+Xs/lwvG3Jqz8y3osCHAcafmExu0A8Ff/OIXuz9PG3dneLzSG2+8Yd///vfvlgPzkiVLliz5XYszOn8ER0AMjAoyOszSAIgZ6tOzkqnpCKbVw7bwbM+MDICnAxis0/odIqXgPcxGgiAH2qCuiYXBvkP3YGTQfwjH0tqZOR0tEbpEMkI7O3QnhkfgXC0RmZ2LtV/jqepVPaVjKPgE9QBKEcIe7ZypwagtNG1FWwc9Ydpy0OPXhWlLZIGeJUuWLFnyWxIHOv8HAh0EFG0TlrgRACzNnLMXI7AhQILsSgWmEtjRwlk5AALonNgBBDeqQ/h3ir6SbDKKvjaaX/IBgvEHICPADmGiwQAsMX7rY/ABamt4eM5WG7ebr1qkVpjW+OT0BG60JR8UMHfNMjXHewCcyoFZmh+Rv8fhopGjB01bShmYw4H5448/vnv33Xe3lZtnyZIlS5b8tsSdkf/YnZEJZLgwE9OBC2zu7FTMG1cJcAAIBaNRJiSksYdILmumLCkcmKF+OhNLJhmYHahB7pwAULvJDkPaRQ4TEnK/G4M3LEcwVvUfoEfAgbnl3ukZmAP8gAlrj+hCHx8ERwKgR87Ap+fpCX8foygud172Dh0EObsjELpuEKYe7+HAHKatyMDsTM+vfvWrvc5yYF6yZMmSJb9pcUbnj9sREPcFoyOwKuWP0Ul0luoQaST4XKR0QE7thfxsGNxEezav4RgVaBA5PkpC6cBPGR2aEeyVUVkzwDPTySjSCwFQGzjl5oF16IeFmtWnqc9y7mD5VhwuKmA2cxYmriMTc9MvAZ04OR3ZnROg6axTmLU8N4/795yub9mBGcLU8bNcsmTJkiVLPpe4M7IDmXAw9k1xd5AVOXsCt7K9Sttsw7E2+ol64Xwc/aUNy5qDbxsvNvO9jZ5z9ihs9L7JJ1taa9/HkMzsoI54zSHk4R+DYCX6C1bnBoBGgBM8ZT1lkYZXMovZ2bQXwKaDIZxDrEtjcZITtWMHOQMsu8cS9zq2+/DNeST37MzuZCxw4GhzQN4wMqsxNylfj/ez26comWAwPWHaMmB5TtcvxKnseu/D88iPk/Bnz549u/PcPC4OhFyPzz777JHXc2bH3z1668/+7M+25cC8ZMmSJUu+aHFG5/+k8PKQdM9MD5obgK2I+02ACTo3mzM9ZiPLM2OOduR1Mnfd78P3Tr2FHuhvtNeLdzQnWeFwDPXKxIHIxMjoCI2O0lNzGbRJpisDvyKfY+TmgQzMqMuGOkHU1lWHiwYzE2atZr7a0KE5TGBGoexGDsx87z4+p+5uG0jszA9GcOnEgdkB0BtvvHELGZjxu7JkyZIlS5ZcLe6j83+2s64SiwMMS8hgtop6sIHfx0zf3PQ2FYCJB6QL++L0ujIBPcF+kF5bNR69owmqMywAQhIzowd+N23KmEeot4eyIWqrgbVLTtF7UURlzcZH8AP3g4nKziasbn4SGQ8NjdPSvR8EPQrZm1tft1GGOXkikovBT4gDHg+91yI3TzN77dfrcNElS5YsWfJ5pQOd7f4YAy0ACAsDl73MznlzOiNh51w0CJwQXKT23KfUIOXwRHU5A5ikGAEfvk6+MlKYoGJuAHiOgBK3DWCDuiYfIMzxw2Pti3kPJPZL1blTtELUVusjnbPVshrvuXKCyVHI0BygyIFOPBfy3QkzFeX9SUyPwNET8QyZHyMH5mbe2hmdOGfrZOLa9Q6Wxw8XPZXdvf/++27a6iByyZIlS5YsmckOdE4biCI74kJh5ecGZwDRmRcEM/FMJw7MUGQFWKpYnv5Mzz5BG+jT2wGgMng+1QNMW8nMFKDEwIdHCPDAeAPoMRvP2QK9+7wVMjbDHC85OLPZDMFR9IG+RB1ECTktWzZ3dVOWFUkKMaprFs4uB2HqVuTq8WcOYMKJGXPy4EnqMZaHqeOxE17WMjAvlmfJkiVLlpTiPjr/V8uj0x2E9wdkIgDTCWY7Tu1UD6OxZFLvsC3IjOExACPCbfEZAiGd+/J0UCHnIx9E5qat5H/T5pLy50AfXHfoU88Zlg1PRgcWJ3RO7FI8D7+l6pR3mFPy4ZECAAllYa7ATNPX/XC2iKJqvj+dCaratWM6ErDCqK1wYEbGR+mA0W9/+9ubHyzq93646I9+9KNbXb48S5YsWbKEJICOX5cbBAOetnkq3hfNmC3p7wQ6GPConZPtsZ9Q6jOeY9+SgVUyl9GYvR74+KApxIoXMzACYCG1wXFm7IwU5jLVIRvzDmi2llgQxtlg/mga2+sasD7IAoGvz0bsU4CWAexokVnZgOE5qhdOz0ah6q39bQAc98FxsBIsD5q4kOU5AZvNc/P4vZu2OANznLPVHJgX4FmyZMmSJQnohEw3iAAGmOBPiQ4RYnlAEpAg3xNVHbMiazZ3VQxPfxZ/zSuYrtrmn5gj0DuNNSuXbHYawAmBp8GBWSDTso7OxPubnrMmJ1NZXAMgGcBL1AEWKfn2zMBT1KX+2KdmZ17AVNWfn163eIBoHO7J5i4+WFTAWbnKwIxgyYFLgCFkeWYOzJGB2ZkeB06Qm2eBniVLliz5hkoFdFxKsBLAYSbNoVlGTFKyOVP/HWI+hNtinziujMxNGpvHpfH7nA/aJ7bEzuzTFiCQwYoAy4N1YX6z6K4ESHAOUpjO8LpikRg8Rb/cJwCj7X5ps9OxUHSWnR2Y0zMGTuEAbcQG6RX+PQqOzGjO8vcTGNoZncYgdYdmBz5//dd/vScnfPLkya7LAj1LlixZ8s0Td0b+vzG8/ECG58jwuLSNXtsGNiT8i3504oTMYGbG6FSgBXWMZyJ11BaAjr7hx72dT2WfhrTbaD7bCnC2ycj4lCYsBb+cqBtmJpn4AEX7aKN6nKEZ+2RzmJ5D5DvA8uuI0JKWiVkAtCC4MQoll+yPU4IZzaexD6ay8Mvhw0Ud/CiEq2vz3XFd3bTlUVmem8fvqwzMy7S1ZMmSJd8scUbn41/+8pcDc8P3qj2bcX9vG+45PbIqAoXYvCPzscLmXjowK4WgY7mcmZGuFm5Wdk60F3XxujSjzVgiAidCZUO/2s7JCgdgodBxqaOthBkboVD0Vj4DL0PkV3PyTY7QMmFxos0GR0toTg0QDs9agR0hM1cDQHtUlpzNXWjqSgCnjZly82g70sLBTZysLoVfj2T2x/xwUQc2btoK0BMgKMxp2hyYP/nkkzsPU1+Hiy5ZsmTJN0N2oMNnXYWD7izEXMikhGAHy2DDNnqusz6RuZACDGEdpQgqbBcAi/Q1GmcvI2bKSDcEDgLXuAYbAjCZmKEA6HUgomcfHAZXgxlKsrkqdOeorgBIG/onzYASrjeCIJHs4KwTB2aj0HPN0VyDA7ODGQcfCIS4HkZ6CQGdOD09/HdE8uGiUjgwNx+fWz9nK8xakZsnxl8ZmJcsWbLk6yn6wQcfOKNzfwOgBdmZuJAGINoGWIGVJPE8jmsgcFA5McejBC5iHxaZR3DBWEbDG/UfD7t5DQFGgDMY/95+VJzSXoAyo+kzaDj00ZEGXMDXR4AlMtCnAxaYi1WgJsAK6Vk5TVegTBAU0eGioQdGaXWwUTkwT+67c7InKaRzuLrPjr9HxmTOzWNWZ2A+ma56aLpAmPoJ4NgJ9NxWDszLtLVkyZIlXy9xRudPIby8Mikp/+i3zU5aPXY+HjYIZng4covadoQlI3OUTCy4GeO91ExQBaqYAUp1gOnpoEnPTsfDWFwOWC6BGZHxkNFQojEqJdAQOlcLgVTB0mDiQwRGiVkCkDecz9XmZMzyICAKX5+mc3JgbmYsr3crOVdPHDTKZcPhomHGQgfmKIt7P1xUyER2AjE7IGoAagvT1gnk+CGiKXorzFvI8pxMXFvLwMzfnSVLlixZ8hWSHei0Qz2xPDYyJWangxUX3NiJeemncpeDAksEG3o/8ZzAEwOUGWA5BD3t2Vb0azDpDSaMIIhNcAO4Ab2tAkyW2aUyOoqdj+XM3EQY/sC8bPmcrWkYOczfAFAZgaAd8MDnmkxwyOa0j6uDqRb5NjA7rX6wKcnhWM7OzbfeHs/VMjJdScEGoQ+PQsZlZHEc7Djo8WSEn3322Z6UUMF52a/dgdnBzgkI9YitV1555dYdmFcG5iVLliz5agsyOlXum5DErHCklT93U9Z+cQYw6BxcZl22gi2K8QJTXGCMAlz0TSiYpghZqpgXOTM4JSBqsk3G2+/dV+RSSHsFeuC9vyxHfW2U+2dwVGYQ0sbaEBzJGaD1NghqcCypnacxugvnvtF4PXePOwYD8OrRWJU5qvWz+/RgdBeDmwBOen+AqMkEBHFZRGs522MQxRVmLTdVIUCSSQZmBzv+7O23397efPPNu5/+9Ke2QM+SJUuWfHXEfXT+jR+eaJlg6RJMxdBQe8I/qXLroHkLu6v6scYU+T2efC5gxhoUq81aA/vDQKrYuCvTFvbhm5oKMTPEnIhByDm0D+YjRUfp2exnBLQQYJRh5PxcyJwkEzCko18QmqhYP7PC7wf7Vq0jv7h/AEfoS7OHriODI+ejKXqunW3M4TPN1Bx9GURnEVjqSQilcGDW+1B2O7E5t+HArJCbBzMwO8vjpq2PPvroTpcvz5IlS5Z8qcXz6PybTz/9lMvTjzcxH8jOdAAQdQP4VH44Wpu3+niqOTy9P7Tus8PRT6yrga5m59B2ZDp6n9DGuCz6R/8cGN8qvYWyP0dDJWdnKAvQEo7eGPmzt0dGpm2+wkBGCp8fy8kNN+yT2g7sDAIeKYBUAWpSbh6M0mKTV1sb9NkZcuhU4Kb1kUAQm7oEoriC0WkAZu8v/HaEwE8wOmHWQv8dpQzMJ6BkL7/88h45tnLzLFmyZMmXX9x09WcQXj5jNZBUCZAyZWfwBx+BzoGUfaqmIyeUGJCqj4iiivsBkIROFbiZ6B2AqWKUBv+bWb+VAzOBJhEZzFHdz0bP/kUdeCiFrEv20UmHflL0VgciImN0mFBUlkyAlNZHSVwER9Fna4cmrW7u0maGEvDzaeW3Qvl5kNXh/DtyYOpys5aDlVkG5gA+AXaC3QmzlickPL3Mc/OEaUtWBuYlS5Ys+VJJBzqIZOQAzIgc+vGUvjiVeSvGgnGnLA72Rc8D2MxC3ZFxmQIKAlQbjklrInQ9sDShF+h4CHiMfIWQfdIxtH5q2iKWBet3EARjmkJeHO6zVQrfmMh0HWuEY3bTFYIlBEcYtQX6JR8gBZ8eofw8kZtHC5OVUAZmNHUF+yN0DAW2U3BcDgYo7uNwUQW/HmlgqGVddkflva9XXnmlOzGHaevJkye3KxnhkiVLlvzuxYHOn0cenQAX9Jf/EXsTtwFyUNisMzgyT8CJwNhpSJFDnxtmc6rILwQQCEAGkxIDHAAg7H9kxXvVNvkCIQgk4DOMR/2Wfjd4rzlcHUPOEwCiMpERgKQ2bc49KiueNxCRWCrLPj6pT9SX9AxglnLzSGGaQkADddMRFXJvwuosjxU+O15+kp6RWSZRXHHtIMfP14rrYHy0OTBHrh9/eQbm9957b5/LAj1LlixZ8rsRBzp/wUdAuMAGdbbNWGdZwkF3L46+oCmyMYnhMTBtUb1q+H6t2YFXuS/WmTsRYJyKNsjsDNFUNI+eaJDKmaVJwMeAubl5wInqsfwALHqf2H+AC2iH0VrxPvjlMFCSM6jp9UA3Y0AVSIfYsOQbFG2iXYSi4/or+PMEa2TA1tC5WwyABkfl1l9ndbRFbaFpy4GJAyGlDMzYZ+TiOTW7jXO2Tu0sGB5p0Vqem+fp06d7GYapowOzrAzMS5YsWfJbFwc6f3n6EeYfXWQscCNmZ+KKYekgpG2m3bwUVfrgc+BDGCW3ExkTG7ocsUV6HKa+UXlneXhTstq0NQAqAiWlGQvK+/MWFc/+RF1HuA9glhyYVecZkjWbxTaaD0df7eWYVdlsmoG5ZIGqa4WQdRt9e2IeHZSBLhxuHqxNB0Mi47lYDST1w0Uj0SCHvJvlk9NFxgzMCj480pyXQ051b8OJOZgeaWDK3yMDM+bmWQ7MS5YsWfKblwA6fs3AILEeuHMXYsV9AKHoI5XPxgrZ8tlTh+MBQBr0bmX7mM3kMu1HtXYkhn5Klkd1GqbOa7hX0RYJhuAGAFpnUMCs1duRLjzW1LQlkIcn2ms2J5VRWzgO+udM+u9r1gBYYsvsILoLIrNERt+i7nwtLfOyNLAjhQOzWc7VQ0zQkIHZJs7KXO7Oy2HCssIMhvl4PAszHi6qLVTdWR48XDRMW8uBecmSJUt+M+Lh5X8J4eUMRDo7gY0K5DH9gYaN7er6gaswRF3PDx7aVwdBk/bYT2KKYBNXPZ951RkYAmIDAJmsUwJJVLYPQTraDEgVTEjqr2JZ+D761vFwUGtztJBWd/fH2eA8LpHa7yfa6GVfn/0edEO/IgxT78kIm57dJydCwDE0XQ9y7gTLg+VVveoZ+u5oc1yWSW6eADvO+ETE1uuvvz7k5llh6kuWLFnym5FgdJiwuWgmArECeFyVZVlqcJEirczysRPVgFXf0cbIj4cjwKIvzWa5/hgYKWRLFNkIVkvPOWWOWJ70buTXA/0nvXhM6BfNbwiWUE+DZ0M59Blz5TO3TPOxEwiWbAJUpiyTFiHzoKNVEVsAejrwam06gyPE8tjZQfkWDxttz/vxExG1NQNBIucDSN28FQBHikgwBENu4nr27JmDmc74KGRf9pezPH7/8ccf3y2WZ8mSJUu+OHFG5/9xRkdzSHTlgLzf0kZ/30kGA91UZBOH4tbPwMxQnbnSmcng8PISpEU77muYzKQ/v22RRUZzHe65LTMyuG641NxmMoaR7tN27R7P90oABMFL9GdgXpLM0gxOyQROOngBXZEZEoPcPlqwSjC2Ub0AjoMDM+ovkk9Pb+2SmUvOpqsOTto4KZsyAiS5BycpA7OSb49Qbh6/d5bGiOVB81Y4ML/66qs9T0+wPHG4qCwH5iVLliz5XLIDHUgYuEvbSHp01YztEEkh5RsCogZaOEcOHqWA4AnHTHpodrzd+9TLprT0uCpEwNYnkE0plYmrBBMi2YE56oBuqexcPGd6Yu4YBYa6Yr805rQMdUSQomRuau1SOLgQSBIANeCPE/pv1wCZBoA6eGnMypQdwnshnyPOyGyFAzOCGAQ+Bg7Mwe5gRJaRPw6DHHcytomfENTZnzmAcXn8+HF3bsYwdR/XX2+88cZ+HQ7My7S1ZMmSJc8nbrr6xE1Xcv6rXHGTBvAiURaXqaNzG8A3ko5F0CIsmxkirX1opmAF9TrQtfdhxBqpZmfgYWArQVRiiYo1mYIehQiqmY4TlqcCQkMZjicHoAd1aoAjgZ/WBs1ZVeh46DFEUoHO0e/gdwNtOiCqxldKjAh6DDoH4MF7ADLJbCWSDxcN01WUu6mr9Z1MU1GngaFu6hIAQc1kdUfgKmVeRqDjzst+7w7Kr7zySs/RE+YtdGB+9913tx/96Ee3i+VZsmTJkssSQGd8MDHzcFHVzogpibZ6fogMzuyHmkGMHNWfjbeNh4viuINpy8gRutChdIZWPYy8qpigNC60laK9SzdBBeuEQIHOFSvBUFVvMnYCGMz46GiuMgQiBHqS74+O5rJhLJgvgpv9Vots0BWQovU2cFJOiQiZ2dHC+VghM7Nd4ehsxOxo4cAcz4LpiTB1BQdmr+PXbtoKp+VISlgcLsrfmyVLlixZIvemq/+3+ehosUnPAE8PdQ4Wpf1IjwMAU0N9XARNUd7GuupICgYpbR+Me22bk14YEx2jY9McwutpXvgs2nSTH7M0M2BUgaGmP+Iao3GrPvu4YZIDXSpGKNa3ckpOIGcGerTIzSMTcNSe3zEQA/BSmqwQKOHaTdqh707UC2CzMzUyOVyUGR4rHJMRMCGjs8EBpNingDOzFCAokhOeTFV3wfIE43Nih26fPXu26+xg52TK8lPWzU1bp/e707PtO9/5zt3KwLxkyZIlWZzR+Ss8AkIk+d7gBnjfIG+mV4OPoULe9GfOxKPCAEAa0JiyMlV7MztikKbOy3YhsaEeJFMs5jaYtriOFv42UFe4PyEWyAXC31M/CC4CCHE59Rn1NsyADMBkcGBu4w/gCK/hVSYrRPAS/RMjhCCqm82iDkZtgU679Qjme9f0SaHpUSZFBma5D7HHkPLbSEhoYCY7vd/OgJJS8kEHOX66+jUOzAF+HOx89tlnPr87dGBeLM+SJUuWnCUBHZC+WfPm3RseAIlrgYtq7VQ8Y5e4rdUsjx3V1+tMcr0fADWlvtznbO7IbNFGvtejvsvyyZomQELX6MSdQEvVHwGhaqwAlx2gCDE2DGQK5uXoFPbSXKajOewSkBqAEswr2JxwYMb1uG318OiIqWlLCiCEh4vK+YgI1/W2fRa3yOroJPmggAOz3Yezm0Bunnh3s9bPf/7znfFxkxZmYHbQtFieJUuWfNPFgc7/hz46xQ8i4oAjNiRdBzjAzbSBgLgOoCLFZh7NwyTWQZceZDaelVU/8mzeUtgVVbU8oJSftc1W8D4wES4a96Na++rI+bRwm9VBdqLqu73jWiHIGABOUYamp0PQIzL63UCOnVQH2m58jSCH+8RyBFS4RgRuhmzPWG+7cM5WgKHWDwKbHq6OLA2Gn88yMIv087q66QodnRk8xcnpmKtHyZG5jbkfMOrJCE/AZmd2FByYw6/nL//yL+3E/Ny9//77KzfPkiVLvnGSgA5sDqqjmUYACNSdFaxJ23B5Xw6GaL+umBItGlFbBA1HTs0iUpreup5huiHg069F6mMrLPlXj4BhovegD7XBDbyvX+sbmQkeznhtpGB4JIOeaM8ARnA8rE/zwTG2AH4BenrnRSTWhLFJYEby4aKJRUJdG+BI9/B8GAuBkREoKkxbYYqKSKwOcIwit0TSWVzdRwf9d0Ty8RKRyLDplZ5LAz1+oGgAnDBtNUCzA6XKtHX6P90PF438PEUGZpEFepYsWfI1Fwc6P2uHepYOusy2EAAZQEAFAKoCGKL8oS1YHjlgS2aACPXe28qE8al0pTroWFyCML3CPDCbe7GhV2tvAB72OREI4vlVIMdoLgzQhjEFGC0HFGjugaWw9txQVyhjYLFJBqsb1E3RVWY9WWNigGQCZBgswbwSEKoOLOXnyPJAnQAkhmDHAUXB7KDZawcszupUoetRx+fqbE4kH+QMzAZmL3/mvjmefVkhhB1z8wTL42Dnrbfe2q/dgfnNN9/c9V6mrSVLlnydRT/44IOfkY/OFHgYHceAm7aCc23VNg1gia1IjsnYTMaNWdp9SkyI11pEQemYkHDKzrSOtPrhBxByGLWlWufmmYAjdswegAeUIXvBOgm0N5uAQQAhV5m24poZnUl5um7rYDCHipFBfTaaTzAizOiIHvvldFAFZqp0yGhzrO6gKD4zyw7NKfKLQY9kB2Y2WyXzFvvtVPUEQE+cx8VRWiL5VHWbODeHWasCP2zaitPUnzx5YifTVmfxlixZsuTrIM7o/DWbrtoPOtqnBsaG6mM0zFVgYq9gdgSQrmZ6rmjbGSEbzVwPAWcVKxXvh4xYAXxm6neWjOaazEgENEomyMv0nAm5AoHW6gwsj0FovcjoW4R945hCwEwA3MRYeB16a2HagnrhBF2ZphAgJWfnKIc5InvTT2jHSDKd+/MklselfZ6YdNDb9Nw8ca3Z4fg2+oicOzL38enncTngcZYngI8WOXmkgSBrIer+PJgeZHjiANSTmWvDoycC9JwAz21jefC7smTJkiVfSfE8On/teXSKjfBi6DgzILHZzOpHGyuckFs/A3sjldLgl6PFOVukB4O0/VIKpiiq8biwqV0aaxiT9Y5rAD6TLs59FcAllcOz9Bno2Sl4YH6sYHToWiQzL0kfCEnfWAeuC4DHaIxkejKrz9na8tEOCGgGcMTAqQJUHCYvhRkN5x1lBYuEYyXTlo0RWgOIcYDhQAMBjwDA4XO1sD2WIQhSyMyslKiQDxeN8RVMWx619fTp01vPwLwOF12yZMnXQRzo/NyBjhz/kE0ZENz04rRwoSR7WhzgKXKYnyfCrvZ6BXDhPDUI0rCb0jTG+ETJtNV0LhmaCvQw4CEWZeoXNHGCnvkgHToZVywPrMOU/ZkAHpcN10/zYZ04fV7X1A8wJAJjdjPSDDwQaBp8cQ7Kp6atqv1Rn6hH1Kty88g9aNnn1eoHCOvABQGQyHhellKSwgogBbMTR04wADIyY8U7OjBvTfz6BGzMkxJ6RFaAHXZgXoeLLlmy5KsuCHSuMenMQMu5Q52GcsfGz8AjHfRZgZdic2Vg08cmAGNHul5qT22GSC/VMQsz616NG415zvgswEHoA+CLGZPSn0fO6zSAG64DQAR1DZDJh0gOwEok+/9cqleM0x2RWzcIdNK1AHsjADSwrzbuBuNOnZahr94HpDTAdmza4mzLyKpt0Ge8l4eLtmbTxIIRli4tSWF1rla0cxAkRbg6gpxITBiAx587w1OZtvz61Vdf3eJw0Y8//vjOz9lauXmWLFnyVRL30flF89E5+tEaGJUZKIg9WmQ01eC9zp2Q43na84UOB90bmiWmAzZ1DF3HurM5pXFbfSnqlywU+9/EPY5ZAMTYjLUaPw1sU9tWxdT0cpF83AMCTilAz0bngulodsK+o/8BSMU9Aaqkk8ho1gJgVgIZzSHrxpFY2GYGjiqgg/23NZr6ArV12iCMvmR5lMxsQg7MrU1p2mqOyBHSng4hDdAilJvnCADFdRwyikDLQ9RdmVMftwF+nOWJ8QMABcODGZilsTz0PVqyZMmSL5Ug0HGJzTyuWeL5HsoMGxPXGQea++McjklsR8ny6MSvh9uKSGlm4v6q+cyYKBzLKCqtmOtUV56zFZFflY4wHwajA4MDG2+6N4jkKsAS99mrIZApwFbcdlYFQRQBEaF31HM4ubzhmJQIUCdnX8kZeCTQIgSeIgIL5tZBTwWOQvcj0GNFmDqUVyxPAJDycFEBcBPmLSVnZKFor3iukwzMbtZyhsfnr8XhosHyPH78eM/N4w7McbhoZGAmB+YFeJYsWfKlkkff+973/v3TD51fN7a+gw4tXgLPpKofmzrWi2sCKtoHbELjSqUHMBRdDPxxqP2gf6tzo/c5aBB08Li7mgf68JxwLjFHK+Y4rGM1RgFytOmstF5VX0Jz1saoKcy5rye16Wsj41piu+n3BD9/UDWNh8sCADAq38j5+9TXDedx2pgVxwDdb3g+DcTd2Nln6gb7xHHsnmFLOtPXTVHvpscNTAr1Ga4bGPbLR023m5ivlznmOl3v7z6X0/sjr+PP/N5x1en9hdZmf051H90vz46uNMpbvzeP7pP47O/e5z1O21FeenndEwPkj7zqzQnYuL5ONd2cGJ1Hp/ubX/7yl49Ovx17XX/+r/7Vv7o5ASH94Q9/KD/5yU9kyZIlS74M4ozOUzwCAiRttJrZl01qFsZgM8Fng9mn9XmNmYbbdp+eVl9E5kn8SI8Zxd7HsAv+R1ZkYVa9nEOo8uVpz6tQdanGhTnjdWec2n2pv+oYGi5k2uqDTELZCx0TC9M+e0OwG31j/cagJPaI1gQZFME62pgZBUalPd/NShBNNbAwAn442Fe7r8LMmQWKdp1Bws9B6agKWO8yN0+0ifJWP5yXU4i5SH2ulkBWZpn4+AhlblZggRQclzF03VmeOIrCWhSXm7dOLzs985PT9zJneV5//fVu6nKW52c/+1nMYzkwL1my5HcuDnQ+daCDm9NE7Ioy3gT1Qp2zIjrPW3Ohv6FvfYBfjhaOwEXb2MRTGyNTVLWGsamXytqhDw/OVxX8efTAPFCsF/a3vwMwYzMPz6+DFh19cZTapzHgvRwDy8F/iz+LoT8o7+BFz1FuCF5EzoBhv6a1SX44E9CDgCbmnhybZ+AF16qZrirw1M1ZmIxQ7gFcSkZoF8LStTBNBXA58t9xYNKAzG3zeZqesO7h6Ry2jgeMeh03ab3yyisOgG7feOONPQPzs2fPNjh2YgGeJUuW/FalA51CKjbjsA4AhQQEDtqULE0l4SirmT0pgY/W/iJyMK+Oqbh/Hf18Zn1U+vD4uDb9WTtWoWR8oJ/EagXwma0ZbM7cT9K71d24rMmG/QmAEyjfeGipAU8CggRYpABaRvVk0i+DjmCXEuBgFobqDdfcN1wPPj7swFy0wTXZVAcH5sT6bPfZpDcYD1mejcpuW/3uwyOTvD1UJ6K5kr9PAz0OpvpxFQiOdHK4aPTtgMf9eRQcmN2P55133rn7wz/8w20dLrpkyZLftjjQ+Rs/AgJAidmcWeByOSiLNgx6Lm3i9431HLo9AQEzvQbgoWfzjFyYG27EWrA9DHYujY/gCf1eSlBH+YgGc1z0g4ABxksf3qwPBqPRPp7Fc2ZGMJIMwSCAhF0/YCb651989huPC+rFeVoJ8FR1oU03j7R3BDhbBWoEgIwUgEfGJILlc52bqBiEJZZHzrl1kNHqrBI6MMPYdwRyOsAxcGaWwoHZyLHZKEGhAMMzy8DM7+7I7FFbCk7M0sBQmLZObM4tOzAvlmfJkiW/TdmBzklwP7za38Ug8qYAAWPDYpOV6wDUQ/x5pu1mc1KtkwpCOwGwpLDJY7sEmKIbOQOt6nkfy8gHJzY3VaKcpPv1bPIAv6dY98kSlKBHKVmgnEELgo4KiFihQuiwYR8C4IZBzAz0EMjai2J5AvQosTwV0Gh9JIbGwAzVNvR4hiBto3EH9gbACdYdzGiaWSdknDY5M3dYN3RB/50UwYVh6VL45XBZACaFJIYKB5DuNE3LwSP35qmehTn6CnEQ48dPeG4eZHy8i5Pp6/bE6Njp2e23v/3t7ZNPPrnzDMyRm2exPEuWLPlNiAOdz/z0cmQF5Lw5C/313jfL2AhFLgKe6QYvB6wI19cLfik68ZUpQEQyp9kVYKkan8HHTGccr9XVa8fZKD9PMWb0z2vI/jOqOjfn6dyZegNQxfoNoITGZDBrkn2veVM7bM+gBz5zO9AJgUq8IwhJ1wyOBAAR141XAXQ2zcxPH1+19tGh9jjGAL4mgKibtrZJZmVONrjdn8PVGSEtwtmthajLxAcIgU+wPOjA3MbZ0LSlLVQ9/IzctPXKK6/cRpi6LAfmJUuWfMHiQOeXEx8dFzsCBTp3xL0EHo7ADw7XnYOrukR2VEAL23STkRVOvdcAFx6ztZuZ/Ia2k2cl2JsAlJsCBFwck9dJQWH+DD2S2YiZK0CScZnOGRfj/nDNJm2qMQaghgBlo4SUIsPhpCU4QWADjMuRs3FiYKSBQalByVaNxX3KBHw1KaO02pxZ98TsGDkwMwhSYHACCIVzshyYxKKOASskxBKdxBz0aGHyYgdmpQzMDnrcLLYyMC9ZsuSLkGB04r5kBfab86bBPhoDsDArj0DoG3rxnMdGlujQ1MWAgPucgJ5p215gh4CnsxNyPGACWTimwHroBd8fAiraAImQznvVYvwpwAtwcDDfKk0APp8Bnoxu7jdA1fPJ4lVfvc+DMZldUZsArQnoYb0jGorBS4x1FSOz0aGjBWApHZjxHgGsASvk9xG1ZeADhPUCSMWcFJid7SADswAIkuacHJFcBqwOHi6KrJCRv0+YsxyoeBZmbZmXI+uykQNzlYHZwU704fXctOUOzB999NGdLpZnyZIlzyE70Aln5EIGYDBUsMHRtVcXGRxRZ2abYdMjoCOTdkO5FkyIHkQfMQAwMjWp1uHmOEcoq0AT+/Hs1wRecEyu28fTCRvFa3HNZ4n9xWaNjt+zTnC+NDfUMYEeUMoIkLBeA8iB74HgGEJfPdXaR4hATwI88H3FnDgIbhJwUR1NWwDejPrYGJAIsTVx30BrmYEZdVFgeaJN9A/1Yp534BjOR0ns4AKBihHL4+BGWrh4RGlp89uRAjDxOVsYueXMjjsfB8MTAEga4DmV3zrQ8deJ2bn7+c9/vvf1xhtv3LlZ3XV1fZzlAQdm/J4sWbJkyVQc6PzKGR0tTFSq8/OocIO2/Md12vjhWi6Ul+NIZjgyWrHRDCOTqKZi467AyjC/dp3Gm4AeZl6k6TEFSlYzXzMGq2TDYDNlcFexNCKTzQHBjgtFWV1r0kMHWvbv6ht70S4Bm1YeYwwgB79nDHCU2CoBUAlAJPUdQCGOgYh2DhRa2Ua6JkdjKxgbBi3cFoBMYqngyAkJQEPtyrEYHE2OnSgdmPXsj8MAhk1Y/TmyPGbj0RIKh4g64AlGRydRXJ6jJ66lAaBgePzlZY8fP771c7ac5XnvvffcrHWH34ElS5YsqcSBzrMTo4P7Wbk5q14+Twplssli22pTF5HLrA2152cD+4G64kRVH3bW1l7hASBCtfbnOdChai+XxmE9LZu3jD63Pm4hJUiEfo82FFx3m5WpXvb3wbbQPsoQ/PR6bb5Yb2BzcB5aszwuHCWFQCUBHuynAY6NdCnbzUAPPI9wfj7ny9p3aDjXS4iBsjOLxCAwHS5qoz8PZ2MusysLOSh7nfCxaaBpZ3MYBGnLwOwOzJGgUCkxIYKdl19+2c1Y5hFbYebCw0XDtLVy8yxZsmQmO9AJHx1kB9rz+Au9b9QkF9kMLuS2ZtP8OlE2gBDeqFsfNgNjqcNWAXxcEGSkiCaZiB6zRdHf1t6nYAnnUqxPGs+A6bg0Rx6Txyuq22TMwR/ooI/ej2ZzHOqO2YmTSQqBkFk6rR6/J9Vnk8BP//Kd5LShJlCDDsuWnYG5r35dgRPoE8sHR2Y5MzY4N3SMjvHvQmcFUxqOxYBJZDSDYQbmxkZ1xin62CgDs9QOzMl5WQpGB6O49ILvjoEDswOciNayggmSBnCQ4cHDRdmBueX96RmYlwPzkiVLWPSDDz5wRqd+WJhFQKzYcDswoY1WDjbzI5ahgwUaR2g8o40w9N/Hho2eN9P461uKqJ00UaXjH6o6OCbq+8A2qS3MBUHoRXAUbRCsEICYSfQ5OETH+G3DrMDl0A+CntiQcT2aiUIJHPAchnIhQEJleL1xGYKfKK/K6NXLdGLaksKcJCMgST471Cc6GA/msgno6T5CyOREOwQ8rItSmLrCqeltzJSPRymyi8HM6eXHSPQIrubnU5q1DPx4fA1P1W/DhyeSEArk6Amwgw7Mfn9idfa6zvKEvovlWbJkCYr+3u/93t+2s66wvAQkCv44e4HNfXkQTOiEAdEr2AnV68w3E6BU9Tts3tSHXqujkmmqaDdlUpTMWdS8A0Ya1yQzbMh2IUA51HXr52BKhJNPAWTVnuc8AYmGc6vWSGT0synqJTMTf89EslM0rr8Qc8Lj8pg2yRekmWViANUBR/RBYyVHYsmgKl23eikCDNeguJZCpw5iYh7V2FgHr+UeXPh9OB7z0RMIWG6jvjS/HWdX/F0L3x3oI4WxG/ju+LVHbDnz0+r1aC0j05Y2hscdmP1w0ThnK8xby4F5yZIlLm66+rVHNsS9nFmUYbPbK9Bf9rj7Ff0PZfgXfvtrszJvHW68ejkjsTQdrzGLlQyC64Ph162//kwm6xL1ABFcBJGaWQ/heRZrMw1Xp49i+qM+AR4zGZ7HHCdgcR9i9p3QguWRvA79vfXZv5MMskE3XmtmclCXDRaK+4sNEUHrEWAagAgDjVa+kf4DULoiTD2NpXTOVlVXKIQ9xqj6VDJt6dnvKACJtfetmcnu2IFZyW+nMTuHB4tKi9qKDMwOdIwiwdhx2eVkqtozMGtjf6KONidmBztvvfXW3ccff7x997vfXaatJUu+oeKMzq9PVC+XHwKI6kcCN3cjliKayf0Pojt8mOrgqDtlP+gZmjpQ10FPkdIPKExdfUMWqU00rWg/PLM5TpaJ9mQEHYPpjsaYgjrNzMklwJQAD87VLpjCeL4wrzRHkTI3T5RHVJDOvhNSC38nqv7jegA3oZtOWJqYVzyys5kn9RkVINoM+7sEcASAQWJFFExIADj2ofw+nKaVzuFq37Fty0desCPzRnPaTVd2jhzb4LM7ZIQQ2CCoEvI3Eko+KHBsRGt/qxSmLs3PB8vR50fIgTmAUPtO9YNK477p6EzNHSYiNMjN0/TxZIN97MqBOeoulmfJkm+GOKNzC4wOC28esdkMjAJs8t2EhA96h3bZ3yU2D9Ij+fF4lxBlM9V5VjZpH+NEtlvBOcbmwOBDj/1lLA97z9BQm6GtHpjVoj6vEwItGcFEaYqqxsLxQkdt9EHTAfvu3wcaP60h9JkXQ8pDVQ3GNaxOoIdB3mw9BwaGn836pc8VgRb3yf1PzVUEgLZibGZoEvsjZ9apMlsJ9ZvGrq5jDGCHep9edmJbzM4MVBmiHuHmDGbad7QDm5PcRhmaurA/mTgwB8gR8vlx81QAHmR50IkZw9Rfe+21lIF5HS66ZMnXWwLoYNnRf/bZBqLtL8u0ccJmdchGDEoBm9EbALCgDZNBV6VfVtoyQ6LE9lT6qY6+KdDXzEwzRF7ZsTPxRcBTjauXHZMrRmgY8+iHvm2CMYdkZjOrT2a3iS/PZL16P5pZvjQ32KSnAEfnTA9ebzCXQ9Dkgvls6PlRe3xhFFl1nc7lMjJtmaWkg8nEBWs+AzXJSRr+X25UL8ZLZWZ1Bmaz8/ERAgCo1e+ABc/X4iguszoDs5wdnJO5K8xTbt5yoDI7XFTBnHUpA7OzPA6m1uGiS5Z8PWU3XT19+lQaqBg2LZHzxtakg5d4BpJuKnAw2ZDtUpsAPcAq8HiVqS0AC9fF+ym4obqpH73OVDOApwootf6UurgIeqxgkxqIqPysrlmLPo7ZcQZms9KsVupsE9MWdDWUYXsac8P+iqit3r4AHUP/7doY8IDuvU/VsyM31yVggDl9kpkJ6yqZrqDPoazpUvn9CDzv7E9bFzSP7cVam7C6XnivowlurxY+Qc28hFFiPUpLswPz9NBQZnWqepL9gm4d3OAzP1crjpxwP5xgeJQyMIceL7744h6V5YeLBgBaDsxLlnx9BRkd3AiTxGYmNRCY+Y8cbpi0QaZ2ScEDs4rUm2RnUURK01s5jlwHjqo+HwzmsC20eYgJ7Nr2JXjTTKjw8xl4lCvBytGYCFD28sjR0x8erN0lMKMjG7PfFp9NNd+hn6OxG5gRACp9/ekIDdMJyxMAIepqwcpIZoSSLgYsD+k3RHqpTiOvsH9BvUAnZqBwPoktagAnmbcY7IQDs00SDzpy8edg0irP1Yq2cbaWNTNXsDzowIy5eRTy8wTDE3052AnT1scff9xZnuXAvGTJV1fYRweBjskIfPom1n7Yu/8H/JhPAQXXaddHoKVsj89pvKQjtou9RGhjK2RvH0AMy3Ue7TX4KtHGw/1L1U5oYpONHz+rtNlTe9HLpjwT+uwO6g46FQeLVp8jfmc6M6fHTNHh5wnl2Gds6AxWEvgJVoaf+zua5yR/T+I7sSEwm/SP0V4p8guWLvoMfTY4bqNieaJNZUJyuQMdEoihugZgpAOVGSDS2nTV7y+0C3OVsQ+O2Xhe1iyKy4jV8b42OoXdrD6KIgBP5cDcdOuOzJ6BGfP1VA7Mn3zyydYOF12AZ8mSr5BE1BWaOURGkFOBnii/vwD/CgIDWG9gD3R0Ts0DWDbttOvpJjnT0ezwcNFZOzbnCegg1Txj49XLDE9/hn23fkuH3gkIGEQzy5HpGx1MWzxnkREQThka/+eBJ6lL1VdSwg5B3syEiN+7wddGCzMUtCvXoa01+/L0NsjcwGczBVk0bn8uOfS8BA9Qr9cX8OvBMYSclKHf0GEIL4/7I/AS15CBuTswc2g8zpWBSSvfAUvTL4EZARAUrwYIp5maDZyXpTB7CfjweDkCH6UMzP7uR06EA7MfLhrh6oVpa4GeJUu+5ILh5Z1aoDozkIPPx8IMLNCsMjV/UXu7Zkz461UP2jEgm+khVRls3qmOXjC9wQ+9FEyAzECLZlaIQRZGQk2ZMwOWqOhjqrdOrUclEDadMFkIVC6tU6V3RJRVn6vmaLfeHzIQqF+015ptq0xLAs8qs+BWzAX9bwTHLNYLx0CzUAVoOthSir5S8L9RcDSmw0mj/QBYWp3BH2c2dluH5KyMc8QykZrlaf0EuPDyxNw08IRRWgncWGHuksbe+H1kZLaC5QkHZmmJCAVy9GA2Zo/aOrE4+zvn5tFmKvN6b7/99vbmm2/uYGs5MC9Z8uWVKupqFwAP+Ff+kTAgwk0Wf+h5c96fFZt60kWkBgaxecV1q582Mx13bwY+qUzk2KxVPD+q30UfZq4RbkubuxQ6l8wLjbW/6XEk3MU54oZejWcTtofa6myuMhH6HMsq0QeCGdINwUFvpzULx2tsNPdqDDMCYGwuK8p6uWXz1mA2At2TL49S1BYAkZSbR2vT1vTYCiVmCUFRlEe9oj07UBseJiotEaHZcNBoysFzEL4+mLEc9Dh2gX46iMG+43BRDF1Hhkcbu4OOzO7AHNFby4F5yZKvhuxA58To4J/ksfmrXC8McvYyq9mI2UZ2BFxCv14P23C7qm1XaGyL/jhoOjr0yal0sDmLJZWek42V+74GvDDbcbEdAB6kOWYmLWZ6jhyYUxtms1TPGadlLgiujcFT27iSSU/mugxZkHndASzguhj1XY2RgJtmJqrPHcEAnavW27dy0wz4jV8VuMDyADYxT5h3B0hhZhIAbsECcXt/3qKrKtNWYphkBGYI5tjMhr48RoAlJR7U+4SEJpBjRydHTIhIebgoRmw135sevYV1vVIAH3de/uyzz/bnmJsHHZg5N886XHTJki+fdEYHAUEll54f1E2bFlbrShybta5ialTr87a4nfKO3dRsm0wCPSJDksKKxWC9+/RhfKxbzk24sVzcwFP/evYPYaamtyUwiPPCOgkUSOFXo2RaO9IR21QmPIUdGuetkzxJ/n7Uj9a+U8GAhPM86luammw0iZnNmcj0OWlmZUp2icbr5TCfKN9oTgn0RBi5yPyUdB1NSB28xNrIJANzUykBFciHtI9DgMrlDtZjSFyIukC7qBfmq/BbKv12ArzAfQdCUjg6NxBzC2P0hIbt+InbMGcFy4PsjoEDc5i23IHZw9RPdXc92bQVh4s2B+b02S9ZsuS3J1PTVQhuQBfq7P1d0T4BH/99mmQ45voDcMExqP4wHm7Ofr+1c7bG5qkP4/tqIzXKpFy1O+h7AAHFnJJulpmyEnjg5n2gy7Vr2ot5HRt44DFEpGS6piwWgcySSdM5G4b6xGdUfg9w3jTH2OglgNcsTJxUt2KMoQ0CGNQRvv+pHwI82LbrC32VQAKebTDv7aBuAkdNkQHIKPjrxFopMUtwPQAoAErdx2ji0Izmpp6c0CZ+OkLgRkSmh4tK4cBc1Y33cF42cGgOB+bTs9sTuOlg5/XXX+9Zn5HlWQ7MS5b8boTz6Oxl+41NAQ5vIEfPj+qWGyE/m9wPm7vqNNPwVX4gsPkMZdRXXIte8JfBPuEvOtWaCRmce0GH5CgOmw6yM1x1BigG5ivWwzJYYrNWtaHP5OLnF3ohuKt0bWXYz+HnOQOMBfjpa6gjIxEbNY4rtNkbfWdmgIfLe3vY8BMQAtMSrwf3i/fJaVhkZGLwOQKe1keP/ALwInLlURJx3z7TPjbr59dxHteWz9liUNWZJn93QNFCy3dA0cxHfr2foN7W7TaAkAJjo+0kdr0PG0+OzW7CskmYujSAE8AGQY7cO0DbCeDsunj25fDlmWVglubAHKat5cC8ZMlvR2ZHQOjkWkTKsPNeDzdkkZJd0UkdOxjfDvRJjrp9ICtNQNXmzuwHsy37RgY//CyVuaj68Yof871PLcxOVeeq09xBs/Btm+mnV5i3Ykyb+BFN2oZvz1VmRp6bETDrkzzXq9a3A0nN7FK5ZlG/6M9Il77JGgHOoh6WGeuN/bdNFMvSukY/sMapb/r8EKShQ/XWmMoYY/DL0cxkJXATbRRYLRhr5veTgEq0UR3NZQiGYO0cQKid2Zo+/2B5oI+79tzrhRkqmbOkMG+F/w8cHHqLzJDkBId3yPI0E5+3u/UMzO35cLI61O/vYdqaZWA+/e5uT5482T788MNl2lqy5DcoF01XTRiwXCOHbQCIMIAaNm/YeEvAIjIwEuyLIdRuasJhHaWekx3oVtWVg+eietnX5RJjIXJsmoK6M1NaOa5ISsLHwDHGYCCyyQH7VXz2eUA7Mz1hYsQPt2oCugQjotVnWunPfUQ/uLYF4DPqjv17BkaQAC2CHdOagQs/nK6TSGaUCt1Tv0KMDIIXAh1VWY/gorO+0MwV5RutgSHoiX7iuQOB1mcKaW/Aop/CHn22dUBTXAc5RqatCE+XiWOykBmLfH16PW1MkLVIrvDd4bpoysJordnhonHtLM8bb7yxxeGiy4F5yZLfjGDCQJbnATcy6aePtxfYZb+fSVs7AD2D30vvpNjYfPhtPCVdqvZJoXpzifsEfPQKNuhCWbX5arHpznyNUh9KLBLXs9oMJ9z+qGE1blXOYAd1quZJbSp9S3+cAE2zdbMDMKvE5oiMZqv2ePjMZm1bv1I8w3URAlKpL3wGbYZxQKcUah7diYynn4P+CWhU1wKgxwDsWfbLKX2JYIw0Fq6vnX1tYiE2BD3tsw1Tlb/fNR2mDsxyD2z2cjR1CUVtOTrRZuqygySEYdpqfRk+86gtz6p8Akke4WUtous2fHt0koHZXytMfcmSL074CIi9TORMlcux6QrFrqg725BmpqqZTgN4gPuLbI1lH5RtotPMj4fD3AedGYyplid9C49Jz3jzLBmQCtDpeQeezg3btnalvgwG9OCvzfgMYH26WVPpdHvLOANZMjmaowv4tvTvRXRYzRP72eCMLVwvnCNOiXVAcEJg5FKd+Dyq/hPImZQPwAf06vWK8PUEeKhscExWCAFva9xZHRuZq8q0VebjievQUc6mItHCtKXNzEZzQV0SM4VzEUg2aDlMfXpo6AzQCJnE4CyufsSETRyY/T0OGA2mR++ZHItrBzxe92Tm2tCBOVged2D+8Y9/vNH3ZcmSJQ+QF+A6gY1iM05RMViX2sd1tVFfAkI6Kb8vzJFGkZMHn/WNFXWNDbbVMwJwCsAgbfi0MfdFgc3cr2/kjIGCwUnrQOPjmqR61ZqLJBMXg6yUlyj0g81BNZuV0ucSYKP1q7BeIpPPlgBcByygX8zjBtbT293wutroN4TjDJ9fjNM2SqW10wPAoucuO4uUWEXQPdZww+8J6NbbtrEMmoeON7H+lkHPTcwN9cI54H30SyqGWa5/XwGUoN9SfI6K48Nni+N0wNAX6czcxOfm73HWVwcjTbEAsQbfD4P16dfNUdnX9qatRwcvuL7+fWlmy2gbkY0NK91s1P8N6PKogZxHLdHgowBAp7e71kEHGs3JmUHLXRv/VrK/zw6gHIyEP04Ao8jL4wwOmrDwugGonX1yxifMZi4Obvy5Mzv+7uDHn33/+9/f3nvvvZWBecmS5xRkdHAT1AvtcBO8pq2JlE7MR9fXjJsENgL8kd8u9Jd8T2iz5A2JxzLaII3AEm4kQx+kxzVznPWTylVzgj1iLxDIDHNj8NL6SePBZmoITnDsqh0Wa81qJTAh83Xv+m2QlA8/R+pXZLKm18x31g9934zKEQwmc5Xq6N/TbtgslYAM6oFjYBkxIMwyIWgKhqazPDiOgT9Na4M+OCnHjmZTUx8L5r5BHx3UKJ25VY1dlUeflM8ngNSGUWtCyQcNQtTDlyeiueIa64cDs1BYOh4uGnUUzFpGzsqRhDAYHr3317GogxmY3Xk5ytbhokuWfH655Iw8AyhTQIIbDtyLXA9g4j61eUA/UT8202rTS6K178r+24kgpmpnVkf69N2z2HRpQ9ubG+TiwWtoh6BJpGbNyrmRA3Pvy0afnP45MAAo6nJ/yUxGwCExN3JmOo4AxbXlF81p1/ZXfYatvDMlNgGJsNnj9850jKBi0JFMNxMdEzBC0EM6J4DFoKdJD1vXzC6mF4KH6lpHv5xom0AMAhWls7maHmVIeZ/suf+NvlMbgJoEirAu6BqAqwOeBkysAZ7uHzPL1WOFAzPXgzr9iAk/Y6sCP9oOF/VyD1N3hif8eMK89QDT1gI9S5ZMpMyMjNdyDG6mgOeCVJu10rhS6MJjmkyYEthcu7mq2PN4s0ltYfzDttzHBOTwXAIYmOpwSGWaKwCfAaS0MSu2otyMWWfYYHgTPwIQAfAqFgXH3SSbX3jYPsdCb9alMqmVnz9/DtgXrNsRCEpAL4Ais0dW+EDR2AnkgD64kXNb48+B1qLXUWJ5YO4D4MFnqA/2qWfT6262a203mPPAlkgGPx2stDGr8HXDuQqwQ22srld779FZMCaCJh6/vA4AFH00oIRh5UO4eZtHebioUFh6gBBpQIajveTM3JgDH2d37D5hYa+H0VsCWZhPoOY2QtR9jBdffPHWWR4HO6+88srta6+9Zutw0SVL5jJjdC5tJg9hZ+RC3b2/A6B17Tizca14bkW7GehJf9UfjC1Ve6xDYCaBFsZ33La4R52rzwgBR2KJLgCyCtgOeXJa+6QbAbXyx5Y22MN2tJkfgblBfAw+Ywuf0diHgMfftwuZqwPYsJ48Xz1HGjEIQuDLYKkPqQWDo5m5NJw/goEK8OBcoByflWYkERnAgxRAJtqEHghC5MLxEFEe+kUEVtMJmanUjoBVAmeYm4cPF/V2YS5q7QaGRy44NvN9mLYwN49RWLpQFFecs8Xh6vgeoOqNN95ILI/n5vHy5cC8ZMlZEtDBjQ/2hWvAxCUpAc2kvwpkyUH9WZv0TnPCdjMd7hWumZ6+dx1t7rBhsWnHjjZ3HhfGmf1o4Vyt0Et4TgYmtwubeAWiSh3HprlcIXx81miidwcAZtkpWA4+O9QTv3cbHSp6zVrhu8wmKHPmSbX2qYG6Axvjby1keWDMrGZ04n0rdK/GHsAR6ss6IkiZgZe41knouFxgZLgMdGF2KYEZXmMl1knAV8+yuayDIzknJLxtPjsliCFmBwFQPz097luYujGgiXpanKqOdUIc+GiL1MLw9Hh99tlnhnp4BuZgeVZuniXfdDnKjFyCCtwwCkltAFwkE5XIVYDpmjqX2hzNoWrHG3y61mzO4ggombTtogVTNNHf6F4KfSrwgZtgLzvYyBODsNFhmVZEVMkcBCRWKj0gHRlopYdmaEKZ+kfh+JN1ODJpqdas3SEjFfrgerkwSJzNG3WA6gOgQABj2Q+mm71IR36Pa6vGbixBXx8AKn0sAoO9/dZyTxHo6aBmy8dX7Bl/LwEZ7Avm1wERrRUyFRt8P7v/DwOZ6I/HQKAUp8e3awvzkYBJK8AQmrGE8vNEFJcQEGrApjs4C/jxCLE8RuHpUpi2QvyZm7d87NPv+J2fs4VOzD7md7/73e2nP/3pys2z5BsrHHUVMgCECwAH6/S++fGVZYdDyBdvNivBhGo6Gwk3o3KD3hvb1MyV9ENgYDZG7aA+dv7LXYuNPel3CRjAPA439Ap8WGZkymSLACQG0FOU22w8Hpt0HsALrEnyeZqNU32GM4BC32ka+nxMBIJEBkDcZ3StE6altcFNHjflCjBbsbYVCKrWogOPCtygfjqayBi0DNFYdC2S2Rdkd5j9QUCFeXOE2vX+qc8EqkIPNH+FHxFmaI51aO3iFPZ0pEQDEt20pWc26FbPztQd3EQ2ZAE2SCf5dxTC1GNchXO2DHLzxDlbkYHZ67oT84n9ufUx/YWmrXW46JJvqswYnf0Z3F+6ruRSu0tlszGO9Ct1KADAzPx1/1CvS2QHdRU3jhirgYGKzUrtK32pbAAP/HxyPzxz9ZrDJwI4BCOJtQhhtkcu69HnUwCKxDAxmFCtI7ZEOtpLZkBsZ9m0FeXCn0XxuSkwD8pADsYdBPtomynOS6s5V7pHG9IxOTDLmdnAdv07IvXnb7NyGrf3zye3Yx0csxgjXht8bhgVdOhULACMGLREmWbGq2SKsL0cmMuwXAtzVrA8MHawKqYQaaVk2kL/Hpk4MEsLZ5fG8mCYewWEMEEh+vd4mLqeDzHtDswncLOXa3G46Keffrr5OVzvv//+Mm0t+drLtUdA8LVIDUh6PfiBllnfVOcI5ByBmSO9r67Dmy3V7SBjBl5446R+S/CCosSG8NpY9vtg8BMbKbM9w5xx01WisZX8gFAH1dIp10Df0lSpxELxGDBOasfrkgYcpfyRngEfOfjsAqzENfiESPUZHEkB8FRozWbzZZChqiXAIfAh0Hb2fTPsXu8ZCNXxtPQK3MhkTKOvODom93slc1UrCx0Gc1J8V+LzgD4HU1erM5ivNDNU02MtpABjBiawMG0psDwGOXlkNHOVjsqYp0cnoetyZnIM62jhwNyAzWDa0sKB2SO3wryGpq0IU18sz5KvqyDQuQgQcON7gBz2W2wAl0AXlonI5RD1SX9C7asN8ag+6zZsOKkDK4FO6SStOkRFiVzWSySDiaO6DB4Y9JhZ7XOjE3MPfobVOFqY/WDDPAQAsImq1gzaRRBCYGb6eXL/laO2jibHipk8MnX277pZ7csD7VM7aFIBoPQd5HIaI62fEEDWfCo6f17blTp2sCBSMzbUZ+iyke7JX6dt/CVgMWDdtDZtJUCE+sgZYCWwhP2r5sNFoS/0s9nv9Z5N2dinJ/x4jByTMTmhl3G0VtRBvx6R8QyucF4+MTbdh0eB8VFgeF599VU3ZXn01vbxxx/fvfvuu5sfLrrC1Jd8ncRNV78+ma6OgM6s/KGCwOS+wJ4LOM361uL9qK6QHkJAa7ppwvOL5bzBRv+wwZT+PLFZKJltREpSo9dVHfx4HqzzUT3VqUNvBSKmfeFmqKpHTE0FREofIKizv4P5qQKnMhlv0DNVsNIPqz+Kz0gmgv0BiNrnSX2HeW6D4frmQ+uQgAvOBcCFQB0G0yLj+uBzUzJv0lyq8qSn3IOXDlYaALDm+JvMR6iD1qatZIaCVzjbDr5CCHAQyMRHAc+E9Ag9S6dobWdyNemmKyNH5DbGfho6nJe1FU7NQ/LCrZ3ZdeTf00CVr+Ut5+aJOuHA7EdUvPjii9vTp0/38pdeeqkzPJGbJ8LUlwPzkq+DBNDZr+FHb7/3f3BDhnZ24V4uPLvU3orxUYfp84m+l/SJcrnwTNqYuNHiJoxMygB4sL3IeGCmXP4x6XOdAAMYoo680onJRPImGPc6q4cDIeMxKFEUS8F6qA6mv7SvHuBh08vRXlcDG7kAUjZKHridjyGI8XmNr2F4Dj9PBCMFKBz8bIo17IxJ6CiSGRwYJwGoGFsPTGpbkYEZwMIAoBA8CZiTsA1cD9FXGGZuNh5VQbpGH4PpTM+mLYO5M6gy7BNBD4KnaKNnVimBHDubuW6VWB6jMPWou9V5fFK9YHx04tzsoOeEqfaT1RUithRMWgp+PJ6B+Re/+MXdW2+9dXcCQrZMW0u+DlKddTWACZIjQCCT+kd+OA/pa9bmoUDrWjaJx4pNgO/3MXQ0sfR+jjY5UiuNq3Dqd7S12vkZf9hD5wG86NysxZ8T/uWfyqUGadfMS6ifoW3o2jaUNAaMOW1/NLBejsYq2ys5SlefI3zwFcjRC3PuTsxbPpldYBPltTBSM+qxPh2sYFmrs5FuqGsCNPgeuhqBHgAnh2UxlTa+RDZk0BVNVAyaZkAGWR6RnD8H543gJcDSwNgEYNHCjMWgB9beYI07wLGzaSn53Aj49CCwEZmfpm7ACLkJyxmcps9FB2YpwtQd7JwYHT9HazdxxTMF89a3v/1tN2vtx1n44aIffvjhnS6WZ8lXSDDqatgg4X4mfRPEDVfkEHiU7Q/6uqYt3l87durLbOofdOl5Xzfc7ESuYlHKv+z1jGamDBG2pTZV22jfn8G+WQIZkUNfFynqDSamppsq+bvwBlmNpdczHtMxrWBVWr0wDVV9IQMzfG783TwAd1fpHH1U61T0w+u1vxcbP/bL64PrUvr4mNXJCLk8AE+7SaHwmJUZy1XriK3WxgB4IOBgINFfBTjqYEYLpscoND2eoa4N9OC6bNy/AnvTVFY9OypXh4um4yaEmBtt0Vxyb2LagQuaqiLxoBw4OkcbLRyY/d6PnnCwEg7MUW92uKhfv/rqq3czB2b35VkRW0u+CnLpUE+XI+DwEFBxsS5sIv1HvAAYVdlDx3rwc9AtnotcYeYq7ocyZAlE8l/lBFxKAMIbJbS9CLQeqDN+JqmMxi1Bz9Ch2bRdNSduc81ceG3pebme8UwzO6I69yUafG+wDFEX9DnVl/vm757VjBy2t+LznjkQV0Cxr9MM9MD7DFgNJjXokzfHDijgebAoG/bXZAP2K/xf+hjh+xMgBPPkxNgVeML+Yz4IZoozv/Z2eLioEQsEc+3gCI+ZsIkDs9z7Bt2iv4+eMzan/Drsu2MFq4OHi8YzBkNo0rrkwOwms08++WTPwOy5eZYD85Ivs+xRVydbbAcO+KPKP7AyZ0weAni43a4HXheA5xLL80XqhvWra+4P/2PPytM8AaiVPwyxL/J02w+OXgNcqqWabNJpE6KNuAJAFejkdeL6ARSmLAoCs6KfYU1wLgWgK9uj0gg+Kn01E2TY98zUw7oqbKzTyDQCTwnoYZ/MhpH+5frrsdkqOffC0szMUghu+TMeAA/2JzAIPzsCPHDfwU0ADehvcEqGeRnNE1mexAIpmcsQtLS1TyHn2F+Mj0AqIrM0s0ih0taYMHZW7uau5sOTDg29xoE5zFpKB4samb+sMTxyn2RwrxcnqWO/we74+8svv5xC1x34PH78eD9g9GT62hz0/MVf/MXtkydPbIGeJV8mmWVGDrlmoy8FftjLx9hH/BgLgRyzMgrqsK8H1JuqLjVYEnkYiCo3wf2BDeHcfrMZgRu9zIRMN7hirN52Bggsg5aLpjMsp3EqvQb9AgNs82SE0x9KnTAfUut30TT2gLEPx4B1SGYlHANBSgG4GKgo672NZ3XNQBv2w4C2Y5BZPQIlqa7k7wduah3YxDld0H4HJqR/75tApU1AEeqfAA+CDnkY6EngpY1ZOjD7g4lfjlEfPeMy+F0x6EEmqh8tYeDALA3E0EnrPfGgACgJs5UUoecGDE7F8IiMh40G8EG2Ryk/j9wnLNzfX3vttZ6B+QR4fF53y4F5yZdBdqDz6aefDiYjkToKq8kl0FMBpLgWajsDEefOAAhNxp+Bk4cCnqNnn7euiAwOwrjJiI0+NfFsABMACKfghZgFZYbhSEfWT+TiX2c8R5PzHswsSJIHgJahvR6YemDT4/bJTEib6yFoqMaefW5c1wjYsYmrmMbA6umE6Ynr4jNL//dUS3+ejcBX2thRd2xrI2BPIMfm5jPsJ4GeAsgNIErOIfd30Y/SOVsyOTPLJg7GUoAjmRwEimCNwEsa00YH5vJaNefmaWOjL046b+sktzKJxmIgZHZOUqjZEbqM1oocPQ6EMExdwJFZIAOzgGlLKQPzO++8s9//63/9r/cMzIvlWfK7kouZkXFDTQ9tNC9xW6orMoKSa8HCNfWqfvl9NodLfey6ww+zyPUgZ66wJSD5XBt7AJL2zuYM7kdVy0ihBMAkz30Ap1qwAVS/ZLKobKinlxmssi1vxEftVednmPHaIJCEcZNMwM6gI9a/VteivynLE9cN+PRu9DjUfVhXBDNFnaptNb8ot6ZTZ3cmQKsEPagH6YCvfYgGroK66WxK+3+xyQhkpDEoqAsCMQQt7AjdTWYAXKtT2tGctZdRP8lcVjgwIygJgHXHDsyWzU29DZmuenSWEDCaOTDrAzIwe14evT9FfQc31eGiK0x9ye9KGOjgphb3CSgQaJkJf4lnYOKoTAodROSQSRLQ8UFAZDKvYf5U/jzSQQn0lXxMdM5SpLLZBg3Py00u2k7G2Ott41EXszWYgoCDMi2ex7pMwQBtuuU4CAQK4HLIvlQgUuQiAGUww2CwaoNjDHmIKgAyGSsJbKr8RwZSehu3oXFLIIQsSDUm6cr36ZmSaYpBEz47KqPx8TU4MEsGHZH1uZeZ5QzOADhK8NJUmoGaNGbUVTC3nTb+XoeBErdv+nQnZWnAR84+Od20Jdl3B5maO8yqHFmYjVgdfB5AJkxdeNio0inqjx8/TuAIHZjxcNGnT5/evvLKK7aitpb8NuUo6qoEPQUgeAjomIEckWITxY33inZVPzNdpmPKgRT6HIG2PgZvPhcEN57kM8PPUbQwL8x2W5E5y2BgxpEL+sE9+/Rc3bZYm6R/6CdFwyv6H/yBsN9ig67mFblmZutyOFet/ZxKpqfsxErgKjL5DA/6qpbsaL1K0OPvkc0ZP+sZaGlsDo7H3+NhDIHvAPbdijh0nZnH5Pir44Gd3dTV6g3ZkhFogA4BHHCMyoHZQE9+nqKwom8EOcXziDDrOXus+dvAMRIbAyFpZi6P3BJwYLbCx0fO7E8/hgKPnzByUA7fHiXGxyxnYPb8PAHCwq+HDxc9AaBbYHnwe7FkyRcm15x1VZa3/5AiI1jofR+1v2aM4tk1fXE7fp/1Hfci83WQiS7X6PhQ3avrS3XvFdR5hNEErA3tWt0OtOLzNgIyAYywD2CDpBjneYDB1MdltqnjTQXkpF4fy83KKLG+BlozRBXrkuoeARYAEjxmZ/Son9mYZX9to1SKrBp0nwEXPZt9tsKBHP1bjnykELgMPjqzcUN3BAIUZo6gJ71a3Rivm4hUjx2YdWR8QqcEXkDHVB59zIAUtoG6w2nqLs4ChS9Pez44Les5ND3l5gnAclqDHqJeHSkhhQkMGR2dZGAWiNo6gRgHQylc3d/dvOWmLa/rGZiXaWvJb0vQGXm/l3rzTxs0bJYsD9nMZdJn/Bg9pH/+sWcWpQI78cMjNNQRQzRbm4trdqDzUXnXsSvXgIeOZE25uUMbaX1dBAbUh2gR0p0aW2YdcHzEWDIBAfA+3bBFcnZp1LHSRXV+Orhd5yNzCFoO2qVi7Av0rwCGyMHnEI7Lk+i0qm0fJyasE7av+L+Sxi7G63992xl0xeab1j0ACIAJnHOAk/ClQX3QKbrPsfouG4Seo46xBgEaJIOTgYnR52N5BnAEbQewMglT731FW+wDy2INm5/OXtYyJHeQIw30bJCbp61RlJf+Paf7W4HjKuJeJlFc6LiMIAh9eOLagY9C1NaRA/Of/umf3j158mSfy3JgXvJFSDddwY/dNRuwyOcANdw2ftjkuo1fr+i3AiDX6I/g55ox8T/gQ4DNpT6TnmblWU/Df36vU/jWxDMGBNzHdJOtyuMHvR3TwLrjX7gMytJGVemK/cBnsVU6xOcEm0P8Ca4QjbRd2si5XymmzO3O+102+aFes/ZcrhdMXNHnBHggGK3GLJm77ZybZ19f/qAKHTtQscJsJTlKqdfVzIQMTA+Yt7BevON3KT1v3780FnwoaXz6vpvQURKa8/HgWvSDQuM5AiNyHh7ADYGovThADgIZWL/UHsxafM7WED3W6vQMytLC0htzkrIy46v1nxyYtxzqzgAnAMpdczJPrM6Jodmf+zU7Lgf4kQbAnOVxOe1BdzMH5j/6oz+yjz76aB07seS5hYHOXlaAntmGfgQeTJ6f5eD3eFbpcP/QkrPuEWC7JLg5XHr2PHOs+qzW+hLoTGyUAlugNZsxmCV6Z3Ydy3MlKJj1pReeVxIAYpiv0DpVc9Iz0joEAAfzqkBYYo00s0xoXkJfoG3Wl15g5qrPODb4rcg/RGCl+v9YAr1Je5m1JeCBescabOcp5O+iZqYGP1vUu5tyuKw6XkIyEDZcI+qDrzsgadcbtDHQgcHRzgrBURXVaeqh18DIKJm2ZARU6APEoCf1jWtlEMElIhyevjVw1jMwbxcOF5XCl6cCTAY5eCIsXYrcPNc4MP/qV78yBz0OdNxPCM/Z8nGXA/OSh8pReLnL0cZ9BAgu9VPdY19H42J9eUC76kefaftL4yHLsN8XAOuSXKvjNc9nm+I14KMEEAQMGIR1x9xZ+7MqNhvbRC6a3viaQZIe1E+6VQoVYOCwLbfnRwdtZ81K0DHpLzq6NNblQa3+A0b1wVFuSdeK6YElNmJOEFR10FD1S9cGYAgjowZgPwNIXBZjw/8Z0+JMK6PEhFDXqB6yPAmQIFjC/qUIaUfAooW/TrBBcc/PhaLOhPx4WvkdODB3/x4EPkJh6MzyiIzHUJjVGZgDxDjbwxmYg+HxvDx+uKjcR33tZQ54Pvvss11fZ3oiA/Obb76567ZMW0uuEU4Y6NI3E9z0DsDAdHMufljlQr3U35XtZyDqcMxJH3ZprghyjvqR64DatSCyAmlVH7MNNDENUohm3weRGmz0+R8wGb3tDDDF9wr6rqQCSAnMqR6Hi4POVjAfqG/V9nBN6Dtbti/6SH5o0G4AbsXcpmPEOBslDyz8Vvgz6XPD7weuFQIgRqc6+uN0UBFv4ACMQKV3j2NC38NnLSPgSeVKZiCdmPhs9OdJoKzpst9b4YCMYENkCCmfRWUxgNpQbyt8gALMSAFkCAj1Z9v82IkN1oSTCwbA2U1GBkBFijB1ATAD4em3VoSpG4Sin8TiWgpH5nBeZgfmeJfmwOwsj/v0ONPjPj3LgXnJNTILLx826uKH/bD+55QBMPRfXMvhwQc6XTuOiNS+OlIDLoFnFQCR6v5z6joDN0cgj9uLXogSAvCSNpXmh3MVINH813tfP6nnE9d8X/Ytk81ZrgdLgrpNNkM7T2X/a1ppXt0X5xowohN2aLI2Q1vLztdW1avGMohQa5vf7LOYjov9bfNjOqJ9YooY9KB+CEYQcBRlqFtig6IfAN1pDBwHAEhiWgJA8Dh0nQ4GbZ//wPpIBjdGc3yuw0WFQI/ZeM4Wza96nvpAMCTknyPE/ASIAYDU/X0EQIqC744VjI6QCYsPFz21u22e1R3oOOvj0Vt+zxmYw3lZKQPzYnmWzISjrvYy/2cGKGjTPwII1XMp6mvRjvsYAM8V/U1Bx5VtrpGHjBPPReRqE13FdolczybxNdadOcAOTIYes0EXN12huRxt7qgz/OBPwVvRzmbzOtINAQFvvgdSMlmVjggisQ2AJnTSrT6zwZ+H/i9KUTeBtKJdAiLRVM6bYwdLFVOkZ0TE89di7hWgiTU0UK1qZ5IZxWpMg5fgvHFsBCCoDwKHQsfE1Agd8QBjpqguLSKp+J58fLqpivuMduyMHHVprcrcPHEfGZhh7QeQo43lkXsgU2ZgdgYoyiP/jgBA8ndnXuIsLGsmLg9xZxAkkITQQY6CX8+pfQdaCizPLAPz6Q/3vb/F8iwJQUbn2k1U5PmBwazf+xsrQ8zxemgz0fFavaZgLcbETUHGDeFSX88lsXmITH1TrgGdrBP3MWxucrxRafGjgfsS655Ei7+0C12re97I7aDd0fe07OMC6KkYsNQOwUorj6ivMPEpbVxJ9PzXfdfRDli3SpcL9dJYvbJNQafO+ruwaez1jz7bCtBoZgARmCC4sUnenwHMwPevj6UTdmkrzgYDUBAAf6ueQ78WoiOD0jMwCwGWeN4Kwm9mH68CL9F3MzHFOWkbA6WqXRM2dfXIL4gc2wBoIQsT+g9HSwg5K8s982IOcITy9xyBG2d5nJ0JR+YoN0hCqC1Mnc1bCizPq6++uoOrTz755C4yMC/T1pLDQz1l/qNZ/Rhe2mi5XCZjTcECbAgyGX8GXJ6H5UFdqrZyRZlMdHmIJOAlX5zgpsd/4SZwhOyAyBjVdbBhDt+fyY+NzQAF6IYmtgijH/qhTmfmrQrklcyHjP2X/z+KtvubZjZs2jaG0jl7lu4RfJrZIRCiz2/Qd7KW0zH7QwAgek8BDH1TXwyojcbo5iktGJcYL+5lPueqf/yMDT+PAvRYWlwto7Y2Ktuor/JkdQZDFaiJVwASHk8PTFsxHrThOqkd64JtjcxYeMaWjCzQ4SnreI/+O1I4MMvZpLVHW0kLW6/AT3vmwOr26dOn2wno7ACIMzD76wR+thWm/s0UZnSmIKIAGfeV7GpTEm481zATh6BgMm4CGxd0u9gX6SuFzsNcnlOOAFpV99pxh+c01/75GG20MoKGYTNULf1WUn+kS29noxmngxibgB7q46ie8PzaO/pqxLilfnE98U0ZwArO66FgrhIAPwwmZ+CrasvPyzm6bJBtunDWxQ7TvGPC1ZyHCY//Z0qfHAVGBYEG6gTftY36x++00fcZ52Sk56BPtNfC9EbvdgnI4DxEyjOzOkjZctbmGCNFYeGYQmAG+6Q17IxQK9u24kBS1ewgrfmMrcjJsx8vARFaOwAx8tuRxgB5XQQ4lhkdH2NnfDgLs0BkFt4H8AmzlkIywngXyMDsZq0Tw3O7HJi/mVICneoHSWpwEuUz4S/RJUblaONGwFXpdk0fF2Uyr2v7fEi9GUvz0HWZ1auAq8hlxqtvMtROimfD5t5+MFVVpdgcjhgN5c19Mr+j57NnQ5lqaWUp6/k7shVWgBma79Ce1xQ28nLsql3RP9fpDIUBcIU1rb4PUyZLJ4sUdTT79Rn3ZfeiWI6ADa4708PfG9UhND2ZkmaABeeGawx6m4zfwf5cM8sz1EMdqPwi6JH5mVkdYEQ5tBnATdE/RlrNxhzKAQQdnsIuZ/+bDnykyMAsZ3AzHEMhRdRW+PcoRXsp+QVhmLoCu4PRWtLC1PWezbGoq2De+va3v715bp7vfve7d8+ePdv8cNHlwPz1lmt8dMryAhAcghS77GczHWcv1NK0xu0vgYFhUy/GPCwr5n21xA75kCZyAfjJwwHNpbL7B2a8cVX7Hq9jydZU/UL7Su+emdbsOCu0ZbObTvqs2vvrRmjDK/rvG/IsSR+00UlfabOn71C1pl1mQFLkqvB6/FwuMmAwRky5m260QAw6/sExmLcQGMR3nydc6Go8VoR8i9TJIWUEWlaMY/gOYORiGfQRYKKsKxkgxH2ABDTNJfNS1NXst9MZGRhrCnosOyh3dmhyMnrJDh2Bpwb+OuiRe1Cyg4kqGksoLF3kfLioEKsjwBY5QLKJqcsKRkjkfM5WZdqKM7YeP34cAOuuOS1b5OaJsRbL8/WUKmHgbPMry+kH72L9C4Jt4keGQQ7Xq/pAUSq/em6XdCP9nleuXW9cD5HPt7aVuXB/p3KhMUUONlMUBfNDqnzeRTeROcNgBWsCP9BHm+UR2JiCIAMGZNK+NPf4s4eE34cUP6b9823vJVDUzGDsbwRCyjUo2qVxsd5s7el7vg9ZfV8kM0vK46OetG7V/zEEBwIbc9eBQGD6rGhdpLqGtU51YdPvZQxuUP8rQM+mep2PjlIOnng2AzyX+oxn578fUj6hVK7EKBFA51xCO1CjZIJDdJZQNJZSokGXCtBIkak5zFscpq4QqeXAxwGMC2ZgdkCGuXkUHJid8QnTlrM8KwPz10eC0cFNLj2H62FDtsubZdVutrGn57Cp6QP6uNT34ZjFOz9/HqkAFpZdMxdeE5Hn12c2xlH5AApwY1AtEwOW4+ncDFOOhWXP0Zb1mQIemtMMLA2iBeMS31nL5qNpe2qXdKrG1tHUNxtjNv+yX/z/rwUzw3VJp8420e9C6ssv+HR28gtKc0d9YFyb6LWRekZ1Ujnohp8BPjfS2eD/IOqT6tKYW6WfZuYmnhldd8ARUVYCwKaoOwU6E4CzSf6MhpB1HCNAz6x/AafjOHQ0AI2Bw7GOGZgZ3PQyr7NnG2yh6kamLhsTDybQg8/3QQHkuIkrzgJTMm151JY0B+b3339/5eb5iksCOq2Mf6xQ8IN+yEZrIpdNVfBDcxEIXVF2zbOj/phNErliDlfIsNYX6jHIqcDmoMPk83sevY7AUBoLfvyHOk334YdisjkLt4vpi5xNNprDustxzcbjLa4ABf0zh/WV4j4xF6rnnDNtU9nrQHbgS+BFaCxp/TNjM7SD+6QnjVeBPFzT3WwoUjN7evmv25jDVN+jfiL6S3lSNEYFXFSH0PkSiCCwkTmYNegj1sC476hXzKmsC+8MUoI9iecb6WDtPkAK+uIMZ2NN6iI7E59TebwE94/rppqTDnofjkMQqIKpDIFN9+1pIKcnKzy93bax03la7sDcxriDPD0JBOn9sRL9JHUt/IHicNFTF7ft/2JPUhgnqXvUVkRrvfTSSzsA8tckAzN+nku+ArKbrp4+fZrs57Fx9l9vG5gbkcsAQop617aRK+s/LwC5diN/nrGfV4aN1mqz3VHb5x1zds96sQzMBbThtofmFBGZsQS9PwRSEwzHXSSAccUP1LABUvtSX51Eo1XKHYEdrKoHLNCsHW32O2ghUBhtmW3pXch5I1bUVzUf+6HkzwPzw98RpTlf1DtN0swOQI8BOOz6FuXYjVFbBMk8RphWk/OzAIgh3RlIWTGXND70g6/9M2vAINVB0KN1BuaSKVKdOjB3cOUCyQgT6CmAEAO4ZM5iMCQtA/Pp+jZy8hhFZ0VkFhwrMfXHsXPk1+DoHO3QOTkiuIzYHT3n8En1g+XBDMzO8rz44ot3f/qnf3r35MmTHbAtluerI+GjgxvBVWaUg+fnQpuyQkcAROR6EHJJr6r8mj6luN7r2HlTv4pZOZBL6/A8wAY3KARLoVe1bnJQXj6nz9UmdatnUpVfAjxRBqBPqvZWMyCzcSs9j360DNXTCdBivXCTVS1sTgftsZ9UyS4DJiWGCMdrmxo7F3fAwO3tAjCrgArlpUGWZvr9aBvkXleJHaPu+f/qXkZzRVDRgUYFbuDz4bHS96LY4AXbYzvsm8sBsOA4CThQv1EWdQZzFfYdbdp7Z3Tg/8lwhtd52fKRFljXzqDnkOWpdFEybck9KIlxpg7MSqesG4Wlyz2Q6WYnAaYHgQ2O6+yMR1txbp5wXo53f4UDc2RfDpbnxO6YZAdmkQV6vrSSnJEnGxj77sxAw6XNuZKrQMjB+JcHsAebcPAH8BIgm+lz7VowkDp8PplLbEjPu/YPAVy9jdmhk7jhxkn7Ot6nzaJU4PzjK0ZsDd6oDhFD5YDYzmxwssbNk+eIskkBivWYhanm2IEjlfX6VkSwHY0hcgwisR53Q//PEDgI9TnVgT8H6ruvmRXsEvZhY6RZPLsIErFdzIn7Uj12YKa16OvRmgcTcsToRJsKsB0BpwQUog9/D0cdAhObjGBuAEoEmhIjNKsXzzSzRfH/IjFHWOcoTN0vZk7LBv49QqDHgL1Bvx0vizO2rGB+rOXm8Xt0YLZ7VugWDxvFyC09n6VlCjl6HFCd+rhdGZi/WnKUMPAhZddK2hjkevYI2+3lZs93ovoV9fm6j9t/fe0QeF0Cb59n/bCPauyHjnHVZ2D2XJFefRPHDZN/BAjA9EgszYxCB57FJjfdyKuvR+gz2Wit0Kkao9ygJYOocvwDQGdF/6nPqp9iPbhNAKUBgOD3uWif5jfBF1PdzMZoq208cmE2XtI52tKp6nF/qD8DD5oL+9twnfSZmJWnqeMzO2qPg2BdADW9LuiYwtSjXyPfG0wCCEDEoO9+DQAkASl4nsCL5Ugsfp6uERjJBSClmqO2GkDZgYVNoq4wPF0KIGTnyKyBHcJ6mJhQGtD59a9/3cGO3AOj7jfk4Oell17awQ6GqgeThGHqy4H5yyd8ejluTgPAgHLhZ/KwDXy6wZoN+Xa6rnLdGA/Ro2r3PO0/D7C6tn21uT7P2l8zRlz3MWafPW6WF4BnNc4UWBR/1SdzEW0i1RhddGQW2BxTmbAG00iUsS7YFja8Q8DE80uVDuZWtTMChFYzVamf6OvacbGvA9AzBWcMWlyQ5Yi1Kn57UvtqzaCPKRAugKGRXhv1x2vO34Wr32lsQ2DC9QgMJtDEoCXOuarATGu3Vc8YhIgk35ujw0WTj84MvHA7PWd7TkBKKImhFKatMFlh8kGjkHJsM/Px0ZxVeRqWzu9xijr68WhjegRMW+HXgw7M63DRL4/MGB28RsEf+S96k03jiAwmki+8b5GSLcJ6sWkc+aV8kYxX7sgGvx/UtY9Dm8MlZurzgKwvQux5yxiwQDn7mxhv9AgQis2S9jGxIz2wX5H0VzlGx6EuvN5ln7EBclkx7j6EjBupxNixBpZBkIocM2B2Zjr0YHPv6xjtcPyizRTYwQZY9YH//6/qa5LMsdKlAhPM2EQ9f7h9EedsNR1j+K5HEV4fwKHsG0GKFAeG0nXl35NYGAYqM3BUldNzZJQ6yxRzt4L10QnLI/mIiMGEZeCUfHqhI3M4Pd81EMKgZn8mUh8uahOAFKLNjBUZmKU5MD979szcrMVh6m+//fbmPkHLtPW7E2Z0QuI/N2/u126QFZh4KGNxBCBmdaq6l+Sor8NxYjOh5/jjLAftnoc1kkt9f045Ars8ftpwza46Yb4aa7ohTca+H7Qwv9DmXH1fGCxFWdwfbV4VOC7HwGscA3GQjJvXoJ/LxCF30FPHsHQ2+zHYma6NWT67DDbgag1kMv/qt2I61xhrq0+On24MWjA9CHig+0Bn3b8KAQ+BPPxuJR3jUi+zPFVZBwmQl6c/B13SOMjyxG8OfJcS2FGKpGLAIefvCjsbW4iOLE/vC3Ts1zZJMgi/jwloKbA6WJfGTGdtOaMjFxyYEfQY+PtgPW0JCw1YHzdzOfiJE9axb2d0wqSlxPgYODBLM2+9/PLLKTlhODA/ffq0g6t1uOhvX649AuIa0HLVc/iPcu2m+LzPjzbtuiM7dPYVKYAW/Ge+FtBdq/ND6j54jSZzlUs6HLR7Hpltmvh8F9y08RmAFJ1sXOV4qsfOz0W7rorkkOOZWW/WXtr4RwxIqSMBj2pNpJX3zR/G6qzfbFzV0bfGatAz0xv7YEZJYOy+XgefA3/21XjaNtahL2Z38DsLffPYGwMeO5vT0Am4t7UJaKH1SEAH5pSAjYG/y5ZPgreiLxwr6jB424zAC1xvBHgGINMAFkZ49fpKjskBVKL/Yrx+HXWbSaoESn4NSQfR5LUDizhywsBvpwGP7pwsBIKkYGlsEu3l5qe7lmTHQU48c58eD4NH05b75rhpKwBQJCBUOFxUW76f1157bWd53nzzzXW46G9RKh+dvby45+trN+QvWjpgKgDGF6YD9f9cOhbXs7rVOJ8XAB7Ve54yXPeZKa/a7PWhYwjsRfFXD25Ak3HKzRme6cEG13XRwg9IC3ah0g/L5RjwVKxQtYGleQ2d2XVmLQQCZoe+TtNxJ5s4sj3CbWNcGT+/qRzNFYFT2wDTXC/1wf1xkRRMj8A6gh5GOg11pAY8OBbWqYBML6v8dnhMqcGITYBOYlO0SCbY+tpoPaJMZHJIaOsrgTYXN9cJhLFrEbUlxDIhINoHvGddAryloyUk+/cMPjsMcIRAT0RyhXOyFQ7M0SeyPDbJzRN1/ZytYHYUIrf03s9nr+emrRPw2fVeDsy/GRlMV7SB7UUiJd196frSs/RXptTgKtXdC3P9auOU2XgHUo15WBY/ckWdy4PZg1mRh4Al3jifF+Rw3yLXrfVD1n3ox2zI+4NjzMYtfxgY+PQBaED4Tk03ydhYuT51MwUe9H2Z/ZDFGANr5ALz0bZ5pLZ2ALIuAIj+vWk/1nLU3gogiV1KLQNorNYSMPTwOU36PQRcrHup2Lwtl8emHj47NnbT57mbyBi4+Hv46WC5gilKR3NZBXqqMtYZ3xGgJHCCIEd19NFBQETj9z7bd6azQAQGSyClRYSYAEgr2BzBazmfHYYMjfHBoQr+PQK5eRrwCHPYkFVZGnhyhihAUERqKZixhHx9/LNlp+YAOXHAqIOd119/fS9zpgcOGt3AtHX4vV1yvfSEgTIHM7xxXbq/VH6NsB7x43oEuIb2sLlcAjByob+jOrN1eqhcu459bn5TrMmDxinAJq7d0boxuMLrGaCt9HgIWMXvgskEDGlmE/ZyJRZDRwYm9RHCmw5sqrM2vFEfAbZyTRWYF2AuZKYX+aQMWE4uMDztumJ3BhDJQATXJL5Hlpm3Kegq9MQx9pPlYyN3gRBqrSbK86i+d/GMQaJIygQ96K4j24EMTMkEFd8dKdqjDgNYUa2jxQKk6JlR3MsZ9CCAwpee2Z6NHKEHQCQymKDQ3DT0ifo0AJBOYY/+I2pMtQ5vl2wm6zpFPQZDEZl1enwHc+l5eoRYHimyLTvy8LotPL0MXY92DQQNYepm+fgJf4/IrWfPnu1nbKF5y0HPyy+/vEXiQzebeRZmd2D+0Y9+dIvfgyXPJ2V4ucw3MSnur90sq34usRSXNvRrwcG1wpvvtePJFXWGdRPpDIbKdXNJP8hFf88r167j7L4qlwP9nncdbVInviNsOqo2q4HhIfAyBTq943P7DkhsJIqE9lihTUcn86naHK17rxeAhyJ7hg2fvj9JtwPAM+ineuzHg+skoyB7xfNJAMHfYV5C82CfpTSGXABbqbJNzVlxPQUe0N9mZyBoDGygrU10tMl1aa5ymURs8RwR9HSn5FbAUVtXAY0YE8EKvDh0vGwHx04kZ2otEhrqhOXB8dt7gBMEKIMDMwIXoVPW5Qx+uvNyc1pO+Xz0IAMzZ17G8cO8NXNgDpYncvP468mTJ7ZMW88nRz46s00M64lc/9f4UVk1psgVQEiuFP6xv7ZZa4tghPWq1uJBul2oP4DHfSDVo3U8F9ohm3I03jXXqZ+DNb5qPah92QbqDJtxsbHOfhDSJksYYKjb9NhNEUebu5cVRyt0cwctjakeZ1KW/P2bgQGFevsgCHoYDIgc/jGT5qugOLWfSrU+Rd9VP9PP6sI4qgVzIiJHKQeGfqpxDYDizRk5JnBpmS1JgBHLY3wCIdi+j4sgHDZx1GnIw6NaOzA33RmYpWsEEjHHdj8ACWqTzEk0FoIddmAe2J+QYHkkJ0pM13FY6ZYzMHeTWYAhOUd7BcgwAYangapbisxKjskBaNDJ2SYOzHKfqHBneMKBWQgAWWN59J7JsThcNECOFhmYg+XBw0V//OMfb3Lh/+KSszz63ve+9x+c0CP+6PGP4MwBFetWm9jR5orXStdcxvWr/mc69PIrNuDpGMWccyc2hHw/FFAdsiTQf2xkR+udnl2oy2MKjV2tRwWoYp1E6vmIXPF9uARy2hgI+tCfpxpf5cL3i5anWtvqHqvdxDWCnAAnreIAco50qmTy/cLPI31PY1xp6+S6YTV4Xg1lWK/4f3+kb7TLBU2nyWeE/fF6ld9rqGfD4O03C9Uu5qy5SQdN2NV+c4P0GOnJ43K/sQfTvNL9ZG33oVsf2j4HhUVM7UN3mH+6j37a96B63Uj+vvjYN4WeURfXaK8besj5/wR/pukadWtttOkoNDZe93Uo+sF59D5P74/a9aOGWW/4mb9Oz/brE/jwcK9eL+bnz1udR7tS988f3TTx/mMc7NNfJ9By09o9auV7Ex/Hr90FyF/e7+PHj3cdTuDm5gRudp1PzI6He3m9m7fffvvm3Xff1b/39/6e/vCHP5Sf/OQnsuRYjkxX1Y/YJWBQlhVAYFb3IWM9RIeq/FK96i/erg9vsgIPirnKlePM6lzqo35o2Z8B9L1m7tc8rz6jo/k8VIa+aB5H+nEfs74F2+j4Fz7scblt2xDMbEicF30p/NVamXR6f7Apom5eKfK+4Pziem/X/DJm85fJvGZsUtn2YI6V3tgurrt+l9oqsDVy3ecn3HaobHa0xuXacPJB/L8E/7d4zXGNtoleG4yT6tBnUl0zI9PfgxFBHYNhsTMrWLE83G8VCWUG5iUtGBkuAzXQHMZtUnh7tJn1aTY/x0v1+HBR0jsxOwKMj4BJyoC9CdOW3Ie392SEVkRxtT7M60UmZiUH5vDfiQguNHEpMDzuwOzy7Nmz2xNgsjBtvfLKK7fI8qww9bkE0EkbSvwoCG1cUN7rNqk2vIfIVW0Oxr88gB0DkOo5/8BVzQ50eeiGf7QGA9CSGuCJPHw8fj+qO7S163yMLunF359L9au2R2vSP174MeTxuqiOYdUIVIr+D00p7Xn/v2SjuWLoU/Uwm3FXRbNJq4ORQlesf5hFmP6fJaADZYMuPIdqXJlNZNJu0u9sXaZjxZzi+4r3+LzSjbNV8/MDXTfSk8F0BxfQlyEgwXbR1shcxn1heyVzGUdt4TNsb4UDc4AGyQCCc+D0OQQQkZzMcABU1fMJUCnBC8x1wzkahal7veZwvLc5sSY7sMGcPAI+Ogr+Nw083ZqNx0tg3SPfHQQ8QiYtpWSEce3A9dTuFn16FJyYlTIwe5j6T3/6U1umrSxVZuTZhnFNmVyos9+bDX+VX+qff9iYWbl2g76kZzVmXPdxY9e0Y+B1aeyHAIu6kl3F0lwjRyDlIotV1ZXn+770gQiI8HdILowlk/rGeqrOE/dp9rcI3bBPbhNAo7fD9pO2h31N6k2fGfzlTn0JzUvhugRysDZcbjQv3Ig51Lsa+5o1LdeT29B3stKzzzN1Xs+ZvytybdsAstV3qQC+DHjQl2v6nHSMvDIJ1ECdBGBwjS2Dm1ROPjb9/4flKCspgMYAOELNeK4jy5OAVNQ3igRTyM2jZ7Zm6JPLcQxeX76+X87zsREIWqx2Zp7VG9igiMiSMxNkAXb0nrnxoyM6iOFMzAYZmP09DheN87V0crionM/ZSt+bb6KUR0DQRs5/uVcb0d4X3D/vhosqSDFGjPPcIEseoIM8fB4VYLqm/uz+0hghs8/ieWXYHIVAHj/D74pcP6dr1uua/qq1OGrPYx+aYHrHOkYm4f+TajPCtkmp/H+s3iEtOSHHD/hQTWrpul5Tv9h003yMAJuqzpiTge1Rve5w05hv29SOWLfq/wCWD21ofvt4kM9mYHjkYGNAnaNso6Mr6L0CYAOgCR0kA5KhDuoH682AQSR/10vTWFUG320GNjzODhCiETgSI8jooeUz0CH5iIgERBhICQGnI/DCurTP3MCBudcLB2c9m8cSyDEyYUXGY8jZ0+tH3p1Wt3R0FnBc9ndrEV4OerTI0ROHiwbgwXO2IhuzNOBUOTB/5zvfufvwww+t+j/7TZBrGR0W/OH7ogDO4WZn9oWc8TT7IazYImwTPyg6+QGesUAPAT1zpa1kwESOWSip6n7OdZz1f03ZtX2JzOczW9PZvC6tDY7Z7y9tzJIH5j5mm3CSCljENdzzBqRa/3XGAEtlBHRct7yPH/2J9M3OCERVmz83mowvR23i/9xkTYY+bMLOzfTc6CwxHVm4BCiO1merzyVjXRBcI5Ccgh4ABDhXq757SiwcAIzeFx2N0Rkb1inAII7JOiLAQXASiQNpXuincxflsMbT3DwKPj48FujBLFACV944jp1QiigzAE4ctdXy89y1NkdRVwn8GOTm0cK0JWS+csDTANKQlFApTN0jtrwMT1VvYw8sj4Odd9555+4P//APt/fee2/X85sGenagE//5h4eabPNKZVLdV+2P6hy18Xtuh33N6lR1rx139uxoHClA0hVtot2DQAf9oH9e4Dcdw7Jpo5pXu82+KajXQ9b/Wp2qMVCfag6zeUV5/M4i2FCd5+Sx/Fc06hRlle5seklmT+gg6TX5MTrc7KH/Dm6vmYdMQBDqrnqVCSiZxDihYfRZjUW/OQPg4DGwbwqpPwI9Chudoq5Cc5NCit+o/p8B7ivQmdqLZOdu7o/WZAAZWEck+2YV9bDu1AGa7o2/2/wcx8c5INAAtosPBQ1dZv438Y4HiKbcO0qsDuh20WEa9N14rbFe9OWApwGlbn6ynIwwvTfwMTwzyM8j55w/AaY6+HHE4iatNn5nZ5wFcoDjdTypYJyz5YyP2fkoisePH+9ZmB38+Blbv/jFL3Yn5n/0j/7R3Z/92Z/d/dN/+k+3H/zgB98I09b/D1nAK9jfKzinAAAAAElFTkSuQmCC);
  padding: 34px 40px 40px;
}
@media (max-width: 1024px) {
  .elementor-project-item.project-style-1 .project-content {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .elementor-project-item.project-style-1 .project-content {
    padding: 30px 15px;
  }
}
.elementor-project-item.project-style-1 .entry-title {
  color: #ffffff;
}
.elementor-project-item.project-style-1 .button-project {
  margin-top: 20px;
}
.elementor-project-item.project-style-1 .button-project .elementor-button-text {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .elementor-project-item.project-style-1 .project-image:after {
    opacity: 0;
  }
  .elementor-project-item.project-style-1 .project-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  .elementor-project-item.project-style-1:hover .project-image:after {
    opacity: 1;
  }
  .elementor-project-item.project-style-1:hover .project-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.elementor-project-item.project-style-3 .project-image {
  padding-top: 133.335%;
}
.elementor-project-item.project-style-3 .project-content {
  padding-top: 29px;
  opacity: 1;
  transform: translateX(0);
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.elementor-project-item.project-style-3 .button-project {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .elementor-project-item.project-style-3 .project-content {
    opacity: 0;
    transform: translateY(10px);
  }
  .elementor-project-item.project-style-3.show-title-yes .project-content, .elementor-project-item.project-style-3:hover .project-content {
    opacity: 1;
    transform: translateY(0);
  }
}
.elementor-project-item.project-style-4 .project-image {
  padding-top: 63.77%;
}
.elementor-project-item.project-style-4 .project-content {
  padding-top: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.project-style-2 {
  display: flex;
}
@media (max-width: 767px) {
  .project-style-2 {
    flex-direction: column;
  }
}
.project-style-2 .project-content {
  flex: 1;
  padding: 0px 0px 0px 120px;
}
@media (max-width: 1024px) {
  .project-style-2 .project-content {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 767px) {
  .project-style-2 .project-content {
    padding: 0 0 30px;
  }
}
.project-style-2 .project-image {
  width: 45.391%;
  height: 420px;
}
@media (max-width: 767px) {
  .project-style-2 .project-image {
    display: none;
  }
}
.project-style-2 .project-image .entry-image, .project-style-2 .project-image img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-style-2 .project-image-mobile {
  transform: translate3d(0, 0, 0) scale3d(1, 0, 1);
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.5s linear;
}
@media (max-width: 767px) {
  .project-style-2 .active .project-image-mobile {
    margin: 10px 0 20px;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
.project-style-2 .project-main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  animation-name: slidetop;
  pointer-events: none;
  transition: all 0.5s linear;
}
.project-style-2 .project-main-img.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.project-style-2 .entry-image {
  position: relative;
}
.project-style-2 .title-list {
  position: relative;
  z-index: 9;
}
.project-style-2 .elementor-project-item .entry-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  color: var(--e-global-color-text);
  padding: 25px 0;
}
@media (max-width: 1024px) {
  .project-style-2 .elementor-project-item .entry-title {
    padding: 16px 0;
    gap: 1.5rem;
  }
}
.project-style-2 .elementor-project-item .entry-title a {
  flex: 1;
}
.project-style-2 .elementor-project-item .project-index {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: calc(28 / 18);
  color: var(--e-global-color-lighter);
}
.project-style-2 .elementor-project-item:hover a,
.project-style-2 .elementor-project-item:hover .entry-title,
.project-style-2 .elementor-project-item:hover .project-index, .project-style-2 .elementor-project-item.active a,
.project-style-2 .elementor-project-item.active .entry-title,
.project-style-2 .elementor-project-item.active .project-index {
  color: var(--e-global-color-secondary);
}
.project-style-2 .project {
  border-bottom: 1px solid #A4A29F4D;
}
.project-style-2 .project:first-child {
  border-top: 1px solid #A4A29F4D;
}

.elementor-team-item.swiper-slide {
  height: auto;
}
.elementor-team-item .team-card {
  overflow: hidden;
  position: relative;
}
.elementor-team-item .team-image {
  position: relative;
  will-change: transform;
  background: #D9D9D9;
  max-height: 100%;
  height: 100%;
  padding-top: 133.334%;
  overflow: hidden;
}
.elementor-team-item .team-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-out;
  transform: scale(1);
}
.elementor-team-item:hover .team-image img {
  transition: all 0.5s ease-out;
  transform: scale(1.05);
}
.elementor-team-item .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: calc(34 / 26);
  letter-spacing: -0.52px;
  text-transform: capitalize;
  color: #1C1C1D;
  margin: 0;
}
.elementor-team-item .team-job {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: calc(24 / 15);
  letter-spacing: -0.3px;
  padding-top: 10px;
  color: #59585D;
  font-weight: 500;
}
@media (max-width: 768px) {
  .elementor-team-item .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.elementor-team-item.team-style-1 .team-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.elementor-team-item.team-style-1 .team-media {
  position: relative;
  overflow: hidden;
}
.elementor-team-item.team-style-1 .team-media:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 8.17%, rgba(186, 154, 103, 0.64) 41.26%, var(--e-global-color-primary) 100%);
  transform: translateY(20px);
  opacity: 0;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.elementor-team-item.team-style-1 .team-socials {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.elementor-team-item.team-style-1 .team-socials .team-social-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-secondary);
  font-size: 16px;
  font-size: 1rem;
  background: #ffffff;
  transform: translateX(20px);
  opacity: 0;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.elementor-team-item.team-style-1 .team-card-content {
  padding-top: 20px;
}
.elementor-team-item.team-style-1:hover .team-media:after {
  transform: translateY(0);
  opacity: 1;
}
.elementor-team-item.team-style-1:hover .team-socials .team-social-link {
  transform: translateX(0);
  opacity: 1;
}
.elementor-team-item.team-style-2 .team-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000066;
}
.elementor-team-item.team-style-2 .team-card-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
}
.elementor-team-item.team-style-2 .entry-title,
.elementor-team-item.team-style-2 .team-job {
  color: #ffffff;
}
@media (max-width: 768px) {
  .elementor-team-item.team-style-2 .team-card-content {
    padding: 30px 15px;
  }
}

a[class*=social-link][href*=twitter]:before {
  content: "";
}
a[class*=social-link][href*=instagram]:before {
  content: "";
}
a[class*=social-link][href*=yelp]:before {
  content: "";
}
a[class*=social-link][href*=flickr]:before {
  content: "";
}
a[class*=social-link][href*=github]:before {
  content: "";
}
a[class*=social-link][href*=dribbble]:before {
  content: "";
}
a[class*=social-link][href*=wordpress]:before {
  content: "";
}
a[class*=social-link][href*=tumblr]:before {
  content: "";
}
a[class*=social-link][href*=vine]:before {
  content: "";
}
a[class*=social-link][href*=snapchat]:before {
  content: "";
}
a[class*=social-link][href*=codepen]:before {
  content: "";
}
a[class*=social-link][href*=skype]:before {
  content: "";
}
a[class*=social-link][href*=reddit]:before {
  content: "";
}
a[class*=social-link][href*=stumbleupon]:before {
  content: "";
}
a[class*=social-link][href*=pocket]:before {
  content: "";
}
a[class*=social-link][href*=foursquare]:before {
  content: "";
}
a[class*=social-link][href*=medium]:before {
  content: "";
}
a[class*=social-link][href*=gotinder]:before {
  content: "";
}
a[class*=social-link][href*=stackoverflow]:before {
  content: "";
}
a[class*=social-link][href*=adn]:before {
  content: "";
}
a[class*=social-link][href*=amazon]:before {
  content: "";
}
a[class*=social-link][href*=android]:before {
  content: "";
}
a[class*=social-link][href*="500px"]:before {
  content: "";
}
a[class*=social-link][href*=angel]:before {
  content: "";
}
a[class*=social-link][href*=behance]:before {
  content: "";
}
a[class*=social-link][href*=blacktieguide]:before {
  content: "";
}
a[class*=social-link][href*=buysellads]:before {
  content: "";
}
a[class*=social-link][href*=jcbusa]:before {
  content: "";
}
a[class*=social-link][href*=visa]:before {
  content: "";
}
a[class*=social-link][href*=connectdevelop]:before {
  content: "";
}
a[class*=social-link][href*="del.icio.us"]:before {
  content: "";
}
a[class*=social-link][href*=dropbox]:before {
  content: "";
}
a[class*=social-link][href*=empire]:before {
  content: "";
}
a[class*=social-link][href*=awesome]:before {
  content: "";
}
a[class*=social-link][href*=facebook]:before {
  content: "";
}
a[class*=social-link][href*=gratipay]:before {
  content: "";
}
a[class*=social-link][href*="plus.google"]:before {
  content: "";
}
a[class*=social-link][href*="wallet.google/"]:before {
  content: "";
}
a[class*=social-link][href*=houzz]:before {
  content: "";
}
a[class*=social-link][href*=modx]:before {
  content: "";
}
a[class*=social-link][href*=openid]:before {
  content: "";
}
a[class*=social-link][href*=qqchat]:before {
  content: "";
}
a[class*=social-link][href*=rebel]:before {
  content: "";
}
a[class*=social-link][href*=renren-inc]:before {
  content: "";
}
a[class*=social-link][href*=sellsy]:before {
  content: "";
}
a[class*=social-link][href*=simplybuilt]:before {
  content: "";
}
a[class*=social-link][href*=slideshare]:before {
  content: "";
}
a[class*=social-link][href*=soundcloud]:before {
  content: "";
}
a[class*=social-link][href*=steamcommunity]:before {
  content: "";
}
a[class*=social-link][href*=superpower-inc]:before {
  content: "";
}
a[class*=social-link][href*=trello]:before {
  content: "";
}
a[class*=social-link][href*="twitch.tv"]:before {
  content: "";
}
a[class*=social-link][href*=viacoin]:before {
  content: "";
}
a[class*=social-link][href*=vimeo]:before {
  content: "";
}
a[class*=social-link][href*=weibo]:before {
  content: "";
}
a[class*=social-link][href*=microsoft]:before {
  content: "";
}
a[class*=social-link][href*=wpforms]:before {
  content: "";
}
a[class*=social-link][href*=youtube]:before {
  content: "";
}
a[class*=social-link][href*=apple]:before {
  content: "";
}
a[class*=social-link][href*=bitbucket]:before {
  content: "";
}
a[class*=social-link][href*=americanexpress]:before {
  content: "";
}
a[class*=social-link][href*="mastercard.us"]:before {
  content: "";
}
a[class*=social-link][href*="google/chrome"]:before {
  content: "";
}
a[class*=social-link][href*=contao]:before {
  content: "";
}
a[class*=social-link][href*=deviantart]:before {
  content: "";
}
a[class*=social-link][href*=drupal]:before {
  content: "";
}
a[class*=social-link][href*="envira.uk"]:before {
  content: "";
}
a[class*=social-link][href*="https://mozilla/"]:before {
  content: "";
}
a[class*=social-link][href*=fonticons]:before {
  content: "";
}
a[class*=social-link][href*=codecamp]:before {
  content: "";
}
a[class*=social-link][href*="glide.me"]:before {
  content: "";
}
a[class*=social-link][href*=gratipay]:before {
  content: "";
}
a[class*=social-link][href*=iox]:before {
  content: "";
}
a[class*=social-link][href*="last.fm"]:before {
  content: "";
}
a[class*=social-link][href*=linode]:before {
  content: "";
}
a[class*=social-link][href*=odnoklassniki]:before {
  content: "";
}
a[class*=social-link][href*=opera]:before {
  content: "";
}
a[class*=social-link][href*=piedpiper]:before {
  content: "";
}
a[class*=social-link][href*=quora]:before {
  content: "";
}
a[class*=social-link][href*=sharesc]:before {
  content: "";
}
a[class*=social-link][href*=skyatlas]:before {
  content: "";
}
a[class*=social-link][href*=spotify]:before {
  content: "";
}
a[class*=social-link][href*=steampowered]:before {
  content: "";
}
a[class*=social-link][href*=telegram]:before {
  content: "";
}
a[class*=social-link][href*=tripadvisor]:before {
  content: "";
}
a[class*=social-link][href*="us.viadeo"]:before {
  content: "";
}
a[class*=social-link][href*=weixin]:before {
  content: "";
}
a[class*=social-link][href*=xing]:before {
  content: "";
}
a[class*=social-link][href*=yoast]:before {
  content: "";
}
a[class*=social-link][href*=amazon]:before {
  content: "";
}
a[class*=social-link][href*=android]:before {
  content: "";
}
a[class*=social-link][href*=bandcamp]:before {
  content: "";
}
a[class*=social-link][href*=behance]:before {
  content: "";
}
a[class*=social-link][href*=bitbucket]:before {
  content: "";
}
a[class*=social-link][href*=btc-e]:before {
  content: "";
}
a[class*=social-link][href*=dinersclub]:before {
  content: "";
}
a[class*=social-link][href*=discover]:before {
  content: "";
}
a[class*=social-link][href*=paypal]:before {
  content: "";
}
a[class*=social-link][href*=stripe]:before {
  content: "";
}
a[class*=social-link][href*=codiepie]:before {
  content: "";
}
a[class*=social-link][href*=dashcube]:before {
  content: "";
}
a[class*=social-link][href*=digg]:before {
  content: "";
}
a[class*=social-link][href*=edge]:before {
  content: "";
}
a[class*=social-link][href*=etsy]:before {
  content: "";
}
a[class*=social-link][href*=expeditedssl]:before {
  content: "";
}
a[class*=social-link][href*=fontawesome]:before {
  content: "";
}
a[class*=social-link][href*=forumbee]:before {
  content: "";
}
a[class*=social-link][href*=getpocket]:before {
  content: "";
}
a[class*=social-link][href*=gitlab]:before {
  content: "";
}
a[class*=social-link][href*=google]:before {
  content: "";
}
a[class*=social-link][href*="news.ycombinator"]:before {
  content: "";
}
a[class*=social-link][href*=imdb]:before {
  content: "";
}
a[class*=social-link][href*=joomla]:before {
  content: "";
}
a[class*=social-link][href*=jsfiddle]:before {
  content: "";
}
a[class*=social-link][href*=leanpub]:before {
  content: "";
}
a[class*=social-link][href*=linkedin]:before {
  content: "";
}
a[class*=social-link][href*=linux]:before {
  content: "";
}
a[class*=social-link][href*=maxcdn]:before {
  content: "";
}
a[class*=social-link][href*=meetup]:before {
  content: "";
}
a[class*=social-link][href*=mixcloud]:before {
  content: "";
}
a[class*=social-link][href*=opencart]:before {
  content: "";
}
a[class*=social-link][href*=optinmonster]:before {
  content: "";
}
a[class*=social-link][href*=pagelines]:before {
  content: "";
}
a[class*=social-link][href*=piedpiper]:before {
  content: "";
}
a[class*=social-link][href*=pinterest]:before {
  content: "";
}
a[class*=social-link][href*=producthunt]:before {
  content: "";
}
a[class*=social-link][href*=rebel]:before {
  content: "";
}
a[class*=social-link][href*=ravelry]:before {
  content: "";
}
a[class*=social-link][href*=scribd]:before {
  content: "";
}
a[class*=social-link][href*=shirtsinbulk]:before {
  content: "";
}
a[class*=social-link][href*=slack]:before {
  content: "";
}
a[class*=social-link][href*=stackexchange]:before {
  content: "";
}
a[class*=social-link][href*=stackoverflow]:before {
  content: "";
}
a[class*=social-link][href*=tencent]:before {
  content: "";
}
a[class*=social-link][href*=themeisle]:before {
  content: "";
}
a[class*=social-link][href*=viadeo]:before {
  content: "";
}
a[class*=social-link][href*=vimeo]:before {
  content: "";
}
a[class*=social-link][href*=vk]:before {
  content: "";
}
a[class*=social-link][href*=weixin]:before {
  content: "";
}
a[class*=social-link][href*=whatsapp]:before {
  content: "";
}
a[class*=social-link][href*=wikipedia]:before {
  content: "";
}
a[class*=social-link][href*=wpbeginner]:before {
  content: "";
}
a[class*=social-link][href*=wpexplorer]:before {
  content: "";
}
a[class*=social-link][href*=xing]:before {
  content: "";
}
a[class*=social-link][href*=ycombinator]:before {
  content: "";
}
a[class*=social-link]:before {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}

/*-------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
.course-item-lp_quiz footer,
.course-item-lp_lesson footer {
  display: none;
}

.unita-footer-builder .site-footer {
  padding-top: 0;
}

.copyright-bar {
  color: var(--e-global-color-lighter);
  padding: 1.618034em 15px;
  min-height: 105px;
  border-top: 1px solid var(--e-global-color-border);
  display: flex;
  align-items: center;
}
.copyright-bar .site-info {
  text-align: center;
}
.copyright-bar .site-info a.site-url:not(.button) {
  color: var(--e-global-color-text);
}
.copyright-bar .site-info a.site-url:not(.button):hover {
  color: var(--e-global-color-primary);
}

@media (max-width: 1024px) {
  [data-elementor-type=footer] {
    margin-bottom: 60px;
  }
}

.scrollup {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  padding: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--e-global-color-primary);
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 1200px) {
  .scrollup {
    right: 30px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .scrollup {
    right: 15px;
    width: 40px;
    height: 40px;
  }
}
.scrollup .scrollup-icon {
  transition: all 0.5s ease-in-out;
}
.scrollup:hover, .scrollup:focus {
  color: #FFFFFF;
  background-color: var(--e-global-color-secondary);
  transition: all 0.5s ease-in-out;
}
.scrollup:hover .scrollup-icon, .scrollup:focus .scrollup-icon {
  transform: translateY(-2px);
}

/*-------------------------------------------------------------
5.0 Alignment
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.41577975em;
  margin-bottom: 1.41577975em;
  clear: both;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.41577975em;
  margin-bottom: 1.41577975em;
  clear: both;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.41577975em;
}

/*-------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*-------------------------------------------------------------
7.0 Clearing
--------------------------------------------------------------*/
.clear::before, .clear::after,
.entry-content::before,
.entry-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
}
.clear::after,
.entry-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/*-------------------------------------------------------------
8.0 Tables
--------------------------------------------------------------*/
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table caption {
  padding: 1em 0;
  font-weight: var(--e-global-typography-primary-font-weight);
}
table td,
table th {
  padding: 1em 1.41577975em;
  text-align: left;
  vertical-align: top;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table th {
  font-weight: var(--e-global-typography-text-font-weight);
}
table thead th {
  padding: 1.41577975em;
  vertical-align: middle;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}

.mptt-shortcode-wrapper .mptt-navigation-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li {
  padding: 0;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li a {
  position: relative;
  color: var(--e-global-color-text);
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--e-global-color-primary);
  right: auto;
  transition: width 0.5s;
  bottom: -5px;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li:hover a {
  color: var(--e-global-color-primary);
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li:hover a:before {
  width: 100%;
  left: 0;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li.active a {
  color: var(--e-global-color-primary);
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li.active a:before {
  width: 100%;
  height: 1px;
  background-color: var(--e-global-color-primary);
}
.mptt-shortcode-wrapper .mptt-shortcode-table {
  background-color: #FFFFFF;
  border-radius: 0 30px;
  position: relative;
  margin-top: 60px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 120, 43, 0.4);
  border-radius: 0 30px;
  top: 0;
  left: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  border: 1px dashed var(--e-global-color-border);
  background-color: transparent;
  padding: 13px 50px;
  color: var(--e-global-color-text);
  border-top: none;
  border-bottom: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th:last-child {
  border-right: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th:first-child {
  border-left: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
  border: 1px dashed var(--e-global-color-border);
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td:first-child {
  border-left: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td:last-child {
  border-right: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+1) {
  background-color: rgba(244, 236, 228, 0.4);
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+1) .event {
  background-color: rgba(244, 236, 228, 0);
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
  background-color: transparent;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:last-child td {
  border-bottom: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
  outline: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1200px) {
  .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
    padding: 13px 10px;
  }
}
@media (max-width: 768px) {
  .mptt-shortcode-wrapper .mptt-navigation-tabs {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.mptt-shortcode-wrapper.mptt-table-fixed {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .mptt-shortcode-wrapper.mptt-table-fixed {
    overflow-x: scroll;
  }
}

/*-------------------------------------------------------------
9.0 404 Styles
--------------------------------------------------------------*/
.error404 #page {
  position: relative;
}
.error404 .site-content {
  margin: 0 !important;
  padding: 0 !important;
}
.error404 .site-content .col-full {
  max-width: 100%;
  padding: 0;
}
.error404 .error-404 {
  padding: 120px 30px 120px 30px;
}
@media (max-width: 768px) {
  .error404 .error-404 {
    padding: 60px 15px 60px 15px;
  }
}
.error404 .page-content {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error404 .error-image {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .error404 .error-image {
    margin-bottom: 30px;
  }
}
.error404 .error-image img {
  margin: 0 auto 0;
}
.error404 .error-title {
  font-size: 62px;
  font-size: 3.875rem;
  margin-bottom: 30px;
  text-align: center;
}
.error404 .error-title span {
  color: var(--e-global-color-primary);
}
@media (max-width: 768px) {
  .error404 .error-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.error404 .error-sub-title {
  max-width: 515px;
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-text);
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .error404 .error-sub-title {
    margin-bottom: 35px;
  }
}
.error404 .button-wrapper .elementor-button {
  color: #FFFFFF;
  background-color: var(--e-global-color-secondary);
}
.error404 .button-wrapper .elementor-button:hover {
  background-color: var(--e-global-color-primary);
}
.error404 .go-back {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  text-transform: capitalize;
  color: var(--e-global-color-primary);
}
.error404 .go-back:hover {
  color: var(--e-global-color-secondary);
}
.error404.right-sidebar .content-area, .error404.left-sidebar .content-area {
  width: 100%;
  display: block;
}

/*-------------------------------------------------------------
10.0 Comments
--------------------------------------------------------------*/
#comments {
  margin: 47px auto 0;
}
#comments .comments-title {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 41px;
}
#comments .comments-title span {
  color: var(--e-global-color-primary);
}
@media (max-width: 768px) {
  #comments .comments-title {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
#comments .comment-form-comment {
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-form-comment textarea {
  height: 120px;
  color: var(--e-global-color-secondary);
}
#comments .comment-form-comment textarea::-webkit-input-placeholder {
  color: var(--e-global-color-text);
}
#comments .comment-form-cookies-consent {
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-list {
  position: relative;
  list-style: none;
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  #comments .comment-list {
    margin: 0 0 30px;
  }
}
#comments .comment-list [class*=depth-] {
  display: flex;
  flex-direction: column;
}
#comments .comment-list .depth-1:first-of-type > .comment-body {
  padding-top: 0;
  border-top: none;
}
#comments .comment-list .depth-1:last-child > .comment-body {
  padding-bottom: 0;
}
#comments .comment-list .depth-1 > .comment-body {
  position: relative;
}
#comments .comment-list .comment-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--e-global-color-border);
}
#comments .comment-list .parent, #comments .comment-list .children {
  list-style: none;
}
#comments .comment-list .comment-author {
  display: block;
  z-index: 1;
}
@media (max-width: 425px) {
  #comments .comment-list .comment-author {
    display: none;
  }
}
#comments .comment-list .avatar {
  width: 58px;
  height: 64px;
  object-fit: cover;
}
@media (max-width: 568px) {
  #comments .comment-list .avatar {
    display: none;
  }
}
#comments .comment-list .comment-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(100% - 80px);
  position: relative;
}
@media (max-width: 568px) {
  #comments .comment-list .comment-content {
    width: 100%;
  }
}
#comments .comment-list .children {
  margin-left: 82px;
}
#comments .comment-list .children .parent {
  border-bottom: 1px solid #FFFFFF26;
}
#comments .comment-list .children .parent:last-child {
  border: none;
}
@media (max-width: 768px) {
  #comments .comment-list .children {
    margin-left: 50px;
  }
}
@media (max-width: 425px) {
  #comments .comment-list .children {
    margin-left: 30px;
  }
}
#comments .comment-list .comment-meta {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (max-width: 568px) {
  #comments .comment-list .comment-meta {
    flex-direction: column;
    gap: 15px;
  }
}
#comments .comment-list .comment-meta a.comment-date {
  color: var(--e-global-color-text);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}
#comments .comment-list .comment-meta .comment-author {
  display: inline-block;
}
#comments .comment-list .comment-meta cite {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  clear: both;
  display: block;
  color: var(--e-global-color-secondary);
  font-size: 20px;
  font-size: 1.25rem;
}
#comments .comment-list .trackback .comment-body .comment-content:before,
#comments .comment-list .pingback .comment-body .comment-content:before {
  content: none;
}
#comments .comment-list .comment-text p {
  margin: 0;
}
#comments .comment-list .reply {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
#comments .comment-list .reply a {
  gap: 6px;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  align-items: center;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  color: var(--e-global-color-secondary);
  transition: 0.5s all ease;
}
#comments .comment-list .reply a:before {
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-primary);
  transition: 0.5s all ease;
}
#comments .comment-list .reply a:hover {
  color: var(--e-global-color-primary);
}
#comments .comment-list .reply .comment-reply-link:before,
#comments .comment-list .reply .comment-reply-login:before {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
}
#comments .comment-list .reply .comment-edit-link:before {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 568px) {
  #comments .comment-list .reply {
    position: relative;
    top: 0;
    right: 0;
  }
}
#comments .comment-list #respond {
  padding: 20px 1.618034em 15px;
  background-color: rgba(0, 0, 0, 0.0125);
  margin: 10px 0 10px auto;
  border-radius: 3px;
  border: 1px solid var(--e-global-color-border);
  width: 100%;
}
@media (min-width: 1024px) {
  #comments .comment-list #respond {
    width: calc(100% - 80px);
  }
}
#comments .bypostauthor {
  font-size: inherit;
}
#comments .bypostauthor > .comment-body cite::after {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5407797364em;
}
#comments blockquote {
  margin-left: 0;
}
#comments table th,
#comments table td {
  border: 1px solid;
  border-color: var(--e-global-color-border);
}

#commentform {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#commentform > p, #commentform .comment-form-rating, #commentform .form-submit {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  #commentform .comment-form-author,
#commentform .comment-form-email, #commentform .comment-form-url {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
#commentform .comment-form-url {
  padding: 0 10px;
}
#commentform .comment-notes {
  flex: 0 0 100%;
  max-width: 100%;
  order: -1;
}
#commentform p {
  margin-bottom: 0;
}
#commentform .form-submit {
  order: 3;
  margin-top: 20px;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
  margin-bottom: 30px;
}
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
  width: 100%;
  height: 54px;
  border-radius: 0px;
  color: var(--e-global-color-secondary);
}
#commentform .comment-form-author input::-webkit-input-placeholder,
#commentform .comment-form-email input::-webkit-input-placeholder,
#commentform .comment-form-url input::-webkit-input-placeholder {
  color: var(--e-global-color-text);
}
#commentform .logged-in-as, #commentform .comment-notes {
  margin-bottom: 32px;
  order: 0;
  color: var(--e-global-color-secondary);
}
#commentform .logged-in-as a, #commentform .comment-notes a {
  text-decoration: underline;
}
#commentform .logged-in-as a:hover, #commentform .comment-notes a:hover {
  color: var(--e-global-color-primary);
}
#commentform .comment-form-cookies-consent,
#commentform .comment-form-comment {
  margin-bottom: 30px;
  order: 1;
}
#commentform .comment-form-cookies-consent a,
#commentform .comment-form-comment a {
  text-decoration: underline;
  color: var(--e-global-color-text);
}
#commentform .comment-form-cookies-consent a:hover,
#commentform .comment-form-comment a:hover {
  color: var(--e-global-color-primary);
}
#commentform .comment-form-cookies-consent {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
#commentform .comment-form-cookies-consent input[type=checkbox] {
  appearance: none;
  aspect-ratio: 1;
  box-sizing: border-box;
  border: 1px solid var(--e-global-color-border);
  border-radius: 2px;
  position: relative;
  background: var(--_bg, #FFFFFF);
  width: 100%;
  max-width: 20px;
  height: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
#commentform .comment-form-cookies-consent input[type=checkbox]:checked {
  --_bg: #1F3F68;
  --_bga: #ffffff;
  border: none;
}
#commentform .comment-form-cookies-consent input[type=checkbox]::after {
  --_mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="3" stroke="%23000" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path d="M5 12l5 5l10 -10"/></svg>');
  background: var(--_bga, transparent);
  content: "";
  inset: 0;
  position: absolute;
  mask: var(--_mask) no-repeat center/contain;
  -webkit-mask: var(--_mask) no-repeat center/contain;
  mask-size: 16px;
}

.comment-content a {
  word-wrap: break-word;
  text-decoration: none;
}

#respond {
  clear: both;
  position: relative;
}
#respond #reply-title {
  color: var(--e-global-color-secondary);
  font-size: 52px;
  font-size: 3.25rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin-bottom: 30px;
  position: relative;
}
#respond #reply-title span {
  color: var(--e-global-color-primary);
}
@media (max-width: 768px) {
  #respond #reply-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
#respond #cancel-comment-reply-link {
  position: absolute;
  top: 15px;
  right: 0;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  line-height: 1;
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
  transition: transform, ease, 0.3s;
}
#respond #cancel-comment-reply-link:before {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  display: block;
}
.sticky #respond:before {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  display: block;
}

/*-------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-disable */
  /*vertical-align: middle; /* Improves appearance and consistency in all browsers */
  /* stylelint-enable */
}

.elementor-button {
  display: inline-flex;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  white-space: nowrap;
  background-color: var(--e-global-color-secondary);
  border-width: inherit;
  border-style: solid;
  border-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.elementor-button .elementor-button-content-wrapper {
  display: flex;
  position: relative;
  gap: 6.5px;
  align-items: center;
}
.elementor-button .elementor-button-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.elementor-button .elementor-button-icon i, .elementor-button .elementor-button-icon svg {
  border-radius: 50%;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.elementor-button:hover, .elementor-button:focus {
  background-color: var(--e-global-color-primary);
  border-color: transparent;
  color: #FFFFFF;
}
.elementor-button:visited {
  color: #FFFFFF;
}
.elementor-button:visited:hover {
  color: #FFFFFF;
}
.elementor-button.elementor-size-xs {
  padding: 0.64rem 1.6rem;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0px;
}
.elementor-button.elementor-size-sm {
  padding: 1.14rem 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0px;
}
.elementor-button.elementor-size-md {
  padding: 1.25rem 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0px;
}
.elementor-button.elementor-size-lg {
  padding: 1.3rem 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0px;
}
.elementor-button.elementor-size-xl {
  padding: 1.5rem 3rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0px;
}
.elementor-element.elementor-button-info .elementor-button {
  background-color: #3d9cd2;
  border-color: #3d9cd2;
}
.elementor-element.elementor-button-success .elementor-button {
  background-color: #0f834d;
  border-color: #0f834d;
}
.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f;
  border-color: #d9534f;
}

/* Button Outline */
.elementor-button-outline .elementor-button,
.button-outline .elementor-button {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  position: relative;
  border: 1px solid var(--e-global-color-border);
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}
.elementor-button-outline .elementor-button i, .elementor-button-outline .elementor-button svg,
.button-outline .elementor-button i,
.button-outline .elementor-button svg {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-secondary);
  transition: all 0.5s ease-in-out;
}
.elementor-button-outline .elementor-button:hover, .elementor-button-outline .elementor-button:focus,
.button-outline .elementor-button:hover,
.button-outline .elementor-button:focus {
  color: #FFFFFF;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.elementor-button-outline .elementor-button:hover i, .elementor-button-outline .elementor-button:hover svg, .elementor-button-outline .elementor-button:focus i, .elementor-button-outline .elementor-button:focus svg,
.button-outline .elementor-button:hover i,
.button-outline .elementor-button:hover svg,
.button-outline .elementor-button:focus i,
.button-outline .elementor-button:focus svg {
  color: #FFFFFF;
}

.elementor-button-link .elementor-button {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 5px 4px 4px 7px;
  transition: all 0.4s ease;
  line-height: 1.0769230769;
}
.elementor-button-link .elementor-button .elementor-button-content-wrapper {
  display: flex;
  gap: 6.5px;
  position: relative;
  z-index: 1;
  align-items: center;
}
.elementor-button-link .elementor-button .elementor-button-icon {
  position: relative;
  z-index: 1;
}
.elementor-button-link .elementor-button .elementor-button-icon i, .elementor-button-link .elementor-button .elementor-button-icon svg {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--e-global-color-secondary);
}
.elementor-button-link .elementor-button:hover, .elementor-button-link .elementor-button:focus {
  background-color: var(--e-global-color-primary);
  color: #FFFFFF;
}

.more-link .elementor-button {
  font-size: 13px;
  font-size: 0.8125rem;
}
.more-link .elementor-button .elementor-button-icon {
  background-color: var(--e-global-color-primary);
  border-radius: 3px;
  padding: 2px;
}
.more-link .elementor-button .elementor-button-icon i, .more-link .elementor-button .elementor-button-icon svg {
  color: #FFFFFF;
  font-size: 12px;
  font-size: 0.75rem;
}

input[type=submit] {
  padding: 1.25rem 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0px;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  white-space: nowrap;
  background-color: var(--e-global-color-secondary);
  border-width: inherit;
  border-style: solid;
  border-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
input[type=submit] .elementor-button-content-wrapper {
  display: flex;
  position: relative;
  gap: 6.5px;
  align-items: center;
}
input[type=submit] .elementor-button-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
input[type=submit] .elementor-button-icon i, input[type=submit] .elementor-button-icon svg {
  border-radius: 50%;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: var(--e-global-color-primary);
  border-color: transparent;
  color: #FFFFFF;
}

input[type=button].loading,
input[type=reset].loading,
.button.loading {
  opacity: 0.5;
}
input[type=button].small,
input[type=reset].small,
.button.small {
  padding: 0.5407797364em 0.875em;
  font-size: 0.875em;
}
input[type=button].disabled, input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
.button.disabled,
.button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
input[type=button].disabled:hover, input[type=button]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover {
  opacity: 0.5 !important;
}
input[type=button].loading,
input[type=reset].loading,
.button.loading {
  position: relative;
}
input[type=button].loading::after,
input[type=reset].loading::after,
.button.loading::after {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  line-height: 12px;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
  width: 18px;
  height: 18px;
}
input[type=checkbox] + label,
input[type=radio] + label {
  margin: 0 0 0 0.3819660059em;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-secondary);
}

.input-square {
  display: inline-flex;
}
.input-square input[type=radio],
.input-square input[type=checkbox] {
  opacity: 0;
  display: none;
}
.input-square input[type=radio]:checked + label:before,
.input-square input[type=checkbox]:checked + label:before {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  text-indent: 0;
}
.input-square input[type=radio]:checked + label:after,
.input-square input[type=checkbox]:checked + label:after {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  z-index: 1;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  text-indent: -999px;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.input-square input[type=radio] + label,
.input-square input[type=checkbox] + label {
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  color: #5C626A;
  line-height: 1.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.input-square input[type=radio] + label:hover,
.input-square input[type=checkbox] + label:hover {
  color: var(--e-global-color-primary);
}
.input-square input[type=radio] + label:hover:before,
.input-square input[type=checkbox] + label:hover:before {
  border-color: var(--e-global-color-primary);
}
.input-square input[type=radio] + label:before,
.input-square input[type=checkbox] + label:before {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid;
  width: 20px;
  height: 20px;
  z-index: 1;
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
  background-color: #fff;
  border-color: var(--e-global-color-border);
  border-radius: 50%;
  text-indent: -999px;
  overflow: hidden;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.input-cicrle {
  display: inline-flex;
}
.input-cicrle input[type=radio],
.input-cicrle input[type=checkbox] {
  /* Hide original inputs */
  opacity: 0;
  display: none;
}
.input-cicrle input[type=radio]:checked + label:after,
.input-cicrle input[type=checkbox]:checked + label:after {
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.input-cicrle input[type=radio] + label,
.input-cicrle input[type=checkbox] + label {
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 1.875rem;
}
.input-cicrle input[type=radio] + label:hover:before,
.input-cicrle input[type=checkbox] + label:hover:before {
  border-color: var(--e-global-color-primary);
}
.input-cicrle input[type=radio] + label:before,
.input-cicrle input[type=checkbox] + label:before {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid;
  border-radius: 50%;
  border-color: var(--e-global-color-border);
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.input-cicrle input[type=radio] + label:after,
.input-cicrle input[type=checkbox] + label:after {
  height: 6px;
  width: 6px;
  margin-right: 5px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  position: absolute;
  left: 6px;
  top: 50%;
  border-radius: 50%;
  background-color: var(--e-global-color-primary);
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: 0;
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}
input[type=search]::placeholder {
  color: #A3A7B6;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  padding: 11px 24px;
  background-color: #FFFFFF;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  color: #000000;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-radius: 0px;
  border: 1px solid var(--e-global-color-border);
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
.input-text::placeholder {
  color: var(--e-global-color-text);
  opacity: 1;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

@supports (-moz-appearance: none) {
  input[type=date] {
    -moz-appearance: menulist;
    appearance: auto;
    background-image: none;
    padding-right: initial;
  }
}
select {
  padding: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  width: 100%;
  background-size: 12px 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath d='M10.84.59L6.25 5.17 1.66.59.25 2l6 6 6-6L10.84.59z' fill='%23333'/%3E%3C/svg%3E");
  background-position: calc(100% - 24px) center;
  background-repeat: no-repeat;
}

.select2-container .selection {
  position: relative;
}
.select2-container .select2-dropdown {
  border-color: var(--e-global-color-border);
}
.select2-container .select2-dropdown .select2-search--dropdown {
  padding: 10px 8px;
}
.select2-container.select2-container--default {
  text-align: left;
}
.select2-container.select2-container--default .select2-selection--single {
  background-color: transparent;
  border-color: var(--e-global-color-border);
  height: 52px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 12px;
  width: 16px;
  top: 51%;
  right: 10px;
  transform: translateY(-50%);
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  width: 16px;
  height: 12px;
  position: static;
  margin: 0;
  display: block;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  padding-left: 1.25em;
  padding-right: 30px;
  color: var(--e-global-color-text);
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  border: 1px solid var(--e-global-color-border);
  border-radius: 0px;
}

label {
  font-weight: var(--e-global-typography-text-font-weight);
}

label.inline input {
  width: auto;
}

fieldset {
  padding: 1.618034em;
  padding-top: 1em;
  margin: 0;
  margin-bottom: 1.618034em;
  margin-top: 1.618034em;
  border-color: var(--e-global-color-border);
}
fieldset legend {
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-text);
  padding: 0.6180339845em 1em;
  margin-left: -1em;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  height: 50px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields button {
  --margin-left: -40px;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button:before {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 11px;
  font-size: 0.6875rem;
  color: var(--e-global-color-primary);
  padding: 11px 14px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button:after {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 16px;
  font-size: 1rem;
  transform: scale3d(0, 0, 0);
  margin-left: -24px;
  transition: all 0.5s ease-in-out;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button:hover {
  padding-left: 1.5rem;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button:hover:before {
  margin-left: var(--margin-left);
  transform: scale3d(0, 0, 0);
}
.woocommerce-MyAccount-content .woocommerce-address-fields button:hover:after {
  margin-left: 0;
  transform: scale3d(1, 1, 1);
}

.site-header-account .unita-login-form-ajax button {
  padding: 1rem 1.5rem 1rem 0.5rem;
  border: none;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/*-------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}

/*-------------------------------------------------------------
12.1 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.41577975em;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.gallery .gallery-item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.gallery .gallery-item .gallery-icon a {
  display: block;
}
.gallery .gallery-item .gallery-icon img {
  border: none;
  width: 100%;
  height: auto;
  margin: 0;
}
.gallery .gallery-item .gallery-caption {
  margin: 10px 0;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}
@media (max-width: 568px) {
  .gallery[class*=gallery-columns-] .gallery-item {
    width: 100%;
  }
}

/*-------------------------------------------------------------
12.2 Embeds
--------------------------------------------------------------*/
embed,
iframe,
object,
video {
  max-width: 100%;
}

/*-------------------------------------------------------------
13.0 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid #EBE9E7;
  padding: 5px 0;
  line-height: 20px;
}

/*-------------------------------------------------------------
14.0 Pagination
--------------------------------------------------------------*/
.babe_pager {
  display: flex;
  margin-top: 60px;
  gap: 10px;
}

.page-numbers:not(ul) {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-secondary);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
.page-numbers:not(ul).current, .page-numbers:not(ul):hover {
  background-color: var(--e-global-color-primary);
  color: #FFFFFF;
}
.page-numbers:not(ul).next, .page-numbers:not(ul).prev {
  width: 36px;
  height: 36px;
  padding: 3px 3px 3px 5px;
}
.page-numbers:not(ul).next span, .page-numbers:not(ul).prev span {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--e-global-color-secondary);
  border-radius: 3px;
  transition: 0.4s all ease;
}
.page-numbers:not(ul).next i, .page-numbers:not(ul).prev i {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFFFFF;
  transition: 0.3s all ease;
}
.page-numbers:not(ul).next:hover, .page-numbers:not(ul).prev:hover {
  background-color: unset;
}
.page-numbers:not(ul).next:hover span, .page-numbers:not(ul).prev:hover span {
  background-color: var(--e-global-color-primary);
}

.elementor-pagination .page-pagination-nav.prev, .elementor-pagination .page-pagination-nav.next {
  height: 26px;
  min-width: 26px;
  width: fit-content;
  border-radius: 3px;
  padding: 6px;
  background: var(--e-global-color-secondary);
}
.elementor-pagination .page-pagination-nav.prev:hover, .elementor-pagination .page-pagination-nav.next:hover {
  background: var(--e-global-color-primary);
}

.page-links {
  padding-top: 20px;
}
.page-links > * {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--e-global-color-text);
}
.page-links > *.current, .page-links > *:hover {
  background-color: var(--e-global-color-text);
  color: #fff;
}

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

.elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.learnpress-page .learn-press-pagination.pagination {
  margin: 60px 0 0;
}
.learnpress-page .learn-press-pagination.courses-btn-load-more {
  margin: 60px auto 0;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  position: relative;
  border: 1px solid var(--e-global-color-border);
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}
.learnpress-page .learn-press-pagination.courses-btn-load-more i, .learnpress-page .learn-press-pagination.courses-btn-load-more svg {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-secondary);
  transition: all 0.5s ease-in-out;
}
.learnpress-page .learn-press-pagination.courses-btn-load-more:hover, .learnpress-page .learn-press-pagination.courses-btn-load-more:focus {
  color: #FFFFFF;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.learnpress-page .learn-press-pagination.courses-btn-load-more:hover i, .learnpress-page .learn-press-pagination.courses-btn-load-more:hover svg, .learnpress-page .learn-press-pagination.courses-btn-load-more:focus i, .learnpress-page .learn-press-pagination.courses-btn-load-more:focus svg {
  color: #FFFFFF;
}
.learnpress-page .pagination ul.page-numbers {
  justify-content: center;
}
.learnpress-page .pagination ul.page-numbers .page-numbers:not(ul) {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  width: 40px;
  height: 40px;
  letter-spacing: 0;
  border-radius: 50%;
  color: var(--e-global-color-text);
  border: 1px solid var(--e-global-color-border);
}
.learnpress-page .pagination ul.page-numbers .page-numbers:not(ul).current, .learnpress-page .pagination ul.page-numbers .page-numbers:not(ul):hover {
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  color: #ffffff;
}

.blog-style-grid + .pagination ul.page-numbers {
  justify-content: center;
}

.pagination,
.woocommerce-pagination {
  clear: both;
  margin-top: 60px;
}
.pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  width: 100%;
  justify-content: left;
}
.pagination ul.page-numbers::before, .pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::before,
.woocommerce-pagination ul.page-numbers::after {
  content: "";
  display: table;
}
.pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.woocommerce-shop .pagination ul.page-numbers,
.woocommerce-shop .woocommerce-pagination ul.page-numbers {
  justify-content: center;
}
.pagination ul.page-numbers li,
.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul.page-numbers li:last-child,
.woocommerce-pagination ul.page-numbers li:last-child {
  margin-right: 0;
}
.pagination .rtl a.next,
.pagination .rtl a.prev,
.woocommerce-pagination .rtl a.next,
.woocommerce-pagination .rtl a.prev {
  transform: rotateY(180deg);
}

.blog-style-grid + .pagination {
  margin-top: 40px;
}

.post-navigation {
  margin: 30px auto 33px;
}

nav.post-navigation {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
nav.post-navigation .nav-links {
  padding: 30px 0 30px;
  border-top: 1px solid var(--e-global-color-border);
  border-bottom: 1px solid var(--e-global-color-border);
}
nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
  width: 50%;
}
@media (max-width: 568px) {
  nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
    width: 100%;
  }
}
nav.post-navigation .nav-previous a,
nav.post-navigation .nav-next a {
  display: flex;
  text-decoration: none;
  gap: 20px;
}
nav.post-navigation .nav-previous img,
nav.post-navigation .nav-next img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  nav.post-navigation .nav-previous img,
nav.post-navigation .nav-next img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 568px) {
  nav.post-navigation .nav-previous img,
nav.post-navigation .nav-next img {
    display: none;
  }
}
nav.post-navigation .nav-previous .nav-content,
nav.post-navigation .nav-next .nav-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
nav.post-navigation .nav-previous .reader-text,
nav.post-navigation .nav-next .reader-text {
  display: flex;
  gap: 10px;
  position: relative;
  align-content: center;
  align-items: center;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 13px;
  font-size: 0.8125rem;
  color: var(--e-global-color-text);
}
nav.post-navigation .nav-previous {
  float: left;
}
nav.post-navigation .nav-previous .nav-content .reader-text {
  justify-content: start;
}
nav.post-navigation .nav-previous .nav-content .reader-text:before {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 9px;
  font-size: 0.5625rem;
}
nav.post-navigation .nav-content .reader-text {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.post-navigation .nav-content .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-secondary);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
nav.post-navigation .nav-content .title:hover {
  color: var(--e-global-color-primary);
}
nav.post-navigation .nav-next {
  float: right;
  text-align: right;
  margin-left: 20px;
}
nav.post-navigation .nav-next .nav-content .reader-text {
  justify-content: end;
}
nav.post-navigation .nav-next .nav-content .reader-text:after {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 9px;
  font-size: 0.5625rem;
}
nav.post-navigation .nav-next .nav-content .title {
  text-align: right;
}

/*-------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
.woocommerce-shop .widget .widget-title,
.woocommerce-shop .widget .widgettitle {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 30px;
}

#secondary {
  display: none;
  flex-direction: column;
}
@media (min-width: 1025px) {
  #secondary {
    display: block;
  }
}

.widget {
  margin-bottom: 50px;
}
.widget:has(.elementor) {
  padding: 0;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget ul {
  margin: 0;
  list-style: none;
}
.widget ul li {
  list-style: none;
}
.widget ul li:last-child {
  margin-bottom: 0;
}
.widget ul .children {
  margin-top: 0;
}
.widget ul ul {
  margin-left: 1.41577975em;
  margin-top: 0.75em;
}
.widget .wp-block-search__label,
.widget .wp-block-group__inner-container > h2,
.widget .widget-title,
.widget .widgettitle {
  font-size: 30px;
  font-size: 1.875rem;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}
.widget .wp-block-categories {
  margin: 0;
}
.widget.widget_recent_entries {
  counter-reset: section;
}
.widget.widget_recent_entries .recent-posts li {
  display: flex;
  flex-direction: row;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--e-global-color-border);
}
.widget.widget_recent_entries .recent-posts li:last-child {
  margin-bottom: 0;
}
.widget.widget_recent_entries .entry-meta {
  padding: 0;
  background-color: transparent;
  margin: 0;
}
.widget.widget_recent_entries .recent-posts-thumbnail {
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  margin-right: 21px;
  width: 110px;
  height: 110px;
}
.widget.widget_recent_entries .recent-posts-thumbnail img {
  transform: scale(1);
  object-fit: cover;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget_recent_entries .recent-posts-thumbnail img:hover {
  transform: scale(1.05);
}
.widget.widget_recent_entries .recent-posts-info {
  display: flex;
  flex-direction: column;
}
.widget.widget_recent_entries .recent-posts-info .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 16px;
  text-transform: none;
}
.widget.widget_recent_entries .recent-posts-info .entry-title:hover {
  color: var(--e-global-color-primary);
}
.widget.widget_recent_entries .recent-posts-info .posted-on:before {
  content: unset;
}
.widget.widget_rss .rss-date {
  font-style: italic;
  display: block;
  margin: 0 0 0.7em;
}
.widget.widget_rss .widget-title .rsswidget {
  display: inline-block;
  color: inherit;
}
.widget.widget_rss .rss-date,
.widget.widget_rss cite {
  color: var(--e-global-color-text);
}
.widget.widget_rss li {
  margin-bottom: 1em;
}
.widget.widget_rss li a.rsswidget {
  text-decoration: underline;
  line-height: 1.41577975em;
}

ul.wp-block-archives li,
ul.wp-block-categories li {
  position: relative;
  padding: 10px 0 10px;
  border-bottom: 1px solid var(--e-global-color-border);
  margin-bottom: 0;
}
ul.wp-block-archives li a,
ul.wp-block-categories li a {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-weight: 600;
  color: var(--e-global-color-secondary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.wp-block-archives li a:hover,
ul.wp-block-categories li a:hover {
  color: var(--e-global-color-primary);
}
ul.wp-block-archives li a:hover .count,
ul.wp-block-categories li a:hover .count {
  color: var(--e-global-color-primary);
}
ul.wp-block-archives li a:hover, ul.wp-block-archives li a[aria-current=page],
ul.wp-block-categories li a:hover,
ul.wp-block-categories li a[aria-current=page] {
  color: var(--e-global-color-primary);
}
ul.wp-block-archives li a:hover .count, ul.wp-block-archives li a[aria-current=page] .count,
ul.wp-block-categories li a:hover .count,
ul.wp-block-categories li a[aria-current=page] .count {
  color: var(--e-global-color-primary);
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  position: relative;
  margin-bottom: 0;
}
.widget_nav_menu li:first-child,
.widget_meta li:first-child,
.widget_pages li:first-child,
.widget_archive li:first-child,
.widget_categories li:first-child {
  padding-top: 0;
}
.widget_nav_menu li a,
.widget_meta li a,
.widget_pages li a,
.widget_archive li a,
.widget_categories li a {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-weight: 600;
  color: var(--e-global-color-secondary);
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 6px;
  border-bottom: 1px solid #a4a29f3d;
}
.widget_nav_menu li a:hover,
.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover {
  color: var(--e-global-color-primary);
}
.widget_nav_menu li a:hover .count,
.widget_meta li a:hover .count,
.widget_pages li a:hover .count,
.widget_archive li a:hover .count,
.widget_categories li a:hover .count {
  color: var(--e-global-color-primary);
}
.widget_nav_menu li a:hover, .widget_nav_menu li a[aria-current=page],
.widget_meta li a:hover,
.widget_meta li a[aria-current=page],
.widget_pages li a:hover,
.widget_pages li a[aria-current=page],
.widget_archive li a:hover,
.widget_archive li a[aria-current=page],
.widget_categories li a:hover,
.widget_categories li a[aria-current=page] {
  color: var(--e-global-color-primary);
}
.widget_nav_menu li a:hover .count, .widget_nav_menu li a[aria-current=page] .count,
.widget_meta li a:hover .count,
.widget_meta li a[aria-current=page] .count,
.widget_pages li a:hover .count,
.widget_pages li a[aria-current=page] .count,
.widget_archive li a:hover .count,
.widget_archive li a[aria-current=page] .count,
.widget_categories li a:hover .count,
.widget_categories li a[aria-current=page] .count {
  color: var(--e-global-color-primary);
}

[id*=text-] {
  border: none;
  margin: 0;
}

.widget_search .widget-content,
.widget_product_search .widget-content,
.site-search .widget-content {
  padding: 0;
  border: none;
}
.widget_search form,
.widget_product_search form,
.site-search form {
  position: relative;
  margin-bottom: 0;
}
.widget_search form:before,
.widget_product_search form:before,
.site-search form:before {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: var(--e-global-color-secondary);
  font-size: 26px;
  font-size: 1.625rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget_search form input[type=text],
.widget_search form input[type=search],
.widget_product_search form input[type=text],
.widget_product_search form input[type=search],
.site-search form input[type=text],
.site-search form input[type=search] {
  width: 100%;
  flex: 1;
  border: 1px solid var(--e-global-color-border);
  border-radius: 0px;
  padding: 17px 60px 17px 25px;
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-text);
}
.widget_search form input[type=text]::placeholder,
.widget_search form input[type=search]::placeholder,
.widget_product_search form input[type=text]::placeholder,
.widget_product_search form input[type=search]::placeholder,
.site-search form input[type=text]::placeholder,
.site-search form input[type=search]::placeholder {
  color: var(--e-global-color-text);
}
.widget_search form input[type=submit],
.widget_search form button[type=submit],
.widget_product_search form input[type=submit],
.widget_product_search form button[type=submit],
.site-search form input[type=submit],
.site-search form button[type=submit] {
  font-size: 0;
  line-height: 0;
  width: 54px;
  height: 100%;
  position: absolute !important;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  opacity: 1;
}
.widget_search form input[type=submit]:hover, .widget_search form input[type=submit]:focus, .widget_search form input[type=submit]:active,
.widget_search form button[type=submit]:hover,
.widget_search form button[type=submit]:focus,
.widget_search form button[type=submit]:active,
.widget_product_search form input[type=submit]:hover,
.widget_product_search form input[type=submit]:focus,
.widget_product_search form input[type=submit]:active,
.widget_product_search form button[type=submit]:hover,
.widget_product_search form button[type=submit]:focus,
.widget_product_search form button[type=submit]:active,
.site-search form input[type=submit]:hover,
.site-search form input[type=submit]:focus,
.site-search form input[type=submit]:active,
.site-search form button[type=submit]:hover,
.site-search form button[type=submit]:focus,
.site-search form button[type=submit]:active {
  background: transparent;
  box-shadow: none;
}
.widget_search form .wp-block-search__label,
.widget_product_search form .wp-block-search__label,
.site-search form .wp-block-search__label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.widget_search form .wp-block-search__label:focus,
.widget_product_search form .wp-block-search__label:focus,
.site-search form .wp-block-search__label:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.widget_product_search form input[type=text],
.widget_product_search form input[type=search] {
  border-color: #E0E0E0;
}

.wpml-ls.wpml-ls-legacy-list-vertical li, .wpml-ls.wpml-ls-legacy-list-horizontal li {
  margin-bottom: 1em;
}
.wpml-ls.wpml-ls-legacy-list-vertical a, .wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
.wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding-right: 0.875em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click, .wpml-ls.wpml-ls-legacy-dropdown {
  width: 100%;
}
.wpml-ls.wpml-ls-legacy-dropdown-click a, .wpml-ls.wpml-ls-legacy-dropdown a {
  padding: 1em 1.41577975em;
  border-color: var(--e-global-color-border);
  background-color: var(--background);
}
.wpml-ls.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after, .wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: 1em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0;
}

.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
}
.wpml-ls-statics-footer.wpml-ls-legacy-list-vertical {
  margin-top: 1em;
  margin-bottom: 0;
}
.wpml-ls-statics-footer li a {
  color: var(--e-global-color-text);
}
.wpml-ls-statics-footer li a:hover {
  color: var(--e-global-color-primary);
}

.widget.widget_tag_cloud .widgettitle,
.widget.widget_product_tag_cloud .widgettitle {
  padding: 0 0 20px;
  margin: 0;
}
.widget.widget_tag_cloud .tagcloud, .widget.widget_tag_cloud .wp-block-tag-cloud,
.widget.widget_product_tag_cloud .tagcloud,
.widget.widget_product_tag_cloud .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.widget.widget_tag_cloud .tagcloud a, .widget.widget_tag_cloud .wp-block-tag-cloud a,
.widget.widget_product_tag_cloud .tagcloud a,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  display: inline-block;
  font-size: 16px !important;
  color: var(--e-global-color-text);
  padding: 6px 15px 6px;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
  border-radius: 0px;
  border: 1px solid var(--e-global-color-border);
}
.widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_tag_cloud .wp-block-tag-cloud a:hover,
.widget.widget_product_tag_cloud .tagcloud a:hover,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a:hover {
  color: #fff;
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
}

.widget.widget_product_tag_cloud .tagcloud a, .widget.widget_product_tag_cloud .wp-block-tag-cloud a {
  border-color: #E0E0E0;
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--e-global-color-lighter);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a {
  color: var(--e-global-color-text);
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a.unita-color-type .color-label, .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a.unita-radio-type .color-label {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  border-radius: 50%;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a.unita-color-type .radio-check, .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a.unita-radio-type .radio-check {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: 600;
  width: 16px;
  height: 16px;
  background-color: transparent;
  color: transparent;
  border: 1px solid var(--e-global-color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -1px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a.unita-color-type .radio-check:hover, .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a.unita-radio-type .radio-check:hover {
  background-color: #1364FF;
  color: #FFFFFF;
  border-color: #B5CAF5;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li::before {
  opacity: 1 !important;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li:hover .count {
  color: var(--e-global-color-primary);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .chosen a {
  color: var(--e-global-color-primary);
}

.wp-block-latest-comments__comment a,
.widget_recent_comments a {
  text-decoration: underline;
}

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: 0.236em;
  text-align: center;
}
.widget-area #wp-calendar #today,
.footer-widgets #wp-calendar #today {
  background-color: var(--e-global-color-text);
  color: #fff;
}

.unita-canvas-filter .widget h1.widget-title,
.widget-area .widget h1.widget-title {
  font-size: 1.41577975em;
}

.unita-canvas-filter .unita-canvas-filter-wrap .widget_layered_nav ul {
  margin-left: 0;
}
.unita-canvas-filter .unita-canvas-filter-wrap .widget_layered_nav ul li .children {
  margin-left: 0;
}
.unita-canvas-filter .unita-canvas-filter-wrap .widget_layered_nav .chosen::before {
  content: "";
}

.widget_calendar caption,
.wp-block-calendar caption {
  padding: 7px 0;
  background: var(--e-global-color-primary);
  color: #fff;
}
.widget_calendar table th, .widget_calendar table td,
.wp-block-calendar table th,
.wp-block-calendar table td {
  text-align: center;
  border: 1px solid;
  border-color: var(--e-global-color-border);
}
.widget_calendar table th,
.wp-block-calendar table th {
  background: #ddd;
  color: var(--e-global-color-text);
}

@keyframes wave {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 1440px 0px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
/*--------------------------------------------------------------
16.0 Layout
--------------------------------------------------------------*/
/**
 * Strictly Layout Styles
 */
.page .site-main {
  margin: 0 auto;
}

body.archive .site-main,
body.woocommerce-page .site-main,
body.elementor-page .site-main {
  max-width: 100%;
  margin: 0;
}

.woocommerce-page .ship_address .gift-form label::after,
.woocommerce-page .no_shipping_address .gift-form label::after {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5407797364em;
}
.woocommerce-page .ship_address .modify-address-button::before,
.woocommerce-page .no_shipping_address .modify-address-button::before {
  font-family: "unita-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407797364em;
}
.woocommerce-page .addresses + .addresses header.title a::before {
  content: "";
}

@media (min-width: 1025px) {
  /**
  * Menus
  *
  * 1 - We have to use a `left` declaration so that dropdowns are revealed when tabbed.
  */
  .menu-toggle,
.main-navigation.toggled div.menu {
    display: none;
  }

  .instagram-widget .instagram-picture, .instagram-widget .instagram-box-title {
    order: unset !important;
  }

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

  [class*=unita-sidebar-] .content-area {
    width: calc(100% - 480px);
    float: left;
  }
  .unita-sidebar-left .content-area {
    float: right;
  }
  .unita-sidebar-right .content-area {
    float: left;
  }

  [class*=unita-sidebar-] .widget-area {
    width: 410px;
    float: right;
  }
  .widget-area .widgets {
    padding: 30px 30px 55px;
    background-color: #F0FAFD;
    border-radius: 3px;
  }
  .unita-sidebar-left .widget-area {
    float: left;
  }
  .unita-sidebar-right .widget-area {
    float: right;
  }

  .left-sidebar .content-area {
    float: left;
  }
  .left-sidebar .widget-area {
    float: right;
  }

  .unita-content-width-wide .elementor-section.elementor-section-boxed > .elementor-container,
.unita-content-width-wide .col-full {
    max-width: 100%;
  }
  .unita-content-width-wide #page .site-content,
.unita-content-width-wide [data-elementor-type=wp-post] .e-con-boxed,
.unita-content-width-wide .elementor-section.elementor-section-boxed {
    padding-left: 80px;
    padding-right: 80px;
  }
  .unita-content-width-wide .e-con {
    --container-max-width: 100%;
  }

  .woocommerce-page.unita-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .unita-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .site-branding .site-description {
    margin-bottom: 0;
    display: block;
  }

  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em;
  }
  .site-header .subscribe-and-connect-connect .icons {
    list-style: none;
    margin: 0;
  }
  .site-header .subscribe-and-connect-connect .icons a {
    font-size: 1em !important;
  }
  .site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0 0 0.5407797364em !important;
    display: inline-block;
  }

  /**
   * Full width & homepage template
   */
  .page-template-template-fullwidth-php .content-area,
.elementor_library-template-default .content-area,
.page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .unita-content-width-wide #page .site-content,
.unita-content-width-wide [data-elementor-type=wp-post] .e-con-boxed,
.unita-content-width-wide .elementor-section.elementor-section-boxed {
    padding-left: 30px;
    padding-right: 30px;
  }

  /**
   * Comments
   */
  .comment-list {
    list-style: none;
  }
  .comment-list::before, .comment-list::after {
    content: "";
    display: table;
  }
  .comment-list::after {
    clear: both;
  }
  .comment-list .comment {
    clear: both;
  }
  .comment-list #respond .comment-form-author,
.comment-list #respond .comment-form-email,
.comment-list #respond .comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .comment-list .comment-body #respond {
    border: 1px solid #EBE9E7;
  }
  .comment-list ol.children {
    margin-left: 80px;
    list-style: none;
  }

  #respond .comment-form-comment {
    clear: both;
  }

  /**
   * Primary Navigation
   */
  .unita-primary-navigation {
    clear: both;
  }
  .unita-primary-navigation::before, .unita-primary-navigation::after {
    content: "";
    display: table;
  }
  .unita-primary-navigation::after {
    clear: both;
  }

  /**
   * 404 Styles
   */
  .error404 .fourohfour-columns-2 .col-1 {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 0;
  }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }

  .wpml-ls-statics-footer {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wpml-ls-statics-footer::before, .wpml-ls-statics-footer::after {
    content: "";
    display: table;
  }
  .wpml-ls-statics-footer::after {
    clear: both;
  }
  .wpml-ls-statics-footer:after {
    content: " ";
    display: block;
    clear: both;
  }

  .copyright-bar .unita-social {
    text-align: left;
    margin: 0;
  }
  .copyright-bar .site-info {
    margin: 0;
  }
  .copyright-bar .logo-brands img {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  /**
  * Menus
  *
  * 1 - We have to use a `left` declaration so that dropdowns are revealed when tabbed.
  */
  [class*=unita-sidebar-].single-product .content-area {
    min-width: calc(100% - 330px);
  }
  .archive.woocommerce[class*=unita-sidebar-] .content-area {
    width: calc(100% - 370px);
  }
  .woocommerce-page.shop_filter_drawing.unita-sidebar-left .content-area, .unita-sidebar-left .content-area {
    float: right;
  }
  .woocommerce-page.shop_filter_drawing.unita-sidebar-right .content-area, .unita-sidebar-right .content-area {
    float: left;
  }

  .shop_filter_drawing.unita-sidebar-left .widget-area {
    transform: translateX(0px);
    width: 0;
  }
  .shop_filter_drawing.unita-sidebar-right .widget-area {
    transform: translateX(0px);
  }
  .woocommerce[class*=unita-sidebar-] .widget-area {
    width: 330px;
  }
  .single-product.woocommerce[class*=unita-sidebar-] .widget-area {
    width: 310px;
  }
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item {
  display: inline-block;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 40px;
  line-height: 46px;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item:hover {
  color: var(--e-global-color-primary);
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item span {
  display: none;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item span i:before {
  display: none;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item.current-menu-item a.hfe-menu-item {
  color: var(--e-global-color-primary);
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item .sub-menu-active a {
  color: var(--e-global-color-primary);
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item {
  position: relative;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item a.hfe-sub-menu-item {
  padding-bottom: 15px;
  padding-top: 15px;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item a.hfe-sub-menu-item:hover {
  color: var(--e-global-color-primary);
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
  padding-left: 30px;
}
.hfe-nav-menu.vertical .hfe-has-submenu-container .hfe-menu-toggle:hover {
  border: none;
}

.elementor-menu-one .elementor-widget-navigation-menu .hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item {
  margin: 0px;
}
.elementor-menu-one .elementor-widget-navigation-menu .hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item:before {
  background-color: var(--e-global-color-primary);
  width: 0%;
}

.single-unita_service.elementor-page .col-full,
.single-unita_project.elementor-page .col-full,
.single-unita_doctor.elementor-page .col-full {
  max-width: 100%;
}

/*--------------------------------------------------------------
17.0 Utilities
--------------------------------------------------------------*/
.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

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

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

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

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

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

/*--------------------------------------------------------------
19.0 Icons
--------------------------------------------------------------*/
.unita-social-share {
  display: flex;
  align-items: center;
}
.unita-social-share i {
  font-size: 14px;
  font-size: 0.875rem;
}
.unita-social-share a {
  transition: all 0.4s ease;
  line-height: 0;
}
.unita-social-share a i {
  color: var(--e-global-color-text);
}
.unita-social-share a:hover i {
  color: var(--e-global-color-primary);
}
.unita-social-share .social-share-header span {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: var(--e-global-color-text);
  letter-spacing: 1px;
}

.single-product .unita-social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  color: var(--e-global-color-text);
  gap: 0;
}
.single-product .unita-social-share .social-share-header {
  display: block;
  margin-right: 6px;
  text-transform: capitalize;
}
.single-product .unita-social-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  padding: 0;
  margin-right: 20px;
  color: #ffffff;
  width: 16px;
  height: 16px;
}
.single-product .unita-social-share a i {
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-lighter);
}

.overflow-to-left .unita-swiper {
  overflow: visible;
  clip-path: inset(-100% 0 -100% -100%) !important;
}

.overflow-to-right .unita-swiper {
  overflow: visible;
  clip-path: inset(-100% -100% -100% 0) !important;
}

.overflow-to-both .unita-swiper {
  overflow: visible;
}

.swiper-pagination {
  z-index: 1;
}

.elementor-element .swiper-vertical {
  padding-bottom: 0 !important;
}
.elementor-element .swiper .swiper-pagination-fraction {
  font-size: var(--swiper-pagination-bullet-size);
  color: var(--swiper-pagination-bullet-color);
}
.elementor-element .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: auto;
  bottom: 0;
  height: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.elementor-element .swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill {
  background-color: var(--e-global-color-primary);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .elementor-element .swiper-pagination-progressbar.swiper-pagination-horizontal {
    display: none;
  }
}
.elementor-element .swiper {
  position: static;
}
.elementor-element .swiper .elementor-swiper-button {
  display: flex;
  min-width: 1em;
  min-height: 1em;
  font-size: 14px;
  font-size: 0.875rem;
  width: 60px;
  height: 34px;
  color: var(--e-global-color-text);
  border-radius: 0px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .elementor-element .swiper .elementor-swiper-button {
    width: 72px;
    height: 40px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.elementor-element .swiper .elementor-swiper-button svg {
  fill: var(--e-global-color-text);
}
.elementor-element .swiper .elementor-swiper-button i {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .elementor-element .swiper .elementor-swiper-button-prev {
    left: -100px;
    right: auto;
  }
  .rtl .elementor-element .swiper .elementor-swiper-button-prev {
    right: -100px;
    left: auto;
  }
}
@media (min-width: 768px) {
  .elementor-element .swiper .elementor-swiper-button-next {
    right: -100px;
    left: auto;
  }
  .rtl .elementor-element .swiper .elementor-swiper-button-next {
    left: -100px;
    right: auto;
  }
}
.elementor-element .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #A4A29F3D;
  width: 10px;
  height: 10px;
  border-radius: 0;
  opacity: 1;
}
.elementor-element .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--e-global-color-secondary);
}

.elementor-swiper-button-next-vertical-bottom .elementor-swiper-button-next {
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.elementor-swiper-button-prev-vertical-bottom .elementor-swiper-button-prev {
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}



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