/*------------- #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);
    }
}

/*------------- #TYPOGRAPHY --------------*/
h1, .h1 {
    font-size: 48px;
    font-weight: 400;
    color: #374454;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: .5em 0;
    line-height: 1.3;
    letter-spacing: 0;
}

h1 a, .h1 a {
    color: inherit;
}

@media (max-width: 800px) {
    h1, .h1 {
        font-size: 2em;
    }
}

@media (max-width: 640px) {
    h1, .h1 {
        font-size: 1.8em;
    }
}

@media (max-width: 480px) {
    h1, .h1 {
        font-size: 1.6em;
    }
}

@media (max-width: 360px) {
    h1, .h1 {
        font-size: 1.5em;
    }
}

h2, .h2 {
    margin: .5em 0;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 400;
    color: #374454;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0;
}

h2 a, .h2 a {
    color: inherit;
}

@media (max-width: 800px) {
    h2, .h2 {
        font-size: 1.9em;
    }
}

@media (max-width: 640px) {
    h2, .h2 {
        font-size: 1.7em;
    }
}

@media (max-width: 480px) {
    h2, .h2 {
        font-size: 1.5em;
    }
}

@media (max-width: 360px) {
    h2, .h2 {
        font-size: 1.3em;
    }
}

h3, .h3 {
    margin: .5em 0;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
    color: #374454;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0;
}

h3 a, .h3 a {
    color: inherit;
}

@media (max-width: 800px) {
    h3, .h3 {
        font-size: 1.8em;
    }
}

@media (max-width: 640px) {
    h3, .h3 {
        font-size: 1.6em;
    }
}

@media (max-width: 480px) {
    h3, .h3 {
        font-size: 1.4em;
    }
}

@media (max-width: 360px) {
    h3, .h3 {
        font-size: 1.2em;
    }
}

h4, .h4 {
    margin: .5em 0;
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 400;
    color: #374454;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0;
}

h4 a, .h4 a {
    color: inherit;
}

@media (max-width: 800px) {
    h4, .h4 {
        font-size: 1.7em;
    }
}

@media (max-width: 640px) {
    h4, .h4 {
        font-size: 1.5em;
    }
}

@media (max-width: 480px) {
    h4, .h4 {
        font-size: 1.3em;
    }
}

@media (max-width: 360px) {
    h4, .h4 {
        font-size: 1.1em;
    }
}

h5, .h5 {
    margin: .5em 0;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    color: #374454;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0;
}

h5 a, .h5 a {
    color: inherit;
}

@media (max-width: 800px) {
    h5, .h5 {
        font-size: 1.6em;
    }
}

@media (max-width: 640px) {
    h5, .h5 {
        font-size: 1.4em;
    }
}

@media (max-width: 480px) {
    h5, .h5 {
        font-size: 1.2em;
    }
}

@media (max-width: 360px) {
    h5, .h5 {
        font-size: 1em;
    }
}

h6, .h6 {
    margin: .5em 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: #374454;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0;
}

h6 a, .h6 a {
    color: inherit;
}

@media (max-width: 800px) {
    h6, .h6 {
        font-size: 1.4em;
    }
}

@media (max-width: 640px) {
    h6, .h6 {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    h6, .h6 {
        font-size: 1em;
    }
}

@media (max-width: 360px) {
    h6, .h6 {
        font-size: .9em;
    }
}

/*------------- #Styles for First-Letter --------------*/
.first-letter--dark-round span:first-of-type {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    background-color: var(--secondary-accent-color);
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.first-letter--squared span:first-of-type {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    background-color: var(--primary-accent-color);
    text-align: center;
}

.first-letter--dark span:first-of-type {
    margin-right: 20px;
    font-size: 48px;
    line-height: 48px;
    color: #374454;
    float: left;
}

.first-letter--primary span:first-of-type {
    margin-right: 20px;
    font-size: 48px;
    line-height: 48px;
    float: left;
    color: var(--primary-accent-color);
}

/*------------- #Styles for Text Selection --------------*/
/*Selection dark*/
.selection--dark::-moz-selection {
    background: #374454;
    color: #4b5d73;
}

.selection--dark::selection {
    background: #374454;
    color: #4b5d73;
}

/*Selection primary*/
.selection--primary::-moz-selection {
    color: #fff;
}

.selection--primary::selection {
    color: #fff;
}

/*Selection gray*/
.selection--gray::-moz-selection {
    background: #e1e1e1;
    color: #374454;
}

.selection--gray::selection {
    background: #e1e1e1;
    color: #374454;
}

dl {
    margin-bottom: 24px;
}

dl dt {
    margin-bottom: 5px;
    color: #777;
    font-weight: bold;
}

dl dd {
    margin-bottom: 5px;
    margin-left: 20px;
}

abbr {
    border-bottom: 1px dotted;
    cursor: help;
    border-color: #4b5d73;
}

.clear:after, .clear:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.comment-content:after,
.comment-content:before,
.site-header:after,
.site-header:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.comment-author:after,
.comment-author:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before,
.comment-meta:after,
.comment-meta:before,
.entry-content-no-builder:after,
.entry-content-no-builder:before {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after,
.entry-content-no-builder:after {
    clear: both;
}

.entry-content-no-builder .page-links {
    display: block;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    clear: both;
}

.entry-content-no-builder ul.woocommerce-error {
    padding-left: 50px;
}

/*------------- #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;
    }
}

/*------------- #HELPERS --------------*/
.align-center,
.aligncenter {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.visual-hidden,
.hide {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.half-width {
    width: 50%;
    float: left;
}

.ovh {
    overflow: hidden;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.f-none {
    float: none;
}

.shadow-image {
    -webkit-box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

@media (max-width: 640px) {
    .table-cell {
        display: block;
        float: left;
    }
}

.text-t-none {
    text-transform: none;
}

@media (max-width: 480px) {
    .centered-on-mobile {
        text-align: center;
    }
}

.overlay--light {
    background: rgba(0, 0, 0, 0.2);
}

.no-padding {
    padding: 0 !important;
}

@media (max-width: 640px) {
    .no-padding {
        padding: 0 15px !important;
    }
}

.no-margin {
    margin: 0;
}

.item-fully-transparent {
    opacity: 0;
}

.full-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.display-flex.content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inline-block {
    display: inline-block;
    width: auto;
    float: none;
}

.inline-items > * {
    display: inline-block;
    vertical-align: middle;
}

.inline-items > .inline-items + .inline-items {
    margin-left: 70px;
}

.inline-items:empty {
    margin: 0;
}

.block-rounded-shadow {
    border-radius: 10px;
    padding: 60px;
    -webkit-box-shadow: 0 0 20px 0 rgba(18, 25, 33, 0.1);
    box-shadow: 0 0 20px 0 rgba(18, 25, 33, 0.1);
}

.overlay,
.overlay-standard {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(18, 25, 33, 0.4);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.full-bloc-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.medium-padding80 {
    padding: 80px 0;
}

@media (max-width: 800px) {
    .medium-padding80 {
        padding: 35px 0;
    }
}

.medium-padding30 {
    padding: 30px 0;
}

.medium-padding100 {
    padding: 100px 0;
}

@media (max-width: 800px) {
    .medium-padding100 {
        padding: 35px 0;
    }
}

.medium-padding120 {
    padding: 120px 0;
}

@media (max-width: 800px) {
    .medium-padding120 {
        padding: 35px 0;
    }
}

.medium-padding180 {
    padding: 180px 0;
}

@media (max-width: 800px) {
    .medium-padding180 {
        padding: 90px 0;
    }
}

.medium-padding270 {
    padding: 270px 0;
}

@media (max-width: 800px) {
    .medium-padding270 {
        padding: 100px 0;
    }
}

.pb100 {
    padding-bottom: 100px;
}

@media (max-width: 800px) {
    .pb100 {
        padding-bottom: 35px;
    }
}

.pt80 {
    padding-top: 80px;
}

@media (max-width: 800px) {
    .pt80 {
        padding-top: 35px;
    }
}

.pt180 {
    padding-top: 180px;
}

.pt100 {
    padding-top: 100px;
}

@media (max-width: 800px) {
    .pt100 {
        padding-top: 35px;
    }
}

.pt400 {
    padding-top: 400px;
}

@media (max-width: 1024px) {
    .pt400 {
        padding-top: 200px;
    }
}

@media (max-width: 768px) {
    .pt400 {
        padding-top: 100px;
    }
}

.pb360 {
    padding-bottom: 360px;
}

.pb120 {
    padding-bottom: 120px;
}

@media (max-width: 800px) {
    .pb120 {
        padding-bottom: 35px;
    }
}

.pt120 {
    padding-top: 120px;
}

@media (max-width: 800px) {
    .pt120 {
        padding-top: 35px;
    }
}

.pb80 {
    padding-bottom: 80px;
}

@media (max-width: 800px) {
    .pb80 {
        padding-bottom: 35px;
    }
}

.pb30 {
    padding-bottom: 30px;
}

.mt60 {
    margin-top: 60px;
}

@media (max-width: 800px) {
    .mt60 {
        margin-top: 35px;
    }
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

@media (max-width: 800px) {
    .mb60 {
        margin-bottom: 35px;
    }
}

.padding-left60-desktop {
    padding-left: 60px;
}

@media (max-width: 980px) {
    .padding-left60-desktop {
        padding-left: 0;
    }
}

.color-icon {
    color: #6987ab;
}

.font-color-custom * {
    color: inherit;
}

.custom-color .category-link {
    color: inherit;
}

.c-yellow-light {
    color: #ffff00;
}

.c-primary {
    color: var(--primary-accent-color);
    fill: var(--primary-accent-color);
}

.bg-primary-color {
    background-color: var(--primary-accent-color);
}

.bg-secondary-color {
    background-color: var(--secondary-accent-color);
}

.c-secondary {
    fill: var(--secondary-accent-color);
    color: var(--secondary-accent-color);
}

.weight-bold {
    font-weight: 700;
}

.weight-normal {
    font-weight: 400;
}

.half-height-bg {
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    top: 0;
}

.d-flex--content-inline {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-flex--content-inline .btn {
    margin-left: auto;
}

.negative-margin-top80 {
    margin-top: -80px;
}

.negative-margin-bottom80 {
    margin-bottom: -80px;
}

.box-shadow--black {
    -webkit-box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2);
}

.pos-relative {
    position: relative;
}

.fill-white {
    fill: #fff;
}

.display-block {
    display: block;
}

.page-builder-wrap {
    overflow: hidden;
}

.d-flex {
    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;
}

.elementor-image img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*------------- #Styles for preloader --------------*/
#hellopreloader {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    background: url(../svg/preload.svg) center center no-repeat;
    background-color: #66b5ff;
    background-size: 41px;
    opacity: 1;
}

/*------------- #Effect-tilt --------------*/
.tilt {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.tilt__back, .tilt__front {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/*------------- #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;
    }
}

/*================= Responsive Mode ============*/
@media (min-width: 768px) {
    .header.header-sticky-desktop {
        position: fixed;
    }
}

@media (max-width: 1200px) {
    .header .header-wrapper > .container {
        width: 100%;
    }

    .nav-add {
        padding-left: 10px;
    }
}

@media (max-width: 1023px) {
    .header .header-content-wrapper {
        padding: 15px 0;
    }

    .header.headroom--not-top .header-content-wrapper {
        padding: 5px 0;
    }

    .header.header-has-topbar .top-bar-link {
        display: block;
        visibility: visible;
    }

    .nav-add {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
    }

    .header-content-wrapper {
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .header .site-logo {
        padding: 0;
    }

    .site-logo .logo-title {
        font-size: 24px;
    }

    .header.header-sticky-mobile {
        position: fixed;
        top: 0;
    }

    .header.header-sticky-mobile.headroom--not-top {
        padding-top: 0;
        -webkit-box-shadow: 40px 0 80px rgba(0, 0, 0, 0.15);
        box-shadow: 40px 0 80px rgba(0, 0, 0, 0.15);
    }

    .logo-title {
        font-size: 24px;
    }

    .logo-sub-title {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .header.header-sticky-mobile.headroom--not-top {
        top: 0 !important;
    }
}

/*------------- #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;
}

.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;
}

/* MEGAMENU
================================*/
.navigation-megamenu {
    width: 100%;
    overflow: hidden;
    display: block;
    background-color: #fff;
    -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;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 20001;
    position: absolute;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
    left: 0;
    top: calc(100% - 4px);
    max-height: 0;
    border-top: 4px solid var(--primary-accent-color);
}

.navigation-megamenu.navigation-megamenu-half {
    width: 50%;
}

.navigation-megamenu.navigation-megamenu-quarter {
    width: 25%;
}

.navigation-megamenu ul {
    position: relative;
    top: auto;
    left: auto;
    pointer-events: all;
    opacity: 1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    max-height: initial;
}

.navigation-megamenu ul ul li a {
    padding-left: 15px;
}

.navigation-megamenu li a {
    padding: 6px 0;
    margin: 0;
}

.navigation-megamenu-container {
    display: table;
}

.navigation-megamenu [class*="container"] {
    width: 100%;
}

.navigation-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navigation-row > [class^=navigation-col] {
    width: 100%;
    min-height: 20px;
    position: relative;
}

.navigation-row .navigation-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.navigation-row .navigation-col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.navigation-row .navigation-col-2 {
    -ms-flex: 0 0 16.666666%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
}

.navigation-row .navigation-col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.navigation-row .navigation-col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.navigation-row .navigation-col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666666%;
}

.navigation-row .navigation-col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.navigation-row .navigation-col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.navigation-row .navigation-col-8 {
    -ms-flex: 0 0 66.666666%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
}

.navigation-row .navigation-col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.navigation-row .navigation-col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.navigation-row .navigation-col-11 {
    -ms-flex: 0 0 91.666666%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666666%;
    max-width: 91.666666%;
}

.navigation-row .navigation-col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.navigation-row:last-of-type [class^=navigation-col]:last-child {
    margin-bottom: 0;
}

.navigation-col {
    padding: 20px 15px;
}

.navigation-col:first-child {
    padding-left: 30px;
}

.navigation-col:last-child {
    padding-right: 30px;
}

.mega-menu-title {
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbe3ec;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*------------- Responsive Mode --------------*/
@media (max-width: 992px) {
    .utouch-header-menu:not(.header-menu--mobile) li a {
        padding: 15px 7px;
        font-size: 13px;
    }

    li.crumina-button a {
        padding: 0;
    }

    .additional-menu-item {
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    .utouch-header-menu:not(.header-menu--mobile) {
        display: none;
    }

    .admin-bar .mobile-menu-popup {
        top: 46px;
    }

    .admin-bar .headroom--not-top .mobile-menu-popup {
        top: 0;
    }

    .navigation-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .navigation-row .navigation-col {
        -ms-flex-preferred-size: initial;
        flex-basis: initial;
    }

    .navigation-col {
        padding: 0 0 20px 0;
    }

    .navigation-col:last-child {
        padding-right: 0;
        padding-bottom: 0;
    }

    .navigation-col:first-child {
        padding-left: 0;
        padding-top: 20px;
    }

    .mega-menu-title {
        padding-left: 30px;
    }
}

/*------------- #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: 768px) {
    .mobile-menu {
        display: block;
    }
}

/*------------- #STUNNING-HEADER --------------*/
.crumina-stunning-header {
    position: relative;
    background-size: cover;
}

.stunning-header-content {
    position: relative;
}

.stunning-header-title {
    display: inline-block;
    margin: 0;
    line-height: 1.3;
    word-break: break-word;
    word-wrap: break-word;
}

.category-link {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0;
}

.category-link a {
    font-weight: 700;
}

.category-link a:hover {
    color: var(--primary-accent-color);
}

.stunning-text-content {
    position: relative;
    z-index: 15;
    padding: 55px 0;
    width: 100%;
}

.stunning-text-content > * + * {
    margin-top: 40px;
}

.stunning-text-content .inline-items {
    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;
}

.breadcrumbs {
    padding: 0;
}

.breadcrumbs--rounded .breadcrumbs-item {
    fill: #d1e8f6;
}

.breadcrumbs-wrap > * + .breadcrumbs {
    margin-left: 10px;
}

.breadcrumbs-item {
    display: inline-block;
    margin-bottom: 0;
}

.breadcrumbs-item a {
    margin-right: 6px;
}

.breadcrumbs-item span {
    word-break: break-word;
    word-wrap: break-word;
}

.breadcrumbs-item.active span {
    font-weight: 400;
    color: var(--primary-accent-color);
}

.breadcrumbs-item .utouch-icon {
    margin-right: 6px;
    fill: #d1e8f6;
    height: 6px;
    width: 6px;
}

.breadcrumbs-item:last-child .utouch-icon {
    display: none;
}

.breadcrumbs--rounded {
    overflow: hidden;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(137, 168, 199, 0.25);
    box-shadow: 0 0 20px 0 rgba(137, 168, 199, 0.25);
    display: inline-block;
}

.breadcrumbs-wrap {
    z-index: 19;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs-wrap.with-border {
    padding: 10px 0;
    border-bottom: 1px solid #dbe3ec;
    margin-bottom: 60px;
}

.breadcrumbs-wrap + .crumina-heading {
    margin-top: 20px;
}

.stunning-header--breadcrumbs-bottom-left .breadcrumbs-wrap {
    position: absolute;
    left: 0;
    bottom: -22px;
    margin-top: 0;
}

.icon-text-item .text {
    font-weight: 400;
}

.icon-text-item .utouch-icon {
    margin-right: 20px;
    font-size: 26px;
    height: 26px;
    width: 26px;
}

.custom-color .stunning-text-content *:not(.btn) {
    color: inherit !important;
    fill: inherit !important;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}

.author-prof {
    font-weight: 400;
}

.author-name {
    margin: 0;
    line-height: 1;
}

.author-info {
    text-align: left;
}

.crumina-stunning-header.style-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom-color .author-info .author-name {
    color: inherit;
}

.custom-color .author-info .author-name:hover {
    color: var(--primary-accent-color);
}

.btn.breadcrumbs-custom {
    min-width: 40px;
    min-height: 40px;
}

/*================= 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;
}

/*================= Responsive Mode ============*/
@media (max-width: 1200px) {
    .top-bar > .container {
        min-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .top-bar .contact-item:first-child {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .top-bar {
        width: 320px;
        -webkit-transform: translate(-50%, -130%);
        transform: translate(-50%, -130%);
        position: absolute;
        left: 50%;
        border-radius: 0 0 10px 10px;
        padding: 40px 0 30px;
        text-align: center;
        max-height: unset;
    }

    .top-bar > .container {
        min-width: unset;
        width: auto;
    }

    .top-bar .top-bar-contact {
        float: none;
    }

    .top-bar .nice-select {
        float: none;
        min-width: 160px;
    }

    .top-bar .contact-item {
        padding: 0;
        margin-bottom: 15px;
        float: none;
        display: block;
    }

    .top-bar .contact-item:first-child {
        padding: 0;
    }

    .top-bar .contact-item:after {
        display: none;
    }

    .top-bar .follow_us {
        float: none;
    }

    .top-bar-close {
        display: block;
    }
}

/*------------- #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;
    }
}

/*------------- #PAGE404 --------------*/
.page404 {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
}

.page404 .col-8 {
    width: 12.5%;
    overflow: hidden;
    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;
}

.page404 .error {
    font-size: 50px;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.page404 .number {
    font-size: 300px;
    color: #fff;
    margin: 0 0 0 -50px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}

.page404 .sub-footer {
    background-color: transparent;
    padding: 20px;
    margin-top: 0;
}

.page404 .sub-footer span {
    color: #fff;
}

.page404 .sub-footer .sub-footer__link {
    color: #fff;
}

.page404 .sub-footer a {
    color: #fff;
}

.color-lines-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.logo--center {
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.logo--center img {
    float: none;
    margin-right: 0;
}

.logo--center .logo-title {
    color: inherit;
}

.logo--center .logo-text {
    float: none;
}

.page404-content {
    text-align: center;
    z-index: 5;
    padding: 50px;
}

.page404-content > * {
    color: #fff;
    line-height: 1;
}

.page404-content .title {
    font-size: 42px;
    margin-bottom: 20px;
}

.page404-content .sub-title {
    font-size: 22px;
}

.page404-content a {
    text-decoration: underline;
}

.page404-content .page404-searchform {
    max-width: 500px;
    margin: 35px auto 0 auto;
}

.page404-content .page404-searchform .w-search .utouch-icon {
    top: 16px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
    .page404 .number {
        font-size: 150px;
        margin-left: -20px;
    }

    .page404 .error {
        font-size: 40px;
    }

    .page404-content .title {
        display: none;
    }
}

@media (max-width: 768px) {
    .page404-content {
        padding: 20px;
    }

    .page404 .sub-footer {
        padding: 10px;
    }

    .logo--center {
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    .page404 .number {
        font-size: 100px;
        margin-left: -10px;
    }

    .page404 .error {
        font-size: 20px;
    }
}

@media (max-width: 460px) {
    .page404 .number {
        font-size: 80px;
    }
}

/*------------- #BLOGS --------------*/
.post-thumb {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.post-thumb > img {
    border-radius: 10px 10px 0 0;
    display: block;
}

.post-thumb .video-control img {
    border-radius: 20px;
}

.post .post-thumb iframe {
    max-width: 100%;
}

.post .post-thumb > img {
    margin: auto;
    width: auto;
}

.post {
    border-radius: 10px;
    -webkit-box-shadow: 3px 10px 15px 3px rgba(0, 0, 0, 0.1), 3px 4px 6px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 10px 15px 3px rgba(0, 0, 0, 0.1), 3px 4px 6px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 60px;
    position: relative;
    background: #fff;
}

.post p {
    margin-bottom: 20px;
}

.post .overlay-standard {
    opacity: 0;
}

.post .link-image {
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    opacity: 0;
    z-index: 50;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.post .link-image .utouch-icon {
    height: 40px;
    width: 40px;
    fill: #fff;
}

.post .link-post {
    position: absolute;
    top: 50%;
    right: 40%;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    opacity: 0;
    z-index: 50;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.post .link-post .utouch-icon {
    height: 40px;
    width: 40px;
    fill: #fff;
}

.post:hover {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1), 1px 1px 2px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1), 1px 1px 2px 1px rgba(0, 0, 0, 0.06);
}

.post:hover .overlay-standard {
    opacity: 1;
}

.post:hover .post__title {
    color: var(--primary-accent-color);
}

.post:hover .link-post, .post:hover .link-image {
    opacity: 1;
    -webkit-transform: translate(0, -50%) scale(0.9);
    transform: translate(0, -50%) scale(0.9);
}

.post:hover .link-post:hover, .post:hover .link-image:hover {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
}

.post.sticky:before {
    content: '';
    background: url("../svg/icon252.svg") 50% 50% no-repeat;
    background-size: 60%;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 5;
    top: 60px;
    right: 100%;
    height: 45px;
    width: 35px;
    background-color: #ff3133;
    border-radius: 10px 0 0 10px;
}

.post.quote blockquote {
    margin: 0;
    z-index: 1;
}

.post.quote blockquote cite {
    opacity: .7;
    margin-top: 15px;
}

.post.quote blockquote cite:before {
    color: inherit;
}

.post.quote blockquote:before {
    display: none;
}

.post.quote .post-thumb {
    padding: 100px;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .post.quote .post-thumb {
        padding: 30px;
    }
}

.post.quote .testimonial-content {
    position: relative;
}

.post.quote .testimonial-img-author {
    float: left;
    margin-right: 30px;
    width: 60px;
    height: 60px;
}

.post.quote .author-company {
    font-weight: 400;
}

.post.quote .author-name {
    margin: 0;
}

.post.quote .text p {
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
}

@media (max-width: 570px) {
    .post.quote .text p {
        font-size: 18px;
    }
}

.post.quote .quote {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
}

@media (max-width: 360px) {
    .post.quote .quote {
        display: none;
    }
}

.post.quote .author-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post.quote .author-info-wrap .author-name {
    color: #FECF39;
}

.post.video .overlay-standard {
    opacity: 1;
}

.post.video .video-control {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.post.link .post-thumb {
    padding: 95px 100px;
}

@media (max-width: 1024px) {
    .post.link .post-thumb {
        padding: 80px;
    }
}

@media (max-width: 570px) {
    .post.link .post-thumb {
        padding: 30px;
    }
}

.post.link .post-thumb .site-link {
    color: #FECF39;
    display: block;
}

.post.link .thumb-content-title {
    color: #fff;
    margin-bottom: 30px;
    display: block;
    font-size: 36px;
}

.post.link .thumb-content {
    position: relative;
    z-index: 50;
}

.post.link .thumb-content .post-link {
    height: 68px;
    width: 68px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.post__content {
    padding: 40px;
    position: relative;
}

.post__content .post-additional-info {
    margin-top: 20px;
}

.post__content ul li {
    margin-bottom: 5px;
}

.post__content-info {
    overflow: hidden;
}

.post__content-info > *:last-child {
    clear: both;
}

.post__date {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary-accent-color);
}

.post__date time > {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post__date time > * {
    line-height: 1;
    margin-right: 5px;
}

.post__date time > *:last-child {
    margin-right: 0;
}

.post__date .number {
    font-size: 18px;
}

.post__date .number:hover {
    color: var(--primary-accent-color);
}

.post__title {
    margin-bottom: 20px;
    display: block;
    margin-top: 0;
    line-height: 1.1em;
    word-break: break-word;
    word-wrap: break-word;
}

.post-additional-info {
    color: #6987ab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-additional-info > * {
    display: inline-block;
}

.post-additional-info > * + * {
    margin-left: 30px;
}

.post-additional-info a {
    color: var(--secondary-accent-color);
    font-weight: 400;
}

.post-additional-info a:hover {
    color: var(--primary-accent-color);
}

.post-additional-info a span {
    color: #6987ab;
}

.post-additional-info .btn-next {
    opacity: 1;
    margin-right: 5px;
    margin-left: auto;
    line-height: 1;
}

.post-additional-info .btn-next:hover {
    margin-right: 0;
    margin-left: auto;
}

.post-additional-info .btn-next:hover .icon-hover {
    opacity: 1;
}

/*------------- #Styles for standard WP-classes for elements on blog pages --------------*/
.gallery {
    margin: 0 -5px 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gallery-item a {
    padding: 0 5px;
    display: inline-block;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

@media (max-width: 768px) {
    .gallery-columns-3 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

@media (max-width: 768px) {
    .gallery-columns-4 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

@media (max-width: 768px) {
    .gallery-columns-5 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

@media (max-width: 768px) {
    .gallery-columns-6 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

@media (max-width: 768px) {
    .gallery-columns-7 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

@media (max-width: 768px) {
    .gallery-columns-8 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

@media (max-width: 768px) {
    .gallery-columns-9 .gallery-item {
        max-width: 50%;
    }
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    font-size: .8rem;
    line-height: 1.5;
    background-color: #e9f5ff;
    margin: 0 5px 10px;
    border-radius: 5px;
    padding: 8px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

figure.gallery-item {
    margin-right: 0;
    margin-left: 0;
}

/*------------- #Post styles for list (ul) --------------*/
.post ul {
    list-style: initial;
    padding-left: 20px;
}

.post ol li:before {
    display: none;
}

.post ol ul li:before {
    display: block;
}

.post ol ul ol li:before {
    display: none;
}

.post .tags-inline li {
    font-size: 14px;
    font-weight: 400;
}

.post .tags-inline li:before {
    display: none;
}

.post .socials li::before {
    display: none;
}

/*------------- #Post-standard-details --------------*/
.post-standard-details {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.post-standard-details .post-additional-info {
    margin-bottom: 25px;
    margin-top: 0;
}

.post-standard-details .post-additional-info .post__date {
    margin-bottom: 0;
}

.post-standard-details .post__title {
    margin-bottom: 15px;
}

.post-standard-details:hover .post__title {
    color: initial;
}

.post-standard-details .post__date {
    margin-right: 0;
    margin-bottom: 15px;
}

.post-standard-details .post__date .number {
    margin-bottom: 0;
    font-size: inherit;
}

.post-standard-details .post__date .month {
    margin-bottom: 0;
}

.post-standard-details .post__date .day {
    font-weight: 700;
    color: #6987ab;
}

.post-details-shared {
    padding: 35px 0 0;
    border-top: 2px solid #dbe3ec;
    margin-top: 20px;
    clear: both;
}

.block-rounded-shadow .post-details-shared {
    border-top: none;
}

.tags-inline li {
    display: inline-block;
    font-size: 14px;
}

.tags-inline li + li {
    margin-left: 5px;
}

.tags-inline li:first-child {
    font-weight: 700;
    color: var(--secondary-accent-color);
}

.tags-inline li a:hover {
    color: var(--primary-accent-color);
}

.blog-details-author {
    padding: 55px 60px;
    -webkit-box-shadow: 0 0 20px rgba(18, 25, 33, 0.1) inset;
    box-shadow: 0 0 20px rgba(18, 25, 33, 0.1) inset;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.blog-details-author .author-name {
    color: var(--secondary-accent-color);
    margin-bottom: 15px;
    display: block;
}

.blog-details-author .img-author {
    float: left;
    margin-right: 40px;
}

.blog-details-author .img-author img {
    border-radius: 100%;
    -webkit-box-shadow: 10px 0 30px rgba(18, 25, 33, 0.15) inset;
    box-shadow: 10px 0 30px rgba(18, 25, 33, 0.15) inset;
}

.blog-details-author:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: -15px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #eff0f0;
    left: 115px;
}

.blog-details-author > *:last-child {
    margin-bottom: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.align-center,
.aligncenter {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

img.aligncenter {
    display: block;
    margin: 20px auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 2px solid #dbe3ec;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
}

.wp-caption img {
    margin-bottom: 15px;
}

.wp-caption.wp-caption-text {
    font-size: 14px;
    margin-bottom: 0;
}

.wp-caption-text {
    font-size: 11px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.entry-footer {
    text-align: center;
}

.post-edit-link {
    margin: 30px auto;
}

.post-details-shared .post-edit-link {
    margin: 0 0 30px 0;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
    .post__content {
        padding: 25px;
    }

    .post.link .post-thumb {
        padding: 30px;
    }

    .blog-details-author .img-author {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog-details-author {
        padding: 20px;
    }

    .post.sticky::before {
        top: -30px;
        left: 10px;
        right: auto;
        height: 30px;
        width: 30px;
        border-radius: 10px 10px 0 0;
    }

    .post-standard-details .post-additional-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .post-standard-details .post-additional-info > * + * {
        margin-left: 0;
    }

    .post {
        margin-bottom: 30px;
    }
}

@media (max-width: 560px) {
    .post .link-image {
        left: 30%;
    }

    .post .link-post {
        right: 30%;
    }

    .social__item.main {
        right: 20px;
    }

    .share-product {
        right: 20px;
    }

    .post__content {
        padding: 15px;
    }

    .post.link .thumb-content-title {
        font-size: 20px;
    }

    .wp-caption {
        min-width: 100%;
    }
}

/*------------- #COMMENTS --------------*/
.comments {
    overflow: hidden;
    float: none;
    -webkit-box-shadow: 0 0 20px rgba(18, 25, 33, 0.1);
    box-shadow: 0 0 20px rgba(18, 25, 33, 0.1);
    border-radius: 0 0 10px 10px;
    padding: 60px 60px 0 60px;
}

.comments ol li::before {
    display: none;
}

.comments.has-not-comments {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.comments.has-not-comments .leave-reply {
    padding-top: 60px;
    margin: 0;
}

.comments__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments__item {
    padding-left: 0;
    margin-top: 30px;
}

.comments__item .children {
    margin: 30px 0 0 60px;
    list-style: none;
    padding: 0;
}

.comments__item .children .leave-reply {
    background-color: transparent;
    margin: 0 -60px;
}

.comments__item .children .leave-reply:before {
    display: none;
}

.comments__item .leave-reply {
    margin: 40px -60px;
}

.comments__article {
    border-bottom: 1px solid #dbe3ec;
    padding-bottom: 20px;
}

.comments__article .comment-content {
    margin-top: 20px;
}

.comments__article .comments__header .comments__author {
    margin-right: 15px;
    color: var(--secondary-accent-color);
    font-style: normal;
}

.comments__article .comments__header .comments__author a {
    margin: 0;
    font-size: 16px;
}

.comments__article .comments__header .comments__author a:hover {
    color: var(--primary-accent-color);
}

.comments__article .comments__header .comments__author .replied {
    font-size: 16px;
    color: #4b5d73;
}

.comments__article .comments__header .comments__time {
    position: relative;
    color: #5c80ac;
    font-size: 14px;
    display: block;
}

.comments__article .comments__avatar img {
    float: left;
    margin-right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    -webkit-box-shadow: 10px 0 30px rgba(81, 116, 141, 0.2);
    box-shadow: 10px 0 30px rgba(81, 116, 141, 0.2);
}

.comments__article .comments__body {
    overflow: hidden;
}

.comments__article .comments__body .reply {
    padding: 8px 14px 6px;
    font-size: 13px;
    border: 1px solid #d6dfeb;
    border-radius: 50px;
    color: #374454;
}

.comments__article .comments__body .reply:hover {
    color: #fff;
    background-color: var(--primary-accent-color);
    border-color: var(--primary-accent-color);
    -webkit-box-shadow: 0 0 5px rgba(0, 131, 255, 0.3);
    box-shadow: 0 0 5px rgba(0, 131, 255, 0.3);
}

ol.comments li:before,
ol.commentlist li:before {
    display: none;
}

ol.comments li {
    padding-left: 0;
}

ol.comments {
    padding-left: 0;
}

.comments__item-review {
    margin-bottom: 40px;
    border-bottom: 2px solid #f1f3f3;
}

.comments__item-review .ratings {
    color: #ccc;
}

.comments__item-review .ratings .fa-star {
    color: #fcd846;
}

.comments__list-review {
    list-style: none;
    margin: 0 0 73px 0;
    padding: 0;
}

.comments__avatar-review {
    float: left;
    margin-right: 30px;
}

.comments__author-review {
    margin-right: 15px;
    font-size: 18px;
    color: var(--secondary-accent-color);
    font-style: normal;
}

.comments__author-review a {
    color: var(--secondary-accent-color);
}

.comments__header-review {
    margin-bottom: 15px;
}

.comments__header-review > a {
    position: relative;
    color: #ccc;
    font-size: 14px;
}

.no-comments + .leave-reply {
    padding: 0;
    margin: 0;
}

.no-comments {
    margin-bottom: 40px;
}

.leave-reply {
    background-color: #f5fafe;
    position: relative;
    padding: 60px;
    min-width: 100%;
    margin: 70px -60px 0;
}

.leave-reply:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: -15px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #f5fafe;
    left: 115px;
}

.leave-reply h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
}

.leave-reply h3 small {
    margin-left: auto;
    font-size: 50%;
    color: #ff3133;
}

.submit-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.submit-block .submit-block-text {
    font-size: 12px;
    color: var(--secondary-accent-color);
}

.submit-block .submit-block-text span {
    color: #4d6e96;
}

.comment-form .checkbox {
    margin-bottom: 20px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1199px) {
    .submit-block-text {
        margin-top: 15px;
    }
}

@media (max-width: 980px) {
    .comments__item .children {
        margin-left: 30px;
        padding-left: 0;
    }
}

@media (max-width: 800px) {
    .comments__item .leave-reply {
        padding: 30px;
        margin: 0 -30px;
    }
}

@media (max-width: 768px) {
    .comments__item .children {
        margin-left: 0;
    }

    .comments, .commentlist {
        padding: 20px 20px 0 20px;
    }

    .comments__article .comments__avatar img {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .comments .d-flex--content-inline {
        display: block;
    }

    .comments .d-flex--content-inline * + * {
        margin-top: 10px;
    }

    .comments__item .children .leave-reply {
        margin: 0;
    }

    .comments.has-not-comments .leave-reply {
        padding: 20px;
    }
}

@media (max-width: 640px) {
    .submit-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

/*------------- #FORMS --------------*/
input, textarea, select, .nice-select {
    padding: 13px 40px;
    border: 1px solid #dbe3ec;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    outline: none;
    color: var(--secondary-accent-color);
    /* Firefox 19+ */
    /* Firefox 18- */
}

input:focus, textarea:focus, select:focus, .nice-select:focus {
    border-color: var(--primary-accent-color);
    color: var(--primary-accent-color);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .nice-select::-webkit-input-placeholder {
    color: #839dbc;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .nice-select::-moz-placeholder {
    color: #839dbc;
}

input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, .nice-select:-moz-placeholder {
    color: #839dbc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .nice-select:-ms-input-placeholder {
    color: #839dbc;
}

textarea {
    min-height: 200px;
    border-radius: 30px;
}

.with-icon {
    position: relative;
}

.with-icon input, .with-icon textarea, .with-icon select {
    padding-left: 70px;
}

.with-icon input:focus + .utouch-icon, .with-icon textarea:focus + .utouch-icon, .with-icon select:focus + .utouch-icon {
    fill: var(--primary-accent-color);
}

.with-icon .utouch-icon {
    position: absolute;
    left: 20px;
    top: 18px;
    height: 16px;
    width: 32px;
    fill: #6987ab;
    border-right: 1px solid #dbe3ec;
    padding-right: 16px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.with-icon.icon-right input, .with-icon.icon-right textarea, .with-icon.icon-right select {
    padding-left: 40px;
    padding-right: 70px;
}

.with-icon.icon-right .utouch-icon {
    left: auto;
    right: 20px;
    padding-right: 0;
    border-right: none;
}

.form-inline {
    position: relative;
}

.form-inline input {
    padding: 17px 200px 16px 40px;
    margin-bottom: 0;
    -webkit-appearance: none;
}

.form-inline .btn {
    position: absolute;
    right: 5px;
    top: 5px;
}

.mc4wp-custom-subscribe-form .mc4wp-response {
    margin-top: 15px;
}

.mc4wp-custom-subscribe-form .mc4wp-response .mc4wp-success {
    color: #006600;
}

.mc4wp-custom-subscribe-form .mc4wp-response .mc4wp-error {
    color: #FF0000;
}

.items-with-border input, .items-with-border textarea, .items-with-border select, .items-with-border .nice-select {
    border: 2px solid #d9e4ef;
    background-color: transparent;
}

.items-with-border input:focus, .items-with-border textarea:focus, .items-with-border select:focus, .items-with-border .nice-select:focus {
    border-color: transparent;
    color: var(--primary-accent-color);
}

.contact-form .btn {
    margin-top: 5px;
}

.post-password-form.form-inline {
    margin-top: 20px;
}

.logged-in-as > *:last-child {
    color: #ff3133;
}

.form-builder-item {
    margin-bottom: 20px;
}

.form-builder-item [type="checkbox"], .form-builder-item [type="radio"] {
    width: auto;
}

.form-builder-item label {
    margin-bottom: 10px;
    font-weight: 700;
    color: #273f5b;
    display: inline-block;
}

.form-builder-item label sup {
    color: red;
    font-weight: 700;
    border: 0;
}

.form-builder-item input[type="text"],
.form-builder-item textarea {
    line-height: 1.5;
    border: 2px solid #dbe3ec;
}

.form-builder-item input[type="text"]:focus,
.form-builder-item textarea:focus {
    border-color: transparent;
}

.form-builder-item .custom-radio label,
.form-builder-item .custom-checkbox label {
    padding-left: 10px;
}

.form-builder-item .field-columns-0 .options {
    display: inline-block;
}

.form-builder-item .field-columns-0 .options + .options {
    margin-left: 15px;
}

.form-builder-item .field-columns-2 .field-column {
    width: 50%;
    display: inline-block;
}

.form-builder-item .field-columns-3 .field-column {
    width: 33.33%;
    display: inline-block;
}

.form-builder-item .field-columns-4 .field-column {
    width: 25%;
    display: inline-block;
}

.checkbox {
    position: relative;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox label {
    padding-left: 30px;
    color: #374454;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    left: 0;
    bottom: 7px;
    border-radius: 3px;
    border: none;
    background-color: var(--primary-accent-color);
}

.checkbox input[type=checkbox]:checked + label:before {
    content: "\2714";
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 14px;
}

select {
    background-image: url("../images/arrow-down.svg");
    background-size: 12px 12px;
    background-position: 90% 50%;
    background-repeat: no-repeat;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
    .form-inline .btn {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 20px;
    }

    .form-inline input {
        padding-right: 40px;
    }

    .logged-in-as > :last-child {
        float: none;
    }
}

/*------------- #NAVIGATION --------------*/
.navigation {
    margin: 20px 0;
    width: 100%;
    position: relative;
    text-align: center;
}

.page-numbers {
    position: relative;
    background-color: #eaf4fe;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #6987ab;
    font-size: 14px;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
}

.page-numbers:hover {
    color: #fff;
    background-color: var(--primary-accent-color);
    -webkit-box-shadow: 0 0 20px rgba(0, 131, 255, 0.15);
    box-shadow: 0 0 20px rgba(0, 131, 255, 0.15);
}

.page-numbers.current {
    background-color: var(--primary-accent-color);
    -webkit-box-shadow: 0 0 20px rgba(0, 131, 255, 0.15);
    box-shadow: 0 0 20px rgba(0, 131, 255, 0.15);
    color: #fff;
    cursor: none;
}

.page-numbers span {
    position: relative;
}

.page-links > * {
    position: relative;
    background-color: #eaf4fe;
    display: inline-block;
    margin: 0 8px 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid transparent;
    text-transform: uppercase;
    color: #6987ab;
    font-size: 14px;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.page-links > *:first-child {
    margin-left: 10px;
}

.page-links > *.current {
    background-color: var(--primary-accent-color);
    color: #fff;
    cursor: none;
}

.page-links > *:hover {
    color: #fff;
    background-color: var(--primary-accent-color);
    -webkit-box-shadow: 0 0 20px rgba(0, 131, 255, 0.15);
    box-shadow: 0 0 20px rgba(0, 131, 255, 0.15);
}

.navigation-prev-next > :not(.next):not(.prev) {
    display: none;
}

/*================= Responsive Mode ============*/
@media (max-width: 640px) {
    .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 0 8px 0 0;
    }
}

/*------------- #styled_selects --------------*/
.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 20px 40px 20px 20px;
    border-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    margin-bottom: 30px;
    border-radius: 50px;
    position: relative;
    background-color: #dbe3ec;
    color: #ccc;
}

.nice-select:focus {
    background-color: #fff;
    -webkit-box-shadow: 17px 0 60px #d3dcdc;
    box-shadow: 17px 0 60px #d3dcdc;
}

.nice-select.focus-white:focus {
    background-color: #fff;
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}

.nice-select:after {
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    content: '';
    display: block;
    height: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select .list {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dbe3ec;
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-40px/2);
    transform: scale(0.75) translateY(-40px/2);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    margin-left: 0;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: none;
    padding-left: 40px;
    padding-right: 60px;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0;
    font-size: 16px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #dbe3ec;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    cursor: default;
}

.nice-select .option.disabled:hover {
    color: #4b5d73;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/*------------- #PAGINATION --------------*/
.swiper-pagination {
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
}

.swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #a1b7d2;
    margin: auto 5px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
    background-color: var(--primary-accent-color);
}

.swiper-pagination.top-right {
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.swiper-pagination.bottom-left {
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    top: auto;
}

.swiper-pagination.right-bottom {
    right: 100px;
    bottom: -50px;
    top: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.swiper-pagination.pagination-white .swiper-pagination-bullet {
    background-color: #fff;
}

.swiper-pagination.pagination-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-accent-color);
}

.pagination-bottom .swiper-container {
    padding-bottom: 80px;
}

.pagination-vertical {
    padding-left: 100px;
}

.pagination-vertical .swiper-pagination {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: auto;
}

.pagination-vertical .swiper-pagination .pagination-item, .pagination-vertical .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 9px auto;
}

.pagination-vertical .swiper-pagination .pagination-item.active, .pagination-vertical .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .pagination-vertical .swiper-pagination .swiper-pagination-bullet.active, .pagination-vertical .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
}

.pagination-vertical.pagination-vertical-right {
    padding-left: 0;
    margin-left: 0;
    padding-right: 100px;
    margin-right: -100px;
}

.pagination-vertical.pagination-vertical-right .swiper-pagination {
    left: auto;
    right: 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
    .swiper-pagination.bottom-left {
        bottom: 20px;
    }
}

/*------------- #PAGINATION-ARROW --------------*/
.pagination-arrow {
    padding: 20px;
    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;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(18, 25, 33, 0.1);
    box-shadow: 0 0 20px rgba(18, 25, 33, 0.1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 40px 0;
}

.pagination-arrow:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 131, 255, 0.2);
    box-shadow: 0 0 20px rgba(0, 131, 255, 0.2);
}

.pagination-arrow span {
    display: block;
}

.pagination-arrow .list-post {
    -ms-flex-item-align: center;
    align-self: center;
    line-height: .7;
}

.pagination-arrow .list-post .utouch-icon {
    width: 25px;
    height: 25px;
    fill: #6987ab;
}

.pagination-arrow .list-post .utouch-icon:hover {
    fill: var(--primary-accent-color);
}

.btn-next-wrap {
    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;
    width: 45%;
}

.btn-next-wrap .btn-next:hover {
    margin-left: 0;
    margin-right: 0;
}

.btn-next-wrap .btn-content {
    position: relative;
    text-align: right;
    margin-right: 15px;
}

.btn-next-wrap .btn-content .btn-content-title {
    text-transform: uppercase;
    font-size: 11px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
    word-break: break-word;
    word-wrap: break-word;
}

.btn-next-wrap .btn-content .btn-content-subtitle {
    font-size: 16px;
    margin-bottom: 0;
    color: #6987ab;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
    word-break: break-word;
    word-wrap: break-word;
}

.btn-next-wrap:hover {
    margin-right: -2px;
    margin-left: 2px;
}

.btn-next-wrap:hover .btn-next {
    opacity: 1;
}

.btn-next-wrap:hover .icon-hover {
    opacity: 1;
}

.btn-next-wrap:hover .btn-content-subtitle {
    color: var(--primary-accent-color);
}

.btn-prev-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45%;
    overflow: hidden;
}

.btn-prev-wrap .btn-prev {
    margin-right: 15px;
}

.btn-prev-wrap .btn-prev:hover {
    margin-left: 0;
    margin-right: 15px;
}

.btn-prev-wrap .btn-content {
    position: relative;
}

.btn-prev-wrap .btn-content .btn-content-title {
    text-transform: uppercase;
    font-size: 11px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
    word-break: break-word;
    word-wrap: break-word;
}

.btn-prev-wrap .btn-content .btn-content-subtitle {
    font-size: 16px;
    margin-bottom: 0;
    color: #6987ab;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
    word-break: break-word;
    word-wrap: break-word;
}

.btn-prev-wrap:hover {
    margin-left: -2px;
    margin-right: 2px;
}

.btn-prev-wrap:hover .btn-prev {
    opacity: 1;
}

.btn-prev-wrap:hover .icon-hover {
    opacity: 1;
}

.btn-prev-wrap:hover .btn-content-subtitle {
    color: var(--primary-accent-color);
}

.more-arrow:hover .btn-next .utouch-icon {
    fill: var(--primary-accent-color);
}

/*================= Responsive Mode ============*/
@media (max-width: 980px) {
    .btn-next-wrap .btn-next {
        margin-left: 0;
        margin-right: 0;
    }

    .btn-prev-wrap .btn-prev {
        margin-left: 0;
        margin-right: auto;
    }

    .btn-prev-wrap .btn-prev:hover {
        margin-right: auto;
    }

    .btn-next-wrap .btn-content {
        display: none;
    }

    .btn-prev-wrap .btn-content {
        display: none;
    }
}

/*------------- #POPUP-SEARCH --------------*/
.search-full-screen {
    width: 60%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

.search-full-screen .search-standard {
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-transform: none;
    transform: none;
    right: auto;
}

.search-full-screen .search-standard input[type="search"] {
    background: transparent;
    outline-offset: -2px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 4px solid #5c6c7a;
    border-radius: 0;
    padding: 17px 50px;
    font-size: 20px;
}

.search-full-screen .search-standard input[type="search"]:focus {
    color: #fff;
    border-color: var(--primary-accent-color);
}

.search-full-screen .search-standard input[type="search"]:focus + .form-icon .utouch-icon {
    fill: var(--primary-accent-color);
}

.search-full-screen .search-standard .utouch-icon {
    width: 29px;
    height: 29px;
}

.search-full-screen .search-standard button[type="submit"] {
    left: auto;
    right: 0;
    top: 17px;
    padding: 0;
}

.search-full-screen .search-standard button[type="submit"]:focus {
    outline: 1px dotted var(--primary-accent-color);
}

.search-full-screen .search-standard .close {
    left: 0;
    right: auto;
}

.search-full-screen .search-standard .close:focus {
    outline: 1px dotted var(--primary-accent-color);
}

.search-standard {
    width: 100%;
    max-width: 700px;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-shadow: 0 0 20px 0 rgba(18, 25, 33, 0.1);
    box-shadow: 0 0 20px 0 rgba(18, 25, 33, 0.1);
    border-radius: 10px;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease;
    opacity: 0;
    visibility: hidden;
}

.search-standard input[type="search"] {
    border: none;
    background-color: #fff;
    font-size: 16px;
    padding: 17px 80px;
    border-radius: 10px;
    margin: 0;
}

.search-standard input[type="search"]:focus {
    color: var(--secondary-accent-color);
}

.search-standard .form-icon {
    position: absolute;
}

.search-standard .utouch-icon {
    height: 32px;
    width: 32px;
}

.search-standard .utouch-icon:hover {
    fill: var(--primary-accent-color);
}

.search-standard button[type="submit"] {
    background: none;
    left: 20px;
    top: 17px;
}

.search-standard .utouch-icon-search {
    top: auto;
}

.search-standard .utouch-icon {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 27px;
    width: 27px;
    padding: 2px;
    fill: #839dbc;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    cursor: pointer;
}

.search-standard .close {
    right: 20px;
    top: 18px;
}

.search-standard .typeahead__container {
    padding-bottom: 0;
}

.search-standard .typeahead__list {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    margin-top: -5px;
    padding: 15px 0;
    -webkit-box-shadow: 0 15px 20px 0 rgba(18, 25, 33, 0.1);
    box-shadow: 0 15px 20px 0 rgba(18, 25, 33, 0.1);
}

.search-standard .typeahead__list:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80%;
    height: 1px;
    background-color: #ecf5fe;
}

.search-standard .typeahead__list > li {
    padding: 10px 30px;
}

.search-standard .typeahead__list > li:hover {
    background-color: #ecf5fe;
}

.search-standard .typeahead__list > li:hover > a {
    color: var(--secondary-accent-color);
}

.search-standard.open {
    opacity: 1;
    visibility: visible;
}

.search--dark input[type="search"] {
    background-color: #1b232d;
}

.search--dark input[type="search"]:focus {
    color: #fff;
}

.search--dark input[type="search"]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: var(--secondary-accent-color);
    opacity: 1;
}

.search--dark input[type="search"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--secondary-accent-color);
    opacity: 1;
}

.search--dark input[type="search"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--secondary-accent-color);
    opacity: 1;
}

.search--dark input[type="search"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: var(--secondary-accent-color);
    opacity: 1;
}

.search--dark.open {
    background-color: #1e242c;
}

/*================= Responsive Mode ============*/
@media (max-width: 1199px) {
    .search-standard {
        right: 0;
    }
}

@media (max-width: 940px) {
    .search-standard {
        top: 80%;
        right: 50%;
        -webkit-transform: translate(50%, -100%);
        transform: translate(50%, -100%);
    }
}

@media (max-width: 768px) {
    .search-full-screen {
        width: 90%;
    }

    .search-full-screen .search-standard input[type="search"] {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .search-full-screen .search-standard .utouch-icon {
        width: 22px;
        height: 22px;
    }

    .popup-close .utouch-icon {
        width: 16px;
        height: 16px;
    }
}

/*------------- #SEND-MESSAGE-POPUP --------------*/
.window-popup {
    opacity: 0;
    background-color: #66b5ff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease, scale .4s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease, scale .4s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease, scale .4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 50;
}

.window-popup.open {
    opacity: 1;
    z-index: 999999;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: auto;
    background-color: #1e242c;
}

.js-message-popup.cd-nav-trigger {
    position: relative;
    z-index: auto;
}

.send-message-popup {
    width: 560px;
    max-width: calc(100% - 60px);
    padding: 60px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin: 100px auto 0;
    background-color: #fff;
    -webkit-box-shadow: 0px -15px 0px 0px rgba(69, 74, 79, 0.5), 15px -30px 0px 0px rgba(69, 74, 79, 0.5), 30px -45px 0px 0px rgba(69, 74, 79, 0.5), 45px -60px 0px 0px rgba(69, 74, 79, 0.5);
    box-shadow: 0px -15px 0px 0px rgba(69, 74, 79, 0.5), 15px -30px 0px 0px rgba(69, 74, 79, 0.5), 30px -45px 0px 0px rgba(69, 74, 79, 0.5), 45px -60px 0px 0px rgba(69, 74, 79, 0.5);
}

.send-message-popup .contact-form {
    margin-top: 40px;
}

.send-message-popup .wrap-forms {
    text-align: left;
}

body:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #1e242c;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: -999;
}

body.overlay-enable {
    position: fixed;
    width: 100%;
    height: 100%;
}

body.overlay-enable:before {
    opacity: 1;
    z-index: 500;
}

.popup-close {
    border-radius: 0 0 0 30px;
    background-color: #131a22;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.popup-close:focus {
    outline: 1px dotted var(--primary-accent-color);
}

.popup-close:focus .utouch-icon, .popup-close:hover .utouch-icon {
    fill: var(--primary-accent-color);
}

.popup-close .utouch-icon {
    width: 24px;
    height: 24px;
    fill: #6987ab;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-close.popup-close-round {
    border-radius: 100%;
    right: auto;
    top: 0;
    display: block;
    margin: 50px auto;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.js-open-search-popup {
    cursor: pointer;
    background-color: transparent;
    padding: 0;
}

.search-popup {
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease, scale .3s ease, background-color .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease, scale .3s ease, background-color .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease, scale .3s ease, background-color .3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 50;
    background-color: #000;
}

.search-popup.open {
    opacity: 1;
    z-index: 999999;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.search--white .popup-close {
    background-color: #eaeef3;
}

.search--white .typeahead__container input:focus {
    color: var(--secondary-accent-color);
}

.search--white .search-full-screen .search-standard input[type="search"]:focus {
    color: var(--secondary-accent-color);
}

.search--white .typeahead__list > li {
    padding: 15px 60px;
}

.search--white .typeahead__list > li:hover {
    background-color: #ecf5fe;
}

.search--white .typeahead__list > li:hover > a {
    color: var(--secondary-accent-color);
}

.search--white.open {
    background: white;
}

.popup-gallery {
    height: 100vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
    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;
    opacity: 0;
}

.popup-gallery.open {
    background: #1e242c;
    z-index: 999;
    opacity: 1;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
    .send-message-popup {
        padding: 30px;
    }

    .popup-close {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 0 0 0 15px;
    }

    .popup-close .icon {
        width: 16px;
        height: 16px;
    }
}

/*------------- #POPUP-CART --------------*/
.cart-popup-wrap {
    position: absolute;
    top: 39px;
    right: -50px;
    width: 330px;
    border-radius: 5px;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    display: none;
    z-index: 10;
}

@media (max-width: 1024px) {
    .cart-popup-wrap {
        max-height: 50vh;
        overflow-y: auto;
    }
}

@media (max-width: 800px) {
    .cart-popup-wrap {
        right: 0;
    }
}

@media (max-width: 320px) {
    .cart-popup-wrap {
        right: -60px;
    }
}

.cart-popup-wrap .popup-cart {
    padding: 40px;
    background-color: #fff;
}

.cart-popup-wrap .popup-cart .title-cart {
    font-size: 18px;
}

.cart-popup-wrap .popup-cart .subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}

.cart-popup-wrap .popup-cart .btn {
    text-transform: capitalize;
    width: 100%;
    text-align: center;
}

.cart-popup-wrap .popup-cart .cart-product {
    margin: 10px 0;
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px solid #dbe3ec;
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item:last-child {
    border: none;
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item .product-del {
    width: 25px;
    height: 25px;
    position: relative;
    font-size: 25px;
    z-index: 2;
    font-weight: 100;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item img {
    float: left;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
    width: 80px;
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content {
    display: table-cell;
    vertical-align: middle;
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content .cart-product-title {
    font-size: 16px;
    line-height: 1;
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content .price {
    font-size: 14px;
}

.cart-popup-wrap .cart-total {
    padding: 20px 40px 20px;
    background-color: #dbe3ec;
    overflow: hidden;
    width: 100%;
}

.cart-popup-wrap .cart-total .cart-total-text {
    margin-bottom: 15px;
    overflow: hidden;
    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;
}

.cart-popup-wrap .cart-total .cart-total-text .title {
    text-transform: uppercase;
    font-size: 16px;
}

.cart-popup-wrap .cart-total .cart-total-text .total-price {
    font-size: 18px;
}

.cart-popup-wrap .cart-total .btn {
    width: 50%;
    border-radius: 50px 0 0 50px;
    float: left;
}

.cart-popup-wrap .cart-total .btn:last-child {
    border-radius: 0 50px 50px 0;
}

.cart-popup-wrap .cart-total .btn + .btn {
    margin-left: 0;
}

@media (max-width: 1024px) {
    .cart-popup-wrap .cart-total .btn + .btn {
        margin-top: 0;
    }
}

.cart-popup-wrap.cart-with-product {
    width: 370px;
}

@media (max-width: 360px) {
    .cart-popup-wrap.cart-with-product {
        width: 320px;
    }
}

.cart-popup-wrap.cart-with-product .popup-cart {
    padding: 40px 40px 0 40px;
}

ul.nav-add li.cart {
    margin-right: 10px;
    position: relative;
}

ul.nav-add li.cart .utouch-icon {
    padding: 0;
}

ul.nav-add .cart-count {
    color: #fff;
    background-color: var(--primary-accent-color);
    display: block;
    position: absolute;
    left: -6px;
    top: 4px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
    ul.nav-add li.cart {
        margin-right: 5px;
    }
}

/*------------- #SWITCHER --------------*/
.tgl {
    position: relative;
    outline: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 5px 0;
}

.tgl, .tgl:after, .tgl:before,
.tgl *, .tgl *:after, .tgl *:before,
.tgl + .tgl-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection,
.tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
    background: none;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection,
.tgl *::selection, .tgl *:after::selection, .tgl *:before::selection,
.tgl + .tgl-btn::selection {
    background: none;
}

.tgl span {
    position: relative;
    display: block;
    font-weight: normal;
    text-align: center;
    border-radius: 2em;
    padding: 1.15em 1em;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.7);
    -webkit-transition: color 0.3s ease, padding 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease, padding 0.3s ease-in-out, background 0.3s ease-in-out;
}

.tgl span:before {
    position: relative;
    display: block;
    line-height: 1.3em;
    padding: 0 0.2em;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.tgl span:after {
    position: absolute;
    display: block;
    content: '';
    border-radius: 2em;
    width: 2.8em;
    height: 2.8em;
    top: 0.35em;
    margin-left: -1.45em;
    background: #FFFFFF;
    -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 0.97), background 0.3s ease-in-out;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 0.97), background 0.3s ease-in-out;
}

.tgl input[type="checkbox"] {
    display: none !important;
}

.tgl input[type="checkbox"]:not(:checked) + span {
    background-color: var(--primary-accent-color);
    color: #FFFFFF;
    padding-left: 3.7em;
    padding-right: 1.5em;
    -webkit-box-shadow: 0 0 5px rgba(0, 131, 255, 0.3);
    box-shadow: 0 0 5px rgba(0, 131, 255, 0.3);
}

.tgl input[type="checkbox"]:not(:checked) + span:before {
    content: attr(data-off);
    color: #FFFFFF;
}

.tgl input[type="checkbox"]:not(:checked) + span:after {
    background: #FFFFFF;
    left: 1.7em;
}

.tgl input[type="checkbox"]:checked + span {
    background: #ff3133;
    color: #FFFFFF;
    padding-left: 1.5em;
    padding-right: 3.7em;
    -webkit-box-shadow: 0 0 5px rgba(248, 48, 50, 0.3);
    box-shadow: 0 0 5px rgba(248, 48, 50, 0.3);
}

.tgl input[type="checkbox"]:checked + span:before {
    content: attr(data-on);
}

.tgl input[type="checkbox"]:checked + span:after {
    background: #FFFFFF;
    left: 100%;
    margin-left: -3.1em;
}

.tgl input[type="checkbox"]:disabled, .tgl input[type="checkbox"]:disabled + span, .tgl input[type="checkbox"]:-moz-read-only, .tgl input[type="checkbox"]:-moz-read-only + span {
    cursor: not-allowed;
}

.tgl input[type="checkbox"]:disabled, .tgl input[type="checkbox"]:disabled + span, .tgl input[type="checkbox"]:read-only, .tgl input[type="checkbox"]:read-only + span {
    cursor: not-allowed;
}

.tgl-gray input[type="checkbox"]:not(:checked) + span {
    background: #e3e3e3;
    color: #999999;
}

.tgl-gray input[type="checkbox"]:not(:checked) + span:before {
    color: #999999;
}

.tgl-gray input[type="checkbox"]:not(:checked) + span:after {
    background: white;
}

.tgl-inline {
    display: inline-block !important;
    vertical-align: top;
}

.tgl-inline.tgl {
    font-size: 16px;
}

.tgl-inline.tgl span {
    min-width: 50px;
}

.tgl-inline.tgl span:before {
    line-height: 1.4em;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

.tgl-inline-label {
    display: inline-block !important;
    vertical-align: top;
    line-height: 26px;
}

.tgl--text-both input[type="checkbox"]:checked + span::before {
    left: 140%;
    color: #ff3133;
}

.tgl--text-both input[type="checkbox"]:not(:checked) + span::before {
    left: -140%;
    color: var(--primary-accent-color);
}

.tgl--text-both input[type="checkbox"]:not(:checked) + span,
.tgl--text-both input[type="checkbox"]:checked + span {
    padding-left: .5em;
    padding-right: .5em;
}

/*------------- #Gutenberg Customization --------------*/
.crumina-grid .wp-block-pullquote {
    border-top: 4px solid #dbe3ec;
    border-bottom: 4px solid #dbe3ec;
    color: #40464d;
    margin-top: 1em;
    margin-bottom: 1em;
}

.crumina-grid .wp-block-pullquote p::before {
    display: none;
}

.crumina-grid .wp-block-image,
.crumina-grid .wp-block-embed-vimeo {
    margin: 2em auto;
}

.crumina-grid .wp-block-image figcaption,
.crumina-grid .wp-block-embed-vimeo figcaption {
    text-align: center;
    font-size: 13px;
}

.crumina-grid .wp-block-gallery {
    list-style: none;
    padding-left: 0;
}

.crumina-grid .wp-block-image {
    overflow: hidden;
}

.crumina-grid .wp-block-image figcaption {
    margin-bottom: 0;
}

.crumina-grid .wp-block-separator {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid #dbe3ec;
    margin: 1.65em auto;
}

.crumina-grid .wp-block-separator:after {
    display: block;
    content: "";
    clear: both;
}

.crumina-grid .wp-block-separator.is-style-dots {
    border: none;
}

.crumina-grid .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}

.crumina-grid .blog-post ul:not([class]) li + li {
    margin-top: 8px;
}

.crumina-grid .editor-styles-wrapper a:hover {
    color: var(--primary-accent-color);
}

.crumina-grid .wp-block-categories,
.crumina-grid .wp-block-archives,
.crumina-grid .wp-block-latest-posts {
    list-style: none;
    padding-left: 0;
}

.crumina-grid .wp-block-categories select,
.crumina-grid .wp-block-archives select,
.crumina-grid .wp-block-latest-posts select {
    width: auto;
}

.crumina-grid .wp-block-categories li,
.crumina-grid .wp-block-archives li,
.crumina-grid .wp-block-latest-posts li {
    list-style: none;
}

.crumina-grid .wp-block-categories li:before,
.crumina-grid .wp-block-archives li:before,
.crumina-grid .wp-block-latest-posts li:before {
    display: none;
}

.crumina-grid .wp-block-categories li a,
.crumina-grid .wp-block-archives li a,
.crumina-grid .wp-block-latest-posts li a {
    color: #374454;
}

.crumina-grid .wp-block-categories li a:hover,
.crumina-grid .wp-block-archives li a:hover,
.crumina-grid .wp-block-latest-posts li a:hover {
    color: var(--primary-accent-color);
}

.crumina-grid .wp-block-quote {
    margin: 0 0 28px;
    padding-left: 1em;
}

.crumina-grid .wp-block-quote.is-large cite {
    text-align: initial;
}

.crumina-grid .wp-block-quote.is-large,
.crumina-grid .wp-block-quote.is-style-large {
    margin: 3em 0;
    padding: 15px 15px 15px 40px;
}

.crumina-grid figure.wp-block-audio {
    margin: 1em 0;
}

.crumina-grid .wp-block-archives {
    padding-left: 0;
}

.crumina-grid ul:not([class]) {
    padding-left: 20px;
}

.crumina-grid .wp-block-latest-posts.is-grid li {
    margin: 0 16px 5px 0;
}

.crumina-grid .post ul li.blocks-gallery-item::before {
    display: none;
}

.crumina-grid .wp-block-search {
    margin-bottom: 30px;
}

.crumina-grid .wp-block-search .wp-block-search__label {
    margin-bottom: 10px;
}

.crumina-grid .wp-block-search__button {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 18px 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    line-height: 1;
    background-color: var(--primary-accent-color);
    margin: 10px;
}

.crumina-grid .wp-block-search .wp-block-search__input {
    width: auto;
    margin: 10px;
}

.crumina-grid .wp-block-embed__wrapper iframe {
    max-width: 100%;
}

.crumina-grid .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.crumina-grid .wp-block-cover-image h1:not(.has-text-color),
.crumina-grid .wp-block-cover-image h2:not(.has-text-color),
.crumina-grid .wp-block-cover-image h3:not(.has-text-color),
.crumina-grid .wp-block-cover-image h4:not(.has-text-color),
.crumina-grid .wp-block-cover-image h5:not(.has-text-color),
.crumina-grid .wp-block-cover-image h6:not(.has-text-color),
.crumina-grid .wp-block-cover-image p:not(.has-text-color),
.crumina-grid .wp-block-cover .wp-block-subhead:not(.has-text-color),
.crumina-grid .wp-block-cover h1:not(.has-text-color),
.crumina-grid .wp-block-cover h2:not(.has-text-color),
.crumina-grid .wp-block-cover h3:not(.has-text-color),
.crumina-grid .wp-block-cover h4:not(.has-text-color),
.crumina-grid .wp-block-cover h5:not(.has-text-color),
.crumina-grid .wp-block-cover h6:not(.has-text-color),
.crumina-grid .wp-block-cover p:not(.has-text-color) {
    color: #fff;
}

.crumina-grid .wp-block-button {
    margin-bottom: 20px;
    clear: both;
}

.crumina-grid .has-background {
    padding: 20px 30px;
    margin-bottom: 20px;
}

.crumina-grid .wp-block-media-text {
    margin-top: 28px;
    margin-bottom: 28px;
}

/*------------- Responsive mode styles --------------*/
@media (max-width: 640px) {
    .crumina-grid .wp-block-quote.is-large,
    .crumina-grid .wp-block-quote.is-style-large {
        padding-left: 50px;
        margin: 1em 0;
    }

    .wp-block-quote.is-large p,
    .wp-block-quote.is-style-large p,
    .wp-block-pullquote p {
        font-size: 16px;
    }

    .crumina-grid .wp-block-pullquote {
        padding: 1em 0;
    }

    .crumina-grid .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 100%;
    }
}

[x-cloak] {
    display: none;
}

.transition-none {
    -webkit-transition-property: none;
    transition-property: none;
}

.transition-all {
    -webkit-transition-property: all;
    transition-property: all;
}

.transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}

.transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.transition-shadow {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
}

.transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.duration-75 {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
}

.duration-100 {
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

.duration-150 {
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
}

.duration-200 {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.duration-300 {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.duration-500 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.duration-700 {
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
}

.duration-1000 {
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
}

.ease-linear {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.delay-75 {
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms;
}

.delay-100 {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.delay-150 {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}

.delay-200 {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.delay-300 {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.delay-500 {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.delay-700 {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.delay-1000 {
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.scale-0 {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.scale-50 {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.scale-75 {
    -webkit-transform: scaleY(0.75);
    transform: scaleY(0.75);
    -webkit-transform: scaleX(0.75);
    transform: scaleX(0.75);
}

.scale-90 {
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9);
}

.scale-95 {
    -webkit-transform: scaleY(0.95);
    transform: scaleY(0.95);
    -webkit-transform: scaleX(0.95);
    transform: scaleX(0.95);
}

.scale-100 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.scale-105 {
    -webkit-transform: scaleY(1.05);
    transform: scaleY(1.05);
    -webkit-transform: scaleX(1.05);
    transform: scaleX(1.05);
}

.scale-110 {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
}

.scale-125 {
    -webkit-transform: scaleY(1.25);
    transform: scaleY(1.25);
    -webkit-transform: scaleX(1.25);
    transform: scaleX(1.25);
}

.scale-150 {
    -webkit-transform: scaleY(1.5);
    transform: scaleY(1.5);
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
}

.scale-x-0 {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.scale-x-50 {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.scale-x-75 {
    -webkit-transform: scaleY(0.75);
    transform: scaleY(0.75);
}

.scale-x-90 {
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
}

.scale-x-95 {
    -webkit-transform: scaleY(0.95);
    transform: scaleY(0.95);
}

.scale-x-100 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.scale-x-105 {
    -webkit-transform: scaleY(1.05);
    transform: scaleY(1.05);
}

.scale-x-110 {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
}

.scale-x-125 {
    -webkit-transform: scaleY(1.25);
    transform: scaleY(1.25);
}

.scale-x-150 {
    -webkit-transform: scaleY(1.5);
    transform: scaleY(1.5);
}

.scale-y-0 {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.scale-y-50 {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.scale-y-75 {
    -webkit-transform: scaleX(0.75);
    transform: scaleX(0.75);
}

.scale-y-90 {
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9);
}

.scale-y-95 {
    -webkit-transform: scaleX(0.95);
    transform: scaleX(0.95);
}

.scale-y-100 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.scale-y-105 {
    -webkit-transform: scaleX(1.05);
    transform: scaleX(1.05);
}

.scale-y-110 {
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
}

.scale-y-125 {
    -webkit-transform: scaleX(1.25);
    transform: scaleX(1.25);
}

.scale-y-150 {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
}

.rotate-0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.-rotate-180 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.-rotate-90 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.-rotate-45 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.opacity-100 {
    opacity: 1;
}

.opacity-75 {
    opacity: .75;
}

.opacity-50 {
    opacity: .5;
}

.opacity-25 {
    opacity: .25;
}

.opacity-0 {
    opacity: 0;
}

.translate-x-0 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.translate-x-1 {
    -webkit-transform: translateX(0.25rem);
    transform: translateX(0.25rem);
}

.translate-x-2 {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
}

.translate-x-3 {
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.translate-x-4 {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}

.translate-x-5 {
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
}

.translate-x-6 {
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
}

.translate-x-8 {
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem);
}

.translate-x-10 {
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
}

.translate-x-12 {
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem);
}

.translate-x-16 {
    -webkit-transform: translateX(4rem);
    transform: translateX(4rem);
}

.translate-x-20 {
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
}

.translate-x-24 {
    -webkit-transform: translateX(6rem);
    transform: translateX(6rem);
}

.translate-x-32 {
    -webkit-transform: translateX(8rem);
    transform: translateX(8rem);
}

.translate-x-40 {
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
}

.translate-x-48 {
    -webkit-transform: translateX(12rem);
    transform: translateX(12rem);
}

.translate-x-56 {
    -webkit-transform: translateX(14rem);
    transform: translateX(14rem);
}

.translate-x-64 {
    -webkit-transform: translateX(16rem);
    transform: translateX(16rem);
}

.translate-x-px {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
}

.-translate-x-1 {
    -webkit-transform: translateX(-0.25rem);
    transform: translateX(-0.25rem);
}

.-translate-x-2 {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
}

.-translate-x-3 {
    -webkit-transform: translateX(-0.75rem);
    transform: translateX(-0.75rem);
}

.-translate-x-4 {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
}

.-translate-x-5 {
    -webkit-transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
}

.-translate-x-6 {
    -webkit-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
}

.-translate-x-8 {
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
}

.-translate-x-10 {
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem);
}

.-translate-x-12 {
    -webkit-transform: translateX(-3rem);
    transform: translateX(-3rem);
}

.-translate-x-16 {
    -webkit-transform: translateX(-4rem);
    transform: translateX(-4rem);
}

.-translate-x-20 {
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
}

.-translate-x-24 {
    -webkit-transform: translateX(-6rem);
    transform: translateX(-6rem);
}

.-translate-x-32 {
    -webkit-transform: translateX(-8rem);
    transform: translateX(-8rem);
}

.-translate-x-40 {
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem);
}

.-translate-x-48 {
    -webkit-transform: translateX(-12rem);
    transform: translateX(-12rem);
}

.-translate-x-56 {
    -webkit-transform: translateX(-14rem);
    transform: translateX(-14rem);
}

.-translate-x-64 {
    -webkit-transform: translateX(-16rem);
    transform: translateX(-16rem);
}

.-translate-x-px {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
}

.-translate-x-full {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.translate-y-0 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.translate-y-1 {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
}

.translate-y-2 {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
}

.translate-y-3 {
    -webkit-transform: translateY(0.75rem);
    transform: translateY(0.75rem);
}

.translate-y-4 {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
}

.translate-y-5 {
    -webkit-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
}

.translate-y-6 {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
}

.translate-y-8 {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
}

.translate-y-10 {
    -webkit-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
}

.translate-y-12 {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
}

.translate-y-16 {
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem);
}

.translate-y-20 {
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
}

.translate-y-24 {
    -webkit-transform: translateY(6rem);
    transform: translateY(6rem);
}

.translate-y-32 {
    -webkit-transform: translateY(8rem);
    transform: translateY(8rem);
}

.translate-y-40 {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
}

.translate-y-48 {
    -webkit-transform: translateY(12rem);
    transform: translateY(12rem);
}

.translate-y-56 {
    -webkit-transform: translateY(14rem);
    transform: translateY(14rem);
}

.translate-y-64 {
    -webkit-transform: translateY(16rem);
    transform: translateY(16rem);
}

.translate-y-px {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.-translate-y-1 {
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
}

.-translate-y-2 {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
}

.-translate-y-3 {
    -webkit-transform: translateY(-0.75rem);
    transform: translateY(-0.75rem);
}

.-translate-y-4 {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
}

.-translate-y-5 {
    -webkit-transform: translateY(-1.25rem);
    transform: translateY(-1.25rem);
}

.-translate-y-6 {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
}

.-translate-y-8 {
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
}

.-translate-y-10 {
    -webkit-transform: translateY(-2.5rem);
    transform: translateY(-2.5rem);
}

.-translate-y-12 {
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
}

.-translate-y-16 {
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem);
}

.-translate-y-20 {
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
}

.-translate-y-24 {
    -webkit-transform: translateY(-6rem);
    transform: translateY(-6rem);
}

.-translate-y-32 {
    -webkit-transform: translateY(-8rem);
    transform: translateY(-8rem);
}

.-translate-y-40 {
    -webkit-transform: translateY(-10rem);
    transform: translateY(-10rem);
}

.-translate-y-48 {
    -webkit-transform: translateY(-12rem);
    transform: translateY(-12rem);
}

.-translate-y-56 {
    -webkit-transform: translateY(-14rem);
    transform: translateY(-14rem);
}

.-translate-y-64 {
    -webkit-transform: translateY(-16rem);
    transform: translateY(-16rem);
}

.-translate-y-px {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.-translate-y-full {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/*------------- #BUTTONS --------------*/
.btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 18px 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    fill: #fff;
    font-weight: 700;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    line-height: 1;
}

.btn + .btn {
    margin-left: 30px;
}

input.btn:focus {
    color: #fff;
}

.crum-button + .crum-button {
    margin-left: 30px;
}

.btn--with-icon {
    text-align: left;
    fill: #fff;
    padding: 12px 50px;
}

.btn--with-icon > * {
    display: inline-block;
    vertical-align: middle;
}

.btn--with-icon .utouch-icon {
    margin-right: 14px;
    font-size: 26px;
    height: 26px;
    width: 26px;
}

.btn--with-icon .text {
    overflow: hidden;
}

.btn--with-icon .sup-title {
    font-size: 10px;
    opacity: .7;
}

.btn--with-icon .title {
    font-size: 16px;
}

.btn-small {
    padding: 12px 24px;
    font-size: 12px;
}

.btn-x-small {
    padding: 8px 20px;
    font-size: 12px;
}

.btn-x-small .utouch-icon {
    height: 20px;
    width: 20px;
}

.btn--large {
    padding: 23px 50px;
}

.btn-more {
    margin: 40px auto;
    text-align: center;
}

.btn-border {
    border: 2px solid;
    background-color: transparent;
}

.btn-border.btn {
    padding: 16px 50px;
}

.btn-border.btn-small {
    padding: 12px 26px;
}

.btn-border.btn--large {
    padding: 21px 50px;
}

.btn--icon-right .utouch-icon {
    float: right;
    margin-right: 0;
    margin-left: 14px;
    font-size: 26px;
    height: 26px;
}

.btn--icon-right .text {
    overflow: hidden;
    margin-top: 7px;
    display: block;
}

.btn--round {
    border-radius: 100%;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 42px;
    fill: #fff;
    position: relative;
}

.btn--round .utouch-icon {
    height: 13px;
    width: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*------------- #Color-scheme for buttons --------------*/
div:hover > .btn-reverse-bg-green {
    background-color: #61b131;
    color: #fff;
}

div:hover > .btn-reverse-bg-green .utouch-icon {
    fill: #fff;
}

.c-white {
    color: #fff;
}

.c-black {
    color: #121921;
}

.c-gray {
    color: #738CAA;
    fill: #738CAA;
}

.c-green {
    color: #01a23c;
    fill: #01a23c;
}

.c-orange {
    color: #EF6517;
    fill: #EF6517;
}

.c-orange-light {
    color: #F89101;
    fill: #F89101;
}

.c-red {
    color: #ff3133;
    fill: #ff3133;
}

.c-yellow {
    color: #FECF39;
    fill: #FECF39;
}

.c-lime {
    color: #9FC31A;
    fill: #9FC31A;
}

.c-breez {
    color: #00ffff;
}

.c-lime-light {
    color: #00ff00;
    fill: #00ff00;
}

.c-peach {
    color: #f4b3a9;
    fill: #f4b3a9;
}

.c-semitransparent-white {
    color: rgba(255, 255, 255, 0.5);
}

.bg-blue {
    background-color: #0082d7;
}

.bg-rose {
    background-color: #e81d51;
}

.bg-violet {
    background-color: #bb26f0;
}

.bg-black {
    background-color: #121921;
}

.bg-yellow {
    background-color: #FECF39;
}

.bg-blue-light {
    background-color: #98d5ff;
}

.bg-blue-lighteen {
    background-color: #ecf5fe;
}

.bg-orange {
    background-color: #EF6517;
}

.bg-orange-light {
    background-color: #F89101;
}

.bg-red {
    background-color: #ff3133;
}

.bg-green {
    background-color: #01a23c;
}

.bg-pamaranch {
    background-color: #f18d01;
}

.btn--with-shadow:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

.btn--with-shadow:hover:after {
    opacity: 1;
}

.btn--transparent {
    background-color: transparent;
    color: #6987ab;
    fill: #6987ab;
}

.btn--transparent.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(47, 44, 44, 0.1);
    box-shadow: 5px 0 15px 0 rgba(47, 44, 44, 0.1);
}

.btn--white {
    background-color: #fff;
    color: #222;
    fill: #222;
}

.btn--white.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 5px 0 15px 0 rgba(255, 255, 255, 0.3);
}

.btn--white.btn-border {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    fill: #fff;
}

.btn--dark {
    background-color: #2c3c4f;
}

.btn--dark.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(47, 44, 44, 0.3);
    box-shadow: 5px 0 15px 0 rgba(47, 44, 44, 0.3);
}

.btn--dark.btn-border {
    background-color: transparent;
    color: #2c3c4f;
    border-color: #2c3c4f;
    fill: #2c3c4f;
}

.btn--blue {
    background-color: #00adef;
}

.btn--blue.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(0, 191, 243, 0.3);
    box-shadow: 5px 0 15px 0 rgba(0, 191, 243, 0.3);
}

.btn--blue.btn-border {
    background-color: transparent;
    color: #00adef;
    border-color: #00adef;
    fill: #00adef;
}

.btn--purple {
    background-color: #6739b6;
}

.btn--purple.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(118, 67, 207, 0.3);
    box-shadow: 5px 0 15px 0 rgba(118, 67, 207, 0.3);
}

.btn--purple.btn-border {
    background-color: transparent;
    color: #6739b6;
    fill: #6739b6;
}

.btn--breez {
    background-color: #00ffff;
}

.btn--breez.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(85, 213, 211, 0.3);
    box-shadow: 5px 0 15px 0 rgba(85, 213, 211, 0.3);
}

.btn--breez.btn-border {
    background-color: transparent;
    color: #00ffff;
    fill: #00ffff;
    border-color: #00ffff;
}

.btn--dark-gray {
    background-color: #31364c;
}

.btn--dark-gray.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(74, 81, 110, 0.3);
    box-shadow: 5px 0 15px 0 rgba(74, 81, 110, 0.3);
}

.btn--dark-gray.btn-border {
    background-color: transparent;
    color: #31364c;
    fill: #31364c;
    border-color: #31364c;
}

.btn--brown {
    background-color: #c69c6c;
}

.btn--brown.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(228, 180, 124, 0.3);
    box-shadow: 5px 0 15px 0 rgba(228, 180, 124, 0.3);
}

.btn--brown.btn-border {
    background-color: transparent;
    color: #c69c6c;
    fill: #c69c6c;
    border-color: #c69c6c;
}

.btn--rose {
    background-color: #e91d62;
}

.btn--rose.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(255, 82, 141, 0.3);
    box-shadow: 5px 0 15px 0 rgba(255, 82, 141, 0.3);
}

.btn--rose.btn-border {
    background-color: transparent;
    color: #e91d62;
    fill: #e91d62;
    border-color: #e91d62;
}

.btn--violet {
    background-color: #605ca9;
}

.btn--violet.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(138, 134, 213, 0.3);
    box-shadow: 5px 0 15px 0 rgba(138, 134, 213, 0.3);
}

.btn--violet.btn-border {
    background-color: transparent;
    color: #605ca9;
    fill: #605ca9;
    border-color: #605ca9;
}

.btn--olive {
    background-color: #3e4d50;
}

.btn--olive.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(87, 107, 111, 0.3);
    box-shadow: 5px 0 15px 0 rgba(87, 107, 111, 0.3);
}

.btn--olive.btn-border {
    background-color: transparent;
    color: #3e4d50;
    fill: #3e4d50;
    border-color: #3e4d50;
}

.btn--light-green {
    background-color: #80be2d;
}

.btn--light-green.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(143, 213, 50, 0.3);
    box-shadow: 5px 0 15px 0 rgba(143, 213, 50, 0.3);
}

.btn--light-green.btn-border {
    background-color: transparent;
    color: #80be2d;
    fill: #80be2d;
    border-color: #80be2d;
}

.btn--dark-blue {
    background-color: #2e3192;
}

.btn--dark-blue.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(68, 72, 195, 0.3);
    box-shadow: 5px 0 15px 0 rgba(68, 72, 195, 0.3);
}

.btn--dark-blue.btn-border {
    background-color: transparent;
    color: #2e3192;
    fill: #2e3192;
    border-color: #2e3192;
}

.ajax-paginate-link.loading {
    position: relative;
}

.ajax-paginate-link.loading .load-more-text {
    visibility: hidden;
}

.ajax-paginate-link.loading .load-more-spinner {
    visibility: visible;
}

.ajax-paginate-link .load-more-spinner {
    margin: -15px 0 0 -15px;
    visibility: hidden;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
}

.btn--primary {
    background-color: var(--primary-accent-color);
}

.btn--primary.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(0, 131, 255, 0.3);
    box-shadow: 5px 0 15px 0 rgba(0, 131, 255, 0.3);
}

.btn--primary.btn-border {
    background-color: transparent;
    color: var(--primary-accent-color);
    fill: var(--primary-accent-color);
    border-color: var(--primary-accent-color);
}

.btn--secondary {
    background-color: var(--secondary-accent-color);
}

.btn--secondary.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(39, 63, 91, 0.3);
    box-shadow: 5px 0 15px 0 rgba(39, 63, 91, 0.3);
}

.btn--secondary.btn-border {
    background-color: transparent;
    color: var(--secondary-accent-color);
    fill: var(--secondary-accent-color);
    border-color: var(--secondary-accent-color);
}

.btn--green {
    background-color: #01a23c;
}

.btn--green.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(1, 162, 60, 0.3);
    box-shadow: 5px 0 15px 0 rgba(1, 162, 60, 0.3);
}

.btn--green.btn-border {
    background-color: transparent;
    color: #01a23c;
    fill: #01a23c;
    border-color: #01a23c;
}

.btn--black {
    background-color: #121921;
}

.btn--black.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(18, 25, 33, 0.3);
    box-shadow: 5px 0 15px 0 rgba(18, 25, 33, 0.3);
}

.btn--black.btn-border {
    background-color: transparent;
    color: #121921;
    fill: #121921;
    border-color: #121921;
}

.btn--orange {
    background-color: #EF6517;
}

.btn--orange.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(239, 101, 23, 0.3);
    box-shadow: 5px 0 15px 0 rgba(239, 101, 23, 0.3);
}

.btn--orange.btn-border {
    background-color: transparent;
    color: #EF6517;
    fill: #EF6517;
    border-color: #EF6517;
}

.btn--orange-light {
    background-color: #F89101;
}

.btn--orange-light.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(248, 145, 1, 0.3);
    box-shadow: 5px 0 15px 0 rgba(248, 145, 1, 0.3);
}

.btn--orange-light.btn-border {
    background-color: transparent;
    color: #F89101;
    fill: #F89101;
    border-color: #F89101;
}

.btn--red {
    background-color: #ff3133;
}

.btn--red.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(255, 49, 51, 0.3);
    box-shadow: 5px 0 15px 0 rgba(255, 49, 51, 0.3);
}

.btn--red.btn-border {
    background-color: transparent;
    color: #ff3133;
    fill: #ff3133;
    border-color: #ff3133;
}

.btn--grey {
    background-color: #738CAA;
}

.btn--grey.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(115, 140, 170, 0.3);
    box-shadow: 5px 0 15px 0 rgba(115, 140, 170, 0.3);
}

.btn--grey.btn-border {
    background-color: transparent;
    color: #738CAA;
    fill: #738CAA;
    border-color: #738CAA;
}

.btn--grey-light {
    background-color: #ecf4fc;
    color: #6987ab;
}

.btn--grey-light .utouch-icon {
    fill: #6987ab;
}

.btn--grey-light.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(236, 244, 252, 0.3);
    box-shadow: 5px 0 15px 0 rgba(236, 244, 252, 0.3);
}

.btn--grey-light.btn-border {
    background-color: transparent;
    color: #6987ab;
    fill: #6987ab;
    border-color: #6987ab;
}

.btn--yellow {
    background-color: #FECF39;
}

.btn--yellow.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(254, 207, 57, 0.3);
    box-shadow: 5px 0 15px 0 rgba(254, 207, 57, 0.3);
}

.btn--yellow.btn-border {
    background-color: transparent;
    color: #FECF39;
    fill: #FECF39;
    border-color: #FECF39;
}

.btn--lime {
    background-color: #9FC31A;
}

.btn--lime.btn--with-shadow:after {
    -webkit-box-shadow: 5px 0 15px 0 rgba(159, 195, 26, 0.3);
    box-shadow: 5px 0 15px 0 rgba(159, 195, 26, 0.3);
}

.btn--lime.btn-border {
    background-color: transparent;
    color: #9FC31A;
    fill: #9FC31A;
    border-color: #9FC31A;
}

.btn-market {
    background-color: #121921;
    text-transform: none;
    text-align: left;
    fill: #fff;
    padding: 13px 26px;
}

.btn-market .utouch-icon {
    margin-right: 5px;
    height: 26px;
    width: 26px;
}

.btn-market > * {
    display: inline-block;
    vertical-align: middle;
}

.btn-market .text {
    overflow: hidden;
}

.btn-market span {
    display: block;
}

.btn-market .sup-title {
    font-size: 10px;
    opacity: .7;
}

.btn-market .title {
    font-size: 16px;
}

.btn-market:after {
    -webkit-box-shadow: 10px 0 15px 0 rgba(18, 25, 33, 0.3);
    box-shadow: 10px 0 15px 0 rgba(18, 25, 33, 0.3);
}

.btn--green-light {
    background-color: #61b131;
}

/*------------- #Button back-to-top --------------*/
.back-to-top {
    position: absolute;
    z-index: 20;
    width: 60px;
    height: 60px;
    line-height: 77px;
    display: block;
    fill: #fff;
    background-color: var(--primary-accent-color);
    stroke: inherit;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: -25px;
    right: 30px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer;
    -webkit-box-shadow: 10px 0 30px 0 rgba(0, 130, 215, 0.4);
    box-shadow: 10px 0 30px 0 rgba(0, 130, 215, 0.4);
    border-radius: 100%;
    text-align: center;
}

.back-to-top.hidden {
    opacity: 0;
}

.back-to-top .utouch-icon {
    fill: #fff;
    height: 28px;
    width: 28px;
}

.back-to-top-fixed {
    position: fixed;
    z-index: 999;
    margin-left: -30px;
    bottom: 25px;
    top: auto;
    left: auto;
    right: 30px;
    -webkit-transform: none;
    transform: none;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
    .btn + .btn {
        margin-left: 0;
        margin-top: 15px;
    }

    .crum-button + .crum-button {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .btn {
        padding: 15px 35px;
        font-size: 13px;
    }

    .btn--with-icon {
        padding: 10px 35px;
    }

    .btn--round {
        padding: 0;
    }

    .btn-small {
        padding: 14px 25px;
    }
}

@media (max-width: 460px) {
    .btn {
        font-size: 10px;
    }
}

/*------------- #SLIDERS --------------*/
.main-slider {
    position: relative;
    cursor: pointer;
    background-color: #ecf5fe;
}

.main-slider .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-slider .slider-content {
    margin: 0 auto 65px;
}

@media (max-width: 980px) {
    .main-slider .slider-content {
        padding: 20px 5px;
    }
}

.main-slider .slider-content .slider-content-title {
    margin-bottom: 10px;
    line-height: 1.3;
}

.main-slider .slider-content .slider-content-text {
    margin-bottom: 25px;
    line-height: 1.45;
    font-weight: 400;
}

.main-slider .slider-content.align-both .slider-content-title {
    margin-bottom: 23px;
    line-height: 1.2;
}

.main-slider .slider-content.align-both .slider-content-text {
    margin-bottom: 33px;
    line-height: 1.55;
}

.main-slider .main-slider-bg-dark .slider-content .slider-content-title {
    color: #fff;
}

.main-slider .main-slider-bg-dark .slider-content .slider-content-text {
    color: #fff;
    opacity: 1;
}

.main-slider .main-slider-bg-dark .with-decoration .first-decoration, .main-slider .main-slider-bg-dark .with-decoration .second-decoration {
    fill: #fff;
}

.main-slider.navigation-center-both-sides .btn-prev {
    left: 0;
}

.main-slider.navigation-center-both-sides .btn-next {
    right: 0;
}

.main-slider .slider-thumb {
    overflow: hidden;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .main-slider .slider-thumb {
        height: auto;
        overflow: visible;
    }
}

.main-slider .main-slider-btn-wrap .btn + .btn {
    margin-left: 20px;
}

@media (max-width: 980px) {
    .main-slider .main-slider-btn-wrap .btn + .btn {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 320px) {
    .main-slider .main-slider-btn-wrap .btn + .btn {
        margin-top: 20px;
    }
}

.main-slider.main-slider-bg-dark .slider-content .slider-content-title {
    color: #fff;
}

.main-slider.main-slider-bg-dark .slider-content .slider-content-text {
    color: #fff;
}

.main-slider.main-slider-bg-dark .with-decoration .first-decoration, .main-slider.main-slider-bg-dark .with-decoration .second-decoration {
    fill: #fff;
}

.main-slider .thumb-left {
    direction: rtl;
}

.main-slider .thumb-left .slider-content {
    direction: ltr;
}

.main-slider .thumb-right {
    direction: ltr;
}

.main-slider.main-slider-bg-photo-wrap {
    height: 100vh;
}

.main-slider.no-labels {
    padding-bottom: 0;
}

.with-decoration {
    position: relative;
    padding: 0 40px;
}

.with-decoration .first-decoration,
.with-decoration .second-decoration {
    display: block;
    position: absolute;
    top: 50%;
    width: 65px;
    max-height: 100%;
    fill: currentColor;
}

.with-decoration .first-decoration {
    left: 0;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.with-decoration .second-decoration {
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.main-slider-bg-light .with-decoration .first-decoration, .main-slider-bg-light .with-decoration .second-decoration {
    fill: #374454;
}

.background-contain {
    background-size: contain;
    background-repeat: no-repeat;
}

.background-cover {
    background-size: cover;
}

.bg-rounded1 {
    background-image: url("../img/bg-rounded1.png");
}

.bg-rounded2 {
    background-image: url("../img/bg-rounded2.png");
}

.bg-rounded3 {
    background-image: url("../img/bg-rounded3.png");
}

.bg-rounded4 {
    background-image: url("../img/bg-rounded4.png");
}

.cloud-center {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.play-with-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.play-with-title .video-control {
    margin-right: 15px;
}

.video-control {
    padding: 15px;
}

.video-control img {
    -webkit-box-shadow: 10px 0 30px 0 rgba(215, 20, 58, 0.4);
    box-shadow: 10px 0 30px 0 rgba(215, 20, 58, 0.4);
    border-radius: 20px;
}

.play-title {
    font-size: 20px;
}

.btn-slider-wrap {
    display: inline-block;
    z-index: 99;
}

.navigation-bottom {
    padding-bottom: 70px;
}

.navigation-left-bottom {
    position: absolute;
    left: 13%;
    bottom: 20px;
}

.navigation-center-bottom {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.navigation-top-right {
    position: absolute;
    right: 3%;
    top: 0;
}

.navigation-top .swiper-container {
    padding-top: 70px;
    top: -70px;
    z-index: 5;
}

.navigation-center-both-sides .btn-prev, .navigation-center-both-sides .btn-next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
}

.navigation-center-both-sides .btn-prev {
    left: -60px;
}

.navigation-center-both-sides .btn-next {
    right: -60px;
}

.navigation-top-both-sides .btn-prev, .navigation-top-both-sides .btn-next {
    top: 0;
    position: absolute;
}

.navigation-top-both-sides .btn-prev {
    left: 10%;
}

.navigation-top-both-sides .btn-next {
    right: 10%;
}

.btn-prev,
.btn-next {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    stroke: currentColor;
    opacity: .4;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    z-index: 10;
}

.btn-prev:after,
.btn-next:after {
    content: '';
    display: block;
    height: 100%;
    width: 15px;
    position: absolute;
    top: 0;
}

.btn-prev .utouch-icon,
.btn-next .utouch-icon {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 36px;
    height: 36px;
    color: var(--primary-accent-color);
    fill: var(--primary-accent-color);
}

.btn-prev .icon-hover,
.btn-next .icon-hover {
    opacity: 0;
    position: absolute;
}

.btn-prev:hover,
.btn-next:hover {
    opacity: 1;
}

.btn-prev:hover .icon-hover,
.btn-next:hover .icon-hover {
    opacity: 1;
}

.btn-prev .icon-hover {
    left: 0;
}

.btn-next .icon-hover {
    right: 0;
}

.btn-next:hover {
    margin-left: 5px;
    margin-right: -5px;
}

.btn-prev:hover {
    margin-left: -5px;
    margin-right: 5px;
}

.btn-prev.with-bg,
.btn-next.with-bg {
    opacity: .4;
    background-color: var(--primary-accent-color);
}

.btn-prev.with-bg .utouch-icon,
.btn-next.with-bg .utouch-icon {
    fill: #fff;
}

.btn-prev.with-bg.rounded,
.btn-next.with-bg.rounded {
    border-radius: 30px;
}

.btn-prev.with-bg.round,
.btn-next.with-bg.round {
    width: 80px;
    height: 80px;
    padding: 0;
    border-radius: 100%;
}

.btn-prev.with-bg.round .utouch-icon,
.btn-next.with-bg.round .utouch-icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.btn-prev.with-bg.bg-black,
.btn-next.with-bg.bg-black {
    background-color: #121921;
}

.btn-prev.with-bg.bg-black:hover,
.btn-next.with-bg.bg-black:hover {
    background-color: var(--primary-accent-color);
}

.btn-prev.with-bg {
    border-radius: 0 30px 30px 0;
    padding: 7px 0 0 15px;
}

.btn-prev.with-bg .icon-hover {
    left: 16px;
}

.btn-prev.with-bg:hover {
    margin-left: 0;
    margin-right: 0;
    padding: 7px 15px 0 15px;
    opacity: 1;
}

.btn-prev.with-bg.rounded:hover {
    padding: 7px 20px 0 15px;
}

.btn-next.with-bg {
    border-radius: 30px 0 0 30px;
    padding: 7px 15px 0 0;
}

.btn-next.with-bg .icon-hover {
    right: 16px;
}

.btn-next.with-bg:hover {
    margin-left: 0;
    margin-right: 0;
    padding: 7px 15px 0 15px;
    opacity: 1;
}

.btn-next.with-bg.rounded:hover {
    padding: 7px 15px 0 20px;
}

.btn-next:after {
    left: -15px;
}

.btn-prev:after {
    right: -15px;
}

.btn-prev.btn--style,
.btn-next.btn--style {
    padding: 7px 40px;
    border-radius: 30px;
    background-color: #ecf5fe;
    opacity: 1;
    text-transform: uppercase;
    color: #6987ab;
    font-weight: 400;
}

.btn-prev.btn--style span,
.btn-next.btn--style span {
    display: inline-block;
    vertical-align: middle;
}

.btn-prev.btn--style .utouch-icon,
.btn-next.btn--style .utouch-icon {
    fill: #6987ab;
    display: inline-block;
    vertical-align: middle;
}

.btn-prev.btn--style .icon-hover,
.btn-next.btn--style .icon-hover {
    right: auto;
    left: auto;
}

.btn-prev.btn--style:hover,
.btn-next.btn--style:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 131, 255, 0.15);
    box-shadow: 0 0 20px rgba(0, 131, 255, 0.15);
    color: var(--primary-accent-color);
    fill: var(--primary-accent-color);
}

.slider--full-width .swiper-container {
    padding-top: 20px;
    max-width: 1400px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1270px) {
    .navigation-center-both-sides .btn-next {
        right: 10px;
    }

    .navigation-center-both-sides .btn-prev {
        left: 10px;
    }
}

@media (max-width: 800px) {
    .navigation-center-both-sides .btn-next {
        right: 5px;
    }

    .navigation-center-both-sides .btn-prev {
        left: 5px;
    }
}

@media (max-width: 768px) {
    .slides-item {
        margin-right: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }

    .with-decoration .first-decoration,
    .with-decoration .second-decoration {
        width: 40px;
    }

    .main-slider .container {
        width: 100%;
        display: block;
    }
}

@media (max-width: 640px) {
    .navigation-top .swiper-container {
        top: auto;
    }

    .btn-prev.btn--style,
    .btn-next.btn--style {
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width: 460px) {
    .slides-item {
        margin-right: 15px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }
}

/*------------- #SOCIALS --------------*/
.socials {
    margin: 15px 0;
}

.socials li {
    display: inline-block;
    margin-right: 10px;
}

.socials li:last-child {
    margin-right: 0;
}

.socials .utouch-icon {
    height: 15px;
    width: 15px;
    fill: #6987ab;
    display: inline-block;
    vertical-align: middle;
}

.socials .utouch-icon:hover {
    fill: var(--primary-accent-color);
}

.social__item {
    position: relative;
    cursor: pointer;
}

.socials--round .social__item {
    width: 32px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #d8e1ec;
    fill: #6987ab;
    display: block;
    background-color: transparent;
}

.socials--round .social__item:hover {
    border-color: transparent;
    -webkit-box-shadow: 5px 0 10px 0 rgba(0, 131, 255, 0.3);
    box-shadow: 5px 0 10px 0 rgba(0, 131, 255, 0.3);
}

.socials--round .social__item:hover .utouch-icon {
    fill: #fff;
}

.socials--round .social__item:hover.rss {
    background-color: #f4b459;
}

.socials--round .social__item:hover.mail {
    background: #996DD1;
}

.socials--round .social__item:hover.pinterest {
    background: #cc2127;
}

.socials--round .social__item:hover.googleplus {
    background: #dd4b39;
}

.socials--round .social__item:hover.telegram {
    background: #38AFE2;
}

.socials--round .social__item:hover.google {
    background: #dd4b39;
}

.socials--round .social__item:hover.facebook {
    background: #3b5998;
}

.socials--round .social__item:hover.twitter {
    background: #55acee;
}

.socials--round .social__item:hover.amazon {
    background-color: #F69B06;
}

.socials--round .social__item:hover.behance {
    background-color: #2D2D2D;
}

.socials--round .social__item:hover.bing {
    background-color: #FFA616;
}

.socials--round .social__item:hover.creative-market {
    background-color: #8DA741;
}

.socials--round .social__item:hover.deviantart {
    background-color: #1B1B1B;
}

.socials--round .social__item:hover.dribbble {
    background-color: #000000;
}

.socials--round .social__item:hover.dropbox {
    background-color: #0BA4E0;
}

.socials--round .social__item:hover.envato {
    background-color: #6D9C3E;
}

.socials--round .social__item:hover.flickr {
    background-color: #26A9E1;
}

.socials--round .social__item:hover.instagram {
    background-color: #E75351;
}

.socials--round .social__item:hover.kickstarter {
    background-color: #14E06E;
}

.socials--round .social__item:hover.linkedin {
    background-color: #4A8F9E;
}

.socials--round .social__item:hover.medium {
    background-color: #00E56B;
}

.socials--round .social__item:hover.periscope {
    background-color: #3FA4C4;
}

.socials--round .social__item:hover.quora {
    background-color: #F85F62;
}

.socials--round .social__item:hover.reddit {
    background-color: #F05825;
}

.socials--round .social__item:hover.shutterstock {
    background-color: #008EC0;
}

.socials--round .social__item:hover.skype {
    background-color: #00AAF1;
}

.socials--round .social__item:hover.snapchat {
    background-color: #FFED45;
}

.socials--round .social__item:hover.soundcloud {
    background-color: #FF3300;
}

.socials--round .social__item:hover.spotify {
    background-color: #1ED760;
}

.socials--round .social__item:hover.trello {
    background-color: #0079BF;
}

.socials--round .social__item:hover.tumblr {
    background-color: #36465D;
}

.socials--round .social__item:hover.vimeo {
    background-color: #1AB7EA;
}

.socials--round .social__item:hover.vk {
    background-color: #6383A8;
}

.socials--round .social__item:hover.whatsapp {
    background-color: #25D366;
}

.socials--round .social__item:hover.wikipedia {
    background-color: #000000;
}

.socials--round .social__item:hover.wordpress {
    background-color: #21759B;
}

.socials--round .social__item:hover.youtube {
    background-color: #CD201F;
}

.socials--round .utouch-icon {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.socials--colored .social__item {
    border-color: transparent;
}

.socials--colored .social__item.rss {
    background-color: #f4b459;
}

.socials--colored .social__item.mail {
    background: #996DD1;
}

.socials--colored .social__item.pinterest {
    background: #cc2127;
}

.socials--colored .social__item.googleplus {
    background: #dd4b39;
}

.socials--colored .social__item.telegram {
    background: #38AFE2;
}

.socials--colored .social__item.google {
    background: #dd4b39;
}

.socials--colored .social__item.facebook {
    background: #3b5998;
}

.socials--colored .social__item.twitter {
    background: #55acee;
}

.socials--colored .social__item.amazon {
    background-color: #F69B06;
}

.socials--colored .social__item.behance {
    background-color: #2D2D2D;
}

.socials--colored .social__item.bing {
    background-color: #FFA616;
}

.socials--colored .social__item.creative-market {
    background-color: #8DA741;
}

.socials--colored .social__item.deviantart {
    background-color: #1B1B1B;
}

.socials--colored .social__item.dribbble {
    background-color: #000000;
}

.socials--colored .social__item.dropbox {
    background-color: #0BA4E0;
}

.socials--colored .social__item.envato {
    background-color: #6D9C3E;
}

.socials--colored .social__item.flickr {
    background-color: #26A9E1;
}

.socials--colored .social__item.instagram {
    background-color: #E75351;
}

.socials--colored .social__item.kickstarter {
    background-color: #14E06E;
}

.socials--colored .social__item.linkedin {
    background-color: #4A8F9E;
}

.socials--colored .social__item.medium {
    background-color: #00E56B;
}

.socials--colored .social__item.periscope {
    background-color: #3FA4C4;
}

.socials--colored .social__item.quora {
    background-color: #F85F62;
}

.socials--colored .social__item.reddit {
    background-color: #F05825;
}

.socials--colored .social__item.shutterstock {
    background-color: #008EC0;
}

.socials--colored .social__item.skype {
    background-color: #00AAF1;
}

.socials--colored .social__item.snapchat {
    background-color: #FFED45;
}

.socials--colored .social__item.soundcloud {
    background-color: #FF3300;
}

.socials--colored .social__item.spotify {
    background-color: #1ED760;
}

.socials--colored .social__item.trello {
    background-color: #0079BF;
}

.socials--colored .social__item.tumblr {
    background-color: #36465D;
}

.socials--colored .social__item.vimeo {
    background-color: #1AB7EA;
}

.socials--colored .social__item.vk {
    background-color: #6383A8;
}

.socials--colored .social__item.whatsapp {
    background-color: #25D366;
}

.socials--colored .social__item.wikipedia {
    background-color: #000000;
}

.socials--colored .social__item.wordpress {
    background-color: #21759B;
}

.socials--colored .social__item.youtube {
    background-color: #CD201F;
}

.socials--colored .social__item:hover {
    background-color: inherit;
}

.socials--colored .social__item .utouch-icon {
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*------------- #SORTING --------------*/
.cat-list-bg-style {
    margin: 0 0 50px 0;
    padding: 0;
    list-style: none;
}

.cat-list-bg-style .cat-list__item {
    display: inline-block;
    margin: 0 5px;
    border-radius: 30px;
    overflow: hidden;
}

.cat-list-bg-style .cat-list__item a {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 6px 20px;
    display: block;
    color: #6987ab;
    font-weight: 400;
}

.cat-list-bg-style .cat-list__item a:hover {
    color: #fff;
    background-color: var(--primary-accent-color);
    -webkit-box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
    box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
}

.cat-list-bg-style .cat-list__item.active {
    -webkit-box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
    box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
}

.cat-list-bg-style .cat-list__item.active a {
    color: #fff;
    background-color: var(--primary-accent-color);
    -webkit-box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
    box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
}

.cat-list-bg-style .cat-list__item.loading a {
    position: relative;
}

.cat-list-bg-style .cat-list__item.loading a .load-more-spinner {
    visibility: visible;
}

.cat-list-bg-style .cat-list__item.loading a span {
    visibility: hidden;
}

.cat-list-bg-style .cat-list__item .load-more-spinner {
    margin: -15px 0 0 -15px;
    visibility: hidden;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
}

.screenshots-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto 40px;
    display: inline-block;
}

.screenshots-item img {
    display: block;
}

.screenshots-item .overlay-standard {
    opacity: 0;
}

.screenshots-item .expand {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.screenshots-item:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 0 20px rgba(0, 131, 255, 0.5);
    box-shadow: 0 0 20px rgba(0, 131, 255, 0.5);
}

.screenshots-item:hover .overlay-standard {
    opacity: 1;
}

.screenshots-item:hover .expand {
    opacity: 1;
}

.screenshots-item.style-2 {
    border-radius: 0;
    margin-bottom: 0;
}

.screenshots-item.style-2:hover {
    -webkit-transform: none;
    transform: none;
}

.expand {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.expand .utouch-icon {
    width: 35px;
    height: 35px;
    fill: #fff;
    margin: 0 auto 10px;
    display: block;
}

/*------------- #WIDGETS-WORDPRESS --------------*/
.widget .widget-title {
    margin-bottom: 20px;
}

.footer .widget-title {
    margin-bottom: 30px;
}

.sidebar .widget {
    padding: 20px 40px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 10px 15px 3px rgba(0, 0, 0, 0.1), 3px 4px 6px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 10px 15px 3px rgba(0, 0, 0, 0.1), 3px 4px 6px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget:hover {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1), 1px 1px 2px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1), 1px 1px 2px 1px rgba(0, 0, 0, 0.06);
}

.widget.widget_email-subscribers-form label input {
    margin-top: 15px;
}

.widget.widget_email-subscribers-form input[type="submit"] {
    width: auto;
    color: #fff;
    background-color: var(--primary-accent-color);
    cursor: pointer;
    font-weight: 900;
    margin-bottom: 0;
}

.widget_categories a:hover {
    margin-left: 3px;
    color: var(--primary-accent-color);
}

.widget.widget_search {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget.widget_search:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget.widget_search input {
    margin-bottom: 0;
}

.widget.widget_rss ul,
.widget.widget_recent_entries ul,
.widget.widget_recent_comments ul,
.widget.widget_meta ul,
.widget.widget_pages ul,
.widget.widget_categories ul,
.widget.widget_archive ul {
    padding-left: 0;
}

.widget.widget_rss a:hover,
.widget.widget_recent_entries a:hover,
.widget.widget_recent_comments a:hover,
.widget.widget_meta a:hover,
.widget.widget_pages a:hover,
.widget.widget_categories a:hover,
.widget.widget_archive a:hover {
    color: var(--primary-accent-color);
}

.widget.widget_rss li,
.widget.widget_recent_entries li,
.widget.widget_recent_comments li,
.widget.widget_meta li,
.widget.widget_pages li,
.widget.widget_categories li,
.widget.widget_archive li {
    margin-bottom: 10px;
}

.widget.widget_rss li:last-child,
.widget.widget_recent_entries li:last-child,
.widget.widget_recent_comments li:last-child,
.widget.widget_meta li:last-child,
.widget.widget_pages li:last-child,
.widget.widget_categories li:last-child,
.widget.widget_archive li:last-child {
    margin-bottom: 0;
}

.widget.widget_rss select,
.widget.widget_recent_entries select,
.widget.widget_recent_comments select,
.widget.widget_meta select,
.widget.widget_pages select,
.widget.widget_categories select,
.widget.widget_archive select {
    margin-bottom: 0;
}

.widget.widget_calendar table {
    margin: 0;
}

.widget.widget_calendar table > thead > tr > th {
    border-bottom: none;
}

.widget_nav_menu .list {
    margin-left: 0;
    color: #4b5d73;
}

.widget_nav_menu .list li {
    font-weight: 400;
}

.widget_nav_menu .list li > * {
    display: inline-block;
    vertical-align: middle;
}

.widget_nav_menu .list li:hover .utouch-icon {
    opacity: 1;
    color: var(--primary-accent-color);
    fill: var(--primary-accent-color);
}

.widget_nav_menu .list li:hover > a {
    margin-left: 8px;
    color: var(--primary-accent-color);
}

.widget_nav_menu .list li .utouch-icon {
    width: 16px;
    height: 16px;
    opacity: 0;
    margin-right: 0;
    margin-top: 2px;
    float: none;
}

.widget_nav_menu .list li a {
    color: #4b5d73;
    margin-right: 8px;
}

.widget_nav_menu .list li a:hover {
    color: var(--primary-accent-color);
}

.widget_nav_menu .list li.menu-item-has-children > .utouch-icon {
    display: none;
}

.widget_nav_menu .list li.menu-item-has-children > .sub-menu {
    margin-left: 10px;
    display: block;
}

.widget_nav_menu .list li.menu-item-has-children:hover a {
    color: #4b5d73;
}

.widget_nav_menu .list li.menu-item-has-children:hover > a {
    margin-left: 0;
    color: #4b5d73;
}

.widget_nav_menu .list .sub-menu li {
    display: block;
}

.widget_nav_menu .list li.menu-item-has-children a:hover {
    color: inherit;
}

.widget_nav_menu .list li.menu-item-has-children .menu-item:hover > a {
    margin-left: 8px;
    color: var(--primary-accent-color);
}

.widget_nav_menu .list li.menu-item-has-children .menu-item:hover > .utouch-icon {
    fill: var(--primary-accent-color);
    opacity: 1;
}

.widget_nav_menu .list li.menu-item-has-children .menu-item.menu-item-has-children:hover > a {
    margin-left: 0;
    color: inherit;
}

.widget_nav_menu .list li.menu-item-has-children:hover a {
    color: inherit;
}

.widget_nav_menu .list li.menu-item-has-children:hover .utouch-icon {
    fill: currentColor;
    opacity: 0;
}

.widget_nav_menu .list li.btn {
    background-color: transparent;
    text-align: left;
    padding: 0;
    border-radius: 0;
    text-transform: none;
}

.widget_nav_menu .list li.btn:hover {
    color: #4b5d73;
}

.widget_nav_menu .list li.btn .sub-menu {
    margin-top: 10px;
}

.widget_nav_menu .list li {
    margin-bottom: 10px;
}

.widget_nav_menu .list li a {
    line-height: initial;
}

@media (max-width: 1199px) {
    .sidebar {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .footer .widget-title {
        margin-bottom: 15px;
    }

    .footer .widget {
        margin-bottom: 30px;
    }
}

@media (max-width: 580px) {
    .sidebar .widget {
        padding: 20px;
    }

    .widget.widget_search {
        padding: 0;
    }
}
