/*!
Theme Name: ianic
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
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 with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    /* font-family: MabryPro-Regular !important; */
	margin: 0;
	background-color: #1C1C1C;
}

/* 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;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

/* @font-face {
    font-family: MabryPro-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/ianic/fonts/MabryPro/MabryPro-Regular.otf") format("opentype");

}
.MabryPro-Regular{
	font-family:MabryPro-Regular;
} */

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff;
}

.whiteFontColor2 {
	color: #ECECEC;
}

.whiteFontColor3 {
	color: rgba(236, 236, 236, 0.80);
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #000000;
}

.blackBackgroundColor {
	background-color: #000000;
}

.newBlackBackgroundColor {
	background-color: #1C1C1C;
}

.paleWhiteFontColor {
	color: rgba(236, 236, 236, 0.65);
}

.grayFontColor {
	color: rgba(236, 236, 236, 0.65);
	opacity: 0.5;
}

.redFontColor {
	color: #EF555C;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href {
	color: inherit;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.grecaptcha-badge {
    display: none !important;
}

.kuka_panel p {
    font-size: small;
    line-height: normal !important;
}

#kuka_cookie-categories * {
	color: #000 !important;
}

.copyrights_wrapper_kuka svg {
	width: auto !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
}

.error_wrapper_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error404 {
	width: 100%;
	height: 100vh;
}

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

.mobile .kuka_modal-content {
	height: calc(var(--vh, 1vh) * 100);
}

.desktop .error404 #masthead {
	z-index: 999;
}

.kuka_modal-content, .kuka_accordion, .kuka_panel table {
    background-color: #ffffff;
}

#masthead ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#masthead nav a {
	text-decoration: none;
	color: #ECECEC !important;
}

#masthead nav {
	height: 100%;
    display: flex;
    align-items: center;
}

.menu-main-menu-container, .menu-main-menu-en-container {
    width: 100%;
}

.logo_col a {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#masthead {
	width: auto;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
	border: 0.7px solid rgba(236, 236, 236, 0.30);
	background: rgba(28, 28, 28, 0.18);
	backdrop-filter: blur(13px);
    z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.offcanvas-end {
    width: 100vw;
    border-left: none;
}

.mobile #primary-menu {
	display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn-close {
	background: none;
	display: none;
}

.accordion-button,
.accordion-button:focus,
.accordion-button:hover,
.accordion-button:active,
.accordion-button:visited,
.accordion-button:focus-visible,
.accordion-button:focus-within  {
	outline: 0;
	box-shadow: none;
}

.mobile #masthead {
    padding-left: 15px;
    padding-right: 15px;
    height: 47px;
    top: 30px;
    left: 25px;
    right: 25px;
    border-radius: 15px;
	z-index: 9999;
}

.mobile #masthead nav a {
	margin-right: 0;
}

#masthead nav li:last-child a {
	margin-right: 0;
}

.logo_col img {
	width: 100%;
	object-fit: contain;
	object-position: left;
}

.mobile .logo_col img {
	height: 27px;
}

.mobile #toggler {
	background-color: transparent;
	padding: 0;
	border: none;
}

.mobile #menu {
	background-color: #1C1C1C;
	color: #ECECEC;
}

.mobile #menu a {
    text-decoration: none;
    color: #ECECEC;
    font-size: 22px;
    line-height: 42px;
}

.mobile #menu .menu-main-menu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mobile #colophon {
	margin-top: 9.766vw;
	padding-bottom: 1.302vw;
}

.croppedContent {
	margin: auto;
}

.mobile .croppedContent {
	padding-left: 18.75vw;
	padding-right: 18.75vw;
}

.mobile .footer_colored_text {
	margin-bottom: 1.875vw;
}

.footer_colored_text {
	background: var(--Linear, linear-gradient(146deg, #ECECEC 20.35%, rgba(236, 236, 236, 0.00) 128.73%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#colophon .menu {
    margin: 0;
    padding: 0;
    color: rgba(236, 236, 236, 0.65);
    list-style: none;
}

#colophon .menu a {
    color: rgba(236, 236, 236, 0.65);
	text-decoration: none;
}

.d-flex-menu .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#menu-footer-menu-3 a {
	color: rgba(236, 236, 236, 0.65);
	opacity: 0.5;
}

.mobile .mid_row {
	padding-bottom: 7.292vw;
	padding-top: 10.885vw;
}

.mobile .copyright_row {
	padding-top: 2.917vw;
}

.mobile #menu-footer-menu-3 a {
	margin-right: 2.083vw;
}

#menu-footer-menu-3 li:last-child a {
	margin-right: 0;
}

.mobile .top_row h6 {
	margin-bottom: 2.272vw;
}

.team_logo {
    object-fit: contain;
}

.mobile .team_logo {
	height: 1.094vw;
	margin-right: 2.5vw;
}

.top_row .col-auto:last-child .team_logo {
	margin-right: 0;
}

.mobile .left_menu {
	margin-right: 4.167vw;
}

#colophon .flex_between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#colophon .col-lg-auto {
    width: calc(100% - 95.9%);
}

#menu-footer-menu-1 li, #menu-footer-menu-2 li {
    line-height: 0;
}

.mobile .footer_logo {
	height: 3.594vw;
}

.colored_text, .colored_text5 {
	background: var(--Linear, linear-gradient(146deg, #ECECEC 20.35%, rgba(236, 236, 236, 0.00) 128.73%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.colored_text span {
	background: var(--Linear, linear-gradient(90deg, #EF555C 0%, #7643A2 46.5%, #0090C8 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-feature-settings: 'liga' off, 'clig' off;
}

.colored_text3 span {
	background: var(--Linear, linear-gradient(90deg, #7643A2 0%, #EF555C 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-feature-settings: 'liga' off, 'clig' off;
}

.mobile .mb25 {
	margin-bottom: 1.302vw;
}

.mobile .mb55 {
	margin-bottom: 2.865vw;
}

.mobile .newsletter_form {
	margin-bottom: 16.51vw;
}

.subscribe-container {
	border: 1px solid rgba(236, 236, 236, 0.30);
	border-radius: 999px;
	display: flex;
    margin: auto;
	justify-content: space-between;
}

.subscribe-container form {
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.subscribe-input {
	background: transparent;
	border: none;
	color: rgba(236, 236, 236, 0.65);
	outline: none;
	flex: 1;
}

.subscribe-input::placeholder {
  	color: #aaa;
}

.subscribe-button, .colored_button {
	background: linear-gradient(280deg,rgba(239, 85, 92, 1) 0%, rgba(153, 48, 52, 1) 100%);
	border: none;
	border-radius: 999px;
	cursor: pointer;
	text-decoration: none;
	color: #EDEDED !important;
	background-size: 200% 200%;
	background-position: left center;
	transition: background-position 0.3s ease;
}

.subscribe-button:hover, .colored_button:hover {
  	background: linear-gradient(90deg,rgba(239, 85, 92, 1) 0%, rgba(153, 48, 52, 1) 100%);
	background-position: right center;
}

.mobile .subscribe-container {
	padding: 0.365vw;
	width: 22.24vw;
}

.mobile .subscribe-input {
	padding: 0.625vw 1.042vw;
}

.mobile .subscribe-button, .mobile .colored_button {
	padding: 0.625vw 1.25vw;
}

.header_slider {
	height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.croppedContentBigger {
	margin: auto;
}

.mobile .croppedContentBigger {
	max-width: 55.208vw;
}

.header_slider, .header_swiper {
  width: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-pagination-numbers {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
}

.custom-page-btn {
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.30);
	background-color: transparent;
	color: #F2F4F8;
	font-style: normal;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	padding-bottom: 5px;
}

.custom-page-btn.active {
	border: none;
	color: #F2F4F8;
    border-radius: 100px;
}

.custom-page-btn.active::before {
	content: '';
	position: absolute;
    inset: 0;
    border-radius: 100px;
	top: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.6px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.mobile .custom-pagination-numbers {
	gap: 0.729vw;
}

.mobile .custom-page-btn {
	width: 2.448vw;
	height: 2.448vw;
	font-size: max(0.903vw, 12px);
	line-height: 1.354vw;
}

.mobile .custom-page-btn.active {
	width: 9.427vw;
}

.mobile .custom-page-btn.active::before {
	content: '';
	height: 2.448vw;
}

.mobile .header_swiper .swiper-wrapper {
	margin-top: 2.448vw;
}

.mobile .header_swiper {
	padding-bottom: 2.448vw !important;
	padding-top: 2.448vw !important;
}

.header {
	height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mw60 {
    max-width: 58%;
}

.mobile .header_small {
	padding-bottom: 6.771vw;
	height: 39.375vw;
}

.mobile .header_slider {
	margin-bottom: 7.813vw;
}

.mobile .boxed_paragraph {
	padding-top: 7.813vw;
	padding-bottom: 7.813vw;
}

.boxed_paragraph_wrapper::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2262%22%20height%3D%2216%22%20viewBox%3D%220%200%2062%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%20stroke%3D%22%23ECECEC%22/%3E%3Ccircle%20cx%3D%2231%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%230090C8%22/%3E%3Ccircle%20cx%3D%2254%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23EF555C%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    background-color: #1C1C1C;
}

.colored_button.gradient_border {
    position: relative;
    background: transparent;
}

.colored_button.colored_button.gradient_border::before {
	content: "";
	position: absolute;
    inset: 0;
    border-radius: 100px;
	top: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.6px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.mobile .colored_button.colored_button.gradient_border {
	padding-left: 2.656vw;
	padding-right: 2.656vw;
}

.custom_border_dots {
	border: 1px solid #ECECEC
}

.mobile .boxed_paragraph_wrapper {
	padding-top: 2.604vw;
	padding-left: 2.604vw;
	padding-right: 4.427vw;
	padding-bottom: 4.688vw;
}

.boxed_paragraph_wrapper {
    position: relative;
}

.boxed_paragraph .btn_wrapper, .smartville_section .btn_wrapper, .blog_slider .btn_wrapper {
    background-color: #1C1C1C;
    transform: translateY(-50%);
    width: max-content;
    margin: auto;
}

.mobile .boxed_paragraph_wrapper::before {
	content: "";
	width: calc(3.229vw + 1.563vw);
	height: 0.833vw;
	right: 2.604vw;
	top: -0.417vw;
}

.mobile .colored_button.gradient_border {
	font-size: 0.903vw;
}

.mobile .custom_border_dots {
	border-radius: 1.563vw;
}

.mobile .boxed_paragraph .btn_wrapper, .mobile .smartville_section .btn_wrapper {
	padding-left: 2.135vw;
	padding-right: 2.135vw;
}

.mobile .counter_section {
	padding-bottom: 5.573vw;
	padding-top: 7.292vw;
}

.progress-bars-wrapper {
	display: flex;
	flex-direction: column;
}

.progress-bar-item .label {
	color: #EDEDED;
}

.progress-track {
	background: rgba(69, 68, 89, 0.3);
	border-radius: 100px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: url("data:image/svg+xml,%3Csvg width='100%' height='6' viewBox='0 0 1000 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ccircle cx='47' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='77' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='107' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='137' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='167' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='197' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='227' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='257' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='287' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='317' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='347' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='377' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='407' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='437' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='467' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='497' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='527' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='557' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='587' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='617' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='647' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='677' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='707' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='737' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='767' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='797' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='827' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='857' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='887' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='917' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='947' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='977' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
}

.progress-fill {
    height: 100%;
    border-radius: 100px;
    background-color: rgb(41 41 47);
    position: relative;
    transition: width 0.5s ease;
    transform: translateX(0);
}

.progress-fill::before {
	content: "";
	position: absolute;
    inset: 0;
    border-radius: 100px;
	top: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.6px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.progress-bar-item:hover .progress-fill {
	height: 100%;
	border-radius: 100px;
	background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
	transition: width 0.5s ease;
}

.progress-bar-item:hover .progress-fill::before {
	background: linear-gradient(90deg, #ECECEC 0%, #ECECEC 46.5%, #ECECEC 100%);
}

.mobile .mb10 {
	margin-bottom: 0.521vw;
}

.mobile .progress-bars-wrapper {
	gap: 1.042vw;
}

.mobile .progress-bar-item .label {
	margin-bottom: 0.521vw;
}

.mobile .progress-track {
	height: 1.563vw;
}

.mobile .services_slider {
	padding-top: 7.292vw;
	padding-bottom: 5.729vw;
}

.mw75 {
	max-width: 76%;
}

.mobile .icon {
	width: 2.604vw;
	height: 2.604vw;
}

.mobile .mb15 {
	margin-bottom: 0.781vw;
}

.mobile .slider_wrap_pl {
	padding-left: 18.75vw;
}

.mobile .croppedContentBig {
	padding-left: 18.75vw;
	padding-right: 18.75vw;
}

.mobile .inner_box {
	padding: 3.125vw;
	border-radius: 1.042vw;
}

.inner_box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inner_box::before {
	content: "";
	position: absolute;
    inset: 0;
	top: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.5px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.mobile .inner_box::before {
	border-radius: 1.042vw;
}

.mobile .mt50 {
	margin-top: 2.604vw;
}

.mobile .inner_box {
	height: 21.615vw;
}

.classic_btn {
	color: #ffffff;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: 2px;
	font-weight: 500;
}

.custom-page-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-swiper-prev::after, .custom-swiper-prev2::after, .custom-swiper-prev3::after {
	font-style: normal;
	font-weight: 400;
}

.custom-swiper-next::after, .custom-swiper-next2::after, .custom-swiper-next3::after {
	font-style: normal;
	font-weight: 400;
}

.custom-swiper-prev, .custom-swiper-next, .custom-swiper-prev2, .custom-swiper-next2, .custom-swiper-prev3, .custom-swiper-next3 {
    border-radius: 50%;
    background-color: transparent !important;
    color: #F2F4F8 !important;
    font-style: normal;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative !important;
}

.custom-swiper-prev::before, .custom-swiper-next::before, .custom-swiper-prev2::before, .custom-swiper-next2::before, .custom-swiper-prev3::before, .custom-swiper-next3::before {
	content: "";
	position: absolute;
    inset: 0;
    border-radius: 100px;
	top: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.6px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.mobile .custom-swiper-prev::after, .mobile .custom-swiper-prev2::after, .mobile .custom-swiper-prev3::after {
	font-size: 0.903vw !important;
	line-height: 1.354vw !important;
}

.mobile .custom-swiper-next::after, .mobile .custom-swiper-next2::after, .mobile .custom-swiper-next3::after {
	font-size: 0.903vw !important;
	line-height: 1.354vw !important;
}

.mobile .custom-swiper-prev, .mobile .custom-swiper-prev2, .mobile .custom-swiper-prev3 {
	margin-right: 0.625vw;
}

.mobile .custom-swiper-prev, .mobile .custom-swiper-next, .mobile .custom-swiper-prev2, .mobile .custom-swiper-next2, .mobile .custom-swiper-prev3, .mobile .custom-swiper-next3 {
	width: 2.448vw !important;
	height: 2.448vw !important;
	font-size: 0.903vw;
	line-height: 1.354vw;
}

.mobile .h_big {
	height: 33.854vw;
}

.mobile .smartville_section {
	padding-top: 7.292vw;
	padding-bottom: 8.411vw;
}

.mobile .boxes_wrap {
	padding-top: 2.083vw;
	padding-left: 1.823vw;
	padding-bottom: 2.083vw;
	padding-right: 7.031vw;
	height: 31.354vw;
	border-radius: 1.563vw;
}

.boxes_wrap {
	background: rgba(28, 28, 28, 0.45);
	backdrop-filter: blur(17.399999618530273px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.boxes_wrap::after {
	content: "";
	position: absolute;
    inset: 0;
    top: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.5px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.colored_text2 span {
	color: #0090C8;
}

.colored_text5 span {
    color: #0090C8 !important;
    background: transparent !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0090C8;
}

.mobile .mb75 {
	margin-bottom: 3.906vw;
}

.services_slider .swiper-button-disabled::before,
.slider_with_background_image .swiper-button-disabled::before,
.blog_slider .swiper-button-disabled::before,
.members_section .swiper-button-disabled::before,
.positions_section .swiper-button-disabled::before {
	display: none;
}

.services_slider .swiper-button-disabled,
.slider_with_background_image .swiper-button-disabled,
.blog_slider .swiper-button-disabled,
.members_section .swiper-button-disabled,
.positions_section .swiper-button-disabled {
    border: 2px solid rgba(255, 255, 255, 0.30);
    background-color: transparent !important;
    color: #F2F4F8 !important;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    opacity: 1 !important;
}

.mobile .two_big_title_and_centered_description {
	padding-bottom: 4.505vw;
}

.mobile .croppedContentSmall {
	padding-left: 2.083vw;
	padding-right: 2.083vw;
}

.mobile .contact_form_section {
	padding-top: 4.505vw;
	padding-bottom: 4.505vw;
}

.mobile .small_boxes_3_per_row {
	padding-top: 4.505vw;
	padding-bottom: 4.505vw;
}

.mobile .inner_small_box {
	padding-top: 1.302vw;
	padding-bottom: 1.302vw;
	padding-left: 1.458vw;
	padding-right: 1.114vw;
	height: 6.51vw;
}

.inner_small_box::before {
	content: "";
	position: absolute;
    inset: 0;
	top: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.6px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.mobile .inner_small_box::before {
	border-radius: 1.563vw;
}

.mobile .socials_contact a:nth-child(2) img {
	margin-left: 1.667vw;
	margin-right: 1.667vw;
}

.inner_small_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile .wpcf7-form {
	width: 30.729vw;
	margin: auto;
}

.wpcf7-form .col-6 {
    text-align: left;
}

.wpcf7-form .col-6:nth-child(even) {
    text-align: right;
}

.wpcf7-form input:not(input[type="submit"]):not(input[type="checkbox"]) {
	width: 98%;
	border: 0.7px solid rgba(236, 236, 236, 0.30);
	background: rgba(28, 28, 28, 0.35);
	backdrop-filter: blur(13px);
	color: rgba(236, 236, 236, 0.65);
}

.wpcf7-form textarea {
	border: 0.7px solid rgba(236, 236, 236, 0.30);
	background: rgba(28, 28, 28, 0.35);
	backdrop-filter: blur(13px);
	resize: none;
	color: rgba(236, 236, 236, 0.65);
}

.wpcf7-form input:not(input[type="submit"]):not(input[type="checkbox"])::placeholder, .wpcf7-form textarea::placeholder {
	color: rgba(236, 236, 236, 0.65);
}

.wpcf7-acceptance .wpcf7-list-item-label {
	color: rgba(236, 236, 236, 0.65);
}

.wpcf7-not-valid-tip {
    color: indianred;
    font-size: x-small;
    font-weight: normal;
    display: block;
    position: absolute;
}

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

.wpcf7-spinner {
    position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: transparent;
    border: none;
    color: #ECECEC;
}

.mobile .wpcf7-form input:not(input[type="submit"]):not(input[type="checkbox"]) {
	height: 3.177vw;
	border-radius: 0.521vw;
	padding-top: 1.042vw;
	padding-bottom: 1.042vw;
	padding-left: 1.146vw;
	padding-right: 1.146vw;
	margin-bottom: 1.094vw;
}

.mobile .wpcf7-form textarea {
	width: 30.729vw;
	height: 7.76vw;
	border-radius: 0.521vw;
	padding-top: 1.042vw;
	padding-bottom: 1.042vw;
	padding-left: 1.146vw;
	padding-right: 1.146vw;
	margin-bottom: 1.094vw;
}

.mobile .wpcf7-not-valid-tip {
	bottom: 0;
	right: 0.521vw;
}

.mobile .wpcf7-spinner {
	margin-top: 0.521vw;
}

.contact span.wpcf7-list-item-label::before {
    content: '';
    border: 1px solid rgba(236, 236, 236, 0.30);
    border-radius: 100px;
    display: inline-flex;
    transition: all .4s ease;
    opacity: .5;
    background: transparent;
	position: absolute;
	left: 0;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: " ";
}

.contact input[type="checkbox"]:checked+span.wpcf7-list-item-label::before {
    transition: all .4s ease;
    opacity: 1;
    border: 1px solid rgba(236, 236, 236, 0.30);
	background-color: rgba(236, 236, 236, 0.30);
}

.mobile .wpcf7-acceptance .wpcf7-list-item-label {
	padding-left: 0.938vw;
}

.wpcf7-acceptance label {
	display: flex;
	align-items: center;
}

.wpcf7-acceptance input[type="checkbox"] {
	opacity: 0;
}

.wpcf7-acceptance * {
	cursor: pointer;
}

.mobile .contact span.wpcf7-list-item-label::before {
	width: 0.99vw;
	height: 0.99vw;
	margin-top: 0.104vw;
}

.wpcf7-form-control-wrap.active::after {
    content: "";
    position: absolute;
    inset: 0;
    top: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.6px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
    width: 98%;
    z-index: 1;
    border-radius: 100px;
}

.wpcf7-form-control-wrap[data-name="acceptance-562"].active::after {
	display: none;
}

.mobile .wpcf7-form-control-wrap.active::after {
	height: 3.177vw;
}

.wpcf7-form-control-wrap {
    display: inline-block;
}

.wpcf7-form input,
.wpcf7-form input:hover,
.wpcf7-form input:active,
.wpcf7-form input:focus,
.wpcf7-form input:focus-visible,
.wpcf7-form input:focus-within,
.wpcf7-form textarea,
.wpcf7-form textarea:hover,
.wpcf7-form textarea:active,
.wpcf7-form textarea:focus,
.wpcf7-form textarea:focus-visible,
.wpcf7-form textarea:focus-within {
	outline: 0;
	box-shadow: none;
}

.wpcf7-form-control-wrap.active input, .wpcf7-form-control-wrap.active textarea {
    border: none !important;
}

.wpcf7-form-control-wrap.active[data-name="your-message"]::after {
	width: 100%;
}

.mobile .wpcf7-form-control-wrap.active[data-name="your-message"]::after {
	height: 7.76vw;
	border-radius: 0.521vw;
}

.wpcf7-form .col-6:nth-child(even) .wpcf7-form-control-wrap.active::after {
	margin-left: auto;
}

.mobile .boxes_wrap::after {
	border-radius: 1.563vw;
}

.mobile .boxes_wrap {
	width: calc(33.33333333% - 0.781vw);
}

.inner_img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mobile .inner_img {
	padding: 2.604vw;
}

.mobile .smartville_section .button-group button:first-child {
	margin-right: 1.719vw;
}

.button-group .colored_button.gradient_border:not(.active)::before {
	display: none;
}

.button-group .colored_button.gradient_border:not(.active) {
	color: rgba(242, 244, 248, 0.6) !important;
	border: 2px solid rgba(255, 255, 255, 0.30);
}

.mobile .benefits {
	padding-top: 8.411vw;
	padding-bottom: 8.594vw;
}

.mobile .slider_with_background_image {
	padding-top: 8.594vw;
	padding-bottom: 4.479vw;
}

.bg_img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 632.5px;
}

.colored_button.colored_button.gradient_border.active {
    pointer-events: none;
}

.smartville_section .accordion-collapse.collapsing {
    transition: none;
}

.custom_center_pagination {
	margin: auto;
}

.mobile .custom_center_pagination {
	height: 2.448vw;
	margin-top: 2.604vw;
	margin-bottom: 1.458vw;
}

.small_boxes {
	border: 0.7px solid rgba(236, 236, 236, 0.30);
	background: rgba(28, 28, 28, 0.18);
	backdrop-filter: blur(13px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mobile .small_boxes {
	padding-top: 2.188vw;
	padding-left: 1.823vw;
	padding-right: 11.719vw;
	padding-bottom: 1.667vw;
	border-radius: 1.563vw;
	width: 26.406vw;
	height: 25.208vw;
}

.mobile .single_swiper {
	margin-bottom: 5.729vw;
}

.custom-swiper-prev:hover, .custom-swiper-next:hover, .custom-swiper-prev2:hover, .custom-swiper-next2:hover, .custom-swiper-prev3:hover, .custom-swiper-next3:hover, .custom-swiper-prev::after, .custom-swiper-next::after, .custom-swiper-prev2::after, .custom-swiper-next2::after, .custom-swiper-prev3:after, .custom-swiper-next3:after, .custom-swiper-prev:focus, .custom-swiper-next:focus, .custom-swiper-prev2:focus, .custom-swiper-next2:focus, .custom-swiper-prev3:focus, .custom-swiper-next3:focus, .custom-swiper-prev:focus-visible, .custom-swiper-next:focus-visible, .custom-swiper-prev2:focus-visible, .custom-swiper-next2:focus-visible, .custom-swiper-prev3:focus-visible, .custom-swiper-next3:focus-visible, .custom-swiper-prev:focus-within, .custom-swiper-next:focus-within, .custom-swiper-prev2:focus-within, .custom-swiper-next2:focus-within, .custom-swiper-prev3:focus-within, .custom-swiper-next3:focus-within, .custom-swiper-prev:active, .custom-swiper-next:active, .custom-swiper-prev2:active, .custom-swiper-next2:active, .custom-swiper-prev3:active, .custom-swiper-next3:active, .custom-swiper-prev:visited, .custom-swiper-next:visited, .custom-swiper-prev2:visited, .custom-swiper-next2:visited, .custom-swiper-prev3:visited, .custom-swiper-next3:visited {
	outline: 0;
	box-shadow: none;
	opacity: 1;
}

.colored_button.colored_button.gradient_border.active {
	border-color: transparent;
}

.mobile .button-group .colored_button.gradient_border {
	min-width: 10.781vw;
}

.mobile .blog_slider {
	padding-top: 4.479vw;
	padding-bottom: 10.417vw;
}

.mobile .blog_slider .btn_wrapper {
	padding-left: 1.302vw;
	padding-right: 1.302vw;
}

.lclamp3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.mobile .blog_box_inner .inner_padding {
	padding-top: 1.823vw;
	padding-left: 1.302vw;
	padding-right: 2.344vw;
	padding-bottom: 2.083vw;
}

.mobile .blog_box_inner {
	height: 32.448vw;
}

.mobile .blog_box_inner img {
	height: 14.219vw;
}

.mobile .blog_slider .slider_wrap_pl {
	margin-bottom: 7.813vw;
}

.swiper.basic_swiper_posts {
    padding-top: 10px;
}

.mobile .mini_boxes {
	padding-top: 0;
	padding-bottom: 7.422vw;
}

.mobile .title_left_and_paragraph_right {
	padding-top: 7.422vw;
	padding-bottom: 6.953vw;
}

.mobile .members_section {
	padding-top: 6.953vw;
	padding-bottom: 9.766vw;
}

.mobile .row_wrapper_information {
	margin-bottom: 13.542vw;
}

.row_wrapper_information:last-child {
	margin-bottom: 0;
}

.mobile .featured_card .inner_padding {
	padding-top: 2.083vw;
	padding-left: 1.719vw;
	padding-right: 1.719vw;
	padding-bottom: 3.177vw;
}

.featured_card {
	border: 1px solid #ECECEC;
}

.img_sector {
	border-top: 1px solid #ECECEC;
    overflow: hidden;
}

.mobile .featured_card {
	border-radius: 1.563vw;
	width: 22.76vw;
	height: 35.26vw;
}

.featured_card img {
	object-fit: cover;
	height: 100%;
}

.mobile .img_sector {
	height: 26.719vw;
	border-bottom-right-radius: 1.563vw;
	border-bottom-left-radius: 1.563vw;
}

.mobile .members_section .slider_wrap_pl_outer {
	margin-top: 10.521vw;
}

#member-filter input, #position-filter input {
	opacity: 0;
	position: absolute;
}

.mobile #member-filter label, .mobile #position-filter label {
	margin-right: 0.781vw;
}

#member-filter label:last-child, #position-filter label:last-child {
    margin-right: 0;
}

#member-filter *, #position-filter * {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .members_section .button-group .colored_button.gradient_border {
	min-width: 11.094vw;
}

.mobile .tagline_with_background_image {
	padding-top: 0;
	padding-bottom: 4.427vw;
}

.mobile .masonry_boxes {
	padding-top: 4.427vw;
	padding-bottom: 5.391vw;
}

.mobile .positions_section {
	padding-top: 5.391vw;
	padding-bottom: 9.766vw;
}

.colored_text_opacity {
	background: linear-gradient(145.55deg, #ECECEC 20.35%, rgba(236, 236, 236, 0) 128.73%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.colored_text_opacity span {
	background: var(--Linear, linear-gradient(90deg, #7643A2 0%, #EF555C 40%, #7643A2 50%, #0090C8 60%, #7643A2 70%, #EF555C 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-feature-settings: 'liga' off, 'clig' off;
}

.bg_image_tagline {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100dvh !important;
}

.mobile .bg_image_tagline {
	height: 58.542vw;
	border-radius: 1.667vw;
	padding-left: 13.854vw;
	padding-right: 13.854vw;
}

.opacity_layer {
    background-color: #00000069;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg_image_tagline h2 {
	z-index: 2;
}

.mobile .mw630 {
	max-width: 29.167vw;
}

.mobile .count-badge {
	width: 15px;
	height: 15px;
	margin-left: 13px;
}

.count-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #D9D9D9;
	color: #1C1C1C;
	border-radius: 100px;
}

.mobile .positions_section .inner_box {
	padding-top: 1.302vw;
	padding-left: 1.823vw;
	padding-right: 2.865vw;
	padding-bottom: 2.24vw;
}

.mobile .cards_section {
	padding-top: 3.125vw;
	padding-bottom: 4.323vw;
}

.mobile .card_inner {
	width: 46.667vw;
	padding-top: 2.24vw;
	padding-left: 3.229vw;
	padding-right: 12.083vw;
	padding-bottom: 2.083vw;
	border-radius: 1.563vw;
	margin-bottom: 1.771vw;
}

.card_inner:last-child {
	margin-bottom: 0;
}

.card_inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.card_inner::before {
	content: "";
	position: absolute;
    inset: 0;
    top: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.5px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.mobile .card_inner::before {
	border-radius: 1.563vw;
}

.mobile .mb90 {
	margin-bottom: 4.688vw;
}

.mobile .drag_section {
	padding-top: 4.323vw;
	padding-bottom: 6.771vw;
}

.wpcf7-form input[name="your-file"] {
	border: none !important;
	width: 100%;
	max-width: 9.427vw;
}

.mobile .wpcf7-form input[name="your-file"] {
	max-width: 9.427vw;
	margin-top: 1.563vw;
}

input[type="file"].wpcf7-form-control {
	opacity: 0;
	position: absolute;
	z-index: 1;
	left: 0;
	margin: 0 !important;
}

.wpcf7-form-control-wrap[data-name="your-file"] {
	position: relative;
}

.wpcf7-form-control-wrap[data-name="your-file"]::before {
    content: "Upload Here";
    display: inline-block;
    cursor: pointer;
    color: #F2F4F8;
    transition: background 0.3s;
}

.mobile input[type="file"].wpcf7-form-control {
	width: 9.427vw !important;
	height: 2.386vw !important;
	border-radius: 3.224vw !important;
}

.wpcf7-form-control-wrap[data-name="your-file"]::after {
	content: "";
	position: absolute;
    inset: 0;
    border-radius: 100px;
    top: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.6px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.wpcf7-form-control-wrap[data-name="your-file"], .wpcf7-form-control-wrap[data-name="your-file"]::before, .wpcf7-form-control-wrap[data-name="your-file"]::after {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.mobile .wpcf7-form-control-wrap[data-name="your-file"], .mobile .wpcf7-form-control-wrap[data-name="your-file"]::before, .mobile .wpcf7-form-control-wrap[data-name="your-file"]::after {
	width: 9.427vw !important;
	height: 2.386vw !important;
	border-radius: 3.224vw !important;
}

.mobile .wpcf7-form-control-wrap[data-name="your-file"] {
	margin-top: 2.344vw;
}



/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (min-width: 320px) {
	h1, h1 p {
		font-size: 4.167vw;
		font-style: normal;
		font-weight: 500;
		line-height: 4.167vw;
		letter-spacing: -0.125vw;
	}

	h1.big, h1.big p {
		font-size: 8.333vw;
		font-style: normal;
		font-weight: 500;
		line-height: 8.333vw;
		letter-spacing: -0.25vw;
	}

	h2, h2 p {
		font-size: 4.167vw;
		font-style: normal;
		font-weight: 500;
		line-height: 4.167vw;
		letter-spacing: -0.125vw;
	}

	h3.big, h3.big p {
		font-size: 2.5vw;
		font-style: normal;
		font-weight: 500;
		line-height: 2.75vw;
		letter-spacing: -0.017vw;
	}

	h3, h3 p {
		font-size: 1.667vw;
		font-style: normal;
		font-weight: 500;
		line-height: 2.167vw;
		letter-spacing: -0.008vw;
	}

	h4, h4 p {
		font-size: 1.25vw;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.013vw;
	}

	h5, h5 p {
		/* font-size: ; */
	}

	h6.small, h6.small p, #menu-footer-menu-3 a, .subscribe-input, .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-form-control {
		font-size: max(0.729vw, 10px);
		font-style: normal;
		font-weight: 400;
		line-height: 1.094vw;
	}

	h6, h6 p, #menu-footer-menu-1 a, #menu-footer-menu-2 a, #member-filter label, #position-filter label, .wpcf7-form-control-wrap[data-name="your-file"]::before {
		font-size: max(0.938vw, 12px);
		font-style: normal;
		font-weight: 400;
		line-height: 1.5vw;
	}

	h6.smaller, h6.smaller p {
		font-size: max(0.625vw, 10px);
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	p,
	#masthead nav a,
	.simple_p,
	.simple_p p,
	.colored_button,
	.classic_btn,
	.subscribe-button {
		font-size: max(0.833vw, 12px);
		font-style: normal;
		font-weight: 400;
		line-height: 1.25vw;
	}
}

@media (min-width: 992px) {
	h1, h1 p {
		font-size: 4.167vw;
		font-style: normal;
		font-weight: 500;
		line-height: 4.167vw;
		letter-spacing: -0.125vw;
	}

	h1.big, h1.big p {
		font-size: 8.333vw;
		font-style: normal;
		font-weight: 500;
		line-height: 8.333vw;
		letter-spacing: -0.25vw;
	}

	h2, h2 p {
		font-size: 4.167vw;
		font-style: normal;
		font-weight: 500;
		line-height: 4.167vw;
		letter-spacing: -0.125vw;
	}

	h3.big, h3.big p {
		font-size: 2.5vw;
		font-style: normal;
		font-weight: 500;
		line-height: 2.75vw;
		letter-spacing: -0.017vw;
	}

	h3, h3 p {
		font-size: 1.667vw;
		font-style: normal;
		font-weight: 500;
		line-height: 2.167vw;
		letter-spacing: -0.008vw;
	}

	h4, h4 p {
		font-size: 1.25vw;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.013vw;
	}

	h5, h5 p {
		/* font-size: ; */
	}

	h6, h6 p, #menu-footer-menu-1 a, #menu-footer-menu-2 a, #member-filter label, #position-filter label, .wpcf7-form-control-wrap[data-name="your-file"]::before {
		font-size: max(0.938vw, 12px);
		font-style: normal;
		font-weight: 400;
		line-height: 1.5vw;
	}

	h6.small, h6.small p, #menu-footer-menu-3 a, .subscribe-input, .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-form-control {
		font-size: max(0.729vw, 10px);
		font-style: normal;
		font-weight: 400;
		line-height: 1.094vw;
	}

	h6.smaller, h6.smaller p {
		font-size: max(0.625vw, 10px);
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	p,
	#masthead nav a,
	.simple_p,
	.simple_p p,
	.colored_button,
	.classic_btn,
	.subscribe-button {
		font-size: max(0.833vw, 10px);
		font-style: normal;
		font-weight: 400;
		line-height: 1.25vw;
	}

	#masthead {
		padding-left: 1.927vw;
		padding-right: 1.927vw;
		height: 3.75vw;
		top: 2.917vw;
		left: 17.969vw;
		right: 17.969vw;
		border-radius: 0.781vw;
	}

	#masthead nav a {
		margin-right: 1.771vw;
	}

	.logo_col img {
		height: 1.927vw;
	}

	#colophon {
		margin-top: 9.766vw;
		padding-bottom: 1.302vw;
	}

	.croppedContent {
		padding-left: 18.75vw;
		padding-right: 18.75vw;
	}

	.footer_colored_text {
		margin-bottom: 1.875vw;
	}

	.mid_row {
		padding-bottom: 7.292vw;
		padding-top: 10.885vw;
	}

	.copyright_row {
		padding-top: 2.917vw;
	}

	#menu-footer-menu-3 a {
		margin-right: 2.083vw;
	}

	.top_row h6 {
		margin-bottom: 2.272vw;
	}

	.team_logo {
		height: 1.094vw;
		margin-right: 2.5vw;
	}

	.left_menu {
		margin-right: 4.167vw;
	}

	.footer_logo {
		height: 3.594vw;
	}

	.mb25 {
		margin-bottom: 1.302vw;
	}

	.mb55 {
		margin-bottom: 2.865vw;
	}

	.newsletter_form {
		margin-bottom: 16.51vw;
	}

	.subscribe-container {
		padding: 0.365vw;
		width: 22.24vw;
	}

	.subscribe-input {
		padding: 0.625vw 1.042vw;
	}

	.subscribe-button, .colored_button {
		padding: 0.625vw 1.25vw;
	}

	.croppedContentBigger {
		max-width: 55.208vw;
	}

	.custom-pagination-numbers {
		gap: 0.729vw;
	}

	.custom-page-btn {
		width: 2.448vw;
		height: 2.448vw;
		font-size: max(0.903vw, 12px);
		line-height: 1.354vw;
	}

	.custom-page-btn.active {
		width: 9.427vw;
	}

	.custom-page-btn.active::before {
		content: '';
		height: 2.448vw;
	}

	.header_swiper .swiper-wrapper {
		margin-top: 2.448vw;
	}

	.header_swiper {
		padding-bottom: 2.448vw !important;
		padding-top: 2.448vw !important;
	}

	.header_small {
		padding-bottom: 6.771vw;
		height: 39.375vw;
	}

	.header_slider {
		margin-bottom: 7.813vw;
	}

	.boxed_paragraph {
		padding-top: 7.813vw;
		padding-bottom: 7.813vw;
	}

	.colored_button.colored_button.gradient_border {
		padding-left: 2.656vw;
		padding-right: 2.656vw;
	}

	.boxed_paragraph_wrapper {
		padding-top: 2.604vw;
		padding-left: 2.604vw;
		padding-right: 4.427vw;
		padding-bottom: 4.688vw;
	}

	.boxed_paragraph_wrapper::before {
		content: "";
		width: calc(3.229vw + 1.563vw);
		height: 0.833vw;
		right: 2.604vw;
		top: -0.417vw;
	}

	.colored_button.gradient_border {
		font-size: 0.903vw;
	}

	.custom_border_dots {
		border-radius: 1.563vw;
	}

	.boxed_paragraph .btn_wrapper, .smartville_section .btn_wrapper {
		padding-left: 2.135vw;
		padding-right: 2.135vw;
	}

	.counter_section {
		padding-bottom: 5.573vw;
		padding-top: 7.292vw;
	}

	.mb10 {
		margin-bottom: 0.521vw;
	}

	.progress-bars-wrapper {
		gap: 1.042vw;
	}

	.progress-bar-item .label {
		margin-bottom: 0.521vw;
	}

	.progress-track {
		height: 1.563vw;
	}

	.services_slider {
		padding-top: 7.292vw;
		padding-bottom: 5.729vw;
	}

	.icon {
		width: 2.604vw;
		height: 2.604vw;
	}

	.mb15 {
		margin-bottom: 0.781vw;
	}

	.slider_wrap_pl {
		padding-left: 18.75vw;
	}

	.croppedContentBig {
		padding-left: 18.75vw;
		padding-right: 18.75vw;
	}

	.inner_box {
		padding: 3.125vw;
		border-radius: 1.042vw;
	}

	.inner_box::before {
		border-radius: 1.042vw;
	}

	.mt50 {
		margin-top: 2.604vw;
	}
	
	.inner_box {
		height: 21.615vw;
	}

	.custom-swiper-prev::after, .custom-swiper-prev2::after, .custom-swiper-prev3::after {
		font-size: 0.903vw !important;
		line-height: 1.354vw !important;
	}

	.custom-swiper-next::after, .custom-swiper-next2::after, .custom-swiper-next3::after {
		font-size: 0.903vw !important;
		line-height: 1.354vw !important;
	}

	.custom-swiper-prev, .custom-swiper-prev2, .custom-swiper-prev3 {
		margin-right: 0.625vw;
	}

	.custom-swiper-prev, .custom-swiper-next, .custom-swiper-prev2, .custom-swiper-next2, .custom-swiper-prev3, .custom-swiper-next3 {
		width: 2.448vw !important;
		height: 2.448vw !important;
		font-size: 0.903vw;
		line-height: 1.354vw;
	}

	.h_big {
		height: 33.854vw;
	}

	.smartville_section {
		padding-top: 7.292vw;
		padding-bottom: 8.411vw;
	}

	.boxes_wrap {
		padding-top: 2.083vw;
		padding-left: 1.823vw;
		padding-bottom: 2.083vw;
		padding-right: 7.031vw;
		height: 31.354vw;
		border-radius: 1.563vw;
	}

	.mb75 {
		margin-bottom: 3.906vw;
	}

	.two_big_title_and_centered_description {
		padding-bottom: 4.505vw;
	}

	.croppedContentSmall {
		padding-left: 2.083vw;
		padding-right: 2.083vw;
	}

	.contact_form_section {
		padding-top: 4.505vw;
		padding-bottom: 4.505vw;
	}

	.small_boxes_3_per_row {
		padding-top: 4.505vw;
		padding-bottom: 4.505vw;
	}

	.inner_small_box {
		padding-top: 1.302vw;
		padding-bottom: 1.302vw;
		padding-left: 1.458vw;
		padding-right: 1.114vw;
		height: 6.51vw;
	}

	.inner_small_box::before {
		border-radius: 1.563vw;
	}

	.socials_contact a:nth-child(2) img {
		margin-left: 1.667vw;
		margin-right: 1.667vw;
	}

	.wpcf7-form {
		width: 30.729vw;
		margin: auto;
	}

	.wpcf7-form input:not(input[type="submit"]):not(input[type="checkbox"]) {
		height: 3.177vw;
		border-radius: 0.521vw;
		padding-top: 1.042vw;
		padding-bottom: 1.042vw;
		padding-left: 1.146vw;
		padding-right: 1.146vw;
		margin-bottom: 1.094vw;
	}

	.wpcf7-form textarea {
		width: 30.729vw;
		height: 7.76vw;
		border-radius: 0.521vw;
		padding-top: 1.042vw;
		padding-bottom: 1.042vw;
		padding-left: 1.146vw;
		padding-right: 1.146vw;
		margin-bottom: 1.094vw;
	}

	.wpcf7-not-valid-tip {
		bottom: 0;
		right: 0.521vw;
	}

	.wpcf7-spinner {
		margin-top: 0.521vw;
	}

	.wpcf7-acceptance .wpcf7-list-item-label {
		padding-left: 0.938vw;
	}

	.contact span.wpcf7-list-item-label::before {
		width: 0.99vw;
		height: 0.99vw;
		margin-top: 0.104vw;
	}

	.wpcf7-form-control-wrap.active::after {
		height: 3.177vw;
	}

	.wpcf7-form-control-wrap.active[data-name="your-message"]::after {
		height: 7.76vw;
		border-radius: 0.521vw;
	}

	.boxes_wrap::after {
		border-radius: 1.563vw;
	}

	.boxes_wrap {
		width: calc(33.33333333% - 0.781vw);
	}

	.inner_img {
		padding: 2.604vw;
	}

	.smartville_section .button-group button:first-child {
		margin-right: 1.719vw;
	}

	.benefits {
		padding-top: 8.411vw;
		padding-bottom: 8.594vw;
	}

	.slider_with_background_image {
		padding-top: 8.594vw;
		padding-bottom: 4.479vw;
	}

	.custom_center_pagination {
		height: 2.448vw;
		margin-top: 2.604vw;
		margin-bottom: 1.458vw;
	}

	.small_boxes {
		padding-top: 2.188vw;
		padding-left: 1.823vw;
		padding-right: 11.719vw;
		padding-bottom: 1.667vw;
		border-radius: 1.563vw;
		width: 26.406vw;
		height: 25.208vw;
	}

	.single_swiper {
		margin-bottom: 5.729vw;
	}

	.button-group .colored_button.gradient_border {
		min-width: 10.781vw;
	}

	.blog_slider {
		padding-top: 4.479vw;
		padding-bottom: 10.417vw;
	}

	.blog_slider .btn_wrapper {
		padding-left: 1.302vw;
		padding-right: 1.302vw;
	}

	.blog_box_inner .inner_padding {
		padding-top: 1.823vw;
		padding-left: 1.302vw;
		padding-right: 2.344vw;
		padding-bottom: 2.083vw;
	}

	.blog_box_inner {
		height: 32.448vw;
	}

	.blog_box_inner img {
		height: 14.219vw;
	}

	.blog_slider .slider_wrap_pl {
		margin-bottom: 7.813vw;
	}

	.mini_boxes {
		padding-top: 0;
		padding-bottom: 7.422vw;
	}

	.title_left_and_paragraph_right {
		padding-top: 7.422vw;
		padding-bottom: 6.953vw;
	}

	.members_section {
		padding-top: 6.953vw;
		padding-bottom: 9.766vw;
	}

	.row_wrapper_information {
		margin-bottom: 13.542vw;
	}

	.featured_card .inner_padding {
		padding-top: 2.083vw;
		padding-left: 1.719vw;
		padding-right: 1.719vw;
		padding-bottom: 3.177vw;
	}

	.featured_card {
		border-radius: 1.563vw;
		width: 22.76vw;
		height: 35.26vw;
	}

	.img_sector {
		height: 26.719vw;
		border-bottom-right-radius: 1.563vw;
		border-bottom-left-radius: 1.563vw;
	}

	.members_section .slider_wrap_pl_outer {
		margin-top: 10.521vw;
	}

	#member-filter label, #position-filter label {
		margin-right: 0.781vw;
	}

	.members_section .button-group .colored_button.gradient_border {
		min-width: 11.094vw;
	}

	.tagline_with_background_image {
		padding-top: 0;
		padding-bottom: 4.427vw;
	}

	.masonry_boxes {
		padding-top: 4.427vw;
		padding-bottom: 5.391vw;
	}

	.positions_section {
		padding-top: 5.391vw;
		padding-bottom: 9.766vw;
	}

	.bg_image_tagline {
		height: 58.542vw;
		border-radius: 1.667vw;
		padding-left: 13.854vw;
		padding-right: 13.854vw;
	}

	.mw630 {
		max-width: 29.167vw;
	}

	.count-badge {
		width: 1.094vw;
		height: 1.146vw;
		margin-left: 0.677vw;
	}

	.positions_section .inner_box {
		padding-top: 1.302vw;
		padding-left: 1.823vw;
		padding-right: 2.865vw;
		padding-bottom: 2.24vw;
	}

	.cards_section {
		padding-top: 3.125vw;
		padding-bottom: 4.323vw;
	}

	.card_inner {
		width: 46.667vw;
		padding-top: 2.24vw;
		padding-left: 3.229vw;
		padding-right: 12.083vw;
		padding-bottom: 2.083vw;
		border-radius: 1.563vw;
		margin-bottom: 1.771vw;
	}

	.card_inner::before {
		border-radius: 1.563vw;
	}

	.mb90 {
		margin-bottom: 4.688vw;
	}

	.drag_section {
		padding-top: 4.323vw;
		padding-bottom: 6.771vw;
	}

	.wpcf7-form input[name="your-file"] {
		max-width: 9.427vw;
		margin-top: 1.563vw;
	}

	input[type="file"].wpcf7-form-control {
		width: 9.427vw !important;
		height: 2.386vw !important;
		border-radius: 3.224vw !important;
	}

	.wpcf7-form-control-wrap[data-name="your-file"], .wpcf7-form-control-wrap[data-name="your-file"]::before, .wpcf7-form-control-wrap[data-name="your-file"]::after {
		width: 9.427vw !important;
		height: 2.386vw !important;
		border-radius: 3.224vw !important;
	}

	.wpcf7-form-control-wrap[data-name="your-file"] {
		margin-top: 2.344vw;
	}
}

@media (min-width: 1920px) {
	h1, h1 p {
		font-size: 80px;
		font-style: normal;
		font-weight: 500;
		line-height: 80px;
		letter-spacing: -2.4px;
	}

	h1.big, h1.big p {
		font-size: 160px;
		font-style: normal;
		font-weight: 500;
		line-height: 160px;
		letter-spacing: -4.8px;
	}

	h2, h2 p {
		font-size: 80px;
		font-style: normal;
		font-weight: 500;
		line-height: 80px;
		letter-spacing: -2.4px;
	}

	h3.big, h3.big p {
		font-size: 48px;
		font-style: normal;
		font-weight: 500;
		line-height: 52.8px;
		letter-spacing: -0.32px;
	}

	h3, h3 p {
		font-size: 32px;
		font-style: normal;
		font-weight: 500;
		line-height: 41.6px;
		letter-spacing: -0.16px;
	}

	h4, h4 p {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.24px;
	}

	h5, h5 p {
		/* font-size: ; */
	}

	h6, h6 p, #menu-footer-menu-1 a, #menu-footer-menu-2 a, #member-filter label, #position-filter label, .wpcf7-form-control-wrap[data-name="your-file"]::before {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28.8px;
	}

	h6.small, h6.small p, #menu-footer-menu-3 a, .subscribe-input, .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-form-control {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 21px;
	}

	h6.smaller, h6.smaller p {
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	p,
	#masthead nav a,
	.simple_p,
	.simple_p p,
	.colored_button,
	.classic_btn,
	.subscribe-button {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
	}

	#masthead {
		padding-left: 37px;
		padding-right: 37px;
		height: 72px;
		top: 56px;
		left: 345px;
		right: 345px;
		border-radius: 15px;
	}

	#masthead nav a {
		margin-right: 34px;
	}

	.logo_col img {
		height: 37px;
	}

	#colophon {
		margin-top: 187.5px;
		padding-bottom: 25px;
	}

	.croppedContent {
		padding-left: 360px;
		padding-right: 360px;
	}

	.footer_colored_text {
		margin-bottom: 36px;
	}

	.mid_row {
		padding-bottom: 140px;
		padding-top: 209px;
	}

	.copyright_row {
		padding-top: 56px;
	}

	#menu-footer-menu-3 a {
		margin-right: 40px;
	}

	.top_row h6 {
		margin-bottom: 43.63px;
	}

	.team_logo {
		height: 21px;
		margin-right: 48px;
	}

	.left_menu {
		margin-right: 80px;
	}

	.footer_logo {
		height: 69px;
	}

	.mb25 {
		margin-bottom: 25px;
	}

	.mb55 {
		margin-bottom: 55px;
	}

	.newsletter_form {
		margin-bottom: 317px;
	}

	.subscribe-container {
		padding: 7px;
		width: 427px;
	}

	.subscribe-input {
		padding: 12px 20px;
	}

	.subscribe-button, .colored_button {
		padding: 12px 24px;
	}

	.croppedContentBigger {
		max-width: 1060px;
	}

	.custom-pagination-numbers {
		gap: 14px;
	}

	.custom-page-btn {
		width: 47px;
		height: 47px;
		font-size: 17.334px;
		line-height: 26.002px;
	}

	.custom-page-btn.active {
		width: 181px;
	}

	.custom-page-btn.active::before {
		content: '';
		height: 47px;
	}

	.header_swiper .swiper-wrapper {
		margin-top: 47px;
	}

	.header_swiper {
		padding-bottom: 47px !important;
		padding-top: 47px !important;
	}

	.header_small {
		padding-bottom: 130px;
		height: 756px;
	}

	.header_slider {
		margin-bottom: 150px;
	}

	.boxed_paragraph {
		padding-top: 150px;
		padding-bottom: 150px;
	}

	.colored_button.colored_button.gradient_border {
		padding-left: 51px;
		padding-right: 51px;
	}

	.boxed_paragraph_wrapper {
		padding-top: 50px;
		padding-left: 50px;
		padding-right: 85px;
		padding-bottom: 90px;
	}

	.boxed_paragraph_wrapper::before {
		content: "";
		width: calc(62px + 30px);
		height: 16px;
		right: 50px;
		top: -8px;
	}

	.colored_button.gradient_border {
		font-size: 17.334px;
	}

	.custom_border_dots {
		border-radius: 30px;
	}

	.boxed_paragraph .btn_wrapper, .smartville_section .btn_wrapper {
		padding-left: 41px;
		padding-right: 41px;
	}

	.counter_section {
		padding-bottom: 107px;
		padding-top: 140px;
	}
	
	.mb10 {
		margin-bottom: 10px;
	}

	.progress-bars-wrapper {
		gap: 20px;
	}

	.progress-bar-item .label {
		margin-bottom: 10px;
	}

	.progress-track {
		height: 30px;
	}

	.services_slider {
		padding-top: 140px;
		padding-bottom: 110px;
	}

	.icon {
		width: 50px;
		height: 50px;
	}

	.mb15 {
		margin-bottom: 15px;
	}

	.slider_wrap_pl {
		padding-left: 360px;
	}

	.croppedContentBig {
		padding-left: 360px;
		padding-right: 360px;
	}

	.inner_box {
		padding: 60px;
		border-radius: 20px;
	}

	.inner_box::before {
		border-radius: 20px;
	}

	.mt50 {
		margin-top: 50px;
	}

	.inner_box {
		height: 415px;
	}

	.custom-swiper-prev::after, .custom-swiper-prev2::after, .custom-swiper-prev3::after {
		font-size: 17.334px !important;
		line-height: 26.002px !important;
	}

	.custom-swiper-next::after, .custom-swiper-next2::after, .custom-swiper-next3::after {
		font-size: 17.334px !important;
		line-height: 26.002px !important;
	}

	.custom-swiper-prev, .custom-swiper-prev2, .custom-swiper-prev3 {
		margin-right: 12px;
	}

	.custom-swiper-prev, .custom-swiper-next, .custom-swiper-prev2, .custom-swiper-next2, .custom-swiper-prev3, .custom-swiper-next3 {
		width: 47px !important;
		height: 47px !important;
		font-size: 17.334px;
		line-height: 26.002px;
	}

	.h_big {
		height: 650px;
	}

	.smartville_section {
		padding-top: 140px;
		padding-bottom: 161.5px;
	}

	.boxes_wrap {
		padding-top: 40px;
		padding-left: 35px;
		padding-bottom: 40px;
		padding-right: 135px;
		height: 602px;
		border-radius: 30px;
	}

	.mb75 {
		margin-bottom: 75px;
	}

	.two_big_title_and_centered_description {
		padding-bottom: 86.5px;
	}

	.croppedContentSmall {
		padding-left: 40px;
		padding-right: 40px;
	}

	.contact_form_section {
		padding-top: 86.5px;
		padding-bottom: 86.5px;
	}

	.small_boxes_3_per_row {
		padding-top: 86.5px;
		padding-bottom: 86.5px;
	}

	.inner_small_box {
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 28px;
		padding-right: 21.38px;
		height: 125px;
	}

	.inner_small_box::before {
		border-radius: 30px;
	}

	.socials_contact a:nth-child(2) img {
		margin-left: 32px;
		margin-right: 32px;
	}

	.wpcf7-form {
		width: 590px;
		margin: auto;
	}

	.wpcf7-form input:not(input[type="submit"]):not(input[type="checkbox"]) {
		height: 61px;
		border-radius: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 22px;
		padding-right: 22px;
		margin-bottom: 21px;
	}

	.wpcf7-form textarea {
		width: 590px;
		height: 149px;
		border-radius: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 22px;
		padding-right: 22px;
		margin-bottom: 21px;
	}

	.wpcf7-not-valid-tip {
		bottom: 0;
		right: 10px;
	}

	.wpcf7-spinner {
		margin-top: 10px;
	}

	.wpcf7-acceptance .wpcf7-list-item-label {
		padding-left: 18px;
	}

	.contact span.wpcf7-list-item-label::before {
		width: 19px;
		height: 19px;
		margin-top: 2px;
	}

	.wpcf7-form-control-wrap.active::after {
		height: 61px;
	}

	.wpcf7-form-control-wrap.active[data-name="your-message"]::after {
		height: 149px;
		border-radius: 10px;
	} 

	.boxes_wrap::after {
		border-radius: 30px;
	}

	.boxes_wrap {
		width: calc(33.33333333% - 15px);
	}

	.inner_img {
		padding: 50px;
	}

	.smartville_section .button-group button:first-child {
		margin-right: 33px;
	}

	.benefits {
		padding-top: 161.5px;
		padding-bottom: 165px;
	}

	.slider_with_background_image {
		padding-top: 165px;
		padding-bottom: 86px;
	}

	.custom_center_pagination {
		height: 47px;
		margin-top: 50px;
		margin-bottom: 28px;
	}

	.small_boxes {
		padding-top: 42px;
		padding-left: 35px;
		padding-right: 225px;
		padding-bottom: 32px;
		border-radius: 30px;
		width: 507px;
		height: 484px;
	}

	.single_swiper {
		margin-bottom: 110px;
	}

	.button-group .colored_button.gradient_border {
		min-width: 207px;
	}

	.blog_slider {
		padding-top: 86px;
		padding-bottom: 200px;
	}

	.blog_slider .btn_wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.blog_box_inner .inner_padding {
		padding-top: 35px;
		padding-left: 25px;
		padding-right: 45px;
		padding-bottom: 40px;
	}

	.blog_box_inner {
		height: 623px;
	}

	.blog_box_inner img {
		height: 273px;
	}

	.blog_slider .slider_wrap_pl {
		margin-bottom: 150px;
	}

	.mini_boxes {
		padding-top: 0;
		padding-bottom: 142.5px;
	}

	.title_left_and_paragraph_right {
		padding-top: 142.5px;
		padding-bottom: 133.5px;
	}

	.members_section {
		padding-top: 133.5px;
		padding-bottom: 187.5px;
	}

	.row_wrapper_information {
		margin-bottom: 260px;
	}

	.featured_card .inner_padding {
		padding-top: 40px;
		padding-left: 33px;
		padding-right: 33px;
		padding-bottom: 61px;
	}

	.featured_card {
		border-radius: 30px;
		width: 437px;
		height: 677px;
	}

	.img_sector {
		height: 513px;
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
	}

	.members_section .slider_wrap_pl_outer {
		margin-top: 202px;
	}

	#member-filter label, #position-filter label {
		margin-right: 15px;
	}

	.members_section .button-group .colored_button.gradient_border {
		min-width: 213px;
	}

	.tagline_with_background_image {
		padding-top: 0;
		padding-bottom: 85px;
	}

	.masonry_boxes {
		padding-top: 85px;
		padding-bottom: 103.5px;
	}

	.positions_section {
		padding-top: 103.5px;
		padding-bottom: 187.5px;
	}

	.bg_image_tagline {
		height: 1124px;
		border-radius: 32px;
		padding-left: 266px;
		padding-right: 266px;
	}

	.mw630 {
		max-width: 560px;
	}

	.count-badge {
		width: 21px;
		height: 22px;
		margin-left: 13px;
	}

	.positions_section .inner_box {
		padding-top: 25px;
		padding-left: 35px;
		padding-right: 55px;
		padding-bottom: 43px;
	}

	.cards_section {
		padding-top: 60px;
		padding-bottom: 83px;
	}

	.card_inner {
		width: 896px;
		padding-top: 43px;
		padding-left: 62px;
		padding-right: 232px;
		padding-bottom: 40px;
		border-radius: 30px;
		margin-bottom: 34px;
	}

	.card_inner::before {
		border-radius: 30px;
	}

	.mb90 {
		margin-bottom: 90px;
	}

	.drag_section {
		padding-top: 83px;
		padding-bottom: 130px;
	}

	.wpcf7-form input[name="your-file"] {
		max-width: 181px;
		margin-top: 30px;
	}

	input[type="file"].wpcf7-form-control {
		width: 181px !important;
		height: 45.81px !important;
		border-radius: 61.91px !important;
	}

	.wpcf7-form-control-wrap[data-name="your-file"], .wpcf7-form-control-wrap[data-name="your-file"]::before, .wpcf7-form-control-wrap[data-name="your-file"]::after {
		width: 181px !important;
		height: 45.81px !important;
		border-radius: 61.91px !important;
	}

	.wpcf7-form-control-wrap[data-name="your-file"] {
		margin-top: 45px;
	}
}

@media (min-width: 1921px) {

}

/*-------------------------------------------------------------*/
/* 						   END MEDIA 						   */
/*-------------------------------------------------------------*/