/*!
Theme Name: atomicoop
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atomicoop
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.

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

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

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

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

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

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


/* END UNDERSCORE THEME */

/* BEGIN ATOMICOOP THEME */

/* BEGIN OVERRIDES UNDERSCORE */

#root .react-daterange-picker input[type="number"] {
	color: #25221e;
	border: none;
	border-radius: 3px;
	padding: 3px;
}

#page {
	overflow: hidden;
}

.post,
.page {
	margin-bottom: 0;
}

/* END OVERRIDES UNDERSCORE */

/* BEGIN OVERRIDES DEFAULT BOOTSTRAP */

body {
	--bs-body-font-family: "Poppins", sans-serif;
	--bs-body-bg: #fff;
	--bs-body-color: #0C0C16;
}

@media only screen and (max-width: 575px) {
	.container {
		--bs-gutter-x: 3.5rem !important;
	}
}

/* END OVERRIDES DEFAULT BOOTSTRAP */

/* BEGIN ATOMICOOP TYPOGRAPHY */
.hfont,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Space Grotesk", sans-serif;
}

.page a,
.page-template a,
.single a,
.archive a,
.search a,
.blog a {
	text-decoration: none;
	color: #202020;
}

p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.16;
}

p:last-child {
	margin-bottom: 0;
}

.title_1 {
	font-size: 58px;
	font-weight: 700;
	line-height: 1.16;
}

@media only screen and (max-width: 767px) {

	.title_1 {
		font-size: 32px;
	}

}

.title_2 {
	font-size: 48px;
	font-weight: 500;
	line-height: 1.16;
}

@media only screen and (max-width: 767px) {
	.title_2 {
		font-size: 36px;
	}
}

.title_3,
.title_3>p {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.16;
}

@media only screen and (max-width: 1199px) {

	.title_3,
	.title_3>p {
		font-size: 28px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {

	.title_3,
	.title_3>p {
		font-size: 32px;
	}
}

.title_4 {
	font-size: 34px;
	font-weight: 400;
	line-height: 1.16;
}

@media only screen and (max-width: 1199px) {
	.title_4 {
		font-size: 24px;
	}
}

.title_5 {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.16;
}

.title_6,
.title_6.nav-link {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.16;
}

.title_7 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.16;
}

.button_title,
.button_title.nav-link,
.button_title>p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.16;
}

@media only screen and (max-width: 767px) {

	.button_title,
	.button_title.nav-link,
	.button_title>p {
		font-size: 18px;
	}
}

.text_font_14,
.text_font_14>p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.16;
}

.text_font_16,
.text_font_16>p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.16;
}

.text_font_24,
.text_font_24>p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.16;
}

@media only screen and (max-width: 767px) {

	.text_font_24,
	.text_font_24>p {
		font-size: 20px;
	}
}

/* END ATOMICOOP TYPOGRAPHY */

/* BEGIN GLOBAL CLASSES */

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 textarea,
.wpcf7 .form-select {
	padding: 10px 20px;
	min-height: 44px;
	border-radius: 31px;
	background-color: #fff;
}

.wpcf7 button.wpcf7-submit:hover {
	background-color: #fff;
	border: 1px solid #43a2e2;
	color: #43a2e2;
}

.wpcf7-spinner {
	position: absolute;
	right: 18%;
	top: 13%;
	background-color: #1a6d82;
}

.wpcf7-list-item-label {
	color: #fff;
}

::-webkit-input-placeholder {
	/* Chrome and Safari */
	color: #25221E !important;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #25221E;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #25221E;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #25221E;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #25221E;
}

::placeholder {
	color: #25221E;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.carousel-item {
	transition: opacity 1.4s ease-in-out !important;
}

.banner_full {
	position: relative;
	overflow: hidden;
}

.banner_full .banner_full_bg img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 2.127031;
}

@media only screen and (max-width: 767px) {
	.banner_full .banner_full_bg img {
		aspect-ratio: 0.7;
	}
}

.banner_full .banner_full_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 3;
}

@media only screen and (max-width: 767px) {
	.banner_full .banner_full_content {
		padding: 0 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.banner_full .banner_full_content {
		width: 80%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1200px) {
	.banner_full .banner_full_content {
		max-width: 680px;
		margin: 0 auto;
	}
}

/* END GLOBAL CLASSES */

/* BEGIN UTILITIES */

.read_more {
	padding-bottom: 48px;
}

.btn_default {
	display: inline-block;
	background-color: #A8136D;
	padding: 10px 24px;
	border-radius: 31px;
}

.btn_default.btn_outline {
	background-color: transparent;
	border: 1px solid #fff;
	box-shadow: none;
}

.btn_outline.border_black {
	border: 1px solid #0C0C16;
}

.sec_padding {
	padding: 140px 0;
}

.sec_margin {
	margin: 140px 0;
}

@media only screen and (max-width: 1199px) {
	.sec_padding {
		padding: 70px 0;
	}

	.sec_margin {
		margin: 70px 0;
	}
}

.bg_white {
	background-color: #fff;
}

.bg_fucsia {
	background-color: #A8136D;
}

.color_celeste_rosa {
	color: #EFE0FF !important;
}

.color_primary_500 {
	color: #A8136D !important;
}

.color_secondary_500 {
	color: #000035 !important;
}

.color_neutral_100 {
	color: #FFFFFF !important;
}

.color_neutral_500 {
	color: #A4A4A4 !important;
}

.color_neutral_1000 {
	color: #0C0C16 !important;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

#bg-separator .bg_separator {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

.bg_shape {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000035;
	z-index: 0;
	transform: skewY(-3deg);
	transform-origin: left top;
}

/* END UTILITIES */

/* BEGIN HEADER */

#top-menu {
	position: absolute;
	top: 0;
	left: 0;
	height: 148px;
	padding: 8px 0;
	z-index: 12;
}

@media only screen and (max-width: 1199px) {
	#top-menu {
		height: 100px;
	}
}

@media only screen and (max-width: 767px) {
	#logo-header {
		width: 150px;
	}
}

#top-menu .header_logo a {
	display: flex;
	align-items: center;
}

#top-menu .header_logo_title {
	font-size: 30px;
	color: #fff;
}

@media screen and (max-width: 1199px) {
	.main-navigation ul {
		display: flex;
	}
}

#top-menu.sticky-top-menu {
	position: fixed;
	height: 90px;
	background-color: #fff;
	margin-top: 0;
	z-index: 9;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.102);
	animation: fadeIn 0.85s;
}

.logged-in #top-menu.sticky-top-menu {
	margin-top: 32px;
}

#top-menu #header-top-menu {
	border: 1px solid #fff;
	border-radius: 31px;
	padding: 6px 24px;
}

@media screen and (min-width: 1200px) {
	#top-menu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu {
		border: 1px solid #fff;
		border-radius: 31px;
		padding: 6px 24px;
	}
}

#top-menu.sticky-top-menu #header-top-menu {
	border: 1px solid #0C0C16;
}

@media screen and (min-width: 1200px) {
	#top-menu.sticky-top-menu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu {
		border: 1px solid #0C0C16;
	}
}

#top-menu .nav-item .nav-link,
#top-menu .header_contact a.header_contact_link {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 500;
	color: #fff;
}

#top-menu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link,
#top-menu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link:hover,
#top-menu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#top-menu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 500;
	color: #fff;
}

#top-menu.sticky-top-menu .nav-item .nav-link,
#top-menu.sticky-top-menu .header_contact a.header_contact_link {
	color: #333333;
}

@media screen and (min-width: 1200px) {
	#top-menu.sticky-top-menu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link {
		color: #333333;
	}
}

#top-menu .lang_menu .lang_top a.active {
	font-weight: 700;
}

#top-menu .topsocial i {
	font-size: 24px;
	color: #2A1C35;
}

.btn_mobile_menu i {
	font-size: 32px;
}

#header-home .header_img {
	object-fit: contain;
	object-position: 50% 50%;
	width: 100%;
	min-height: 600px;
	/* aspect-ratio: 2.24648985; */
}

/*
@media screen and (max-width: 1199px) {

	#header-home .header_img {
		aspect-ratio: 0.7;
	}
}
*/

.overlay.overlay_header {
	animation: fadeIn 2s both 0s;
	z-index: 2;
}

.headerHomeSlider .carousel-item .carousel-caption {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	animation: fadeIn 2s both 0s;
	z-index: 2;
}

#header-home .carousel-item,
#header-home .overlay_header,
#header-page .header_content,
#header-page .carousel-item,
#header-page .overlay_header {
	padding-top: 100px;
}

@media screen and (min-width: 1200px) {

	#header-home .carousel-item,
	#header-home .overlay_header,
	#header-page .header_content,
	#header-page .carousel-item,
	#header-page .overlay_header {
		padding-top: 148px;
	}
}

@media screen and (min-width: 1200px) {
	#header-page .header_image .header_img {
		position: relative;
		top: 80px;
	}
}

#header-page .header_page_pre_title,
#header-page .header_page_title {
	color: #fff;
}

#header-home .carousel-item .bg_slider_tag {
	padding: 4px 16px 4px 8px;
	border-radius: 8px;
}

@media screen and (max-width: 1399px) {
	#header-home .carousel-item .bg_slider_tag .slider_tag_label.button_title {
		font-size: 16px;
	}
}

#header-home .carousel-header-control-prev,
#header-home .carousel-header-control-next {
	background-color: transparent;
	padding: 0;
	border: 0;
}

#header-home .carousel-item .header_home_slider_tags {
	min-height: 114px;
	margin: 48px 0;
}

@media screen and (min-width: 1200px) {
	#header-home .carousel-item .header_home_slider_bottom {
		min-width: 520px;
	}
}

/* END HEADER */

/* BEGIN PAGE HOME */

#partners-logo-rotator {
	padding: 100px 0;
}

#partners-logo-rotator .swiper-free-mode>.swiper-wrapper {
	transition-timing-function: linear;
}

#partners-logo-rotator .logosRotator .swiper-slide img {
	object-fit: contain;
	object-position: 50% 50%;
}

.partners_logo_rotator_text {
	display: flex;
	align-items: center;
}

.partners_logo_rotator_text::before,
.partners_logo_rotator_text::after {
	content: "";
	flex: 1;
	height: 1px;
	background-color: #A4A4A4;
}

#page-home #intro-services {
	margin-bottom: 110px;
}

#page-home #services {
	background-image: url("./img/bg_services_home.png");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#page-home #services .service_item {
	background-color: #fff;
	background-image: url("./img/bg_vector_service_card_home.svg");
	background-size: auto;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 48px 0;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.071);
	top: -180px;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

#page-home #services .service_item_desc {
	min-height: 84px;
	margin: 24px;
}

#page-home #about-us .bg_vector_about_us_home img {
	object-fit: cover;
	object-position: 50% 50%;
}

@media screen and (min-width: 1400px) {
	#page-home #about-us .bg_vector_about_us_home img {
		width: 60%;
	}
}

#page-home #about-us .bg_about_us_home {
	background-color: #000035;
}

#page-home #about-us .about_us_card {
	color: #fff;
	padding-bottom: 48px;
}

@media screen and (min-width: 1200px) {
	#page-home #about-us .about_us_card {
		position: absolute;
		top: 120px;
		right: auto;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: #fff;
		color: #0C0C16;
		padding: 100px 80px;
		border-top-left-radius: 24px;
		border-bottom-right-radius: 24px;
		box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.071);
	}
}

#page-home #about-us .about_us_image {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1199px) {
	#page-home #about-us .about_us_image {
		height: 164px;
	}
}

@media screen and (min-width: 1200px) {
	#page-home #about-us .about_us_image {
		height: 570px;
	}
}

#page-home #about-us .about_us_image img {
	object-fit: contain;
	object-position: 50% 50%;
}

#page-home #about-us .about_us_image .svg-part {
	position: absolute;
	opacity: 0;
	animation: fade-in 6s infinite;
}

#page-home #about-us .about_us_image .svg-part.part1 {
	animation-delay: 0s;
}

#page-home #about-us .about_us_image .svg-part.part2 {
	animation-delay: 1.5s;
}

#page-home #about-us .about_us_image .svg-part.part3 {
	animation-delay: 3s;
}

#page-home #about-us .about_us_image .svg-part.part4 {
	animation-delay: 4.5s;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	25% {
		opacity: 1;
	}

	35% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

#portfolio-carousel .carousel-inner {
	background-color: #000035;
	border-radius: 24px;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.071);
}

#portfolio-carousel .carousel-inner .portfolio_item_desc {
	min-height: 84px;
	margin: 24px 0;
}

.portfolio_item_subtitle {
	min-height: 60px;
}

#portfolio-carousel .carousel-portfolio-control-prev,
#portfolio-carousel .carousel-portfolio-control-next {
	background-color: transparent;
	padding: 0;
	border: 0;
}

#contact-us-pre-footer {
	background-color: #B8FCFF;
}

@media only screen and (min-width: 1200px) {
	#contact-us-pre-footer {
		margin-top: 240px;
	}
}

#contact-us-pre-footer .bg_shape {
	background-color: #B8FCFF;
	transform: skewY(3deg);
	transform-origin: right top;
}

@media only screen and (max-width: 1199px) {
	#contact-us-pre-footer .bg_shape {
		display: none;
	}
}

#contact-us-pre-footer .contact_us_form {
	position: relative;
	background: #000035;
	padding: 70px 28px;
}

@media only screen and (min-width: 1200px) {

	#contact-us-pre-footer .contact_us_content {
		height: 460px;
		padding: 0 48px;
	}

	#contact-us-pre-footer .contact_us_form {
		position: absolute;
		top: -100px;
		padding: 60px 48px;
		border-top-left-radius: 16px;
		border-bottom-right-radius: 16px;
		box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.071);
		z-index: 3;
	}
}

#contact-us-pre-footer .contact_us_form a {
	color: #fff;
}

#page-home #ux-ui .ux_ui_cards .ux_ui_image .ux_ui_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 0.91343283;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.071);
}

#page-home #ux-ui .ux_ui_cards .ux_ui_tag {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	text-align: center;
}

#blog .postsCarousel .post_item .post_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 1.55;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.071);
}

@media only screen and (max-width: 767px) {
	#blog .postsCarousel .post_item .post_img {
		aspect-ratio: 0.7;
	}
}

/* END PAGE HOME */

/* BEGIN PAGE ABOUT */

#page-about #partners {
	background-color: #000035;
	padding: 48px 0;
}

@media only screen and (min-width: 1200px) {
	#page-about #partners {
		padding-bottom: 100px;
	}
}

#page-about #partners .partner_item {
	position: relative;
	background-color: #fff;
	padding: 48px 16px;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.071);
	z-index: 1;
}

@media only screen and (min-width: 1200px) {
	#page-about #partners .partner_item {
		top: -120px;
	}
}

#page-about #about-us {
	background-image: url("./img/bg_sec_about_us.png");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) {
	#page-about #about-us .about_us_image {
		position: relative;
		top: -100px;
	}
}

#page-about #about-us .about_us_image .about_us_img {
	object-fit: cover;
	object-position: 50% 50%;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	aspect-ratio: 0.9546279;
}

@media only screen and (min-width: 1200px) {
	#page-about #about-us .about_us_content {
		padding-left: 60px;
		padding-bottom: 100px;
	}
}

#page-about #mission .mission_block {
	background-color: #F5F5F5;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	padding: 48px 32px;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.031);
}

@media only screen and (min-width: 1200px) {
	#page-about #mission .mission_extra_block {
		padding-left: 60px;
		padding-right: 0;
	}

	#page-about #mission .flex-xl-row-reverse .mission_extra_block {
		padding-right: 60px;
		padding-left: 0;
	}
}

#page-about #team {
	background-color: #0C0C16;
}

@media only screen and (min-width: 1200px) {
	#page-about #team {
		margin-bottom: 400px;
	}
}

#page-about #team .bg_shape {
	background-color: #0C0C16;
	transform: skewY(-3deg);
	transform-origin: bottom right;
}

@media only screen and (min-width: 1200px) {
	#page-about #team .team_image {
		position: absolute;
		top: 48px;
		padding-left: 122px;
	}
}

#page-about #team .team_image .team_img {
	object-fit: cover;
	object-position: 50% 50%;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	aspect-ratio: 0.9546279;
}

#page-about .banner_full .overlay {
	background-color: rgba(0, 0, 0, 0.8);
}

#page-about #our-history .our_history_image .our_history_img {
	object-fit: cover;
	object-position: 50% 50%;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	aspect-ratio: 1.0689;
}

@media only screen and (min-width: 1200px) {
	#page-about #our-history .our_history_content {
		padding-left: 60px;
	}
}

#page-about #our-customers {
	background-color: #000035;
	padding: 48px 0;
	margin-top: 240px;
}

@media only screen and (min-width: 1200px) {
	#page-about #our-customers {
		margin-top: 240px;
	}

	#page-about #our-customers .bg_shape {
		transform: skewY(-6deg);
	}
}

#our-customers .swiper-button-next,
#our-customers .swiper-button-prev {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	display: inline-block;
	width: auto;
}

#our-customers .swiper-button-next::after,
#our-customers .swiper-button-prev::after {
	display: none;
}

@media only screen and (min-width: 1200px) {
	#page-about #faq .sec_faq_block_title {
		padding-right: 60px;
	}
}

.accordion-flush#accordionFaq .accordion-item {
	color: #000;
	border: none;
}

.accordion-flush#accordionFaq .accordion-item::after {
	content: '';
	position: relative;
	display: block;
	border-bottom: 1px solid #A4A4A4;
	padding-top: 16px;
	margin-bottom: 24px;
}

.accordion-flush#accordionFaq .accordion-button {
	color: #000;
}

.accordion-flush#accordionFaq .accordion-item .accordion-button,
.accordion-flush#accordionFaq .accordion-item .accordion-button.collapsed {
	background-color: transparent;
	padding-left: 0;
	border-radius: 0;
}

.accordion-flush#accordionFaq .accordion-item .accordion-button:not(.collapsed) {
	color: #000;
	box-shadow: none;
}

.accordion-flush#accordionFaq .accordion-item .accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: none;
}

.accordion-flush#accordionFaq .accordion-item .accordion-button::after {
	content: none;
}

.accordion-flush#accordionFaq .accordion-item .accordion-button:not(.collapsed)::after {
	background-image: url('data: image/svg+xml, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_780_2072%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%22-1%22%20width%3D%2224%22%20height%3D%2225%22%3E%3Crect%20y%3D%22-0.0827637%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_780_2072)%22%3E%3Cpath%20d%3D%22M12%2015.3172L6%209.31724L7.4%207.91724L12%2012.5172L16.6%207.91724L18%209.31724L12%2015.3172Z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	transform: rotate(-90deg);
}

.accordion-flush#accordionFaq .accordion-item .accordion-button::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	content: "";
	background-image: url('data: image/svg+xml, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_780_2072%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%22-1%22%20width%3D%2224%22%20height%3D%2225%22%3E%3Crect%20y%3D%22-0.0827637%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_780_2072)%22%3E%3Cpath%20d%3D%22M12%2015.3172L6%209.31724L7.4%207.91724L12%2012.5172L16.6%207.91724L18%209.31724L12%2015.3172Z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
	margin-right: 4px;
	color: #000;
}

/* END PAGE ABOUT */

/* BEGIN SINGLE SERVIZIO */
@media only screen and (min-width: 1200px) {
	#single-service #section-1 {
		background-image: url("./img/bg_sec_about_us.png");
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}

	#single-service #section-1 {
		margin-top: 240px;
	}
}

@media only screen and (min-width: 1200px) {
	#single-service #section-1 .section_image {
		position: relative;
		top: -100px;
	}
}

#single-service .section_image .section_img {
	object-fit: cover;
	object-position: 50% 50%;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	aspect-ratio: 1;
}

@media only screen and (min-width: 1200px) {

	#single-service .section_content {
		padding-left: 60px;
	}

	#single-service #section-1 .section_content {
		padding-left: 60px;
		padding-bottom: 100px;
	}
}

#single-service .section_pre_title_tag_bg {
	background-color: #A8136D;
	padding: 4px 16px 4px 8px;
	border-radius: 8px;
}

#single-service .section_block_card {
	background-color: #000035;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	padding: 48px 32px;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.031);
}

@media only screen and (min-width: 1200px) {
	#single-service .section_blocks_title {
		padding-right: 60px;
	}
}

#single-service #section-5 .section_block_card {
	background-color: #A8136D;
}

/* END SINGLE SERVIZIO */


/* BEGIN PAGE CONTACTS */

.page-template-page-contacts-php {
	background-color: #F8F8F8;
}

.page-template-page-contacts-php #intro .contact_us_icon {
	display: inline-block;
	width: 32px;
	text-align: center;
}

.page-template-page-contacts-php #intro .block_social .footer_social_icon {
	background-color: #fff;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}

/* END PAGE CONTACTS */

/* BEGIN BLOG */

/* END BLOG */

/* BEGIN FOOTER */

.site-footer {
	background-color: #000035;
}

@media only screen and (min-width: 1200px) {
	.site-footer .footer_newsletter_block {
		padding-left: 120px;
	}
}

.site-footer .footer_newsletter_block a {
	color: #fff;
}

.site-footer .footer_newsletter_block .wpcf7 input[type="email"] {
	background-color: #3d3d45;
	color: #fff;
}

.site-footer .footer_newsletter_block ::-webkit-input-placeholder {
	/* Chrome and Safari */
	color: #fff !important;
}

.site-footer .footer_newsletter_block :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
}

.site-footer .footer_newsletter_block ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}

.site-footer .footer_newsletter_block :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.site-footer .footer_newsletter_block ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

.site-footer .footer_newsletter_block ::placeholder {
	color: #fff;
}

.site-footer .footer_info_data {
	border-bottom: 1px solid #fff;
	padding-bottom: 24px;
}

.otgs-development-site-front-end {
	display: none;
}

/* END FOOTER */

/* END ATOMICOOP THEME */