@import url(https://use.typekit.net/mor4vyu.css);@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*
Theme Name: MWT Solutions
Author: Studio Kreacja
Author URI: http://studiokreacja.pl/
Description: Motyw dla MWT Solutions zaprojektowany i wykonany przez <a href="http://studiokreacja.pl/" title="http://studiokreacja.pl/">StudioKreacja.pl</a>
Version: 1.0.0

Text Domain: 'mwt'

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
:root {
  --section-color: #fff; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #202020;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.15; }

html {
  font-size: 10px; }

p {
  line-height: 1.375; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0; }

h1 {
  font-size: 48px;
  font-size: 4.8rem; }

.jumbotron h1 {
  font-size: 96px;
  font-size: 9.6rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

h2 {
  font-size: 32px;
  font-size: 3.2rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 18px;
  font-size: 1.8rem; }

body:not(.home) .site-content h3 {
  line-height: 1.2em !important; }

body:not(.home) .site-content p {
  line-height: 26px; }

body .page-title {
  font-weight: 400;
  clear: none;
  margin-bottom: 35px;
  border-bottom: 0;
  display: block;
  color: #0A888D; }

body .entry-title,
.blog .entry-title,
.search .entry-title,
.archive .entry-title {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  text-transform: none;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  border-bottom: 0; }
  body .entry-title a,
  .blog .entry-title a,
  .search .entry-title a,
  .archive .entry-title a {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }

.single .entry-title {
  margin-bottom: 0.3em; }

p {
  margin: 0; }

b, strong {
  font-weight: 600; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  max-height: 80vh;
  overflow-y: scroll; }

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

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

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

.duze-napisy {
  font-size: 20px;
  font-size: 2rem; }

.srednie-napisy {
  font-size: 18px;
  font-size: 1.8rem; }

.male-napisy {
  font-size: 13px;
  font-size: 1.3rem; }

.section-title {
  font-size: 48px;
  font-size: 4.8rem; }

.font-secondary {
  font-family: "Ubuntu", sans-serif; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.menu,
nav ul {
  margin: 0; }

.site-content ul {
  list-style: none;
  padding-left: 0; }
  .site-content ul li {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgPHBhdGggZmlsbD0iIzY2NiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA0NTY1NCw4LjE5MjMyMTc3IEMxNy42NzA3NzYzLDguNTU4NTMyNyAxNy42NzA3NzYzLDkuMTUyMTYwNjYgMTcuMzA0NTY1NCw5LjUxODE4ODUgTDExLjAxNTI1ODgsMTUuODA3Njc4MiBDMTAuNjQ5MDQ3OSwxNi4xNzM3MDYgMTAuMDU1NjAzLDE2LjE3MzcwNiA5LjY4OTM5MjA4LDE1LjgwNzY3ODIgTDYuNjk1NDM0NTksMTIuODEzNTM3NiBDNi4zMjkyMjM2NiwxMi40NDc1MDk4IDYuMzI5MjIzNjYsMTEuODUzODgxOCA2LjY5NTQzNDU5LDExLjQ4Nzg1NCBDNy4wNjE0NjIzOSwxMS4xMjE2NDMxIDcuNjU1MDkwMzQsMTEuMTIxNjQzMSA4LjAyMTExODE5LDExLjQ4Nzg1NCBMMTAuMzUyMjMzOSwxMy44MTg5Njk3IEwxNS45Nzg2OTg3LDguMTkyMzIxNzcgQzE2LjM0NDkwOTcsNy44MjYyOTM5NyAxNi45Mzg1Mzc2LDcuODI2MjkzOTcgMTcuMzA0NTY1NCw4LjE5MjMyMTc3IEwxNy4zMDQ1NjU0LDguMTkyMzIxNzcgWiBNMjQsMTIgQzI0LDE4LjYzMjk5NTYgMTguNjMyMDgwMSwyNCAxMiwyNCBDNS4zNjcwMDQ0MSwyNCAwLDE4LjYzMjA4MDEgMCwxMiBDMCw1LjM2NzAwNDQxIDUuMzY3OTE5OTIsMCAxMiwwIEMxOC42MzI5OTU2LDAgMjQsNS4zNjc5MTk5MiAyNCwxMiBaIE0yMi4xMjUsMTIgQzIyLjEyNSw2LjQwMzM4MTM2IDE3LjU5NTg4NjIsMS44NzUgMTIsMS44NzUgQzYuNDAzMzgxMzYsMS44NzUgMS44NzUsNi40MDQxMTM3OCAxLjg3NSwxMiBDMS44NzUsMTcuNTk2NjE4NiA2LjQwNDExMzc4LDIyLjEyNSAxMiwyMi4xMjUgQzE3LjU5NjYxODYsMjIuMTI1IDIyLjEyNSwxNy41OTU4ODYyIDIyLjEyNSwxMiBaIi8+DQo8L3N2Zz4NCg==);
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 16px;
    margin-bottom: 12px;
    padding-left: 30px; }

.elementor-editor-element-settings li {
  background-image: none !important; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0px 1.5em;
  width: 100%;
  border-collapse: collapse; }
  table td, table th {
    border: 1px solid #ededed;
    vertical-align: middle; }

.entry-content table thead tr:last-child {
  border-bottom: 2px solid #ededed; }

.entry-content table th {
  border-left: 2px solid #ededed;
  background: #eee; }
  .entry-content table th:first-child {
    border-left: 0; }

.entry-content table tr {
  border-top: 2px solid #ededed; }
  .entry-content table tr:first-child {
    border-top: 0; }

.entry-content table td {
  border-left: 2px solid #ededed; }
  .entry-content table td:first-child {
    border-left: 0; }

*:focus {
  outline: none !important; }

/*--------------------------------------------------------------
4.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 */ }

.form-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  visibility: hidden;
  width: 100%;
  z-index: 100; }
  .form-container.show {
    opacity: 1;
    visibility: visible; }
  .form-container .close-form-btn {
    background-color: #fff;
    color: #0A888D !important;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 101; }
  .form-container form {
    background-color: #fff;
    border-radius: 10px;
    max-width: 600px;
    padding: 55px 35px 35px;
    position: relative;
    text-align: center; }
    .form-container form h3 {
      margin-bottom: 20px; }
    .form-container form input,
    .form-container form textarea {
      margin-bottom: 15px; }
    .form-container form textarea {
      max-width: 416px; }
    .form-container form .wpcf7-acceptance {
      color: #828894;
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.2em;
      margin-bottom: 10px; }
      .form-container form .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
        background-color: #0A888D;
        border-color: #0A888D; }
      .form-container form .wpcf7-acceptance .wpcf7-list-item-label {
        padding-left: 10px;
        position: relative; }
        .form-container form .wpcf7-acceptance .wpcf7-list-item-label::before {
          display: none;
          border: 2px solid #BCC6C5;
          border-radius: 50%;
          content: '';
          height: 10px;
          left: 0;
          position: absolute;
          top: 0;
          width: 10px; }

.button,
button,
input[type="button"],
input[type="reset"],
a[role="button"],
input[type="submit"] {
  background-color: #0A888D;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  line-height: 1;
  display: inline-block;
  padding: 15px;
  border-radius: 24px;
  border: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .button.button-large,
  button.button-large,
  input[type="button"].button-large,
  input[type="reset"].button-large,
  a[role="button"].button-large,
  input[type="submit"].button-large {
    background-color: #0A888D;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 0.6em 1em 0.6em;
    font-size: 17px;
    font-size: 1.7rem; }
    .button.button-large:hover,
    button.button-large:hover,
    input[type="button"].button-large:hover,
    input[type="reset"].button-large:hover,
    a[role="button"].button-large:hover,
    input[type="submit"].button-large:hover {
      color: #fff;
      background-color: #087175; }
    .button.button-large:focus, .button.button-large:active,
    button.button-large:focus,
    button.button-large:active,
    input[type="button"].button-large:focus,
    input[type="button"].button-large:active,
    input[type="reset"].button-large:focus,
    input[type="reset"].button-large:active,
    a[role="button"].button-large:focus,
    a[role="button"].button-large:active,
    input[type="submit"].button-large:focus,
    input[type="submit"].button-large:active {
      color: #fff;
      background-color: #076367; }
  .button.lowercase,
  button.lowercase,
  input[type="button"].lowercase,
  input[type="reset"].lowercase,
  a[role="button"].lowercase,
  input[type="submit"].lowercase {
    padding-top: .4em !important; }
  .button.uppercase,
  button.uppercase,
  input[type="button"].uppercase,
  input[type="reset"].uppercase,
  a[role="button"].uppercase,
  input[type="submit"].uppercase {
    text-transform: uppercase; }
  .button:hover, .button:focus,
  button:hover,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  a[role="button"]:hover,
  a[role="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px #0A888D;
            box-shadow: 0 0 0 1px #0A888D;
    color: #0A888D !important; }
  .button.secondary,
  button.secondary,
  input[type="button"].secondary,
  input[type="reset"].secondary,
  a[role="button"].secondary,
  input[type="submit"].secondary {
    background-color: #fff;
    border: 1px solid #0A888D;
    color: #0A888D !important;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }
    .button.secondary:hover, .button.secondary:focus,
    button.secondary:hover,
    button.secondary:focus,
    input[type="button"].secondary:hover,
    input[type="button"].secondary:focus,
    input[type="reset"].secondary:hover,
    input[type="reset"].secondary:focus,
    a[role="button"].secondary:hover,
    a[role="button"].secondary:focus,
    input[type="submit"].secondary:hover,
    input[type="submit"].secondary:focus {
      background: #0A888D;
      color: #fff !important; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */ }

body .button.button-alt,
body .button-alt,
body .wpb_btn-warning {
  background-color: #E53A40;
  color: #202020;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  body .button.button-alt:hover,
  body .button-alt:hover,
  body .wpb_btn-warning:hover {
    color: #202020;
    background-color: #e2232a; }
  body .button.button-alt:focus, body .button.button-alt:active,
  body .button-alt:focus,
  body .button-alt:active,
  body .wpb_btn-warning:focus,
  body .wpb_btn-warning:active {
    color: #202020;
    background-color: #d91d23; }
  body .button.button-alt.button-large,
  body .button-alt.button-large,
  body .wpb_btn-warning.button-large {
    background-color: #E53A40;
    color: #202020;
    border: 0;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 0.6em 1em 0.6em;
    font-size: 17px;
    font-size: 1.7rem; }
    body .button.button-alt.button-large:hover,
    body .button-alt.button-large:hover,
    body .wpb_btn-warning.button-large:hover {
      color: #202020;
      background-color: #e2232a; }
    body .button.button-alt.button-large:focus, body .button.button-alt.button-large:active,
    body .button-alt.button-large:focus,
    body .button-alt.button-large:active,
    body .wpb_btn-warning.button-large:focus,
    body .wpb_btn-warning.button-large:active {
      color: #202020;
      background-color: #d91d23; }

body .button.button-primary,
body .button-primary,
body .wpb_btn-danger {
  background-color: #0A888D;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  body .button.button-primary:hover,
  body .button-primary:hover,
  body .wpb_btn-danger:hover {
    color: #fff;
    background-color: #087175; }
  body .button.button-primary:focus, body .button.button-primary:active,
  body .button-primary:focus,
  body .button-primary:active,
  body .wpb_btn-danger:focus,
  body .wpb_btn-danger:active {
    color: #fff;
    background-color: #076367; }
  body .button.button-primary.button-large,
  body .button-primary.button-large,
  body .wpb_btn-danger.button-large {
    background-color: #0A888D;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 0.6em 1em 0.6em;
    font-size: 17px;
    font-size: 1.7rem; }
    body .button.button-primary.button-large:hover,
    body .button-primary.button-large:hover,
    body .wpb_btn-danger.button-large:hover {
      color: #fff;
      background-color: #087175; }
    body .button.button-primary.button-large:focus, body .button.button-primary.button-large:active,
    body .button-primary.button-large:focus,
    body .button-primary.button-large:active,
    body .wpb_btn-danger.button-large:focus,
    body .wpb_btn-danger.button-large:active {
      color: #fff;
      background-color: #076367; }

body .wpb_button {
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #0A888D; }

body button.wpb_btn-large,
body span.wpb_btn-large {
  border-radius: 0; }

.button-primary,
.button-alt,
.button,
.button-large {
  outline: none; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
  margin: 2px; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

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

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="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  background-color: #f4f4f4;
  border: 1px solid #fff;
  border-radius: 24px;
  color: #666;
  max-width: 100%; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #0A888D;
  color: #111;
  outline: none; }

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
textarea:hover {
  border-color: #0A888D;
  outline: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 15px 22px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,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UmVhZHlxyWU8AAADdmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmFjNTMxNDYwLTY2NTYtNDY1Ny1iOTdjLWIwNDAxYWUwOGQxNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2OUFBOEM1NTVEQzMxMUU4QUVBNEEzNUU5MjM4NUJCMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2OUFBOEM1NDVEQzMxMUU4QUVBNEEzNUU5MjM4NUJCMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyZjJhNThkMi0yZDExLTQxZDctYWZhOC05ZWRiOWQ5NDEzYjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YWM1MzE0NjAtNjY1Ni00NjU3LWI5N2MtYjA0MDFhZTA4ZDE3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+834F2gAAAJlJREFUeNpiYGBg2ALEDAABBANOAAEEYzwBYgUQAyCAcIIKgABihDI+ALEAkoQuEBugq74GxBNgHIAAQrEJDWxhBhIOQPwPiF8iSYCs0YNbDsTKSE7FAFOA+DKyAECAgUA4EH8CYnMGwgCk5iMQByML5gDxayDWwKJBDYhfAXEmPlM7gPgOEMtAMYjdwkAkAAX4NCCeCGVjAAA6phZzBfepDQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px;
  width: 100%;
  max-width: 100%;
  padding: 9px 40px 9px 11px !important;
  color: #202020; }
  select option {
    padding: 3px 7px; }

label {
  cursor: pointer; }

.search-form {
  display: block;
  width: 100%;
  max-width: 280px;
  position: relative; }
  .search-form .search-field {
    position: relative;
    width: 100%;
    max-width: 100%; }
  .search-form .search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    text-indent: -999px;
    background: transparent url(data:image/png;base64,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) no-repeat center center;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0; }
    .search-form .search-submit:hover, .search-form .search-submit:active, .search-form .search-submit:focus {
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0; }

span.wpcf7-not-valid-tip {
  color: #F00;
  background: #Fdd;
  padding: 1px 5px;
  font-size: 12px;
  display: block;
  border-radius: 0; }

textarea.wpcf7-not-valid,
input.wpcf7-not-valid {
  border-color: #F77; }

.prefooter .wpcf7 form .wpcf7-response-output {
  color: #fff !important; }

div.wpcf7-response-output {
  padding: 0.4em 0.8em;
  margin: 1em 0;
  border-radius: 0; }

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  background: #fff8b5; }

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff5555;
  background: #ffcfcf; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #d5ffca; }

textarea.error,
input.error {
  color: #111;
  border-color: #ff3333;
  outline: none;
  -webkit-box-shadow: inset 0 0 6px 0px rgba(255, 0, 0, 0.7);
          box-shadow: inset 0 0 6px 0px rgba(255, 0, 0, 0.7);
  background-color: #fff2f2; }

form .form-field {
  position: relative;
  margin: 0;
  margin-bottom: 20px; }
  form .form-field.checkbox .wpcf7-list-item {
    margin-left: 0; }
  form .form-field.checkbox label {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    line-height: 1.5; }
  form .form-field:not(.checkbox) label {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: 1;
    color: #202020;
    text-transform: uppercase; }
  form .form-field:not(.checkbox) input,
  form .form-field:not(.checkbox) textarea {
    width: 100%;
    border-radius: 0;
    border: none;
    z-index: 2;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 15px 10px 0;
    background: transparent;
    border-bottom: 1px solid #0A888D;
    font-weight: 400; }
    form .form-field:not(.checkbox) input:focus, form .form-field:not(.checkbox) input:hover,
    form .form-field:not(.checkbox) textarea:focus,
    form .form-field:not(.checkbox) textarea:hover {
      border-bottom: 1px solid #075a5d; }
  form .form-field:not(.checkbox).active label, form .form-field:not(.checkbox).message.active label {
    top: 0;
    font-size: 12px;
    font-size: 1.2rem; }
  form .form-field:not(.checkbox).active textarea,
  form .form-field:not(.checkbox).active input, form .form-field:not(.checkbox).message.active textarea,
  form .form-field:not(.checkbox).message.active input {
    border-color: #0A888D; }
  form .form-field:not(.checkbox).message label {
    top: 25px; }

form textarea {
  resize: none; }

.list-item-label {
  padding-left: 30px; }

[type='checkbox']:not(:checked) + .list-item-label,
[type='checkbox']:checked + .list-item-label {
  position: relative;
  cursor: pointer;
  display: block; }

/* checkbox aspect */
[type='checkbox']:not(:checked) + .list-item-label:before,
[type='checkbox']:checked + .list-item-label:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #E8E8E9;
  -webkit-box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.16);
          box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.16);
  background: transparent;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
  position: absolute; }

/* checked mark aspect */
[type='checkbox']:not(:checked) + .list-item-label:after,
[type='checkbox']:checked + .list-item-label:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 5px;
  width: 8px;
  height: 4px;
  margin-top: -2px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }

/* checked mark aspect changes */
[type='checkbox']:not(:checked) + .list-item-label:after {
  opacity: 0; }

[type='checkbox']:checked + .list-item-label:after {
  opacity: 1; }

[type='checkbox']:checked + .list-item-label:before {
  background-color: #0A888D;
  border-color: #0A888D; }

/* disabled checkbox */
[type='checkbox']:disabled:not(:checked) + .list-item-label:before,
[type='checkbox']:disabled:checked + .list-item-label:before {
  border-color: #bbb;
  background-color: #ddd; }

[type='checkbox']:disabled:checked + .list-item-label:after {
  color: #999; }

[type='checkbox']:disabled + .list-item-label {
  color: #aaa; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #0A888D;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  a:visited {
    color: #0A888D; }
  a:hover, a:focus, a:active {
    color: #064c4f; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation > div ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0; }
  .main-navigation > div ul li.current-menu-item a, .main-navigation > div ul li.current-page-ancestor a, .main-navigation > div ul li.current-post-ancestor a, .main-navigation > div ul li.current-menu-parent a, .main-navigation > div ul li.current-post-parent a {
    color: #0A888D; }
  .main-navigation > div ul li:not(:last-child) {
    margin-right: 15px; }
  .main-navigation > div ul li.menu-item-has-children {
    position: relative; }
    .main-navigation > div ul li.menu-item-has-children > ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-height: 0;
      overflow: hidden;
      position: absolute; }
    .main-navigation > div ul li.menu-item-has-children:hover > ul {
      background-color: #fff;
      -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
              box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
      left: -20px;
      max-height: 999px;
      padding: 20px;
      position: absolute; }
  .main-navigation > div ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Ubuntu", sans-serif;
    color: #202020; }
    .main-navigation > div ul li a:hover, .main-navigation > div ul li a:focus {
      color: #0A888D; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.language-selection-container {
  height: 20px;
  margin-left: 20px;
  width: 30px;
  position: relative; }
  .language-selection-container:hover .language-selection, .language-selection-container:focus .language-selection {
    height: 40px;
    overflow: visible; }
  .language-selection-container .language-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 20px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30px; }
    .language-selection-container .language-selection a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 500;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 20px; }

/* Small menu */
#toggle {
  display: none; }

/*--------------------------------------------------------------
5.3 Pagination
--------------------------------------------------------------*/
.pagination {
  font-size: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px; }
  .pagination .page-numbers {
    color: #0A888D;
    border-radius: 50%;
    font-size: 14px;
    font-size: 1.4rem;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: 2px solid transparent;
    margin: 0 4px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .page-numbers.current {
      background: #2f9a9e;
      color: #fff; }
    .pagination .page-numbers.dots {
      background: none;
      width: auto;
      color: #202020; }
      .pagination .page-numbers.dots:hover {
        background: none; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -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;
    color: #202020;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

.test {
  color: #FF0000; }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-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,
.clearfix:after,
.wrapper:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets */ }
  .widget select {
    max-width: 100%; }

.widget-area .widget {
  margin-bottom: 20px; }

.widget-area .widget_search .search-form {
  max-width: 100%; }

.widget-area .widget_search input[type="search"] {
  width: 100%; }

.widget-title {
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-size: 2rem;
  border: 1px solid #ccc;
  font-weight: 500;
  color: #202020; }

.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none; }
  .widget_archive ul li,
  .widget_categories ul li,
  .widget_nav_menu ul li {
    display: block; }
    .widget_archive ul li:first-child,
    .widget_categories ul li:first-child,
    .widget_nav_menu ul li:first-child {
      border-top: 0; }
  .widget_archive ul a,
  .widget_categories ul a,
  .widget_nav_menu ul a {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    background-color: #0A888D;
    color: #fff;
    font-weight: 400;
    padding: 15px 20px 14px; }
  .widget_archive ul li:nth-child(2n) > a,
  .widget_categories ul li:nth-child(2n) > a,
  .widget_nav_menu ul li:nth-child(2n) > a {
    background-color: #239498; }
  .widget_archive ul li.current-menu-item a,
  .widget_archive ul li a:hover,
  .widget_archive ul a:hover,
  .widget_categories ul li.current-menu-item a,
  .widget_categories ul li a:hover,
  .widget_categories ul a:hover,
  .widget_nav_menu ul li.current-menu-item a,
  .widget_nav_menu ul li a:hover,
  .widget_nav_menu ul a:hover {
    background-color: #3ba0a4;
    color: #fff; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

html {
  overflow-y: scroll;
  overflow-x: hidden; }

/*--------------------------------------------------------------
10.1 Header
--------------------------------------------------------------*/
#wpadminbar {
  opacity: .4;
  top: auto;
  bottom: 0; }

#wpadminbar:hover {
  opacity: 1; }

body.admin-bar {
  padding-bottom: 32px;
  margin-top: -32px;
  position: relative; }
  body.admin-bar:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    width: 100%;
    background-color: #23282d; }

#wpadminbar {
  top: auto;
  bottom: 0; }
  #wpadminbar .menupop .ab-sub-wrapper,
  #wpadminbar .shortlink-input {
    bottom: 32px; }
  #wpadminbar .menupop li.hover > .ab-sub-wrapper,
  #wpadminbar .menupop li:hover > .ab-sub-wrapper {
    margin-top: 0;
    bottom: 0; }

html.js {
  margin-top: 0 !important; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 24px 0;
  background-color: #fff;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear; }
  .site-header .site-branding {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px; }
    .site-header .site-branding img {
      display: block;
      width: 150px; }
  .site-header .search-form-container {
    max-width: 228px; }
  .site-header.sticky {
    padding: 15px 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .site-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .site-header .wrapper::before, .site-header .wrapper::after {
      display: none; }

/*--------------------------------------------------------------
10.2 Content
--------------------------------------------------------------*/
.content-area.full {
  float: none;
  clear: both;
  margin: 0;
  width: 100%; }

.full .site-main {
  margin: 0;
  padding-right: 0;
  padding-left: 0; }

.full .entry-content > .wpb_row {
  position: relative; }

.full .entry-content > .wpb_row.home-section:last-child {
  margin-bottom: 0; }

.full .hentry:last-child {
  margin-bottom: 0; }

.page-with-sidebar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page-with-sidebar-container .content-area {
    width: 60%; }
  .page-with-sidebar-container .widget-area {
    width: 30%; }
  .page-with-sidebar-container.reverse .content-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.page-template-homepage .homepage-testimonials {
  padding-bottom: 40px;
  position: relative; }
  .page-template-homepage .homepage-testimonials::before {
    background-color: #f4f4f4;
    bottom: 0;
    content: '';
    height: 90%;
    left: calc(50% - 50vw);
    position: absolute;
    width: 100vw; }
  .page-template-homepage .homepage-testimonials .single-slide {
    padding: 0 15px; }
    .page-template-homepage .homepage-testimonials .single-slide figure {
      background-position: center 0;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 30px 30px 0 0;
      height: 250px; }
    .page-template-homepage .homepage-testimonials .single-slide .slide-content {
      background-color: #fff;
      border-radius: 0 0 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 220px;
      padding: 25px 20px; }
      .page-template-homepage .homepage-testimonials .single-slide .slide-content .author-info {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto; }
        .page-template-homepage .homepage-testimonials .single-slide .slide-content .author-info .logo img {
          height: 33px;
          max-width: 100px; }
        .page-template-homepage .homepage-testimonials .single-slide .slide-content .author-info .name {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-flex: 5;
              -ms-flex: 5;
                  flex: 5;
          padding-left: 20px; }
          .page-template-homepage .homepage-testimonials .single-slide .slide-content .author-info .name .company {
            color: #828894;
            font-size: 12px;
            font-size: 1.2rem;
            margin-top: 7px; }

.homepage-products-categories {
  display: -ms-grid;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  width: 100%; }
  .homepage-products-categories a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f4f4f4;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 34px 10px;
    position: relative; }
    .homepage-products-categories a:hover, .homepage-products-categories a:focus, .homepage-products-categories a.selected {
      background-color: #fff;
      -webkit-box-shadow: 8px 20px 60px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 8px 20px 60px 0 rgba(0, 0, 0, 0.2); }
      .homepage-products-categories a:hover figure.main, .homepage-products-categories a:focus figure.main, .homepage-products-categories a.selected figure.main {
        display: none; }
      .homepage-products-categories a:hover figure.hover, .homepage-products-categories a:focus figure.hover, .homepage-products-categories a.selected figure.hover {
        display: block; }
      .homepage-products-categories a:hover h3, .homepage-products-categories a:focus h3, .homepage-products-categories a.selected h3 {
        color: var(--section-color); }
      .homepage-products-categories a:hover::before, .homepage-products-categories a:hover::after, .homepage-products-categories a:focus::before, .homepage-products-categories a:focus::after, .homepage-products-categories a.selected::before, .homepage-products-categories a.selected::after {
        opacity: 1; }
    .homepage-products-categories a::before, .homepage-products-categories a::after {
      background-color: var(--section-color);
      border-radius: 10px;
      content: '';
      opacity: 0;
      height: 42px;
      position: absolute;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
      width: 42px;
      z-index: -1; }
    .homepage-products-categories a::before {
      bottom: -18px;
      left: -18px; }
    .homepage-products-categories a::after {
      right: -18px;
      top: -18px; }
    .homepage-products-categories a figure.hover {
      display: none; }
    .homepage-products-categories a h3 {
      color: #202020;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 300;
      text-align: center;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }

.author-info2 {
  text-align: right;
  margin-top: 10px; }
  .author-info2 span:first-child {
    font-weight: 700; }

.buttonHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }

.products-menu {
  display: -ms-grid;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  min-height: 230px; }
  .products-menu .products-tile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    background-color: #f4f4f4;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 112px;
    position: relative;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .products-menu .products-tile:last-child:hover .product-category-submenu-container, .products-menu .products-tile:nth-last-child(2):hover .product-category-submenu-container {
      left: auto;
      right: 0; }
    .products-menu .products-tile a {
      padding: 45px 0;
      width: 100%; }
    .products-menu .products-tile:hover, .products-menu .products-tile:focus {
      background-color: #fff;
      -webkit-box-shadow: 8px 20px 60px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 8px 20px 60px 0 rgba(0, 0, 0, 0.2);
      height: 230px; }
      .products-menu .products-tile:hover a h3, .products-menu .products-tile:focus a h3 {
        color: var(--section-color); }
      .products-menu .products-tile:hover .product-category-submenu-container, .products-menu .products-tile:focus .product-category-submenu-container {
        opacity: 1;
        visibility: visible; }
        .products-menu .products-tile:hover .product-category-submenu-container a:hover, .products-menu .products-tile:focus .product-category-submenu-container a:hover {
          background-color: var(--section-color); }
      .products-menu .products-tile:hover figure, .products-menu .products-tile:focus figure {
        height: 82px;
        right: 50%;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%);
        top: 26px;
        width: auto; }
        .products-menu .products-tile:hover figure .cat-icon, .products-menu .products-tile:focus figure .cat-icon {
          display: none; }
        .products-menu .products-tile:hover figure .cat-icon-hover, .products-menu .products-tile:focus figure .cat-icon-hover {
          display: block; }
      .products-menu .products-tile:hover h3, .products-menu .products-tile:focus h3 {
        margin-top: 90px; }
    .products-menu .products-tile figure {
      height: 25px;
      position: absolute;
      right: 18px;
      top: 18px;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
      width: 25px; }
      .products-menu .products-tile figure .cat-icon-hover {
        display: none; }
    .products-menu .products-tile h3 {
      color: #202020;
      font-weight: 300;
      margin: 0;
      text-align: center; }

.product-category-submenu-container {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 8px 20px 60px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 8px 20px 60px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  left: 0;
  position: absolute;
  top: calc(100% - 30px);
  visibility: hidden;
  width: 375px;
  z-index: 10; }
  .product-category-submenu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style: none;
    padding: 25px 20px; }
    .product-category-submenu-container ul li {
      background-image: none;
      margin-bottom: 0;
      padding-left: 0; }
      .product-category-submenu-container ul li:last-child a {
        border-bottom: none; }
      .product-category-submenu-container ul li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 96px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 20px !important;
        position: relative; }
        .product-category-submenu-container ul li a::after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NyIgaGVpZ2h0PSI3NSIgdmlld0JveD0iMCAwIDQ3IDc1Ij4NCiAgPHBhdGggZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNzMuMjEwODQxOSwyNC42NDk0OTc5IEwzNy40OTg0NzQyLDYwLjkzNzUgTDEuNzg4NTQ3NDMsMjQuNjUxOTc4NSBDLTAuNTk2MTgyNDc2LDIyLjIyNTk5ODIgLTAuNTk2MTgyNDc2LDE4LjI5OTI4MzYgMS43ODg1NDc0MywxNS44ODA3NDUgQzQuMTczMjc3MzMsMTMuNDU3MjQ1MiA4LjAzNDczMzUzLDEzLjQ1OTcyNTggMTAuNDE5NDYzNCwxNS44ODA3NDUgTDM3LjUwMDkxNTEsNDMuMzk3NTEzNSBMNjQuNTg3MjQ4NSwxNS44NzgyNjQ0IEM2Ni45NzE5Nzg0LDEzLjQ1NzI0NTIgNzAuODMzNDM0NiwxMy40NTcyNDUyIDczLjIxNTcyMzYsMTUuODc4MjY0NCBDNzUuNTk1NTcxOCwxOC4zMDE3NjQyIDc1LjU5NTU3MTgsMjIuMjI1OTk4MiA3My4yMTA4NDE5LDI0LjY0OTQ5NzkgWiIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMzAuNSAzMC41KSIvPg0KPC9zdmc+DQo=);
          background-position: 15% center;
          background-repeat: no-repeat;
          background-size: auto 16px;
          content: '';
          -webkit-filter: grayscale(1);
                  filter: grayscale(1);
          height: 16px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(180deg);
              -ms-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg);
          width: 100%;
          z-index: 2; }
        .product-category-submenu-container ul li a:hover, .product-category-submenu-container ul li a:focus {
          background-image: url();
          border-bottom: none;
          border-radius: 10px; }
          .product-category-submenu-container ul li a:hover strong,
          .product-category-submenu-container ul li a:hover p, .product-category-submenu-container ul li a:focus strong,
          .product-category-submenu-container ul li a:focus p {
            color: #fff; }
        .product-category-submenu-container ul li a strong,
        .product-category-submenu-container ul li a p {
          color: #202020; }
        .product-category-submenu-container ul li a p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.2em !important;
          margin-top: 5px;
          max-width: 250px; }

.page-template-single-product {
  position: relative; }
  .page-template-single-product .header-wrapper {
    position: relative; }
  .page-template-single-product .side-menu-container {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 370px;
    z-index: 20; }
    .page-template-single-product .side-menu-container .fluid-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 50px;
      position: -webkit-sticky;
      position: sticky;
      top: calc(135px); }
      .page-template-single-product .side-menu-container .fluid-nav iframe {
        max-height: 220px; }
      .page-template-single-product .side-menu-container .fluid-nav a {
        border: 1px solid var(--section-color);
        border-radius: 10px;
        background-color: #fff;
        color: #202020;
        margin-top: 25px;
        padding: 30px 0;
        text-align: center; }
        .page-template-single-product .side-menu-container .fluid-nav a:hover, .page-template-single-product .side-menu-container .fluid-nav a:focus {
          background-color: var(--section-color);
          color: #fff; }
  .page-template-single-product .product-header {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 600px;
    padding: 135px 0 45px;
    position: relative; }
    .page-template-single-product .product-header::before {
      background-image: url(../images/kropeczki_kwadrat.png);
      background-position: center;
      background-repeat: no-repeat;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .page-template-single-product .product-header h1 {
      background-position: 0 center;
      background-repeat: no-repeat;
      background-size: 436px 137px;
      color: #fff;
      margin-bottom: 50px;
      margin-top: 0;
      word-wrap: break-word; }
    .page-template-single-product .product-header .header-subheading-container {
      max-width: 850px; }
      .page-template-single-product .product-header .header-subheading-container p.header-subheading {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 300; }
    .page-template-single-product .product-header .icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 80px; }
      .page-template-single-product .product-header .icons .single-icon {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .page-template-single-product .product-header .icons .single-icon:not(:last-child) {
          margin-right: 25px; }
        .page-template-single-product .product-header .icons .single-icon img {
          height: 44px;
          width: auto; }
        .page-template-single-product .product-header .icons .single-icon p {
          color: #fff;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 600; }
  .page-template-single-product .product-description-container {
    padding: 60px 33% 60px 0; }
    .page-template-single-product .product-description-container .product-description-heading {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 300; }
    .page-template-single-product .product-description-container .product-description-content {
      line-height: 26px;
      margin-top: 30px; }
  .page-template-single-product .testimonials,
  .page-template-single-product .benefits {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); }
  .page-template-single-product .testimonials {
    background-color: #f4f4f4;
    padding: 50px 0; }
    .page-template-single-product .testimonials .wrapper {
      padding-left: 65px;
      padding-right: 33%; }
    .page-template-single-product .testimonials .slider-nav {
      width: 500px;
      z-index: 99; }
      .page-template-single-product .testimonials .slider-nav a {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .page-template-single-product .testimonials .slider-nav a.slick-next {
          -webkit-transform: translateY(-50%) rotate(180deg);
              -ms-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg); }
    .page-template-single-product .testimonials .single-testimonial {
      background-color: #fff;
      border-radius: 10px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 500px;
      min-height: 250px;
      padding: 30px; }
      .page-template-single-product .testimonials .single-testimonial .opinion {
        margin-bottom: 25px; }
      .page-template-single-product .testimonials .single-testimonial .meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto; }
        .page-template-single-product .testimonials .single-testimonial .meta .photo img {
          height: 56px;
          width: auto; }
        .page-template-single-product .testimonials .single-testimonial .meta .credentails {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding-left: 25px; }
          .page-template-single-product .testimonials .single-testimonial .meta .credentails span {
            color: #828894;
            font-size: 12px;
            font-size: 1.2rem; }
  .page-template-single-product .benefits {
    background-color: #DBDFDF; }
    .page-template-single-product .benefits > .wrapper {
      padding: 45px 0 65px;
      position: relative; }
      .page-template-single-product .benefits > .wrapper::before {
        background-image: url(../images/kropeczki_kwadrat.png);
        background-position: 100% 120px;
        background-repeat: no-repeat;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .page-template-single-product .benefits h2 {
      text-transform: uppercase; }
    .page-template-single-product .benefits ul {
      list-style: none;
      padding-left: 0; }
      .page-template-single-product .benefits ul li {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        background-image: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 24px;
        font-size: 2.4rem;
        margin-top: 20px;
        padding-left: 0; }
        .page-template-single-product .benefits ul li i {
          height: 24px;
          margin-right: 10px;
          width: 24px; }
  .page-template-single-product .related-products {
    background-color: var(--section-color);
    color: #fff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 40px 0 100px; }
    .page-template-single-product .related-products h2 {
      text-align: center;
      text-transform: uppercase; }
    .page-template-single-product .related-products figure {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 40px; }
      .page-template-single-product .related-products figure img {
        height: 70px;
        width: auto; }
    .page-template-single-product .related-products-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 50px; }
      .page-template-single-product .related-products-list a {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #f4f4f4;
        border-radius: 10px;
        color: #202020;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 300;
        height: 150px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-width: 215px;
        padding: 0 30px;
        text-align: center; }
        .page-template-single-product .related-products-list a:not(:last-child) {
          margin-right: 30px; }
        .page-template-single-product .related-products-list a:hover, .page-template-single-product .related-products-list a:focus {
          background-color: #fff;
          -webkit-box-shadow: 8px 20px 60px 0 rgba(0, 0, 0, 0.2);
                  box-shadow: 8px 20px 60px 0 rgba(0, 0, 0, 0.2); }
  .page-template-single-product .trusted-by {
    padding: 65px 0 80px; }
    .page-template-single-product .trusted-by h3 {
      font-weight: bold;
      text-align: left;
      text-transform: uppercase; }
  .page-template-single-product .related-posts h2 {
    text-transform: uppercase; }

.page-template-products .page-header {
  background-image: -webkit-gradient(linear, left top, right top, from(#1B9151), to(#0075B9));
  background-image: -webkit-linear-gradient(left, #1B9151, #0075B9);
  background-image: -o-linear-gradient(left, #1B9151, #0075B9);
  background-image: linear-gradient(to right, #1B9151, #0075B9);
  color: #fff;
  min-height: 269px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 60px;
  position: relative; }
  .page-template-products .page-header::before {
    background-image: url(../images/kropeczki_kwadrat.png);
    background-position: center 75px;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .page-template-products .page-header h1 {
    margin-top: 0; }

.page-template-products .category-products-listing {
  background-color: #f4f4f4;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 7% 0; }
  .page-template-products .category-products-listing .wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
    .page-template-products .category-products-listing .wrapper::before, .page-template-products .category-products-listing .wrapper::after {
      display: none; }
  .page-template-products .category-products-listing a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border-radius: 10px;
    color: #202020;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 80px;
    padding: 20px 5px;
    text-align: center; }
    .page-template-products .category-products-listing a:hover, .page-template-products .category-products-listing a:focus {
      background-color: var(--section-color);
      color: #fff;
      -webkit-box-shadow: 8px 20px 60px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 8px 20px 60px 0 rgba(0, 0, 0, 0.2); }

.product-description-heading {
  line-height: initial !important; }

.seo-text-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0;
  text-align: center; }
  .seo-text-container.active .icon-chevron {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .seo-text-container.active .seo-full-text {
    max-height: 100%;
    opacity: 1;
    visibility: visible; }
  .seo-text-container .seo-text-intro {
    position: relative; }
    .seo-text-container .seo-text-intro:hover {
      cursor: pointer; }
    .seo-text-container .seo-text-intro .icon-chevron {
      height: 20px;
      position: absolute;
      right: -30px;
      top: calc(50% - 10px);
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
      min-width: 20px; }
  .seo-text-container .seo-full-text {
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    visibility: hidden; }

.page-template-partners .list-of-partners-container .partners-nav {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  min-height: 160px; }
  .page-template-partners .list-of-partners-container .partners-nav a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    background-color: #f4f4f4;
    border-radius: 10px;
    color: #202020;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 77px;
    text-align: center; }
    .page-template-partners .list-of-partners-container .partners-nav a.active {
      height: 160px; }

.page-template-partners .list-of-partners-container .partners-group-container {
  background-color: #f4f4f4;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 50; }
  .page-template-partners .list-of-partners-container .partners-group-container.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-template-partners .list-of-partners-container .partners-group-container .partners-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    padding: 40px 25px 50px; }
    .page-template-partners .list-of-partners-container .partners-group-container .partners-list .single-partner-container {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff;
      border-radius: 10px;
      display: none;
      min-height: 145px;
      padding: 20px; }
      .page-template-partners .list-of-partners-container .partners-group-container .partners-list .single-partner-container.visible {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .page-template-partners .list-of-partners-container .partners-group-container .partners-list .single-partner-container .logo {
        width: 100px; }
      .page-template-partners .list-of-partners-container .partners-group-container .partners-list .single-partner-container .name {
        font-size: 14px;
        font-size: 1.4rem;
        margin-left: 20px; }
      .page-template-partners .list-of-partners-container .partners-group-container .partners-list .single-partner-container .badge {
        margin-left: auto;
        width: 150px; }

.page-template-partners .homepage-products-categories {
  padding: 40px 25px 0; }
  .page-template-partners .homepage-products-categories a::before,
  .page-template-partners .homepage-products-categories a::after {
    display: none; }

.blog .page-header,
.single .page-header,
.archive .page-header {
  background-image: -webkit-gradient(linear, left top, right top, from(#1B9151), to(#0075B9));
  background-image: -webkit-linear-gradient(left, #1B9151, #0075B9);
  background-image: -o-linear-gradient(left, #1B9151, #0075B9);
  background-image: linear-gradient(to right, #1B9151, #0075B9);
  color: #fff;
  min-height: 269px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 60px;
  position: relative; }
  .blog .page-header::before,
  .single .page-header::before,
  .archive .page-header::before {
    background-image: url(../images/kropeczki_kwadrat.png);
    background-position: center 75px;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .blog .page-header h1,
  .single .page-header h1,
  .archive .page-header h1 {
    margin-top: 0; }
  .blog .page-header .posts-categories,
  .single .page-header .posts-categories,
  .archive .page-header .posts-categories {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
    -ms-grid-columns: 1fr 2fr 1fr;
        grid-template-columns: 1fr 2fr 1fr; }
    .blog .page-header .posts-categories > div,
    .single .page-header .posts-categories > div,
    .archive .page-header .posts-categories > div {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
    .blog .page-header .posts-categories .left input[type="text"],
    .single .page-header .posts-categories .left input[type="text"],
    .archive .page-header .posts-categories .left input[type="text"] {
      border-radius: 10px;
      padding: 9px 11px; }
    .blog .page-header .posts-categories .middle,
    .single .page-header .posts-categories .middle,
    .archive .page-header .posts-categories .middle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 50px;
      margin-top: 90px; }
      .blog .page-header .posts-categories .middle a,
      .single .page-header .posts-categories .middle a,
      .archive .page-header .posts-categories .middle a {
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 10px;
        color: #0F1126;
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 15px;
        margin-right: 15px;
        padding: 5px 8px; }
        .blog .page-header .posts-categories .middle a:hover, .blog .page-header .posts-categories .middle a:focus,
        .single .page-header .posts-categories .middle a:hover,
        .single .page-header .posts-categories .middle a:focus,
        .archive .page-header .posts-categories .middle a:hover,
        .archive .page-header .posts-categories .middle a:focus {
          background-color: transparent;
          border-color: #fff;
          color: #fff; }
    .blog .page-header .posts-categories .right select,
    .single .page-header .posts-categories .right select,
    .archive .page-header .posts-categories .right select {
      border: 1px solid transparent;
      border-radius: 10px; }

.blog .webinar-hero,
.archive .webinar-hero {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: url(../images/baner_webinary.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  height: 572px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
  padding-left: 30px; }
  .blog .webinar-hero h2,
  .archive .webinar-hero h2 {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 20px; }
  .blog .webinar-hero h2,
  .blog .webinar-hero p,
  .archive .webinar-hero h2,
  .archive .webinar-hero p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  .blog .webinar-hero .button,
  .archive .webinar-hero .button {
    background-color: #1B9152;
    color: #fff;
    margin-top: 30px;
    padding: 17px; }
    .blog .webinar-hero .button:hover, .blog .webinar-hero .button:focus,
    .archive .webinar-hero .button:hover,
    .archive .webinar-hero .button:focus {
      background-color: #fff;
      color: #1B9151; }

.news-container {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); }

.news-container,
.recommended-posts {
  display: -ms-grid;
  display: grid;
  grid-gap: 32px 42px;
  padding: 100px 0; }
  .news-container article,
  .recommended-posts article {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .news-container article:hover, .news-container article:focus,
    .recommended-posts article:hover,
    .recommended-posts article:focus {
      -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
              box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08); }
      .news-container article:hover::before, .news-container article:hover::after, .news-container article:focus::before, .news-container article:focus::after,
      .recommended-posts article:hover::before,
      .recommended-posts article:hover::after,
      .recommended-posts article:focus::before,
      .recommended-posts article:focus::after {
        background-color: #0A888D; }
    .news-container article::before, .news-container article::after,
    .recommended-posts article::before,
    .recommended-posts article::after {
      background-color: transparent;
      border-radius: 10px;
      content: '';
      height: 43px;
      position: absolute;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
      width: 43px;
      z-index: -1; }
    .news-container article::before,
    .recommended-posts article::before {
      bottom: -18px;
      left: -18px; }
    .news-container article::after,
    .recommended-posts article::after {
      right: -18px;
      top: -18px; }
    .news-container article figure,
    .recommended-posts article figure {
      background-color: #f4f4f4;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 10px 10px 0 0;
      overflow: hidden;
      height: 190px;
      min-height: 190px; }
      .news-container article figure img,
      .recommended-posts article figure img {
        opacity: 0; }
    .news-container article .content,
    .recommended-posts article .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      padding: 20px; }
      .news-container article .content > a,
      .recommended-posts article .content > a {
        color: #202020;
        font-size: 18px;
        font-size: 1.8rem;
        margin: 0 0 15px; }
        .news-container article .content > a::before,
        .recommended-posts article .content > a::before {
          content: '';
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
        .news-container article .content > a:hover, .news-container article .content > a:focus,
        .recommended-posts article .content > a:hover,
        .recommended-posts article .content > a:focus {
          color: #0A888D; }
        .news-container article .content > a h2,
        .recommended-posts article .content > a h2 {
          margin: 0; }
      .news-container article .content .entry-title,
      .recommended-posts article .content .entry-title {
        text-transform: initial; }
      .news-container article .content .entry-meta,
      .recommended-posts article .content .entry-meta {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: auto; }
        .news-container article .content .entry-meta .categories,
        .recommended-posts article .content .entry-meta .categories {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .news-container article .content .entry-meta .categories a,
          .recommended-posts article .content .entry-meta .categories a {
            background-color: #f4f4f4;
            border-radius: 10px;
            color: #0F1126;
            font-size: 12px;
            font-size: 1.2rem;
            margin-top: 5px;
            padding: 5px 7px;
            position: relative;
            text-align: center;
            z-index: 51; }
        .news-container article .content .entry-meta .date,
        .recommended-posts article .content .entry-meta .date {
          color: #828894;
          font-size: 12px;
          font-size: 1.2rem;
          margin-left: 10px; }

.single .page-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0; }

.single .entry-top-meta,
.single .entry-bottom-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 55px; }
  .single .entry-top-meta p,
  .single .entry-bottom-meta p {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-size: 1.4rem; }
    .single .entry-top-meta p:not(:last-child),
    .single .entry-bottom-meta p:not(:last-child) {
      margin-right: 50px; }
    .single .entry-top-meta p svg,
    .single .entry-bottom-meta p svg {
      fill: #828894;
      height: 16px;
      margin-right: 5px;
      width: 16px; }
    .single .entry-top-meta p span,
    .single .entry-bottom-meta p span {
      margin-left: 5px; }

.single .entry-content-container {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: 3fr 1fr;
      grid-template-columns: 3fr 1fr; }

.single .main-content > figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 30px; }
  .single .main-content > figure img {
    opacity: 0; }

.single .entry-bottom-meta-container {
  background-color: #F9F9FA;
  margin: 50px 0 20px;
  padding: 25px; }
  .single .entry-bottom-meta-container .entry-bottom-meta {
    margin-bottom: 20px;
    padding: 0; }
  .single .entry-bottom-meta-container .tags-container a {
    background-color: #D9D9DA;
    color: #202020;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px; }

.single .social-media-share {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-left: 25px; }
  .single .social-media-share h4 {
    margin: 0; }
  .single .social-media-share a {
    margin-left: 10px; }
    .single .social-media-share a:hover svg, .single .social-media-share a:focus svg {
      fill: #0A888D; }
    .single .social-media-share a svg {
      fill: #B9BFCA;
      height: 32px !important;
      width: 32px !important;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }

.single .author-info-container {
  background-color: #f9f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  padding: 30px 60px 30px 30px; }
  .single .author-info-container .profile-picture {
    height: 120px;
    margin-right: 20px;
    min-width: 120px;
    width: 120px; }
  .single .author-info-container .author-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .single .author-info-container .author-info h4 {
      margin: 0; }
    .single .author-info-container .author-info .social-btn {
      margin: 10px 0 20px; }

.single .recommended-posts-container h2 {
  margin: 0 0 25px; }

.single .recommended-posts-container .recommended-posts {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin-bottom: 90px;
  padding: 0; }

.single .sidebar .sidebar-form {
  background-color: #0A888D;
  color: #fff;
  max-width: 292px;
  width: 100%; }
  .single .sidebar .sidebar-form input[type="checkbox"] {
    opacity: 0;
    visibility: hidden; }
  .single .sidebar .sidebar-form.box {
    border-color: #0A888D;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 25px 18px; }
    .single .sidebar .sidebar-form.box h3 {
      margin-bottom: 15px; }
    .single .sidebar .sidebar-form.box p {
      margin-bottom: 30px; }
    .single .sidebar .sidebar-form.box .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAAbFBMVEX///8BAQHOzs77+/smJibW1ta6urqFhYX19fWenp5hYWGBgYHf399NTU3y8vLq6urExMR4eHhWVla0tLSrq6s4ODhmZmaSkpJISEgtLS3r6+tra2sVFRUcHByWlpY/Pz8NDQ0yMjKjo6NbW1sZGwC7AAAEqElEQVR4nO2ciXbiMAxF6y4U6AJ0o/v6//84c+jMoZQ41lOcSMp59wOobiPA9kM+OCCEEEIIIYQQQgghhBBCCCEYy/XqbHZiXUV/nKZvnifWlfTDIm25mlpX0wOPaYcRPsbjXcM0P7KuqDLrtMfSuqaqnO8LpvRkXVVNnpsMUzq0rqsaZ82CKa2sK6vESU4wpfdxfP+/5w1TOrWurgKrNsGUXs6tC+zKYbvgX9bWJXakKBj9e+NJYBj6zbiUCKYU9714JBNMd9aFqpkLDZN1oVomUsEU9Jt/KhaMumG8khvG3EtdywVjdinQo0E/aS4AwZDbqBvkES6sq1XwWNba8mpdrYZ7QPDDulgNn2Pv0UVZa8undbUabgHBN+tiNcyQR/hoXa2CxgPgHDfW1Wp4AAQvrIvV0BBS5Lm0rlYB1KPX1tVqeAEEr6yL1XBa9toSMQxuCSn2CbmzzwRpjcyti9VQCCl2iZh0l0OKH4Q8m0EEQ6YV7NHoPSoNKeL26B1iaF2sBmGQ9k3EH5pAPRryfPQLEHy2LlaDPEhLMVMKKKQIGdsDQVp6sS5WAxRSRPxZwiUiGPIHQkhI8WBdrIbR9ygUUoQM0pCQ4ta6WA1QSMEgzSNISBEySHtFHuHoQ4qQQdrvaZ82QgZpUEgRsUehkCJkkIaEFF/WxWrITvs0ETFIgw6AQwZpiCCDNI+MPqQYf5Ammvb5j3WxGhhS/CRkSCGe9rHo0cuTw87HXZ5DipuPzV/96vTWgEKKs1qlizjfLpW7LDL8hhQ7X9LH6mUGMu0zbI/+WoVoFaGQYtAgbW+ZpVREQorjyg6tNKwjVYpuQ4rGhbJC0e20T2YngCu+AYJDTvtktzqooteQomUvhylCIcWsL519WjerkKLTIK2wGwcUoZBiuGmf4nGDWNFpSCE4T5EqIkHafb9WPxAdGMkUfU77CE/EJIpQSDFYj4pXIAJFZNpnuCBNvkouKvqc9kEaq6DodNoH+r+3KyKvNGCQhixB2hW9hhSQYJui25ACNMwrIi8y6J1PWJfmFaGQYtAgDYqh84pQSDFskAZ9xGcVXYcUyJlDVtH1tA+0J88oQiHF8EEa9DHfqOi6R6so+p/26ajoN6SopOg3pKiliFxJZjjto1d0G1LUUgw07aNURBYMgwZplRRvoZDCfNpHo4jgYNqnX0UX0z69KvqY9ulRccAgrZXeFP1M+/Sl6OjavH4UXU379KE4XJAmogdFb9M+1RX9TftUVvR4bV5dRZfTPjUVnU771FN0O+1TTdHvtE8lRc/TPlUUfU/71FC0dijQXdH9tE9XxQDTPh0VrcuX0EnRfY9u6KA47LSPHrVinGvztIqBrs3TKYa6Nk+VaVgXjaFQNA8pQGDFeNfmgYoRr83DFH2EFCCIopeQAkSu6CJI0yBWDNmjG4SKIa/N+4dI0VlIASJR9BZSgJQVXQVpGkqKIa/N26Wg6DKkAGlV9BekaWhRDHltXgN5xTH06IacoueQAqRZMdTBRYmmSZQAJ9wI071fP8fb1peYvO8IxjjgBplsn2PQPW+Z6XK9mq9mgQ5/CSGEEEIIIYQQQgghhBBCCCFj5w+4KDaNWgt/CgAAAABJRU5ErkJggg==);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .single .sidebar .sidebar-form.box .wpcf7-acceptance .wpcf7-list-item-label {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.1em !important;
      position: relative; }
      .single .sidebar .sidebar-form.box .wpcf7-acceptance .wpcf7-list-item-label::before {
        background-color: #fff;
        content: '';
        height: 15px;
        left: -20px;
        position: absolute;
        top: 0;
        width: 15px; }
    .single .sidebar .sidebar-form.box input[type="submit"] {
      background-color: #00CA72;
      border: none;
      padding: 12px; }
      .single .sidebar .sidebar-form.box input[type="submit"]:hover, .single .sidebar .sidebar-form.box input[type="submit"]:focus {
        background-color: #fff;
        color: #0A888D; }

.categories-listing,
.top-posts,
.upcoming-webinars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .categories-listing.box,
  .top-posts.box,
  .upcoming-webinars.box {
    border: 1px solid #E5E9EB;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 25px 18px; }
    .categories-listing.box h3,
    .top-posts.box h3,
    .upcoming-webinars.box h3 {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 400;
      margin: 0 0 30px; }
    .categories-listing.box a,
    .top-posts.box a,
    .upcoming-webinars.box a {
      border-top: 1px solid #D0D2D6;
      color: #202020;
      padding: 13px 0; }
      .categories-listing.box a:hover, .categories-listing.box a:focus,
      .top-posts.box a:hover,
      .top-posts.box a:focus,
      .upcoming-webinars.box a:hover,
      .upcoming-webinars.box a:focus {
        color: #0A888D; }

.no-results-found {
  padding: 30px 0; }
  .no-results-found h3 {
    margin: 0; }

.post-template-single-webinar .entry-content-container {
  margin-top: 30px; }

.post-template-single-webinar .webinar-details {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px; }
  .post-template-single-webinar .webinar-details .date-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    width: 100%; }
    .post-template-single-webinar .webinar-details .date-time .date,
    .post-template-single-webinar .webinar-details .date-time .time {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .post-template-single-webinar .webinar-details .date-time .date svg,
      .post-template-single-webinar .webinar-details .date-time .time svg {
        margin-right: 10px; }
      .post-template-single-webinar .webinar-details .date-time .date > p,
      .post-template-single-webinar .webinar-details .date-time .time > p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .post-template-single-webinar .webinar-details .date-time .date > p .label,
        .post-template-single-webinar .webinar-details .date-time .time > p .label {
          font-size: 14px;
          font-size: 1.4rem;
          text-transform: uppercase; }
        .post-template-single-webinar .webinar-details .date-time .date > p .info,
        .post-template-single-webinar .webinar-details .date-time .time > p .info {
          font-size: 32px;
          font-size: 3.2rem; }
  .post-template-single-webinar .webinar-details > .button {
    background-color: #fff;
    border: 2px solid #0A888D;
    color: #0A888D;
    margin: 50px 0; }
    .post-template-single-webinar .webinar-details > .button:hover {
      background-color: #0A888D;
      color: #fff !important; }
  .post-template-single-webinar .webinar-details .people {
    width: 100%;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-top: 50px; }
    .post-template-single-webinar .webinar-details .people h4 {
      font-weight: 400;
      margin: 0 0 20px 135px;
      text-transform: uppercase; }
    .post-template-single-webinar .webinar-details .people .single-person {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .post-template-single-webinar .webinar-details .people .single-person:not(:last-child) {
        margin-bottom: 45px; }
      .post-template-single-webinar .webinar-details .people .single-person figure {
        margin-right: 15px;
        min-width: 120px; }
        .post-template-single-webinar .webinar-details .people .single-person figure img {
          width: 150px; }
      .post-template-single-webinar .webinar-details .people .single-person .meta h5 {
        font-size: 18px;
        font-size: 1.8rem;
        margin: 0; }
      .post-template-single-webinar .webinar-details .people .single-person .meta .position {
        font-size: 14px;
        font-size: 1.4rem; }
      .post-template-single-webinar .webinar-details .people .single-person .meta > .button {
        margin: 10px 0 30px; }
  .post-template-single-webinar .webinar-details .recommend-event {
    background-color: #F9F9FA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 55px 0 35px;
    padding: 55px 0;
    width: 100%; }
    .post-template-single-webinar .webinar-details .recommend-event .socialContainer {
      width: 100%;
      padding: 25px;
      border: none !important;
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; }
    .post-template-single-webinar .webinar-details .recommend-event .social-media-share {
      border-bottom: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0;
      padding: 0; }
      .post-template-single-webinar .webinar-details .recommend-event .social-media-share h4 {
        margin-right: 20px; }

.post-template-single-webinar .socialContainer {
  border-bottom: 1px solid #D0D2D6;
  padding-bottom: 25px; }

.post-template-single-webinar .recommended-posts-container {
  margin-top: 60px; }

.post-template-single-webinar .upcoming-webinars.box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .post-template-single-webinar .upcoming-webinars.box a svg {
    height: 16px;
    margin-right: 5px;
    width: 16px; }
  .post-template-single-webinar .upcoming-webinars.box a .event-date {
    font-size: 14px;
    font-size: 1.4rem; }
  .post-template-single-webinar .upcoming-webinars.box a .name {
    color: #0A888D;
    display: block;
    margin-top: 5px;
    text-transform: uppercase; }

.webinars-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0; }
  .webinars-list > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .webinars-list > div:first-child {
      border-right: 1px solid #CBCBCB;
      padding-right: 25px; }
    .webinars-list > div:last-child {
      padding-left: 25px; }
    .webinars-list > div h2 {
      margin: 0 0 40px; }
  .webinars-list .news-container {
    grid-gap: 25px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    padding: 0; }

.team .management {
  -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
  padding: 35px; }
  .team .management h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    margin: 0;
    text-align: center; }
  .team .management .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: 30px; }
  .team .management .member {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px; }
    .team .management .member img {
      height: 197px;
      margin-bottom: 25px;
      width: 197px; }
    .team .management .member strong {
      font-size: 18px;
      font-size: 1.8rem; }
    .team .management .member .position {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 300; }
    .team .management .member .button {
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 12px; }

.team .departments {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  place-items: center;
  position: relative;
  height: 180px; }
  .team .departments .department {
    width: 100%; }
    .team .departments .department > a {
      background-color: #f4f4f4;
      border-radius: 10px;
      color: #202020;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 300;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 40px; }
      .team .departments .department > a.active {
        background-color: #fff;
        -webkit-box-shadow: 8px 20px 60px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 8px 20px 60px 0 rgba(0, 0, 0, 0.2);
        padding: 65px; }
    .team .departments .department .people {
      background-color: #fff;
      border-radius: 0 10px 10px 10px;
      -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
              box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
      left: 0;
      opacity: 0;
      padding: 45px 30px;
      position: absolute;
      top: 90%;
      visibility: hidden;
      width: 100%;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      z-index: 50; }
      .team .departments .department .people.active {
        opacity: 1;
        visibility: visible; }
      .team .departments .department .people .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .team .departments .department .people .inner figure {
          height: 120px;
          margin-right: 15px;
          width: 120px; }
          .team .departments .department .people .inner figure img {
            max-height: 120px;
            max-width: 120px; }
        .team .departments .department .people .inner .meta {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .team .departments .department .people .inner .meta strong {
            font-size: 18px;
            font-size: 1.8rem; }
          .team .departments .department .people .inner .meta .position {
            font-size: 14px;
            font-size: 1.4rem; }
          .team .departments .department .people .inner .meta .button {
            font-size: 14px;
            font-size: 1.4rem;
            margin-top: 12px; }
      .team .departments .department .people .members {
        border-top: 1px solid rgba(151, 151, 151, 0.24);
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr);
        margin-top: 35px;
        padding-top: 35px; }
        .team .departments .department .people .members .inner-container .subdepartment-container {
          margin-bottom: 40px;
          min-height: 44px; }
        .team .departments .department .people .members .inner-container .subdepartment {
          display: block;
          font-size: 24px;
          font-size: 2.4rem;
          font-weight: 300; }
        .team .departments .department .people .members .inner-container .duties {
          display: block;
          color: #828894;
          font-size: 14px;
          font-size: 1.4rem; }

.greyBoxTop {
  background-color: #f4f4f4;
  margin: -45px -30px 0;
  padding: 45px 30px;
  border-radius: 0 10px 0 0; }
  .greyBoxTop h2 {
    margin: 0;
    padding: 0; }

.centerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0; }
  .centerWrapper p {
    font-size: 24px;
    margin: 10px 0; }

.boxNumbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0; }
  .boxNumbers > span {
    padding-right: 20px;
    margin-right: 10px;
    font-size: 24px;
    border-right: solid 3px #F4CC07;
    font-weight: 500; }

.greyBox {
  background-color: #f4f4f4;
  margin: 0 -30px;
  padding: 45px 30px; }
  .greyBox h2 {
    margin: 0; }
  .greyBox p {
    margin: 5px; }

.greyBoxBottom {
  background-color: #f4f4f4;
  margin: 0 -30px -45px;
  padding: 45px 30px;
  border-radius: 0 0 10px 10px; }

.transparentBox {
  padding: 20px 0 0; }
  .transparentBox h2 {
    margin-bottom: 10px; }

/*--------------------------------------------------------------
10.3 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

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

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

.entry-summary {
  margin: 0.7em 0 0; }

.page-content {
  margin: 1.5em 0 0; }

.archive .hentry .entry-content {
  margin-top: 0.4em; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.site-content .wrapper {
  position: relative; }
  .site-content .wrapper .breadcrumbs {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 7px;
    position: absolute;
    z-index: 11; }
    .site-content .wrapper .breadcrumbs a {
      color: #fff;
      display: block;
      margin-right: 20px;
      position: relative; }
      .site-content .wrapper .breadcrumbs a:last-child::after {
        display: none; }
      .site-content .wrapper .breadcrumbs a::after {
        color: #fff;
        content: '>';
        height: 100%;
        position: absolute;
        right: -16px;
        top: 0;
        width: 10px; }
    .site-content .wrapper .breadcrumbs span {
      color: #fff;
      display: block;
      margin-right: 20px;
      position: relative; }
      .site-content .wrapper .breadcrumbs span:last-child::after {
        display: none; }
      .site-content .wrapper .breadcrumbs span::after {
        color: #fff;
        content: '>';
        height: 100%;
        position: absolute;
        right: -16px;
        top: 0;
        width: 10px; }

.posted-on {
  color: #bbb; }

.search-results .page-header {
  background-image: -webkit-gradient(linear, left top, right top, from(#1B9151), to(#0075B9));
  background-image: -webkit-linear-gradient(left, #1B9151, #0075B9);
  background-image: -o-linear-gradient(left, #1B9151, #0075B9);
  background-image: linear-gradient(to right, #1B9151, #0075B9);
  color: #fff;
  min-height: 269px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 60px;
  position: relative; }
  .search-results .page-header::before {
    background-image: url(../images/kropeczki_kwadrat.png);
    background-position: center 75px;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .search-results .page-header h1 {
    color: #fff;
    margin-top: 0; }

.search-results-container {
  padding: 30px 0; }
  .search-results-container article {
    padding: 20px 0; }

.search article {
  border-top: 1px solid #ccc;
  padding-top: 20px; }
  .search article:first-of-type {
    border-top: 0; }

.post-meta {
  color: #a1a1a1;
  font-size: 15px;
  font-size: 1.5rem; }

#catapult-cookie-bar .ctcc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #catapult-cookie-bar .ctcc-inner .ctcc-left-side {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center; }
  #catapult-cookie-bar .ctcc-inner .ctcc-right-side {
    margin-top: 10px; }
    #catapult-cookie-bar .ctcc-inner .ctcc-right-side button {
      margin-left: 0; }

.page-template-partners .trusted-by,
.page-template-about-us .trusted-by {
  padding: 65px 0 80px; }
  .page-template-partners .trusted-by h3,
  .page-template-about-us .trusted-by h3 {
    font-weight: bold;
    text-align: left;
    text-transform: uppercase; }

.trusted-by h3 {
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center; }

.trusted-by .slick-slide {
  display: block;
  width: initial !important;
  margin: 0 20px;
  max-width: 148px; }

.trusted-by figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .trusted-by figure img {
    height: 50px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain; }

.contact-container {
  border-radius: 10px;
  -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin-bottom: 70px; }
  .contact-container h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    margin: 0 0 20px; }
  .contact-container .contact-people,
  .contact-container .support-info,
  .contact-container .company-info {
    padding: 50px 30px; }
  .contact-container .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contact-container .person:first-child {
      border-bottom: 1px solid rgba(151, 151, 151, 0.24);
      margin-bottom: 50px;
      padding-bottom: 50px; }
    .contact-container .person figure {
      height: 120px;
      margin-right: 20px !important;
      width: 120px; }
      .contact-container .person figure img {
        max-height: 120px;
        max-width: 120px; }
    .contact-container .person .meta {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .contact-container .person .meta strong {
        font-size: 18px;
        font-size: 1.8rem; }
      .contact-container .person .meta .position {
        font-size: 14px;
        font-size: 1.4rem; }
      .contact-container .person .meta .button {
        margin-top: 12px; }
  .contact-container .support-info {
    border-left: 1px solid rgba(151, 151, 151, 0.24);
    border-right: 1px solid rgba(151, 151, 151, 0.24);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contact-container .support-info > div {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .contact-container .support-info > div:first-child {
        border-bottom: 1px solid rgba(151, 151, 151, 0.24);
        margin-bottom: 50px;
        max-height: 195px; }
      .contact-container .support-info > div:last-child .button {
        background-color: #1B9152; }
    .contact-container .support-info .icon {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 72px;
      padding-left: 85px;
      position: relative; }
      .contact-container .support-info .icon::before {
        background-color: #1B9152;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE5IDE0Ij4NCiAgPHBhdGggZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTcsMy4xMjUgTDMsMy4xMjUgQzIuMDM3NSwzLjEyNSAxLjI1ODc1LDMuODk4NDM3NSAxLjI1ODc1LDQuODQzNzUgTDEuMjUsMTUuMTU2MjUgQzEuMjUsMTYuMTAxNTYyNSAyLjAzNzUsMTYuODc1IDMsMTYuODc1IEwxNywxNi44NzUgQzE3Ljk2MjUsMTYuODc1IDE4Ljc1LDE2LjEwMTU2MjUgMTguNzUsMTUuMTU2MjUgTDE4Ljc1LDQuODQzNzUgQzE4Ljc1LDMuODk4NDM3NSAxNy45NjI1LDMuMTI1IDE3LDMuMTI1IFogTTE2Ljg3NSwxNSBMMy4xMjUsMTUgTDMuMTI1LDYuMjUgTDEwLDEwLjYyNSBMMTYuODc1LDYuMjUgTDE2Ljg3NSwxNSBaIE0xMCw5LjM3NSBMMy4xMjUsNSBMMTYuODc1LDUgTDEwLDkuMzc1IFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0uNSAtMykiLz4NCjwvc3ZnPg0K);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 36px;
        border-radius: 50%;
        content: '';
        height: 72px;
        left: 0;
        position: absolute;
        top: 0;
        width: 72px; }
      .contact-container .support-info .icon.blue::before {
        background-color: #0A888D; }
    .contact-container .support-info .phone {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 24px;
      font-size: 2.4rem;
      height: 72px;
      padding-left: 65px;
      position: relative;
      -webkit-transform: translateX(-20px);
          -ms-transform: translateX(-20px);
              transform: translateX(-20px); }
      .contact-container .support-info .phone::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEzIDIwIj4NCiAgPHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNTcxNDI4NiwwIEw2LjQyODU3MTQzLDAgQzQuOTQ2NDI4NTcsMCAzLjc1LDEuMjE4MTgxODIgMy43NSwyLjcyNzI3MjczIEwzLjc1LDE3LjI3MjcyNzMgQzMuNzUsMTguNzgxODE4MiA0Ljk0NjQyODU3LDIwIDYuNDI4NTcxNDMsMjAgTDEzLjU3MTQyODYsMjAgQzE1LjA1MzU3MTQsMjAgMTYuMjUsMTguNzgxODE4MiAxNi4yNSwxNy4yNzI3MjczIEwxNi4yNSwyLjcyNzI3MjczIEMxNi4yNSwxLjIxODE4MTgyIDE1LjA1MzU3MTQsMCAxMy41NzE0Mjg2LDAgWiBNMTEuODc1LDE4LjEyNSBMOC4xMjUsMTguMTI1IEw4LjEyNSwxNy41IEwxMS44NzUsMTcuNSBMMTEuODc1LDE4LjEyNSBaIE0xNC4zNzUsMTUuNjI1IEw1LjYyNSwxNS42MjUgTDUuNjI1LDMuMTI1IEwxNC4zNzUsMy4xMjUgTDE0LjM3NSwxNS42MjUgWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMuNSkiLz4NCjwvc3ZnPg0K);
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 50%;
        content: '';
        height: 72px;
        left: 0;
        position: absolute;
        top: 0;
        width: 72px; }

/*--------------------------------------------------------------
10.4 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.5 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
10.5 Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #131415;
  position: relative;
  clear: both;
  color: #6b6b6b;
  font-size: 12px;
  font-size: 1.2rem; }
  .site-footer a {
    color: #6b6b6b;
    text-decoration: none; }
    .site-footer a:hover, .site-footer a:focus {
      color: #fff; }
  .site-footer .wrapper {
    border-top: 1px solid #262422;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0; }
    .site-footer .wrapper::before, .site-footer .wrapper::after {
      display: none; }
    .site-footer .wrapper > div {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .site-footer .f-left img {
    margin-right: 10px; }
  .site-footer .f-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .site-footer .f-menu a {
      margin-right: 25px; }
  .site-footer .f-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .site-footer .kreacja {
    padding-right: 57px;
    display: inline-block;
    position: relative; }
    .site-footer .kreacja img {
      position: absolute;
      top: -3px;
      right: 0; }

.footer-newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  width: 100%; }
  .footer-newsletter-form span {
    width: 100%; }
    .footer-newsletter-form span input[type="email"] {
      padding-right: 80px; }
  .footer-newsletter-form input[type="submit"] {
    background-color: transparent;
    color: #0A888D !important;
    height: 100%;
    position: absolute;
    right: 10px; }
    .footer-newsletter-form input[type="submit"]:hover, .footer-newsletter-form input[type="submit"]:focus {
      color: #202020 !important;
      -webkit-box-shadow: none;
              box-shadow: none; }

.footer-contact-form span {
  display: block;
  margin-bottom: 10px;
  position: relative; }
  .footer-contact-form span::before {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 16px;
    content: '';
    height: 16px;
    position: absolute;
    right: 45px;
    top: calc(50% - 8px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 16px; }
  .footer-contact-form span.name::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4NCiAgPHBhdGggZmlsbD0iIzEzMTQxNSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjcuMzEzNzUsMjAuNjg2MjUgQzI1LjU3MTA2MjUsMTguOTQzNjI1IDIzLjQ5NjgxMjUsMTcuNjUzNTYyNSAyMS4yMzM2ODc1LDE2Ljg3MjYyNSBDMjMuNjU3NTYyNSwxNS4yMDMxODc1IDI1LjI1LDEyLjQwOTI1IDI1LjI1LDkuMjUgQzI1LjI1LDQuMTQ5NTYyNSAyMS4xMDA0Mzc1LDAgMTYsMCBDMTAuODk5NTYyNSwwIDYuNzUsNC4xNDk1NjI1IDYuNzUsOS4yNSBDNi43NSwxMi40MDkyNSA4LjM0MjQzNzUsMTUuMjAzMTg3NSAxMC43NjYzNzUsMTYuODcyNjI1IEM4LjUwMzI1LDE3LjY1MzU2MjUgNi40MjksMTguOTQzNjI1IDQuNjg2MzEyNSwyMC42ODYyNSBDMS42NjQzMTI1LDIzLjcwODMxMjUgMCwyNy43MjYyNSAwLDMyIEwyLjUsMzIgQzIuNSwyNC41NTYwNjI1IDguNTU2MDYyNSwxOC41IDE2LDE4LjUgQzIzLjQ0MzkzNzUsMTguNSAyOS41LDI0LjU1NjA2MjUgMjkuNSwzMiBMMzIsMzIgQzMyLDI3LjcyNjI1IDMwLjMzNTY4NzUsMjMuNzA4MzEyNSAyNy4zMTM3NSwyMC42ODYyNSBaIE0xNiwxNiBDMTIuMjc4MDYyNSwxNiA5LjI1LDEyLjk3MiA5LjI1LDkuMjUgQzkuMjUsNS41MjggMTIuMjc4MDYyNSwyLjUgMTYsMi41IEMxOS43MjE5Mzc1LDIuNSAyMi43NSw1LjUyOCAyMi43NSw5LjI1IEMyMi43NSwxMi45NzIgMTkuNzIxOTM3NSwxNiAxNiwxNiBaIi8+DQo8L3N2Zz4NCg==); }
  .footer-contact-form span.email::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE5IDE0Ij4NCiAgPHBhdGggZmlsbD0iIzlBQTdBNiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTcsMy4xMjUgTDMsMy4xMjUgQzIuMDM3NSwzLjEyNSAxLjI1ODc1LDMuODk4NDM3NSAxLjI1ODc1LDQuODQzNzUgTDEuMjUsMTUuMTU2MjUgQzEuMjUsMTYuMTAxNTYyNSAyLjAzNzUsMTYuODc1IDMsMTYuODc1IEwxNywxNi44NzUgQzE3Ljk2MjUsMTYuODc1IDE4Ljc1LDE2LjEwMTU2MjUgMTguNzUsMTUuMTU2MjUgTDE4Ljc1LDQuODQzNzUgQzE4Ljc1LDMuODk4NDM3NSAxNy45NjI1LDMuMTI1IDE3LDMuMTI1IFogTTE2Ljg3NSwxNSBMMy4xMjUsMTUgTDMuMTI1LDYuMjUgTDEwLDEwLjYyNSBMMTYuODc1LDYuMjUgTDE2Ljg3NSwxNSBaIE0xMCw5LjM3NSBMMy4xMjUsNSBMMTYuODc1LDUgTDEwLDkuMzc1IFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0uNSAtMykiLz4NCjwvc3ZnPg0K);
    -webkit-filter: brightness(0);
            filter: brightness(0);
    top: calc(50% - 5px); }
  .footer-contact-form span.phone::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEzIDIwIj4NCiAgPHBhdGggZmlsbD0iIzlBQTdBNiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNTcxNDI4NiwwIEw2LjQyODU3MTQzLDAgQzQuOTQ2NDI4NTcsMCAzLjc1LDEuMjE4MTgxODIgMy43NSwyLjcyNzI3MjczIEwzLjc1LDE3LjI3MjcyNzMgQzMuNzUsMTguNzgxODE4MiA0Ljk0NjQyODU3LDIwIDYuNDI4NTcxNDMsMjAgTDEzLjU3MTQyODYsMjAgQzE1LjA1MzU3MTQsMjAgMTYuMjUsMTguNzgxODE4MiAxNi4yNSwxNy4yNzI3MjczIEwxNi4yNSwyLjcyNzI3MjczIEMxNi4yNSwxLjIxODE4MTgyIDE1LjA1MzU3MTQsMCAxMy41NzE0Mjg2LDAgWiBNMTEuODc1LDE4LjEyNSBMOC4xMjUsMTguMTI1IEw4LjEyNSwxNy41IEwxMS44NzUsMTcuNSBMMTEuODc1LDE4LjEyNSBaIE0xNC4zNzUsMTUuNjI1IEw1LjYyNSwxNS42MjUgTDUuNjI1LDMuMTI1IEwxNC4zNzUsMy4xMjUgTDE0LjM3NSwxNS42MjUgWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMuNSkiLz4NCjwvc3ZnPg0K);
    background-size: 10px;
    -webkit-filter: brightness(0);
            filter: brightness(0); }

.footer-contact-form br {
  display: none; }

.footer-contact-form input[type="submit"] {
  padding: 15px; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
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; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -5px;
  margin-right: -5px; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin: 3% 0;
  padding-left: 5px;
  padding-right: 5px; }
  .gallery-item img {
    display: block;
    margin: 0 auto; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%; }

.gallery-caption {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem; }

/*--------------------------------------------------------------
12.0 Additional / Modifiers / Helpers
--------------------------------------------------------------*/
.banner {
  background-size: cover;
  background-position: center; }

.prefooter {
  background-color: #131415;
  font-size: 14px;
  font-size: 1.4rem; }
  .prefooter a {
    color: #6b6b6b; }
    .prefooter a:hover, .prefooter a:focus {
      color: #fff; }
  .prefooter .language-selection-container {
    display: none; }

.social-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social-links-container .social-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 8px; }
    .social-links-container .social-link:hover, .social-links-container .social-link:focus {
      -webkit-box-shadow: 0 0 0 2px #0A888D;
              box-shadow: 0 0 0 2px #0A888D; }
      .social-links-container .social-link:hover svg path, .social-links-container .social-link:focus svg path {
        fill: #0A888D; }
    .social-links-container .social-link img {
      height: 16px;
      width: auto; }
    .social-links-container .social-link:last-child {
      margin-right: 0; }
  .social-links-container img {
    width: 24px; }

body .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
  padding-bottom: 33%; }

.inline-block {
  display: inline-block; }

.radius-small {
  border-radius: 7px; }

.radius-large {
  border-radius: 24px; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a[href$=".odt"] {
  position: relative; }
  a[href$=".odt"]:before {
    content: "";
    position: relative;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,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) no-repeat center center;
    display: inline-block;
    margin-right: 3px;
    max-height: 1.4em;
    background-size: contain;
    top: -2px;
    vertical-align: middle; }

a[href$=".doc"] {
  position: relative; }
  a[href$=".doc"]:before {
    content: "";
    position: relative;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,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) no-repeat center center;
    display: inline-block;
    margin-right: 3px;
    max-height: 1.4em;
    background-size: contain;
    top: -2px;
    vertical-align: middle; }

a[href$=".docx"] {
  position: relative; }
  a[href$=".docx"]:before {
    content: "";
    position: relative;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,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) no-repeat center center;
    display: inline-block;
    margin-right: 3px;
    max-height: 1.4em;
    background-size: contain;
    top: -2px;
    vertical-align: middle; }

a[href$=".ods"] {
  position: relative; }
  a[href$=".ods"]:before {
    content: "";
    position: relative;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,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) no-repeat center center;
    display: inline-block;
    margin-right: 3px;
    max-height: 1.4em;
    background-size: contain;
    top: -2px;
    vertical-align: middle; }

a[href$=".xls"] {
  position: relative; }
  a[href$=".xls"]:before {
    content: "";
    position: relative;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,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) no-repeat center center;
    display: inline-block;
    margin-right: 3px;
    max-height: 1.4em;
    background-size: contain;
    top: -2px;
    vertical-align: middle; }

a[href$=".xlsx"] {
  position: relative; }
  a[href$=".xlsx"]:before {
    content: "";
    position: relative;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,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) no-repeat center center;
    display: inline-block;
    margin-right: 3px;
    max-height: 1.4em;
    background-size: contain;
    top: -2px;
    vertical-align: middle; }

div#fancy_outer {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

a#fancy_right:hover span {
  right: 10px;
  left: auto; }

a#fancy_left:hover span {
  left: 10px; }

div#fancy_title {
  display: none !important; }

.elementor-editor-active .site-header {
  position: static !important; }

.page-template-homepage .vc_basic_grid > .vc_grid {
  margin-left: -15px;
  margin-right: -15px; }

.vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper {
  font-size: 0; }

.wpb_single_image .vc_single_image-wrapper {
  max-width: 100%; }

.hidden {
  display: none; }

button#catapultCookie {
  -webkit-box-shadow: none;
          box-shadow: none; }

body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
body .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: transparent; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-bottom: 0;
  margin-top: 25px;
  padding-left: 0; }
  .slick-dots li {
    background-image: none !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important; }
    .slick-dots li:not(:last-child) {
      margin-right: 15px; }
    .slick-dots li.slick-active button {
      background-color: #0A888D; }
    .slick-dots li button {
      background-color: #BCC6C5;
      border-radius: 3px;
      font-size: 0;
      height: 9px;
      padding: 0;
      width: 9px; }

.slider-nav {
  position: absolute;
  height: 100%;
  width: 100%; }
  .slider-nav .slick-prev,
  .slider-nav .slick-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NyIgaGVpZ2h0PSI3NSIgdmlld0JveD0iMCAwIDQ3IDc1Ij4NCiAgPHBhdGggZmlsbD0iIzlBQTdBNiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNzMuMjEwODQxOSwyNC42NDk0OTc5IEwzNy40OTg0NzQyLDYwLjkzNzUgTDEuNzg4NTQ3NDMsMjQuNjUxOTc4NSBDLTAuNTk2MTgyNDc2LDIyLjIyNTk5ODIgLTAuNTk2MTgyNDc2LDE4LjI5OTI4MzYgMS43ODg1NDc0MywxNS44ODA3NDUgQzQuMTczMjc3MzMsMTMuNDU3MjQ1MiA4LjAzNDczMzUzLDEzLjQ1OTcyNTggMTAuNDE5NDYzNCwxNS44ODA3NDUgTDM3LjUwMDkxNTEsNDMuMzk3NTEzNSBMNjQuNTg3MjQ4NSwxNS44NzgyNjQ0IEM2Ni45NzE5Nzg0LDEzLjQ1NzI0NTIgNzAuODMzNDM0NiwxMy40NTcyNDUyIDczLjIxNTcyMzYsMTUuODc4MjY0NCBDNzUuNTk1NTcxOCwxOC4zMDE3NjQyIDc1LjU5NTU3MTgsMjIuMjI1OTk4MiA3My4yMTA4NDE5LDI0LjY0OTQ5NzkgWiIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMzAuNSAzMC41KSIvPg0KPC9zdmc+DQo=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 47px 75px;
    font-size: 0;
    height: 75px;
    position: absolute;
    top: 50%;
    width: 47px; }
  .slider-nav .slick-prev {
    left: -60px; }
  .slider-nav .slick-next {
    right: -60px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.full-width a {
  padding: 40px !important;
  width: 100% !important; }

.text-200 h3 {
  font-size: 200px;
  font-size: 20rem; }

.text-96 h3 {
  font-size: 96px;
  font-size: 9.6rem; }

.helper-dotted-bg {
  position: relative; }
  .helper-dotted-bg::before {
    background-image: url(../images/kropeczki_kwadrat.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 482px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 482px; }

.monitor-right:hover, .monitor-right:focus,
.monitor-left:hover,
.monitor-left:focus {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.monitor-left img, .monitor-right img, .monitor-center img {
  border-radius: 10px !important; }

.monitor-center {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .monitor-center .elementor-widget-container {
    width: 500px;
    position: relative; }
    .monitor-center .elementor-widget-container:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: #0a888d;
      opacity: 0;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTExLjk5OSA1MTEuOTk5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTEuOTk5IDUxMS45OTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZmZmIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNTA4Ljg3NCw0NzguNzA4TDM2MC4xNDIsMzI5Ljk3NmMyOC4yMS0zNC44MjcsNDUuMTkxLTc5LjEwMyw0NS4xOTEtMTI3LjMwOWMwLTExMS43NS05MC45MTctMjAyLjY2Ny0yMDIuNjY3LTIwMi42NjcNCgkJCVMwLDkwLjkxNywwLDIwMi42NjdzOTAuOTE3LDIwMi42NjcsMjAyLjY2NywyMDIuNjY3YzQ4LjIwNiwwLDkyLjQ4Mi0xNi45ODIsMTI3LjMwOS00NS4xOTFsMTQ4LjczMiwxNDguNzMyDQoJCQljNC4xNjcsNC4xNjUsMTAuOTE5LDQuMTY1LDE1LjA4NiwwbDE1LjA4MS0xNS4wODJDNTEzLjA0LDQ4OS42MjcsNTEzLjA0LDQ4Mi44NzMsNTA4Ljg3NCw0NzguNzA4eiBNMjAyLjY2NywzNjIuNjY3DQoJCQljLTg4LjIyOSwwLTE2MC03MS43NzEtMTYwLTE2MHM3MS43NzEtMTYwLDE2MC0xNjBzMTYwLDcxLjc3MSwxNjAsMTYwUzI5MC44OTYsMzYyLjY2NywyMDIuNjY3LDM2Mi42Njd6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
      background-size: 100px;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 10px !important; }
    .monitor-center .elementor-widget-container:hover:after {
      opacity: 0.4; }

.monitor-right {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .monitor-right .elementor-widget-container {
    width: 500px;
    position: relative; }
    .monitor-right .elementor-widget-container:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: #0a888d;
      opacity: 0;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTExLjk5OSA1MTEuOTk5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTEuOTk5IDUxMS45OTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZmZmIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNTA4Ljg3NCw0NzguNzA4TDM2MC4xNDIsMzI5Ljk3NmMyOC4yMS0zNC44MjcsNDUuMTkxLTc5LjEwMyw0NS4xOTEtMTI3LjMwOWMwLTExMS43NS05MC45MTctMjAyLjY2Ny0yMDIuNjY3LTIwMi42NjcNCgkJCVMwLDkwLjkxNywwLDIwMi42NjdzOTAuOTE3LDIwMi42NjcsMjAyLjY2NywyMDIuNjY3YzQ4LjIwNiwwLDkyLjQ4Mi0xNi45ODIsMTI3LjMwOS00NS4xOTFsMTQ4LjczMiwxNDguNzMyDQoJCQljNC4xNjcsNC4xNjUsMTAuOTE5LDQuMTY1LDE1LjA4NiwwbDE1LjA4MS0xNS4wODJDNTEzLjA0LDQ4OS42MjcsNTEzLjA0LDQ4Mi44NzMsNTA4Ljg3NCw0NzguNzA4eiBNMjAyLjY2NywzNjIuNjY3DQoJCQljLTg4LjIyOSwwLTE2MC03MS43NzEtMTYwLTE2MHM3MS43NzEtMTYwLDE2MC0xNjBzMTYwLDcxLjc3MSwxNjAsMTYwUzI5MC44OTYsMzYyLjY2NywyMDIuNjY3LDM2Mi42Njd6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
      background-size: 100px;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 10px !important; }
    .monitor-right .elementor-widget-container:hover:after {
      opacity: 0.4; }

.monitor-left {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .monitor-left .elementor-widget-container {
    width: 500px;
    position: relative; }
    .monitor-left .elementor-widget-container:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: #0a888d;
      opacity: 0;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTExLjk5OSA1MTEuOTk5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTEuOTk5IDUxMS45OTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZmZmIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNTA4Ljg3NCw0NzguNzA4TDM2MC4xNDIsMzI5Ljk3NmMyOC4yMS0zNC44MjcsNDUuMTkxLTc5LjEwMyw0NS4xOTEtMTI3LjMwOWMwLTExMS43NS05MC45MTctMjAyLjY2Ny0yMDIuNjY3LTIwMi42NjcNCgkJCVMwLDkwLjkxNywwLDIwMi42NjdzOTAuOTE3LDIwMi42NjcsMjAyLjY2NywyMDIuNjY3YzQ4LjIwNiwwLDkyLjQ4Mi0xNi45ODIsMTI3LjMwOS00NS4xOTFsMTQ4LjczMiwxNDguNzMyDQoJCQljNC4xNjcsNC4xNjUsMTAuOTE5LDQuMTY1LDE1LjA4NiwwbDE1LjA4MS0xNS4wODJDNTEzLjA0LDQ4OS42MjcsNTEzLjA0LDQ4Mi44NzMsNTA4Ljg3NCw0NzguNzA4eiBNMjAyLjY2NywzNjIuNjY3DQoJCQljLTg4LjIyOSwwLTE2MC03MS43NzEtMTYwLTE2MHM3MS43NzEtMTYwLDE2MC0xNjBzMTYwLDcxLjc3MSwxNjAsMTYwUzI5MC44OTYsMzYyLjY2NywyMDIuNjY3LDM2Mi42Njd6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
      background-size: 100px;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 10px !important; }
    .monitor-left .elementor-widget-container:hover:after {
      opacity: 0.4; }

.lightbox-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  visibility: hidden;
  z-index: 9999; }
  .lightbox-container.open {
    opacity: 1;
    visibility: visible; }
  .lightbox-container img {
    border: 10px solid #fff;
    border-radius: 10px;
    height: auto;
    max-width: 80%; }
  .lightbox-container .close-lightbox-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px; }

.beneftisHolder {
  max-width: 800px; }

.related-products-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.related-products-list a {
  width: 200px !important;
  height: 100px !important;
  padding: 0 20px !important;
  margin: 10px 0; }

.productLogoHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: initial;
  max-width: 850px;
  margin-bottom: 70px !important; }

.productLogo {
  font-family: museo-sans, sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 58px; }
  .productLogo .first-word {
    font-weight: 700; }

.botomProductLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ui-selectmenu-button {
  width: 100% !important;
  max-width: 100%;
  padding: 9px 40px 9px 11px !important;
  color: #202020 !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  background: #f6f6f6 !important; }

.ui-selectmenu-menu {
  background: #f6f6f6;
  border-radius: 10px !important;
  margin-top: 10px; }
  .ui-selectmenu-menu ul {
    background: #f6f6f6;
    border: 1px solid #CBCBCB !important;
    border-radius: 10px !important; }

.ui-state-active {
  border: 1px solid #0A888D !important;
  background: #0A888D !important; }

.ui-widget {
  font-family: "Ubuntu", sans-serif !important; }

.animationContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(#1B9151), to(#0075B9));
  background-image: -webkit-linear-gradient(left, #1B9151 0%, #0075B9 100%);
  background-image: -o-linear-gradient(left, #1B9151 0%, #0075B9 100%);
  background-image: linear-gradient(90deg, #1B9151 0%, #0075B9 100%);
  padding: 50px;
  margin: 0 -30px; }
  .animationContainer .animatedCircle {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    width: 150px;
    height: 150px; }
    .animationContainer .animatedCircle .fullCricle {
      position: absolute;
      top: 43%;
      left: 44%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .animationContainer .animatedCircle span {
      position: absolute;
      top: 44%;
      left: 44%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 30px; }

/* Import the Google Font 'Lato' */
/* Container styles */
body {
  background-color: #fff;
  color: #333;
  font-family: 'Lato'; }

.container {
  padding: 50px 0;
  text-align: center; }

.chart {
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 20px;
  text-align: center; }

.chart figcaption {
  padding: 50px 25px;
  width: 100px;
  height: 50px;
  border: 20px solid #f0f0f0;
  border-radius: 100px;
  line-height: 50px; }

.chart img {
  position: absolute;
  max-width: 100px;
  max-height: 100px;
  background: white; }

/* END Container styles */
/* Colors for the circles and positions for the graphics */
.html {
  top: 50px;
  left: 45px; }

.html + svg .outer {
  stroke: #e34f26; }

.css {
  top: 55px;
  left: 48px; }

.css + svg .outer {
  stroke: #0d84ce; }

.javascript {
  max-width: 90px;
  max-height: 90px;
  top: 45px;
  left: 45px; }

.javascript + svg .outer {
  stroke: #f0e040; }

.node {
  width: 200px;
  height: 200px;
  top: 45px;
  left: 45px; }

.node + svg .outer {
  stroke: #83cd29; }

.chart svg {
  position: absolute;
  top: 0;
  left: 0; }

.outer {
  fill: transparent;
  stroke: #fff;
  stroke-width: 10px;
  stroke-dasharray: 534;
  -webkit-transition: stroke-dashoffset 2s;
  -o-transition: stroke-dashoffset 2s;
  transition: stroke-dashoffset 2s;
  -webkit-animation-play-state: running;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.withoutAnimation {
  stroke-dashoffset: 534 !important;
  -webkit-animation-play-state: paused; }

.withoutAnimation2 {
  stroke-dashoffset: 534 !important;
  -webkit-animation-play-state: paused; }

.withoutAnimation3 {
  stroke-dashoffset: 534 !important;
  -webkit-animation-play-state: paused; }

.chart:hover .outer {
  stroke-dashoffset: 534 !important;
  -webkit-animation-play-state: paused; }

/* END Circle colors and graphic positions */
/* Set the initial values for the animation */
.chart[data-percent='100'] .outer {
  stroke-dashoffset: 0;
  -webkit-animation: show100 2s;
  animation: show100 2s; }

.chart[data-percent='75'] .outer {
  stroke-dashoffset: 133;
  -webkit-animation: show75 2s;
  animation: show75 2s; }

.chart[data-percent='50'] .outer {
  stroke-dashoffset: 267;
  -webkit-animation: show50 2s;
  animation: show50 2s; }

.chart[data-percent='25'] .outer {
  stroke-dashoffset: 401;
  -webkit-animation: show25 2s;
  animation: show25 2s; }

/* END set initial animation values */
/* Keyframes for the initial animation */
@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 0; } }

@keyframes show100 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes show75 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 134; } }

@keyframes show75 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 124; } }

@-webkit-keyframes show50 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 267; } }

@keyframes show50 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 267; } }

@-webkit-keyframes show25 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 401; } }

@keyframes show25 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 401; } }

/* END Keyframes for the initial animation */
.elementor-editor-active .shadow h3 {
  text-shadow: 2px 2px #000000 !important; }

.elementor-editor-active .shadow p {
  text-shadow: 2px 2px #000000 !important; }

.rw-ui-stars li {
  background-size: auto !important; }

.socialContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .socialContainer .rw-rating-table {
    display: initial !important; }

.reference-testimonials .slide-content {
  padding: 50px !important;
  color: #828894 !important; }

.reference-testimonials .author-info {
  margin-top: 20px !important; }

.reference-testimonials .slick-slide {
  width: 490px;
  margin-right: 100px; }

.reference-testimonials figure {
  position: relative; }
  .reference-testimonials figure img {
    position: absolute;
    top: 15px;
    left: 50px; }

.rw-rating-table {
  display: none; }

.zoho .SIGNUP_PAGE {
  background: none !important; }

.zoho #SIGNUP_HEADING {
  display: none; }

.zoho #SIGNUP_BODY_ALL {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  background-color: white; }
  .zoho #SIGNUP_BODY_ALL input[type="text"] {
    height: 52px !important;
    margin-bottom: -10px; }
  .zoho #SIGNUP_BODY_ALL input[type="email"] {
    height: 52px !important;
    margin-bottom: -10px; }

.zoho div[name="SIGNUP_FORM_LABEL"] {
  color: #000000 !important; }

.zoho div[name="privacyPolicy"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .zoho div[name="privacyPolicy"] input {
    height: initial !important;
    margin: initial !important; }

.zoho #REQUIRED_FIELD_TEXT {
  display: none; }

.zoho #SIGNUP_BODY > div > div > p:last-child {
  display: none; }

.zoho #SIGNUP_BODY > p:last-child {
  display: none; }

.zoho input[name="SIGNUP_SUBMIT_BUTTON"] {
  cursor: pointer !important;
  -webkit-appearance: none !important;
  color: white !important;
  padding: 9px 28px !important;
  outline: currentcolor none medium !important;
  border-radius: 24px !important;
  background: #1b9151 !important;
  border-width: 1px !important;
  font-size: 21px !important;
  border-style: none !important;
  border-color: white !important;
  text-align: center !important;
  width: 120px !important; }

.numberHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  margin: 20px 20px; }
  .numberHolder p {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-right: 5px; }

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

.naeep-tab-links li {
  background-image: none !important; }

.naeep-schedule-wrap li {
  background-image: none !important; }

.zoho2 {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%); }

/*--------------------------------------------------------------
12.0 Media Queries
--------------------------------------------------------------*/
/******* RESPONSIVE    ******/
.desktop-wide,
.desktop,
.tablet,
.mobile-big,
.mobile-small {
  display: none; }

.desktop-wide {
  display: block; }

/* DESKTOP 1920 - 2560 DESKTOP */
@media screen and (min-width: 1920px) {
  .wrapper {
    width: 1200px; }
  .news-container article {
    max-width: 258px; } }

/* DESKTOP 1200 - 1920 DESKTOP */
@media screen and (min-width: 1260px) {
  .tablet,
  .mobile-big,
  .mobile-small {
    display: none; }
  .desktop {
    display: block; }
  .wrapper {
    width: 1200px; }
  .news-container article {
    max-width: 258px; } }

/* TABLET 760 - 1023 TABLET */
@media screen and (min-width: 760px) {
  .site-menu {
    display: block !important; }
  .site-menu > ul > li > ul {
    display: none !important; }
  .site-menu > ul > li:hover > ul {
    display: block !important; } }

@media screen and (max-width: 1259px) {
  .desktop-wide,
  .desktop,
  .mobile-big,
  .mobile-small {
    display: none; }
  .tablet {
    display: block; }
  .slider-nav {
    display: none; }
  .wrapper {
    width: 720px; }
  .animationContainer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  /* Small menu */
  #toggle {
    display: block; }
    #toggle .toggle-container {
      width: 25px;
      height: 18px;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      cursor: pointer;
      position: relative; }
      #toggle .toggle-container .toggle-item {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #0A888D;
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
        #toggle .toggle-container .toggle-item:nth-child(1) {
          top: 0px; }
        #toggle .toggle-container .toggle-item:nth-child(2), #toggle .toggle-container .toggle-item:nth-child(3) {
          top: 7px; }
        #toggle .toggle-container .toggle-item:nth-child(4) {
          top: 14px; }
    #toggle.open .toggle-item:nth-child(1) {
      top: 12px;
      width: 0%;
      left: 50%; }
    #toggle.open .toggle-item:nth-child(2) {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    #toggle.open .toggle-item:nth-child(3) {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    #toggle.open .toggle-item:nth-child(4) {
      top: 12px;
      width: 0%;
      left: 50%; }
  .site-header .site-branding {
    height: 30px; }
    .site-header .site-branding a {
      height: 100%; }
      .site-header .site-branding a img {
        height: 100%;
        width: auto; }
  .main-navigation {
    padding: 0;
    width: 100%;
    overflow: auto;
    max-height: 65vh; }
    .main-navigation.toggled div {
      display: block; }
    .main-navigation div ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      overflow: hidden;
      display: none;
      -webkit-transition: max-height 0.75s linear;
      -o-transition: max-height 0.75s linear;
      transition: max-height 0.75s linear;
      background: #fff; }
      .main-navigation div ul li {
        text-align: center;
        width: 100%; }
        .main-navigation div ul li:not(:last-child) {
          margin: 0; }
        .main-navigation div ul li:first-child {
          margin-top: 25px; }
        .main-navigation div ul li.menu-item-has-children:hover > ul {
          max-height: 0;
          visibility: hidden; }
        .main-navigation div ul li a {
          display: block;
          padding: 15px 0;
          width: 100%; }
  .social-links-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 20px 0 0;
    width: 100%; }
    .social-links-container.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .social-links-container .language-selection-container {
      width: auto; }
      .social-links-container .language-selection-container .language-selection {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: auto; }
        .social-links-container .language-selection-container .language-selection a:first-child {
          margin-right: 10px; }
  .footer-newsletter-form input[type="email"] {
    width: 100vw; }
  .site-footer .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .site-footer .wrapper .f-left {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 20px; }
    .site-footer .wrapper .f-menu {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .site-footer .wrapper .f-right {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
  .products-menu .products-tile a {
    padding: 45px 0;
    width: 100%; }
    .products-menu .products-tile a h3 {
      font-size: 22px;
      font-size: 2.2rem; }
  .products-menu .products-tile:hover, .products-menu .products-tile:focus {
    height: 112px; }
    .products-menu .products-tile:hover figure, .products-menu .products-tile:focus figure {
      height: 25px;
      right: 18px !important;
      top: 18px;
      width: 25px; }
    .products-menu .products-tile:hover h3, .products-menu .products-tile:focus h3 {
      margin-top: 0; }
  .product-category-submenu-container {
    display: none; }
  .page-template-single-product .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .page-template-single-product .side-menu-container {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 20px;
    position: relative;
    width: 100%; }
    .page-template-single-product .side-menu-container .fluid-nav {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      top: 0; }
      .page-template-single-product .side-menu-container .fluid-nav a {
        padding: 20px; }
  .page-template-single-product .product-header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .page-template-single-product .product-header h1 {
      background-size: contain; }
  .page-template-single-product .product-description-container,
  .page-template-single-product .testimonials,
  .page-template-single-product .benefits {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .page-template-single-product .product-description-container {
    padding: 40px 20px; }
  .page-template-single-product .testimonials .wrapper,
  .page-template-single-product .benefits {
    padding: 20px; }
  .page-template-single-product .related-products-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-template-single-product .related-products-list a {
      margin: 10px !important; }
  .contact-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
    .contact-container .support-info {
      border-left: 0;
      border-right: 0; }
      .contact-container .support-info > div {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 100% !important; }
  .news-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
    .news-container .webinar-hero {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      height: 400px; }
  .single .recommended-posts-container .recommended-posts {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
  .single .entry-content-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
    .single .entry-content-container .sidebar .box {
      width: 100%; }
  .single .sidebar .sidebar-form {
    max-width: 100%; }
  .webinars-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .webinars-list .upcoming {
      border-right: none !important;
      padding-right: 0 !important; }
    .webinars-list .past {
      border-top: 1px solid #CBCBCB;
      margin-top: 50px;
      padding-left: 0 !important;
      padding-top: 50px; }
  .team .management .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .team .departments {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    height: auto; }
    .team .departments .department > a {
      background-color: #fff;
      -webkit-box-shadow: 8px 20px 60px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 8px 20px 60px 0 rgba(0, 0, 0, 0.2);
      margin-bottom: 15px;
      padding: 35px;
      pointer-events: none; }
      .team .departments .department > a.active {
        padding: 35px; }
    .team .departments .department .people {
      border-radius: 10px;
      opacity: 1;
      position: relative;
      top: 0;
      visibility: visible; }
      .team .departments .department .people .members {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr; }
  .page-template-partners .partners-nav {
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important; }
  .page-template-partners .homepage-products-categories {
    display: none; }
  .page-template-partners .partners-list {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    padding: 30px 15px !important; }
  .blog .page-header .posts-categories,
  .single .page-header .posts-categories,
  .archive .page-header .posts-categories {
    grid-gap: 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    padding: 30px 0; }
    .blog .page-header .posts-categories .left,
    .single .page-header .posts-categories .left,
    .archive .page-header .posts-categories .left {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1 / 2; }
    .blog .page-header .posts-categories .middle,
    .single .page-header .posts-categories .middle,
    .archive .page-header .posts-categories .middle {
      grid-column: 1 / -1;
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-row: 2 / 3;
      margin: 0; }
    .blog .page-header .posts-categories .right,
    .single .page-header .posts-categories .right,
    .archive .page-header .posts-categories .right {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1 / 2; }
  .monitor-right .elementor-image {
    left: 70px;
    top: 193px; }
    .monitor-right .elementor-image img {
      height: 137px !important;
      width: 222px !important; }
  .monitor-left .elementor-image {
    left: 47px;
    top: 190px; }
    .monitor-left .elementor-image img {
      height: 143px !important;
      width: 218px !important; }
  .monitor-center {
    height: 400px; }
    .monitor-center img {
      height: 165px !important;
      left: 19px;
      position: absolute;
      top: 94px;
      width: 290px; } }

/* MOBILE 480 - 759 MOBILE */
@media screen and (max-width: 767px) {
  .desktop-wide,
  .desktop,
  .tablet,
  .mobile-small {
    display: none; }
  .mobile-big {
    display: block; }
  .wrapper {
    width: 440px; }
  .pagination .page-numbers {
    margin-bottom: 10px; }
  .gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery-columns-2 .gallery-item {
    width: 100%; }
  .gallery-columns-4 .gallery-item {
    width: 50%; }
  .gallery-columns-5 .gallery-item {
    width: 50%; }
  .gallery-columns-6 .gallery-item {
    width: 33%; }
  .gallery-columns-7 .gallery-item {
    width: 33%; }
  .gallery-columns-8 .gallery-item {
    width: 25%; }
  .gallery-columns-9 .gallery-item {
    width: 33%; }
  .jumbotron h1 {
    font-size: 60px;
    font-size: 6rem; }
  .site-footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .site-footer .wrapper > div:not(:last-child) {
      margin-bottom: 20px; }
    .site-footer .wrapper .f-right {
      text-align: center; }
  .site-footer .f-left span {
    white-space: normal; }
  .flip .site-main,
  .site-main {
    padding-left: 0; }
  .content-area {
    width: auto;
    float: none;
    padding-left: 0; }
  .site-content .widget-area {
    width: auto;
    float: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #bbb; }
  .wpb_column {
    margin-top: 25px; }
  .wpb_column:first-child {
    margin-top: 0; }
  .page-with-sidebar-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #toggle {
    margin-right: 10px; }
  .site-header .site-branding {
    margin-left: 10px;
    height: 20px; }
    .site-header .site-branding a {
      height: 100%; }
  .site-header .search-form-container {
    max-width: 180px; }
  .breadcrumbs {
    padding-left: 10px; }
  .news-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
    .news-container article::before, .news-container article::after {
      display: none; }
    .news-container .webinar-hero {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      height: 300px;
      padding: 10px; }
  .single .page-header h1 {
    font-size: 34px;
    font-size: 3.4rem; }
  .single .entry-top-meta,
  .single .entry-bottom-meta,
  .single .author-info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .single .recommended-posts-container .recommended-posts {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
  .single .recommended-posts-container article::before, .single .recommended-posts-container article::after {
    display: none; }
  .single .sidebar .sidebar-form {
    width: 100%; }
    .single .sidebar .sidebar-form .wpcf7 input[type="url"],
    .single .sidebar .sidebar-form .wpcf7 input[type="email"],
    .single .sidebar .sidebar-form .wpcf7 input[type="tel"] {
      width: 100%; }
  .webinar-details .date-time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .webinar-details .date-time .date {
      margin-bottom: 20px; }
  .webinar-details .people h4 {
    margin: 0 0 20px 0 !important; }
  .webinar-details .people .single-person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .webinars-list {
    padding: 50px 0 !important; }
    .webinars-list .news-container {
      -ms-grid-columns: 1fr !important;
          grid-template-columns: 1fr !important; }
  .page-template-partners .partners-nav {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    margin-bottom: 20px; }
    .page-template-partners .partners-nav a.active {
      background-color: #fff;
      color: #0A888D; }
  .page-template-partners .homepage-products-categories {
    display: none; }
  .page-template-partners .partners-list {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    padding: 30px 15px !important; }
  .page-template-partners .single-partner-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-template-partners .single-partner-container .logo {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%; }
    .page-template-partners .single-partner-container .name {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 0 !important;
      padding-left: 10px; }
    .page-template-partners .single-partner-container .badge {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin: 0 !important; }
  .homepage-products-categories a::before, .homepage-products-categories a::after {
    display: none; }
  .homepage-testimonials .slide-content .author-info {
    margin-top: 10px !important; }
  .form-container div[role="form"] {
    width: 95%; }
  .form-container form {
    padding: 25px; }
  .form-container input,
  .form-container textarea {
    margin-bottom: 5px !important; }
  .form-container span.wpcf7-list-item-label {
    font-size: 10px;
    font-size: 1rem; }
  .monitor-right,
  .monitor-left {
    height: auto !important;
    width: 100% !important; }
    .monitor-right::before,
    .monitor-left::before {
      display: none; }
    .monitor-right .elementor-image,
    .monitor-left .elementor-image {
      -webkit-perspective: 505px;
              perspective: 505px;
      position: relative;
      left: 0;
      top: 0; }
      .monitor-right .elementor-image img,
      .monitor-left .elementor-image img {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        height: auto !important;
        width: 100% !important; }
  .monitor-center {
    background-image: none;
    height: auto !important; }
    .monitor-center img {
      height: auto !important;
      left: 0;
      position: relative;
      top: 0;
      width: 100% !important; }
  .blog .page-header .posts-categories,
  .single .page-header .posts-categories,
  .archive .page-header .posts-categories {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr; }
    .blog .page-header .posts-categories .left,
    .single .page-header .posts-categories .left,
    .archive .page-header .posts-categories .left {
      grid-column: 1 / -1;
      grid-row: auto; }
    .blog .page-header .posts-categories .middle,
    .single .page-header .posts-categories .middle,
    .archive .page-header .posts-categories .middle {
      grid-column: 1 / -1;
      grid-row: auto;
      margin: 0; }
    .blog .page-header .posts-categories .right,
    .single .page-header .posts-categories .right,
    .archive .page-header .posts-categories .right {
      grid-column: 1 / -1;
      grid-row: auto; }
  .socialContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .reference-testimonials .slick-slide {
    margin-right: 0 !important; }
  #signupMainDiv {
    margin: 0 !important;
    width: 100% !important; }
  #zcWebOptin {
    right: 30px; }
  .page-template-homepage .homepage-testimonials .single-slide figure {
    height: 150px !important; }
  .reference-testimonials figure img {
    top: -80px; }
  .text-200 h3 {
    font-size: 80px;
    font-size: 8rem; }
  .text-96 h3 {
    font-size: 56px;
    font-size: 5.6rem; }
  .helper-dotted-bg::before {
    width: 95%; } }

/* MOBILE 320 - 479 MOBILE */
@media screen and (max-width: 479px) {
  .desktop-wide,
  .desktop,
  .tablet,
  .mobile-big {
    display: none; }
  .mobile-small {
    display: block; }
  .wrapper {
    width: 340px; }
  .gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery-columns-2 .gallery-item {
    width: 100%; }
  .gallery-columns-4 .gallery-item {
    width: 100%; }
  .gallery-columns-5 .gallery-item {
    width: 50%; }
  .gallery-columns-6 .gallery-item {
    width: 50%; }
  .gallery-columns-7 .gallery-item {
    width: 50%; }
  .gallery-columns-8 .gallery-item {
    width: 50%; }
  .gallery-columns-9 .gallery-item {
    width: 33%; }
  .main-navigation li.ekspres > a:before {
    margin-left: 154px; }
  .contact-container .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contact-container .person figure {
      margin-bottom: 15px !important; } }

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