/*------------- #THEME STYLES --------------*/
/*------------- #VARIABLES --------------*/
/*------------- #ROOT --------------*/
:root {
    --primary-accent-color: #0083ff;
    --secondary-accent-color: #6987ab;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: none;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
    white-space: normal;
}

pre {
    white-space: pre;
    background: #eee;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    outline: none;
}

button:focus {
    outline: auto;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
    border: none;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

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

/*------------- #GLOBAL STYLES --------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #4b5d73;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

blockquote {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table, th, td {
    border: 1px solid #ddd;
}

table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

table > tbody + tbody {
    border-top: 2px solid #ddd;
}

table table {
    background-color: #fff;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

table > thead > tr > td.active,
table > tbody > tr > td.active,
table > tfoot > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr > th.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > tbody > tr.active > td,
table > tfoot > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr.active > th,
table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

table > thead > tr > td.success,
table > tbody > tr > td.success,
table > tfoot > tr > td.success,
table > thead > tr > th.success,
table > tbody > tr > th.success,
table > tfoot > tr > th.success,
table > thead > tr.success > td,
table > tbody > tr.success > td,
table > tfoot > tr.success > td,
table > thead > tr.success > th,
table > tbody > tr.success > th,
table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

table > thead > tr > td.info,
table > tbody > tr > td.info,
table > tfoot > tr > td.info,
table > thead > tr > th.info,
table > tbody > tr > th.info,
table > tfoot > tr > th.info,
table > thead > tr.info > td,
table > tbody > tr.info > td,
table > tfoot > tr.info > td,
table > thead > tr.info > th,
table > tbody > tr.info > th,
table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

table > thead > tr > td.warning,
table > tbody > tr > td.warning,
table > tfoot > tr > td.warning,
table > thead > tr > th.warning,
table > tbody > tr > th.warning,
table > tfoot > tr > th.warning,
table > thead > tr.warning > td,
table > tbody > tr.warning > td,
table > tfoot > tr.warning > td,
table > thead > tr.warning > th,
table > tbody > tr.warning > th,
table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

table > thead > tr > td.danger,
table > tbody > tr > td.danger,
table > tfoot > tr > td.danger,
table > thead > tr > th.danger,
table > tbody > tr > th.danger,
table > tfoot > tr > th.danger,
table > thead > tr.danger > td,
table > tbody > tr.danger > td,
table > tfoot > tr.danger > td,
table > thead > tr.danger > th,
table > tbody > tr.danger > th,
table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

a {
    text-decoration: none;
    color: var(--secondary-accent-color);
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

p {
    font-size: 16px;
}

@media (max-width: 600px) {
    p {
        font-size: 14px;
    }
}

figure {
    margin: 0;
    max-width: 100%;
}

select {
    width: 100%;
    border: 1px solid #4b5d73;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
}

textarea {
    height: auto;
    min-height: 50px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--secondary-accent-color);
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: var(--secondary-accent-color);
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--secondary-accent-color);
}

input, textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:invalid, textarea:invalid {
    border: 1px solid #ff00004d;
}

input:-moz-submit-invalid, textarea:-moz-submit-invalid {
    box-shadow: none;
}

input.wpcf7-form-control, textarea.wpcf7-form-control {
    width: 100%;
}

/*------------- #Styles for list --------------*/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul ul {
    margin: 10px 0 10px 10px;
}

ul ol {
    margin: 10px 0 10px 10px;
}

.list, .crumina-module-list {
    color: var(--secondary-accent-color);
    overflow: hidden;
    margin-left: 30px;
}

.list ul, .crumina-module-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list li, .crumina-module-list li {
    margin-bottom: 0.35em;
    font-size: 1em;
    overflow: hidden;
    clear: both;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
}

.list li a, .list li li, .crumina-module-list li a, .crumina-module-list li li {
    color: inherit;
    display: inline;
    overflow: hidden;
}

.list li i, .list li .utouch-icon, .crumina-module-list li i, .crumina-module-list li .utouch-icon {
    margin-right: 20px;
    margin-top: 7px;
    font-size: 12px;
    float: left;
    height: 1em;
    width: 1em;
}

.list.with-padding, .crumina-module-list.with-padding {
    padding-left: 60px;
}

.list ol li, .crumina-module-list ol li {
    overflow: visible;
}

.list--standard i, .list--standard .utouch-icon {
    color: #01a23c;
    fill: #01a23c;
}

.list--standard a:hover {
    color: #01a23c;
    fill: #01a23c;
}

.list--breez li i, .list--breez li .utouch-icon {
    color: #00ffff;
    fill: #00ffff;
    height: 32px;
    width: 32px;
    margin-top: 0;
}

.list--breez li a {
    color: #00ffff;
}

ol {
    padding-left: 20px;
}

ol ol {
    margin: 10px 0 10px 0;
}

ol li {
    overflow: visible;
}

.crumina-module.crumina-module-list li .utouch-icon {
    /*margin-top : 0;*/
    line-height: 1;
}

.crumina-module.crumina-module-list li svg {
    fill: currentColor;
}

.crumina-module.crumina-module-list li .ovh {
    margin-top: 2px;
}

blockquote p {
    margin: 0;
}

p {
    margin: 0 0 1.5em 0;
}

table {
    margin: 1.5em 0;
}

/*
ol {
  counter-reset: list1;
  padding-left: 20px;
  margin: 0;

  li {
    list-style: none;
    margin-bottom: 18px;
    font-size: 18px;
    transition: all .3s ease;
    position: relative;
    padding-left: 30px;

    a {
      display: inline-block;
    }
  }

  &.list {
    margin-left: 0;
  }

} !* Init counter *!


ol li:before {
  position:absolute;
  counter-increment: list1; !* Add "1" *!
  content: counter(list1, decimal-leading-zero) " "; !* Show count *!
  color: $heading-color;
  display: inline-block;
  left: 0;
}

ol ol {
  counter-reset: list2;
  margin: 10px 0;
  padding-left: 0;
}

ol ol li {
  padding-left: 40px;
}

ol ol li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ".";
}

ol ol ol {
  counter-reset: list3;
}

ol ol ol li {
  padding-left: 55px;
}

ol ol ol li::before {
  counter-increment: list3;
  content: counter(list1) "." counter(list1) "." counter(list3) ".";
}

ol ul ol {
  counter-reset: list1;

  li:before {
    counter-increment: list1; !* Add "1" *!
    content: counter(list1, decimal-leading-zero) " "; !* Show count *!
  }

}


ul ol li::before {
  position: absolute;
  counter-increment: list1;
  content: counter(list1, decimal-leading-zero) " ";
  color: #2f2c2c;
  display: inline-block;
  font-size: 18px;
  left: 0;
}

ul ol ul li::before {
  content: "\f0da";
  position: absolute;
  left: 0;
  transition: all .3s ease;
  font-family: "FontAwesome";
  counter-increment: none;
  font-size: 12px;
}

ol ul ol li:before {
  counter-increment: list1; !* Add "1" *!
  content: counter(list1, decimal-leading-zero) " "; !* Show count *!
  color: $heading-color;
  display: inline-block;
  position:absolute;
  list-style: none;
  font-size: 18px;
  left: 0;
}

ul ol li {
  padding-left: 30px;
}
*/
blockquote {
    margin: 3em 0;
    padding: 15px 15px 15px 40px;
    position: relative;
}

@media (max-width: 640px) {
    blockquote {
        padding-left: 50px;
        margin: 1em 0;
    }
}

blockquote h6 {
    font-size: 14px;
    font-weight: 400;
    color: #6a87a9;
}

blockquote h6 span {
    font-weight: 700;
    display: block;
    color: var(--primary-accent-color);
}

blockquote cite {
    display: block;
    color: #4b5d73;
    font-size: .7em;
}

blockquote cite:before {
    content: "\2014\00a0";
    color: #4b5d73;
}

blockquote:before {
    content: "";
    width: 100px;
    height: 70px;
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    background: url("../svg/quotes.svg") 50% 50% no-repeat;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 640px) {
    blockquote:before {
        top: 0;
    }
}

blockquote p {
    margin: 0 0 20px !important;
    font-size: 28px;
    line-height: 1.3em;
    font-weight: 700;
}

@media (max-width: 640px) {
    blockquote p {
        font-size: 16px;
    }
}

/* 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: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: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

@media (max-width: 860px) {
    .list, .crumina-module-list {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    ol li,
    ul li {
        font-size: 13px;
    }
}

/* CSS3 ANIMATIONS */
.drop-up {
    -webkit-animation: drop-up 300ms ease both;
    animation: drop-up 300ms ease both;
}

@-webkit-keyframes drop-up {
    0% {
        -webkit-transform: translateY(2em);
        transform: translateY(2em);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes drop-up {
    0% {
        -webkit-transform: translateY(2em);
        transform: translateY(2em);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/*------------- #VARIABLES --------------*/
@media (max-width: 799px) {
    body.crumina-grid .col-sm-1, body.crumina-grid .col-sm-2, body.crumina-grid .col-sm-3, body.crumina-grid .col-sm-4, body.crumina-grid .col-sm-5, body.crumina-grid .col-sm-6, body.crumina-grid .col-sm-7, body.crumina-grid .col-sm-8, body.crumina-grid .col-sm-9, body.crumina-grid .col-sm-10, body.crumina-grid .col-sm-11, body.crumina-grid .col-sm-12 {
        float: left;
    }

    body.crumina-grid .col-sm-12 {
        width: 100%;
    }

    body.crumina-grid .col-sm-11 {
        width: 91.66666667%;
    }

    body.crumina-grid .col-sm-10 {
        width: 83.33333333%;
    }

    body.crumina-grid .col-sm-9 {
        width: 75%;
    }

    body.crumina-grid .col-sm-8 {
        width: 66.66666667%;
    }

    body.crumina-grid .col-sm-7 {
        width: 58.33333333%;
    }

    body.crumina-grid .col-sm-6 {
        width: 50%;
    }

    body.crumina-grid .col-sm-5 {
        width: 41.66666667%;
    }

    body.crumina-grid .col-sm-4 {
        width: 33.33333333%;
    }

    body.crumina-grid .col-sm-3 {
        width: 25%;
    }

    body.crumina-grid .col-sm-2 {
        width: 16.66666667%;
    }

    body.crumina-grid .col-sm-1 {
        width: 8.33333333%;
    }

    body.crumina-grid .col-sm-pull-12 {
        right: 100%;
    }

    body.crumina-grid .col-sm-pull-11 {
        right: 91.66666667%;
    }

    body.crumina-grid .col-sm-pull-10 {
        right: 83.33333333%;
    }

    body.crumina-grid .col-sm-pull-9 {
        right: 75%;
    }

    body.crumina-grid .col-sm-pull-8 {
        right: 66.66666667%;
    }

    body.crumina-grid .col-sm-pull-7 {
        right: 58.33333333%;
    }

    body.crumina-grid .col-sm-pull-6 {
        right: 50%;
    }

    body.crumina-grid .col-sm-pull-5 {
        right: 41.66666667%;
    }

    body.crumina-grid .col-sm-pull-4 {
        right: 33.33333333%;
    }

    body.crumina-grid .col-sm-pull-3 {
        right: 25%;
    }

    body.crumina-grid .col-sm-pull-2 {
        right: 16.66666667%;
    }

    body.crumina-grid .col-sm-pull-1 {
        right: 8.33333333%;
    }

    body.crumina-grid .col-sm-pull-0 {
        right: auto;
    }

    body.crumina-grid .col-sm-push-12 {
        left: 100%;
    }

    body.crumina-grid .col-sm-push-11 {
        left: 91.66666667%;
    }

    body.crumina-grid .col-sm-push-10 {
        left: 83.33333333%;
    }

    body.crumina-grid .col-sm-push-9 {
        left: 75%;
    }

    body.crumina-grid .col-sm-push-8 {
        left: 66.66666667%;
    }

    body.crumina-grid .col-sm-push-7 {
        left: 58.33333333%;
    }

    body.crumina-grid .col-sm-push-6 {
        left: 50%;
    }

    body.crumina-grid .col-sm-push-5 {
        left: 41.66666667%;
    }

    body.crumina-grid .col-sm-push-4 {
        left: 33.33333333%;
    }

    body.crumina-grid .col-sm-push-3 {
        left: 25%;
    }

    body.crumina-grid .col-sm-push-2 {
        left: 16.66666667%;
    }

    body.crumina-grid .col-sm-push-1 {
        left: 8.33333333%;
    }

    body.crumina-grid .col-sm-push-0 {
        left: auto;
    }

    body.crumina-grid .col-sm-offset-12 {
        margin-left: 100%;
    }

    body.crumina-grid .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    body.crumina-grid .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    body.crumina-grid .col-sm-offset-9 {
        margin-left: 75%;
    }

    body.crumina-grid .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    body.crumina-grid .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    body.crumina-grid .col-sm-offset-6 {
        margin-left: 50%;
    }

    body.crumina-grid .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    body.crumina-grid .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    body.crumina-grid .col-sm-offset-3 {
        margin-left: 25%;
    }

    body.crumina-grid .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    body.crumina-grid .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    body.crumina-grid .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 570px) {
    body.crumina-grid .col-xs-1, body.crumina-grid .col-xs-2, body.crumina-grid .col-xs-3, body.crumina-grid .col-xs-4, body.crumina-grid .col-xs-5, body.crumina-grid .col-xs-6, body.crumina-grid .col-xs-7, body.crumina-grid .col-xs-8, body.crumina-grid .col-xs-9, body.crumina-grid .col-xs-10, body.crumina-grid .col-xs-11, body.crumina-grid .col-xs-12 {
        float: left;
    }

    body.crumina-grid .col-xs-12 {
        width: 100%;
    }

    body.crumina-grid .col-xs-11 {
        width: 91.66666667%;
    }

    body.crumina-grid .col-xs-10 {
        width: 83.33333333%;
    }

    body.crumina-grid .col-xs-9 {
        width: 75%;
    }

    body.crumina-grid .col-xs-8 {
        width: 66.66666667%;
    }

    body.crumina-grid .col-xs-7 {
        width: 58.33333333%;
    }

    body.crumina-grid .col-xs-6 {
        width: 50%;
    }

    body.crumina-grid .col-xs-5 {
        width: 41.66666667%;
    }

    body.crumina-grid .col-xs-4 {
        width: 33.33333333%;
    }

    body.crumina-grid .col-xs-3 {
        width: 25%;
    }

    body.crumina-grid .col-xs-2 {
        width: 16.66666667%;
    }

    body.crumina-grid .col-xs-1 {
        width: 8.33333333%;
    }

    body.crumina-grid .col-xs-pull-12 {
        right: 100%;
    }

    body.crumina-grid .col-xs-pull-11 {
        right: 91.66666667%;
    }

    body.crumina-grid .col-xs-pull-10 {
        right: 83.33333333%;
    }

    body.crumina-grid .col-xs-pull-9 {
        right: 75%;
    }

    body.crumina-grid .col-xs-pull-8 {
        right: 66.66666667%;
    }

    body.crumina-grid .col-xs-pull-7 {
        right: 58.33333333%;
    }

    body.crumina-grid .col-xs-pull-6 {
        right: 50%;
    }

    body.crumina-grid .col-xs-pull-5 {
        right: 41.66666667%;
    }

    body.crumina-grid .col-xs-pull-4 {
        right: 33.33333333%;
    }

    body.crumina-grid .col-xs-pull-3 {
        right: 25%;
    }

    body.crumina-grid .col-xs-pull-2 {
        right: 16.66666667%;
    }

    body.crumina-grid .col-xs-pull-1 {
        right: 8.33333333%;
    }

    body.crumina-grid .col-xs-pull-0 {
        right: auto;
    }

    body.crumina-grid .col-xs-push-12 {
        left: 100%;
    }

    body.crumina-grid .col-xs-push-11 {
        left: 91.66666667%;
    }

    body.crumina-grid .col-xs-push-10 {
        left: 83.33333333%;
    }

    body.crumina-grid .col-xs-push-9 {
        left: 75%;
    }

    body.crumina-grid .col-xs-push-8 {
        left: 66.66666667%;
    }

    body.crumina-grid .col-xs-push-7 {
        left: 58.33333333%;
    }

    body.crumina-grid .col-xs-push-6 {
        left: 50%;
    }

    body.crumina-grid .col-xs-push-5 {
        left: 41.66666667%;
    }

    body.crumina-grid .col-xs-push-4 {
        left: 33.33333333%;
    }

    body.crumina-grid .col-xs-push-3 {
        left: 25%;
    }

    body.crumina-grid .col-xs-push-2 {
        left: 16.66666667%;
    }

    body.crumina-grid .col-xs-push-1 {
        left: 8.33333333%;
    }

    body.crumina-grid .col-xs-push-0 {
        left: auto;
    }

    body.crumina-grid .col-xs-offset-12 {
        margin-left: 100%;
    }

    body.crumina-grid .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    body.crumina-grid .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    body.crumina-grid .col-xs-offset-9 {
        margin-left: 75%;
    }

    body.crumina-grid .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    body.crumina-grid .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    body.crumina-grid .col-xs-offset-6 {
        margin-left: 50%;
    }

    body.crumina-grid .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    body.crumina-grid .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    body.crumina-grid .col-xs-offset-3 {
        margin-left: 25%;
    }

    body.crumina-grid .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    body.crumina-grid .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    body.crumina-grid .col-xs-offset-0 {
        margin-left: 0;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    display: table;
    content: " ";
    width: 100%;
}

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

@media (min-width: 280px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .container .row {
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 710px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 965px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1240px;
        max-width: 100%;
    }
}

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

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 800px) and (max-width: 1199px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}


/*------------- #HEADER --------------*/
.header {
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 0;
    color: #839dbc;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: transparent;
}

.header .disabled-sticky {
    position: relative;
}

.header .header-wrapper {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header .header-wrapper .top-bar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.header .header-wrapper .header-lines-decoration {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.header .header-wrapper > .container {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.header .header-wrapper > .container {
    background-color: inherit;
}

@media (max-width: 1024px) {
    .header .header-wrapper > .container {
        width: 100%;
    }
}

.header.header-absolute {
    position: absolute;
    left: 0;
}

.header.header-color-inherit .site-logo .logo-text .logo-sub-title,
.header.header-color-inherit .utouch-header-menu:not(.header-menu--mobile) > li > a,
.header.header-color-inherit .nav-add li button,
.header.header-color-inherit .site-logo .logo-text .logo-title,
.header.header-color-inherit .nav-add li.cart i,
.header.header-color-inherit .nav-add li.search i {
    color: inherit;
    fill: currentColor;
}

.header.header-color-inherit .nav-add li .utouch-icon {
    fill: CurrentColor;
}

.header.header-color-inherit .nav-add li .utouch-icon:hover {
    color: var(--primary-accent-color);
}

.header.header-color-inherit .utouch-header-menu:not(.header-menu--mobile) > li::before,
.header.header-color-inherit .utouch-header-menu:not(.header-menu--mobile) > li::after {
    border-color: inherit;
}

.header.header-color-inherit .nav-add li.search i:hover {
    color: inherit;
}

.header.header-has-topbar .header-wrapper {
    padding: 0;
}

.header.header-has-topbar + .header-spacer {
    height: 128px;
}

.header.headroom--not-top .header-wrapper {
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
}

.header.headroom--not-top .top-bar,
.header.headroom--not-top .top-bar-link {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
}

.header .site-logo {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    min-width: 100px;
    padding: 10px 0;
}

.header .site-logo .logo-text {
    margin-top: 0;
}

@media (max-width: 768px) {
    .header.header-sticky-mobile {
        position: fixed;
    }
}

.header-content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: inherit;
}

.nav-add {
    margin: 0;
    padding: 10px 0 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.nav-add li .utouch-icon {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 28px;
    width: 28px;
    padding: 2px;
    fill: #6987ab;
}

.header-spacer {
    position: relative;
    width: 100%;
    background: transparent;
    height: 81px;
}

.site-logo {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    color: #374454;
}

.site-logo img {
    float: left;
    margin-right: 12px;
}

.logo-text {
    float: left;
    margin-top: 10px;
    line-height: 1;
}

.logo-title {
    font-size: 30px;
    color: var(--secondary-accent-color);
    font-weight: 600;
    line-height: 1;
}

.logo-sub-title {
    font-size: 14px;
}

.header-lines-decoration {
    width: 100%;
    height: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-lines-decoration span {
    height: 100%;
    width: 100%;
}

.admin-bar #site-header {
    top: 46px;
}

@media screen and (min-width: 783px) {
    .admin-bar #site-header {
        top: 32px;
    }
}


/*------------- #HEADER MENU --------------*/
.utouch-header-menu-wrapper {
    margin-left: auto;
}

.utouch-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
}

.utouch-header-menu > li {
    position: relative;
}

.utouch-header-menu > li.btn {
    padding: 18px 50px;
    font-size: 14px;
    color: #fff;
}

.utouch-header-menu > li.btn a {
    color: #fff;
    font-weight: 400;
    text-transform: none;
}

.utouch-header-menu > li.btn .indicator {
    color: #fff;
}

.utouch-header-menu > li.btn:hover {
    color: #fff;
}

.utouch-header-menu > li.btn:hover > a {
    color: #fff;
    background-color: transparent !important;
}

.utouch-header-menu > li.btn:hover > a .indicator {
    color: #fff;
}

.utouch-header-menu > li.btn:hover:before {
    opacity: 0;
}

.utouch-header-menu > li.btn.btn-small {
    padding: 12px 24px;
    font-size: 12px;
}

.utouch-header-menu > li.btn.btn-small a {
    font-size: 16px;
}

.utouch-header-menu > li.btn.btn-x-small {
    padding: 8px 20px;
    font-size: 12px;
}

.utouch-header-menu > li.btn.btn-x-small a {
    font-size: 16px;
}

.utouch-header-menu > li.btn.btn-x-small .utouch-icon {
    height: 20px;
    width: 20px;
}

.utouch-header-menu > li.btn.btn--large {
    padding: 23px 50px;
}

.utouch-header-menu > li.btn.btn--large a {
    font-size: 16px;
}

.utouch-header-menu > li.btn .sub-menu {
    text-align: left;
    top: 100%;
}

.utouch-header-menu > li::before {
    content: '';
    display: block;
    width: 100%;
    border-top: 4px solid var(--primary-accent-color);
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    visibility: hidden;
}

.utouch-header-menu > li.focus, .utouch-header-menu > li:hover, .utouch-header-menu > li.current-menu-item, .utouch-header-menu > li.current_page_item {
    color: var(--primary-accent-color);
    fill: var(--primary-accent-color);
}

.utouch-header-menu > li.focus::before, .utouch-header-menu > li:hover::before, .utouch-header-menu > li.current-menu-item::before, .utouch-header-menu > li.current_page_item::before {
    opacity: 1;
    visibility: visible;
}

.utouch-header-menu li a {
    padding: 25px 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.utouch-header-menu li a:focus {
    color: var(--primary-accent-color);
    fill: var(--primary-accent-color);
}

.utouch-header-menu li a .indicator {
    line-height: 1;
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.current_page_item > a {
    font-weight: 700;
}

.utouch-header-menu li {
    position: relative;
}

.utouch-header-menu li.focus a > .indicator,
.utouch-header-menu li:hover a > .indicator {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.utouch-header-menu li.crumina-button a {
    padding: 0;
    color: inherit;
}

.utouch-header-menu li.menu-item-has-megamenu {
    position: static;
}

.additional-menu-item {
    line-height: 1;
}

.utouch-header-menu li ul {
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    margin: 0;
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    list-style: none;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
    box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 240px;
    z-index: 5;
    border-top: 4px solid var(--primary-accent-color);
}

.utouch-header-menu li ul.sub-menu-left {
    right: 100% !important;
    left: auto !important;
}

.utouch-header-menu li ul ul {
    left: 100%;
    top: 0;
}

.utouch-header-menu li:hover > .navigation-megamenu,
.utouch-header-menu li:hover > ul,
.utouch-header-menu li.focus > .navigation-megamenu,
.utouch-header-menu li.focus > ul {
    opacity: 1;
    pointer-events: all;
    max-height: 50vh;
}

.utouch-header-menu li ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 4px;
    padding: 6px 30px;
}

.utouch-header-menu li ul li a:focus, .utouch-header-menu li ul li a:hover {
    color: var(--primary-accent-color);
}

.utouch-header-menu > li > ul li:first-child > a {
    padding-top: 30px;
}

.utouch-header-menu > li > ul li:last-child > a {
    padding-bottom: 30px;
}

.utouch-header-menu > li:nth-child(4) {
    display: none;
}

.additional-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

.additional-menu-item {
    margin-right: 30px;
    cursor: pointer;
    color: #2c3c4f;
}

.additional-menu-item:focus, .additional-menu-item:hover {
    color: var(--primary-accent-color);
}

.additional-menu-item:last-child {
    margin-right: 0;
}

/*------------- #MOBILE MENU --------------*/
.mobile-menu {
    display: none;
    line-height: 1;
    margin-left: auto;
    margin-right: 20px;
}

.mobile-menu-close,
.mobile-menu-button {
    cursor: pointer;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.mobile-menu-close:focus .crumina-icon, .mobile-menu-close:hover .crumina-icon,
.mobile-menu-button:focus .crumina-icon,
.mobile-menu-button:hover .crumina-icon {
    fill: var(--primary-accent-color);
}

.mobile-menu-logo-close-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 15px;
    background-color: #fff;
}

.mobile-menu-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    min-height: 100vh;
    overflow: auto;
    background-color: #fff;
    z-index: 999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.mobile-menu-popup-wrap {
    background-color: #ecf4fc;
    min-height: 100%;
}

.mobile-menu-close {
    cursor: pointer;
}

.mobile-menu-close:focus .crumina-icon, .mobile-menu-close:hover .crumina-icon {
    fill: var(--primary-accent-color);
}

.header-menu--mobile {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.header-menu--mobile li a {
    padding: 12px 20px;
    font-size: 14px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.header-menu--mobile li a .indicator {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #dbe3ec;
}

.header-menu--mobile li a .indicator .crumina-icon {
    margin: auto;
}

.header-menu--mobile li .navigation-megamenu {
    overflow-y: scroll;
}

.header-menu--mobile li .navigation-megamenu,
.header-menu--mobile li ul {
    text-align: left;
    position: relative;
    top: auto;
    opacity: 0;
    left: 0 !important;
    width: auto;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-menu--mobile li .navigation-megamenu ul .current_page_item a,
.header-menu--mobile li ul ul .current_page_item a {
    padding-left: 40px;
}

.header-menu--mobile li .navigation-megamenu.show,
.header-menu--mobile li ul.show {
    opacity: 1;
    max-height: 1000vh;
    pointer-events: all;
}

.header-menu--mobile li {
    border-bottom: 1px solid #dbe3ec;
}

.header-menu--mobile li.crumina-button {
    margin: 15px 20px;
}

.header-menu--mobile li a {
    padding: 15px 30px;
}

.header-menu--mobile li a.focus > .indicator,
.header-menu--mobile li:hover a > .indicator {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.header-menu--mobile.utouch-header-menu > li > ul li > a {
    padding-top: 15px;
}

.header-menu--mobile.utouch-header-menu > li > ul li:last-child > a {
    padding-bottom: 15px;
}

.header-menu--mobile .navigation-megamenu ul {
    opacity: 1;
    pointer-events: all;
    max-height: initial;
}

.header-menu--mobile .navigation-megamenu ul ul li a {
    padding-left: 45px;
}

.header-menu--mobile .navigation-megamenu ul ul li:last-child {
    border-bottom: none;
}

.header-menu--mobile > li::before {
    display: none;
}

.header-menu--mobile > li.btn {
    padding: 10px 20px !important;
    -webkit-transform: translate(0);
    transform: translate(0);
    display: inline-block;
    width: auto;
    margin: 10px 0 10px 20px;
}

.header-menu--mobile > li.btn > a {
    border-bottom: none;
    padding: 0;
}

.header-menu--mobile > li.menu-item-has-children:after, .header-menu--mobile > li.page_item_has_children:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: currentColor transparent transparent transparent;
    opacity: .7;
    position: absolute;
    right: 20px;
    top: 23px;
    margin: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    visibility: visible;
}

.header-menu--mobile > li.menu-item-has-children:hover:after, .header-menu--mobile > li.menu-item-has-children.focus:after, .header-menu--mobile > li.page_item_has_children:hover:after, .header-menu--mobile > li.page_item_has_children.focus:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: var(--primary-accent-color) transparent transparent transparent;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
    .stunning-text-content .inline-items > .inline-items + .inline-items {
        margin-left: 20px;
    }

    .stunning-header--content-inline .stunning-header-title {
        width: 50%;
    }
}

@media (max-width: 800px) {
    .stunning-text-content .inline-items .btn.f-right {
        margin-left: 0;
    }

    .stunning-header--content-inline .stunning-header-title {
        width: auto;
    }

    .stunning-text-content {
        padding: 30px 0;
    }

    .stunning-header--breadcrumbs-bottom-left .breadcrumbs-wrap {
        position: relative;
        left: auto;
        bottom: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .breadcrumbs--rounded {
        padding: 7px 30px;
    }
}

@media (max-width: 640px) {
    .stunning-header--content-center .breadcrumbs-wrap {
        margin-top: 20px;
    }

    .stunning-header--content-center .breadcrumbs-wrap > * {
        display: block;
        margin: 0 auto;
    }

    .stunning-header--content-center .breadcrumbs-wrap > * + * {
        margin-top: 20px;
    }

    .author-avatar {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .icon-text-item .utouch-icon {
        margin-right: 10px;
        font-size: 18px;
        height: 18px;
        width: 18px;
    }
}

/*------------- #TOP-BAR --------------*/
.top-bar {
    background-color: #fff;
    padding: 13px 0;
    font-size: 13px;
    color: var(--secondary-accent-color);
    border-bottom: 1px solid #dbe3ec;
    position: relative;
    z-index: 30;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    max-height: 60px;
}

.top-bar a:hover {
    color: var(--primary-accent-color);
}

.top-bar.open {
    -webkit-transform: translate(-50%, -3%);
    transform: translate(-50%, -3%);
    z-index: 9999;
}

.top-bar .top-bar-contact {
    float: left;
}

.top-bar .world {
    width: 30px;
}

.top-bar .nice-select {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 0;
    background-color: transparent;
    font-size: 13px;
    margin-bottom: 0;
    width: auto;
    min-width: 110px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: unset;
    color: var(--primary-accent-color);
}

.top-bar .nice-select .option {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
}

.top-bar .nice-select:after {
    height: 6px;
    width: 6px;
    margin-top: -4px;
}

.top-bar .nice-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.top-bar .contact-item {
    padding: 0 30px;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: bottom;
}

.top-bar .contact-item .utouch-icon {
    height: 15px;
    width: 15px;
    fill: #6987ab;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.top-bar .contact-item .world {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 25px;
    top: auto;
}

.top-bar .contact-item.language-switcher {
    padding-left: 0;
    padding-right: 10px;
    margin-right: 50px;
}

.top-bar .contact-item.language-switcher:after {
    display: none;
}

.top-bar .contact-item:last-child {
    padding-right: 0;
}

.top-bar .contact-item:last-child:after {
    display: none;
}

.top-bar .contact-item:after {
    content: '.';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 50px;
    line-height: 1;
    color: #4b5d73;
}

.top-bar span {
    color: #6987ab;
}

.top-bar .follow_us {
    float: right;
    top: 4px;
    position: relative;
}

.top-bar .socials {
    display: inline-block;
    margin: 0 0 0 10px;
}

.top-bar .socials img {
    width: 16px;
    height: auto;
}

.top-bar .socials a {
    border: none;
}

.top-bar .socials .social__item {
    margin-left: 10px;
}

.top-bar .login-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 70px;
    float: right;
}

@media (max-width: 1024px) {
    .top-bar .login-block {
        float: none;
        margin-left: 0;
        margin-bottom: 15px;
    }
}

.top-bar .login-block img {
    width: 28px;
    height: 28px;
    margin-right: 20px;
}

.top-bar .contact-item:first-of-type {
    padding-left: 0;
}

.top-bar-close {
    position: absolute;
    right: 10px;
    top: 15px;
    display: none;
    border: none;
}

.top-bar-close .utouch-icon {
    fill: #6987ab;
    width: 15px;
    height: 15px;
}

.top-bar-close .utouch-icon:hover {
    fill: var(--primary-accent-color);
}

.top-bar-dark {
    background-color: #151414;
    color: #5f7288;
}

.top-bar-dark a {
    color: #5f7288;
}

.top-bar-dark .contact-item .utouch-icon {
    fill: #5f7288;
}

.top-bar-dark .nice-select .list {
    background-color: #151414;
    border: none;
    -webkit-box-shadow: 0 5px 40px rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 40px rgba(255, 255, 255, 0.3);
    color: #5f7288;
}

.top-bar-dark .nice-select .option.selected.focus {
    background-color: transparent;
}

.top-bar-dark .nice-select .option.selected.focus:hover {
    background-color: #424444;
}

.top-bar-dark .nice-select::after {
    border-bottom: 2px solid #5f7288;
    border-right: 2px solid #5f7288;
}

.top-bar-dark .nice-select .option:hover {
    background-color: #424444;
    color: var(--primary-accent-color);
}

.top-bar-link {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 0 0 10px 10px;
    background-color: #ecf5fe;
    text-align: center;
    padding: 0 16px;
    z-index: 50;
    -webkit-box-shadow: 10px 0 30px 0 rgba(0, 131, 255, 0.4);
    box-shadow: 10px 0 30px 0 rgba(0, 131, 255, 0.4);
    border: 1px solid #dbe3ec;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.top-bar-link:hover .utouch-icon {
    fill: var(--primary-accent-color);
}

.top-bar-link .utouch-icon {
    height: 15px;
    width: 15px;
    fill: #6987ab;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*------------- #FOOTER --------------*/
.footer {
    color: var(--secondary-accent-color);
    position: relative;
}

.footer .footer-wrapper {
    background-color: #121921;
    -webkit-box-shadow: 10px 0 30px 0 rgba(18, 25, 33, 0.4);
    box-shadow: 10px 0 30px 0 rgba(18, 25, 33, 0.4);
    padding: 60px 0 0;
    position: relative;
}

.footer .w-contacts .btn {
    margin: 30px 0;
}

.footer.js-fixed-footer {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
}

@media (max-width: 768px) {
    .footer.js-fixed-footer {
        position: relative;
    }
}

.footer.footer-empty .footer-wrapper {
    padding: 0;
}

.footer.footer-empty .sub-footer {
    margin-top: 6px;
}

.sub-footer {
    background-color: #121921;
    padding: 15px 0;
    text-align: center;
    position: relative;
    margin-top: 60px;
    border-top: 1px solid #323333;
}

.sub-footer span {
    font-size: 14px;
    margin-bottom: 1px;
    color: #6987ab;
    display: block;
}

.sub-footer a {
    color: var(--primary-accent-color);
    font-weight: 400;
}

.sub-footer a:hover {
    color: var(--primary-accent-color);
}

.sub-footer .sub-footer__link {
    color: var(--primary-accent-color);
}

#site-footer .sub-footer a:not(.btn),
#site-footer a:not(.btn):not(.sub-footer__link):hover,
#site-footer li:hover a:not(.btn):not(.sub-footer__link),
#site-footer a:not(.btn):hover,
#site-footer li.menu-item-has-children .menu-item:hover > a:not(.btn),
#site-footer li.menu-item-has-children .menu-item:hover > .utouch-icon,
#site-footer li:hover a:not(.btn) {
    color: var(--primary-accent-color);
}

#site-footer a:not(.btn):not(.sub-footer__link):hover,
#site-footer .social__item:hover svg,
#site-footer li:hover a:not(.btn):not(.sub-footer__link),
#site-footer a.social__item:hover svg {
    fill: var(--primary-accent-color);
}

#site-footer .widget .widget-title,
#site-footer a:not(.btn),
#site-footer .social__item svg,
#site-footer .w-list ul.list,
#site-footer .widget_nav_menu ul.list {
    color: #fff;
    fill: #fff;
}

.content-wrapper {
    position: relative;
    z-index: 2;
}

#primary {
    margin-top: 70px;
    margin-bottom: 70px;
}

.elementor-page #primary {
    margin-top: 0;
    margin-bottom: 0;
}

#site-footer a:not(.btn):hover {
    color: var(--primary-accent-color);
    fill: var(--primary-accent-color);
}

#site-footer li.menu-item-has-children a:not(.btn):hover {
    color: inherit;
}

#site-footer li.menu-item-has-children .menu-item:hover > a:not(.btn) {
    margin-left: 8px;
    color: var(--primary-accent-color);
}

#site-footer li.menu-item-has-children .menu-item:hover > .utouch-icon {
    fill: var(--primary-accent-color);
    opacity: 1;
}

#site-footer li.menu-item-has-children .menu-item.menu-item-has-children:hover > a:not(.btn) {
    margin-left: 0;
    color: inherit;
}

#site-footer li.menu-item-has-children:hover a:not(.btn) {
    color: inherit;
}

#site-footer li.menu-item-has-children:hover .utouch-icon {
    fill: currentColor;
    opacity: 0;
}

#site-footer li:hover a:not(.btn) {
    color: var(--primary-accent-color);
}

#site-footer .social__item:hover svg {
    fill: var(--primary-accent-color);
}

#site-footer .sub-footer a:not(.btn) {
    color: var(--primary-accent-color);
}

.block-footer-height {
    position: relative;
    width: 100%;
}

@media (max-width: 768px) {
    .block-footer-height {
        display: none;
    }
}

@media (max-width: 768px) {
    .footer .footer-wrapper {
        padding: 30px 0 0;
    }

    .sub-footer {
        margin-top: 20px;
    }

    #primary {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .footer {
        text-align: center;
    }
}

