
@charset "UTF-8";

.wp-block-audio :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
	border: 2px solid;
	padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
	color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
	background-color: initial;
	background-image: none
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #ddd
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd
}

:where(.wp-block-columns) {
	margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none
}

@supports (-webkit-touch-callout:inherit) {
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
	color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
	color: #000
}

:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
	color: inherit
}

.wp-block-embed :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em
}

:where(.wp-block-file) {
	margin-bottom: 1.5em
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	display: inline-block;
	padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

.wp-block-form-input__label:has(input[type=checkbox]) {
	flex-direction: row-reverse;
	width: -moz-fit-content;
	width: fit-content
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
	position: relative
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
	rotate: 180deg
}

.wp-block-image :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
	border-radius: 9999px
}

.wp-lightbox-container button:focus-visible {
	outline: 3px auto #5a5a5a40;
	outline: 3px auto -webkit-focus-ring-color;
	outline-offset: 3px
}

.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
	background-color: #5a5a5a40;
	border: none
}

.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
	background: none;
	border: none
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
	line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
	line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
	line-height: 1.5
}

:root :where(.wp-block-latest-posts.is-grid) {
	padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
	padding-left: 0
}

ul {
	box-sizing: border-box
}

:root :where(ul.has-background, ol.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-navigation :where(a),
.wp-block-navigation :where(a:active),
.wp-block-navigation :where(a:focus) {
	text-decoration: none
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: .5em 1em
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
	color: inherit
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	font-style: normal;
	font-weight: 100;
	line-height: .68;
	margin: .05em .1em 0 0;
	text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: .1em
}

:root :where(p.has-background) {
	padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit
}

:where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),
:where(.wp-block-post-comments-form) textarea {
	padding: calc(.667em + 2px)
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

:where(.wp-block-post-excerpt) {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap)
}

.wp-block-post-featured-image :where(img) {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
	width: 100%
}

:where(.wp-block-preformatted.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
	font-size: 1.125em;
	text-align: right
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
	text-decoration: none
}

.wp-block-read-more:where(:not([style*=text-decoration])):active,
.wp-block-read-more:where(:not([style*=text-decoration])):focus {
	text-decoration: none
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: 6px 10px
}

:where(.wp-block-search__input) {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	box-sizing: border-box;
	padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: 4px 8px
}

:root :where(.wp-block-separator.is-style-dots) {
	height: auto;
	line-height: 1;
	text-align: center
}

:root :where(.wp-block-separator.is-style-dots):before {
	color: currentColor;
	content: "···";
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em
}

:root :where(.wp-block-site-logo.is-style-rounded) {
	border-radius: 9999px
}

:root :where(.wp-block-site-title a) {
	color: inherit
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
	background-color: #f0f0f0;
	color: #444
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
	background-color: #0a7aff;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
	background-color: #24292d;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
	background-color: #1d4fc4;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
	background-color: #000;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
	background-color: #000;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
	background-color: #ff4500;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
	background-color: #000;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
	background-color: #25d366;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
	background-color: #000;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
	background-color: red;
	color: #fff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
	background: none
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
	height: 1.25em;
	width: 1.25em
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
	color: #f90
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
	color: #1ea0c3
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
	color: #0757fe
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
	color: #0a7aff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
	color: #1e1f26
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
	color: #02e49b
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
	color: #e94c89
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
	color: #4280ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
	color: #f45800
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
	color: #1778f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
	color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
	color: #0461dd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
	color: #e65678
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
	color: #24292d
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
	color: #382110
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
	color: #ea4434
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
	color: #1d4fc4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
	color: #f00075
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
	color: #e21b24
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
	color: #0d66c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
	color: #3288d4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
	color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
	color: #f6405f
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
	color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
	color: #e60122
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
	color: #ef4155
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
	color: #ff4500
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
	color: #0478d7
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
	color: #fff;
	stroke: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
	color: #ff5600
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
	color: #1bd760
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
	color: #2aabee
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
	color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
	color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
	color: #011835
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
	color: #6440a4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
	color: #1da1f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
	color: #1eb7ea
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
	color: #4680c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
	color: #25d366
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
	color: #3499cd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
	color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
	color: #d32422
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
	color: red
}

:root :where(.wp-block-social-links .wp-social-link a) {
	padding: .25em
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
	padding: 0
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
	padding-left: .66667em;
	padding-right: .66667em
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
	border: 1px solid;
	font-size: unset !important;
	margin-right: 0;
	padding: 1ch 2ch;
	text-decoration: none !important
}

:where(.wp-block-term-description) {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap)
}

:where(pre.wp-block-verse) {
	font-family: inherit
}

@supports (position:sticky) {
}

.wp-block-video :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
	border-style: solid
}

html :where([style*=border-top-color]) {
	border-top-style: solid
}

html :where([style*=border-right-color]) {
	border-right-style: solid
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

html :where([style*=border-left-color]) {
	border-left-style: solid
}

html :where([style*=border-width]) {
	border-style: solid
}

html :where([style*=border-top-width]) {
	border-top-style: solid
}

html :where([style*=border-right-width]) {
	border-right-style: solid
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

html :where([style*=border-left-width]) {
	border-left-style: solid
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

:where(figure) {
	margin: 0 0 1em
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0)
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0
	}
}

.form-form-control-wrap {
	position: relative
}

.form .form-submit:disabled {
	cursor: not-allowed
}

.form input[type="tel"] {
	direction: ltr
}


body {
	margin: 0px;
	padding: 0px;
	font-family: "Manrope", Helvetica, Arial, Lucida, sans-serif;
	background: #141414;
	color: #d8d8d8;
	height: 100%;
	line-height: 1.7em;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*MAIN*/

html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
b,
ul,
li,
form,
label,
footer,
header,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */

footer,
header,
section,
main {
	display: block;
}

html {
	height: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea {
	color: #333;
	font-family: "Manrope", Helvetica, Arial, Lucida, sans-serif;
	outline: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

input[type=submit] {
	cursor: pointer;
}

form {
	padding: 0px;
	margin: 0px;
}

a {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div {
	outline: none !important;
}

input[type=submit] {
	-webkit-appearance: none;
	outline: none;
}

input:disabled {
	-webkit-appearance: none;
	opacity: 1;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.y-row {
	margin: 0 -10px -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.y-col {
	padding: 0 10px 20px;
	width: 100%;
}

.d-none {
	display: none !important;
}

[data-aos][data-aos][data-aos-delay="400"] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 0.01;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

[data-aos=fade-up] {
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

a {
	color: #b0322b;
}

a:hover {
	color: #b0322b;
}

ul {
	list-style: none;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/

.h2 {
	font-family: "Apoc Hairline", Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	font-size: 26px;
	color: #ededed;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 34px;
	font-weight: 400;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.h2:last-child {
	margin-bottom: 0;
}

.text {
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 40px;
	color: #d8d8d8;
}

.text--white {
	color: #fff;
}

.text:last-child {
	margin-bottom: 0;
}

.text p {
	margin-bottom: 16px;
}

.text p:last-child {
	margin-bottom: 0;
}

.text-center {
	text-align: center;
}

.scrolling-text-left {
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: translate3d(50px, 0px, 0px);
	transform: translate3d(50px, 0px, 0px);
	display: block;
}


.btn {
	background: #b0322b;
	border: 1px solid #b0322b;
	border-radius: 2px;
	padding: 15px 30px;
	font-family: "Manrope", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	display: inline-block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
}

.btn:hover {
	background-color: #141414;
	border-color: #141414;
	color: #fff;
}

.btn--small {
	padding: 4px 10px;
	letter-spacing: 2px;
	font-size: 12px;
}

.btn--border {
	background-color: #b0322b;
	font-weight: 800;
}

.btn--border:hover {
	background-color: #141414;
	border-color: #b0322b;

}

.btn--md {
	padding: 10px 20px;
	font-size: 12px;
}

.btn--dark {
	background-color: #141414;
	border-color: #141414;
}

.btn--dark:hover {
	background-color: #b0322b;
	border-color: #b0322b;
}

.block-form {
	margin: 0px auto;
	max-width: 450px;
}

.block-form__title {
	color: #8e8e8e;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 20px;
	text-align: center;
}

.form-label {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.7em;
	font-family: "Manrope", Helvetica, Arial, Lucida, sans-serif;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #8e8e8e;
	margin-bottom: 10px;
	display: inline-block;
}

.form-input {
	display: block;
	padding: 10px 0;
	background: transparent;
	color: #8e8e8e;
	border: none;
	border-bottom: 1px solid #777771;
	height: 40px;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Manrope", Helvetica, Arial, Lucida, sans-serif;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.form-input:-moz-placeholder,
.form-input::-moz-placeholder {
	color: #8e8e8e;
	opacity: 1;
}

.form-input::-webkit-input-placeholder {
	color: #8e8e8e;
}

.form-input:focus {
	border-color: #b0322b;
}

.form-textarea {
	height: 160px;
	resize: vertical;
}

.form .btn {
	min-width: 220px;
	margin-top: 20px;
}

.nice-input {
	width: 100%;
	position: relative;
	margin-top: 20px;
	display: block;
}

.nice-input .form-label {
	position: absolute;
	top: 0px;
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	padding: 0;
	color: #8e8e8e;
	left: 0px;
	display: block;
	width: 100%;
	text-align: left;
	pointer-events: none;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nice-input .form-input:focus+.form-label {
	-webkit-transform: translate3d(0px, -28px, 0);
	transform: translate3d(0px, -28px, 0);
	color: #b0322b;
	font-weight: 600;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #8e8e8e;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	color: #8e8e8e;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}

.main-wrapper {
	padding: 0;
	min-width: 320px;
	width: 100%;
	position: relative;
	min-height: 100%;
	padding-top: 62px;
}

.wrapper {
	width: 100%;
	max-width: 2560px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}

.wrapper--small {
	max-width: 1200px;
	margin: 0 auto;
}

.wrapper--md {
	max-width: 1400px;
}

.section {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.section--pt-0 {
	padding-top: 0 !important;
}

.section--overflow {
	overflow: hidden;
}

.section--border-bottom {
	border-bottom: 1px solid #2c2c2c;
}

.section--border-bottom:last-child {
	border: none;
}

.header {
	z-index: 20;
	position: relative;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	height: 62px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #121212;
}

.header__wrapper {
	width: 100%;
	padding: 0px 15px;
	height: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 62px;
	width: 100%;
}

.header:before {
	content: "";
	z-index: -1;
	background-color: #121212;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.header-nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	height: calc(100vh - 0px);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	transform: translate3d(-400px, 0, 0);
  background-color: #000;
  z-index: -1;
}
.header-nav.active {
  transform: translate3d(0px, 0, 0);
  height: fit-content;
  border-bottom: #fff 2px solid;



}
.header-nav__scroll {
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	padding-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 20px;
}

.header-nav__scroll {
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */
	scrollbar-width: none;
	/* Firefox */
}

.header-nav__scroll::-webkit-scrollbar {
	display: none;
	/* Safari and Chrome */
}

.logo {
	display: block;
	max-width: 160px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.logo img {
	max-width: 100%;
	height: auto;
	display: block;
}

.nav {
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 54px;
	font-weight: 300;
}

.nav .menu-item {
	position: relative;
}

.nav .menu-item>a {
	position: relative;
	display: block;
	padding: 15px 0 15px 15px;
	color: #aaa;
}

.nav .menu-item>a:hover {
	background: rgba(0, 0, 0, 0.15);
	color: #aaa;
}

.nav .menu-item>a:active {
	background: rgba(255, 255, 255, 0.05);
	color: #aaa;
}

.menu-trigger {
	vertical-align: middle;
	width: 40px;
	height: 40px;
	display: block;
	margin-left: -6px;
}

.hamburger {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: 0;
	margin: 0;
	overflow: visible;
	width: 40px;
	height: 40px;
	transition: all 0.4s ease-in-out;
	border-radius: 40px;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: calc(50% - 0.5px);
	left: calc(50% - 14px);
	bottom: 0px;
	width: 28px;
	height: 1px;
	background-color: #fff;
	position: absolute;
}

.hamburger-inner:after,
.hamburger-inner:before {
	content: "";
	display: block;
	width: 28px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	transition-property: -webkit-transform;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: transform, background-color;
	transition-property: transform, background-color, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.hamburger-inner:before {
	bottom: -8px;
}

.hamburger-inner:after {
	top: -8px;
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/

.footer {
	background-color: #0a0a0a;
	border-top: 1px solid #1c1c1c;
	text-align: center;
	color: #9e9e9e;
	overflow: hidden;
}

.footer-top {
	position: relative;
}

.footer-top:before {
	content: "";
	position: absolute;
	left: -15px;
	right: -15px;
	height: 1px;
	background: #1c1c1c;
	bottom: 0;
}

.footer-top .y-col {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-top.y-row {
	margin-bottom: 0;
}

.footer-top__col-1 {
	border-bottom: 1px solid #1c1c1c;
}

.footer-bottom {
	color: rgba(255, 255, 255, 0.3);
	font-size: 13px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-bottom p {
	margin-bottom: 10px;
}

.footer-bottom p:last-child {
	margin-bottom: 0;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.y-row {
		margin: 0 -15px -30px;
	}

	.y-col {
		padding: 0 15px 30px;
	}

	.y-col-md-6 {
		width: 50%;
	}

	.d-block-md {
		display: block !important;
	}

	.h2 {
		font-size: 36px;
	}


	.btn--small {
		padding: 6px 20px;
		letter-spacing: 2px;
		font-size: 14px;
	}

	.section {
		padding: 90px 0 60px;
	}

	.section--border-bottom {
		padding-bottom: 90px;
	}

	.footer-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-bottom p {
		margin: 0 !important;
	}
}

@media (min-width: 992px) {

	.y-col-lg-4 {
		width: 33.33%;
	}

	.y-col-lg-6 {
		width: 50%;
	}

	.h2 {
		font-size: 42px;
	}

	.footer-top__col-1 {
		position: relative;
		border-right: 1px solid #1c1c1c;
	}
}

@media (min-width: 1200px) {

	.d-none-xl {
		display: none !important;
	}

	.main-wrapper {
		padding-top: 0px;
	}

	.wrapper {
		padding: 0 30px;
	}

	.logo {
		max-width: 240px;
		-webkit-transition: none;
		transition: none;
	}

	.header {
		height: 80px;
		background: none;
		position: relative;
	}

	.header__left {
		display: block;
		width: auto;
		height: auto;
		-webkit-filter: none !important;
		filter: none !important;
	}

	.header__wrapper {
		height: 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		padding-left: 30px;
		padding-right: 30px;
	}

	.header-nav {
		position: relative;
		z-index: 3;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: transparent;
		padding: 0 15px;
		min-height: 0;
		overflow: visible;
		left: auto;
		right: auto;
		top: auto;
		width: auto;
		height: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.header-nav__scroll {
		display: block;
		height: auto;
		padding: 0;
		overflow: visible;
	}

	.nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		white-space: nowrap;
		margin: 0;
		color: #fff;
		font-weight: 400;
		letter-spacing: 1px;
	}

	.nav>.menu-item {
		position: relative;
		padding: 0 11px;
		border: none;
	}

	.nav>.menu-item>a {
		background: none !important;
		padding: 16px 0;
		white-space: nowrap;
		color: #fff;
	}

	.nav>.menu-item>a:hover {
		opacity: 0.7;
	}

	.header--index .logo {
		max-width: 218px;
	}

	.header--index .nav>.menu-item>a {
		padding: 31px 0;
	}

	.header--index .header__left {
		width: 200px;
	}

	.header-wrapper-fixed {
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}


	.footer-top .y-col {
		padding: 30px 5%;
	}

	.footer-top.y-row {
		margin: 0 -30px;
	}

	.footer-top__col-1 {
		padding: 60px 5% !important;
	}

	.footer-bottom {
		padding-left: calc(5% - 30px);
		padding-right: calc(5% - 30px);
	}
}


.form.js-form :not(.calculator__btns)>.btn {
	display: block;
	margin: 20px auto;
}



.section__form--grey {
	background-color: #D9D9D9;
}

.section__form--grey .btn {
	border-radius: 32px;
}

.nice-input .form-label {
	color: #000000;
}

.section__form--grey .btn:hover {
	background: #D9D9D9;
	color: #b0322b;
}

.section__form--grey h2,
.section__form--grey .block-form__title,
.section__form--grey .form-label {
	color: #000000;
	border-color: #000000;
}


:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

:root {
	--swiper-navigation-size: 44px;
}

.slider-main {
	width: 100%;
	height: 100vh;
	min-height: 480px;
	margin-top: -62px;
}

.slider-main-item {
	height: 100vh;
	min-height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
	padding-bottom: 120px;
	padding-top: 62px;
}

.slider-main-item__image {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0.5;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.slider-main-item::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background-color: rgba(20, 20, 20, 0.6);
}

.slider-main-item .btn {
	opacity: 1;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	background-color: #b0322b;
	border-color: #b0322b;
}

.slider-main-item .wrapper {
	opacity: 1;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*.slider-main-nav .swiper-button-prev,*/
/*.slider-main-nav .swiper-button-next*/
/*{*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background-color: transparent;*/
/*    color: #b0322b;*/
/*    -webkit-box-flex: 0;*/
/*    -ms-flex: none;*/
/*    flex: none;*/
/*}*/

.case-categories {}


.case-categories__item {
	position: relative;
	padding-bottom: 75%;
	display: block;
	overflow: hidden;
}

.case-categories__item-image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: perspective(1000px) scale(1.2, 1.2);
	transform: perspective(1000px) scale(1.2, 1.2);
	-webkit-transform-style: flat;
	transform-style: flat;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.case-categories__item-title {
	position: absolute;
	z-index: 2 !important;
	bottom: 30px;
	left: 30px;
	right: 30px;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	padding: 4px 10px 4px 10px;
	display: block;
	opacity: 1;
	font-family: "Apoc Hairline";
}

.case-categories__item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(70%, rgba(255, 255, 255, 0)));
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
	z-index: 1;
	opacity: 1;
}

/*.media__item:hover*/
/*{*/
/*    opacity: 1;*/
/*}*/

.mission__image {
	max-width: 100%;
	height: auto;
}

.mission .text {
	text-align: center;
}

.mission__sign p b {
	font-weight: 800;
}

.mission .btn {
	display: block;
	margin: 0 auto;
	max-width: 200px;
}

@media (min-width: 768px) {

	.slider-main-item__image {
		display: block;
	}
}

@media (min-width: 992px) {

	.mission .btn {
		margin: 0;
	}


	.mission .y-row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.mission .text {
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.slider-main {
		margin-top: -80px;
	}

	.mission .y-row {
		margin-left: -30px;
		margin-right: -30px;
	}

	.mission .y-col {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.case-categories__item {
	transition: opacity 0.3s ease-in-out;
}

.case-categories__item:hover {
	opacity: 0.5;
}
/* reset */

/*
@media (min-width: $media-md) {
}
@media (min-width: $media-lg) {
}
@media (min-width: $media-xl) {
}
@media (min-width: $media-x2l) {
}
@media (min-width: $media-x3l) {
}
*/

.section-title-large {
  border-bottom: 1px solid #2c2c2c;
  position: relative;
  z-index: 2;
}

.service {
  background-color: #191919;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
}

.service:last-child {
  margin-bottom: 0;
}

.service__bg {
  position: relative;
}

.service__content {
  padding: 30px 15px;
  color: #8e8e8e;
}

.service__image {
  padding-bottom: 66.55%;
  position: relative;
}

.service__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__order {
  z-index: 2;
  position: relative;
  margin-top: -20px;
  padding: 30px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.3);
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.service__order .btn {
  min-width: 220px;
}

.service__h2 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 300;
  color: #ededed;
}

.service__text {
  margin-bottom: 30px;
}

.service__h3 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #ededed;
}

.steps-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  letter-spacing: 1;
  text-transform: uppercase;
}

.steps-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .section-title-large {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .service__content {
    padding: 40px 30px;
  }

  .service__image {
    padding-bottom: 81.16%;
  }

  .service__order {
    position: absolute;
    margin-top: 0;
    left: 30px;
    bottom: 30px;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    padding: 60px 40px;
  }
}

@media (min-width: 992px) {
  .section-title-large {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-title-large:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(25% - 0.5px);
    width: 1px;
    background: #2c2c2c;
  }

  .section-title-large:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(75% - 0.5px);
    width: 1px;
    background: #2c2c2c;
  }

  .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .service__bg {
    width: 66.66%;
    min-height: 600px;
  }

  .service__content {
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .service__image {
    padding-bottom: 0;
    height: 100%;
  }

  .service--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .service--reverse .service__order {
    left: auto;
    right: 30px;
  }
}

@media (min-width: 1200px) {

  .service {
    margin-left: -30px;
    margin-right: -30px;
  }
}


 :root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

:root {
  --swiper-navigation-size: 44px;
}

.section-title-large {
  border-bottom: 1px solid #2c2c2c;
  position: relative;
  z-index: 2;
}

.block-about {
  text-align: center;
  padding-right: 5%;
  padding-left: 5%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.block-about__title .h2 {
  font-size: 31px;
  margin-bottom: 42px;
}

.block-about .text {
  font-weight: 200;
}

@media (min-width: 768px) {

  .section-title-large {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .block-about__title .h2 {
    font-size: 42px;
    margin-bottom: 42px;
  }
}

@media (min-width: 992px) {
  .section-title-large {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-title-large:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(25% - 0.5px);
    width: 1px;
    background: #2c2c2c;
  }

  .section-title-large:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(75% - 0.5px);
    width: 1px;
    background: #2c2c2c;
  }

  .block-about {
    width: 40%;
    max-width: 600px;
    padding: 0;
  }
}
#phoneTooltip{
	display: none;
	text-align: center; 
	padding: 20px 0 0 0;
	color: #000;
}

#thankYouMessage{
	display: none;
	text-align: center; 
	padding: 20px 0 0 0;
	color: #000;
}
#errorMessage{
	display: none;
	text-align: center; 
	padding: 20px 0 0 0;
	color: #000;
}