@charset "UTF-8";
/*!
Theme Name: mycrm
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mycrm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mycrm is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@font-face {
  font-family: "Artifakt Element";
  src: url("fonts/Artifakt Element Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Artifakt Element";
  src: url("fonts/Artifakt Element Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Artifakt Element";
  src: url("fonts/Artifakt Element Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Artifakt Element";
  src: url("fonts/Artifakt Element Bold Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
/* Estilo geral */
::-webkit-scrollbar {
  width: 10px; /* Largura da barra de rolagem */
}

/* Cor de fundo da barra de rolagem */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* Para navegadores Firefox */
/* Estilo geral */
body {
  scrollbar-width: thin;
  scrollbar-color: #e7792b #f1f1f1;
}

/* Mudança de cor quando você passa o mouse sobre a barra de rolagem */
body:hover {
  scrollbar-color: #555 #f1f1f1;
}

/* Para navegadores baseados em WebKit (Chrome, Safari) */
/* Estilo geral */
body::-webkit-scrollbar {
  width: 10px; /* Largura da barra de rolagem */
}

/* Cor de fundo da barra de rolagem */
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* Cor do "mango" (a área onde você arrasta) */
body::-webkit-scrollbar-thumb {
  background-color: #e7792b;
  border-radius: 6px; /* Borda arredondada do "mango" */
}

/* Mudança de cor quando você passa o mouse sobre a barra de rolagem */
body::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* Cor do "mango" (a área onde você arrasta) */
::-webkit-scrollbar-thumb {
  background-color: #e7792b;
  border-radius: 6px; /* Borda arredondada do "mango" */
}

/* Mudança de cor quando você passa o mouse sobre a barra de rolagem */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

a {
  text-decoration: none !important;
}

p {
  font-family: "Artifakt Element", sans-serif;
}

.relative {
  position: relative;
}

body ol, body ul {
  margin-left: 0px;
  padding-left: 22px;
}

.logo-animation-intro {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  z-index: 999;
}

.display-none {
  display: none;
}

.no-overflow {
  overflow: hidden !important;
}

.close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  right: 10%;
  top: 17%;
  transform: translate3d(-10%, -10%, 0);
  transition: all ease 0.9s;
}
.close-button:hover {
  transform: scale(0.9);
}

.close-line {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  transform-origin: center;
  bottom: 50%;
}

.close-line:first-child {
  transform: rotate(45deg);
}

.close-line:last-child {
  transform: rotate(-45deg);
}

.main-background-section.not-homepage {
  height: 752px;
  position: relative;
  margin-bottom: 86px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .main-background-section.not-homepage {
    height: 400px;
    margin-bottom: 40px;
  }
}
.main-background-section.not-homepage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(38, 40, 46, 0.8) 0%, rgba(28, 30, 35, 0.24) 100%);
  pointer-events: none;
}
.main-background-section.not-homepage .content-container {
  z-index: 1;
}
.main-background-section.not-homepage .content-container .title {
  font-family: "Advent Pro", sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 115px;
  letter-spacing: 0.265em;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 990px) {
  .main-background-section.not-homepage .content-container .title {
    font-size: 58px;
    margin-top: 25px;
    line-height: 100%;
  }
}

.error404 .main-background-section.not-homepage {
  margin-bottom: 0px;
}

.hamburger-menu {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: space-around;
}

.line {
  width: 100%;
  height: 3px;
  background-color: #9b9b9b;
  margin: 1px 0;
  transition: transform 0.3s ease;
}

.hamburger-menu.open .line:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}

.hamburger-menu.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.open .line:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
}

.logos-banner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.logos-banner img {
  max-width: 256px;
  width: 100%;
}

header {
  padding-block: 10px 0px;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: all ease 0.9s;
}
@media (max-width: 990px) {
  header {
    background-color: #ffffff;
  }
}
header .logo-header img {
  width: 170px;
}
header .menu-toggle {
  background: transparent;
  border: none;
}
@media (max-width: 990px) {
  header .menu-toggle {
    display: flex;
  }
}
header .logos-banner-container {
  background-color: #ffffff;
}
header .logos-banner {
  margin-bottom: 14px;
}
header .nav-col {
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  header .nav-col {
    justify-content: end;
  }
}
header .nav-col .main-navigation.toggled {
  padding: 10px 0px 20px;
  width: 100%;
  position: absolute;
  bottom: -224px;
  left: 0;
  right: 0;
}
@media (max-width: 990px) {
  header .nav-col .main-navigation.toggled {
    background-color: #ffffff;
  }
}
header .nav-col .main-navigation.toggled .menu-toggle {
  position: absolute;
  top: -48px;
  right: 10px;
  z-index: 3;
}
header .nav-col .main-navigation {
  padding: 10px 0px 20px;
  width: 100%;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
}
header .nav-col .main-navigation .menu-toggle {
  position: absolute;
  top: -48px;
  right: 10px;
  z-index: 3;
}
@media (max-width: 990px) {
  header .nav-col .main-navigation {
    width: auto;
  }
}
header .nav-col nav ul {
  justify-content: end;
}
@media (max-width: 990px) {
  header .nav-col nav ul {
    padding: 10px;
    display: none;
  }
}
header .nav-col nav ul li {
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  header .nav-col nav ul li {
    justify-content: center;
  }
}
header .nav-col nav ul li a {
  font-family: "Artifakt Element", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin: 0px 15.5px;
}
@media (max-width: 1200px) {
  header .nav-col nav ul li a {
    font-size: 17px;
  }
}
header .nav-col nav ul li a:hover {
  color: #000000;
}
header .nav-col nav ul li.special-menu-item {
  background-color: #e7792b;
  border: 1px solid #e7792b;
  padding: 10px 45px;
  border-radius: 4px;
  margin-left: 30px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  header .nav-col nav ul li.special-menu-item {
    padding: 10px;
  }
}
@media (max-width: 990px) {
  header .nav-col nav ul li.special-menu-item {
    justify-content: center;
    width: 170px;
    margin: 0 auto;
  }
}
header .nav-col nav ul li.special-menu-item:hover {
  background-color: transparent;
  transition: all ease 0.9s;
}
header .nav-col nav ul li.special-menu-item:hover a {
  color: #e7792b;
  transition: all ease 0.9s;
}
header .nav-col nav ul li.special-menu-item a {
  color: #ffffff;
  transition: all ease 0.9s;
}

header.not-homepage-header {
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: all ease 0.9s;
  padding-top: 0px;
}
@media (max-width: 990px) {
  header.not-homepage-header {
    background-color: transparent;
    z-index: 2;
  }
}
header.not-homepage-header .logos-banner-row {
  background-color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 990px) {
  header.not-homepage-header .main-menu.toggled {
    background-color: #ffffff;
  }
}
header.not-homepage-header .nav-col nav ul li a {
  color: #ffffff;
}
@media (max-width: 990px) {
  header.not-homepage-header .nav-col nav ul li a {
    color: #000000;
  }
}
header.not-homepage-header .nav-col nav ul li a:hover {
  color: #ffffff;
}
@media (max-width: 990px) {
  header.not-homepage-header .nav-col nav ul li a:hover {
    color: #000000;
  }
}
header.not-homepage-header .nav-col nav ul li.special-menu-item:hover a {
  color: #e7792b;
}
header.not-homepage-header .nav-col nav ul li.special-menu-item a {
  color: #ffffff;
}

.up-menu {
  top: -200px;
  transition: all ease 0.9s;
}

.down-menu {
  top: 0px;
  transition: all ease 0.9s;
}

.fixed-menu {
  top: 0 !important;
  position: fixed !important;
  transition: all ease 0.9s;
  width: 100%;
  z-index: 200;
  box-shadow: 0 -20px 32px 0 #424242;
}

header.not-homepage-header.down-menu .white-logo {
  padding-bottom: 10px;
}
header.not-homepage-header.down-menu .main-navigation.toggled {
  bottom: -221px;
}

.white-header {
  background-color: #ffffff;
}
.white-header .color-logo {
  padding-bottom: 10px;
}

.home header {
  padding-bottom: 10px;
}

.homepage-top-background {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, #f0f0f0 59.21%);
}

.home .top-description-container {
  padding: 160px 0px 60px;
  text-align: center;
}
@media (max-width: 990px) {
  .home .top-description-container {
    padding-bottom: 40px;
  }
}
.home .top-description-container .description {
  width: 926px;
  margin: 21px auto 0px;
}
@media (max-width: 990px) {
  .home .top-description-container .description {
    width: 100%;
  }
}
.home .slider-container .main-slider-container {
  position: relative;
  margin: 223px 0px;
}
@media (max-width: 990px) {
  .home .slider-container .main-slider-container {
    margin: 70px 0px;
  }
}
.home .slider-container .main-slider-container .slider-homepage .background-image {
  position: absolute;
  bottom: -192px;
  right: 305px;
  width: 863px;
  z-index: 0;
  transform: rotate(7.87deg);
  width: 700px;
}
@media (max-width: 990px) {
  .home .slider-container .main-slider-container .slider-homepage .background-image {
    width: 200px;
    bottom: -60px;
  }
}
.home .slider-container .main-slider-container .slider-homepage .frame {
  position: absolute;
  top: -37px;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 2560px) {
  .home .slider-container .main-slider-container .slider-homepage .frame {
    top: -30px;
  }
}
@media (max-width: 1600px) {
  .home .slider-container .main-slider-container .slider-homepage .frame {
    top: -33px;
  }
}
@media (max-width: 1500px) {
  .home .slider-container .main-slider-container .slider-homepage .frame {
    top: -30px;
  }
}
@media (max-width: 1400px) {
  .home .slider-container .main-slider-container .slider-homepage .frame {
    top: -18px;
  }
}
@media (max-width: 1200px) {
  .home .slider-container .main-slider-container .slider-homepage .frame {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .home .slider-container .main-slider-container .slider-homepage .frame {
    top: -4px;
  }
}
.home .slider-container .main-slider-container .slider-homepage .frame img {
  width: 98%;
}
@media (max-width: 1400px) {
  .home .slider-container .main-slider-container .slider-homepage .frame img {
    width: 93%;
  }
}
@media (max-width: 1024px) {
  .home .slider-container .main-slider-container .slider-homepage .frame img {
    width: 98%;
  }
}
@media (max-width: 990px) {
  .home .slider-container .main-slider-container .slider-homepage .frame img {
    width: 99%;
  }
}
.home .slider-container .main-slider-container .slider-homepage .splide__slide:not(.splide__slide.is-active) img {
  transition: all ease 0.9s;
}
.home .slider-container .main-slider-container .slider-homepage .splide__slide {
  text-align: center;
}
.home .slider-container .main-slider-container .slider-homepage .splide__slide img {
  width: 900px;
  transition: all ease 0.9s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 990px) {
  .home .slider-container .main-slider-container .slider-homepage .splide__slide img {
    width: 250px;
  }
}
.home .features-top-col {
  padding-bottom: 56px;
}
@media (max-width: 990px) {
  .home .features-top-col {
    padding-bottom: 20px;
  }
}
.home .features-top-col .inner-col.hover-panel a {
  color: #ffffff;
  transition: all ease 0.9s;
}
.home .features-top-col .inner-col.hover-panel a .counter {
  color: #ffffff;
  transition: all ease 0.9s;
}
.home .features-top-col .inner-col {
  transition: all ease 0.9s;
  background-color: #f0f0f0;
  margin-top: 30px;
}
@media (max-width: 990px) {
  .home .features-top-col .inner-col {
    padding: 0px 20px 20px;
    margin-top: 0px;
  }
}
.home .features-top-col .inner-col a {
  color: #000000;
  text-decoration: none;
  height: 460px;
  display: block;
  padding: 0px 53px 0px 53px;
  transition: all ease 0.9s;
}
@media (max-width: 990px) {
  .home .features-top-col .inner-col a {
    height: auto;
  }
}
.home .features-top-col .inner-col a .counter {
  font-family: "Advent Pro", sans-serif;
  font-size: 128px;
  font-weight: 700;
  line-height: 153px;
  color: #e1e1e1;
  margin-top: 25px;
  transition: all ease 0.9s;
}
@media (max-width: 990px) {
  .home .features-top-col .inner-col a .counter {
    line-height: 100%;
    font-size: 50px;
    padding-top: 40px;
  }
}
.home .features-top-col .inner-col a .title {
  font-family: "Advent Pro", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin: 13px 0px 60px;
  height: 86px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .home .features-top-col .inner-col a .title {
    margin-bottom: 40px;
    font-size: 35px;
  }
}
@media (max-width: 990px) {
  .home .features-top-col .inner-col a .title {
    margin: 0px 0px 10px;
    height: auto;
    font-size: 29px;
    line-height: 38px;
  }
}
.home .features-top-col .inner-col a .description {
  font-family: "Artifakt Element", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 41px;
}
@media (max-width: 990px) {
  .home .features-top-col .inner-col a .description {
    padding-bottom: 0px;
    font-size: 13px;
  }
}
.home .video-section {
  background-color: rgba(155, 108, 161, 0.85);
  position: relative;
}
.home .video-section .video-col {
  text-align: center;
  color: #ffffff;
  margin: 60px 0px;
}
@media (max-width: 990px) {
  .home .video-section .video-col {
    margin: 40px 0px;
  }
}
.home .video-section .video-col .title {
  font-family: "Artifakt Element", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin: 84px 0px 82px;
}
@media (max-width: 990px) {
  .home .video-section .video-col .title {
    font-size: 29px;
    margin: 20px 0px;
  }
}
.home .video-section .video-col .video {
  position: relative;
}
.home .video-section .video-col .video .circle {
  width: 106px;
  height: 106px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease 0.9s;
}
.home .video-section .video-col .video .circle:hover .triangle {
  transform: scale(0.8);
  transition: all ease 0.9s;
}
.home .video-section .video-col .video .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 43.3px;
  border-color: transparent transparent transparent #00a3da;
  margin-left: 13px;
  transition: all ease 0.9s;
}
.home .video-section .video-col .video .image {
  background-color: #ffffff;
  display: inline-flex;
  border: 1px solid #a7a7a7;
  border-radius: 26px;
}
.home .video-section .video-col .video .image .video-thumb {
  margin: 0 auto;
  box-shadow: 4px 4px 29px 0px rgba(0, 0, 0, 0.3019607843);
  border: 18px solid #ffffff;
  border-radius: 26px;
  width: 100%;
}
.home .video-section .video-col .button {
  background-color: #e7792b;
  border: 1px solid #e7792b;
  font-family: "Artifakt Element", sans-serif;
  padding: 10px 63px;
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  margin-bottom: 110px;
  transition: all ease 0.9s;
}
@media (max-width: 990px) {
  .home .video-section .video-col .button {
    margin-bottom: 40px;
  }
}
.home .video-section .video-col .button:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all ease 0.9s;
}
.home .video-description {
  font-family: "Artifakt Element", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin: 60px auto 30px;
  width: 1000px;
  text-align: center;
}
@media (max-width: 990px) {
  .home .video-description {
    width: 100%;
    font-size: 17px;
    margin: 20px auto;
  }
}
.home .homepage-video-lightbox {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: none;
  z-index: 9;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.home .features-bottom-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .home .features-bottom-container {
    margin: 40px 0px 20px;
  }
}
.home .features-bottom-container .intro-row {
  color: #000000;
  margin-bottom: 90px;
}
@media (max-width: 990px) {
  .home .features-bottom-container .intro-row {
    margin-bottom: 40px;
  }
}
.home .features-bottom-container .intro-row .title {
  font-family: "Artifakt Element", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}
@media (max-width: 990px) {
  .home .features-bottom-container .intro-row .title {
    line-height: 100%;
    font-size: 29px;
  }
}
.home .features-bottom-container .intro-row .subtitle {
  font-family: "Artifakt Element", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .home .features-bottom-container .intro-row .subtitle {
    font-size: 14px;
    margin: 10px 0px;
  }
}
.home .features-bottom-container .intro-row .description {
  font-family: Artifakt Element;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 990px) {
  .home .features-bottom-container .intro-row .description {
    font-size: 15px;
  }
}
.home .features-bottom-container .feature-col {
  margin-bottom: 24px;
}
.home .features-bottom-container .feature-col a {
  position: relative;
  display: flex;
  overflow: hidden;
}
.home .features-bottom-container .feature-col a:after {
  content: "";
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.5s ease;
  z-index: 8;
}
.home .features-bottom-container .feature-col a:hover:after {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
}
.home .features-bottom-container .feature-col a:hover img {
  transform: scale(1.1);
  transition: all ease 0.3s;
}
.home .features-bottom-container .feature-col a .feature-title {
  position: absolute;
  bottom: 40px;
  left: 47px;
  color: #ffffff;
  font-family: Artifakt Element;
  font-size: 28px;
  font-weight: 400;
  line-height: 39px;
  height: 78px;
  z-index: 9;
}
@media (max-width: 990px) {
  .home .features-bottom-container .feature-col a .feature-title {
    font-size: 19px;
    font-weight: 400;
    line-height: 39px;
    height: auto;
    bottom: 27px;
    left: 26px;
  }
}
.home .features-bottom-container .feature-col a img {
  transform: scale(1);
  transition: all ease 0.3s;
  z-index: 8;
}
@media (max-width: 990px) {
  .home .features-bottom-container .feature-col a img {
    object-fit: cover;
    height: 160px;
  }
}

.page-template-default article {
  font-family: "Artifakt Element", sans-serif;
  margin-bottom: 86px;
}
@media (max-width: 990px) {
  .page-template-default article {
    margin-bottom: 40px;
  }
}
.page-template-default article h2, .page-template-default article h3, .page-template-default article h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  margin: 50px 0px 20px;
}
@media (max-width: 990px) {
  .page-template-default article h2, .page-template-default article h3, .page-template-default article h4 {
    font-size: 20px;
    margin: 30px 0px 10px;
  }
}
.page-template-default article p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 990px) {
  .page-template-default article p {
    font-size: 16px;
  }
}
.page-template-default article ol li, .page-template-default article ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .page-template-default article ol li, .page-template-default article ul li {
    font-size: 16px;
  }
}

.page-template-features .features-top-page {
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
.page-template-features .features-top-page .features-top-absolute-background {
  position: absolute;
  bottom: 44px;
  right: 100px;
  z-index: 1;
  transform: rotate(7.87deg);
}
.page-template-features .features-top-page .content-container {
  position: relative;
  z-index: 2;
}
.page-template-features .features-top-page .content-container .feature-col {
  margin-bottom: 148px;
}
@media (max-width: 990px) {
  .page-template-features .features-top-page .content-container .feature-col {
    margin-bottom: 40px;
  }
}
.page-template-features .features-top-page .content-container .feature-col .content {
  display: flex;
  align-items: start;
  margin-bottom: 76px;
  margin: 0px 0px 48px 40px;
}
@media (max-width: 990px) {
  .page-template-features .features-top-page .content-container .feature-col .content {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
.page-template-features .features-top-page .content-container .feature-col .content .counter {
  font-family: "Advent Pro", sans-serif;
  font-size: 128px;
  font-weight: 700;
  line-height: 78%;
  color: #e8e8e8;
  transition: all ease 0.9s;
  margin-right: 20px;
}
@media (max-width: 990px) {
  .page-template-features .features-top-page .content-container .feature-col .content .counter {
    line-height: 100%;
    font-size: 50px;
    padding-top: 0px;
  }
}
.page-template-features .features-top-page .content-container .feature-col .content .title {
  font-family: "Advent Pro", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .page-template-features .features-top-page .content-container .feature-col .content .title {
    margin: 0px 0px 10px;
    height: auto;
    font-size: 29px;
    line-height: 38px;
  }
}
.page-template-features .features-top-page .content-container .feature-col .content .description {
  font-family: "Artifakt Element", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 990px) {
  .page-template-features .features-top-page .content-container .feature-col .content .description {
    padding-bottom: 0px;
    font-size: 13px;
    width: 100%;
  }
}
.page-template-features .features-top-page .content-container .feature-col .image-container {
  padding: 5px 10px 30px;
  background-color: #f1f1f1;
  border-radius: 10px;
}
.page-template-features .features-top-page .content-container .feature-col .image-container .buttons-container {
  text-align: right;
  padding-right: 40px;
  padding-bottom: 5px;
}
@media (max-width: 990px) {
  .page-template-features .features-top-page .content-container .feature-col .image-container .buttons-container {
    padding-right: 13px;
  }
}
.page-template-features .features-top-page .content-container .feature-col .image-container .buttons-container .dot {
  margin-top: 4px;
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
@media (max-width: 990px) {
  .page-template-features .features-top-page .content-container .feature-col .image-container .buttons-container .dot {
    width: 7px;
    height: 7px;
  }
}
.page-template-features .features-top-page .content-container .feature-col .image-container img {
  border-radius: 10px;
}
.page-template-features .features-bottom-page {
  margin-top: 78px;
}
.page-template-features .features-bottom-page .features-bottom-page-title {
  font-family: "Artifakt Element", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .page-template-features .features-bottom-page .features-bottom-page-title {
    line-height: 100%;
    font-size: 29px;
    margin-bottom: 20px;
  }
}
.page-template-features .features-bottom-page .feature-row {
  margin-bottom: 133px;
}
@media (max-width: 990px) {
  .page-template-features .features-bottom-page .feature-row {
    margin-bottom: 10px;
  }
}
@media (max-width: 990px) {
  .page-template-features .features-bottom-page .left-text-right-image {
    flex-direction: column-reverse;
  }
}
.page-template-features .features-bottom-page .title {
  font-family: "Artifakt Element", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 21px;
}
@media (max-width: 990px) {
  .page-template-features .features-bottom-page .title {
    margin: 20px 0px 10px;
    height: auto;
    font-size: 29px;
    line-height: 38px;
  }
}
.page-template-features .features-bottom-page .description {
  font-family: "Artifakt Element", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 990px) {
  .page-template-features .features-bottom-page .description {
    padding-bottom: 0px;
    font-size: 13px;
    width: 100%;
  }
}
.page-template-features .features-bottom-page .image-container {
  padding: 5px 10px 30px;
  background-color: #f1f1f1;
  border-radius: 10px;
}
.page-template-features .features-bottom-page .image-container .buttons-container {
  text-align: right;
  padding-right: 40px;
  padding-bottom: 5px;
}
@media (max-width: 990px) {
  .page-template-features .features-bottom-page .image-container .buttons-container {
    padding-right: 13px;
  }
}
.page-template-features .features-bottom-page .image-container .buttons-container .dot {
  margin-top: 4px;
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
@media (max-width: 990px) {
  .page-template-features .features-bottom-page .image-container .buttons-container .dot {
    width: 7px;
    height: 7px;
  }
}
.page-template-features .features-bottom-page .image-container img {
  width: 100%;
}
@media (max-width: 990px) {
  .page-template-features .features-bottom-page .image-container img {
    margin-bottom: 40px;
  }
}

.page-template-contacts form {
  margin-bottom: 113px;
}
@media (max-width: 990px) {
  .page-template-contacts form {
    margin-bottom: 40px;
  }
}
.page-template-contacts form .phone input {
  width: 334px !important;
}
@media (max-width: 990px) {
  .page-template-contacts form .phone input {
    width: 100% !important;
  }
}
.page-template-contacts form .gform_footer input {
  background-color: #e7792b;
  border: 1px solid #e7792b;
  padding: 10px 63px;
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  margin-bottom: 110px;
  transition: all ease 0.9s;
  font-family: "Artifakt Element", sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.page-template-contacts form .gform_footer input:hover {
  background-color: transparent;
  color: #e7792b;
  transition: all ease 0.9s;
}
.page-template-contacts .contacts {
  margin-top: 27px;
}
.page-template-contacts .contacts p {
  font-family: "Artifakt Element", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.page-template-contacts .contacts a {
  color: #000000;
}

.book-demo-section {
  background-color: #ececec;
  padding: 36px;
}
@media (max-width: 990px) {
  .book-demo-section {
    padding: 40px 0px;
  }
}
.book-demo-section .title-col {
  font-family: "Artifakt Element", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .book-demo-section .title-col {
    font-size: 17px;
    text-align: center;
  }
}
.book-demo-section .button-col {
  text-align: center;
}
.book-demo-section .button-col .button {
  background-color: #e7792b;
  border: 1px solid #e7792b;
  font-family: "Artifakt Element", sans-serif;
  padding: 10px 63px;
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
}
.book-demo-section .button-col .button:hover {
  background-color: transparent;
  border: 1px solid #e7792b;
  color: #e7792b;
  transition: all ease 0.9s;
}

footer {
  background-color: #d9d9d9;
  padding: 56px 0px 61px;
}
footer .right-text-col {
  font-size: 18px;
}
@media (max-width: 990px) {
  footer .right-text-col {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  footer .right-text-col nav {
    margin-bottom: 20px;
  }
}
@media (max-width: 990px) {
  footer .right-text-col nav ul {
    display: flex;
    flex-direction: column;
  }
}
footer .right-text-col nav ul li {
  margin-right: 15px;
}
@media (max-width: 990px) {
  footer .right-text-col nav ul li {
    margin-bottom: 5px;
  }
}
footer .right-text-col nav ul li a {
  font-family: "Artifakt Element", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  color: #000000;
  position: relative;
}
@media (max-width: 990px) {
  footer .right-text-col nav ul li a {
    font-size: 14px;
  }
}
footer .right-text-col nav ul li:not(:last-child):after {
  content: "|";
  position: absolute;
  top: 0;
  right: -9px;
  font-size: 13px;
}
@media (max-width: 990px) {
  footer .right-text-col nav ul li:not(:last-child):after {
    display: none;
  }
}
@media (max-width: 990px) {
  footer .lisbon-contact-col,
  footer .porto-contact-col {
    font-size: 14px;
  }
}
footer .lisbon-contact-col p:first-child,
footer .porto-contact-col p:first-child {
  font-size: 18px;
}
@media (max-width: 990px) {
  footer .lisbon-contact-col p:first-child,
  footer .porto-contact-col p:first-child {
    font-size: 14px;
  }
}
footer .lisbon-contact-col a,
footer .porto-contact-col a {
  display: flex;
  color: #000000;
  text-decoration: none;
}
footer .lisbon-contact-col span,
footer .porto-contact-col span {
  font-size: 12px;
}
footer .language-menu-footer-container {
  display: flex;
}
@media (max-width: 990px) {
  footer .language-menu-footer-container {
    flex-direction: column;
  }
}
footer .language-menu-footer-container .wpml-lang-change-container {
  width: 32px;
}
footer .language-menu-footer-container .wpml-lang-change-container .wpml-ls-sidebars-wpml {
  position: relative;
}
footer .language-menu-footer-container .wpml-lang-change-container ul {
  position: absolute;
  top: -6px;
}
footer .language-menu-footer-container .wpml-lang-change-container ul li a {
  background-color: transparent !important;
  border: none;
}
footer .language-menu-footer-container .wpml-lang-change-container ul li a:after {
  border: 0.19em solid transparent;
  border-top: 0.3em solid;
  right: 20px;
  top: calc(50% - 0.01em);
  width: 7px;
}
footer .language-menu-footer-container .wpml-lang-change-container ul li a:visited {
  color: #000000;
}
footer .language-menu-footer-container .wpml-lang-change-container ul li ul.wpml-ls-sub-menu {
  border-top: 0px;
}

.wpml-ls-legacy-list-horizontal a {
  padding: 5px 0px 6px 0px;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0px;
}

.footer-social-section {
  background-color: #242424;
  padding: 29px 0px;
}
.footer-social-section .rights-col {
  font-family: "Artifakt Element", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 990px) {
  .footer-social-section .rights-col {
    font-size: 14px;
    text-align: center;
  }
}
.footer-social-section .rights-col p {
  margin-bottom: 0;
}
.footer-social-section .social-col {
  text-align: right;
}
@media (max-width: 990px) {
  .footer-social-section .social-col {
    text-align: center;
  }
}
.footer-social-section .social-col a {
  display: inline-flex;
}
.footer-social-section .social-col a img {
  margin-right: 21px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  z-index: 11;
}
@media (max-width: 990px) {
  .footer-bottom {
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
  }
}
.footer-bottom .left-logos img {
  width: 123px;
}
.footer-bottom .right-logos img {
  width: 498px;
}
@media (max-width: 990px) {
  .footer-bottom .right-logos img {
    width: 200px;
  }
}