@charset "UTF-8";
/*!
Theme Name: messagenet
Theme URI: https://mozinteractive.co.il/
Author: Ariel Horovtiz
Author URI: https://mozinteractive.co.il/
Description: messagenet theme
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: messagenet
Tags: messagenet
*/
/* Box sizing
--------------------------------------------- */
/* Mixins
--------------------------------------------- */
/* Media Screen Size
--------------------------------------------- */
/* Colors
--------------------------------------------- */
/* Fonts
--------------------------------------------- */
@import url("https://use.typekit.net/sxl6lex.css");
/* 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;
}

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

/* Normalize
--------------------------------------------- */
/* Box sizing rules */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
	list-style: none;
}

/* Set core root defaults */
html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */
body {
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
	max-width: 100%;
	display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* Base
--------------------------------------------- */
/* Typography
--------------------------------------------- */
:root {
	font-size: 18px;
	font-weight: 300;
	--fsNav: 0.88889rem;
	--fs12: 0.667rem;
	--fs14: 0.77778rem;
	--fs16: 0.88889rem;
	--fs18: 1rem;
	--fs20: 1.11111rem;
	--fs24: 1.333rem;
	--fs30: 1.667rem;
	--fs32: 1.778rem;
	--fs40: 2.22222rem;
	--fs60: 3.333rem;
	--fs80: 4.444rem;
	--fs120: 6.667rem;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-size: var(--fs16);
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

p {
	margin-bottom: 1.6rem;
	font-weight: 300;
	line-height: 38px;
}

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
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 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: #214ce3;
}

a:hover,
a:focus,
a:active {
	color: unset;
}

a:focus {
	outline: none;
}

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

/* 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
--------------------------------------------- */
@media screen and (min-width: 62em) {
	.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: unset;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: unset;
}

.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-right: auto;
	margin-left: 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;
	right: 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 {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* general
--------------------------------------------- */
body {
	font-family: "soleil";
	background: #fff;
	font-size: var(--fs18);
	color: #000;
	font-weight: 300;
}

section {
	position: relative;
}

h2 {
	color: #000;
	font-size: var(--fs60);
	font-weight: 700;
	margin: unset;
	margin-bottom: 70px;
}

h3 {
	color: #000;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	margin: unset;
}

p {
	font-size: var(--fs24);
}

p:last-child {
	margin: unset;
}

.wpcf7-not-valid-tip {
	font-size: 16px;
	margin-top: 10px;
}

li.cat-item.current-cat {
	pointer-events: none;
}

.site-main.en-page {
	direction: ltr;
	text-align: left;
}

.site-main.en-page .slick-slider {
	direction: rtl;
}

.floating-btns {
	position: fixed;
	right: 30px;
	bottom: 100px;
	z-index: 9999;
	display: grid;
	gap: 20px;
}

main#primary {
	overflow: hidden;
}

.page-template-en h2 {
	text-align-last: left !important;
}

.page-template-en .post-item .post-thumbnail .post-category,
.page-template-en .post-item .post-content::after,
.page-template-en .areas-of-activities .area-of-activity .aoa-title:after {
	display: none;
}

.page-template-en .post-item a {
	pointer-events: none;
}

.page-template-en .post-item .post-content {
	text-align: left;
	direction: ltr;
}

.page-template-en section.posts-section > div > h2 {
	width: 16ch;
	direction: ltr;
	text-align: left;
	line-height: 1.1;
}

.page-template-en section.areas-of-activities-s > div > h2 {
	margin-bottom: 25px;
}

.page-template-en section.areas-of-activities-s > div > h3 {
	line-height: 38px;
	/* 158.333% */
}

.page-template-en .carousel-full-width {
	padding-top: unset;
}

.page-template-en section.contact-form-block .cfb-content {
	grid-template-columns: 3fr 6fr;
	gap: 80px;
}

.page-template-en a.h-en {
	border-bottom: 1px solid;
}

section.error-404.not-found {
	background-color: #000;
	padding-block: 100px;
	text-align: center;
	min-height: 880px;
}

section.error-404.not-found h1 {
	font-size: 140px;
	font-weight: 300;
	line-height: normal;
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
}

section.error-404.not-found p {
	color: #fff;
	font-family: Soleil;
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 40px;
}

section.error-404.not-found::after {
	content: "";
	position: absolute;
	background-image: url(assets/imgs/green-circle-right.png);
	background-repeat: no-repeat;
	bottom: -70%;
	right: 0;
	width: 997px;
	height: 1281px;
	z-index: -1;
}

section.error-404.not-found::before {
	content: "";
	position: absolute;
	background-image: url(assets/imgs/green-circle-left.png);
	background-repeat: no-repeat;
	top: -70%;
	left: 0;
	width: 964px;
	height: 1462px;
	z-index: -1;
}

@media screen and (max-width: 62em) {
	section.error-404.not-found {
		overflow: hidden;
		position: relative;
		z-index: 2;
		display: flex;
		flex-flow: column;
		justify-content: center;
		min-height: 600px;
	}
	section.error-404.not-found h1 {
		font-size: 100px;
	}
	section.error-404.not-found p {
		font-size: 18px;
	}
	section.error-404.not-found::before {
		background-image: url(assets/imgs/green-circle-right.png);
		top: -25%;
		width: 500px;
		height: 500px;
		background-size: contain;
		right: -75%;
		left: unset;
	}
	section.error-404.not-found::after {
		background-image: url(assets/imgs/green-circle-left.png);
		bottom: -25%;
		width: 500px;
		height: 500px;
		background-size: contain;
		left: -35%;
		right: unset;
	}
	section.error-404.not-found a.btn.arrow-btn {
		align-self: center;
		font-size: 16px;
		padding: 10px 22px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1 !important;
}

@media screen and (max-width: 1600px) {
	section {
		padding-inline: 15px;
	}
}

@media screen and (max-width: 62em) {
	h2 {
		font-size: 35px;
		font-weight: 300;
		letter-spacing: 1.75px;
		margin-bottom: 35px;
	}
	p {
		font-size: 17px;
	}
	.floating-btns {
		right: 10px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.3 !important;
	}
}

/* Grid
--------------------------------------------- */
/* Components
--------------------------------------------- */
.btn {
	border-radius: 200px;
	border: 1px solid #fff;
	color: #fff;
	font-family: Soleil;
	font-size: 19px;
	font-weight: 300;
	line-height: normal;
	padding: 14px 30px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: 0.5s;
}

.btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	border-radius: 200px;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: -1;
}

.btn:hover::before,
.btn:active::before,
.btn:focus::before {
	opacity: 1;
	outline: none;
}

.btn:hover,
.btn:active,
.btn:focus {
	color: #fff;
	border-color: transparent;
}

.btn.black {
	color: #000;
	border-color: #000;
}

.btn.black::before {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
}

.btn.black:hover {
	color: #000;
	border-color: transparent;
}

.arrow-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.arrow-btn::after {
	content: "";
	background-image: url(assets/imgs/arrow-right.svg);
	background-repeat: no-repeat;
	width: 30px;
	height: 17px;
	display: inline-block;
	transition: 0.5s;
}

.arrow-btn:hover::before,
.arrow-btn:active::before,
.arrow-btn:focus::before {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
}

.arrow-btn:hover::after,
.arrow-btn:active::after,
.arrow-btn:focus::after {
	background-image: url(assets/imgs/arrow-right-w.svg);
}

a.arrow-link {
	align-self: end;
	color: #fff;
	font-family: Soleil;
	font-size: 19px;
	font-weight: 300;
	line-height: normal;
	justify-self: start;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

a.arrow-link::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 17px;
	background-image: url(assets/imgs/arrow-right.svg);
	background-repeat: no-repeat;
	margin-left: 10px;
}

@media screen and (max-width: 62em) {
	.more-btn {
		font-size: var(--fs16);
		letter-spacing: normal;
	}
	.blue-btn,
	.cp-from input[type="submit"].wpcf7-submit {
		font-size: var(--fs16);
		padding: 17px 39px;
	}
	section.full-screen-img .blue-btn {
		margin-top: 25px;
	}
}

/* Header
--------------------------------------------- */
header#masthead {
	position: sticky;
	width: 100%;
	top: 0;
	z-index: 9;
}
.admin-bar header#masthead {top: 32px;}

header#masthead div#header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 82px;
	padding-right: 97px;
	padding-block: 17px;
	position: relative;
	background-color: #000;
	transition: 1s;
	border-bottom: 1px solid #fff;
}

header#masthead div#header-wrap .main-navigation {
	display: block;
	width: 100%;
}

header#masthead div#header-wrap .main-navigation ul#primary-menu {
	list-style: none;
	margin: 0;
	padding-right: 0;
}

header#masthead div#header-wrap .main-navigation ul#primary-menu > li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 19px;
	padding-block: 10px;
	transition: all 0.4s;
	cursor: pointer;
}

header#masthead div#header-wrap .main-navigation ul#primary-menu > li .sub-menu a:hover {
	color: #1A96A3;
}

header#masthead div#header-wrap .main-navigation ul#primary-menu > li.current-menu-item > a,
header#masthead div#header-wrap .main-navigation ul#primary-menu > li.current-menu-ancestor > a,
header#masthead div#header-wrap .main-navigation ul#primary-menu > li > a:hover {
	border-bottom: 1px solid #21bccc;
}

header#masthead div#header-wrap .main-navigation ul#primary-menu > li:last-child a {
	border-radius: 200px;
	border: 2px solid #21bccc;
	padding: 10px 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
}

header#masthead div#header-wrap .main-navigation ul#primary-menu > li:last-child a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	border-radius: 200px;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.5s;
}

header#masthead div#header-wrap .main-navigation ul#primary-menu > li:last-child a:hover::before {
	opacity: 1;
}

header#masthead div#header-wrap nav#site-navigation {
	width: auto;
	display: flex;
	align-items: center;
}

header#masthead div#header-wrap nav#site-navigation ul#primary-menu {
	gap: 30px;
	align-items: center;
}

header#masthead div#header-wrap nav#site-navigation ul#primary-menu > li.current_page_item a {
	color: #fff;
}

header#masthead div#header-wrap .header-more {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 45px;
}

header#masthead div#header-wrap .header-more ul.h-socials {
	list-style-type: none;
	margin: unset;
	padding: unset;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin-inline: 50px;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper {
	z-index: 999;
	display: none;
	position: fixed;
	right: 0;
	left: 0;
	background-color: #000;
	gap: 85px;
	z-index: -1;
	top: 86px;
	height: 500px;
	width: 1255px;
	margin: auto;
	box-shadow: 0px 75px 165px 0px rgba(104, 233, 191, 0.1), 0px 300px 300px 0px rgba(104, 233, 191, 0.09), 0px 676px 405px 0px rgba(104, 233, 191, 0.05), 0px 1201px 480px 0px rgba(104, 233, 191, 0.01), 0px 1877px 525px 0px rgba(104, 233, 191, 0);
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper > .mega-menu-icons {
	width: 35%;
	align-items: center;
	display: grid;
	background: #191919;
	box-shadow: 0px 75px 165px 0px rgba(104, 233, 191, 0.1), 0px 300px 300px 0px rgba(104, 233, 191, 0.09), 0px 676px 405px 0px rgba(104, 233, 191, 0.05), 0px 1201px 480px 0px rgba(104, 233, 191, 0.01), 0px 1877px 525px 0px rgba(104, 233, 191, 0);
	text-align: center;
	padding-block: 50px;
	gap: 50px;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper > .mega-menu-icons a.mega-menu-link img {
	margin: auto;
	margin-bottom: 15px;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper > .mega-menu-icons a.mega-menu-link .mega-menu-text {
	font-size: 25px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.25px;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper > ul.sub-menu {
	flex-flow: column;
	position: relative;
	gap: 10px;
	order: 2;
	padding-block: 50px;
	margin: unset;
	padding-inline: unset;
	width: 65%;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper > ul.sub-menu a {
	font-size: 19px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.19px;
	padding-block: unset !important;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper li > ul.sub-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 50px;
	flex-flow: column;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-right: unset;
	padding-bottom: 20px;
	padding-top: 0;
	white-space: nowrap;
	gap: 10px;
	height: calc(100% - 100px);
	margin: unset;
	width: 400px;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper li > ul.sub-menu.usm-show {
	display: flex;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper ul.sub-menu .menu-item.menu-item-has-children > a {
	display: inline !important;
	gap: 15px;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper ul.sub-menu .menu-item > a:hover:after {
	content: "";
	background-image: url(assets/imgs/right.svg);
	width: 12px;
	height: 13px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	top: 2px;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper .mega-menu-banner {
	position: relative;
	width: 460px;
	height: 230px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
	display: flex;
	align-items: end;
	color: #fff;
	justify-content: space-between;
	padding: 20px;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper .mega-menu-banner > * {
	z-index: 1;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper .mega-menu-banner .mmb-title {
	font-size: 24px;
	font-weight: 700;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper .mega-menu-banner .mmb-tag {
	border-radius: 80px;
	background: #214ce3;
	box-shadow: 0px 0px 0px 0px rgba(211, 231, 255, 0.1), 0px 5px 12px 0px rgba(211, 231, 255, 0.1), 0px 21px 21px 0px rgba(211, 231, 255, 0.09), 0px 47px 28px 0px rgba(211, 231, 255, 0.05), 0px 84px 34px 0px rgba(211, 231, 255, 0.01), 0px 132px 37px 0px rgba(211, 231, 255, 0);
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.32px;
	padding: 9px 17px;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper .mega-menu-banner:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100px;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 50%);
	border-radius: 15px;
}

header#masthead div#header-wrap.light-mode {
	background-color: #fff !important;
	color: #000 !important;
}

header#masthead div#header-wrap.light-mode .header-more .toggle-switch-wrapper .toggle-slider {
	border-color: #000 !important;
}

header#masthead div#header-wrap.light-mode .main-navigation ul#primary-menu > li > a {
	color: #000 !important;
}

header#masthead div#header-wrap.light-mode nav#site-navigation ul#primary-menu > li.current_page_item > a {
	color: #000 !important;
}

header#masthead div#header-wrap .black-logo {
	display: none;
}

header#masthead div#header-wrap .black-logo img {
	height: 49px;
}

header#masthead div#header-wrap .custom-logo-link {
	display: block;
}

header#masthead div#header-wrap ul#primary-menu > li.menu-item-has-children:not(.mega) > ul.sub-menu {
	display: none;
	position: absolute;
	background-color: #000;
	padding: 25px;
	gap: 30px;
	top: 86px;
	max-width: 385px;
	padding-right: 65px;
}

header#masthead div#header-wrap ul#primary-menu > li.menu-item-has-children:not(.mega) > ul.sub-menu a {
	font-weight: 300;
	line-height: normal;
	transition: 0.5s;
	display: flex;
	gap: 25px;
	align-items: center;
	letter-spacing: -0.19px;
}

.h-search {
	border: unset;
	padding: unset;
	margin: unset;
	background-color: unset;
	background-image: url(assets/imgs/search.svg);
	width: 23px;
	height: 24px;
	background-size: contain;
	cursor: pointer;
}

.toggle-switch-wrapper {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 33px;
}

.toggle-switch-wrapper input {
	opacity: 0;
	width: 0;
	height: 0;
}

.toggle-switch-wrapper .toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.4s;
	border-radius: 34px;
	border: 1px solid #ffffff;
}

.toggle-switch-wrapper .toggle-slider::before {
	position: absolute;
	content: "";
	height: 19px;
	width: 19px;
	left: 7px;
	bottom: 0;
	top: 0;
	margin: auto;
	transition: 0.4s;
	border-radius: 50%;
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
}

.toggle-switch-wrapper input:checked + .toggle-slider::before {
	transform: translateX(20px);
}

.toggle-switch-wrapper .toggle-slider.round {
	border-radius: 34px;
}

.toggle-switch-wrapper .toggle-slider.round::before {
	border-radius: 50%;
}

div#search-form {
	display: none;
	align-items: center;
	justify-content: center;
	background-color: #000;
	padding-block: 69px;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: -1;
	padding-inline: 15px;
}

#search-form .close_search {
    position: absolute;
    top: 10px;
    left: 10px;
}

div#search-form form.search-form {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1200px;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

div#search-form form.search-form label {
	width: 100%;
}

div#search-form form.search-form label input.search-field {
	width: 100%;
	border: unset;
	border-bottom: 1px solid #fff;
	border-radius: unset;
	padding-bottom: 15px;
	font-size: 25px;
	font-weight: 300;
	background-image: url(assets/imgs/search.svg);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 35px 35px;
	padding-left: 50px;
	background-color: unset;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	line-height: normal;
	outline: unset;
}

div#search-form form.search-form label input.search-field::-webkit-input-placeholder {
	color: #fff;
}

div#search-form form.search-form label input.search-field:-ms-input-placeholder {
	color: #fff;
}

div#search-form form.search-form label input.search-field::placeholder {
	color: #fff;
}

div#search-form form.search-form input.search-submit {
	border: unset;
	background-color: unset;
	color: #fff;
	font-size: 19px;
	font-weight: 300;
	line-height: normal;
	cursor: pointer;
	padding: unset;
}

li.on-mobile {
	display: none;
}

a.h-en {
	color: #214ce3;
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.4px;
	text-decoration: none;
}

@media screen and (max-width: 62em) {
	li.on-mobile {
		display: block;
	}
	header#masthead div#header-wrap {
		padding: 20px;
	}
	header#masthead div#header-wrap.light-mode button.mobile-menu-toggle {
		-webkit-filter: invert(100%);
		/* Safari/Chrome */
		filter: invert(100%);
	}
	header#masthead div#header-wrap.light-mode a.mobile-contact {
		color: #000;
	}
	header#masthead button.mobile-menu-toggle {
		background-image: url(assets/imgs/mobile-nav.svg);
		width: 34px;
		height: 12px;
		background-size: contain;
		background-color: unset;
		border: unset;
		background-repeat: no-repeat;
		background-position: right;
	}
	header#masthead .header-more {
		display: none;
	}
	header#masthead img.custom-logo {
		width: 131px;
	}
	header#masthead div.marquee > div.marquee-text {
		font-size: var(--fs14);
		font-weight: 300;
	}
	header#masthead div#top-header {
		padding-block: 0;
	}
	header#masthead a.mobile-contact {
		color: #fff;
		font-family: Soleil;
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		border-radius: 200px;
		border: 1px solid #21bccc;
		padding: 5px 12px;
		text-decoration: none;
	}
	#mobile-nav {
		display: none;
		position: fixed;
		background-color: #1c1c1c;
		overflow: hidden;
		white-space: nowrap;
		inset: 0;
		width: 100vw;
		height: 100vh;
		z-index: 999;
	}
	#mobile-nav ul#primary-menu {
		padding: unset;
		margin: unset;
		list-style-type: none;
		display: flex;
		flex-flow: column;
		padding-top: 35px;
		right: 0;
	}
	#mobile-nav ul#primary-menu li a {
		color: #fff;
		font-size: 30px;
		font-weight: 300;
		text-decoration: none;
		padding-inline: 20px;
		padding-block: 10px;
		display: block;
	}
	#mobile-nav ul#primary-menu li.menu-item-has-children {
		background-image: url(assets/imgs/small-left-arrow.svg);
		background-repeat: no-repeat;
		background-position: 20px center;
		background-size: 6px 12px;
	}
	#mobile-nav ul#primary-menu ul.sub-menu {
		padding: unset;
		margin: unset;
		list-style-type: none;
		flex-flow: column;
		position: absolute;
		inset: 0;
		white-space: nowrap;
		z-index: 8;
		display: none;
		top: 80px;
	}
	#mobile-nav ul#primary-menu ul.sub-menu li {
		padding-inline: unset;
	}
	#mobile-nav ul#primary-menu ul.sub-menu li.menu-item-wrapper {
		position: relative;
		z-index: 1;
		padding-inline: 20px;
		padding-block: 20px;
		padding-top: 8px;
		border: unset;
		background-color: #1c1c1c;
		overflow: hidden;
	}
	#mobile-nav ul#primary-menu ul.sub-menu li.menu-item-wrapper a {
		color: #d0d0d0;
		font-size: 18px;
		font-weight: 300;
		line-height: normal;
		padding: unset;
		margin-bottom: 10px;
	}
	#mobile-nav ul#primary-menu ul.sub-menu li.menu-item-wrapper .menu-item-title {
		color: #fff;
		font-size: 30px;
		font-weight: 300;
		line-height: normal;
	}
	#mobile-nav ul#primary-menu ul.sub-menu li.menu-item-wrapper::after {
		content: "";
		position: absolute;
		background-image: url(assets/imgs/green-circle-right.png);
		background-repeat: no-repeat;
		top: -106%;
		right: -62%;
		width: 500px;
		height: 500px;
		z-index: -1;
		background-size: contain;
		opacity: 0.8;
	}
	div#mobile-nav .nav-tools {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
		padding-inline: 20px;
		margin-top: 20px;
	}
	div#mobile-nav .nav-tools button.close-menu {
		margin-right: auto;
		border: unset;
		background: unset;
		padding: unset;
	}
	div#mobile-nav .nav-tools button.close-menu img {
		position: relative;
		left: -10px;
	}
	div#mobile-nav::after {
		content: "";
		position: absolute;
		background-image: url(assets/imgs/green-circle-right.png);
		background-repeat: no-repeat;
		top: 0;
		right: -62%;
		width: 500px;
		height: 500px;
		z-index: -1;
		background-size: contain;
	}
	div#mobile-nav div#search-form {
		display: none;
		position: absolute;
		padding: unset;
		padding-inline: 20px;
		inset: 0;
		z-index: 9;
		align-items: start;
		flex-flow: column;
		justify-content: start;
	}
	div#mobile-nav div#search-form .nav-tools {
		width: 100%;
		padding: unset;
		margin-bottom: 20px;
	}
	div#mobile-nav div#search-form label input.search-field {
		font-size: 18px;
		background-position: left 2px;
	}
	div#mobile-nav div#search-form label input.search-field:focus-visible {
		outline: none;
	}
	div#mobile-nav div#search-form input.search-submit {
		padding: unset;
		width: unset;
		background-size: 21px 13px;
		background-position: 88% center;
	}
	div#mobile-nav div#search-form .search-section {
		width: 100%;
	}
	div#mobile-nav div#search-form form.search-form {
		flex-flow: column;
		gap: 60px;
	}
	#mobile-nav ul#primary-menu ul.sub-menu > ul {
		list-style: none;
		padding: 0;
		margin: 0;
		background-color: #000;
		padding-top: 20px;
		display: flex;
		flex-flow: column;
		gap: 20px;
		flex-grow: 1;
	}
	#mobile-nav ul#primary-menu ul.sub-menu > ul li a {
		font-size: 16px;
		font-weight: 300;
		line-height: 103.3%;
		/* 18.594px */
		letter-spacing: -0.18px;
		display: flex;
		align-items: center;
		gap: 30px;
		justify-content: start;
		white-space: normal;
		max-width: 300px;
	}
	#mobile-nav ul#primary-menu ul.sub-menu > ul li a::before {
		display: none;
	}
	#mobile-nav ul#primary-menu ul.sub-menu > ul li a img.menu-icon {
		width: 45px;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu .mega-menu-icons {
		background: #191919;
		padding-block: 25px;
		display: grid;
		gap: 15px;
		position: relative;
		z-index: 4;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu .mega-menu-icons a {
		display: flex;
		gap: 20px;
		font-size: 18px;
		font-weight: 300;
		line-height: 100.33%;
		/* 18.059px */
		letter-spacing: -0.18px;
		align-items: center;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu .mega-menu-icons a::before {
		display: none;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu .mega-menu-icons a img.mega-menu-icon {
		width: 25px;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li a {
		max-width: unset;
		justify-content: space-between;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li a::after {
		content: "";
		background-image: url(assets/imgs/right.svg);
		width: 12px;
		height: 13px;
		position: relative;
		display: inline-block;
		top: -1px;
		transition: 0.5s;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li.sub-menu-open a::after {
		transform: rotate(90deg);
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li.menu-item-has-children ul.sub-menu {
		position: relative;
		top: unset;
		white-space: normal;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li.menu-item-has-children ul.sub-menu li.menu-item-wrapper {
		display: none;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li.menu-item-has-children ul.sub-menu ul {
		border-bottom: 1px solid #262626;
		margin-inline: 20px;
		padding-block: 20px;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li.menu-item-has-children ul.sub-menu ul li a {
		padding: unset;
		font-size: 14px;
		gap: 10px;
		justify-content: start;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li.menu-item-has-children ul.sub-menu ul li a::before {
		content: "";
		background-image: url(assets/imgs/right.svg);
		width: 12px;
		height: 13px;
		position: relative;
		display: inline-block;
		top: -1px;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li.menu-item-has-children ul.sub-menu ul li a::after {
		display: none;
	}
	#mobile-nav ul#primary-menu > li > ul.sub-menu > ul {
		overflow-y: auto;
		padding-block: 20px;
	}
	#mobile-nav ul#primary-menu > li:last-child {
		align-self: start;
		margin-left: 15px;
		margin-top: 30px;
	}
	#mobile-nav ul#primary-menu > li:last-child a {
		border-radius: 200px;
		border: 1px solid var(--Linear, #199eb0);
		padding: 16px 24px;
		width: 193px;
		text-align: center;
		color: #fff;
		text-align: center;
		font-family: Soleil;
		font-size: 20px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: -0.2px;
	}
	#mobile-nav .social-links {
		margin-top: auto;
		display: flex;
		justify-content: center;
		position: absolute;
		bottom: 40px;
		right: 0;
		left: 0;
		gap: 20px;
	}
	header#masthead div#header-wrap .black-logo img {
		width: 131px;
		height: unset;
	}
}

.mn-overlay {
	display: none;
	position: fixed;
	z-index: 3;
	background: rgba(0, 0, 0, 0.4);
	inset: 0;
}

/* Layouts
--------------------------------------------- */
.search main.site-main.search-page {
	background-color: #000;
	padding-bottom: 270px;
}

.search main.site-main.search-page section.search-section div#search-form {
	display: block;
	position: relative;
	padding-block: 50px;
	padding-inline: unset;
	z-index: 1;
}

.search main.site-main.search-page .results {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 40px;
}

.search main.site-main.search-page ul.search-results-list {
	list-style: none;
	padding-inline: 0;
	margin-block: 0;
}

.search main.site-main.search-page ul.search-results-list li {
	margin-bottom: 20px;
}

.search main.site-main.search-page ul.search-results-list li a {
	position: relative;
	display: block;
	color: #fff;
	font-weight: 300;
	line-height: normal;
	text-decoration: none;
	border-bottom: 1px solid #302e2e;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.search main.site-main.search-page ul.search-results-list li a .sr-title {
	font-size: 21px;
	margin-bottom: 15px;
}

.search main.site-main.search-page ul.search-results-list li a .sr-title:only-child {
	margin-bottom: 0;
}

.search main.site-main.search-page ul.search-results-list li a .sr-excerpt {
	max-width: 630px;
}

.search main.site-main.search-page ul.search-results-list li a .sr-excerpt p {
	font-size: 17px;
	line-height: 1;
	margin-bottom: unset;
}

.search main.site-main.search-page ul.search-results-list li a::after {
	content: "";
	position: absolute;
	background-image: url("assets/imgs/arrow-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 17px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 62em) {
	.search main.site-main.search-page {
		padding-bottom: 100px;
	}
	div#search-form form.search-form {
		flex-flow: column;
		gap: 50px;
	}
	div#search-form form.search-form input.search-submit {
		font-size: 16px;
	}
	.search main.site-main.search-page .results {
		text-align: center;
		font-size: 18px;
	}
	.search main.site-main.search-page ul.search-results-list {
		margin: unset;
	}
	.search main.site-main.search-page ul.search-results-list li a .sr-title {
		font-size: 18px;
		max-width: 26ch;
	}
	.search main.site-main.search-page ul.search-results-list li a .sr-excerpt p {
		font-size: 14px;
	}
	.search main.site-main.search-page ul.search-results-list li a::after {
		margin: unset;
		margin-top: 5px;
	}
}

.blog-warper section.full-screen-img {
	align-items: end;
	padding-bottom: 40px;
}

.blog-warper section.full-screen-img:after {
	content: "";
	background-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 101%);
	position: absolute;
	inset: 0;
}

.blog-warper section.full-screen-img h1 {
	position: relative;
	z-index: 1;
}

.cat-news {
	padding-bottom: 270px;
}

.blog-posts {
	padding-bottom: 205px;
}

.cat-news,
.blog-posts {
	background-color: #000;
}

.cat-news h2,
.blog-posts h2 {
	color: #fff;
	font-family: Soleil;
	font-size: 45px;
	font-style: normal;
	font-weight: 300;
	line-height: 52px;
	margin-bottom: 70px;
}

.cat-news .cat-news-list,
.blog-posts .cat-news-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 35px;
}

.cat-news .cat-news-list a.cat-news-item,
.blog-posts .cat-news-list a.cat-news-item {
	border-radius: 50px;
	border: 1px solid #fff;
	opacity: 0.96;
	backdrop-filter: blur(12px);
	text-decoration: none;
	color: #fff;
	overflow: hidden;
}

.cat-news .cat-news-list a.cat-news-item img,
.blog-posts .cat-news-list a.cat-news-item img {
	width: 100%;
	object-fit: cover;
	height: 257px;
}

.cat-news .cat-news-list a.cat-news-item .cat-news-content,
.blog-posts .cat-news-list a.cat-news-item .cat-news-content {
	padding: 25px;
	padding-bottom: 50px;
}

.cat-news .cat-news-list a.cat-news-item .cat-news-content h3,
.blog-posts .cat-news-list a.cat-news-item .cat-news-content h3 {
	font-size: 21px;
	font-weight: 300;
	line-height: 29px !important;
	color: #fff;
	margin-bottom: 25px;
}

.cat-news .cat-news-list a.cat-news-item .cat-news-content p,
.blog-posts .cat-news-list a.cat-news-item .cat-news-content p {
	font-size: 17px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: unset;
}

nav.category-nav {
	margin-bottom: 75px;
}

nav.category-nav ul {
	padding: unset;
	list-style-type: none;
	margin: unset;
	display: flex;
	align-items: center;
	gap: 15px;
}

nav.category-nav ul li.current-cat a {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	color: #000;
}

nav.category-nav ul li a {
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
	border-radius: 50px;
	opacity: 0.96;
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(12px);
	transition: 0.5s;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	min-width: 120px;
	display: block;
	text-align: center;
}

nav.category-nav ul li a:hover {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	color: #000;
}

@media screen and (max-width: 1500px) {
	.blog-warper.black-bg.pt-150 {
		padding-inline: 15px;
	}
}

@media screen and (max-width: 1350px) {
	.blog-posts {
		grid-template-columns: 1fr 1fr;
		padding-inline: 20px;
	}
}

@media screen and (max-width: 62em) {
	.blog-warper {
		padding: unset;
	}
	.blog-warper section.full-screen-img {
		margin-bottom: 50px;
	}
	.blog-posts {
		grid-template-columns: 1fr;
		gap: 40px;
		margin-bottom: 50px;
	}
	nav.category-nav {
		margin-bottom: 25px;
	}
	nav.category-nav ul {
		max-width: 100%;
		overflow-y: scroll;
		justify-content: start;
		padding-inline: unset;
		white-space: nowrap;
		gap: 10px;
		padding-bottom: 20px;
	}
	nav.category-nav ul li a {
		font-size: var(--fs16);
		font-weight: 300;
		line-height: 29.5px;
		/* 184.375% */
		padding: 4px 28px;
	}
	.blog-warper.black-bg.pt-150 {
		padding-top: 50px !important;
		padding-bottom: 100px;
	}
	.blog-warper h1.gradient-title.gradient-txt {
		margin-bottom: 20px;
	}
	.blog .blog-posts {
		padding: unset;
	}
	nav.category-nav ul li a {
		min-width: auto;
	}
	.blog .blog-posts:last-child {
		margin: unset;
	}
}

.single-post .container-md {
	max-width: 1200px !important;
}



.single-post .post .post-thumbnail img {
	height: 500px;
	object-fit: cover;
}

.single-post .post img {
	display: block;
	width: 100%;
}

.single-post .post iframe {
	width: 100%;
	height: 600px;
}

.more-articles {
	background-color: #ebf3ff;
	padding-block: 100px;
}

.more-articles .ma-posts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.more-articles h2 {
	margin-bottom: 60px;
	line-height: 31.263px;
	/* 52.105% */
}

.title-linkedin {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
	gap: 50px;
	justify-content: space-between;
}

.title-linkedin img {
	width: 40px;
	height: 40px;
}

.breadcrumb_section {padding: 40px 0px;background-color: #000;}
.breadcrumb_section p > span {display: flex;align-items: center;flex-wrap: wrap;gap: 10px;}
.breadcrumb_section p span, .breadcrumb_section p a {text-decoration: none;color: #fff;font-size: 15px;}
.breadcrumb_section p a {transition: all 0.4s;}
.breadcrumb_section p a:hover {color: #1A96A3;}

@media screen and (max-width: 62em) {
	.single-post article {
		padding-inline: 20px;
	}
	.single-post .post {
		margin-bottom: 40px;
	}
	.single-post .post h1 {
		font-size: 45px;
		line-height: 1;
	}
	.single-post .post p {
		font-size: var(--fs16);
		font-weight: 300;
		line-height: 21.5px;
		/* 134.375% */
	}
	.single-post .post p:first-of-type {
		font-size: var(--fs18);
		font-weight: 300;
		line-height: 29px;
	}
	.single-post .more-articles {
		padding-block: 40px;
		padding-right: 25px;
		padding-bottom: 60px;
	}
	.single-post .more-articles h2 {
		font-size: 36px;
		font-weight: 700;
		line-height: 105.041%;
		margin-bottom: 40px;
	}
	.single-post .more-articles .ma-posts {
		display: block;
	}
	.single-post .more-articles .ma-posts .post-item {
		margin-left: 15px;
		box-shadow: unset;
		border-radius: unset;
		position: relative;
		padding-bottom: 45px;
	}
	.single-post .more-articles .ma-posts .post-item .post-thumbnail {
		position: unset;
	}
	.single-post .more-articles .ma-posts .post-item .post-thumbnail .post-category {
		top: unset;
		bottom: 0;
		right: 0;
		background-color: #e2e2e2;
		font-size: var(--fs12);
	}
	.single-post .more-articles .ma-posts .post-item .post-content {
		position: relative;
		padding: unset;
		background-color: unset;
	}
	.single-post .more-articles .ma-posts .post-item .post-content:after,
	.single-post .more-articles .ma-posts .post-item .post-content p.post-excerpt {
		display: none;
	}
	.single-post .more-articles .ma-posts .post-item .post-content .post-title {
		max-width: unset;
		text-overflow: ellipsis;
		overflow: hidden;
		height: 1.2em;
		white-space: nowrap;
		font-weight: 700;
	}
	.single-post .more-articles .ma-posts .post-item img {
		border-radius: 10px;
		margin-bottom: 25px;
	}
	.single-post .more-articles .ma-posts .slick-list {
		padding: 0 0 0 17% !important;
	}
	.breadcrumb_section {padding: 20px 0px;}
	.breadcrumb_section p span, .breadcrumb_section p a {font-size: 16px;}
}

@media screen and (max-width: 1300px) {
	h1.entry-title,
	.single .post-content {
		padding-inline: 10px !important;
	}
}

@media screen and (max-width: 62em) {
	.single-post article {
		padding-inline: unset;
	}
	.single-post .post .post-thumbnail img {
		height: 370px;
	}
	.post-thumbnail.mb-40 {
		margin-bottom: 20px !important;
	}
	.single-post .post h1 {
		font-size: 30px;
	}
	.single-post .title-linkedin {
		display: grid;
		padding-inline: 10px;
		gap: 25px;
	}
	.single-post .title-linkedin h1 {
		padding-inline: unset !important;
	}
	.single-post .title-linkedin img {
		width: auto;
	}
}

section.cfp-warper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 145px;
	margin-top: 45px;
	margin-bottom: 100px;
}

section.cfp-warper h2 {
	font-size: 54px;
	font-weight: 700;
	line-height: 76px;
	margin-bottom: 0;
}

section.cfp-warper h3 {
	font-size: var(--fs20);
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 45px;
}

section.cfp-warper .cfp-img img {
	border-radius: 15px;
}

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

section.cfp-warper input[type="text"]::-webkit-input-placeholder,
section.cfp-warper input[type="email"]::-webkit-input-placeholder,
section.cfp-warper input[type="url"]::-webkit-input-placeholder,
section.cfp-warper input[type="password"]::-webkit-input-placeholder,
section.cfp-warper input[type="search"]::-webkit-input-placeholder,
section.cfp-warper input[type="number"]::-webkit-input-placeholder,
section.cfp-warper input[type="tel"]::-webkit-input-placeholder,
section.cfp-warper input[type="range"]::-webkit-input-placeholder,
section.cfp-warper input[type="date"]::-webkit-input-placeholder,
section.cfp-warper input[type="month"]::-webkit-input-placeholder,
section.cfp-warper input[type="week"]::-webkit-input-placeholder,
section.cfp-warper input[type="time"]::-webkit-input-placeholder,
section.cfp-warper input[type="datetime"]::-webkit-input-placeholder,
section.cfp-warper input[type="datetime-local"]::-webkit-input-placeholder,
section.cfp-warper input[type="color"]::-webkit-input-placeholder,
section.cfp-warper textarea::-webkit-input-placeholder {
	color: #000;
}

section.cfp-warper input[type="text"]:-ms-input-placeholder,
section.cfp-warper input[type="email"]:-ms-input-placeholder,
section.cfp-warper input[type="url"]:-ms-input-placeholder,
section.cfp-warper input[type="password"]:-ms-input-placeholder,
section.cfp-warper input[type="search"]:-ms-input-placeholder,
section.cfp-warper input[type="number"]:-ms-input-placeholder,
section.cfp-warper input[type="tel"]:-ms-input-placeholder,
section.cfp-warper input[type="range"]:-ms-input-placeholder,
section.cfp-warper input[type="date"]:-ms-input-placeholder,
section.cfp-warper input[type="month"]:-ms-input-placeholder,
section.cfp-warper input[type="week"]:-ms-input-placeholder,
section.cfp-warper input[type="time"]:-ms-input-placeholder,
section.cfp-warper input[type="datetime"]:-ms-input-placeholder,
section.cfp-warper input[type="datetime-local"]:-ms-input-placeholder,
section.cfp-warper input[type="color"]:-ms-input-placeholder,
section.cfp-warper textarea:-ms-input-placeholder {
	color: #000;
}

section.cfp-warper input[type="text"]::placeholder,
section.cfp-warper input[type="email"]::placeholder,
section.cfp-warper input[type="url"]::placeholder,
section.cfp-warper input[type="password"]::placeholder,
section.cfp-warper input[type="search"]::placeholder,
section.cfp-warper input[type="number"]::placeholder,
section.cfp-warper input[type="tel"]::placeholder,
section.cfp-warper input[type="range"]::placeholder,
section.cfp-warper input[type="date"]::placeholder,
section.cfp-warper input[type="month"]::placeholder,
section.cfp-warper input[type="week"]::placeholder,
section.cfp-warper input[type="time"]::placeholder,
section.cfp-warper input[type="datetime"]::placeholder,
section.cfp-warper input[type="datetime-local"]::placeholder,
section.cfp-warper input[type="color"]::placeholder,
section.cfp-warper textarea::placeholder {
	color: #000;
}

section.cfp-warper body,
section.cfp-warper button,
section.cfp-warper input,
section.cfp-warper select,
section.cfp-warper optgroup,
section.cfp-warper textarea {
	color: #000;
}

section.cfp-warper form > p {
	display: flex;
	flex-flow: column;
	gap: 45px;
	/* Hide the actual input field */
	/* Style the container to look like a button */
}

section.cfp-warper form > p br {
	display: none;
}

section.cfp-warper form > p > label {
	font-size: var(--fs20);
	display: grid;
	line-height: 1;
}

section.cfp-warper form > p > label input[type="text"],
section.cfp-warper form > p > label input[type="email"],
section.cfp-warper form > p > label input[type="url"],
section.cfp-warper form > p > label input[type="password"],
section.cfp-warper form > p > label input[type="search"],
section.cfp-warper form > p > label input[type="number"],
section.cfp-warper form > p > label input[type="tel"],
section.cfp-warper form > p > label input[type="range"],
section.cfp-warper form > p > label input[type="date"],
section.cfp-warper form > p > label input[type="month"],
section.cfp-warper form > p > label input[type="week"],
section.cfp-warper form > p > label input[type="time"],
section.cfp-warper form > p > label input[type="datetime"],
section.cfp-warper form > p > label input[type="datetime-local"],
section.cfp-warper form > p > label input[type="color"],
section.cfp-warper form > p > label textarea,
section.cfp-warper form > p > label select {
	border: unset;
	border-bottom: 1px solid #000;
	border-radius: unset;
	background: unset;
	width: 100%;
}

section.cfp-warper form > p > label textarea {
	border-radius: 15px;
	border: 1px solid #000;
	height: 100px;
	margin-top: unset;
	margin-top: 25px;
}

section.cfp-warper form > p > label select {
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari and Chrome */
	appearance: none;
	background-image: url(assets/imgs/select-arrow.svg);
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: 8px;
}

section.cfp-warper form > p .wpcf7-file {
	display: none;
}

section.cfp-warper form > p .wpcf7-form-control-wrap[data-name="file-991"] {
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #214ce3;
	border-radius: unset;
	align-self: start;
	width: 110px;
	padding: unset;
	height: 35px;
	background-image: url(assets/imgs/file-ico.svg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: -10px;
}

section.cfp-warper form > p .wpcf7-form-control-wrap[data-name="file-991"]:after {
	content: "צרף קובץ";
	position: absolute;
	transform: translateY(-50%);
	color: #000;
	bottom: 0;
	font-size: var(--fs20);
	font-weight: 300;
	line-height: 18px;
}

section.cfp-warper form > p .wpcf7-form-control-wrap[data-name="file-991"]:after {
	content: var(--chosen-filename, "צרף קובץ");
}

section.cfp-warper .check-send p {
	position: relative;
	display: flex;
	gap: 75px;
	justify-content: space-between;
	align-items: center;
}

section.cfp-warper .check-send p span.wpcf7-list-item-label {
	font-size: var(--fs20);
	font-weight: 300;
	line-height: 18px;
}

section.cfp-warper .check-send p input[type="submit"].wpcf7-submit {
	font-size: var(--fs20);
	letter-spacing: 0.4px;
	text-decoration: unset;
	color: #191b27;
	font-weight: 300;
	display: inline-flex;
	gap: 13px 5px;
	align-items: center;
	line-height: 1;
	background-color: #214ce3;
	color: #fff;
	border-radius: 80px;
	padding: 20px 50px;
	transition: 0.5s;
}

section.cfp-warper .check-send p span.wpcf7-spinner {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
}

section.cfp-warper .check-send p span.wpcf7-list-item.first.last {
	margin: unset;
}

@media screen and (max-width: 62em) {
	section.cfp-warper {
		grid-template-columns: 1fr;
		padding-inline: unset;
		gap: 50px;
		margin-bottom: 50px;
		margin-top: unset;
	}
	section.cfp-warper .cfp-form {
		order: 2;
		margin-inline: 20px;
	}
	section.cfp-warper .cfp-form form > p > label {
		font-size: var(--fs16);
	}
	section.cfp-warper .cfp-form form > p > label textarea {
		height: 143px;
		border-radius: 10px;
	}
	section.cfp-warper .cfp-form form > p > label select {
		background-position-x: 0;
		background-position-y: 0px;
	}
	section.cfp-warper .cfp-form form > p .wpcf7-form-control-wrap[data-name="file-991"] {
		width: 95px;
	}
	section.cfp-warper .cfp-form form > p .wpcf7-form-control-wrap[data-name="file-991"]:after {
		font-size: var(--fs16);
	}
	section.cfp-warper .cfp-img {
		display: flex;
		flex-flow: column;
		position: relative;
		height: 420px;
		background-size: cover;
		background-position: center;
		padding-inline: 20px;
		justify-content: end;
		padding-bottom: 50px;
	}
	section.cfp-warper .cfp-img:after {
		content: "";
		background-color: #000;
		position: absolute;
		inset: 0;
		opacity: 0.2;
	}
	section.cfp-warper .cfp-img h2 {
		position: relative;
		font-size: 45px;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 0;
		color: #fff;
		margin-bottom: 30px;
		z-index: 1;
	}
	section.cfp-warper .cfp-img h3 {
		position: relative;
		font-size: 25px;
		color: #fff;
		line-height: 29px;
		width: 19ch;
		margin-bottom: unset;
		z-index: 1;
	}
	section.cfp-warper .check-send p {
		flex-flow: column;
		gap: 40px;
	}
	section.cfp-warper .check-send p span.wpcf7-list-item-label {
		font-size: var(--fs16);
	}
	section.cfp-warper .check-send p input[type="submit"].wpcf7-submit {
		padding: 16px 62px;
		font-size: var(--fs16);
	}
	section.cfp-warper span.wpcf7-form-control-wrap {
		align-self: start;
	}
}

.home .hero-section {
	background-color: #000;
}

.home .hero-section .slick-dots {
	position: absolute;
	bottom: 0;
	top: 0;
	display: block;
	width: 25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	right: 50px;
	z-index: 10;
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	gap: 26px;
}

.home .hero-section .slick-dots li {
	width: 8px;
	height: 8px;
}

.home .hero-section .slick-dots li button {
	background-color: #353535;
	border-radius: 100%;
	width: 8px;
	height: 8px;
}

.home .hero-section .slick-dots li button:before {
	display: none;
}

.home .hero-section .slick-dots li.slick-active {
	height: 50px;
}

.home .hero-section .slick-dots li.slick-active button {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	height: 50px;
	border-radius: 10px;
	transition: 0.5s;
}

.home .hero-section .hero-wrapper {
	position: relative;
}

.home .hero-section .hero-wrapper video#background-video {
	position: absolute;
	width: 100%;
	right: -330px;
	top: 0;
	bottom: 0;
	margin-block: auto;
}

.home .hero-section .hero-wrapper .slider-hero {
	z-index: 8;
	margin-bottom: unset;
}

.home .hero-section .hero-wrapper .slider-hero .slider-hero-inner {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	height: 870px;
	align-items: center;
	gap: 120px;
}

.home .hero-section .hero-wrapper .hero-content,
.home .hero-section .hero-wrapper .hero-image {
	z-index: 1;
}

.home .hero-section .hero-wrapper p.tagline {
	margin-bottom: 15px;
	color: #d0d0d0;
	font-size: 25px;
	font-weight: 300;
	line-height: normal;
}

.home .hero-section .hero-wrapper h1 {
	color: #fff;
	font-size: 75px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.75px;
	margin-bottom: 35px;
}

.home .hero-section .hero-wrapper h1 strong {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home .banner-section {position: relative;background-color: #000;color: #fff;padding-block: 95px;z-index: 1;}
.home .banner-section::after {content: "";position: absolute;background-image: url(assets/imgs/green-circle-right.png);background-repeat: no-repeat;bottom: 0;right: 0;width: 997px;height: 1281px;z-index: -1;}
.home .banner-section .banner-wrapper {position: relative;display: flex;align-items: center;gap: 100px;z-index: 2;}
.home .banner-section .banner-wrapper .banner-content {flex: 0 0 360px;overflow: hidden;}
.home .banner-section .banner-wrapper .banner-content h2 {color: #fff;font-size: 75px;font-weight: 300;line-height: normal;letter-spacing: -0.75px;margin-bottom: 35px;}
.home .banner-section .banner-wrapper .banner-content h2 strong {background: linear-gradient(180deg, rgba(27, 166, 175, 1) 0%, rgba(41, 230, 164, 1) 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.home .banner-section .banner-wrapper .banner-cta {background-image: url(assets/imgs/cta-bg.png);height: 392px;background-repeat: no-repeat;padding: 32px 28px;}
.home .banner-section .banner-wrapper .banner-cta p.cta-text {color: #fff;font-size: 45px;font-style: normal;font-weight: 300;line-height: 95.25%;letter-spacing: -0.45px;margin-bottom: 30px;}

.home .banner-section .banner-wrapper .banner-img {flex: calc(100% - 460px);overflow: hidden;}
.home .banner-img-slider-container {position: relative;width: 100%;}

.home .banner-img-slider-container .banner-img-slider {padding-bottom: 50px;}

.home .banner-img-slider .banner-img-inner {position: relative;padding-top: 78.22%;overflow: hidden;}
.home .banner-img-slider .banner-img-inner img {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;object-fit: contain;object-position: center;}

.home .banner-img-slider .slick-dots {position: absolute;bottom: -20px;left: 0;right: 0;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;z-index: 10;display: flex;align-items: center;justify-content: center;gap: 16px;}
.home .banner-img-slider .slick-dots li {width: 8px;height: 8px;}
.home .banner-img-slider .slick-dots li button {background-color: #353535;border-radius: 100%;width: 8px;height: 8px;}
.home .banner-img-slider .slick-dots li button:before {display: none;}
.home .banner-img-slider .slick-dots li.slick-active button {background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);transition: 0.5s;transform: scale(1.5);}

.home .banner-img-slider .slick-prev, .home .banner-img-slider .slick-next {top: auto;bottom: 0;width: 40px;height: 40px;z-index: 1;transform: none;}
.home .banner-img-slider .slick-prev {left: calc(50% - 50px);}
.home .banner-img-slider .slick-next {right: calc(50% - 50px);}
.home .banner-img-slider .slick-prev:before, .home .banner-img-slider .slick-next:before {content: "";background-image: url(assets/imgs/slider-btn-w.svg);width: 40px;height: 40px;display: block;background-size: contain;background-repeat: no-repeat;}
.home .banner-img-slider .slick-prev:before {transform: rotate(180deg);}



.home .statistics-section {
	margin-bottom: 130px;
}

.home .statistics-section .statistics-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 33px;
}

.home .statistics-section .statistics-wrapper .statistics-item span {
	display: flex;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}

.home .statistics-section .statistics-wrapper .statistics-item span,
.home .statistics-section .statistics-wrapper .statistics-item .si-num {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 140px;
	font-weight: 300;
	line-height: normal;
}

.home .statistics-section .statistics-wrapper .statistics-item p {
	color: #000;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: unset;
	width: 25ch;
}

.home .info-section {
	padding: 120px 0px;
}

.home .info-section .info-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 45px;
	align-items: center;
}

.home .info-section .info-wrapper .info-block h2 {
	color: #000;
	font-size: 57px;
	font-weight: 300;
	line-height: 100.33%;
	/* 57.188px */
	letter-spacing: -0.57px;
	margin-bottom: 25px;
}

.home .info-section .info-wrapper .info-block p {
	color: #000;
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 50px;
}

.home .services-section {
	background-color: #000;
	padding-block: 150px;
}

.home .services-section .title-btns {
	margin-bottom: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home .services-section .title-btns h2 {
	color: #fff;
	font-size: 57px;
	font-weight: 300;
	line-height: 100.33%;
	/* 57.188px */
	letter-spacing: -0.57px;
	margin-bottom: unset;
}

.home .services-section .title-btns .service-btns {
	display: flex;
	gap: 55px;
}

.home .services-section .title-btns .service-btns .service-btn {
	background-color: unset;
	opacity: 0.5;
	color: #fff;
	font-size: 31px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.31px;
	border-radius: 200px;
	display: inline-block;
	padding: 14px 40px;
	transition: 0.5s;
	cursor: pointer;
}

.home .services-section .title-btns .service-btns .service-btn.active,
.home .services-section .title-btns .service-btns .service-btn:hover {
	opacity: 1;
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: transparent;
	border-color: #fff;
}

.home .services-section ul.products-list,
.home .services-section ul.solutions-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	list-style: none;
	padding-inline: 0;
	margin: unset;
	margin-block: 0;
	position: relative;
	z-index: 2;
}

.home .services-section ul.products-list li.service-item,
.home .services-section ul.solutions-list li.service-item {
	padding: 40px;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	backdrop-filter: blur(3.5px);
	transition: 0.5s;
	display: grid;
}

.home .services-section ul.products-list li.service-item .si-title-img,
.home .services-section ul.solutions-list li.service-item .si-title-img {
	margin-bottom: 120px;
	display: flex;
	gap: 50px;
	justify-content: space-between;
}

.home .services-section ul.products-list li.service-item .si-title-img h3,
.home .services-section ul.solutions-list li.service-item .si-title-img h3 {
	color: #fff;
	font-size: 45px;
	font-weight: 300;
	line-height: 100.33%;
	/* 45.148px */
	letter-spacing: -0.45px;
}

.home .services-section ul.products-list li.service-item .si-title-img img,
.home .services-section ul.solutions-list li.service-item .si-title-img img {
	align-self: flex-start;
}

.home .services-section ul.products-list li.service-item p,
.home .services-section ul.solutions-list li.service-item p {
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	line-height: 33px;
	/* 157.143% */
	margin-bottom: 45px;
}

.home .services-section ul.products-list li.service-item:hover,
.home .services-section ul.solutions-list li.service-item:hover {
	transform: translateY(-10px);
}

.home .services-section ul.solutions-list {
	display: none;
}

.home .vendors-section {
	position: relative;
	background-color: #000;
	padding-bottom: 225px;
}

.home .vendors-section .container-xl {
	position: relative;
	z-index: 2;
}

.home .vendors-section::after {
	content: "";
	position: absolute;
	background-image: url(assets/imgs/green-circle-left.png);
	background-repeat: no-repeat;
	bottom: -100%;
	left: 0;
	width: 964px;
	height: 1462px;
	z-index: 1;
}

.home .vendors-section h2 {
	color: #fff;
	text-align: center;
	font-size: 57px;
	font-weight: 300;
	line-height: 100.33%;
	/* 57.188px */
	letter-spacing: -0.57px;
	margin-bottom: 95px;
}

.home .vendors-section .vendors-list {
	display: grid;
	/* grid-template-columns: repeat(5, 1fr); */
	grid-template-columns: repeat(auto-fit, minmax(100px, 315px));
	gap: 45px;
	justify-content: center;
}

.home .vendors-section .vendors-list .vendor-item {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	opacity: 0.96;
	/* background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%); */
	background: #FFFFFF;
	backdrop-filter: blur(12px);
	height: 190px;
}

.home .vision-section {
	background-color: #000;
	padding-bottom: 150px;
}

.home .vision-section .vision-wrapper {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 115px;
	align-items: center;
}

.home .vision-section .vision-wrapper .vision-content h2 {
	color: #fff;
	font-size: 75px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.75px;
	margin-bottom: 35px;
}

.home .vision-section .vision-wrapper .vision-content h2 strong {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home .vision-section .vision-wrapper .vision-content p {
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 50px;
}

.home .vision-section .vision-wrapper .circle-graphic .circle {
	background-image: url(assets/imgs/c.png);
	width: 528px;
	height: 528px;
	position: relative;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home .vision-section .vision-wrapper .circle-graphic .circle span {
	display: grid;
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	justify-content: center;
	align-items: center;
}

.home .vision-section .vision-wrapper .circle-graphic .circle span span:first-child {
	font-size: 170px;
	font-weight: 300;
	line-height: 1;
}

.home .vision-section .vision-wrapper .circle-graphic .circle span span:last-child {
	font-size: 53px;
	font-weight: 300;
	line-height: 1;
}

.home .vision-section .vision-wrapper .circle-graphic .dot {
	position: absolute;
	width: 34px;
	height: 34px;
	background-image: url(assets/imgs/dot.svg);
	border-radius: 50%;
	top: -17px;
	margin-left: 0px;
	left: 50%;
	transform-origin: 0 280px;
	animation: spinAround 10s linear infinite;
}

@keyframes spinAround {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 1600px) {
	.vision-section {
		overflow: hidden;
		padding-inline: 25px;
	}
	.home .statistics-section .statistics-wrapper .statistics-item p {
		width: 100%;
	}
	.home main#primary > div {
		padding-inline: 15px;
	}
}

@media screen and (max-width: 1300px) {
	.home .services-section ul.products-list li.service-item .si-title-img,
	.home .services-section ul.solutions-list li.service-item .si-title-img {
		flex-flow: column;
		gap: 15px;
	}
	.home .services-section ul.products-list li.service-item .si-title-img h3,
	.home .services-section ul.solutions-list li.service-item .si-title-img h3 {
		order: 2;
	}
}

@media screen and (max-width: 62em) {
	.home .hero-section {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.home a.btn.arrow-btn {
		font-size: 16px;
		padding: 10px 14px;
	}
	.home .hero-section .hero-wrapper p.tagline {
		font-size: 18px;
	}
	.home .hero-section .hero-wrapper h1,
	.home .banner-section .banner-wrapper .banner-content h2 {
		font-size: 39px;
		letter-spacing: -0.4px;
		margin-bottom: 15px;
	}
	.home .hero-section .hero-wrapper .slider-hero .slider-hero-inner {
		grid-template-columns: 1fr;
		gap: 0;
		height: 550px;
		align-items: unset;
	}
	.home .hero-section .hero-wrapper video#background-video {
		right: 0;
		bottom: 30px;
		height: 300px;
		object-fit: cover;
		top: unset;
	}
	.hero-image {
		position: relative;
		top: -25px;
	}
	.hero-image img {
		display: block;
		margin: auto;
		height: 220px;
		width: auto;
	}
	.home .hero-section .hero-wrapper .slider-hero .slick-dots {
		right: 0;
	}
	.home .hero-section .hero-wrapper {
		overflow: unset;
	}
	.home .hero-section .hero-wrapper .slider-hero .slick-prev,
	.home .hero-section .hero-wrapper .slider-hero .slick-next {
		top: unset;
		bottom: -50px;
		left: 0;
		width: 31px;
		height: 31px;
		z-index: 1;
	}
	.home .hero-section .hero-wrapper .slider-hero .slick-next {
		left: 50px;
	}
	.home .hero-section .hero-wrapper .slider-hero .slick-prev:before,
	.home .hero-section .hero-wrapper .slider-hero .slick-next:before {
		content: "";
		background-image: url(assets/imgs/slider-btn-w.svg);
		width: 31px;
		height: 31px;
		display: block;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.home .hero-section .hero-wrapper .slider-hero .slick-prev:before {
		transform: rotate(180deg);
	}
	.home .banner-section .banner-wrapper {
		gap: 20px;
		flex-wrap: wrap;
	}
	.home .banner-section .banner-wrapper .banner-content {flex: 0 0 100%;order: 1;}
	.home .banner-section .banner-wrapper .banner-img {flex: 0 0 100%;order: 1;}
	.home .banner-img-slider .slick-prev, .home .banner-img-slider .slick-next {width: 31px;height: 31px;}
	.home .banner-img-slider .slick-prev {left: calc(50% - 41px);}
	.home .banner-img-slider .slick-next {right: calc(50% - 41px);}
	.home .banner-img-slider .slick-prev:before, .home .banner-img-slider .slick-next:before {width: 31px;height: 31px;}
	.home .banner-section .banner-wrapper .banner-cta p.cta-text {
		font-size: 30px;
		letter-spacing: -0.3px;
		margin-bottom: 15px;
	}
	.home .banner-section .banner-wrapper .banner-cta {
		height: 200px;
		border-radius: 10px;
		background-image: url(assets/imgs/cta-bg-m.png);
		background-size: cover;
		padding: 25px;
	}
	.home .banner-section .banner-wrapper .banner-cta a.btn {
		font-size: 16px;
		padding: 10px 25px;
	}
	.home .banner-section {
		padding-top: 25px;
		padding-bottom: 85px;
	}
	.home .statistics-section {
		position: relative;
		z-index: 2;
		margin-bottom: 50px;
	}
	.home .statistics-section .statistics-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 15px;
	}
	.home .statistics-section .statistics-wrapper .statistics-item span,
	.home .statistics-section .statistics-wrapper .statistics-item .si-num {
		font-size: 80px;
	}
	.home .statistics-section .statistics-wrapper .statistics-item p {
		font-size: 18px;
	}
	.home .info-section {
		position: relative;
		z-index: 2;
		padding: 60px 0px;
	}
	.home .info-section .info-wrapper {
		grid-template-columns: 1fr;
		gap: 45px;
	}
	.home .info-section .info-wrapper .info-image {
		order: 2;
	}
	.home .info-section .info-wrapper .info-block h2 {
		font-size: 35px;
		font-weight: 300;
	}
	.home .info-section .info-wrapper .info-block p {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.home .services-section {
		padding-block: 50px;
	}
	.home .services-section .title-btns h2 {
		font-size: 35px;
	}
	.home .services-section .title-btns {
		flex-flow: column;
		align-items: start;
		gap: 25px;
		margin-bottom: 50px;
	}
	.home .services-section .title-btns .service-btns {
		gap: 15px;
	}
	.home .services-section .title-btns .service-btns .service-btn {
		font-size: 20px;
		padding: 10px 30px;
	}
	.home .services-section ul.products-list,
	.home .services-section ul.solutions-list {
		grid-template-columns: 1fr;
	}
	.home .services-section ul.products-list li.service-item,
	.home .services-section ul.solutions-list li.service-item {
		border-radius: 37px;
		padding: 40px 20px;
	}
	.home .services-section ul.products-list li.service-item a.arrow-link,
	.home .services-section ul.solutions-list li.service-item a.arrow-link {
		font-size: 16px;
	}
	.home .services-section ul.products-list li.service-item .si-title-img,
	.home .services-section ul.solutions-list li.service-item .si-title-img {
		margin-bottom: 50px;
		flex-flow: row-reverse;
	}
	.home .services-section ul.products-list li.service-item .si-title-img h3,
	.home .services-section ul.solutions-list li.service-item .si-title-img h3 {
		font-size: 25px;
		letter-spacing: -0.25px;
	}
	.home .services-section ul.products-list li.service-item p,
	.home .services-section ul.solutions-list li.service-item p {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.home .vendors-section {
		padding-bottom: 60px;
	}
	.home .vendors-section h2 {
		font-size: 35px;
		margin-bottom: 35px;
	}
	.home .vendors-section .vendors-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		align-items: center;
		justify-content: center;
	}
	.home .vendors-section .vendors-list .vendor-item {
		height: 95px;
		border-radius: 20px;
		padding: 20px;
	}
	.home .vendors-section .vendors-list .vendor-item img {
		width: 100%;
		max-width: 130px;
	}
	/* Target the last item to center it if it's the only one in the last row */
	.home .vendors-section .vendors-list > :last-child:nth-child(odd) {
		grid-column: 1 / span 2;
		justify-self: center;
	}
	.home .vision-section {
		padding-bottom: 100px;
	}
	.home .vision-section .vision-wrapper {
		grid-template-columns: 1fr;
		gap: 50px;
		align-items: center;
		justify-content: center;
	}
	.home .vision-section .vision-wrapper .vision-content h2 {
		font-size: 35px;
		margin-bottom: 25px;
	}
	.home .vision-section .vision-wrapper .vision-content p {
		font-size: 18px;
	}
	.home .vision-section .vision-wrapper .circle-graphic .circle {
		width: 306px;
		height: 306px;
		background-size: contain;
		background-image: url(assets/imgs/c-m.png);
		margin: auto;
	}
	.home .vision-section .vision-wrapper .circle-graphic .dot {
		width: 20px;
		height: 20px;
		top: -10px;
		transform-origin: 0 162px;
		background-size: contain;
	}
	.home .vision-section .vision-wrapper .circle-graphic .circle span span:first-child {
		font-size: 98px;
	}
	.home .vision-section .vision-wrapper .circle-graphic .circle span span:last-child {
		font-size: 30px;
	}
	.home main#primary {
		overflow: hidden;
	}
	.home .hero-section .slick-dots {
		right: 15px;
	}
}

body:not(.home) .hero-section {
	background-color: #000;
	margin-bottom: 110px;
	padding-inline: 15px;
}

body:not(.home) .hero-section .hero-wrapper {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	height: 660px;
	align-items: center;
	gap: 300px;
}

body:not(.home) .hero-section .hero-wrapper p {
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
}

body:not(.home) .hero-section .hero-wrapper p.tagline {
	margin-bottom: 15px;
	color: #d0d0d0;
	font-size: 25px;
	font-weight: 300;
	line-height: normal;
}

.page-template-about h1,
.page-template-about h2 {
	color: #fff;
	font-size: 75px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.75px;
	margin-bottom: 55px;
}

.page-template-about h1 strong,
.page-template-about h2 strong {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page-template-about .dna-section {
	margin-bottom: 90px;
}

.page-template-about .dna-section .dna-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 45px;
	align-items: center;
}

.page-template-about .dna-section .dna-wrapper .dna-block h2 {
	color: #000;
	font-size: 57px;
	font-weight: 300;
	line-height: 100.33%;
	/* 57.188px */
	letter-spacing: -0.57px;
	margin-bottom: 25px;
}

.page-template-about .dna-section .dna-wrapper .dna-block p {
	color: #000;
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 50px;
}

.page-template-about .values-section {
	margin-bottom: 130px;
	padding-inline: 15px;
}

.page-template-about .values-section .values-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 33px;
}

.page-template-about .values-section .values-wrapper .values-item h3 {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 57px;
	font-weight: 300;
	line-height: normal;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.page-template-about .values-section .values-wrapper .values-item p {
	color: #000;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: unset;
	width: 100%;
	max-width: 30ch;
}

.page-template-about .team-section {
	background-color: #000;
	padding-top: 90px;
	padding-bottom: 150px;
	padding-inline: 15px;
}

.page-template-about .team-section h2 {
	margin-bottom: 90px;
}

.page-template-about .team-section .team-members {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 40px 25px;
}

.page-template-about .team-section .team-members .team-member {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.page-template-about .team-section .team-members .team-member img {
	width: 100%;
	max-width: 270px;
}

.page-template-about .team-section .team-members .team-member h3 {
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
}

.page-template-about .team-section .team-members .team-member p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: unset;
}

.page-template-about .team-section .team-members .team-member .social-media {
	display: flex;
	gap: 10px;
	margin-top: auto;
}

.page-template-about .customers-section {
	background-color: #000;
	padding-bottom: 200px;
}

.page-template-about .customers-section h2 {
	margin-bottom: 135px;
}

.page-template-about .customers-section .customer-logos {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 150px;
}

@media screen and (max-width: 1200px) {
	.page-template-about .values-section .values-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.page-template-about main#primary > div {
		padding-inline: 15px;
	}
}

@media screen and (max-width: 62em) {
	body:not(.home) .hero-section {
		margin-bottom: 70px;
	}
	body:not(.home) .hero-section .hero-wrapper {
		grid-template-columns: 1fr;
		gap: 50px;
		padding-top: 35px;
		align-items: start;
		height: 655px;
		grid-auto-rows: max-content;
	}
	body:not(.home) .hero-section .hero-wrapper p.tagline {
		font-size: 18px;
	}
	.page-template-about h1,
	.page-template-about h2 {
		font-size: 40px;
		margin-bottom: 35px;
	}
	body:not(.home) .hero-section .hero-wrapper p {
		font-size: 18px;
		line-height: 147%;
	}
	.page-template-about .dna-section .dna-wrapper {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.dna-image {
		order: 2;
	}
	.page-template-about .dna-section .dna-wrapper .dna-block p {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.page-template-about .dna-section .dna-wrapper .dna-block h2 {
		font-size: 35px;
	}
	.page-template-about .values-section {
		margin-bottom: 70px;
	}
	.page-template-about .values-section .values-wrapper {
		grid-template-columns: 1fr;
	}
	.page-template-about .values-section .values-wrapper .values-item h3 {
		font-size: 35px;
	}
	.page-template-about .values-section .values-wrapper .values-item p {
		font-size: 18px;
	}
	.page-template-about .team-section {
		padding-block: 50px;
	}
	.page-template-about .team-section h2 {
		font-size: 35px;
		margin-bottom: 35px;
	}
	.page-template-about .team-section .team-members {
		grid-template-columns: repeat(2, 1fr);
	}
	.page-template-about .team-section .team-members .team-member h3 {
		font-size: 18px;
	}
	.page-template-about .team-section .team-members .team-member p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.page-template-about .customers-section {
		padding-bottom: 100px;
	}
	.page-template-about .customers-section .customer-logos {
		grid-template-columns: repeat(3, 1fr);
		gap: 50px;
	}
	.page-template-about .customers-section h2 {
		margin-bottom: 45px;
	}
}

.page-template-careers {
	position: relative;
}

.page-template-careers h1,
.page-template-careers h2 {
	color: #fff;
	font-size: 75px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.75px;
	margin-bottom: 55px;
}

.page-template-careers h1 strong,
.page-template-careers h2 strong {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page-template-careers section.hero-section {
	margin-bottom: unset;
	padding-bottom: 50px;
}

.page-template-careers section.hero-section .hero-wrapper {
	gap: 100px;
}

.page-template-careers section.hero-section::before {
	content: "";
	position: absolute;
	background-image: url(assets/imgs/green-circle-right.png);
	background-repeat: no-repeat;
	top: 50%;
	right: 0;
	width: 997px;
	height: 1281px;
	z-index: 1;
}

.page-template-careers section.careers-section {
	background-color: #000;
	padding-bottom: 200px;
	position: relative;
}

.page-template-careers section.careers-section .container-lg {
	position: relative;
	z-index: 2;
}

.page-template-careers section.careers-section h2 {
	color: #fff;
	font-size: 57px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.57px;
	margin-bottom: 90px;
}

.page-template-careers section.careers-section .job-listing {
	border-radius: 50px;
	border: 1px solid #fff;
	backdrop-filter: blur(3.5px);
	padding: 60px 90px;
	color: #fff;
	margin-bottom: 85px;
	position: relative;
	z-index: 2;
}

.page-template-careers section.careers-section .job-listing::after {
	content: "";
	background-image: url(assets/imgs/pluse.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 76px;
	width: 76px;
	position: absolute;
	right: 90px;
	top: 80px;
	transition: 0.5s;
	z-index: -1;
}

.page-template-careers section.careers-section .job-listing.open::after {
	transform: rotate(45deg);
}

.page-template-careers section.careers-section .job-listing:last-child {
	margin-bottom: 0;
}

.page-template-careers section.careers-section .job-listing .job-header {
	cursor: pointer;
}

.page-template-careers section.careers-section .job-listing .job-header h3 {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 45px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.45px;
	margin-bottom: 25px;
}

.page-template-careers section.careers-section .job-listing .job-header span.job-type,
.page-template-careers section.careers-section .job-listing .job-header span.job-id {
	font-size: 21px;
	font-weight: 300;
	line-height: 33px;
}

.page-template-careers section.careers-section .job-listing .job-header span.job-id {
	margin-left: 40px;
}

.page-template-careers section.careers-section .job-listing .job-details {
	display: none;
	margin-top: 45px;
}

.page-template-careers section.careers-section .job-listing .job-details .about-position {
	margin-bottom: 60px;
	max-width: 670px;
}

.page-template-careers section.careers-section .job-listing .job-details h4 {
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.14);
	display: inline-block;
	padding: 10px 20px;
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 25px;
}

.page-template-careers section.careers-section .job-listing .job-details p {
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
}

.page-template-careers section.careers-section .job-listing .job-details .requirements {
	margin-bottom: 50px;
	max-width: 920px;
}

.page-template-careers section.careers-section .job-listing .job-details .requirements ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.page-template-careers section.careers-section .job-listing .job-details .requirements ul li {
	margin-bottom: 10px;
	padding-left: 25px;
	text-indent: -25px;
}

.page-template-careers section.careers-section .job-listing .job-details .requirements ul li:last-child {
	margin-bottom: 0;
}

.page-template-careers section.careers-section .job-listing .job-details .requirements ul li:before {
	content: "+";
	padding-right: 5px;
}

.page-template-careers section.careers-section .job-listing .job-details .apply-button {
	background-color: unset;
	cursor: pointer;
}

.page-template-careers .career-popup-form {
	display: none;
	z-index: 99;
	position: fixed;
	inset: 0;
	max-width: 100%;
}

.page-template-careers .career-popup-form .popup-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.page-template-careers .career-popup-form .popup-form {
	background-color: #fff;
	border-radius: 50px;
	inset: 0;
	max-width: 1080px;
	overflow-y: auto;
	position: absolute;
	margin-inline: auto;
	z-index: 2;
	padding: 35px 120px;
	margin-block: 50px;
}

.page-template-careers .career-popup-form .popup-form button.close-popup {
	position: absolute;
	border: unset;
	background: unset;
	right: 0;
	top: 0;
	cursor: pointer;
}

.page-template-careers .career-popup-form .popup-form h2 {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 57px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.57px;
	border-bottom: 1px solid #000;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.page-template-careers .career-popup-form .popup-form p {
	margin-bottom: 20px;
	/* Hide the actual file input */
}

.page-template-careers .career-popup-form .popup-form p > span {
	color: #a1a1a1;
	font-family: Soleil;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 100.33%;
	letter-spacing: -0.2px;
}

.page-template-careers .career-popup-form .popup-form p label {
	display: block;
	color: #a1a1a1;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.2px;
}

.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap {
	margin-top: 15px;
	display: block;
}

.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="text"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="email"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="url"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="password"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="search"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="number"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="tel"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="range"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="date"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="month"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="week"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="time"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="datetime"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="datetime-local"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="color"],
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap textarea {
	display: block;
	width: 100%;
	color: #000;
	font-size: 21px;
	font-weight: 300;
	line-height: 33px;
	padding: 5px 15px;
	border-radius: 7px;
	border: 1px solid #000;
	backdrop-filter: blur(3.5px);
}

.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="text"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="email"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="url"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="password"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="search"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="number"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="tel"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="range"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="date"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="month"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="week"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="time"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="datetime"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="datetime-local"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="color"]::placeholder,
.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap textarea::placeholder {
	color: #000;
	opacity: 1;
	/* Firefox */
}

.page-template-careers .career-popup-form .popup-form p .wpcf7-form-control-wrap input[type="file"] {
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
	z-index: -1;
}

.page-template-careers .career-popup-form .popup-form p label.file-input span.wpcf7-form-control-wrap {
	margin-top: 15px;
	display: block;
	height: 45px;
	border-radius: 7px;
	border: 1px solid #000;
	backdrop-filter: blur(3.5px);
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.page-template-careers .career-popup-form .popup-form p label.file-input span.wpcf7-form-control-wrap:before {
	content: attr(data-before);
	padding: 10px 15px;
	color: #000;
	font-size: 21px;
	font-weight: 300;
}

.page-template-careers .career-popup-form .popup-form p label.file-input span.wpcf7-form-control-wrap::after {
	content: "Upload";
	background-image: url(assets/imgs/file.svg);
	border-radius: 0px 7px 7px 0px;
	background-color: #73f2bd;
	padding: 13px 65px;
	color: #000;
	font-size: 21px;
	background-repeat: no-repeat;
	background-position: 30px center;
	top: -1px;
	position: relative;
	height: 45px;
	right: -2px;
}

.page-template-careers .career-popup-form .popup-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	border-radius: 200px;
	background-color: unset;
	font-family: Soleil;
	font-size: 19px;
	font-weight: 300;
	line-height: normal;
	padding: 14px 30px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	background-image: url(assets/imgs/arrow-right.svg);
	background-repeat: no-repeat;
	color: #000;
	border-color: #000;
	background-position: 88% 20px;
	padding-right: 87px;
	cursor: pointer;
}

.page-template-careers .career-popup-form .popup-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover,
.page-template-careers .career-popup-form .popup-form input.wpcf7-form-control.wpcf7-submit.has-spinner:active,
.page-template-careers .career-popup-form .popup-form input.wpcf7-form-control.wpcf7-submit.has-spinner:focus {
	background-image: url("assets/imgs/arrow-right-w.svg"), linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-size: 30px 17px, cover;
	background-repeat: no-repeat;
	background-position: 88% 20px, center center;
	border-color: #fff;
	color: #fff;
}

.page-template-careers .career-popup-form .popup-form form.wpcf7-form p:last-of-type {
	direction: rtl;
	margin-bottom: 0;
}

.page-template-careers .career-popup-form .popup-form form.wpcf7-form span.wpcf7-not-valid-tip {
	position: absolute;
	margin-top: 4px;
}

.page-template-careers .career-popup-form .popup-form form.wpcf7-form.sent p {
	display: none;
}

.page-template-careers .career-popup-form .popup-form form.wpcf7-form.sent .wpcf7-response-output.success {
	border: unset;
	margin: unset;
	padding: unset;
	position: absolute;
	inset: 0;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	gap: 15px;
	z-index: -1;
}

.page-template-careers .career-popup-form .popup-form form.wpcf7-form.sent .wpcf7-response-output.success h1 {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-size: 57px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.57px;
	margin-bottom: unset;
}

.page-template-careers .career-popup-form .popup-form form.wpcf7-form.sent .wpcf7-response-output.success span {
	color: #000;
	text-align: center;
	font-size: 21px;
	font-weight: 300;
	line-height: 33px;
}

@media screen and (max-width: 62em) {
	.page-template-careers section.hero-section .hero-wrapper {
		gap: 50px;
		height: auto;
		position: relative;
		z-index: 2;
	}
	.page-template-careers h1,
	.page-template-careers h2 {
		font-size: 40px;
		margin-bottom: 35px;
	}
	.page-template-careers section.careers-section h2 {
		font-size: 35px;
		margin-bottom: 25px;
	}
	.page-template-careers section.careers-section .job-listing {
		padding: 20px;
		border-radius: 30px;
		margin-bottom: 20px;
	}
	.page-template-careers section.careers-section .job-listing .job-header h3 {
		font-size: 30px;
		max-width: 13ch;
		margin-bottom: 15px;
	}
	.page-template-careers section.careers-section .job-listing .job-header span.job-type,
	.page-template-careers section.careers-section .job-listing .job-header span.job-id {
		font-size: 18px;
	}
	.page-template-careers section.careers-section .job-listing .job-header span.job-id {
		margin-left: 15px;
	}
	.page-template-careers section.careers-section .job-listing::after {
		width: 42px;
		height: 42px;
		top: 25px;
		right: 25px;
	}
	.page-template-careers section.careers-section {
		padding-bottom: 100px;
		overflow: hidden;
		position: relative;
	}
	.page-template-careers section.hero-section::before {
		display: none;
	}
	.page-template-careers section.careers-section::before {
		content: "";
		position: absolute;
		background-image: url(assets/imgs/green-circle-right.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 500px;
		height: 500px;
		top: 0%;
		right: -75%;
	}
	.page-template-careers section.careers-section .job-listing .job-details {
		margin-top: 25px;
	}
	.page-template-careers section.careers-section .job-listing .job-details h4 {
		font-size: 18px;
	}
	.page-template-careers section.careers-section .job-listing .job-details p {
		font-size: 18px;
		line-height: 147%;
	}
	.page-template-careers section.careers-section .job-listing .job-details .about-position,
	.page-template-careers section.careers-section .job-listing .job-details .requirements {
		margin-bottom: 35px;
	}
	.page-template-careers section.careers-section .job-listing .job-details .requirements ul {
		margin: unset;
	}
	.page-template-careers section.careers-section .job-listing .job-details .apply-button {
		font-size: 16px;
		padding: 10px 14px;
	}
	.page-template-careers .career-popup-form .popup-form {
		padding: 20px;
		border-radius: 30px;
		margin-inline: 12px;
	}
	.page-template-careers .career-popup-form .popup-form h2 {
		font-size: 30px;
	}
	.page-template-careers .career-popup-form .popup-form p label {
		font-size: 16px;
	}
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="text"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="email"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="url"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="password"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="search"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="number"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="tel"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="range"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="date"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="month"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="week"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="time"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="datetime"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="datetime-local"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap input[type="color"],
	.page-template-careers .career-popup-form .popup-form p label span.wpcf7-form-control-wrap textarea {
		font-size: 18px;
	}
	.page-template-careers .career-popup-form .popup-form p {
		margin-bottom: 10px;
	}
	.page-template-careers .career-popup-form .popup-form p label.file-input span.wpcf7-form-control-wrap:before {
		font-size: 18px;
	}
	.page-template-careers .career-popup-form .popup-form p label.file-input span.wpcf7-form-control-wrap::after {
		font-size: 14px;
		padding: 16px 30px;
		background-position: 11px 16px;
		background-size: 13px 13px;
	}
	.page-template-careers .career-popup-form .popup-form p > span {
		font-size: 16px;
		letter-spacing: -0.16px;
	}
	.page-template-careers .career-popup-form .popup-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
		font-size: 16px;
		padding: 10px 35px;
		padding-left: 15px;
		background-size: 17px 9px;
		background-position: 95% center;
	}
	.page-template-careers .career-popup-form .popup-form form.wpcf7-form p:last-of-type {
		direction: ltr;
		text-align: center;
	}
	.page-template-careers .career-popup-form .popup-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
		font-size: 16px;
		padding: 10px 35px;
		padding-left: 15px;
		background-size: 17px 9px;
		background-position: 95% center;
		margin-top: 25px;
	}
	.page-template-careers .career-popup-form .popup-form span.wpcf7-spinner {
		display: block;
		margin: auto;
		margin-top: 5px;
	}
	.page-template-careers .career-popup-form .popup-form form.wpcf7-form span.wpcf7-not-valid-tip {
		position: relative;
	}
	.page-template-careers .career-popup-form .popup-form form.wpcf7-form.sent .wpcf7-response-output.success h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.page-template-careers .career-popup-form .popup-form form.wpcf7-form.sent .wpcf7-response-output.success span {
		font-size: 18px;
		padding-inline: 50px;
		line-height: 1.5;
	}
}

.page-template-category-page main#primary {
	overflow: hidden;
}

section.category-banner {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	background-color: #1c1c1c;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.25px;
	padding-block: 15px;
}

section.category-banner .pd-text strong {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 25px;
	letter-spacing: -0.25px;
}

section.category-banner .pd-btn a.btn {
	border-radius: 96.324px;
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	padding-block: 9px;
	color: #000;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.15px;
	border: unset;
}

section.category-hero {
	background-color: #000;
	padding-top: 45px;
}

section.category-hero .category-wrapper {
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 55px;
	padding-inline: 15px;
}

section.category-hero .category-wrapper h1 {
	color: #fff;
	font-size: 75px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.75px;
	margin-bottom: 15px;
}

section.category-hero .category-wrapper h1 strong {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

section.category-hero .category-wrapper p {
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 30px;
	max-width: 72ch;
}

section.category-hero .category-wrapper a.btn {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 17px 75px;
	font-size: 31px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.31px;
	transition: 0.5s;
}

section.category-hero .category-wrapper a.btn:hover {
	background: unset;
	color: #fff;
	background-clip: unset;
	background-clip: unset;
	-webkit-text-fill-color: unset;
}

section.category-img-txt {
	position: relative;
}

section.category-img-txt.category-img-txt-1:before {
	content: "";
	position: absolute;
	background-image: url(assets/imgs/green-circle-right.png);
	background-repeat: no-repeat;
	bottom: -80%;
	right: -10%;
	width: 997px;
	height: 1281px;
	z-index: 1;
	opacity: 0.3;
}

section.category-img-txt.category-img-txt-2:before {
	content: "";
	position: absolute;
	background-image: url(assets/imgs/green-circle-left.png);
	background-repeat: no-repeat;
	bottom: -100%;
	left: -10%;
	width: 964px;
	height: 1462px;
	z-index: 1;
	opacity: 0.3;
}

section.category-img-txt.black {
	background-color: #000;
	color: #fff;
}

section.category-img-txt.black h2 {
	color: #fff;
}

section.category-img-txt.left .category-img-txt-wrapper {
	grid-template-columns: 1fr 1.5fr;
}

section.category-img-txt.left .category-img-txt-content {
	order: 2;
}

section.category-img-txt .category-img-txt-wrapper {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 230px;
	padding-block: 150px;
	position: relative;
	z-index: 2;
}

section.category-img-txt .category-img-txt-wrapper h2 {
	font-size: 37px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.37px;
	margin-bottom: 30px;
}

section.category-img-txt .category-img-txt-wrapper p {
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 50px;
}

section.category-img-txt .category-img-txt-wrapper .cai-links {
	display: flex;
	gap: 10px;
}

section.keys-section {
	padding-top: 85px;
	padding-bottom: 120px;
}

section.keys-section h2 {
	font-size: 37px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.37px;
	margin-bottom: 30px;
}

section.keys-section p {
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 75px;
}

section.keys-section .keys {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

section.keys-section .keys .key {
	display: flex;
	flex-direction: column;
	gap: 25px;
	border-radius: 50px;
	border: 1px solid #000;
	backdrop-filter: blur(3.5px);
	padding-top: 58px;
	padding-inline: 45px;
}

section.keys-section .keys .key h3 {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 35px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.35px;
}

section.keys-section .keys .key p {
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
}

section.partners-logos {
	background-color: #000;
	padding-block: 185px;
}

section.partners-logos .logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 120px;
}

section.demo-cta {
	background-color: #000;
	padding-bottom: 160px;
}

section.demo-cta .demo-cta-wrapper {
	border-radius: 10px;
	opacity: 0.96;
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	backdrop-filter: blur(12px);
	padding: 55px;
}

section.demo-cta .demo-cta-wrapper P {
	color: #fff;
	font-size: 45px;
	font-weight: 300;
	line-height: 95.25%;
	/* 42.862px */
	letter-spacing: -0.45px;
}

section.demo-cta .demo-cta-wrapper a.btn {
	padding-inline: 45px;
}

section.demo-cta .demo-cta-wrapper a.btn:hover {
	background: #000;
}

.cat-contact {
	background-color: #000;
	padding-bottom: 90px;
}

.cat-contact .cat-contact-title {
	color: #fff;
	font-size: 57px;
	font-weight: 300;
	line-height: 100.33%;
	letter-spacing: -0.57px;
	margin-bottom: 50px;
}

.cat-contact .wpcf7 {
	max-width: 1165px;
}

.cat-contact .wpcf7 p {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}

.cat-contact .wpcf7 p span.wpcf7-form-control-wrap[data-name="your-message"] {
	grid-column: 1 / -1;
}

.cat-contact .wpcf7 input[type="text"],
.cat-contact .wpcf7 input[type="email"],
.cat-contact .wpcf7 input[type="url"],
.cat-contact .wpcf7 input[type="password"],
.cat-contact .wpcf7 input[type="search"],
.cat-contact .wpcf7 input[type="number"],
.cat-contact .wpcf7 input[type="tel"],
.cat-contact .wpcf7 input[type="range"],
.cat-contact .wpcf7 input[type="date"],
.cat-contact .wpcf7 input[type="month"],
.cat-contact .wpcf7 input[type="week"],
.cat-contact .wpcf7 input[type="time"],
.cat-contact .wpcf7 input[type="datetime"],
.cat-contact .wpcf7 input[type="datetime-local"],
.cat-contact .wpcf7 input[type="color"],
.cat-contact .wpcf7 textarea,
.cat-contact .wpcf7 .wpcf7-select {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	line-height: 1;
	padding: 14px 17px;
	border-radius: 7px;
	border: 1px solid #fff;
	background-color: unset;
	backdrop-filter: blur(3.5px);
}

.cat-contact .wpcf7 input[type="text"]::placeholder,
.cat-contact .wpcf7 input[type="email"]::placeholder,
.cat-contact .wpcf7 input[type="url"]::placeholder,
.cat-contact .wpcf7 input[type="password"]::placeholder,
.cat-contact .wpcf7 input[type="search"]::placeholder,
.cat-contact .wpcf7 input[type="number"]::placeholder,
.cat-contact .wpcf7 input[type="tel"]::placeholder,
.cat-contact .wpcf7 input[type="range"]::placeholder,
.cat-contact .wpcf7 input[type="date"]::placeholder,
.cat-contact .wpcf7 input[type="month"]::placeholder,
.cat-contact .wpcf7 input[type="week"]::placeholder,
.cat-contact .wpcf7 input[type="time"]::placeholder,
.cat-contact .wpcf7 input[type="datetime"]::placeholder,
.cat-contact .wpcf7 input[type="datetime-local"]::placeholder,
.cat-contact .wpcf7 input[type="color"]::placeholder,
.cat-contact .wpcf7 textarea::placeholder,
.cat-contact .wpcf7 .wpcf7-select::placeholder {
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.cat-contact .wpcf7 input[type="submit"] {
	border-radius: 200px;
	background-color: unset;
	font-family: Soleil;
	font-size: 19px;
	font-weight: 300;
	line-height: normal;
	padding: 14px 30px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	background-image: url(assets/imgs/arrow-right.svg);
	background-repeat: no-repeat;
	color: #fff;
	border-color: #fff;
	background-position: 85% 22px;
	padding-right: 60px;
	cursor: pointer;
	justify-self: end;
}

.cat-contact .wpcf7 input[type="submit"]:hover,
.cat-contact .wpcf7 input[type="submit"]:active,
.cat-contact .wpcf7 input[type="submit"]:focus {
	background-image: url("assets/imgs/arrow-right-w.svg"), linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-size: 30px 17px, cover;
	background-repeat: no-repeat;
	background-position: 85% 22px, center center;
	border-color: #fff;
	color: #fff;
}

.cat-contact .wpcf7 .wpcf7-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(assets/imgs/select-arrow-g.svg);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 12px 9px;
}

.cat-contact .wpcf7 .wpcf7-select option {
	color: #000;
}

@media screen and (max-width: 1500px) {
	.cat-news {
		padding-inline: 15px;
	}
}

@media screen and (max-width: 1300px) {
	.cat-news {
		padding-inline: 15px;
	}
	section.category-img-txt .category-img-txt-wrapper {
		gap: 150px;
	}
	.cat-news .cat-news-list,
	.blog-posts .cat-news-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 62em) {
	.pd-text,
	section.category-banner .pd-text strong {
		font-size: 16px;
	}
	section.category-banner .pd-btn a.btn {
		font-size: 14px;
		border-radius: 96.324px;
		width: 122px;
		padding: 9px 0px;
	}
	section.category-hero .category-wrapper {
		background: unset !important;
		padding: unset;
		height: unset;
	}
	section.category-hero .category-wrapper h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	section.category-hero .category-wrapper p {
		font-size: 18px;
	}
	section.category-hero .category-wrapper a.btn {
		font-size: 20px;
		padding: 10px 41px;
		margin-bottom: 40px;
	}
	section.category-hero .category-wrapper img {
		height: 330px;
		object-fit: cover;
	}
	section.category-img-txt .category-img-txt-wrapper {
		padding-block: 50px;
		grid-template-columns: 1fr;
		gap: 60px;
	}
	section.category-img-txt .category-img-txt-wrapper h2 {
		font-size: 35px;
	}
	section.category-img-txt .category-img-txt-wrapper p {
		font-size: 18px;
		margin-bottom: 25px;
	}
	section.category-img-txt .category-img-txt-wrapper .cai-links {
		flex-wrap: wrap;
	}
	section.category-img-txt .arrow-btn {
		font-size: 16px;
		padding: 10px 16px;
	}
	.category-img-txt-img img {
		height: 252px;
		width: auto;
		display: block;
		margin: auto;
	}
	section.category-img-txt.left .category-img-txt-wrapper {
		grid-template-columns: 1fr;
		gap: 100px;
		z-index: 4;
		position: relative;
	}
	section.category-img-txt.left .category-img-txt-content {
		order: unset;
	}
	section.keys-section h2 {
		font-size: 35px;
	}
	section.keys-section p {
		font-size: 18px;
		margin-bottom: 50px;
	}
	section.keys-section .keys {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	section.keys-section .keys .key {
		padding: 40px 25px;
		border-radius: 30px;
	}
	section.keys-section .keys .key h3 {
		font-size: 30px;
	}
	section.keys-section .keys .key p {
		font-size: 18px;
		margin-bottom: unset;
	}
	section.keys-section {
		padding-bottom: 70px;
	}
	section.partners-logos .logos {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		justify-content: center;
		gap: 50px;
	}
	section.partners-logos {
		padding-block: 50px;
	}
	.logo:last-child {
		grid-column: 1 / span 2;
		justify-self: center;
		max-width: 120px;
	}
	section.demo-cta .demo-cta-wrapper P {
		font-size: 35px;
	}
	section.demo-cta .demo-cta-wrapper {
		padding: 45px 20px;
	}
	section.demo-cta .demo-cta-wrapper a.btn {
		font-size: 16px;
		padding: 10px 24px;
	}
	section.demo-cta {
		padding-bottom: 65px;
	}
	.cat-contact {
		padding-inline: 15px;
	}
	.cat-contact .cat-contact-title {
		font-size: 35px;
		margin-bottom: 35px;
	}
	.cat-contact .wpcf7 p {
		grid-template-columns: 1fr;
		gap: 40px;
		margin: unset;
	}
	.cat-contact .wpcf7 input[type="text"],
	.cat-contact .wpcf7 input[type="email"],
	.cat-contact .wpcf7 input[type="url"],
	.cat-contact .wpcf7 input[type="password"],
	.cat-contact .wpcf7 input[type="search"],
	.cat-contact .wpcf7 input[type="number"],
	.cat-contact .wpcf7 input[type="tel"],
	.cat-contact .wpcf7 input[type="range"],
	.cat-contact .wpcf7 input[type="date"],
	.cat-contact .wpcf7 input[type="month"],
	.cat-contact .wpcf7 input[type="week"],
	.cat-contact .wpcf7 input[type="time"],
	.cat-contact .wpcf7 input[type="datetime"],
	.cat-contact .wpcf7 input[type="datetime-local"],
	.cat-contact .wpcf7 input[type="color"],
	.cat-contact .wpcf7 textarea,
	.cat-contact .wpcf7 .wpcf7-select {
		font-size: 18px;
	}
	.cat-contact .wpcf7 textarea {
		height: 150px;
	}
	.cat-contact .wpcf7 p br {
		display: none;
	}
	.cat-contact {
		padding-bottom: 0;
	}
	.cat-news h2,
	.blog-posts h2 {
		font-size: 35px;
		margin-bottom: 25px;
	}
	.cat-news .cat-news-list,
	.blog-posts .cat-news-list {
		grid-template-columns: 1fr;
	}
	.cat-news .cat-news-list a.cat-news-item img,
	.blog-posts .cat-news-list a.cat-news-item img {
		height: 222px;
	}
	.cat-news .cat-news-list a.cat-news-item .cat-news-content h3,
	.blog-posts .cat-news-list a.cat-news-item .cat-news-content h3 {
		font-size: 18px;
	}
	.cat-news .cat-news-list a.cat-news-item .cat-news-content p,
	.blog-posts .cat-news-list a.cat-news-item .cat-news-content p {
		font-size: 16px;
	}
	.cat-news {
		padding-bottom: 50px;
	}
}

section.prod-hero {
	padding-block: 92px;
	height: 415px;
	background-size: cover;
	background-repeat: no-repeat;
}

section.prod-hero a.btn {
	padding-inline: 35px;
}

section.prod-hero a.btn:hover {
	background: unset;
	color: #fff;
	background-clip: unset;
	background-clip: unset;
	-webkit-text-fill-color: unset;
}

.page-template-product .text-video {
	padding-top: 80px;
	padding-bottom: 180px;
}

.page-template-product .text-video h2 {
	margin-bottom: 95px;
}

.page-template-product .text-video .tv-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 115px;
	align-items: center;
}

.page-template-product .text-video .tv-content.full-width {
    grid-template-columns: 1fr;
}

.page-template-product .text-video.tv-flip .tv-text {
	order: 2;
}

.page-template-product .data-classification {
	padding-bottom: 150px;
}

.page-template-product .data-classification p {
	max-width: 1165px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.page-template-product .data-classification ul.classification-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 25px;
	margin: unset;
	padding: unset;
	list-style-type: none;
}

.page-template-product .data-classification ul.classification-list li img {
	display: block;
	margin-bottom: 35px;
	max-height: 90px;
	object-fit: contain;
}

.page-template-product .data-classification ul.classification-list li h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.page-template-product .data-classification ul.classification-list li h3 span {
	max-width: 217px;
	height: 75px;
	display: flex;
	align-items: end;
}

.page-template-product .data-classification ul.classification-list li p {
	margin-bottom: unset;
}

.page-template-product section.feature-capabilities {
	padding-bottom: 110px;
}

.page-template-product section.feature-capabilities ul.feature-capabilities-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
	padding: unset;
	margin: unset;
	list-style-type: none;
}

.page-template-product section.feature-capabilities ul.feature-capabilities-list li.feature-capability-item {
	border-radius: 50px;
	opacity: 0.96;
	backdrop-filter: blur(12px);
	padding: 63px 95px;
}

.page-template-product section.key-benefits .key-benefits-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.page-template-product section.key-benefits .key-benefits-items .key-benefit-item {
	border-radius: 50px;
	border: 1px solid #fff;
	opacity: 0.96;
	backdrop-filter: blur(12px);
	padding-top: 50px;
	padding-inline: 25px;
	padding-bottom: 90px;
}

.page-template-product section.key-benefits .key-benefits-items .key-benefit-item h3 {
	line-height: 29px !important;
}

.page-template-product section.key-benefits .key-benefits-items .key-benefit-item p {
	max-width: 39ch;
}

.page-template-product section.trusted-by {
	padding: 100px;
	padding-bottom: 121px;
}

.page-template-product section.trusted-by h2 {
	margin-bottom: 70px;
}

.page-template-product section.trusted-by .trusted-by-logos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 120px;
	align-items: center;
}

.page-template-product .cat-contact {
	padding-top: 100px;
}

@media screen and (max-width: 1300px) {
	.page-template-product .data-classification ul.classification-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 50px 25px;
	}
	.page-template-product section.feature-capabilities ul.feature-capabilities-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 62em) {
	section.prod-hero a.btn {
		padding-inline: 38px;
	}
	section.prod-hero {
		background-position: center;
	}
	.prod-hero-content {
		padding-right: 45px;
	}
	.page-template-product .text-video .tv-content {
		grid-template-columns: 1fr;
		gap: 35px;
	}
	.tv-video iframe {
		height: 182px;
	}
	.page-template-product .text-video {
		padding-bottom: 60px;
	}
	.data-classification-wrapper h2.title-37.white-txt.mb-35.text-center,
	.page-template-product .data-classification p {
		text-align: left;
	}
	.page-template-product .data-classification ul.classification-list {
		grid-template-columns: 1fr;
	}
	li.classification-category {
		position: relative;
	}
	.page-template-product .data-classification ul.classification-list li img {
		height: 63px;
		position: absolute;
		margin: unset;
		top: 10px;
		width: 63px;
	}
	.page-template-product .data-classification ul.classification-list li h3 {
		padding-left: 75px;
		font-size: 35px;
	}
	.page-template-product .data-classification,
	.page-template-product section.feature-capabilities {
		padding-bottom: 75px;
	}
	.page-template-product section.feature-capabilities ul.feature-capabilities-list {
		grid-template-columns: 1fr;
	}
	.page-template-product section.key-benefits .key-benefits-items {
		grid-template-columns: 1fr;
	}
	.key-benefit-item h3.white-txt.fs-21.mb-25 {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.key-benefit-item p.white-txt.fs-17 {
		font-size: 18px;
	}
	.page-template-product section.key-benefits .key-benefits-items .key-benefit-item {
		padding-block: 40px;
	}
	.page-template-product section.trusted-by {
		padding: 50px 20px;
	}
	.page-template-product section.trusted-by .trusted-by-logos {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.trusted-by-logos img {
		display: block;
		margin: auto;
		width: 200px;
	}
	.page-template-product .cat-contact {
		padding-block: 50px;
		padding-bottom: unset;
	}
	.cat-contact .wpcf7 input[type="submit"] {
		justify-self: start;
		font-size: 16px;
		padding: 10px 37px;
		background-position: 75% 15px;
		background-size: 17px;
		padding-left: 20px;
		padding-right: 50px;
	}
}

section.prod-solutions {
	padding-bottom: 130px;
}

section.prod-solutions .slick-list {
	margin: 0 -15px;
}

section.prod-solutions .slick-track {
	display: flex !important;
}

section.prod-solutions .slick-slide {
	height: inherit !important;
}

section.prod-solutions .prod-solutions-item {
	border-radius: 50px;
	border: 1px solid #fff;
	backdrop-filter: blur(3.5px);
	padding-top: 60px;
	padding-bottom: 75px;
	padding-inline: 35px;
	margin-inline: 15px;
	display: flex;
	flex-flow: column;
}

section.prod-solutions .prod-solutions-item h3 {
	max-width: 10ch;
	min-height: 90px;
}

section.prod-solutions .prod-solutions-item a.arrow-link {
	align-self: start;
}

section.prod-solutions .slick-prev,
section.prod-solutions .slick-next {
	width: 61px;
	height: 61px;
}

section.prod-solutions .slick-next {
	right: -70px;
}

section.prod-solutions .slick-prev {
	left: -70px;
}

section.prod-solutions .slick-prev:before,
section.prod-solutions .slick-next:before {
	content: "";
	background-image: url(assets/imgs/slider-btn.svg);
	width: 61px;
	height: 61px;
	display: block;
}

section.prod-solutions .slick-prev:before {
	transform: rotate(180deg);
}

@media screen and (max-width: 1650px) {
	.prod-solutions-wrapper.container-lg {
		max-width: 90% !important;
	}
	.cat-contact {
		padding-inline: 15px;
	}
}

@media screen and (max-width: 1200px) {
	.prod-solutions-wrapper.container-lg {
		max-width: 85% !important;
	}
	body .prod-opener-wrapper p,
	body .prod-img-txt-content.gcol-5.wysiwyg.white-txt.fs-21 p {
		line-height: 1.5;
		text-align: left;
	}
	section.prod-opener.black-bg.pt-80.pb-100 {
		padding-block: 50px !important;
	}
	.prod-img-txt-content.gcol-5.wysiwyg.white-txt.fs-21 {
		order: 2;
	}
	.prod-solutions-wrapper.container-lg {
		max-width: 100% !important;
	}
	section.prod-solutions .prod-solutions-item {
		margin: unset;
		margin-bottom: 30px;
		border-radius: 37px;
		padding: 50px 25px;
	}
	section.prod-solutions .prod-solutions-item h3 {
		max-width: 15ch;
		min-height: auto;
		margin-bottom: 50px !important;
	}
	section.prod-solutions .prod-solutions-item p.fs-21.white-txt {
		font-size: 21px;
	}
	section.prod-solutions .prod-solutions-item a.arrow-link {
		font-size: 16px;
	}
	section.prod-solutions.black-bg {
		padding-bottom: 50px;
	}
}

.vendor-prods ul {
	display: grid;
	grid-template-rows: repeat(5, auto);
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-auto-flow: column;
	gap: 10px 100px;
}

.vendor-prods ul li a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.vendor-prods ul li a:before {
	content: "";
	background-image: url(assets/imgs/arrow-right.svg);
	display: inline-block;
	width: 30px;
	height: 17px;
}

.vendor-prods ul li a:hover {
	color: #fff;
}

.other-vendor {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	position: relative;
}

.other-vendor a {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vc-txt {
	max-width: 1013px;
}

@media screen and (max-width: 1200px) {
	.other-vendors-wrapper.grid-container.grid-cols-4.gap-45.grid-align-center {
		gap: 20px;
	}
	.other-vendor.gradient-bg img {
		max-width: 170px;
	}
}

@media screen and (max-width: 62em) {
	.vendor-image.mb-30.pt-100 {
		padding-top: 35px !important;
	}
	.vendor-image img {
		height: 210px;
		object-fit: cover;
	}
	.title-btn.flex-justify-between.mb-25 {
		flex-flow: column;
		gap: 25px;
		margin-bottom: 25px;
	}
	a.btn.arrow-btn {
		align-self: start;
	}
	section.vendor a.btn.arrow-btn {
		font-size: 16px;
		padding: 10px 15px;
	}
	section.vendor p {
		line-height: 1.5;
	}
	.vendor-content.mb-80 {
		margin-bottom: 50px !important;
	}
	.vendor-prods ul {
		grid-template-rows: unset;
		grid-template-columns: unset;
		grid-auto-flow: unset;
		gap: 20px;
	}
	.vendor-prods ul li a {
		font-size: 21px;
	}
	.vendor-prods.pb-100 {
		padding-bottom: 50px !important;
	}
	h2.title-45.white-txt.mb-60 {
		margin-bottom: 30px !important;
	}
	.other-vendors-wrapper.grid-container.grid-cols-4.gap-45.grid-align-center {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.other-vendor.gradient-bg img {
		max-width: 120px;
	}
	.other-vendor {
		height: 95px;
		border-radius: 20px;
	}
}

.form-template {
	position: relative;
	overflow: hidden;
}

.form-template::after {
	content: "";
	position: absolute;
	background-image: url(assets/imgs/green-circle-right.png);
	background-repeat: no-repeat;
	top: 0%;
	right: -10%;
	width: 997px;
	height: 1281px;
	z-index: 1;
}

.fp-form {
	max-width: 865px;
}

.fp-form span.lb-title {
	font-size: 20px;
	font-weight: 300;
	line-height: 100.33%;
	letter-spacing: -0.2px;
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
}

.fp-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 15px;
}

.fp-form .wpcf7-form-control-wrap input[type="text"],
.fp-form .wpcf7-form-control-wrap select,
.fp-form .wpcf7-form-control-wrap input[type="email"],
.fp-form .wpcf7-form-control-wrap input[type="url"],
.fp-form .wpcf7-form-control-wrap input[type="password"],
.fp-form .wpcf7-form-control-wrap input[type="search"],
.fp-form .wpcf7-form-control-wrap input[type="number"],
.fp-form .wpcf7-form-control-wrap input[type="tel"],
.fp-form .wpcf7-form-control-wrap input[type="range"],
.fp-form .wpcf7-form-control-wrap input[type="date"],
.fp-form .wpcf7-form-control-wrap input[type="month"],
.fp-form .wpcf7-form-control-wrap input[type="week"],
.fp-form .wpcf7-form-control-wrap input[type="time"],
.fp-form .wpcf7-form-control-wrap input[type="datetime"],
.fp-form .wpcf7-form-control-wrap input[type="datetime-local"],
.fp-form .wpcf7-form-control-wrap input[type="color"],
.fp-form .wpcf7-form-control-wrap textarea {
	border-radius: 7px;
	border: 1px solid #fff;
	backdrop-filter: blur(3.5px);
	background: unset;
	padding: 11px 23px;
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	line-height: 33px;
	width: 100%;
}

.fp-form .wpcf7-form-control-wrap input[type="text"]::placeholder,
.fp-form .wpcf7-form-control-wrap select::placeholder,
.fp-form .wpcf7-form-control-wrap input[type="email"]::placeholder,
.fp-form .wpcf7-form-control-wrap input[type="url"]::placeholder,
.fp-form .wpcf7-form-control-wrap input[type="password"]::placeholder,
.fp-form .wpcf7-form-control-wrap input[type="search"]::placeholder,
.fp-form .wpcf7-form-control-wrap input[type="number"]::placeholder,
.fp-form .wpcf7-form-control-wrap input[type="tel"]::placeholder,
.fp-form .wpcf7-form-control-wrap input[type="range"]::placeholder,
.fp-form .wpcf7-form-control-wrap input[type="date"]::placeholder,
.fp-form .wpcf7-form-control-wrap input[type="month"]::placeholder,
.fp-form .wpcf7-form-control-wrap input[type="week"]::placeholder,
.fp-form .wpcf7-form-control-wrap input[type="time"]::placeholder,
.fp-form .wpcf7-form-control-wrap input[type="datetime"]::placeholder,
.fp-form .wpcf7-form-control-wrap input[type="datetime-local"]::placeholder,
.fp-form .wpcf7-form-control-wrap input[type="color"]::placeholder,
.fp-form .wpcf7-form-control-wrap textarea::placeholder {
	color: #fff;
}

.fp-form .wpcf7-form-control-wrap .wpcf7-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(assets/imgs/select-arrow-g.svg);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 12px 9px;
}

.fp-form .wpcf7-form-control-wrap .wpcf7-select option {
	color: #000;
}

.fp-form input[type="submit"] {
	border-radius: 200px;
	background-color: unset;
	font-family: Soleil;
	font-size: 19px;
	font-weight: 300;
	line-height: normal;
	padding: 14px 30px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	background-image: url(assets/imgs/arrow-right.svg);
	background-repeat: no-repeat;
	color: #fff;
	border-color: #fff;
	background-position: 85% 20px;
	padding-right: 60px;
	cursor: pointer;
	justify-self: end;
	order: 2;
}

.fp-form input[type="submit"]:hover,
.fp-form input[type="submit"]:active,
.fp-form input[type="submit"]:focus {
	background-image: url("assets/imgs/arrow-right-w.svg"), linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-size: 30px 17px, cover;
	background-repeat: no-repeat;
	background-position: 85% 20px, center center;
}

.fp-form form.wpcf7-form {
	position: relative;
}

.fp-form form.wpcf7-form p:last-of-type {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}

.fp-form .wpcf7 form.invalid .wpcf7-response-output,
.fp-form .wpcf7 form.unaccepted .wpcf7-response-output,
.fp-form .wpcf7 form.payment-required .wpcf7-response-output {
	position: absolute;
	border: unset;
	font-family: Soleil;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 100.33%;
	letter-spacing: -0.24px;
	color: #dc3232;
	margin: unset;
	padding: unset;
	bottom: 25px;
}

.fp-form .wpcf7 form.sent .wpcf7-response-output {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block !important;
	position: absolute;
	border: unset;
	font-family: Soleil;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 100.33%;
	letter-spacing: -0.24px;
	margin: unset;
	padding: unset;
	bottom: 25px;
}

.fp-form span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -35px;
}

.fp-form textarea.wpcf7-form-control.wpcf7-textarea {
	height: 130px;
}

@media screen and (max-width: 1500px) {
	.form-page.container-lg {
		padding-inline: 15px;
		overflow: hidden;
		position: relative;
		z-index: 3;
	}
}

@media screen and (max-width: 62em) {
	.form-page.container-lg h1.gradient-title.white-txt.pt-100.mb-40 {
		padding-top: 35px !important;
		margin-bottom: 30px !important;
	}
	.fp-form span.lb-title {
		font-size: 16px;
	}
	.fp-form .wpcf7-form-control-wrap input[type="text"],
	.fp-form .wpcf7-form-control-wrap select,
	.fp-form .wpcf7-form-control-wrap input[type="email"],
	.fp-form .wpcf7-form-control-wrap input[type="url"],
	.fp-form .wpcf7-form-control-wrap input[type="password"],
	.fp-form .wpcf7-form-control-wrap input[type="search"],
	.fp-form .wpcf7-form-control-wrap input[type="number"],
	.fp-form .wpcf7-form-control-wrap input[type="tel"],
	.fp-form .wpcf7-form-control-wrap input[type="range"],
	.fp-form .wpcf7-form-control-wrap input[type="date"],
	.fp-form .wpcf7-form-control-wrap input[type="month"],
	.fp-form .wpcf7-form-control-wrap input[type="week"],
	.fp-form .wpcf7-form-control-wrap input[type="time"],
	.fp-form .wpcf7-form-control-wrap input[type="datetime"],
	.fp-form .wpcf7-form-control-wrap input[type="datetime-local"],
	.fp-form .wpcf7-form-control-wrap input[type="color"],
	.fp-form .wpcf7-form-control-wrap textarea {
		font-size: 18px;
	}
	.fp-form .wpcf7 form.invalid .wpcf7-response-output,
	.fp-form .wpcf7 form.unaccepted .wpcf7-response-output,
	.fp-form .wpcf7 form.payment-required .wpcf7-response-output {
		bottom: -60px;
	}
	.fp-form input[type="submit"] {
		order: unset;
	}
	.fp-form form.wpcf7-form p:last-of-type {
		align-items: center;
	}
	.fp-form.pb-150 {
		padding-bottom: 100px !important;
	}
	.fp-form .wpcf7 form.invalid .wpcf7-response-output,
	.fp-form .wpcf7 form.unaccepted .wpcf7-response-output,
	.fp-form .wpcf7 form.payment-required .wpcf7-response-output {
		font-size: 16px;
	}
	.form-page.container-lg .fs-27.white-txt.wysiwyg.mb-60 {
		margin-bottom: 35px !important;
	}
}

.vp-page {
	position: relative;
	z-index: 2;
}

.vp-page .vp-subtitle p {
	line-height: 120.3%;
	letter-spacing: -0.37px;
}

.vp-page .vp-text {
	max-width: 1013px;
}

.vp-page .vp-info-blocks .vp-info-block {
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	height: 232px;
	text-align: center;
}

.vp-page .vp-info-blocks .vp-info-block .hidden-info {
	opacity: 0;
	position: absolute;
	inset: 0;
	background-color: #fff;
	padding: 30px;
	padding-left: 34px;
	padding-right: 17px;
	transition: 0.5s;
	border-radius: 50px;
	display: grid;
	gap: 10px;
	text-align: left;
	z-index: 2;
}

.vp-page .vp-info-blocks .vp-info-block .hidden-info .vp-info-title {
	color: #000;
	font-size: 23px;
	font-weight: 300;
	line-height: 120.3%;
	letter-spacing: -0.23px;
	line-height: 1.1;
}

.vp-page .vp-info-blocks .vp-info-block .hidden-info .vp-info-text.fs-17 {
	color: #000;
	font-size: 17px;
	font-weight: 300;
	line-height: normal;
}

.vp-page .vp-info-blocks .vp-info-block .hidden-info::after {
	content: "";
	background-image: url(assets/imgs/shild-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 163px;
	height: 192px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.2;
}

.vp-page .vp-info-blocks .vp-info-block .vp-info-icon {
	display: block;
	margin: auto;
}

.vp-page .vp-info-blocks .vp-info-block .visabble-info {
	display: grid;
	gap: 35px;
	max-width: 234px;
}

.vp-page .vp-info-blocks .vp-info-block .vp-info-title.fs-27.white-txt {
	height: 65px;
}

.vp-page .vp-info-blocks .vp-info-block:hover .hidden-info {
	opacity: 1;
}

.vp-page .our-vp.gradient-bg {
	border-radius: 41.482px;
}

.vp-page .our-vp.gradient-bg a {
	display: block;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vp-page .our-vp.gradient-bg a img {
	max-width: 190px;
}

.vp-page .vp-form.pb-150.grid-container {
	gap: 150px;
}

.vp-page .vp-subtitle {
	max-width: 1315px;
}

.vp-page .vp-text ul {
	display: grid;
	grid-template-rows: repeat(5, auto);
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-auto-flow: column;
	gap: 10px 100px;
}

.vp-page .vp-text ul li a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.vp-page .vp-text ul li a:before {
	content: "";
	background-image: url(assets/imgs/arrow-right.svg);
	display: inline-block;
	width: 30px;
	height: 17px;
}

.vp-page .vp-text ul li a:hover {
	color: #fff;
}

.page-template-vendors-partners main#primary {
	position: relative;
	overflow: hidden;
}

.page-template-vendors-partners main#primary::before {
	content: "";
	position: absolute;
	background-image: url(assets/imgs/green-circle-left.png);
	background-repeat: no-repeat;
	bottom: 10%;
	left: 0;
	width: 964px;
	height: 1462px;
	z-index: 1;
}

.page-template-vendors-partners main#primary::after {
	content: "";
	position: absolute;
	background-image: url(assets/imgs/green-circle-right.png);
	background-repeat: no-repeat;
	top: 0;
	right: -10%;
	width: 997px;
	height: 1281px;
	z-index: 1;
}

.vp-popup-form {
	display: none;
	z-index: 99;
	position: fixed;
	inset: 0;
	max-width: 100%;
}

.vp-popup-form .popup-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.vp-popup-form .popup-content {
	background-color: #fff;
	inset: 0;
	max-width: 93%;
	overflow-y: auto;
	position: absolute;
	margin-inline: auto;
	z-index: 2;
	margin-block: 50px;
	top: unset;
	bottom: unset;
	padding: 30px;
	border-radius: 30px;
	padding-top: 60px;
}

.vp-popup-form .popup-content button.close-popup {
	position: absolute;
	border: unset;
	background: unset;
	right: 0;
	top: 0;
	cursor: pointer;
}

.vp-popup-form .popup-content h2 {
	color: #000;
	font-size: 25px;
	font-weight: 300;
	line-height: 120.3%;
	/* 30.075px */
	letter-spacing: -0.25px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1550px) {
	.vp-page.container-lg {
		padding-inline: 15px;
	}
	.vp-page .vp-form.pb-150.grid-container {
		gap: 50px;
	}
}

@media screen and (max-width: 1200px) {
	.vp-page .our-vp.gradient-bg a img {
		max-width: 130px;
	}
}

@media screen and (max-width: 62em) {
	.vp-page.container-lg h1 {
		padding-top: 40px !important;
		margin-bottom: 25px !important;
	}
	.vp-page.container-lg h1 {
		padding-top: 50px !important;
		max-width: 15ch;
	}
	.vp-subtitle.title-37 {
		font-size: 25px;
		margin-bottom: 35px !important;
		line-height: 120.3%;
		/* 30.075px */
		letter-spacing: -0.25px;
	}
	.vp-text.fs-21.white-txt.wysiwyg.mb-80 {
		line-height: 1.5;
		margin-bottom: 50px !important;
	}
	.vp-info-blocks.mb-150 {
		margin-bottom: 50px !important;
	}
	.our-vps-wrapper.grid-container.grid-cols-5.gap-35.grid-align-center {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 15px;
	}
	.vp-page .our-vp.gradient-bg {
		border-radius: 20px;
	}
	.vp-page .our-vp.gradient-bg a {
		height: 95px;
	}
	.our-vps.mb-150 {
		margin-bottom: 70px !important;
	}
	.our-vps.mb-150 h2.gradient-title.gradient-txt.mb-50 {
		text-align: center;
		margin-bottom: 25px !important;
	}
	.vp-page .vp-form.pb-150.grid-container {
		gap: 45px 0;
		padding-bottom: 100px !important;
	}
	.title-37.white-txt.mb-10 {
		font-size: 30px;
	}
	.vp-page .vp-text ul {
		grid-template-rows: unset;
		grid-template-columns: unset;
		grid-auto-flow: unset;
		gap: 10px 100px;
		margin: unset;
		padding-left: 25px;
	}
	.vp-page .vp-info-blocks .vp-info-block .hidden-info {
		display: none;
	}
	.vp-page .vp-info-blocks .vp-info-block .visabble-info {
		grid-template-columns: 1fr auto;
		text-align: left;
		max-width: unset;
		padding-inline: 30px;
		align-items: center;
		justify-content: center;
	}
	.vp-page .vp-info-blocks .vp-info-block .vp-info-title.fs-27.white-txt {
		font-size: 25px;
		height: unset;
		width: 196px;
	}
	.vp-page .vp-info-blocks .vp-info-block {
		height: 130px;
		border-radius: 30px;
	}
	.vp-info-blocks-wrapper.grid-container.grid-cols-4.gap-45.grid-align-center {
		gap: 20px;
	}
	.single-post .post iframe {
		height: 190px;
	}
}

/* Parts
--------------------------------------------- */
section.posts-section {
	text-align: center;
	margin-bottom: 50px;
	overflow: hidden;
}

section.posts-section h2 {
	margin-bottom: 0;
	text-align: right;
}

section.posts-section h3 {
	margin-bottom: 60px;
	text-align: right;
}

.posts-carousel {
	text-align: right;
	padding-bottom: 90px;
}

.posts-carousel .slick-slide {
	margin: 0 15px;
}

.posts-carousel .slick-list {
	margin: 0 -15px;
}

.posts-carousel .post-item {
	margin-bottom: 25px;
}

.posts-carousel .slick-prev,
.posts-carousel .slick-next {
	background-repeat: no-repeat;
	width: 22px;
	height: 44px;
	top: 35%;
}

.posts-carousel .slick-prev::before,
.posts-carousel .slick-next::before {
	display: none;
}

.posts-carousel .slick-prev:hover,
.posts-carousel .slick-prev:focus {
	background-image: url(assets/imgs/right-slider-arrow.svg);
}

.posts-carousel .slick-next:hover,
.posts-carousel .slick-next:focus {
	background-image: url(assets/imgs/left-slider-arrow.svg);
}

.posts-carousel .slick-prev {
	right: -50px !important;
	background-image: url(assets/imgs/right-slider-arrow.svg);
}

.posts-carousel .slick-next {
	left: -50px !important;
	background-image: url(assets/imgs/left-slider-arrow.svg);
}

.post-item {
	border-radius: 15px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.post-item a {
	text-decoration: none;
	color: #000;
}

.post-item .post-thumbnail {
	position: relative;
}

.post-item .post-thumbnail img {
	width: 100%;
	display: block;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.post-item .post-thumbnail .post-category {
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	display: inline-flex;
	padding: 10px 15px;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	background-color: #fff;
	position: absolute;
	top: 30px;
	right: 20px;
}

.post-item .post-content {
	position: relative;
	padding: 25px;
	padding-bottom: 40px;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.post-item .post-content .post-title {
	margin-bottom: 10px;
	line-height: 31.263px;
	font-size: var(--fs24);
	font-weight: 900;
	max-width: 24ch;
}

.post-item .post-content .post-excerpt {
	font-size: var(--fs16);
	font-weight: 300;
	line-height: 21px;
	margin-bottom: unset;
	max-width: 35ch;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-item .post-content::after {
	content: "";
	background-image: url(assets/imgs/arrow-blue.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 12px;
	height: 23px;
	left: 20px;
	bottom: 30px;
}

@media screen and (max-width: 1300px) {
	.posts-carousel {
		position: relative;
		max-width: 1100px;
		margin: auto;
		overflow: hidden;
	}
}

@media screen and (max-width: 62em) {
	.home section.posts-section {
		text-align: right;
	}
	section.posts-section {
		text-align: center;
		margin-bottom: 50px;
	}
	section.posts-section h2 {
		font-size: var(--fs24);
		font-weight: 700;
		line-height: 124.041%;
		text-align: right;
		margin-bottom: 10px;
	}
	section.posts-section h3 {
		font-size: var(--fs18);
		font-weight: 300;
		line-height: 29px;
		text-align: right;
		margin-bottom: 30px;
	}
}

section.products {
	margin-bottom: 50px;
}

section.products h2 {
	margin-bottom: 50px;
	line-height: 31.263px;
}

section.products .prod-vids-warper {
	margin-bottom: 175px;
	/* the slides */
	/* the parent */
}

section.products .prod-vids-warper .slick-slide {
	margin: 0 15px;
}

section.products .prod-vids-warper .slick-list {
	margin: 0 -15px;
}

section.products .prod-vids-warper iframe {
	border-radius: 15px;
	width: 100%;
}

section.products .prod-vids-warper .prod-vid {
	font-size: var(--fs20);
	font-weight: 900;
	line-height: 30px;
}

section.products .prod-vids-warper .slick-prev,
section.products .prod-vids-warper .slick-next {
	background-repeat: no-repeat;
	width: 22px;
	height: 44px;
	top: 45%;
}

section.products .prod-vids-warper .slick-prev::before,
section.products .prod-vids-warper .slick-next::before {
	display: none;
}

section.products .prod-vids-warper .slick-prev:hover,
section.products .prod-vids-warper .slick-prev:focus {
	background-image: url(assets/imgs/right-slider-arrow.svg);
}

section.products .prod-vids-warper .slick-next:hover,
section.products .prod-vids-warper .slick-next:focus {
	background-image: url(assets/imgs/left-slider-arrow.svg);
}

section.products .prod-vids-warper .slick-prev {
	right: -50px !important;
	background-image: url(assets/imgs/right-slider-arrow.svg);
}

section.products .prod-vids-warper .slick-next {
	left: -50px !important;
	background-image: url(assets/imgs/left-slider-arrow.svg);
}

section.products .prod-vids-warper .vid-box {
	position: relative;
}

section.products .prod-vids-warper .vid-box .video-image {
	position: absolute;
	inset: 0;
	border-radius: 15px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
}

section.products .prod-vids-warper .vid-box .video-image:after {
	content: "";
	background-image: url(assets/imgs/play.svg);
	width: 63px;
	height: 63px;
	position: absolute;
	inset: 0;
	margin: auto;
}

.products-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px 30px;
	margin-bottom: 115px;
}

.product-item {
	border-radius: 15px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.product-item .product-thumbnail {
	position: relative;
	height: 242px;
}

.product-item .product-thumbnail img {
	padding-block: 25px;
	margin: auto;
	display: block;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	height: 100%;
	object-fit: contain;
}

.product-item .product-thumbnail .tag {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #214ce3;
	text-align: center;
	font-size: var(--fs16);
	font-weight: 700;
	line-height: 37.634px;
	width: 56px;
	height: 56px;
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 15px;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 7px 18px -7px #214ce3;
}

.product-item .product-content {
	position: relative;
	padding: 25px;
	padding-bottom: 40px;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.product-item .product-content .product-title {
	margin-bottom: 10px;
	line-height: 26px;
	font-size: var(--fs24);
	font-weight: 300;
	max-width: 24ch;
}

.product-item .product-content .product-excerpt {
	font-size: var(--fs18);
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 20px;
}

.product-item .product-content .blue-btn {
	padding: 20px;
	font-size: var(--fs18);
	line-height: 8.318px;
}

.product-item .product-content .blue-btn.btn-flip {
	margin-right: 15px;
	background-color: unset;
	border: 1px solid #214ce3;
	color: #214ce3;
	cursor: pointer;
}

.product-item .product-content .blue-btn.btn-flip:hover {
	background-color: #214ce3;
	color: #fff;
}

.contact-pop {
	display: none;
	position: fixed;
	inset: 0;
	text-align: center;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.contact-pop .cp-overlay {
	position: fixed;
	inset: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0.3;
}

.contact-pop .cp-from {
	position: relative;
	width: 100%;
	max-width: 700px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	max-height: 780px;
	height: 100%;
	z-index: 99;
	overflow: hidden;
	padding-block: 50px;
	padding-inline: 100px;
}

.contact-pop .cp-from button.cpf-close {
	position: absolute;
	top: 30px;
	right: 30px;
	background: unset;
	border: unset;
	padding: unset;
	cursor: pointer;
}

.contact-pop .cp-from .cpf-title {
	font-size: 54px;
	font-weight: 700;
	line-height: 76px;
}

.contact-pop .cp-from .cpf-pname {
	font-size: var(--fs20);
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 60px;
}

.contact-pop .cp-from .cpf-pname span {
	font-weight: 700;
}

.contact-pop .cp-from .wpcf7 {
	text-align: right;
}

.contact-pop .cp-from .wpcf7 form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 25px 30px;
}

.contact-pop .cp-from .wpcf7 form .wpcf7-not-valid-tip {
	position: absolute;
}

.contact-pop .cp-from .wpcf7 form p {
	margin: unset;
}

.contact-pop .cp-from .wpcf7 form label {
	font-size: var(--fs20);
	font-weight: 300;
	line-height: 18px;
}

.contact-pop .cp-from .wpcf7 form label br {
	display: none;
}

.contact-pop .cp-from .wpcf7 form input[type="text"],
.contact-pop .cp-from .wpcf7 form input[type="email"],
.contact-pop .cp-from .wpcf7 form input[type="url"],
.contact-pop .cp-from .wpcf7 form input[type="password"],
.contact-pop .cp-from .wpcf7 form input[type="search"],
.contact-pop .cp-from .wpcf7 form input[type="number"],
.contact-pop .cp-from .wpcf7 form input[type="tel"],
.contact-pop .cp-from .wpcf7 form input[type="range"],
.contact-pop .cp-from .wpcf7 form input[type="date"],
.contact-pop .cp-from .wpcf7 form input[type="month"],
.contact-pop .cp-from .wpcf7 form input[type="week"],
.contact-pop .cp-from .wpcf7 form input[type="time"],
.contact-pop .cp-from .wpcf7 form input[type="datetime"],
.contact-pop .cp-from .wpcf7 form input[type="datetime-local"],
.contact-pop .cp-from .wpcf7 form input[type="color"],
.contact-pop .cp-from .wpcf7 form textarea {
	max-width: 100%;
	width: 100%;
	background: unset;
	border: unset;
	border-bottom: 1px solid;
	border-radius: unset;
	margin-top: -10px;
	display: block;
}

.contact-pop .cp-from .wpcf7 form textarea {
	border-radius: 15px;
	border: 1px solid #000;
	height: 80px;
	margin-top: unset;
}

.contact-pop .cp-from .wpcf7 form p:nth-child(4),
.contact-pop .cp-from .wpcf7 form p:nth-child(7),
.contact-pop .cp-from .wpcf7 form p:nth-child(8),
.contact-pop .cp-from .wpcf7 form p:nth-child(10) {
	grid-column: -1 / 1;
}

.contact-pop .cp-from .wpcf7 form p:nth-child(10) {
	text-align: center;
	position: relative;
}

.contact-pop .cp-from .wpcf7 form p:nth-child(10) span.wpcf7-spinner {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.contact-pop .cp-from .wpcf7 form span.wpcf7-list-item.first.last {
	margin: unset;
}

.contact-pop .cp-from .wpcf7 form .wpcf7-response-output {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 80%;
	border: unset;
}

@media screen and (max-width: 62em) {
	.post-item .post-thumbnail img {
		height: 274px;
	}
	.post-item .post-thumbnail .post-category {
		font-size: var(--fs12);
		line-height: 14px;
	}
	.post-item .post-content {
		padding-inline: 15px;
	}
	.post-item .post-content .post-excerpt {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: var(--fs16);
		line-height: 21.5px;
	}
	.post-item .post-content .post-title {
		font-size: 20px;
		line-height: 20.763px;
		letter-spacing: normal;
	}
	.post-item .post-content:after {
		bottom: 15px;
		left: 15px;
	}
}

/* Footer
--------------------------------------------- */
footer#footer {
	background-color: #191919;
	padding-top: 100px;
	padding-bottom: 25px;
	position: relative;
	z-index: 2;
	padding-inline: 15px;
}

footer#footer .footer-top {
	padding-bottom: 25px;
	display: flex;
	gap: 60px;
	align-items: start;
	justify-content: space-between;
}

footer#footer .footer-top > div {
	width: calc((100% - (60px * 5)) / 6);
}

footer#footer .footer-top .footer-contact {
	display: grid;
	gap: 20px;
	color: #d0d0d0;
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
}

footer#footer .footer-top .footer-contact p {
	color: #d0d0d0;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	text-decoration: none;
	margin: 0;
}

footer#footer .footer-top .footer-contact a.btn.arrow-btn {
	justify-self: start;
}

footer#footer .footer-top ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

footer#footer .footer-top ul li a {
	color: #d0d0d0;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	text-decoration: none;
	transition: all 0.4s;
}

footer#footer .footer-top ul li a:hover {
    color: #1A96A3;
}

footer#footer .footer-top .fd-txt {
	margin-bottom: 35px;
}

footer#footer .footer-top .fd-txt p {
	color: #d0d0d0;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
}

footer#footer .footer-top .fd-txt p a {
	color: #d0d0d0;
}

footer#footer .footer-top .social-links {
	display: flex;
	gap: 30px;
}

footer#footer .footer-top .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}
footer#footer .footer-top .social-links a svg {height: 100%;width: 100%;}
footer#footer .footer-top .social-links a svg g {opacity: 1;}
footer#footer .footer-top .social-links a svg path {fill: #1A96A3;transition: all 0.4s;}
footer#footer .footer-top .social-links a:hover svg path {fill: #d0d0d0;}

footer#footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	color: #d0d0d0;
	font-size: 15px;
	font-weight: 300;
	line-height: normal;
}

footer#footer .footer-bottom a {
	color: #d0d0d0;
	font-size: 15px;
	font-weight: 300;
	line-height: normal;
	text-decoration: none;
	transition: all 0.4s;
}
footer#footer .footer-bottom a:hover {
	color: #1A96A3;
}

@media screen and (max-width: 1650px) {
	footer#footer .footer-top {
		gap: 30px;
	}
	footer#footer .footer-top>div {
		width: calc((100% - (30px * 5)) / 6);
	}
}
@media screen and (max-width: 1500px) {
	footer#footer {
		padding-inline: 15px;
	}
	footer#footer .footer-contact {
		max-width: 200px;
	}
	footer#footer .footer-top > div {
		min-width: unset;
	}
}
@media screen and (max-width: 1366px) {
	footer#footer .footer-top {
		gap: 20px;
	}
	footer#footer .footer-top>div {
		width: calc((100% - (20px * 5)) / 6);
	}
	footer#footer .footer-top ul li a {font-size: 14px;}
	footer#footer .footer-top .footer-contact p {font-size: 14px;}
	footer#footer .footer-top .fd-txt p {font-size: 14px;}
	footer#footer .footer-top .footer-contact .btn {font-size: 14px;padding: 10px 20px;}
}

@media screen and (max-width: 62em) {
	footer#footer {
		padding-top: 50px;
		background-position: 15px;
	}
	footer#footer .footer-top {
		display: grid;
		gap: 30px;
		grid-template-columns: 1fr;
	}
	footer#footer .footer-top>div {width: 100%;}
	footer#footer .footer-top div#footer-logo {
		display: none;
	}
	footer#footer .footer-top .footer-contact {
		grid-template-columns: 1fr 1fr;
	}
	footer#footer .footer-top .footer-contact a.btn.arrow-btn {
		font-size: 16px;
		font-weight: 300;
		padding: 10px 14px;
	}
	footer#footer .footer-top ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		display: block;
	}
	footer#footer .footer-top ul li {
		margin-bottom: 10px;
	}
	footer#footer .footer-top ul li a {
		font-size: 16px;
	}
	footer#footer .footer-top .fd-txt p {
		font-size: 16px;
	}
	footer#footer .footer-top .social-links {
		justify-content: center;
	}
	footer#footer .footer-bottom {
		margin-inline: -15px;
		border-top: 1px solid #19575e;
		padding-top: 20px;
		padding-inline: 15px;
	}
	footer#footer .footer-contact {
		max-width: unset;
	}
}

/* Utility
--------------------------------------------- */
.container {
	margin-inline: auto;
	max-width: 100%;
}

.container-xxl {
	margin-inline: auto;
	max-width: 106.66667rem !important;
}

.container-xl {
	margin-inline: auto;
	max-width: 97.77778rem !important;
}

.container-lg {
	margin-inline: auto;
	max-width: 81.94444rem !important;
}

.container-md {
	margin-inline: auto;
	max-width: 70rem !important;
}

.container-sm {
	margin-inline: auto;
	max-width: 58.33333rem !important;
}

@media screen and (max-width: 62em) {
	.container {
		padding-inline: 0;
	}
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm {
		margin-inline: auto;
		max-width: 100% !important;
	}
}

.wysiwyg > p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.grid-container {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
}

.gcol-1 {
	grid-column: span 1;
}

.gcol-2 {
	grid-column: span 2;
}

.gcol-3 {
	grid-column: span 3;
}

.gcol-4 {
	grid-column: span 4;
}

.gcol-5 {
	grid-column: span 5;
}

.gcol-6 {
	grid-column: span 6;
}

.gcol-7 {
	grid-column: span 7;
}

.gcol-8 {
	grid-column: span 8;
}

.gcol-9 {
	grid-column: span 9;
}

.gcol-10 {
	grid-column: span 10;
}

.gcol-11 {
	grid-column: span 11;
}

.gcol-12 {
	grid-column: span 12;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, 1fr) !important;
}

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

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

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

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

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

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

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

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

.grid-cols-10 {
	grid-template-columns: repeat(10, 1fr) !important;
}

.grid-cols-11 {
	grid-template-columns: repeat(11, 1fr) !important;
}

.grid-cols-12 {
	grid-template-columns: repeat(12, 1fr) !important;
}

.gap-5 {
	gap: 5px;
}

.gap-10 {
	gap: 10px;
}

.gap-15 {
	gap: 15px;
}

.gap-20 {
	gap: 20px;
}

.gap-30 {
	gap: 30px;
}

.gap-35 {
	gap: 35px;
}

.gap-45 {
	gap: 45px;
}

.grid-justify-center {
	justify-content: center;
}

.grid-justify-between {
	justify-content: space-between;
}

.grid-justify-end {
	justify-content: flex-end;
}

.grid-justify-evenly {
	justify-content: space-evenly;
}

.grid-justify-around {
	justify-content: space-around;
}

.grid-align-center {
	align-items: center;
}

.grid-align-start {
	align-items: flex-start;
}

.grid-align-end {
	align-items: flex-end;
}

.grid-align-stretch {
	align-items: stretch;
}

.grid-align-baseline {
	align-items: baseline;
}

.grid-align-content-center {
	align-content: center;
}

.grid-align-content-start {
	align-content: flex-start;
}

.grid-align-content-end {
	align-content: flex-end;
}

.grid-align-content-stretch {
	align-content: stretch;
}

.grid-align-content-space-between {
	align-content: space-between;
}

.grid-align-content-space-around {
	align-content: space-around;
}

.grid-self-center {
	align-self: center;
}

.grid-self-start {
	align-self: flex-start;
}

.grid-self-end {
	align-self: flex-end;
}

.grid-self-stretch {
	align-self: stretch;
}

.grid-self-baseline {
	align-self: baseline;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.m-5 {
	margin: 5px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.p-5 {
	padding: 5px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.px-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.m-10 {
	margin: 10px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.p-10 {
	padding: 10px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.m-15 {
	margin: 15px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.p-15 {
	padding: 15px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.px-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.m-25 {
	margin: 25px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.p-25 {
	padding: 25px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.px-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.m-30 {
	margin: 30px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.p-30 {
	padding: 30px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.m-35 {
	margin: 35px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

.mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.p-35 {
	padding: 35px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pr-35 {
	padding-right: 35px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.m-40 {
	margin: 40px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.p-40 {
	padding: 40px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.m-50 {
	margin: 50px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.p-50 {
	padding: 50px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.m-60 {
	margin: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

.mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.p-60 {
	padding: 60px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pl-60 {
	padding-left: 60px !important;
}

.px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.m-80 {
	margin: 80px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

.mx-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

.p-80 {
	padding: 80px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pr-80 {
	padding-right: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

.px-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.m-100 {
	margin: 100px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

.mx-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.p-100 {
	padding: 100px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pr-100 {
	padding-right: 100px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pl-100 {
	padding-left: 100px !important;
}

.px-100 {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.m-150 {
	margin: 150px !important;
}

.mt-150 {
	margin-top: 150px !important;
}

.mr-150 {
	margin-right: 150px !important;
}

.mb-150 {
	margin-bottom: 150px !important;
}

.ml-150 {
	margin-left: 150px !important;
}

.mx-150 {
	margin-left: 150px !important;
	margin-right: 150px !important;
}

.my-150 {
	margin-top: 150px !important;
	margin-bottom: 150px !important;
}

.p-150 {
	padding: 150px !important;
}

.pt-150 {
	padding-top: 150px !important;
}

.pr-150 {
	padding-right: 150px !important;
}

.pb-150 {
	padding-bottom: 150px !important;
}

.pl-150 {
	padding-left: 150px !important;
}

.px-150 {
	padding-left: 150px !important;
	padding-right: 150px !important;
}

.py-150 {
	padding-top: 150px !important;
	padding-bottom: 150px !important;
}

.even-cols {
	display: grid;
	gap: 1rem;
}

@media screen and (min-width: 62em) {
	.even-cols {
		grid-auto-flow: column;
		grid-auto-columns: 1fr;
	}
}

.flex,
.flex-column,
.flex-nowrap,
.flex-wrap-reverse,
.flex-justify-center,
.flex-justify-between {
	display: flex;
}

.flex-inline {
	display: inline-flex;
}

.flex-column {
	flex-direction: column;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.flex-justify-center {
	justify-content: center;
}

.flex-justify-between {
	justify-content: space-between;
}

.z-0 {
	z-index: 0;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

.z-30 {
	z-index: 30;
}

.z-40 {
	z-index: 40;
}

.z-50 {
	z-index: 50;
}

.ul-rest,
.ol-reset {
	padding: 0;
	margin: 0;
	list-style: none;
}

.gradient-title {
	font-size: 75px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.75px;
	margin-bottom: 55px;
}

.gradient-title strong {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient-title.lh-0 {
	line-height: 0;
}

.title-57 {
	font-size: 57px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.57px;
}

.title-45 {
	font-size: 45px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.45px;
}

body .title-37 {
	font-size: 37px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.37px;
}

.title-35 {
	font-size: 35px;
	font-weight: 300;
	line-height: normal;
}

.gradient-num {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 140px;
	font-weight: 300;
	line-height: normal;
}

.gradient-bg {
	opacity: 0.96;
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
}

.gradient-txt {
	background: linear-gradient(180deg, rgba(27, 166, 175, 1) 50%, rgba(41, 230, 164, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.black-bg {
	background: #000;
}

.white-txt {
	color: #fff;
}

.back-txt {
	color: #000;
}

.offwhite-txt {
	color: #d0d0d0;
}

.gray-txt {
	color: #a1a1a1;
}

.fs-31 {
	font-size: 31px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.31px;
}

.fs-27 {
	font-size: 27px;
	font-weight: 300;
	line-height: 120.3%;
	letter-spacing: -0.27px;
}

.fs-21 {
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
}

.fs-20 {
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.2px;
}

.fs-19 {
	font-size: 19px;
	font-weight: 300;
	line-height: normal;
}

.fs-18 {
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
}

.fs-17 {
	font-size: 17px;
	font-weight: 300;
	line-height: 24px;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 300;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.fw-900 {
	font-weight: 900;
}

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.font-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 300;
}

.font-bold {
	font-weight: 700;
}

.text-black {
	color: #000 !important;
}

.text-gray {
	color: #777 !important;
}

.text-red {
	color: #e53e3e !important;
}

.text-blue {
	color: #4299e1 !important;
}

.text-small {
	font-size: 0.8rem;
}

.text-medium {
	font-size: 1rem;
}

.text-large {
	font-size: 1.2rem;
}

.text-xlarge {
	font-size: 1.4rem;
}

.d-block {
	display: block !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-flex {
	display: flex !important;
}

.d-grid {
	display: grid !important;
}

.d-none {
	display: none !important;
}

header#masthead div#header-wrap ul#primary-menu > li.menu-item-has-children:not(.mega) > ul.sub-menu > li > ul.sub-menu {
	display: grid !important;
	padding-left: 15px;
}

@media screen and (max-width: 1550px) {
	.gcol-t-1 {
		grid-column: span 1;
	}
	.gcol-t-2 {
		grid-column: span 2;
	}
	.gcol-t-3 {
		grid-column: span 3;
	}
	.gcol-t-4 {
		grid-column: span 4;
	}
	.gcol-t-5 {
		grid-column: span 5;
	}
	.gcol-t-6 {
		grid-column: span 6;
	}
	.gcol-t-7 {
		grid-column: span 7;
	}
	.gcol-t-8 {
		grid-column: span 8;
	}
	.gcol-t-9 {
		grid-column: span 9;
	}
	.gcol-t-10 {
		grid-column: span 10;
	}
	.gcol-t-11 {
		grid-column: span 11;
	}
	.gcol-t-12 {
		grid-column: span 12;
	}
}

@media screen and (max-width: 62em) {
	.padding-block-small {
		padding-block: 1.38889rem;
	}
	.padding-block-meduin {
		padding-block: 2.77778rem;
	}
	.padding-block-big {
		padding-block: 5.55556rem;
	}
	.gradient-title {
		font-size: 40px;
		letter-spacing: -0.4px;
	}
	.fs-21 {
		font-size: 18px;
	}
	a.btn.fs-31 {
		font-size: 20px;
		letter-spacing: -0.2px;
		padding: 10px 38px;
	}
	h2.title-37 {
		font-size: 30px;
		letter-spacing: -0.3px;
		margin-bottom: 45px !important;
	}
	h3.title-45 {
		font-size: 25px;
	}
	h1.title-45 {
		font-size: 40px;
	}
	h2.title-45 {
		font-size: 30px;
	}
	.grid-container {
		display: grid;
		grid-auto-flow: row;
		grid-auto-columns: 1fr;
	}
	.gcol-1 {
		grid-column: span 12;
	}
	.gcol-2 {
		grid-column: span 12;
	}
	.gcol-3 {
		grid-column: span 12;
	}
	.gcol-4 {
		grid-column: span 12;
	}
	.gcol-5 {
		grid-column: span 12;
	}
	.gcol-6 {
		grid-column: span 12;
	}
	.gcol-7 {
		grid-column: span 12;
	}
	.gcol-8 {
		grid-column: span 12;
	}
	.gcol-9 {
		grid-column: span 12;
	}
	.gcol-10 {
		grid-column: span 12;
	}
	.gcol-11 {
		grid-column: span 12;
	}
	.gcol-12 {
		grid-column: span 12;
	}
	.grid-cols-1 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.grid-cols-2 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.grid-cols-3 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.grid-cols-4 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.grid-cols-5 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.grid-cols-6 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.grid-cols-7 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.grid-cols-8 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.grid-cols-9 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.grid-cols-10 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.grid-cols-11 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.grid-cols-12 {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.banner-content {
		order: 2;
	}
}

/*# sourceMappingURL=style.css.map */
