/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

_s is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	/* clear: both; */
	display: block;
	/* float: left; */
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* CBD Changes */
.site-header {
    mix-blend-mode: normal !important;
}

.site-header .main-navigation ul li.menu-item-has-children {
    /*position: relative;*/
    position: unset;
    padding-right: 30px;
}

.site-header .main-navigation ul li.menu-item-has-children > a:after {
    content: '';
    height: 20px;
    width: 20px;
    display: inline-block;
    top: 0;
    /*position: absolute;*/
    background-repeat: no-repeat;
    background-position: center;
    right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg%7Bfill:%23000000%7D%3C/style%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg%7Bfill:%23f8f8f6%7D%3C/style%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");*/
}

.home .site-header .main-navigation ul li.menu-item-has-children > a:after,
.page-id-100 .site-header .main-navigation ul li.menu-item-has-children > a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg%7Bfill:%23f8f8f6%7D%3C/style%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}

.home .site-header.show .main-navigation ul li.menu-item-has-children > a:after,
.page-id-100 .site-header.show .main-navigation ul li.menu-item-has-children > a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg%7Bfill:%23000000%7D%3C/style%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}

.home .site-header.show .main-navigation ul li.menu-item-has-children:hover > a:after,
.page-id-100 .site-header.show .main-navigation ul li.menu-item-has-children:hover > a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg%7Bfill:%23f8f8f6%7D%3C/style%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}

/*.site-header .main-navigation__logo svg path {*/
/*    fill: #313131;*/
/*}*/

/*.home .site-header .main-navigation__logo svg path,*/
/*.page-id-100 .site-header .main-navigation__logo svg path {*/
/*    fill: #fff;*/
/*}*/

/*.home .site-header.show .main-navigation__logo svg path,*/
/*.page-id-100 .site-header.show .main-navigation__logo svg path {*/
/*    fill: #313131;*/
/*}*/

/* Changing handling of logo to work with ewww */
.site-header .main-navigation__logo img,
.site-header .main-navigation-open__logo img {
    filter: brightness(0.2);
}

.home .site-header .main-navigation__logo img,
.page-id-100 .site-header .main-navigation__logo img {
    filter: brightness(1);
}

.home .site-header.show .main-navigation__logo img,
.page-id-100 .site-header.show .main-navigation__logo img {
    filter: brightness(0.2);
}

.site-header .main-navigation ul li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 5px;
}

/*.site-header .main-navigation ul li.menu-item-has-children:after {*/
/*    filter: brightness(0);*/
/*}*/

/*.home .site-header .main-navigation ul li.menu-item-has-children:after {*/
/*    filter: brightness(1);*/
/*}*/

/*.home .site-header.show .main-navigation ul li.menu-item-has-children:after {*/
/*    filter: brightness(0);*/
/*}*/

.home .site-header.show .main-navigation ul li a,
.page-id-100 .site-header.show .main-navigation ul li a {
    color: #313131;
}

.home .site-header.show .main-navigation ul li:hover a,
.page-id-100 .site-header.show .main-navigation ul li:hover a {
    color: white;
} 

.site-header .main-navigation ul li a {
    color: #313131;
}

.home .site-header .main-navigation ul li a,
.page-id-100 .site-header .main-navigation ul li a {
    color: #F8F8F6;
}

.site-header .main-navigation ul li:hover {
    background: black;
}

.site-header .main-navigation ul li:hover a {
    color: white;
}

.site-header .main-navigation ul li:hover.menu-item-has-children > a:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
} 

.site-header .main-navigation .sub-menu {
    background: #009FA4;
    display: flex;
    align-items: center;
    /*border-radius: 17px;*/
}

.site-header .main-navigation .sub-menu li a {
    color: white;
}

.site-header .main-navigation .sub-menu li {
    margin: 5px !important;
    padding: 5px 10px;
    text-align: center;
}
.site-header .main-navigation .services-menu .sub-menu li {
    text-align: left;
}
.site-header .main-navigation .sub-menu li:hover {
    background-color: black;
}

.site-header .main-navigation .sub-menu li:hover a {
    color: white;
}

.site-header.show .main-navigation .sub-menu li:hover a {
    color: white;
}

.site-header .main-navigation .sub-menu li.current_page_item {
    color: #313131;
    background-color: black;
}

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

.site-header .main-navigation ul li.menu-item-has-children ul li:not(.arrow).current-menu-item a {
    color: #F8F8F6;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* icons divider */

.icons-divider {
    /*background-color: #313131;*/
}

.icons-divider-tabs .row.box {
    max-width: 80%;
    margin: 0 auto;
    gap: 50px;
}

.icons-divider-tabs .col-12 .box {
    padding: 3rem;
    height: 100%;
    display: flex;
    width: 100%;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.20);
}

.icons-divider-tabs .icon {
    display: flex;
}

.icons-divider-tabs .icon svg {
    width: 26px;
    height: 26px;
}

.icons-divider-tabs .icon img {
    max-width: unset;
}

.icons-divider__container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.icons-divider-statement {
    color: white;
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 1.5rem;
    margin: 20px 0px;
}

.icons-divider-statement .statement-text {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

/* Affiliates and success stories hover */
.affiliates-card img {
    transition: all .5s ease-in-out;
}

.affiliates-card img:hover {
    scale: 1.05;
}

.affiliates-card__name.h4 {
	font-size: 3.4rem;
}

.affiliates-card__name span {
	display: block;
}

/* text image full width */
.text-image-full-width__list-item {
	font-size: 2rem;
	font-weight: 500;
}
.text-image-full-width__list-item::before {
	margin-top: 0.6rem;
	border: none !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 26 26'%3E%3Cpath stroke='%23009FA4' stroke-width='2' d='m7 13.5 4 4L19.5 9'/%3E%3Ccircle cx='13' cy='13' r='12' stroke='%23009FA4' stroke-width='2'/%3E%3C/svg%3E");
}

/* text with icons */
.text-with-icons .text-with-icons__icon {
	height: 10rem;
	width: 20rem;
}

.text-with-icons__icons.col-xl-8 {
	max-width: 83.3333333%;
}

/* General Changes */

.hero--image .hero__buttons {
	margin-top: 2rem;
}

section.alt-bg-color {
    background-color: #F0F0EA;
}

.row.row-reverse {
    flex-direction: row-reverse;
}

/* Accordion Changes */
.accordion .row.video {
    align-items: center;
}

.accordion__repeater h2 {
    font-size: 3.2rem;
}

.accordion__repeater .accordion-sub-text {
    font-size: 2.3rem;
    font-weight: 500;
    padding-top: 20px;
}

.accordion.alt-layout .accordion__image {
    left: 0 !important;
}

.accordion.alt-layout .accordion__individual-question h3 {
    font-size: 4rem;
    color: #404040;
    opacity: 0.25;
}

.accordion.alt-layout .active .accordion__individual-question h3 {
    color: #009FA4;
    opacity: 1;
}

.accordion.alt-layout .accordion__image {
    height: auto;
}

.accordion.alt-layout-2 .accordion__individual-container {
    padding: 4rem 3rem 2.5rem;
    border-radius: 0.6rem;
    border: 1px solid #F0F0EA;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    margin-bottom: 3rem;
}

.accordion.alt-layout-2 .accordion__individual-container .accordion__individual-question {
    margin: 0;
}

@media (min-width: 1024px) {
    .accordion.alt-layout .accordion__repeater-inner {
        padding: max(3rem, 5vw) 0;
    }
    .accordion.alt-layout-2 .accordion__image {
        left: 3rem !important;
        /*height: auto;*/
        background-position: center !important;
    }
}

.text-with-icons-swiper-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

/* Text Image Changes */
@media (min-width: 992px) {
    .offset-lg-2-left {
        margin-right: 16.66666%;
    }
}

/* Text image With Background */
.text-image-with-background.row-reverse:before {
    right: 0;
    left: 0;
    transform: rotate(270deg);
}

.text-image-with-background .offset-lg-1-left {
    margin-right: 8.333333%;
    margin-left: 0;
}

.row.row-reverse .text-image-with-background__content-container p {
    max-width: 100%;
}

/* Text Image */
.text-image .row.video {
    align-items: center;
}

/* Affiliates Slider Changes */
.affiliates-slider .affiliates-slider__row {
    max-width: 100%;
}

.affiliates-slider__aterHeading-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: inherit;
}

div.affiliates-slider__heading.h2, .affiliates-slider__afterHeading {
    margin-bottom: 3.2rem;
}

/* Services Slider */
.services-slider {
    padding: 9.6rem 0;
}

@media (max-width: 768px) {
    .services-slider {
        /*padding: 6.4rem;*/
        padding: 0;
    }
}

.services-slider #services-cursor_container {
    position: relative;
}

.services-slider__heading {
    text-align: center;
    margin-bottom: 2rem !important;
}

.services-slider .services-slider-outer {
    padding: 0 3.9rem 0;
    position: relative;
    min-height: 375px;
}

.services-slider .swiper-slide {
    padding: 10px 0;
}

.services-card {
    position: relative;
    margin-bottom: 1.6rem;
    padding: 6rem 6rem;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: stretch;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-out;
    flex-direction: column;
    max-height: 150px;
}

.services-card:hover {
    background-color: #404040;
}

.services-card:hover .services-card__name {
    color: #009FA4;
}

.services-card .services-card__link {
    width: 100%;
}

.services-card .services-card__image svg {
    background-color: lightgrey;
    border-radius: 50%;
    padding: 10px;
    height: 75px;
    width: 75px;
}

.services-card .services-card__image svg #Ellipse_3 {
    stroke: transparent;
}

.services-card:hover .services-card__image svg {
    background-color: white;
}

.services-card:hover .services-card__image svg path {
    stroke: #009FA4;
} 

.services-card:hover .services-card__image svg circle {
    stroke: #009FA4;
    fill: transparent;
}

.services-card:hover .services-card__image svg #Ellipse_3 circle{
    stroke: transparent;
}

.services-card .services-card__link.button {
    padding: 0;
    justify-content: center;
}

.services-card .services-card__link a {
    color: white;
    opacity: 0;
}

.services-card:hover .services-card__link a {
    opacity: 1;
}

.services-slider .swiper-nav {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    top: 1.625rem;
}

/* Increasing arrow width on mobile */
@media (max-width: 768px) {
	.services-slider .swiper-nav {
		width: 75%;
	}
}

.services-slider .swiper-nav .swiper-button-prev {
    left: 10px;
    right: auto;
}

.services-slider .swiper-nav .swiper-button-next {
    left: auto;
    right: 10px;
}

.services-slider .swiper-nav .swiper-button-next:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23404040%7D%3C/style%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.services-slider .swiper-nav .swiper-button-prev:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23404040%7D%3C/style%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

/* New-Hero styling */
.hero--new-hero {
    padding: 18rem 0 0;
    margin-bottom: max(3rem, 5vw);
}

.hero__content.d-flex {
    justify-content: space-between;
}

.hero__content .new-hero-subtext {
    margin-top: 20px;
    width: 70%;
}

.hero_buttons.d-flex {
    align-items: flex-end;
}

.hero--new-hero .icon {
    width: 8.2rem;
    height: 8.2rem;
}

.hero--new-hero .icon svg {
    width: 100%;
    height: 100%;
}

.hero--new-hero .icon + div {
    flex: 1;
}

.hero--new-hero .hero__row {
    gap: 2.1rem;
}

@media (max-width: 1024px) {
    .hero--new-hero .hero__row {
        /*flex-direction: column;*/
    }
}

@media (max-width: 576px) {
    .hero--new-hero .icon {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero_buttons {
        margin-top: 2.1rem;
    }
}

/* Image Grid */
.image-grid.grey-bg {
    background: #404040;
}


.image-grid .row {
    padding: 3% 0;
}

.image-grid a {
	text-decoration: none;
}

.image-container {
    position: relative;
    margin: 1vw 0;
    width: 100%;
    height: auto;
    max-height: 30vw;
	padding-right: 15px;
	padding-left: 15px;
}

.image-container .bg-image {
    height: 100%;
    width: 100%;
    position: relative;
}

.image-container .bg-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.7) 100%);
}

.image-container.num3, .image-container.num4, .image-container.num5 {
    width: 100%;
    height: auto;
    max-height: 20vw;
}

.image-container .bg-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image-container .image-grid-front {
    position: absolute;
    bottom: 3%;
    left: 50px;
    color: white;
    opacity: 1;
    transition: all .2s ease;
}

.image-container .image-grid-front .image-grid-title {
    font-size: 3rem;
    font-weight: 500;
}

.image-container .image-grid-back {
    position: absolute;
    color: white;
    opacity: 0;
    bottom: 3%;
    left: 50px;
    transition: all .5s ease;
}

.image-container .image-grid-back .image-grid-title {
    font-size: 3rem;
    font-weight: 500;
    color: white;
}

.image-container .image-grid-back .image-grid-description {
    width: 90%;
    margin-bottom: 3%;
    color: white;
    font-size: 1.5rem;
}

.image-container .image-grid-back .image-grid-link .button {
    padding: 0;
}

.image-container.num1 {
    width: 66%;
}

.image-container.num2 {
    width: 33%;
}

.image-grid .image-grid-svg svg {
    width: 75px;
    height: 75px;
}

.image-grid .image-grid-svg svg path {
    stroke: white;
}

.image-grid .image-grid-svg svg circle {
    stroke: white;
}

.image-grid .image-grid-back {
    color: white;
}

.image-container:hover .bg-image:after {
    opacity: 1;
    background: rgba(64, 64, 64, 0.8);
}

.image-container:hover .bg-image {
    filter: blur(5px);
}

.image-container:hover .image-grid-front {
    opacity: 0;
}

.image-container:hover .image-grid-back {
    opacity: 1;
}

@media(max-width: 768px) {
    .hero--new-hero .hero__content.container {
        flex-direction: column;
    }
    .image-container, .image-container.num3, .image-container.num4, .image-container.num5 {
        max-height: 50vw;
    }
    .image-container.num1 {
        width: 100%;
    }
    .image-container.num2 {
        width: 100%;
        
    }
    .image-container .bg-image {
        max-height: 50vw;
    }
    .image-container.num3 .bg-image, .image-container.num4 .bg-image, .image-container.num5 .bg-image {
        max-height: 50vw;   
    }
    .image-container .image-grid-front {
        opacity: 0;
    }
    .image-container .image-grid-back {
        padding: 0 4rem 0 2rem;
        opacity: 1;
        left: 10px;
    }
    .image-container .image-grid-back .image-grid-svg svg {
        display: none;
    }
    .image-container .bg-image:after {
        background: rgba(0,0,0,0.5);   
    }
    .image-container .image-grid-back .image-grid-description {
        width: 100%;
        font-size: 1.4rem;
    }
    .image-container .image-grid-back .image-grid-title {
        font-size: 1.5rem;
    }
}

/* Image Block */

.image-block .image-block__image {
    aspect-ratio: unset;
    height: 35vw;
}
@media (max-width: 992px) {
    .image-block .image-block__image {
        height: 35rem;
    }
}
.image-block.narrow .image-block__image {
    aspect-ratio: unset;
}
.image-block.narrow img {
    height: 28vmax;
    object-fit: cover;
}

.services-template .image-block.narrow img {
    height: 38.4rem;
    object-position: top;
}

/* Content Boxes */
.content-boxes {
    margin: max(3rem, 5vw) 0;
}

.content-boxes .row {
    row-gap: 20px;
}

.content-boxes .box {
    /*padding: 3rem;*/
    padding: 0rem;
    border-radius: 0.6rem;
    border: 1px solid #F0F0EA;
    background: #f8f8f6;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    margin-bottom: 16px;
    min-height: 12vw;
    height: 100%;
}

.content-boxes .box_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background: #313131;*/
    height: 100%;
}

.content-boxes .box_number {
    width: 100px;
    min-width: 50px;
    text-align: center;
    background-color: #313131;
    color: #F8F8F6;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
	border-radius: 0.6rem 0 0 0.6rem;
}

.content-boxes .box_content {
    background: #f8f8f6;
    padding: 3rem;
}

@media (min-width: 1024px) {
    .content-boxes .box {
        padding-right: 20%;
    }
}

/* Single Success */
.single-success {
    margin: max(3rem, 5vw) 0 max(8rem, 7vw);
}

.single-success figure {
    height: 50vmax;
    width: 100%;
    margin: 0;
    border-radius: 0.4rem;
    overflow: hidden;
}

.single-success figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-success .text-image__content-container {
    border-radius: 0.4rem;
    background: #F0F0EA;
    padding: max(3rem, 10%);
}

@media (min-width: 1024px) {
    .single-success figure {
        height: 100%;
    }
}

/* Timetable */
.timetable {
    margin: max(3rem, 5vw) 0;
    text-align: center;
}

.timetable-outer {
    border-radius: 0.6rem;
    border: 1px solid #F0F0EA;
    background: #F0F0EA;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    padding: 3rem;
}

.timetable-box {
    margin-top: 3rem;
    font-size: 1.7rem;
    gap: 16px;
}

.timetable .day {
    border-radius: 0.4rem;
    background: #009FA4;
    color: #fff;
    padding: 2rem;
}

.timetable .time {
    border-radius: 0.4rem;
    background: #F8F8F6;
    padding: 2rem;
    text-transform: uppercase;
    margin-top: 16px;
}

.timetable .content {
    max-width: 58.5rem;
    margin: 6rem auto 1.5rem;
}

/* Dark Heading */
section.dark-heading {
    padding: max(3rem, 4vw) 0;
    background: #313131;
    color: #fff;
    text-align: center;
}

/* Package Sessions */
.package-sessions {
    padding: max(3rem, 4vw) 0;
}

.package-sessions .box-center {
    width: 33%;
    margin: 0 auto;
    margin-bottom: 25px;
}

@media (max-width: 992px){
    .package-sessions .box-center {
        width: 100%;
    }
}

.package-sessions .box {
    padding: 3rem;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    background: white;
}

.package-sessions .box-center .box p {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #009FA4;
}

.package-sessions .box-row {
    margin: 3rem 0;
    gap: 1.5rem;
}

.package-sessions .box-row .title {
    display: flex;
    align-items: center;
    gap: 1ch;
    overflow: hidden;
}

.package-sessions .box-row .title .dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    background: #009FA4;
}

.package-sessions .box-row .title span {
    position: relative;
    background: #f8f8f6;
    padding-right: 1ch;
}

.package-sessions .box-row .title span:after {
    content: '';
    width: 1000%;
    height: 1px;
    background: #009FA4;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    z-index: -1;
}

.package-sessions .box-row .box {
    background: #fff;
    padding: 3rem;
    margin-top: 1.5rem;
    flex: 1;
}

.package-sessions .button-col {
    margin-top: 3rem;
}

.package-sessions .naked-plus::after {
    content: '';
    display: inline-block;
    height: 32px;
    width: 34px;
    margin-left: 0.8rem;
    background-image: url('/wp-content/uploads/2022/10/more-details.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: ease all 0.3s;
}

.package-sessions .naked-plus.show-minus::after {
    background-image: url('/wp-content/uploads/2022/10/less-details.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.package-sessions .text-center.button-col {
    display: flex;
    justify-content: center;
}

.package-sessions .text-center.button-col .button-center {
    flex: 1;
    display: flex;
    justify-content: center;
    /*transform: translate(5%);*/
}

.package-sessions__more-details {
    /*z-index: 10;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
}

.package-sessions__featured-content {
    display: none;
}

.package-sessions__featured-content.show {
    display: flex;
}

.package-sessions .pricing-table {
    padding: 0;
}

.package-sessions .pricing-table__link {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.package-sessions .package-sessions__more-details {
    position: absolute;
    right: 0;
}

/* Package Tabs */
.package-tabs {
    padding: max(3rem, 4vw) 0;
}

.package-tabs .toggles {
    list-style: none;
    margin: 0;
    padding: 0;
}

.package-tabs .toggles li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #F0F0EA;
    padding: 2rem;
    text-align: center;
    transition: 0.3s all;
    cursor: pointer;
    border-radius: 0.8rem;
}

.package-tabs .toggles svg {
    width: 3.4rem;
    height: 3.4rem;
    margin-right: 2ch;
}

.package-tabs .toggles li.active {
    background: #404040;
    color: #fff;
}

.package-tabs .toggles li svg path {
    stroke: grey;
}

.package-tabs .toggles li svg circle {
    stroke: grey;
}

.package-tabs .toggles li svg #Ellipse_3 #Path_6 {
    fill: grey;
    stroke: none;
}

.package-tabs .toggles li.active svg path {
    stroke: #fff;
}

.package-tabs .toggles li.active svg circle {
    stroke: #fff;
}

.package-tabs .toggles li.active svg #Ellipse_3 #Path_6 {
    fill: #fff;
    stroke: none;
}

.package-tabs .toggles li svg #Ellipse_1 #Path_2 {
    fill: grey;
    stroke: none;
}

.package-tabs .toggles li.active svg #Ellipse_1 #Path_2 {
    fill: #fff;
    stroke: none;
}

.package-tabs .tabs {
    position: relative;
}

.package-tabs .tab {
    transition: 0s all;
}

.package-tabs .tab:not(.active) {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.package-tabs .tabs .inner {
    margin-top: 5rem;
}

.package-tabs .box-row {
    gap: 1.5rem;
}

.package-tabs .box {
    background: #fff;
    padding: 3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.package-tabs .box.greenBox {
    background: #009FA4;
}

.package-tabs .box p {
    font-size: 1.3rem;
}

.package-tabs .box p:first-child {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #009FA4;
}

.package-tabs .box.greenBox p, .package-tabs .box.greenBox span {
    color: #fff;
}



.package-tabs .button-col {
    margin-top: 3rem;
}

.package-tabs .pricing-table {
    padding: 3rem;
    display: flex;
    justify-content: center;
}

.package-tabs .pricing-table .pricing-table__link {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

/* Benefits Box */
.benefits-box {
    background: #fff;
    padding: max(3rem, 4vw);
}

.benefits-box .box {
    border-radius: 0.6rem;
    border: 1px solid #F0F0EA;
    background: #F0F0EA;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
}

.benefits-box .box .titles {
    padding: 3rem;
    border-radius: 0.6rem 0.6rem 0rem 0rem;
    background: #404040;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    color: #fff;
}

.benefits-box .box .content {
    padding: 3rem;
}

.benefits-box .box .content p {
    margin: 1.5rem 0;
}

/* Featured Package */
.featured-package {
    /*padding: max(3rem, 5vw) 0;*/
    padding: 4.6rem 0;
}

.featured-package .details-row {
    margin-top: max(3rem, 4vw);
}

.featured-package .details-row {
    width: 100%;
    justify-content: space-around;
}

.featured-package .image-side {
    width: 100%;
}

.featured-package .image-side .image {
    text-align: center;
}

.featured-package .details-row .content p:not(:first-child) {
    margin-top: 1em;
}

.featured-package .details-row .content ul {
    list-style: none;
    margin: 3rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.featured-package .details-row .content ul li {
    padding: 2rem 3rem;
    border-radius: 0.6rem;
    border: 1px solid #F0F0EA;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.featured-package .details-row .content ul svg {
    width: 2.6rem;
    height: 2.6rem;
    margin-right: 2ch;
	flex-shrink: 0;
}

@media (max-width: 640px) {
    .featured-package .details-row .content ul li span {
        width: 100%;
    }
}

/* Corpo Form */
.corpo-form {
    margin-top: 15px;
}

.form-container-corpo {
    display: flex;
    justify-content: center;
    position: relative;
}

.form-container-corpo .wpcf7-form-control-wrap {
    width: 500px;
}

.form-container-corpo .email-input {
    width: 100%;
    padding: 15px;
    font-size: 1.5rem;
    background-color: #F0F0EA;
    border: none;
}

.form-container-corpo .corpo-form-submit {
    border: none;
    background-color: #009FA4;
    color: white;
    font-size: 1.5rem;
    padding: 15px 35px;
}

.form-container-corpo .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
}

/* Finding us buttons */
.finding-us .contact-buttons {
    margin-top: 20px;
    display: flex;
    gap: 3rem;
}

/* New Sub-menu */
.menu-header-navigation-2-container {
    position: unset;
}

.menu-item-has-children {
    position: unset;
}

.sub-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 10vh;
    align-items: center;
}

.sub-menu::before {
    content: '';
    display: block;
    width: 100%;
    height: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}

/* Mobile Menu */
#nav-mobile .menu-item {
    font-size: 2rem;
    font-weight: 500;
}

#nav-mobile .menu-item-has-children {
    text-align: center;
    background: transparent !important;
}

#nav-mobile .menu-item-has-children > a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav-mobile .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    height: 32px;
    width: 34px;
    margin-left: 0.8rem;
    background-image: url('/wp-content/uploads/2022/10/more-details.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: ease all 0.3s;
}

#nav-mobile .menu-item-has-children.show > a::after {
    background-image: url('/wp-content/uploads/2022/10/less-details.svg');
}

#nav-mobile .menu-item-has-children .sub-menu {
        height: unset;
}

#nav-mobile .menu-item-has-children .sub-menu li {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 1.6rem;
}

#nav-mobile .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0rem;
}

/* Additional styling for navigation on mobile */ 
.home .site-header:not(.show) .main-navigation--mobile p.main-navigation__menu-button,
.page-id-100 .site-header:not(.show) .main-navigation--mobile p.main-navigation__menu-button {
    color: #fff;
}

.site-header .main-navigation--mobile p.main-navigation__menu-button {
	color: #313131;
}

.site-header .main-navigation--mobile-open {
    background: #F8F8F6;
}

.site-header .main-navigation--mobile-open a:not(.button--grey) {
    color: inherit;
}

.site-header .main-navigation--mobile-open .sub-menu {
    display: none;
}

/* Static Image Section */
.s-static_image_with_text .row.flex {
    justify-content: space-between;
}

.s-static_image_with_text .static_image img {
    position: sticky;
    top: 15vh;
    height: 80vh;
    object-fit: cover;
}

.s-static_image_with_text .individual_text_container {
    height: 80vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.s-static_image_with_text .individual_text_container h3 {
    color: #009FA4;
    font-size: 5rem;
}

.s-static_image_with_text .individual_text_container .individual_text_content p {
    font-size: 2.5rem;
}

@media(max-width: 992px) {
    .s-static_image_with_text .static_image img {
        height: 100%;
    }
    .s-static_image_with_text .individual_text_container {
        height: auto;
        margin: 2vh 0;
    }
    .s-static_image_with_text .individual_text_container h3 {
        font-size: 3rem;
    }
}

/* Background Image Centering for Mobile */
@media(max-width: 768px) {
    .text-image__image-container {
        background-position:center
    }
}
@media (max-width: 1023px) {
    section.accordion {
        padding: 4.6rem 0;
    }
}

/* Image gallery with spotify */
.image-gallery-with-spotify .image-gallery-with-spotify__image img {
	height: 100%;
    width: 463.75px;
    object-fit: cover;
}


/* Re deving Journal page */
.hero--editorial .hero__categories .category__wrapper .category__label {
    font-size: 2.3rem;
    text-transform: uppercase;
    font-weight: 700;
}
.blog .editorial .featured-post:hover h2 {
    color: #009FA4;
}

div.featured-post__background-col-1 {
    border-radius: 25px;
    height: 250px;
}
div.featured-post__col-2-inner {

}
div.featured-post__additional {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
div.featured-post__tags {
    margin-bottom: unset;
}
div.featured-post__additional .button--naked-light {
    z-index: 20;
}
@media(max-width: 768px){
    .blog div.editorial__single {
        margin: 0;
    }
}
@media(min-width: 768px){
    .blog .editorial .featured-post {
        height: 400px;
    }
    div.featured-post__col-2-inner {
        max-width: 75%;
        min-height: unset;
        margin: 0 auto;
        float: unset;
    }
    div.featured-post__background-col-1 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        height: 400px;
    }
    div.editorial__container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }   
}

/* Project 2 */
/* Contact form Changes */
.contact-form .wpcf7 {
    margin: 0 !important;
}

.p-10 {
    padding: 10rem;
}

.p-15 {
    padding: 15rem;
}

.bg-cream {
    background-color: #EFF0E9;
}

.contact-form__text-image img {
    object-fit: contain !important;
}

.contact-form__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 3rem;
}

.contact-form__form-email, .contact-form__form-message, .contact-form__form-tickbox, .contact-form__form-submit {
    grid-column: 1 / -1;
}

.contact-form__form-submit .button--sage-solid {
    background-color: #313131;
    color: #F8F8F6;
}

.contact-form__form-submit .button--sage-solid.arrow-right::after {
    background-color: #F8F8F6;
}

.contact-form .wpcf7-acceptance::before {
    background-color: #F8F8F6 !important;
}

.contact-form__text-video {
    display: inline-flex;
    align-items: center;
}

.contact-form__text-video video {
    width: 100%;
}

@media(max-width: 768px) {
    .contact-form__text-image {
        padding: 0;
    }
    .contact-form .wpcf7 {
        margin: 15% 0 !important;    
    }
}

/* Got what it takes block */
.got-what-it-takes {
    text-align: center;
    background-color: #f8f8f6;
    margin-bottom: 4rem;
}
h2.got-what-it-takes__title.h2 {
    margin: 4rem 0;
}
.got-what-it-takes .cards {
    display: flex;
    margin: 4rem 0;
    flex-direction: column;
}
.got-what-it-takes .card {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 5rem;
    margin: 1rem 0;
    background: #fff;
    border-radius: 5px;
}

.got-what-it-takes .card h3.h3 {
    margin: 2rem;
}
.got-what-it-takes .card img {
    height: 100px;
    margin-bottom: 2rem;
}
.got-what-it-takes .card span {
    position: relative;
    padding: 0 0 0 24px;
}
/*.got-what-it-takes .card span:before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 9px;*/
/*    left: 9px;*/
/*    background: rgb(64, 64, 64);*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    border-radius: 50%;*/
/*}*/
.got-what-it-takes .button {
    margin: 2rem auto;
}
@media (min-width: 992px) {
    .got-what-it-takes .cards {
        flex-direction: row;
        justify-content: center;
    }
    .got-what-it-takes .card {
        margin: 0 1rem;
        padding: 3rem;
    }
    .got-what-it-takes__content {
        width: 60%;
        margin: auto;
    }
}
@media (min-width: 1200px) {
    .got-what-it-takes .card {
        padding: 5rem;
    } 
}

/* Whats your Goal */
.whats-your-goal .subtitle {
    margin: 3rem auto 6rem;
    width: 80%;
}
.goal {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 4rem 2rem 4rem 10%;
    border-bottom: solid 1px #009FA4;
}
.goal:last-child {
    border: none;
}
.goal-title {
    display: flex;
    flex: 30%;
    align-items: center;
}
.goal-content {
    flex: 60%;
    margin-right: 5%;
}
.goal-link {
    display: flex;
    flex: 10%;
    align-items: center;
}
.goal-link img {
    width: 50%;
    margin: auto;
    transition: .3s;
}
.goal-link span {
    color: #009FA4;
}
.goal-link:hover {
    text-decoration: none;
}
.goal-link:hover img {
    transform: translateX(20px);
}
 /*Our Success */
.success-rating {
    margin-bottom: 6rem;
}
.success-rating .subtitle {
    margin: 3rem auto 3rem;
    width: 80%;
}
.success-rating .box {
    padding: 2rem; 
    border-radius: 20px;
}
.align-center {
    height: 100%;
    display: flex;
    align-items: center;
}
.success-rating img {
    width: 100%;
    padding: 0 5rem;
}
.success-rating .box .box-title {
    font-weight: 500;
}
.success-rating .box-one,
.success-rating .box-two {
    text-align: right;
}
.success-rating .box-three {
    font-size: 2.5rem;
    border: 2px #009FA3 solid;
    background-color: rgba(0,159,163, 0.05);
}
.success-rating .box-one .box-title {
    color: #939393;
}
.success-rating .box-two .box-title {
    color: #B5B5B5;
}
.success-rating .box-three .box-title h4 {
    color: #009FA3;
    font-size: 3rem;
}
@media (max-width: 992px) {
    .success-rating img {
        padding: 1rem 0 0;
    }
    .success-rating .col-rev {
        flex-direction: column-reverse;
    }
}
 /*Services Menu */
.site-header .main-navigation .menu-header-navigation-1-container {
    justify-content: flex-start;
    display: flex;
    position: unset;
}
.site-header .menu li.services-menu {
    padding-bottom: 4.2rem;
    margin-bottom: -4.2rem;
}
.site-header .menu li.services-menu:hover {
    background: transparent !important;
}
.site-header .menu li.services-menu a {
    border-radius: 40px;
    transition: all 0.1s ease-in-out;
    padding: 0 1rem;
}
.site-header .menu li.services-menu:hover > a {
    background: #000;
}
.services-menu ul.services-menu-left {
    height: 450px;
    border-radius: 20px 0 0 20px;
    background: #fff;
    display: flex;
    align-items: flex-end;
}
li.services-menu:hover ul.services-menu-left,
li.services-menu:focus ul.services-menu-left {
    left: 10%;
    width: 20%;
}
.services-menu ul.services-menu-left .left-content {
    z-index: 3;
    color: #fff;
    height: fit-content;
    display: flex;
    padding: 0 0 10% 10%;
}
.services-menu ul.services-menu-left .icon-image {
    height: 50px;
    width: 50px;
}
.services-menu ul.services-menu-left .icon-image img {
    width: 100%;
    height: 100%;
}
.services-menu ul.services-menu-left .title {
    font-size: 2.5rem;
    line-height: 1.25;
    font-family: 'Gilroy', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 1rem;
}
.services-menu ul.services-menu-left .left-text {
    display: flex;
    flex-direction: column;
    flex: 50%;
    margin: 0 0 0 2rem;
}
.home .site-header.show .services-menu ul.services-menu-left .left-text .button {
    background: transparent;
    padding: 0;
    margin: 10px -20px 0 0;
    padding: 0 20px;
}
.home .site-header.show .services-menu ul.services-menu-left .left-text .button:hover {
    color: #009FA3;
    background-color: #fff;
}
.services-menu ul.services-menu-left .left-text .button--grey-solid.arrow-right:hover::after {
    background-color: #009FA3;
}
.services-menu ul.services-menu-center-button .button:hover {
    background-color: #009FA3;
}
.services-menu ul.services-menu-center-button .button--grey-solid.arrow-right:hover::after {
    background-color: #fff;
}
.services-menu ul.services-menu-left .bg-image {
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    z-index: 1;
}
.services-menu ul.services-menu-left .bg-image img {
    height: 100%;
    object-fit: cover;
}
.services-menu ul.services-menu-left .bg-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #009FA3 0%, #404040 80%);
    opacity: 0.4;
    z-index: 2;
}
.services-menu ul.services-menu-center-title {
    height: 100px;
    background: #fff;
    display: flex;
    box-shadow: none;
    align-items: flex-end;
    padding-left: 3rem;
    border-radius: 0 20px 0 0;
}
li.services-menu:hover ul.services-menu-center-title,
li.services-menu:focus ul.services-menu-center-title {
    left: 30%;
    width: 45%;
}
li.services-menu:hover ul .h2 {
    font-size: 3.2rem;
    line-height: 1.25;
    font-family: 'Gilroy', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
}
.services-menu ul.services-menu-center-title .h2 {
    color: #009FA3;
}
.site-header .main-navigation li.services-menu ul.sub-menu {
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    align-items: flex-start;
    align-content: center;
    justify-content: left;
    box-shadow: none;
    padding: 3rem 0 0 2rem;
    border-radius: 0 0 20px 0;
}
li.services-menu:hover ul.sub-menu,
li.services-menu:focus ul.sub-menu {
    left: 30%;
    top: calc(100% + 100px);
    width: 45%;
}
.services-menu ul.sub-menu li {
    flex: 45%;
    max-width: 48%;
    display: flex;
    align-items: center;
}
.site-header .main-navigation li.services-menu:hover ul.sub-menu li a {
    color: #404040;
    margin-left: 3rem;
}
.site-header .main-navigation li.services-menu:hover ul.sub-menu li a:hover {
    color: #009FA3;
}
.services-menu ul.sub-menu li img {
    height: 40px;
    width: 40px
}
.services-menu ul.services-menu-center-button {
    width: 45%;
    height: 100px;
    background: #fff;
    box-shadow: none;
    padding: 2rem 0 0 3rem;
}
li.services-menu:hover ul.services-menu-center-button,
li.services-menu:focus ul.services-menu-center-button {
    left: 30%;
    top: calc(100% + 350px);
}
.services-menu ul.services-menu-right {
    height: 450px;
    border-radius: 0 20px 20px 0;
    background: #fff;
    box-shadow: none;
}
li.services-menu:hover ul.services-menu-right,
li.services-menu:focus ul.services-menu-right {
    left: 75%;
    width: 15%;
}
li.services-menu ul.services-menu-right li.content-right {
    height: calc(100% - 40px);
    margin: 20px;
    border-radius: 0 20px 20px 0;
    background-color: #404040;
    color: #fff;
    padding: 3rem;
}
li.services-menu ul.services-menu-right li.content-right p {
    margin-top: 3rem;
}
.site-header .main-navigation .services-menu li:hover {
    background: transparent !important;
}
.main-navigation ul .services-menu ul a {
    width: fit-content;
    display: flex;
    align-items: center;
} 
@media (max-width: 1500px) {
    li.services-menu:hover ul.services-menu-left,
    li.services-menu:focus ul.services-menu-left {
        left: 0;
        width: 25%;
    }
    li.services-menu:hover ul.services-menu-center-title,
    li.services-menu:focus ul.services-menu-center-title {
        left: 25%;
        width: 55%;
    }
    li.services-menu:hover ul.sub-menu,
    li.services-menu:focus ul.sub-menu {
        left: 25%;
        width: 55%;
    }
    li.services-menu:hover ul.services-menu-center-button,
    li.services-menu:focus ul.services-menu-center-button {
        left: 25%;
        width: 55%;
    }
    li.services-menu:hover ul.services-menu-right,
    li.services-menu:focus ul.services-menu-right {
        left: 80%;
        width: 20%;
    }

}
@media (max-width: 1000px) {
    li.services-menu ul.services-menu-right li.content-right {
        padding: 1rem;
    }
    .services-menu ul.services-menu-left .left-content {
        flex-direction: column;
        padding: 15%;
    }
    .services-menu ul.services-menu-left .left-text {
        margin: 0;
    }
}
 /*Sub Menu */
.site-header .main-navigation li:not(.services-menu) .sub-menu {
    width: 80%;
    border-radius: 20px;
    background: #fff;
}
.main-navigation ul li:hover:not(.services-menu) > ul, .main-navigation ul li.focus:not(.services-menu) > ul {
    left: 10%;
}

.home .site-header.show .main-navigation ul li:hover:not(.services-menu) ul a, .site-header.show .main-navigation ul li:hover:not(.services-menu) ul a, .site-header .main-navigation ul li:hover:not(.services-menu) ul a, .site-header .main-navigation ul li:hover:not(.services-menu) a li > a {
    color: #313131;
}

.home .site-header.show .main-navigation ul li:hover:not(.services-menu) ul li:hover a, .page-id-100 .site-header.show .main-navigation ul li:hover:not(.services-menu) ul li:hover a, .home .site-header .main-navigation ul li > a, .page-id-100 .site-header .main-navigation ul li > a, .site-header .main-navigation ul li:hover:not(.services-menu) ul li:hover a {
    color: #fff;
}
/* Contact form additional styles */
.contact-form__text-video {
    flex-direction: column;
    align-items: flex-start;
}
.contact-form__text-video h2.h1,
.contact-form__text-video p {
    margin-bottom: 2rem;
}
.contact-form__text-video p {
    font-weight: 500;
    font-size: 2rem;
}
/* Services slider sticker */
.services-card_sticker,
.package-tabs_sticker,
.hero_sticker {
    width: 30%;
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 2px;
    border: 1px solid #404040;
    border-radius: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.success-highlight {
    padding: 7px 2px;
    border: 1px solid #404040;
    border-radius: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.hero_sticker {
    position: relative;
    width: 100%;
}
.package-tabs_sticker {
    width: 150px;
}
.services-card:hover .services-card_sticker {
    border-color: #fff;
}
.services-card_sticker-inner,
.package-tabs_sticker-inner,
.hero_sticker-inner,
.success-highlight-inner {
    background: #009FA3;
    padding: 5px;
    border-radius: 10px;
}
.contact-form .wpcf7-acceptance::before {
    display: none !important;
}

.contact-form .wpcf7-acceptance input[type="checkbox"] {
    opacity: 1 !important;
}

section.team {
    padding: 6rem 0 9.6rem;
}

.contact-form .plyr {
    width: 100%;
}


/* Testimonials Carousel */
.testimonials-carousel,
.success-carousel {
    padding: 9.6rem 0;
}
.testimonials-carousel .box-outer,
.success-carousel .box-outer {
    padding: 2rem 3rem;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
    border: 1px solid #EBF1F9;
}
.testimonials-carousel .box-outer {
    background: #D4D4D4;
    border-radius: 5px;
}
.testimonials-carousel .box,
.success-carousel .box {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.testimonials-carousel figure.sized,
.success-carousel figure.sized {
    padding-bottom: 125%;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.testimonials-carousel .title-wrapper,
.success-carousel .title-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.testimonials-carousel .swiper-navigation,
.success-carousel .swiper-navigation {
    position: relative;
    display: flex;
    gap: 3rem;
}
@media (min-width: 767px) {
    .testimonials-carousel .swiper-navigation,
    .success-carousel .swiper-navigation {
        gap: 4rem;
    }
}
.video-control svg {
    width: 16px;
    height: 100%;
    fill: #fff;
}
.video-control {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 1rem 2rem;
    align-items: center;
    border-color: rgba(181, 181, 181, 1);
    display: none;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    cursor: pointer;
    z-index: 20;
    transition: border-color .3s;
    background-color: rgba(217, 217, 217, 0.1);
    backdrop-filter: blur(60px);
    border-radius: 10px;
    gap: 1rem
}
figure:hover .video-control {
    display: flex;
}
.testimonials-carousel .quote {
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    text-align: center;
}
.testimonials-carousel figure.sized video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    inset: 0;
    position: absolute;
}
.testimonials-carousel .details,
.success-carousel .details {
    margin: 1rem auto 2rem;
    width: 80%;
    background-color: #fff;
    border-radius: 10px;
    z-index: 10;
    overflow: hidden;
}
.testimonials-carousel .details {
    background-color: transparent;
}
.testimonials-carousel .details h3,
.success-carousel .details h3 {
    height: 100%;
    width: 100%;
    padding: 2rem 0;
    color: #fff;
    text-align: center;
    background: #009FA4;
}
.testimonials-carousel .details h3 {
    padding: 0;
    color: #059599;
    background: transparent;
}
.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow: hidden;
}

.video-popup.hidden {
    display: none;
}

.video-popup .video-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    cursor: pointer;
    z-index: 1;
}

.video-popup .video-popup-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    max-height: 80%;
}

.video-popup video {
    width: auto;
    max-height: 80vh;
    border-radius: 10px;
    overflow: hidden;
}

.video-popup .close-popup {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    color: white;
    cursor: pointer;
    background: transparent;
    z-index: 3;
    color: #404040;
    padding: 0;
}
.testimonials-carousel .swiper-button-prev,
.testimonials-carousel .swiper-button-next,
.success-carousel .swiper-button-prev,
.success-carousel .swiper-button-next {
    position: relative;
    width: 5rem;
    height: 5rem;
    padding: 1rem;
    background: rgba(64, 64, 64, 1);
    border-radius: 2px;
}
.testimonials-carousel .swiper-button-prev svg,
.testimonials-carousel .swiper-button-next svg,
.success-carousel .swiper-button-prev svg,
.success-carousel .swiper-button-next svg {
    fill: #fff;
}
.testimonials-carousel .swiper-button-next svg,
.success-carousel .swiper-button-next svg {
    transform: rotate(180deg);
}
.testimonials-carousel .swiper-button-next.swiper-button-disabled,
.testimonials-carousel .swiper-button-prev.swiper-button-disabled,
.success-carousel .swiper-button-next.swiper-button-disabled,
.success-carousel .swiper-button-prev.swiper-button-disabled {
    background: rgba(217, 217, 217, 1);
    opacity: 1;
}
.testimonials-carousel .swiper-button-next.swiper-button-disabled svg,
.testimonials-carousel .swiper-button-prev.swiper-button-disabled svg,
.success-carousel .swiper-button-next.swiper-button-disabled svg,
.success-carousel .swiper-button-prev.swiper-button-disabled svg {
    fill: rgba(64, 64, 64, 1);
}
.testimonials-carousel .swiper-button-prev:after,
.success-carousel .swiper-button-prev:after {
    content: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23404040%7D%3C/style%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}
.testimonials-carousel .swiper-button-next:after,
.success-carousel .swiper-button-next:after {
    content: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23404040%7D%3C/style%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.google-reviews {
    padding: 9.6rem 0;
    background-color: #313131;
}

.success-carousel .info {
    display: flex;
    margin-bottom: 2rem;
}
.success-carousel .info-box {
    flex-grow: 1;
    text-align: center;
}
.success-carousel .info-box strong {
    margin: 0 auto;
    font-weight: 700;
}
.success-carousel .info-box:not(:first-child) {
    border-left: 1px solid #009FA4;
}
.success-carousel .info h3 {
    font-weight: 300;
    color: #009FA4;
    font-size: 1.6rem;
}
.success-carousel .details {
    margin: -30% auto 20%;
}
.success-carousel .success-content {
    text-align: center;
}
.success-carousel .success-content h3 {
    color: #009FA4;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.full-width-image-cta .video-heading {
    margin: 4rem 0;
    color: #fff;
    /*text-align: center;*/
}

.featured-package .text-side {
    display: flex;
    align-items: center;
}
.image-grid .image-grid-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}
.image-grid.grey-bg .image-grid-title {
    color: #fff;
}
@media (max-width: 992px) {
    .site-header .menu li.services-menu {
        padding-bottom: 0;
    }
    .contact-form__text-video {
        padding: 2.5rem;
    }
    .finding-us .contact-buttons {
        flex-wrap: wrap;
    }
    .package-sessions .text-center.button-col .button-center {
        justify-content: space-between;
    }
    .package-tabs .toggles {
        flex-direction: column;
        gap: 1rem;
    }
    .package-tabs_sticker {
        position: relative;
        width: 100%;
    }
    .testimonials-carousel .title-wrapper, .success-carousel .title-wrapper {
        flex-wrap: wrap;
        justify-content: end;
        margin-bottom: 1rem;
    }
    .testimonials-carousel .title-wrapper  .swiper-navigation, .success-carousel .title-wrapper .swiper-navigation {
        height: 8rem;    
    }
    .success-title {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .success-highlight {
        padding: 2px;
    }
    .success-highlight-inner {
        display: flex;
    }
    .success-carousel {
        padding: 9.6rem 0 0;
    }
    .image-grid .image-grid-title {
        padding: 2rem 15px 0;
    }
    .contact-form .wpcf7-acceptance input[type="checkbox"] {
        left: unset !important;
    }
    .contact-form__form div {
        grid-column: 1 / -1 !important;
    }
    .contact-form__form-submit {
        margin-top: 2rem;
    }
}
#sb_instagram {
    padding-left: 15px;
    padding-right: 15px;
}
.contact-form .close-button {
    display: none;
}

.wpcf7-form.sent .contact-form__form {
    display: none;
}

