/*!
Theme Name: The Presence
Theme URI: https://intakedigital.net/
Author: INTAKE Digital
Author URI: https://intakedigital.net/
Description: Aloha!
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: files
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.

Files 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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 {
	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;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.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;
}



/* ВЛОГ */

@charset "UTF-8";
@import "modules/bootstrap-grid.min.css";
@keyframes spin_clockwise {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE0tDMPKhSkFEkm8.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE0tMMPKhSkFEkm8.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE0tCMPKhSkFE.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1pVGdeOYktMqlap.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1pVF9eOYktMqg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21lVGdeOYktMqlap.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21lVF9eOYktMqg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLufntAOvWDSHFF.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hVGdeOYktMqlap.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hVF9eOYktMqg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19VGdeOYktMqlap.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19VF9eOYktMqg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15VGdeOYktMqlap.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15VF9eOYktMqg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111VGdeOYktMqlap.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111VF9eOYktMqg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xVGdeOYktMqlap.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xVF9eOYktMqg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTufntAOvWDSHFF.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTucHtAOvWDSA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Ade Display";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Ade Display.otf") format("opentype");
}
@font-face {
  font-family: "Mattone";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/mattone.otf") format("opentype");
}




header.header {
  position: sticky;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(30px) saturate(1.5);
          backdrop-filter: blur(30px) saturate(1.5);
  padding: 10px 0;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transition: all 0.2s;
  z-index: 999;
}
header.header.in-scroll {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  header.header.in-scroll {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
header.header .open-mobile-menu {
  display: none;
}
header.header .open-mobile-menu .open-mobile-menu-btn {
  display: inline-block;
  border: none;
  padding: 0;
  background-color: transparent;
  outline: none;
}
header.header .open-mobile-menu .open-mobile-menu-btn.active {
  filter: brightness(0);
}
@media (max-width: 1200px) {
  header.header .open-mobile-menu {
    display: block;
    text-align: right;
  }
}
header.header .cta-btn {
  display: block;
  text-align: right;
}
@media (max-width: 1200px) {
  header.header .cta-btn {
    display: none;
  }
}
@media (max-width: 1200px) {
  header.header {
    background-color: #f8ffee;
  }
}
header.header .logo {
  display: flex;
  position: relative;
  align-items: center;
}
header.header .logo a {
  display: inline-block;
  font-size: 0;
}

nav.main-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav.main-menu .menu {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: #7DAAE2;
  padding: 0 10px;
  margin: 0;
}
@media (max-width: 1200px) {
  nav.main-menu .menu {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0;
    border: none;
    border-top: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
}
nav.main-menu .menu li {
  display: inline-block;
  font-size: 0;
}
@media (max-width: 1200px) {
  nav.main-menu .menu li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
  }
}
nav.main-menu .menu li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: all 0.4s;
  padding: 16px 52px;
  border: 1px solid transparent;
}
nav.main-menu .menu li a span {
  display: inline-block;
  transition: all 0.2s;
}
nav.main-menu .menu li a:hover {
  color: #fff;
}
@media (max-width: 1200px) {
  nav.main-menu .menu li a:hover {
    color: #000;
  }
}
@media (max-width: 1200px) {
  nav.main-menu .menu li a {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    font-style: normal;
    font-size: 16px;
    padding: 15px 10px;
    width: 100%;
    height: auto;
    text-align: center;
    border-top: 1px solid #e5e5e5;
  }
}
nav.main-menu .menu li.active a, nav.main-menu .menu li.current_page_item a, nav.main-menu .menu li.current-menu-item a {
  border-color: #000;
  border-radius: 100px;
  background-color: #fff;
  color: #000;
}
nav.main-menu .menu li.active a span, nav.main-menu .menu li.current_page_item a span, nav.main-menu .menu li.current-menu-item a span {
  font-weight: 500;
  transform: skew(-10deg);
}
@media (max-width: 1200px) {
  nav.main-menu .menu li.active a, nav.main-menu .menu li.current_page_item a, nav.main-menu .menu li.current-menu-item a {
    border-top: 1px solid #e5e5e5;
    border-radius: 0;
    color: #7CC223;
    font-style: normal;
    font-weight: 600;
  }
}
@media (max-width: 1200px) {
  nav.main-menu {
    position: absolute;
    width: 100%;
    height: auto;
    top: calc(100% + 10px);
    left: 0;
    transition: all 0.3s;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
  }
  nav.main-menu.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

footer.footer {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1200px) {
  footer.footer {
    padding: 20px 0;
  }
}
footer.footer .footer-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Ade Display", serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 88px;
  text-transform: uppercase;
  color: #7CC223;
}
footer.footer .footer-title img {
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 20px;
  top: -10px;
}
footer.footer .footer-title img.animated {
  animation: spin_clockwise 8s infinite linear;
}
@media (max-width: 1200px) {
  footer.footer .footer-title {
    font-size: 42px;
  }
}
footer.footer .footer-section {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  footer.footer .footer-section {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
footer.footer .footer-section a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
  margin-right: 50px;
  color: #000;
  transition: all 0.2s;
}
footer.footer .footer-section a:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  footer.footer .footer-section a:last-child {
    margin-top: 20px;
  }
}
footer.footer .footer-section a:hover {
  text-decoration: underline;
  color: #7CC223;
}
footer.footer .footer-section a.big-phone {
  font-size: 78px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  footer.footer .footer-section a.big-phone {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  footer.footer .footer-section a {
    font-size: 20px;
    margin: 0;
    display: block;
  }
}
footer.footer .footer-section.bordered {
  border-bottom: 1px solid #000;
}
footer.footer .footer-section.big-phone-section {
  margin-top: 60px;
  align-items: center;
}
@media (max-width: 992px) {
  footer.footer .footer-section.big-phone-section {
    margin-top: 20px;
  }
}
footer.footer .footer-section .footer-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
}
footer.footer .footer-section .footer-menu li {
  font-size: 0;
}
footer.footer .footer-section .footer-menu li a {
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
footer.footer .copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-style: italic;
  padding-top: 30px;
}

.hero-image {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .hero-image {
    padding-top: 30px;
  }
}
.hero-image .hero-main-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
.hero-image .hero-main-title .text {
  display: inline-block;
}
.hero-image .hero-main-title .text .subword {
  font-size: 30px;
  font-weight: 500;
  font-style: italic;
}
.hero-image .hero-main-title .text .title {
  font-family: "Ade Display", serif;
  font-size: 104px;
  font-weight: 400;
  margin: 20px 0 0;
  color: #7CC223;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .hero-image .hero-main-title .text .title {
    font-size: 42px;
  }
}
@media (max-width: 992px) {
  .hero-image .hero-main-title .text .title {
    font-size: 32px;
  }
}
.hero-image .hero-main-title .hero-label {
  position: relative;
}
.hero-image .hero-main-title .hero-label .label {
  display: inline-block;
  width: 170px;
  height: 170px;
}
.hero-image .hero-main-title .hero-label .label.animated {
  animation: spin_clockwise 20s infinite linear;
}
@media (max-width: 1200px) {
  .hero-image .hero-main-title .hero-label .label {
    width: 80px;
    height: 80px;
  }
}
.hero-image .hero-main-title .hero-label .badge {
  position: absolute;
  bottom: 20px;
  left: -100px;
  z-index: 2;
}
.hero-image .hero-main-title .hero-label .badge .pink {
  color: #F563AD;
}
.hero-image .main-art {
  position: relative;
}
.hero-image .main-art img {
  width: 100%;
  height: auto;
}
.hero-image .hero-content {
  position: relative;
  padding-top: 50px;
}
.hero-image .hero-content .subtitle {
  font-size: 30px;
  font-weight: 500;
  font-style: italic;
}
.hero-image .hero-content .title {
  font-family: "Ade Display", serif;
  font-size: 104px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .hero-image .hero-content .title {
    font-size: 42px;
  }
}
@media (max-width: 992px) {
  .hero-image .hero-content .title {
    font-size: 32px;
    margin: 0;
  }
}
.hero-image .hero-content .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.portfolio {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .portfolio {
    padding: 0 0 40px;
  }
}
.portfolio .title {
  font-size: 104px;
  font-weight: 400;
  font-family: "Ade Display", serif;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .portfolio .title {
    font-size: 42px;
  }
}
.portfolio .description {
  font-size: 30px;
  font-weight: 400;
  font-style: italic;
  line-height: 35px;
}
.portfolio .description span {
  color: #7CC223;
}
@media (max-width: 1200px) {
  .portfolio .description {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .portfolio .description {
    font-size: 22px;
  }
}
.portfolio .portfolio-gallery {
  position: relative;
  margin-top: 70px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .portfolio .portfolio-gallery {
    margin-top: 10px;
  }
}
.portfolio .portfolio-gallery .pg-buttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
}
@media (max-width: 992px) {
  .portfolio .portfolio-gallery .pg-buttons {
    display: block;
  }
}
.portfolio .portfolio-gallery .pg-buttons li {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .portfolio .portfolio-gallery .pg-buttons li {
    display: block;
    margin: 0 0 15px;
  }
}
.portfolio .portfolio-gallery .pg-buttons li a {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 17px 27px;
  text-decoration: none;
  transition: all 0.2s;
}
.portfolio .portfolio-gallery .pg-buttons li a:hover {
  border-color: #7CC223;
  color: #7CC223;
}
.portfolio .portfolio-gallery .pg-buttons li a.active {
  background-color: #000;
  color: #fff;
}
.portfolio .portfolio-gallery .pg-buttons li a.active:hover {
  border-color: #000;
}
@media (max-width: 992px) {
  .portfolio .portfolio-gallery .pg-buttons li a {
    display: block;
  }
}
.portfolio .pg-content {
  position: relative;
  display: none;
}
.portfolio .pg-content .pg-card {
  position: relative;
}
.portfolio .pg-content .pg-card a {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
.portfolio .pg-content .pg-card a img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.portfolio .pg-content .pg-card a .link-badge {
  display: inline-flex;
  flex-wrap: wrap;
  position: absolute;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  right: 10px;
  bottom: 60px;
  transition: all 0.2s;
  opacity: 0;
  z-index: 2;
}
.portfolio .pg-content .pg-card a .link-badge img, .portfolio .pg-content .pg-card a .link-badge svg {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  transition: all 0.2s;
}
.portfolio .pg-content .pg-card a .link-badge svg {
  stroke: #000;
}
.portfolio .pg-content .pg-card a:hover .link-badge {
  opacity: 1;
}
.portfolio .pg-content .pg-card a:hover .link-badge:hover {
  color: #7CC223;
  border-color: #7CC223;
}
.portfolio .pg-content .pg-card a:hover .link-badge:hover svg {
  stroke: #7CC223;
}
.portfolio .pg-content .pg-card .pg-card-title {
  display: block;
  font-weight: 500;
  margin-top: 10px;
}
.portfolio .pg-content.active {
  display: flex;
}

.our-services {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .our-services {
    padding: 30px 0;
  }
}
.our-services .title {
  font-size: 104px;
  font-weight: 400;
  text-transform: uppercase;
}
.our-services .title span {
  font-family: "Ade Display", serif;
  color: #7CC223;
}
@media (max-width: 1200px) {
  .our-services .title {
    font-size: 42px;
  }
}
.our-services .description {
  font-size: 30px;
}
.our-services .description span {
  color: #7CC223;
}
.our-services .services-list {
  position: relative;
  margin-top: 40px;
}
.our-services .services-list .service-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #000;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  padding: 14px 0;
}
.our-services .services-list .service-item .title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .our-services .services-list .service-item .title {
    font-size: 22px;
  }
}
.our-services .services-list .service-item .see-more {
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .our-services .services-list .service-item .see-more span {
    display: none;
  }
}
.our-services .services-list .service-item .cover-preview {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 280px;
  transition: all 0.8s;
  bottom: -40px;
  right: 250px;
  opacity: 0;
  transform: translateY(-50px);
  visibility: hidden;
  z-index: 10;
}
@media (max-width: 1200px) {
  .our-services .services-list .service-item .cover-preview {
    display: none;
  }
}
.our-services .services-list .service-item:hover {
  opacity: 1;
}
.our-services .services-list .service-item:hover .cover-preview {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.differences {
  position: relative;
  padding: 50px 0 20px;
}
@media (max-width: 992px) {
  .differences {
    padding: 0;
  }
}
.differences .title {
  font-size: 104px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.differences .title span {
  font-family: "Ade Display", serif;
  color: #7CC223;
}
.differences .title span img {
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 992px) {
  .differences .title span img {
    display: none;
  }
}
@media (max-width: 1200px) {
  .differences .title {
    font-size: 42px;
  }
}
.differences .poster {
  padding-top: 150px;
}
.differences .poster img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .differences .poster {
    padding-top: 0;
  }
}
.differences .text {
  position: relative;
}
.differences .text p {
  font-weight: 300;
  margin-top: 50px;
}

.contact {
  position: relative;
  padding-top: 120px;
  padding-bottom: 50px;
}
.contact .contact-black {
  position: relative;
  padding: 50px;
  border-radius: 60px;
  background-color: #000;
  color: #fff;
}
@media (max-width: 992px) {
  .contact .contact-black {
    padding: 30px;
    border-radius: 20px;
  }
}
.contact .contact-black .title {
  text-align: center;
}
.contact .contact-black .title span {
  display: inline-block;
  position: relative;
  font-family: "Ade Display", serif;
  font-size: 104px;
  color: #7CC223;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 104px;
}
.contact .contact-black .title span sup {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-style: italic;
  top: -25px;
  left: -10px;
}
@media (max-width: 1200px) {
  .contact .contact-black .title span sup {
    display: block;
    position: relative;
    top: auto;
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) {
  .contact .contact-black .title span {
    font-size: 32px;
  }
}
.contact .contact-black .contact-form {
  position: relative;
  display: block;
}
.contact .contact-black .contact-form .wpcf7-form-control-wrap-block {
  display: block;
  position: relative;
}
.contact .contact-black .contact-form .wpcf7-form-control-wrap-block br {
  display: none;
}
.contact .contact-black .contact-form .wpcf7-form-control-wrap-block label {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  align-items: flex-end;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .contact .contact-black .contact-form .wpcf7-form-control-wrap-block label {
    margin: 0;
    display: block;
    padding-bottom: 30px;
  }
}
.contact .contact-black .contact-form .wpcf7-form-control-wrap-block label .span {
  position: relative;
  display: inline-flex;
  font-size: 30px;
  padding-right: 10px;
  line-height: 30px;
  flex-basis: auto;
  flex: 1;
  top: 5px;
}
@media (max-width: 1200px) {
  .contact .contact-black .contact-form .wpcf7-form-control-wrap-block label .span {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .contact .contact-black .contact-form .wpcf7-form-control-wrap-block label .span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.contact .contact-black .contact-form .wpcf7-form-control-wrap-block label .wpcf7-form-control-wrap {
  display: inline-flex;
  width: 50%;
}
@media (max-width: 992px) {
  .contact .contact-black .contact-form .wpcf7-form-control-wrap-block label .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.contact .contact-black .contact-form .wpcf7-form-control-wrap-block label .wpcf7-form-control-wrap input {
  display: inline-flex;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  font-size: 24px;
  font-weight: 100;
  color: #fff;
  font-family: "Inter", sans-serif;
  width: auto;
  flex-basis: auto;
  flex: 1;
  width: 100%;
}
.contact .contact-black .contact-form .wpcf7-form-control-wrap-block label.select-label {
  display: inline-block;
  position: relative;
}
.contact .contact-black .contact-form .wpcf7-form-control-wrap-block label.select-label select {
  width: auto;
  min-width: 300px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding: 18px 55px 18px 20px;
  border-radius: 10px;
  -webkit-appearance: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .contact .contact-black .contact-form .wpcf7-form-control-wrap-block label.select-label select {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .contact .contact-black .contact-form .wpcf7-form-control-wrap-block label.select-label select {
    min-width: 100%;
  }
}
.contact .contact-black .contact-form .wpcf7-form-control-wrap-block label.select-label::after {
  content: "▾";
  display: inline-block;
  position: absolute;
  font-size: 16px;
  top: 14px;
  right: 10px;
  color: #000;
  transition: all 0.2s;
  z-index: 2;
}
.contact .contact-black .contact-form .wpcf7-form-control-wrap-block label.select-label:focus::after {
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .contact .contact-black .contact-form .wpcf7-form-control-wrap-block label.select-label {
    display: block;
  }
}
.contact .contact-black .contact-form .wpcf7-form-control-wrap-block p {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .contact .contact-black .contact-form .wpcf7-form-control-wrap-block p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .contact .contact-black .contact-form .wpcf7-form-control-wrap-block p {
    margin: 0 0 10px;
    display: block;
    font-size: 20px;
  }
}
.contact .contact-black .contact-form .wpcf7-form-control-wrap-block .wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100%;
  left: 0;
  z-index: 1;
}
.contact .contact-black .contact-form .submit-section {
  display: block;
  position: relative;
  text-align: right;
}
@media (max-width: 992px) {
  .contact .contact-black .contact-form .submit-section {
    text-align: center;
  }
}
.contact .contact-black .contact-form .submit-section .wpcf7-spinner {
  position: absolute;
  bottom: -26px;
  left: calc(50% - 35px);
}
.contact .contact-black .contact-form .submit-section button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
}
.contact .contact-black .contact-form .submit-section button:hover {
  transform: scale(1.3);
}
@media (max-width: 1200px) {
  .contact .contact-black .contact-form .submit-section button {
    width: 80px;
    height: 80px;
  }
  .contact .contact-black .contact-form .submit-section button img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  .contact .contact-black .contact-form .submit-section button {
    width: 60px;
    height: 60px;
  }
  .contact .contact-black .contact-form .submit-section button img {
    width: 100%;
    height: auto;
  }
}

body.page-template-page-cases {
  position: relative;
}
body.page-template-page-cases .hero {
  position: relative;
  padding-top: 50px;
}
body.page-template-page-cases .hero .backlink {
  position: relative;
  display: block;
}
body.page-template-page-cases .hero .backlink a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #000;
}
body.page-template-page-cases .hero .backlink a img {
  margin-right: 5px;
}
body.page-template-page-cases .hero .hero-content {
  position: relative;
  padding-top: 50px;
}
body.page-template-page-cases .hero .hero-content .text {
  font-weight: 400;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  body.page-template-page-cases .hero .hero-content .text {
    margin-bottom: 40px;
  }
}
body.page-template-page-cases .hero .hero-content .social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.page-template-page-cases .hero .hero-content .social-links a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  margin-right: 30px;
}
body.page-template-page-cases .hero .hero-content .social-links a img {
  margin-left: 5px;
}
body.page-template-page-cases .hero .hero-content .social-links a:last-child {
  margin-right: 0;
}
body.page-template-page-cases .hero .hero-content .social-links a:hover {
  opacity: 0.7;
}
body.page-template-page-cases .hero .hero-content .data-lines {
  display: block;
  position: relative;
}
body.page-template-page-cases .hero .hero-content .data-lines .data-line {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 50px;
}
body.page-template-page-cases .hero .hero-content .data-lines .data-line span {
  display: block;
  width: 100%;
}
body.page-template-page-cases .hero .hero-content .data-lines .data-line span.type {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #8c8c8c;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  body.page-template-page-cases .hero .hero-content .data-lines .data-line {
    margin-top: 20px;
  }
}
body.page-template-page-cases .green {
  position: relative;
  background-color: #B8FD40;
  padding: 50px 0;
  margin-top: 50px;
}
body.page-template-page-cases .green span {
  font-family: "Mattone", sans-serif;
  font-size: 128px;
  font-weight: 600;
  color: #000;
  line-height: 122px;
}
@media (max-width: 1200px) {
  body.page-template-page-cases .green span {
    font-size: 56px;
    line-height: 62px;
  }
}
@media (max-width: 992px) {
  body.page-template-page-cases .green span {
    font-size: 42px;
    line-height: 54px;
  }
}
body.page-template-page-cases .green img {
  width: 100%;
  height: auto;
}
body.page-template-page-cases .client {
  position: relative;
  padding: 50px 0;
}
@media (max-width: 992px) {
  body.page-template-page-cases .client {
    padding: 0;
  }
}
body.page-template-page-cases .client .c-type {
  text-transform: uppercase;
  color: #8c8c8c;
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding-top: 50px;
}
body.page-template-page-cases .client .title {
  font-family: "Ade Display", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body.page-template-page-cases .client p {
  line-height: 35px;
}
body.page-template-page-cases .client .tags {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  body.page-template-page-cases .client .tags {
    margin: 20px 0;
  }
}
body.page-template-page-cases .client .tags .tag {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 12px 18px;
  margin-right: 10px;
  margin-bottom: 10px;
}
body.page-template-page-cases .client .tags .tag .sharp {
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
  margin-right: 10px;
}
body.page-template-page-cases .client .tags .tag:last-child {
  margin-right: 0;
}
body.page-template-page-cases .big-banner {
  position: relative;
}
@media (max-width: 992px) {
  body.page-template-page-cases .big-banner {
    display: block;
    font-size: 0;
  }
}
body.page-template-page-cases .big-banner img {
  width: 100%;
  height: auto;
}
body.page-template-page-cases .big-banner.centered {
  text-align: center;
  padding: 100px 0;
}
body.page-template-page-cases .big-banner.centered img {
  width: auto;
  height: auto;
}
body.page-template-page-cases .big-banner.centered.full img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  body.page-template-page-cases .big-banner.centered {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 380px) {
  body.page-template-page-cases .big-banner.centered {
    margin-top: 50px;
  }
}
body.page-template-page-cases .goals-and-objectives {
  position: relative;
  padding: 30px 0;
}
@media (max-width: 992px) {
  body.page-template-page-cases .goals-and-objectives {
    padding: 0;
  }
}
body.page-template-page-cases .goals-and-objectives .title-small {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  color: #8c8c8c;
  line-height: 20px;
  padding-top: 50px;
}
body.page-template-page-cases .goals-and-objectives .title {
  text-transform: uppercase;
  font-family: "Ade Display", serif;
  font-weight: 300;
  font-size: 35px;
  font-style: italic;
  margin-bottom: 20px;
}
body.page-template-page-cases .goals-and-objectives .list {
  display: block;
  position: relative;
}
body.page-template-page-cases .goals-and-objectives .list .list-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
  margin-top: 30px;
  padding-bottom: 15px;
}
body.page-template-page-cases .goals-and-objectives .list .list-item .text {
  display: block;
  width: calc(100% - 80px);
}
body.page-template-page-cases .goals-and-objectives .list .list-item .counter {
  width: 80px;
  text-align: right;
}
body.page-template-page-cases .nfts {
  position: relative;
  padding: 80px 0;
}
body.page-template-page-cases .nfts .nft-col {
  padding-top: 50px;
}
body.page-template-page-cases .nfts .nft-col .nft-card {
  position: relative;
  display: block;
  border: 1px solid #000;
}
body.page-template-page-cases .nfts .nft-col .nft-card .nft-image {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 70%;
}
body.page-template-page-cases .nfts .nft-col .nft-card .nft-image img {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  body.page-template-page-cases .nfts .nft-col .nft-card .nft-image img {
    position: relative;
    height: 100%;
  }
}
@media (max-width: 992px) {
  body.page-template-page-cases .nfts .nft-col .nft-card .nft-image {
    padding: unset;
    font-size: 0;
  }
}
body.page-template-page-cases .nfts .nft-col .nft-card .name {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 20px;
  border-top: 1px solid #000;
}
body.page-template-page-cases .solution {
  position: relative;
  padding: 50px 0;
}
body.page-template-page-cases .solution .title-small {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  color: #8c8c8c;
  line-height: 20px;
  padding-top: 50px;
}
body.page-template-page-cases .solution .title {
  text-transform: uppercase;
  font-family: "Ade Display", serif;
  font-weight: 300;
  font-size: 35px;
  font-style: italic;
  margin-bottom: 20px;
}
body.page-template-page-cases .projects {
  position: relative;
  margin: 100px 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 0;
}
@media (max-width: 992px) {
  body.page-template-page-cases .projects {
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
body.page-template-page-cases .projects .cover {
  width: 40%;
  height: auto;
}
body.page-template-page-cases .projects .cover img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  body.page-template-page-cases .projects .cover {
    width: 100%;
  }
}
body.page-template-page-cases .projects .data {
  width: 60%;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
body.page-template-page-cases .projects .data .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
body.page-template-page-cases .projects .data .top .title {
  font-family: "Ade Display", serif;
  font-style: italic;
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 80px;
  width: 50%;
  height: auto;
}
@media (max-width: 992px) {
  body.page-template-page-cases .projects .data .top .title {
    width: 100%;
    font-size: 34px;
    line-height: 42px;
  }
}
body.page-template-page-cases .projects .data .top .desc {
  width: 50%;
  height: auto;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  body.page-template-page-cases .projects .data .top .desc {
    width: 100%;
  }
  body.page-template-page-cases .projects .data .top .desc p {
    display: block;
    width: 100%;
    font-size: 18px;
  }
}
body.page-template-page-cases .projects .data .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
body.page-template-page-cases .projects .data .bottom .link {
  text-decoration: none;
}
body.page-template-page-cases .projects .data .bottom .link:hover {
  opacity: 0.7;
}
@media (max-width: 992px) {
  body.page-template-page-cases .projects .data .bottom .link img {
    width: 20px;
    height: 20px;
  }
}
body.page-template-page-cases .projects .data .bottom .next-link {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
body.page-template-page-cases .projects .data .bottom .next-link:hover {
  color: #7CC223;
}
@media (max-width: 992px) {
  body.page-template-page-cases .projects .data .bottom .next-link {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  body.page-template-page-cases .projects .data .bottom {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  body.page-template-page-cases .projects .data {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
*::-moz-selection {
  background-color: #7CC223;
  color: #000;
}
*::selection {
  background-color: #7CC223;
  color: #000;
}

body {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 20px;
}
body .container {
  max-width: 1425px;
}
body .cta-btn {
  display: block;
  position: relative;
}
body .cta-btn a {
  display: inline-block;
  text-decoration: none;
  background-color: #7CC223;
  color: #000;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 16px 26px;
  transition: all 0.2s;
  outline: none;
}
body .cta-btn a:hover {
  background-color: #000;
  color: #7CC223;
}
body .badge {
  position: absolute;
  display: inline-flex;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  z-index: 2;
}
body .badge span {
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
  color: #F563AD;
  margin-right: 10px;
  line-height: 26px;
}
body .badge.top {
  top: 90px;
  left: 0;
}
body .badge.bottom {
  bottom: 50px;
  right: 0;
}
body .badge.bottom-right {
  right: 0px;
  top: calc(100% + 50px);
}
body .badge .orange {
  color: #FF8E13;
}
body .badge .green {
  color: #7CC223;
}
body .badge .blue {
  color: #7DAAE2;
}
body .mb-3 {
  margin-bottom: 30px;
}
body.admin-bar {
  position: relative;
}
body.admin-bar der.headerhea {
  top: 32px;
}
@media (max-width: 992px) {
  body.admin-bar header.header {
    top: 46px;
  }
}
@media screen and (min-width: 780px) and (max-width: 992px) {
  body.admin-bar header.header {
    top: 32px;
  }
}
@media (max-width: 767px) {
  body.admin-bar #wpadminbar {
    position: fixed;
  }
}
@media (max-width: 992px) {
  body .g-md-0 {
    padding: 0;
  }
}

.sol-item{
	margin-top: 15px;
    text-transform: uppercase;
}


.group-54,
.group-54 * {
  box-sizing: border-box;
}
.group-54 {
  position: relative;
  width: 100%;
/*  max-width: 1225px;*/
  margin: 0 auto;
  margin-top: 130px;
}
.group-53 {
  width: 457px;
  height: 30px;
  position: static;
}
.group-47 {
  width: 70px;
  height: 30px;
  position: static;
}
.next a{
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  position: absolute;
/*  left: 1155px;*/
right: 25px;
  top: 0px;
}

.next-link {
    color: black; 
    text-decoration: none;
    
}

.next-link:hover {
    color:#7CC223;
    cursor: pointer; 
}

.vector-1 {
  width: 15px;
  height: 10px;
  position: absolute;
/*  left: 1225px;*/
  top: 22px;
  right: 0;

  overflow: visible;
  transform: rotate(180deg) translate(+15px, +10.72px);

}
.subtitle {
  color: #969696;
  text-align: left;
  font-family: "Inter-MediumItalic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: true;
  position: absolute;
/*  left: 768px;*/
  top: 3px;
}
.group-52 {
  width: 393px;
  height: 30px;
  position: static;
}
.group-46 {
  width: 72px;
  height: 30px;
  position: static;
}
.back a{
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  position: absolute;
  left: 25px;
  top: 0px;
}
.vector-12 {
  width: 15px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 12px;
  overflow: visible;
}
.subtitle2 {
  color: #969696;
  text-align: left;
  font-family: "Inter-MediumItalic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: true;
  position: absolute;
  left: 92px;
  top: 3px;
}

.crafting-your-digital-identity,
.crafting-your-digital-identity * {
  box-sizing: border-box;
}
.crafting-your-digital-identity {
  text-align: center;
  font-family: "Ade Display", sans-serif;
  font-size: 110px;
  line-height: 100px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  max-width: 981px;
  margin: 48px auto;
  display: flex;
  flex-direction: column;
}

.crafting-your-digital-identity-span {
  color: #000000;
  font-family: "Ade Display", sans-serif;
  font-size: 110px;
  line-height: 100px;
  font-weight: 400;
  text-transform: uppercase;
/*  white-space: pre;*/
}
.crafting-your-digital-identity-span2 {
  color: #7cc223;
  font-family: "Ade Display", sans-serif;
  font-size: 110px;
  line-height: 100px;
  font-weight: 400;
  text-transform: uppercase;
}

.inf,
.inf * {
  box-sizing: border-box;
}
.inf {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 49px;
}
.inf2 {
  width: 216px;
  height: 35px;
  position: static;
}
.subtitle_1 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 15px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.44999998807907104;
  position: absolute;
  left: 0px;
  top: 0px;
}
.chat-gpt {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  position: absolute;
  left: 130px;
  top: 1px;
}
.inf3 {
 height: 35px;
    top: 0;
    right: 0;
    position: absolute;
    display: flex;
}
.subtitle2_1 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 15px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.44999998807907104;
/*  position: absolute;*/
/*  left: 1008px;*/
  right: 110px;
  top: 0px;
}
.lisa {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 2px;
  margin-left:40px;
/*  position: absolute;*/
/*  left: 1138px;*/
right: 0;
  top: 1px;
}

.text-group,
.text-group * {
  box-sizing: border-box;
  width: 100%;
  max-width: 775px;
  margin: 0 auto;
  margin-top: 53px;

}
.text-group {
  position: relative;
}
.body_main {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  left: 0px;
  top: 0px;
  width: 775px;
}

.rectangle-65 {
  width: 100%;
  max-width: 100%;
/*  height: 450px;*/
  position: relative;
  object-fit: cover;
  margin: 55px auto 0;
/*  overflow: hidden;*/
}

.rectangle-65 > img{
	width: 100%;
}

.group-56,
.group-56 * {
  box-sizing: border-box;
}
.group-56 {
  position: relative;

  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 57px;
}
.group-48 {
    width: 1169px;
    min-height: 150px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.define-your-purpose {
  color: #000000;
  text-align: left;
  font-family: "Ade Display", sans-serif;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
/*  position: absolute;*/
  left: 3px;
/*  top: 0px;*/
  width: 361px;
}
.group-48 > .body {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
/*  position: absolute;*/
  right: 0;
/*  top: 14px;*/
  width: 575px;
}
.group-49 {
  width: 1169px;
  height: 224px;
  position: static;
}
.choose-your-platform {
  color: #000000;
  text-align: left;
  font-family: "Ade Display", sans-serif;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0px;
  top: 275px;
  width: 394px;
}
.body2 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 289px;
  width: 572px;
}
.group-55 {
  width: 1169px;
  height: 224px;
  position: static;
}
.design-matters {
  color: #000000;
  text-align: left;
  font-family: "Ade Display", sans-serif;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0px;
  top: 550px;
}
.body3 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 564px;
  width: 572px;
}

.group-57,
.group-57 * {
  box-sizing: border-box;
}
.group-57 {
  position: relative;

  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 220px;
}
.body_gpt {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  position: absolute;
  left: 187px;
  top: 131px;
  width: 488px;
}
.tags {
  width: 40%;
  height: 128px;
  position: static;
}
.client .tags{
	width:auto;
}
.tag {
/*  width: 219px;*/
  height: 55px;
  position: static;
}
._tag {
	margin: 3px;
}
.tags_content{
	position: relative;
	position: absolute;
  	left: 790px;
  	top: 58px;
  	width: 40%;
  	display: flex;
  	flex-wrap: wrap;
}
.frame-51 {
  background: #ffffff;
  border-radius: 15px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  padding: 12px 18px 12px 18px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
/*  position: absolute;*/
/*  left: 790px;*/
/*  top: 58px;*/
  overflow: hidden;
}
.div {
  color: #0094ff;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 26px;
  font-weight: 400;
  position: relative;
}

.div.blue {
  color: #0094ff;
}
.div.green {
  color: #7cc223;
}
.div.pink {
  color: #ff4c8d;
}
.div.orange {
  color: #ff8e13;
}
.web-development {
  color: #000000;
  text-align: left;
  font-family: "Inter-MediumItalic", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-style: true;
  position: relative;
}
.tag2 {
  width: 152px;
  height: 55px;
  position: static;
}
.frame-512 {
  background: #ffffff;
  border-radius: 15px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  padding: 12px 18px 12px 18px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 1021px;
  top: 58px;
  overflow: hidden;
  
}
.div2 {
  color: #7cc223;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 26px;
  font-weight: 400;
  position: relative;
}
.illustration {
  color: #000000;
  text-align: left;
  font-family: "Inter-MediumItalic", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-style: true;
  position: relative;
}
.tag3 {
  width: 291px;
  height: 55px;
  position: static;
}
.frame-513 {
  background: #ffffff;
  border-radius: 15px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  padding: 12px 18px 12px 18px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 790px;
  top: 131px;
  overflow: hidden;
}
.div3 {
  color: #ff4c8d;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 26px;
  font-weight: 400;
  position: relative;
}
.tips {
  color: #000000;
  text-align: left;
  font-family: "Inter-MediumItalic", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-style: true;
  position: relative;
}
.frame-52 {
  background: #ffffff;
  border-radius: 15px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  padding: 12px 18px 12px 18px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 900px;
  top: 131px;
  overflow: hidden;
}
.div4 {
  color: #ff8e13;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 26px;
  font-weight: 400;
  position: relative;
}
.for-beginners {
  color: #000000;
  text-align: left;
  font-family: "Inter-MediumItalic", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-style: true;
  position: relative;
}
.ellipse-12 {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0px;
  top: 55px;
  object-fit: cover;
}
.inf__gpt {
  width: 87px;
  height: 60px;
  position: static;
}
.subtitle_gpt {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 15px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.44999998807907104;
  position: absolute;
  left: 187px;
  top: 58px;
}
.chat-gpt_2 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Medium", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  position: absolute;
  left: 187px;
  top: 88px;
}
.line-21 {
  border-style: solid;
  border-color: #000000;
  border-width: 1px 0 0 0;
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.line-22 {
  border-style: solid;
  border-color: #000000;
  border-width: 1px 0 0 0;
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0px;
  top: 260px;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}

.group-60,
.group-60 * {
  box-sizing: border-box;
}
.group-60 {
  position: relative;

  width: 100%;
/*  max-width: 1225px;*/
  margin: 0 auto;
  margin-top: 177px;
}
.group-59 {
  width: 457px;
  height: 30px;
  position: static;
}
.group-51 {
  width: 70px;
  height: 30px;
  position: static;
}
.next a{
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  position: absolute;
/*  left: 1155px;*/
	right: 40px;
  top: 2px;
}
.vector-1 {
  width: 15px;
  height: 10px;
  position: absolute;
/*  left: 1225px;*/
right: 0;
  top: 23px;
  overflow: visible;
}
.subtitle {
  color: #969696;
  text-align: left;
  font-family: "Inter-MediumItalic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  position: absolute;
/*  left: 768px;*/
right: 110px;
  top: 3px;
}
.group-58 {
  width: 393px;
  height: 30px;
  position: static;
}
.group-50 {
  width: 72px;
  height: 30px;
  position: static;
}
.back a{
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  position: absolute;
  left: 25px;
  top: 2px;
}
.vector-12 {
  width: 15px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 12px;
  overflow: visible;
}
.subtitle2 {
  color: #969696;
  text-align: left;
  font-family: "Inter-MediumItalic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  position: absolute;
  left: 92px;
  top: 3px;
}


nav.main-menu .menu li a:hover {
  color: #fff;
}

.crafting-your-digital-identity-span{
  font-family: "Ade Display", serif;
}

.crafting-your-digital-identity-span2{
  font-family: "Ade Display", serif;
}

._tag:hover .frame-51,
._tag:hover .frame-512,
.frame-513:hover,
.frame-52:hover
{
  background: #f0f0f0; /* Змінити цей колір на бажаний */
}

.frame-51, .frame-512, .frame-513, .frame-52 {
  transition: background 0.3s ease; /* Додаємо плавний перехід кольору фону */
}

a{
  cursor: pointer;

}

.next-link{
  transition: color 0.3s ease; /* Додаємо плавний перехід кольору фону */
}


/*      */


.posts .pg-content {
  position: relative;
  display: none;

  border-bottom: 1px solid #000;
   margin-right: 0px;
   margin-left: 0px;
}

.posts .pg-content:nth-child(1) {
  position: relative;
  display: none;

  border-top: 1px solid #000;
   margin-right: 0px;
   margin-left: 0px;
}

.pg-content img{
	transition: .2s;
}

.pg-content img:hover{
	scale: 0.95;
}

/*.pg-content:hover .pg-link-img{
	filter: invert(54%) sepia(44%) hue-rotate(57deg) saturate(539%);
}*/


.posts .pg-content > div{
  padding-left: 0;
}

.posts .pg-content .pg-card {
  position: relative;
}
.posts .pg-content .pg-card a {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
.posts .pg-content .pg-card a img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.posts .pg-content .pg-card a .link-badge {
  display: inline-flex;
  flex-wrap: wrap;
  position: absolute;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  right: 10px;
  bottom: 60px;
  transition: all 0.2s;
  opacity: 0;
  z-index: 2;
}
.posts .pg-content .pg-card a .link-badge img, .portfolio .pg-content .pg-card a .link-badge svg {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  transition: all 0.2s;
}
.posts .pg-content .pg-card a .link-badge svg {
  stroke: #000;
}
.posts .pg-content .pg-card a:hover .link-badge {
  opacity: 1;
}
.posts .pg-content .pg-card a:hover .link-badge:hover {
  color: #7CC223;
  border-color: #7CC223;
}
.posts .pg-content .pg-card a:hover .link-badge:hover svg {
  stroke: #7CC223;
}
.posts .pg-content .pg-card .pg-card-title {
  display: block;
  font-weight: 500;
  margin-top: 10px;
}
.posts .pg-content.active {
  display: flex;
}

.posts .posts-gallery {
  position: relative;
  margin-top: 70px;
  margin-bottom: 40px;
}
.posts .posts-gallery .pg-buttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
}

.posts .posts-gallery .pg-buttons li {
  display: inline-block;
  margin-right: 20px;
}

.posts .posts-gallery .pg-buttons li a {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 17px 27px;
  text-decoration: none;
  transition: all 0.2s;
}
.posts .posts-gallery .pg-buttons li a:hover {
  border-color: #7CC223;
  color: #7CC223;
}
.posts .posts-gallery .pg-buttons li a.active {
  background-color: #000;
  color: #fff;
}
.posts .posts-gallery .pg-buttons li a.active:hover {
  border-color: #000;
}

.posts .pg-link{
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 40px;
  height: auto;
}

.posts .pg-link-img:hover{
    filter: invert(54%) sepia(44%) hue-rotate(57deg) saturate(539%);
}

.posts .pg-content .pg-card h2,
.posts .pg-content .pg-card h2 > a{
  flex-wrap: wrap;
  align-items: center;
  font-family: "Ade Display", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  color: #000000;
  max-width: 80%;

	text-decoration: none;
	padding-bottom: 0;
}

.posts .pg-content .pg-inner{
  margin-top: 45px;
  margin-left: 45px;

  height: 100%;
  position: relative;
}

.posts .pg-post-content{
  margin-top: 45px;

  font-family: "Inter", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.posts .pg-content .author{
  position: absolute;
  display: flex;
  bottom: 70px;
  left: 0;
}
.posts .pg-content .author .subtitle_author{
  text-transform: uppercase;
  color: #000000;
  opacity: .45;

  font-family: "Inter", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
}
.posts .pg-content .author .name_author{
    margin-left: 45px;
  font-family: "Inter", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

/* customers */

.customers{
	margin-bottom: 60px;
}

.customers .main-title{
	font-family: "Ade Display", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 110px;
	line-height: 100px;
	text-transform: uppercase;

	color: #000000;

	margin-top: 120px;
	margin-bottom: 120px;
}

.partner-card{
	position: relative;
    width: 275px;
    height: 275px;
    margin-top: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
    
    transition: .3s;

	box-sizing: border-box;

	border-top: 1px solid #000000;
	order: 0;
}

.partner-card .number{
	position: absolute;
	left: 20px;
	top: 10px;

	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	/* identical to box height, or 188% */
	text-transform: lowercase;

	color: #000000;
	transition: .3s;
	opacity: 0.2;
}

.partner-card .title{
	font-family: "Ade Display", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 29px;
	/* identical to box height */
	text-align: center;
	text-transform: uppercase;

	color: #000000;
	transition: .3s;
}
.partner-card .target{
	position: absolute;
	right: 20px;
	bottom: 10px;

	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	/* identical to box height, or 188% */
	text-align: right;

	color: #000000;

	opacity: 0.2;
	transition: .3s;
}

.partner-card:hover{
	background: #8FD043;
}

.partner-card:hover .number{
	opacity: 1;
}
.partner-card:hover .target{
	opacity: 1;
}


.js-partner-slider{
	display: none!important;
}

.customers a{
	text-decoration: none;
}

/* adaptive */

@media (max-width: 480px) {
	body{
	    overflow-x: hidden;
	}

	.group-54{
	  	margin-top: 30px;
	}	

	.subtitle,
	.subtitle2{
	  	display: none;
	}

	.group-60 {
	    position: relative;
	    width: 100%;
	    /* max-width: 1225px; */
	    margin: 0 auto;
	    margin-top: 100px;
	}

	.back a,
	.next a{
	  	font-size: 18px;
	}

	.vector-1{
	  	right: -15px;
	}
	.next a{
	  	right: 25px;
	}

	.crafting-your-digital-identity-span,
	.crafting-your-digital-identity-span2{
	  	font-size: 30px;
	  	line-height: 36px;
	}

	.inf2,
	.inf3 {
	    width: 216px;
	    height: 35px;
	    position: relative;
	    display: flex;
	}
	.subtitle_1{
	    color: #000000;
	    text-align: left;
	    font-family: "Inter-Regular", sans-serif;
	    font-size: 14px;
	    line-height: 35px;
	    font-weight: 400;
	    text-transform: uppercase;
	    opacity: 0.44999998807907104;
	    position: relative;
    }

	.subtitle2_1 {
	    color: #000000;
	    text-align: left;
	    font-family: "Inter-Regular", sans-serif;
	    font-size: 15px;
	    line-height: 35px;
	    font-weight: 400;
	    text-transform: uppercase;
	    opacity: 0.44999998807907104;
	    position: relative;
	    right: auto;
    }
    .chat-gpt,
    .lisa {
	    color: #000000;
	    text-align: left;
	    font-family: "Inter-Regular", sans-serif;
	    font-size: 14px;
	    line-height: 30px;
	    font-weight: 400;
	    margin-left: 20px;
	    position: relative;

	    left: auto;
    }

	.text-group, .text-group * {
	    margin: 0 auto;
	    margin-top: 30px;
	}
    .body_main {
	    color: #000000;
	    text-align: left;
	    font-family: "Inter-Regular", sans-serif;
	    font-size: 16px;
	    line-height: 26px;
	    font-weight: 400;
	    left: 0px;
	    top: 0px;
	    width: auto;
	}

	.rectangle-65 {
	    margin: 30px auto 0;
	}


	.group-48 {
	    width: auto; 
	    min-height: inherit;
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    margin-top: 20px;
	}

	.define-your-purpose {
	    color: #000000;
	    text-align: left;
	    font-family: "Ade Display", sans-serif;
	    font-size: 30px;
	    font-weight: 400;
	    text-transform: uppercase;
	    /* position: absolute; */
	    left: 3px;
	    /* top: 0px; */
	    width: auto;
	}

	.group-48 > .body {
	    color: #000000;
	    text-align: left;
	    font-family: "Inter-Regular", sans-serif;
	    font-size: 16px;
	    line-height: 26px;
	    font-weight: 400;
	    /* position: absolute; */
	    right: 0;
	    /* top: 14px; */
	    width: auto;
	}

	.group-57 {
	    position: relative;
	    width: 100%;
	    max-width: 100%;
	    margin: 0 auto;
	    margin-top: 50px;
	    display: flex;
	    flex-direction: column;
	}

	.ellipse-12 {
	    border-radius: 50%;
	    width: 70px;
	    height: 70px;
	    position: absolute;
	    left: 0px;
	    top: 55px;
	    object-fit: cover;
	}
	.subtitle_gpt {
	    color: #000000;
	    text-align: left;
	    font-family: "Inter-Regular", sans-serif;
	    font-size: 15px;
	    line-height: 35px;
	    font-weight: 400;
	    text-transform: uppercase;
	    opacity: 0.44999998807907104;
	    position: absolute;
	    left: 90px;
	    top: 58px;
	}
	.chat-gpt_2 {
	    color: #000000;
	    text-align: left;
	    font-family: "Inter-Medium", sans-serif;
	    font-size: 16px;
	    line-height: 30px;
	    font-weight: 500;
	    position: absolute;
	    left: 90px;
	    top: 88px;
	}

	.body_gpt {
	    color: #000000;
	    text-align: left;
	    font-family: "Inter-Regular", sans-serif;
	    font-size: 16px;
	    line-height: 25px;
	    font-weight: 400;
	    position: absolute;
	    left: 0;
	    top: 140px;
	    width: auto;
	}

	.group-56 {
	    position: relative;
	    width: 100%;
	    max-width: 100%;
	    margin: 0 auto;
	    margin-top: 30px;
	}

	footer.footer .footer-title img {
	    position: relative;
	    width: 30px;
	    height: 30px;
	    margin-left: 20px;
	    top: -5px;
	}



	.posts .posts-gallery .pg-buttons li {
	    display: inline-block;
	    margin-right: 10px;
    	margin-bottom: 10px;
	}
	.posts .posts-gallery .pg-buttons li a {
	    display: inline-block;
	    border: 1px solid #000;
	    border-radius: 100px;
	    font-size: 14px;
	    font-weight: 400;
	    color: #000;
	    padding: 10px 20px;
	    text-decoration: none;
	    transition: all 0.2s;
	}

	.posts .pg-content .pg-card {
	    position: relative;
	    width: auto;
	    padding-left: 15px;
	}

	.posts .pg-content .pg-inner {
	    margin-top: 30px;
	    margin-left: 0;
	    height: 100%;
	    position: relative;
	}

	.posts .pg-content .pg-card h2, .posts .pg-content .pg-card h2 > a {
	    flex-wrap: wrap;
	    align-items: center;
	    font-family: "Ade Display", serif;
	    font-size: 30px;
	    font-weight: 400;
	    line-height: 36px;
	    text-transform: uppercase;
	    color: #000000;
	    /* max-width: 80%; */
	    text-decoration: none;
	    padding-bottom: 0;
	}

	.posts .pg-post-content {
	    margin-top: 20px;
	    margin-bottom: 90px;
	    font-family: "Inter", serif;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26px;
	}

	.posts .pg-content .author {
	    position: absolute;
	    display: flex;
	    bottom: 60px;
	    left: 15px;
	}

	.posts .pg-content .author .subtitle_author {
	    text-transform: uppercase;
	    color: #000000;
	    opacity: .45;
	    font-family: "Inter", serif;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 35px;
	}

	.posts .pg-content .author .name_author {
	    margin-top: 2px;
	    margin-left: 30px;
	    font-family: "Inter", serif;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 30px;
	}

	.posts .pg-link {
	    position: absolute;
	    bottom: 65px;
	    right: 0;
	    width: 20px;
	    height: auto;
	}

	.tags {
     width: auto; 
	}
	.tags_content{
		display: none;
	}

	.customers .main-title{
		font-family: "Ade Display", serif;
		font-style: normal;
		font-weight: 400;
		font-size: 40px;
		line-height: 40px;
		text-transform: uppercase;

		color: #000000;

		margin-top: 60px;
		margin-bottom: 60px;
	}

	.partner-desctop{
		display: none!important;
	}


	.js-partner-slider{
		display: block!important;
	}
	.slick-active{
	}

	.partner-card{
		width: 250px;
		height: 250px;
	}

	.partner-card .title{
		font-size: 22px;
	}
	.partner-card .number{
		font-size: 14px;
	}
	.partner-card .target{
		font-size: 14px;
	}

	.slick-active .partner-card{
		background: #8FD043;
	}

	.slick-active .partner-card .number{
		opacity: 1;
	}
	.slick-active .partner-card .target{
		opacity: 1;
	}


	.progress {
	  display: block;
	  width: 100%;
	  height: 2px;
	  border-radius: 10px;
	  overflow: hidden;

	  margin-top: 40px;
	  
	  background-color: #f5f5f5;
	  background-image: linear-gradient(to right, black, black);
	  background-repeat: no-repeat;
	  background-size: 0 100%;
	  
	  transition: background-size .4s ease-in-out;
	}

	.sr-only {
	  position: absolute;
	  width: 1px;
	  height: 1px;
	  padding: 0;
	  margin: -1px;
	  overflow: hidden;
	  clip: rect(0,0,0,0);
	  border: 0;
	}
}

@media (max-width: 350px) {
	body{
	    overflow-x: hidden;
	}

}

nav.main-menu .menu li a{
	padding: 16px 40px!important;
}
