/*!
Theme Name: twoten-custom
Theme URI: http://underscores.me/
Author: TwoTen Studio Ltd
Author URI: https://twotenstudio.co.uk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twoten-custom
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Alaska", sans-serif !important;
  color: #052f26;
}

button {
  font-family: "Alaska", sans-serif;
}

h1 {
  font-size: 2.111rem;
  font-weight: bold;
  line-height: 2.667rem;
}
@media (max-width: 820px) {
  h1 {
    font-size: 1.333rem;
    line-height: 1.778rem;
  }
}

h2 {
  font-size: 1.333rem;
  font-weight: 100;
  line-height: 1.778rem;
}
@media (max-width: 820px) {
  h2 {
    font-size: 1rem;
    line-height: 1.444rem;
  }
}

h3 {
  font-size: 1rem;
  line-height: 1.556rem;
  font-weight: bold;
  margin: 0;
  padding-bottom: 0.8rem;
}

h5 {
  font-size: 1rem !important;
  line-height: 1.556rem;
  font-weight: bold !important;
  margin: 0;
  padding-bottom: 0.8rem;
}
@media (max-width: 600px) {
  h5 {
    font-size: 0.85rem !important;
  }
}

h6 {
  font-weight: 100;
  margin: 0;
  font-size: 1rem;
}

p {
  margin-bottom: 1.5em;
  color: #000000;
  margin-top: 0;
}
@media (max-width: 820px) {
  p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}

.container p:last-child {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .container p:last-child {
    padding-bottom: 20px;
  }
}

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

blockquote {
  margin: 1rem;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Alaska", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}
ul li:last-child {
  padding-bottom: 1rem !important;
}
@media (max-width: 820px) {
  ul {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}

ol {
  list-style: decimal;
}
ol li:last-child {
  padding-bottom: 1rem !important;
}
@media (max-width: 820px) {
  ol {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  ol li:last-child {
    padding-bottom: 1rem !important;
  }
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 67.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

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

/* Links
--------------------------------------------- */
a {
  color: #052f26;
  transition: 0.3s;
  text-decoration-color: #00cfb4 !important;
}
a:visited {
  color: #052f26;
}
a:hover, a:focus, a:active {
  color: #052f26;
  text-decoration-color: #00cfb4 !important;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

main p a,
main li a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  transition: 0.3s;
  text-decoration-color: #00cfb4 !important;
}
main p a:hover,
main li a:hover {
  background-color: #00cfb4;
}

/* Forms
--------------------------------------------- */
.btn {
  font-size: 0.7rem;
  padding: 8px 30px;
  color: #052f26;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
  background-color: #00cfb4;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #00cfb4;
  cursor: pointer;
}
.btn:hover {
  background-color: #ccf1dd;
  color: #052f26;
  border: 1px solid #ccf1dd;
}
.btn.btn-extends {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  width: auto;
  max-width: 38px;
  transition: max-width 0.3s;
  padding: 0;
  height: 38px;
}
.btn.btn-extends:hover {
  max-width: 165px;
  background-color: #00cfb4;
}
.btn.btn-extends .icon {
  font-size: 16px;
  padding: 13px;
  display: flex;
  align-items: center;
}
.btn.btn-extends span {
  white-space: nowrap;
  padding-right: 20px;
}
.btn.wpcf7-submit {
  border: 0;
}

.btn-round {
  height: 38px;
  width: 38px;
  max-width: unset;
  max-height: unset;
  background-color: #00cfb4;
  border: 1px solid #00cfb4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.single-button {
  display: flex;
  justify-content: center;
  font-size: 0.8rem;
  text-align: center;
}

.project-single .single-btn-container {
  display: flex;
}
.project-single .single-btn-container .single-button {
  display: flex !important;
  justify-content: flex-start !important;
  font-size: 0.8rem;
  text-align: center;
}

.share-buttons {
  display: flex;
  gap: 12px;
  transform: translate(0px, -4px);
}
.share-buttons .share-text {
  transform: translate(0px, 4px);
}

.share-button {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  color: #052f26;
  background-color: #00cfb4;
  height: 32px;
  width: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}
.share-button:hover {
  background-color: #ccf1dd;
  color: #052f26;
}

.share-button i {
  margin-right: 0px;
}

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: 0;
  border-radius: 3px;
  padding: 3px;
  height: 38px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  display: flex;
  align-items: center;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  transition: transform 0.3s ease-in-out;
}
header.header-hidden {
  transform: translateY(-100%);
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 30px !important;
  height: 100%;
  justify-content: space-between;
}
header .container.header-index {
  z-index: 999;
  position: relative;
  background: #ffffff;
}
header .container .site-branding {
  margin-bottom: -6px;
}
header .container .site-branding a img {
  min-width: 189px;
  width: 189px;
}
@media (max-width: 820px) {
  header .container .site-branding a img {
    min-width: 140px;
    width: 140px;
  }
}
header .container nav {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  height: 100%;
}
header .container nav ul {
  display: flex;
  flex-direction: row;
  align-content: center;
  gap: 30px;
}
header .container nav ul a {
  color: #052f26;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none !important;
  text-decoration-color: #00cfb4;
}
header .container nav ul a:hover {
  -webkit-text-decoration: solid underline #00cfb4 2px !important;
          text-decoration: solid underline #00cfb4 2px !important;
}
header .container nav ul li:last-child {
  padding-bottom: 0rem !important;
}
header .container nav .menu-primary-header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
header .container .ipBtn_container {
  position: relative;
}
header .container .aIpBtn {
  border-radius: 50px !important;
}
header .container .ipBtn {
  border-radius: 50px !important;
  font-weight: 600;
  margin-right: 20px;
  font-size: 14px;
  height: 35px;
  width: 35px;
  position: relative;
  display: flex;
  padding: 7px 11px;
  background-color: #00cfb4;
  cursor: pointer;
  outline: none;
  border: 0;
  text-decoration: underline;
  color: #052f26;
  border-radius: 25px;
  transition: width 0.3s;
  text-decoration-color: #00cfb4;
}
header .container .ipBtn .btn-icon {
  color: #052f26;
  display: block;
  transition: 0.1s;
  text-decoration: none;
}
header .container .ipBtn .btn-text {
  max-width: 0;
  display: inline-block;
  transition: color 0.25s 1.5s, max-width 0.7s;
  white-space: nowrap;
  overflow: hidden;
  visibility: hidden;
  color: #052f26;
}
header .container .ipBtn:hover .btn-icon {
  visibility: hidden;
}
header .container .ipBtn:hover .btn-text {
  visibility: visible;
  max-width: 172px;
}
header .container .ipBtn:hover {
  width: 172px;
  color: white;
}
header .container .ipBtnMobile {
  border-radius: 50px;
  font-weight: 600;
  margin-right: 20px;
  font-size: 14px;
  height: 35px;
  width: auto;
  position: relative;
  display: flex;
  padding: 11px;
  background-color: #00cfb4;
  cursor: pointer;
  outline: none;
  border: 0;
  text-decoration: underline;
  color: #052f26;
  border-radius: 25px;
  transition: width 0.3s;
  text-decoration-color: #00cfb4;
}
header .container .ipBtnMobile span {
  position: relative;
  top: -3px;
}
header .container .wpml-ls ul {
  display: flex;
  flex-direction: row;
  font-size: 15px;
  font-weight: bold;
  margin-right: 20px !important;
}
header .container .wpml-ls ul li a {
  padding: 0px;
  color: #052f26;
  text-decoration: none !important;
}
header .container .wpml-ls ul li a:visited {
  color: #052f26;
}
header .container .wpml-ls ul li a:hover {
  background-color: unset !important;
}
header .container .wpml-ls ul li:first-child span::after {
  content: "/";
}
header .container .menu-primary-container {
  transition: 0.3s;
}
header .container ul li:last-child {
  padding-bottom: 0px !important;
}
header .mobile-buttons-menu {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 330px) {
  header .mobile-buttons-menu {
    gap: 12px;
  }
}
header .mobile-buttons-menu .primaryBtn {
  color: #fff;
}
header .mobile-buttons-menu .btn {
  color: #ffffff;
}
@media (max-width: 330px) {
  header .mobile-buttons-menu .btn {
    padding: 6px 8px;
  }
}
header .mobile-logo {
  display: flex;
  flex-direction: column;
  position: relative;
  bottom: -2px;
}
@media (min-width: 1100px) {
  header .mobile-only-header {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  header .desktop-only-header {
    display: none !important;
  }
}
header #desktop-burger-menu {
  position: absolute;
  top: -3000px;
  transition: top 0.5s ease-in-out;
  background: #ffffff;
  width: 100vw;
  z-index: 998;
  font-size: 15px;
}
@media (max-width: 786px) {
  header #desktop-burger-menu {
    height: 95vh;
  }
}
header #desktop-burger-menu.is-active {
  top: 58px;
}
header #desktop-burger-menu .container {
  padding: 60px 30px;
  gap: 30px;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
header #desktop-burger-menu .container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
header #desktop-burger-menu .container .menu {
  width: 100%;
}
header #desktop-burger-menu .container .menu li {
  border-bottom: 2px solid #ffffff;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header #desktop-burger-menu .container .menu li a {
  height: 100%;
  width: 100%;
  padding: 16px 0;
}
header #desktop-burger-menu .container .menu li:hover {
  border-bottom: 2px solid #00cfb4;
}
header #desktop-burger-menu .container .menu li:first-child {
  border-bottom: 2px solid #052f26;
  font-weight: bold;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 60px;
  justify-content: center;
}
header #desktop-burger-menu .container .menu li:first-child a {
  height: 100%;
  width: 100%;
}
header #desktop-burger-menu .container .menu li:first-child:hover {
  border-bottom: 2px solid #00cfb4;
}
header #desktop-burger-menu .container .menu a {
  text-decoration: none;
  color: #052f26;
  height: 100%;
  width: 100%;
}
header #desktop-burger-menu .container .menu.menu-alt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
header #desktop-burger-menu .container .menu.menu-alt ul li {
  border-bottom: 2px solid #052f26 !important;
  font-weight: bold;
  transition: 0.3s;
}
header #desktop-burger-menu .container .menu.menu-alt ul li:hover {
  border-bottom: 2px solid #00cfb4 !important;
}
header #desktop-burger-menu .container .social {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
header #desktop-burger-menu .container .social img {
  width: 36px;
}
@media (max-width: 768px) {
  header #desktop-burger-menu .container #menu-mobile-top-level li {
    border-bottom: 2px solid #00cfb4;
    font-weight: bold;
    width: 100%;
  }
  header #desktop-burger-menu .container #menu-mobile-top-level li.hasChev {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header #desktop-burger-menu .container #menu-mobile-top-level li.hasChev div {
    min-width: 100px;
    height: 20px;
  }
  header #desktop-burger-menu .container #menu-mobile-top-level li.hasChev div:after {
    content: url(/wp-content/themes/twoten-custom/assets/icons/right-chevron.svg);
    position: absolute;
    right: 30px;
    margin: auto;
    padding-top: 2px;
  }
  header #desktop-burger-menu .container .menu.mobile-sub-menu {
    position: absolute;
    right: -3000px;
    background: #ffffff;
    padding: 0px 30px;
    transition: 0.3s;
    min-height: 380px;
    top: 2px;
  }
  header #desktop-burger-menu .container .menu.mobile-sub-menu.active {
    display: block;
    right: 0px;
  }
  header #desktop-burger-menu .container .menu.mobile-sub-menu span {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 30px;
  }
  header #desktop-burger-menu .container .menu.mobile-sub-menu span::before {
    content: url(/wp-content/themes/twoten-custom/assets/icons/left-chevron.svg);
  }
  header #desktop-burger-menu .container .menu.mobile-sub-menu ul li:first-child a {
    margin-left: 40px;
  }
  header #desktop-burger-menu .container .menu.mobile-sub-menu img.menu-back-button {
    position: relative;
    top: 39px;
  }
}
@media (max-width: 900px) {
  header #desktop-burger-menu .container {
    grid-template-columns: 1fr 1fr;
  }
  header #desktop-burger-menu .social {
    margin-top: 60px;
    gap: 0;
  }
  header #desktop-burger-menu .social a {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  header #desktop-burger-menu .container {
    grid-template-columns: 1fr !important;
  }
  header #desktop-burger-menu .container .menu li {
    min-height: 40px;
  }
  header #desktop-burger-menu .container .menu li:first-child {
    min-height: 40px;
  }
  header #desktop-burger-menu .social {
    margin-top: 60px;
    gap: 0;
    width: 50%;
  }
  header #desktop-burger-menu .social a {
    text-align: left;
  }
  header #desktop-burger-menu .social a img {
    width: 40px;
    min-width: 40px;
  }
}
@media (min-width: 960.99px) {
  header .mobile-only {
    display: none !important;
  }
}
@media (max-width: 960.98px) {
  header .desktop-only {
    display: none !important;
  }
}

/* BURGER ANIMATION */
.hamburger {
  padding: 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin-top: 12px;
  overflow: visible;
  z-index: 9999;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #052f26;
}

.hamburger-box {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #052f26;
  border-radius: 50px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
       * Spring
       */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 12.5px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 25px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
       * Spring Reverse
       */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 768px) {
  #primarySearch.is-active {
    display: none !important;
  }
}
#primarySearch {
  position: absolute;
  top: -300px;
  width: 600px;
  left: auto;
  right: auto;
  transition: 0.8s;
}
#primarySearch.is-active {
  top: 8px;
}
#primarySearch .searchandfilter label {
  width: 100%;
}
#primarySearch .searchandfilter label::after {
  content: url(/wp-content/themes/twoten-custom/assets/icons/search.svg);
  position: absolute;
  right: 14px;
  top: 22px;
}
#primarySearch input.sf-input-text {
  width: 100%;
  background: var(--midGrey);
  border-radius: 30px;
  height: 48px;
  padding: 12px;
}
#primarySearch li.sf-field-search {
  width: 100%;
}

footer {
  background-position: bottom left !important;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  footer {
    background-size: 550px;
  }
}
@media (max-width: 1000px) {
  footer {
    background-size: 500px;
  }
}
@media (max-width: 940px) {
  footer {
    background-size: 450px;
  }
}
@media (max-width: 900px) {
  footer {
    background-size: 280px;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media (max-width: 900px) {
  footer .container {
    flex-direction: column;
  }
}
footer .container .footer-left {
  flex: 0 0 40%;
}
@media (max-width: 900px) {
  footer .container .footer-left {
    flex: 0 0 100%;
  }
}
footer .container .footer-left .footer-m {
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .container .footer-right {
  padding-right: 60px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  min-height: 380px;
}
@media (max-width: 1160px) {
  footer .container .footer-right {
    padding-right: 0px;
  }
}
@media (max-width: 900px) {
  footer .container .footer-right {
    min-height: 600px;
    justify-content: start;
    align-items: center;
    padding-top: 60px;
  }
}
footer .container .footer-right .social-b-corp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  footer .container .footer-right .social-b-corp {
    flex-direction: column;
    gap: 20px;
  }
}
footer .container .footer-right .social-b-corp .social img {
  width: 40px;
}
footer .container .footer-right .social-b-corp .b-corp {
  width: 65px;
}
footer .container .footer-right h5 {
  margin: 0;
  font-size: 32px;
  line-height: 42px;
}
@media (max-width: 900px) {
  footer .container .footer-right h5 {
    text-align: center;
    font-size: 26px;
  }
}
@media (max-width: 420px) {
  footer .container .footer-right h5 {
    font-size: 22px;
  }
}
footer .container .footer-right ul {
  list-style: none;
}
footer .container .footer-right ul li a {
  font-size: 0.8rem;
}
footer .container .footer-right .footer-disclaimer p {
  font-size: 0.8rem;
  padding: 0 !important;
}
@media (max-width: 900px) {
  footer .container .footer-right .footer-disclaimer p {
    text-align: center;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 30px;
  overflow-x: hidden;
}

#page {
  margin-top: 66px;
}

p {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

p:first-child {
  margin-top: 0;
}

/* THIS LOOPS THOUGH CARDS */
body .person,
body .project {
  opacity: 0;
  animation: fadeIn-1 0.3s linear;
  animation-fill-mode: forwards;
  animation-delay: 1000ms;
}
body .person:nth-child(1),
body .project:nth-child(1) {
  animation-delay: 150ms;
}
body .person:nth-child(2),
body .project:nth-child(2) {
  animation-delay: 300ms;
}
body .person:nth-child(3),
body .project:nth-child(3) {
  animation-delay: 450ms;
}
body .person:nth-child(4),
body .project:nth-child(4) {
  animation-delay: 600ms;
}
body .person:nth-child(5),
body .project:nth-child(5) {
  animation-delay: 750ms;
}
body .person:nth-child(6),
body .project:nth-child(6) {
  animation-delay: 900ms;
}
body .person:nth-child(7),
body .project:nth-child(7) {
  animation-delay: 1050ms;
}
body .person:nth-child(8),
body .project:nth-child(8) {
  animation-delay: 1200ms;
}
body .person:nth-child(9),
body .project:nth-child(9) {
  animation-delay: 1350ms;
}
body .person:nth-child(10),
body .project:nth-child(10) {
  animation-delay: 1500ms;
}
body .person:nth-child(11),
body .project:nth-child(11) {
  animation-delay: 1650ms;
}
body .person:nth-child(12),
body .project:nth-child(12) {
  animation-delay: 1800ms;
}
body .person:nth-child(13),
body .project:nth-child(13) {
  animation-delay: 1950ms;
}
body .person:nth-child(14),
body .project:nth-child(14) {
  animation-delay: 2100ms;
}
body .person:nth-child(15),
body .project:nth-child(15) {
  animation-delay: 2250ms;
}
body .person:nth-child(16),
body .project:nth-child(16) {
  animation-delay: 2400ms;
}
body .person:nth-child(17),
body .project:nth-child(17) {
  animation-delay: 2550ms;
}
body .person:nth-child(18),
body .project:nth-child(18) {
  animation-delay: 2700ms;
}
body .person:nth-child(19),
body .project:nth-child(19) {
  animation-delay: 2850ms;
}
body .person:nth-child(20),
body .project:nth-child(20) {
  animation-delay: 3000ms;
}
body .person:nth-child(21),
body .project:nth-child(21) {
  animation-delay: 3150ms;
}

.entry-animation {
  animation: 0.3s fadeIn-1 ease-in-out;
  animation-fill-mode: both;
}

@keyframes fadeIn-1 {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.video-bg a {
  position: absolute;
  bottom: 40px;
  left: 100px;
  cursor: pointer;
}

.bg-image {
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
}

.red {
  color: #cc1921;
  margin: 0;
}

.columns {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.columns .col:first-child {
  flex: 0 0 66%;
  display: flex;
  flex-direction: column;
}
.columns .col:last-child {
  width: 100%;
}
.columns .col:last-child img {
  width: 100%;
}

.g {
  display: grid;
}

.g-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .g-2 {
    grid-template-columns: 1fr;
  }
}

.g-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .g-3 {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

.f {
  display: flex;
}

.fc {
  flex-direction: column;
}

.fr {
  flex-direction: row;
}
@media (max-width: 768px) {
  .fr.fr-mobile {
    flex-direction: column;
  }
}

.gap-1 {
  gap: 40px;
}

.gap-2 {
  gap: 60px;
}

.gap-3 {
  gap: 80px;
}

.gap-4 {
  gap: 120px;
}

.gap-5 {
  gap: 180px;
}

.gap-6 {
  gap: 240px;
}

.c {
  flex-direction: column;
}

.r {
  flex-direction: row;
}

.jc-c {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.jc-sa {
  justify-content: space-around;
}

.jc-fe {
  justify-content: flex-end;
}

.jc-fs {
  justify-content: flex-start;
}

.ai-c {
  align-items: center;
}

.ai-fe {
  align-items: flex-end;
}

.ai-fs {
  align-items: flex-start;
}

.ac-c {
  align-content: center;
}

.ac-fe {
  align-content: flex-end;
}

.ac-fs {
  align-content: flex-start;
}

.ac-sb {
  align-content: space-between;
}

.ac-sa {
  align-content: space-around;
}

.as-c {
  align-self: center;
}

.as-fe {
  align-self: flex-end;
}

.as-fs {
  align-self: flex-start;
}

.as-sb {
  align-self: space-between;
}

.as-sa {
  align-self: space-around;
}

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

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}
@media (max-width: 768px) {
  .w-50.w-mobile {
    width: 100%;
  }
}

.w-66 {
  width: 66%;
}
@media (max-width: 768px) {
  .w-66.w-mobile {
    width: 100%;
  }
}

.w-33 {
  width: 33%;
}
@media (max-width: 768px) {
  .w-33.w-mobile {
    width: 100%;
  }
}

.w-25 {
  width: 25%;
}
@media (max-width: 768px) {
  .w-25.w-mobile {
    width: 100%;
  }
}

.w-20 {
  width: 20%;
}
@media (max-width: 768px) {
  .w-20.w-mobile {
    width: 100%;
  }
}

.w-10 {
  width: 10%;
}
@media (max-width: 768px) {
  .w-10.w-mobile {
    width: 100%;
  }
}

.w-5 {
  width: 5%;
}
@media (max-width: 768px) {
  .w-5.w-mobile {
    width: 100%;
  }
}

.w-1 {
  width: 1%;
}
@media (max-width: 768px) {
  .w-1.w-mobile {
    width: 100%;
  }
}

.h-100 {
  height: 100%;
}

.h-50 {
  height: 50%;
}

.h-33 {
  height: 33%;
}

.h-25 {
  height: 25%;
}

.h-20 {
  height: 20%;
}

.h-10 {
  height: 10%;
}

.h-5 {
  height: 5%;
}

.h-1 {
  height: 1%;
}

.mw-100 {
  max-width: 100%;
}

.mw-50 {
  max-width: 50%;
}

.mw-33 {
  max-width: 33%;
}

.mw-25 {
  max-width: 25%;
}

.mw-20 {
  max-width: 20%;
}

.mw-10 {
  max-width: 10%;
}

.mw-5 {
  max-width: 5%;
}

.mw-1 {
  max-width: 1%;
}

.f-50 {
  flex: 0 50%;
}

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

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

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

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

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

.pt-1 {
  padding-top: 20px;
}

.pt-2 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 60px;
}

.pt-4 {
  padding-top: 80px;
}

.pt-5 {
  padding-top: 120px;
}

.pt-6 {
  padding-top: 180px;
}

.pt-7 {
  padding-top: 240px;
}

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

.pb-1 {
  padding-bottom: 20px;
}

.pb-2 {
  padding-bottom: 40px;
}

.pb-3 {
  padding-bottom: 60px;
}

.pb-4 {
  padding-bottom: 80px;
}

.pb-5 {
  padding-bottom: 120px;
}

.pb-6 {
  padding-bottom: 180px;
}

.pb-7 {
  padding-bottom: 240px;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 20px;
}

.p-2 {
  padding: 40px;
}

.p-3 {
  padding: 60px;
}

.p-4 {
  padding: 80px;
}

.p-5 {
  padding: 120px;
}

.p-6 {
  padding: 180px;
}

.p-7 {
  padding: 240px;
}

@media (max-width: 768px) {
  .pt-1 {
    padding-top: 10px;
  }
  .pt-2 {
    padding-top: 20px;
  }
  .pt-3 {
    padding-top: 40px;
  }
  .pt-4 {
    padding-top: 60px;
  }
  .pt-5 {
    padding-top: 80px;
  }
  .pt-6 {
    padding-top: 120px;
  }
  .pt-7 {
    padding-top: 120px;
  }
  .pb-0 {
    padding-bottom: 0_mobile;
  }
  .pb-1 {
    padding-bottom: 10px;
  }
  .pb-2 {
    padding-bottom: 20px;
  }
  .pb-3 {
    padding-bottom: 40px;
  }
  .pb-4 {
    padding-bottom: 60px;
  }
  .pb-5 {
    padding-bottom: 80px;
  }
  .pb-6 {
    padding-bottom: 120px;
  }
  .pb-7 {
    padding-bottom: 120px;
  }
  .p-0 {
    padding: 0_mobile;
  }
  .p-1 {
    padding: 10px;
  }
  .p-2 {
    padding: 20px;
  }
  .p-3 {
    padding: 40px;
  }
  .p-4 {
    padding: 60px;
  }
  .p-5 {
    padding: 80px;
  }
  .p-6 {
    padding: 120px;
  }
  .p-7 {
    padding: 120px;
  }
}
.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

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

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.ml-6 {
  margin-left: 6rem;
}

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

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.pt-l {
  padding-top: 100px;
}

.pb-l {
  padding-bottom: 100px;
}

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

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

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

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.container {
  max-width: 1200px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px !important;
}
@media (max-width: 767px) {
  .container {
    padding: 0 30px !important;
  }
}
.container.f.reverse {
  flex-direction: row-reverse;
}
.container.wide-container {
  max-width: 1440px !important;
}

.inner-container {
  max-width: 833px;
  margin: 0 auto;
}

.social {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.social img {
  width: 36px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(38, 45, 68, 0.7); /* Black w/ opacity */
}
@media (max-width: 767px) {
  .modal {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: none;
  }
}

/* Modal Content/Box */
.modal-content {
  background-color: none;
  margin: 7% auto;
  width: 80%;
  color: unset;
  padding: 30px;
  max-width: 800px;
  box-shadow: 80px 80px 150px rgba(0, 0, 0, 0.8);
  z-index: 999;
}
@media (max-width: 767px) {
  .modal-content {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
  }
}
.modal-content .modal-inner {
  padding: 30px;
  font-family: "Albra Grotesk";
}
.modal-content .modal-inner p {
  font-size: 0.8rem;
}
.modal-content .modal-inner .editor {
  margin-bottom: 80px;
}
.modal-content .modal-inner .two-col p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.modal-content .modal-inner .wpcf7-acceptance {
  font-size: 0.6rem !important;
}
@media (max-width: 767px) {
  .modal-content {
    padding: 0px;
  }
}

/* The Close Button */
.person-single .person-single-container .container {
  display: flex;
}
@media (max-width: 768px) {
  .person-single .person-single-container .container {
    flex-direction: column-reverse;
  }
}
.person-single .person-single-container .container .col {
  flex: 0 0 50%;
}
@media (max-width: 768px) {
  .person-single .person-single-container .container .col {
    flex: 0 0 100%;
  }
}
.person-single .person-single-container .container .col img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 460px;
}
@media (max-width: 768px) {
  .person-single .person-single-container .container .col img {
    width: 100%;
    max-width: 100%;
  }
}
.person-single .person-single-container .container .col .person-single-image {
  display: flex;
  justify-content: flex-end;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .person-single .person-single-container .container .col .person-single-image {
    padding-left: 0px;
  }
}
.person-single .person-single-container .container .col h1 {
  margin-top: -10px;
  margin-bottom: 0;
}
.person-single .person-single-container .container .col h2 {
  margin-top: 6px;
  margin-bottom: 40px;
}
.person-single .person-single-container .container .col .social-icons {
  margin-bottom: 40px;
  display: flex;
  gap: 12px;
}
.person-single .person-single-container .container .col .social-icons i {
  font-size: 1.2rem;
  color: #052f26;
}

.project-template .page-intro-text-only .container .page-intro-text {
  flex: 0 0 100%;
}
.project-template .project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 820px) {
  .project-template .project-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .project-template .project-grid {
    grid-template-columns: 1fr;
  }
}
.project-template .project-grid .project {
  display: flex;
  flex-direction: column;
}
.project-template .project-grid .project .project-image {
  height: 220px;
  flex: 0 0 220px;
  position: relative;
}
.project-template .project-grid .project .project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-template .project-grid .project .project-image .impact-tag {
  position: absolute;
  background-color: #052f26;
  z-index: 99;
  color: #ffffff;
  padding: 6px 8px;
  font-size: 0.7rem;
}
.project-template .project-grid .project .project-info {
  text-align: center;
  background: #f2f2f2;
  height: 100%;
  padding: 12px;
}
.project-template .project-grid .project .project-info h3 {
  margin: 0;
}
.project-template .project-filters {
  /* Display the filters when the "hidden" class is removed */
  /* Add this class to hide the filters initially */
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* Disabled checkbox */
}
.project-template .project-filters .the-filters {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.project-template .project-filters .the-filters:not(.hidden) {
  max-height: 500px; /* Adjust the max-height value as needed */
}
@media (max-width: 620px) {
  .project-template .project-filters .the-filters:not(.hidden) {
    max-height: 820px;
  }
}
.project-template .project-filters .hidden {
  max-height: 0;
  overflow: hidden;
}
.project-template .project-filters form h4 {
  font-size: 0.8rem;
  line-height: 1.2rem;
  padding: 0;
}
.project-template .project-filters form ul {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 2fr 2fr;
  gap: 30px;
  padding: 0;
  margin: 0;
}
@media (max-width: 820px) {
  .project-template .project-filters form ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-template .project-filters form ul li:last-child,
  .project-template .project-filters form ul li:nth-last-child(2),
  .project-template .project-filters form ul li:nth-last-child(3) {
    grid-row: 2;
  }
}
@media (max-width: 620px) {
  .project-template .project-filters form ul {
    grid-template-columns: 1fr;
  }
  .project-template .project-filters form ul li:last-child,
  .project-template .project-filters form ul li:nth-last-child(2),
  .project-template .project-filters form ul li:nth-last-child(3) {
    grid-row: unset;
  }
}
@media (max-width: 600px) {
  .project-template .project-filters form ul {
    gap: 0px;
  }
}
.project-template .project-filters form .sf-input-text {
  border-radius: 0;
}
.project-template .project-filters form .sf-field-taxonomy-impact_area ul,
.project-template .project-filters form .sf-field-taxonomy-region ul,
.project-template .project-filters form .sf-field-taxonomy-project_type ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin: 0;
  padding: 0;
}
.project-template .project-filters form .sf-level-0 {
  display: flex;
  flex-direction: row;
}
.project-template .project-filters form label {
  font-size: 0.8rem;
}
.project-template .project-filters form .search-filter-reset {
  display: flex;
  gap: 12px;
  font-weight: bold;
}
.project-template .project-filters form .search-filter-reset::before {
  content: url(/wp-content/themes/twoten-custom/assets/icons/clear.svg);
}
.project-template .project-filters form .search-filter-reset:hover {
  color: #052f26;
}
.project-template .project-filters [type=checkbox]:not(:checked),
.project-template .project-filters [type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
.project-template .project-filters [type=checkbox]:not(:checked) + label,
.project-template .project-filters [type=checkbox]:checked + label {
  position: relative;
  padding-left: 2.3em;
  font-size: 0.8em;
  line-height: 1.7;
  cursor: pointer;
}
.project-template .project-filters [type=checkbox]:not(:checked) + label:before,
.project-template .project-filters [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  background: #fff;
}
.project-template .project-filters [type=checkbox]:not(:checked) + label:after,
.project-template .project-filters [type=checkbox]:checked + label:after {
  content: url(/wp-content/themes/twoten-custom/assets/icons/tick.svg);
  position: absolute;
  top: 7px;
  left: 2px;
  font-size: 1.375em;
  color: #00cfb4;
  line-height: 0;
  transition: all 0.2s;
}
.project-template .project-filters [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}
.project-template .project-filters [type=checkbox]:checked + label:after {
  opacity: 1;
}
.project-template .project-filters [type=checkbox]:disabled:not(:checked) + label:before,
.project-template .project-filters [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}
.project-template .project-filters [type=checkbox]:disabled:checked + label:after {
  color: #777;
}
.project-template .project-filters [type=checkbox]:disabled + label {
  color: #aaa;
}
.project-template h3.toggle-filters {
  display: flex;
  gap: 12px;
  cursor: pointer;
  padding: 12px 0;
}

h3.map-title {
  margin: 0;
  padding: 0 0 20px 0;
}

a.map-link {
  color: #052f26;
  padding-bottom: 12px;
}

.gm-style {
  padding: 0;
  overflow: hidden;
}

.project-content-footer .back-to-top a {
  display: flex;
  gap: 12px;
}
.project-content-footer .back-to-top a svg {
  transform: translate(0, 3px);
}
.project-content-footer .f {
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .project-content-footer .f {
    flex-direction: column;
    gap: 20px;
  }
  .project-content-footer .f .share-buttons {
    align-self: end;
  }
}

@media (max-width: 600px) {
  .acf-map {
    display: none;
  }
}
.news-template .news-grid-section {
  background-color: #f2f2f2;
}
.news-template .news-grid-section .project-image {
  height: 260px !important;
  flex: 0 0 260px !important;
}
.news-template .single-button .container {
  display: flex;
  justify-content: start;
}
.news-template .page-intro-text-only h1 {
  margin: 0;
  padding-top: 12px;
}

.pagination-container {
  display: flex;
  justify-content: center;
}
.pagination-container .pagination {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.pagination-container .pagination .page-numbers {
  font-weight: bold;
}
.pagination-container .pagination .page-numbers.current {
  border-bottom: 2px solid #00cfb4;
  color: #052f26;
}

.news-single .the-date p {
  padding-bottom: 0px !important;
  font-size: 0.8rem;
}
.news-single .social-container,
.news-single .news-exerpt {
  max-width: 1000px;
  margin: 0 auto;
}
.news-single .news-eyebrow {
  font-size: 1rem;
  margin-bottom: 0px;
  padding-top: 80px;
}
.news-single .news-title {
  margin-top: 0px;
  margin-bottom: 40px;
}
.news-single .news-item-image {
  max-width: 1000px;
  margin: 0 auto;
}
.news-single .news-item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-single .single-button {
  padding: 10px 0 !important;
}
.news-single .single-button .single-btn-container {
  display: flex;
  justify-content: start;
}
.news-single .project-news-free-text {
  padding-top: 20px;
}
.news-single .quote-block {
  padding-top: 20px;
}
.news-single .project-content-footer {
  max-width: 833px;
  margin: 0 auto;
}

.project {
  display: flex;
  flex-direction: column;
}
.project:hover h3 {
  text-decoration: underline;
  text-decoration-color: #00cfb4;
}
.project .project-image {
  height: 220px;
  flex: 0 0 220px;
  overflow: hidden;
  position: relative;
}
.project .project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.project .project-image img:hover {
  transform: scale(1.1);
}
.project .project-image .impact-tag {
  position: absolute;
  background-color: #052f26;
  z-index: 99;
  color: #ffffff;
  padding: 6px 8px;
  font-size: 0.7rem;
}
.project .project-info {
  text-align: center;
  background: #ffffff;
  height: 100%;
  padding: 12px;
  position: relative;
  z-index: 9;
}
.project .project-info h3 {
  margin: 0;
  text-decoration-color: #00cfb4;
  transition: 0.3s;
}
.project .project-info.news-loop {
  margin: -60px 20px 0 20px;
}

@media (min-width: 768px) {
  .project.project-single {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .project.project-single .project-image {
    flex: 0 0 75%;
    height: 500px;
  }
  .project.project-single .project-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project.project-single .project-info {
    background: #ffffff;
    height: -webkit-fill-available;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 40px;
    margin-left: -100px;
    text-align: center;
  }
  .project.project-single .project-info h3 {
    font-size: 30px;
    line-height: 38px;
    margin: 0;
  }
}
.double-image-header {
  margin-bottom: -48px;
}
.double-image-header .g-2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 820px) {
  .double-image-header .g-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.double-image-header .image-container {
  height: 100%;
}
.double-image-header .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: 430px;
}
@media (max-width: 820px) {
  .double-image-header .image-container img {
    min-height: 320px;
  }
}
@media (max-width: 768px) {
  .double-image-header .image-container img {
    min-height: 240px;
  }
}
.double-image-header .title-container {
  transform: translateY(-110px);
}
@media (max-width: 820px) {
  .double-image-header .title-container {
    transform: translateY(-60px);
  }
}

.sub-header-block .container h2 {
  padding-right: 33%;
  position: relative;
  z-index: 81;
}
@media (max-width: 820px) {
  .sub-header-block .container h2 {
    padding-right: 0;
  }
}

.video-block .inner-container {
  position: relative;
}
.video-block .inner-container .video-caption {
  position: absolute;
  z-index: 98;
  right: -65px;
  transform: rotate(-90deg);
  top: 50%;
  font-size: 0.8rem;
}
.video-block .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.video-block .embed-container iframe,
.video-block .embed-container object,
.video-block .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.double-video {
  background-color: #052f26;
}
.double-video h2 {
  color: #ffffff;
}
.double-video .f {
  gap: 20px;
}
@media (max-width: 768px) {
  .double-video .f {
    flex-direction: column;
  }
}
.double-video .embed-container {
  position: relative;
  padding-bottom: 26.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .double-video .embed-container {
    padding-bottom: 56.25%;
  }
}
.double-video .embed-container iframe,
.double-video .embed-container object,
.double-video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-block.yes {
  padding-bottom: 60px;
}

.image-text.yes {
  padding-top: 80px;
}
.image-text .container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .image-text .container {
    flex-direction: column;
  }
}
.image-text .container .image-container {
  flex: 0 0 50%;
}
.image-text .container .image-container img {
  min-height: 373px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .image-text .container .image-container img {
    min-height: 240px;
  }
}
.image-text .container .text-container {
  flex: 0 0 50%;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1000px) {
  .image-text .container .text-container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .image-text .container .text-container {
    padding: 20px 0 0 0;
  }
}
.image-text .container .text-container h3 {
  margin: 0;
}
.image-text .container .text-container p {
  margin-top: 0;
}

.image-right-text-left .container {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .image-right-text-left .container {
    flex-direction: column;
  }
}

.newsletter-block {
  background-color: #ccf1dd;
  padding: 60px 20px 0;
}
@media (max-width: 820px) {
  .newsletter-block {
    flex-direction: column;
    padding: 60px 0;
  }
}
.newsletter-block .container .inner-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1000px !important;
}
@media (max-width: 820px) {
  .newsletter-block .container .inner-container {
    flex-direction: column;
  }
}
.newsletter-block .container .inner-container .newsletter-heading {
  flex: 1 1 40%;
}
.newsletter-block .container .inner-container .newsletter-form {
  display: flex;
  flex-direction: column;
  flex: 1 1 60%;
  justify-content: end;
  font-family: "Alaska";
}
.newsletter-block .container .inner-container .newsletter-form p {
  font-family: "Alaska";
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0 60px;
}
@media (max-width: 820px) {
  .newsletter-block .container .inner-container .newsletter-form p {
    flex-direction: column;
  }
  .newsletter-block .container .inner-container .newsletter-form p input[type=email] {
    width: 100%;
    margin-bottom: 40px;
    font-family: "Alaska";
  }
  .newsletter-block .container .inner-container .newsletter-form p input[type=submit] {
    margin: 0 auto;
    font-family: "Alaska";
  }
}
.newsletter-block .container .inner-container .newsletter-form p .wpcf7-spinner {
  position: absolute;
}
.newsletter-block .container .inner-container .newsletter-form .terms-text span {
  font-size: 0.6rem;
  transform: translateY(-12px);
  position: absolute;
}
@media (max-width: 820px) {
  .newsletter-block .container .inner-container .newsletter-form .terms-text span {
    transform: translateY(-70px);
  }
}

.page-intro-text-only.yes {
  padding-bottom: 60px;
}
.page-intro-text-only .container .page-intro-text {
  flex: 0 0 64%;
}
@media (max-width: 820px) {
  .page-intro-text-only .container .page-intro-text {
    flex: 0 0 100%;
  }
}
.page-intro-text-only .container .page-intro-text h2 {
  margin-top: 40px;
}
.page-intro-text-only .container .page-intro-links-container {
  flex: 0 0 33%;
}
@media (max-width: 820px) {
  .page-intro-text-only .container .page-intro-links-container {
    display: none;
  }
}
.page-intro-text-only .container .page-intro-links-container .page-intro-links {
  position: relative;
  z-index: 80;
}
.page-intro-text-only .container .page-intro-links-container .page-intro-links .in-page-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}
.page-intro-text-only .container .page-intro-links-container .page-intro-links .in-page-link:first-child {
  margin-top: 0;
}
.page-intro-text-only .container .page-intro-links-container .page-intro-links .in-page-link svg {
  margin-right: 12px;
}
.page-intro-text-only .space-col {
  flex: 0 0 8.33%;
}

.quote-block .quote-container {
  margin-right: 33%;
}
@media (max-width: 520px) {
  .quote-block .quote-container {
    margin-right: 0;
  }
}
.quote-block .quote-container h3 {
  margin-bottom: 0;
}
.quote-block .quote-container p {
  margin-top: 0;
}

.two-col-cta .container {
  gap: 20px;
}
.two-col-cta .container .cta-left {
  position: relative;
  overflow: hidden;
}
.two-col-cta .container .cta-right {
  position: relative;
  overflow: hidden;
}
.two-col-cta .container .cta-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 38%;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.two-col-cta .container .cta-text h1 {
  padding-bottom: 20px;
}
.two-col-cta .container img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.people-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 40px;
}
@media (max-width: 768px) {
  .people-grid {
    grid-template-columns: 1fr;
  }
}

.person .person-info {
  text-align: center;
}
@media (max-width: 768px) {
  .person .person-info {
    text-align: left;
    flex: 0 0 50%;
    padding: 0 20px;
  }
}
.person .person-info p {
  margin: 0;
  font-size: 0.8rem;
}
.person .person-info h3 {
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .person .person-info h3 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .person {
    display: flex;
  }
}
.person img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  .person img {
    height: 180px;
  }
}

.interactive-map .map-intro {
  text-align: center;
  border-bottom: 1px solid #052f26;
  margin-bottom: 24px;
  padding-bottom: 20px;
}
@media (min-width: 600.99px) {
  .interactive-map .map-mobile {
    display: none !important;
  }
}
@media (max-width: 600.98px) {
  .interactive-map .map-desktop {
    display: none !important;
  }
}

.fullwith-cta-image-block {
  position: relative;
  margin-bottom: -8px;
  width: 100%;
}
.fullwith-cta-image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}
.fullwith-cta-image-block .cta-container {
  position: absolute;
  top: 40%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.fullwith-cta-image-block .cta-container h1 {
  margin-bottom: 16px;
}

.awards-logos-block .awards-image-container {
  display: flex;
  width: 100%;
  justify-content: space-around;
  gap: 0 40px;
}
@media (max-width: 768px) {
  .awards-logos-block .awards-image-container {
    flex-direction: column;
  }
}
.awards-logos-block .awards-image-container .award-logo {
  display: flex;
  flex: 0 1 20%;
  justify-content: center;
  align-items: center;
}
.awards-logos-block .awards-image-container .award-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 380px;
}
.awards-logos-block.project-awards .awards-image-container {
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  .awards-logos-block.project-awards .awards-image-container {
    gap: 20px;
    flex-direction: row;
  }
}
.awards-logos-block.project-awards .awards-image-container .award-logo {
  flex: unset;
}
.awards-logos-block.project-awards .awards-image-container .award-logo img {
  max-width: 120px;
}

.news-block {
  background-color: #f2f2f2;
}
.news-block .container .news-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 820px) {
  .news-block .container .news-item {
    flex-direction: column;
  }
}
.news-block .container .news-item .news-block-text {
  width: 400px;
  position: relative;
  z-index: 9;
}
@media (max-width: 820px) {
  .news-block .container .news-item .news-block-text {
    width: 90%;
  }
}
.news-block .container .news-item .news-block-text .news-block-text-inner {
  width: 400px;
  background-color: #ffffff;
  text-align: center;
  padding: 20px;
  margin-left: -80px;
}
@media (max-width: 820px) {
  .news-block .container .news-item .news-block-text .news-block-text-inner {
    margin-left: 0;
    margin-top: -50px;
    width: 100%;
  }
}
.news-block .container .news-item .news-block-text .news-block-text-inner h1 {
  font-size: 30px;
  line-height: 38px;
  margin-top: 12px;
}
@media (max-width: 820px) {
  .news-block .container .news-item .news-block-text .news-block-text-inner h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.news-block .container .news-item .news-block-image {
  height: 500px;
  overflow: hidden;
}
@media (max-width: 820px) {
  .news-block .container .news-item .news-block-image {
    height: 380px;
  }
}
@media (max-width: 500px) {
  .news-block .container .news-item .news-block-image {
    height: 280px;
  }
}
.news-block .container .news-item .news-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.news-block:hover .news-block-image img {
  transform: scale(1.2);
}
.news-block:hover h1 {
  text-decoration: underline;
  text-decoration-color: #00cfb4;
  text-decoration-thickness: 2px;
}

.project-block .project-block-title,
.news-grid-section .project-block-title {
  display: flex;
  justify-content: space-between;
}
.project-block .project-grid,
.project-block .news-grid,
.news-grid-section .project-grid,
.news-grid-section .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}
@media (max-width: 768px) {
  .project-block .project-grid,
  .project-block .news-grid,
  .news-grid-section .project-grid,
  .news-grid-section .news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.project-block .news-grid,
.news-grid-section .news-grid {
  gap: 40px;
}
.project-block .projects-btn-container,
.news-grid-section .projects-btn-container {
  display: flex;
  justify-content: end;
}

.green-impact-smes .project-grid,
.green-impact-smes .news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
}
@media (max-width: 768px) {
  .green-impact-smes .project-grid,
  .green-impact-smes .news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.report-cta {
  margin-bottom: -7px;
}
.report-cta .report-cta-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .report-cta .report-cta-container {
    flex-direction: column-reverse;
  }
}
.report-cta .report-cta-container .col {
  flex: 0 0 50%;
  height: 100%;
}
.report-cta .report-cta-container .report-cta-image {
  height: 100%;
  width: 100%;
}
.report-cta .report-cta-container .report-cta-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.report-cta .report-cta-container .report-cta-text {
  padding: 0 80px;
}
@media (max-width: 1100px) {
  .report-cta .report-cta-container .report-cta-text {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .report-cta .report-cta-container .report-cta-text {
    padding: 60px;
  }
}
@media (max-width: 500px) {
  .report-cta .report-cta-container .report-cta-text {
    padding: 30px;
  }
}
.report-cta .report-cta-container .report-cta-text p {
  margin-top: 18px;
}
.report-cta .report-cta-container .report-cta-text .report-cta-buttons {
  display: flex;
  gap: 12px;
  padding-top: 16px;
}
@media (max-width: 1100px) {
  .report-cta .report-cta-container .report-cta-text .report-cta-buttons {
    flex-direction: column;
    gap: 8px;
  }
}

.key-documents .container .inner-container .document-grid {
  display: grid;
  grid-auto-columns: 25%;
  grid-auto-flow: column;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .key-documents .container .inner-container .document-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: unset;
    grid-auto-flow: unset;
  }
}
@media (max-width: 480px) {
  .key-documents .container .inner-container .document-grid {
    grid-template-columns: 1fr;
  }
}
.key-documents .container .inner-container .document-grid .document {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.key-documents .container .inner-container .document-grid .document .document-btn {
  position: absolute;
  top: 35%;
}

.in-numbers .container .numbers-row {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 768px) {
  .in-numbers .container .numbers-row {
    flex-direction: column;
  }
}
.in-numbers .container .numbers-row .btn {
  white-space: nowrap;
}
.in-numbers .container .numbers-row p {
  text-align: center;
  max-width: 270px;
}
@media (max-width: 920px) {
  .in-numbers .container .numbers-row p {
    font-size: 0.8rem;
  }
}
.in-numbers .container .numbers-row p:last-child {
  padding: 0;
}
@media (max-width: 768px) {
  .in-numbers .container .numbers-row p {
    margin-bottom: 20px !important;
  }
}
.in-numbers .container .numbers-row .large-number {
  font-size: 86px;
  margin: 0;
  padding-bottom: 28px;
}
@media (max-width: 1100px) {
  .in-numbers .container .numbers-row .large-number {
    font-size: 60px;
    padding-bottom: 18px;
  }
}
@media (max-width: 920px) {
  .in-numbers .container .numbers-row .large-number {
    font-size: 40px;
    padding-bottom: 10px;
  }
}
.in-numbers .container .numbers-row .left-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  z-index: 9;
}
@media (max-width: 768px) {
  .in-numbers .container .numbers-row .left-container {
    justify-content: center;
    flex: unset;
    margin-bottom: 40px;
  }
}
.in-numbers .container .numbers-row .right-container {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  justify-content: end;
}
@media (max-width: 768px) {
  .in-numbers .container .numbers-row .right-container {
    flex-direction: column-reverse;
    flex: unset;
  }
}
.in-numbers .container .numbers-row .right-container div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.in-numbers .container .numbers-row .right-container .inner-number-container {
  flex: 0 0 25%;
  position: absolute;
  left: -67px;
  top: 120px;
  z-index: 9;
}
@media (max-width: 768px) {
  .in-numbers .container .numbers-row .right-container .inner-number-container {
    margin-top: 40px;
    position: relative;
    left: 0px;
    top: 0px;
  }
}
.in-numbers .container .numbers-row .right-container .inner-image-container {
  flex: 0 0 75%;
}
.in-numbers .container .numbers-row .right-container .inner-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.in-numbers .container .numbers-row.numbers-row-2 {
  flex-direction: row-reverse;
  margin-top: -60px;
}
@media (max-width: 1100px) {
  .in-numbers .container .numbers-row.numbers-row-2 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .in-numbers .container .numbers-row.numbers-row-2 {
    flex-direction: column;
  }
}
.in-numbers .container .numbers-row.numbers-row-2 .right-container {
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
}
@media (max-width: 768px) {
  .in-numbers .container .numbers-row.numbers-row-2 .right-container {
    flex-direction: column-reverse;
  }
}
.in-numbers .container .numbers-row.numbers-row-2 .right-container .inner-number-container {
  flex: 0 0 25%;
  position: absolute;
  left: 440px;
  top: unset;
  z-index: 9;
}
@media (max-width: 1100px) {
  .in-numbers .container .numbers-row.numbers-row-2 .right-container .inner-number-container {
    left: 320px;
  }
}
@media (max-width: 1100px) {
  .in-numbers .container .numbers-row.numbers-row-2 .right-container .inner-number-container {
    left: 240px;
  }
}
@media (max-width: 768px) {
  .in-numbers .container .numbers-row.numbers-row-2 .right-container .inner-number-container {
    margin-top: 40px;
    position: relative;
    left: 0px;
    top: 0px;
  }
}
.in-numbers .container .numbers-row.numbers-row-2 .left-container {
  justify-content: end;
}
@media (max-width: 768px) {
  .in-numbers .container .numbers-row.numbers-row-2 .left-container {
    justify-content: center;
    margin: 40px 0;
  }
}

.map-stats-block .container .map-image {
  width: 100%;
}
@media (max-width: 820px) {
  .map-stats-block .container .map-image {
    padding-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .map-stats-block .container .map-image {
    padding-bottom: 20px;
  }
}
.map-stats-block .container .map-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.map-stats-block .container .map-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 820px) {
  .map-stats-block .container .map-stats {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .map-stats-block .container .map-stats {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.map-stats-block .container .map-stats .map-stat {
  text-align: center;
}
.map-stats-block .container .map-stats .map-stat h1 {
  font-size: 86px;
  margin: 0;
  padding-bottom: 40px;
}
@media (max-width: 500px) {
  .map-stats-block .container .map-stats .map-stat h1 {
    font-size: 60px;
    padding-bottom: 12px;
  }
}
.map-stats-block .container .map-stats .map-stat p {
  margin: 0;
  padding-bottom: 0;
}

.image-with-stats-block .container .image-with-stat-row {
  padding-top: 60px;
  display: flex;
}
@media (max-width: 1000px) {
  .image-with-stats-block .container .image-with-stat-row {
    flex-direction: column;
    align-items: center;
  }
}
.image-with-stats-block .container .image-with-stat-row.image-right {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .image-with-stats-block .container .image-with-stat-row.image-right {
    flex-direction: column;
  }
  .image-with-stats-block .container .image-with-stat-row.image-right .image-caption {
    left: 0;
  }
}
.image-with-stats-block .container .image-with-stat-row.image-right .image-caption {
  right: 0;
}
.image-with-stats-block .container .image-container {
  position: relative;
  flex: 0 0 75%;
}
@media (max-width: 1000px) {
  .image-with-stats-block .container .image-container {
    flex: 0 0 66%;
  }
}
@media (max-width: 500px) {
  .image-with-stats-block .container .image-container {
    flex-direction: column-reverse;
    display: flex;
  }
}
.image-with-stats-block .container .image-container img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .image-with-stats-block .container .image-container img {
    height: 600px;
  }
}
@media (max-width: 820px) {
  .image-with-stats-block .container .image-container img {
    height: 100%;
    margin-bottom: 20px;
  }
}
.image-with-stats-block .container .image-container .image-caption {
  position: absolute;
  z-index: 9;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  justify-content: center;
  width: 140px;
}
@media (max-width: 500px) {
  .image-with-stats-block .container .image-container .image-caption {
    position: relative;
    top: unset;
    width: 100%;
    align-items: start;
    justify-content: start;
  }
}
.image-with-stats-block .container .image-container .image-caption h3 {
  transform: rotate(-90deg);
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 500px) {
  .image-with-stats-block .container .image-container .image-caption h3 {
    transform: unset;
    color: #052f26;
    text-align: left;
  }
}
.image-with-stats-block .container .stats-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 40px;
}
.image-with-stats-block .container .stats-container .stats-container-inner {
  flex-direction: column;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .image-with-stats-block .container .stats-container .stats-container-inner {
    flex-direction: row;
    padding-bottom: 20px;
  }
}
@media (max-width: 820px) {
  .image-with-stats-block .container .stats-container .stats-container-inner {
    gap: 20px;
    flex-direction: column;
  }
}
.image-with-stats-block .container .stats-container .stats-container-inner .stat {
  text-align: center;
  flex: 0 0 25%;
}
.image-with-stats-block .container .stats-container .stats-container-inner .stat h1 {
  margin: 0;
}
.image-with-stats-block .container .stats-container .stats-container-inner .stat p {
  padding-bottom: 18px;
}

.animated-page-menu {
  display: flex;
}
.animated-page-menu .changing-images {
  flex: 0 0 50%;
  position: relative;
}
@media (max-width: 767px) {
  .animated-page-menu .changing-images {
    display: none;
  }
}
.animated-page-menu .changing-images img {
  height: 100%;
}
.animated-page-menu .changing-images img.hide {
  display: none;
}
.animated-page-menu .in-page-menu {
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .animated-page-menu .in-page-menu {
    display: none;
  }
}
.animated-page-menu .in-page-menu .in-page-menu-item a {
  background-image: linear-gradient(to top, #052f26 50%, #052f26 50%), linear-gradient(to top, #00cfb4 50%, transparent 50%);
  -webkit-background-clip: text, padding-box;
  background-clip: text, padding-box;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: 100% 200%;
  background-position: top;
  transition: background-position 0.3s ease-in-out;
  font-size: 54px;
  line-height: 66px;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .animated-page-menu .in-page-menu .in-page-menu-item a {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 1000px) {
  .animated-page-menu .in-page-menu .in-page-menu-item a {
    font-size: 32px;
    line-height: 42px;
  }
}
.animated-page-menu .in-page-menu .in-page-menu-item a:hover {
  background-position: bottom;
  background-size: 100% 180%;
}
.animated-page-menu .in-page-menu .in-page-menu-item a svg {
  margin-left: 40px;
}
.animated-page-menu .in-page-menu .in-page-menu-item#nav3 a {
  white-space: wrap;
}
.animated-page-menu .in-page-menu-mobile {
  display: none;
}
@media (max-width: 767px) {
  .animated-page-menu .in-page-menu-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .animated-page-menu .in-page-menu-mobile .menu-row {
    position: relative;
    height: 300px;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .animated-page-menu .in-page-menu-mobile .menu-row {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .animated-page-menu .in-page-menu-mobile .menu-row img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .animated-page-menu .in-page-menu-mobile .menu-row img {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .animated-page-menu .in-page-menu-mobile .menu-row .in-page-menu-item {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 100%;
  }
  .animated-page-menu .in-page-menu-mobile .menu-row .in-page-menu-item a {
    color: #ffffff;
    font-weight: bold;
    font-size: 32px;
  }
  .animated-page-menu .in-page-menu-mobile .menu-row .in-page-menu-item .btn:hover {
    background-color: #ccf1dd;
  }
  .animated-page-menu .in-page-menu-mobile .menu-row .in-page-menu-item i {
    color: #052f26;
  }
}

.floating-text-on-images {
  margin-top: -10px;
  margin-bottom: 60px;
}
.floating-text-on-images .container h1 {
  text-align: center;
  padding: 40px 0;
}
.floating-text-on-images .container .content-row {
  display: flex;
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row {
    flex-direction: column;
  }
}
.floating-text-on-images .container .content-row .image-container {
  flex: 0 0 45%;
  position: relative;
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row .image-container {
    width: 66%;
    align-self: start;
  }
}
@media (max-width: 500px) {
  .floating-text-on-images .container .content-row .image-container {
    width: 100%;
  }
}
.floating-text-on-images .container .content-row .image-container img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row .image-container img {
    height: 380px;
  }
}
@media (max-width: 500px) {
  .floating-text-on-images .container .content-row .image-container img {
    height: 280px;
    width: 100%;
  }
}
.floating-text-on-images .container .content-row.content-row-reversed {
  flex-direction: row-reverse;
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row.content-row-reversed {
    flex-direction: column;
  }
}
.floating-text-on-images .container .content-row.content-row-reversed .image-container {
  margin-top: -80px;
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row.content-row-reversed .image-container {
    margin-top: 40px;
    width: 66%;
    align-self: end;
  }
}
@media (max-width: 500px) {
  .floating-text-on-images .container .content-row.content-row-reversed .image-container {
    width: 100%;
  }
}
.floating-text-on-images .container .content-row.content-row-reversed .image-container img {
  height: 400px;
}
.floating-text-on-images .container .content-row .text-container {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px;
  text-shadow: 0px 0px 13px #fff;
}
@media (max-width: 500px) {
  .floating-text-on-images .container .content-row .text-container {
    padding: 0;
  }
}
.floating-text-on-images .container .content-row .text-container h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  max-width: 660px;
}
@media (max-width: 1000px) {
  .floating-text-on-images .container .content-row .text-container h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row .text-container h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  .floating-text-on-images .container .content-row .text-container h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.floating-text-on-images .container .content-row.content-row-2 {
  justify-content: end;
  height: 400px;
  margin-top: -100px;
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row.content-row-2 {
    flex-direction: column;
    margin-top: -160px;
  }
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row.content-row-2 {
    margin-top: 0;
    height: unset;
    padding-top: 60px;
  }
}
.floating-text-on-images .container .content-row.content-row-2 .image-container {
  display: flex;
  justify-content: end;
  align-items: start;
  width: 100%;
}
.floating-text-on-images .container .content-row.content-row-2 .image-container img {
  max-width: 530px;
  -o-object-fit: contain;
     object-fit: contain;
  height: unset;
  z-index: -1;
}
@media (max-width: 1100px) {
  .floating-text-on-images .container .content-row.content-row-2 .image-container img {
    max-width: 460px;
  }
}
@media (max-width: 920px) {
  .floating-text-on-images .container .content-row.content-row-2 .image-container img {
    max-width: 400px;
  }
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row.content-row-2 .image-container img {
    max-width: 100%;
  }
}
.floating-text-on-images .container .content-row.content-row-3 {
  justify-content: end;
  height: 400px;
  margin-top: -100px;
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row.content-row-3 {
    margin-top: -240px;
  }
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row.content-row-3 {
    margin-top: 0;
    height: unset;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.floating-text-on-images .container .content-row.content-row-3 .text-container {
  padding: 0;
}
.floating-text-on-images .container .content-row.content-row-3 .container {
  padding: 0 !important;
}
.floating-text-on-images .container .content-row.content-row-4 {
  margin-top: -160px;
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row.content-row-4 .container {
    padding: 0 !important;
  }
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row.content-row-4 {
    margin-top: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .floating-text-on-images .container .content-row.content-row-4 {
    margin-top: 0;
    height: unset;
    padding-top: 0;
  }
}
.floating-text-on-images .container .content-row.content-row-4 img {
  max-width: 800px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row.content-row-4 img {
    max-width: 100%;
  }
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row.content-row-4 img {
    width: 100%;
  }
}
.floating-text-on-images .container .content-row.content-row-5 {
  justify-content: end;
  height: 400px;
  margin-top: 100px;
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row.content-row-5 {
    flex-direction: column;
    margin-top: -160px;
  }
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row.content-row-5 {
    margin-top: 0;
    height: unset;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .floating-text-on-images .container .content-row.content-row-5 {
    padding-top: 0;
  }
  .floating-text-on-images .container .content-row.content-row-5 .container {
    padding: 0 !important;
  }
}
.floating-text-on-images .container .content-row.content-row-5 .image-container {
  display: flex;
  justify-content: end;
  align-items: start;
  width: 100%;
}
.floating-text-on-images .container .content-row.content-row-5 .image-container img {
  max-width: 530px;
  -o-object-fit: contain;
     object-fit: contain;
  height: unset;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1100px) {
  .floating-text-on-images .container .content-row.content-row-5 .image-container img {
    max-width: 460px;
  }
}
@media (max-width: 920px) {
  .floating-text-on-images .container .content-row.content-row-5 .image-container img {
    max-width: 400px;
  }
}
@media (max-width: 820px) {
  .floating-text-on-images .container .content-row.content-row-5 .image-container img {
    max-width: 100%;
  }
}
.floating-text-on-images .text-on-image {
  position: absolute;
  color: white;
  transform: rotate(0deg);
}
@media (max-width: 600px) {
  .floating-text-on-images .text-on-image {
    font-size: 14px !important;
    transform: rotate(0deg);
  }
}
.floating-text-on-images .text-on-image.text-on-image-1 {
  top: 10px;
  left: 10px;
}
@media (max-width: 600px) {
  .floating-text-on-images .text-on-image.text-on-image-1 {
    top: 10px;
    left: 10px;
  }
}
.floating-text-on-images .text-on-image.text-on-image-2 {
  top: 0;
  right: 0;
  z-index: 10;
  height: 100%;
  width: 530px;
  text-align: end;
  padding: 10px 15px;
}
@media (max-width: 1100px) {
  .floating-text-on-images .text-on-image.text-on-image-2 {
    width: 460px;
  }
}
@media (max-width: 920px) {
  .floating-text-on-images .text-on-image.text-on-image-2 {
    width: 400px;
  }
}
@media (max-width: 820px) {
  .floating-text-on-images .text-on-image.text-on-image-2 {
    width: 100%;
  }
}
.floating-text-on-images .text-on-image.text-on-image-3 {
  top: 10px;
  left: 10px;
}
@media (max-width: 600px) {
  .floating-text-on-images .text-on-image.text-on-image-3 {
    top: 46px;
    left: 10px;
  }
}
.floating-text-on-images .text-on-image.text-on-image-4 {
  top: 10px;
  right: 15px;
}
@media (max-width: 600px) {
  .floating-text-on-images .text-on-image.text-on-image-4 {
    top: 10px;
    left: 10px;
  }
}

.floating-div {
  transition: transform 0.05s ease-in-out; /* Adjust the duration and easing function as needed */
}

.video-hero {
  max-height: 73vh;
}
.video-hero .embed-container {
  position: relative;
  max-height: 73vh;
  padding-bottom: 0;
}
.video-hero .embed-container video {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  .video-hero .embed-container video {
    min-height: 400px;
  }
}
.video-hero .video-icon {
  position: absolute;
  bottom: 80px;
  z-index: 9;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 500px) {
  .video-hero .video-icon {
    bottom: 60px;
  }
}
.video-hero .video-b-corp {
  position: absolute;
  top: 50px;
  right: 30px;
  z-index: 9;
  display: flex;
  justify-content: end;
}
.video-hero .video-b-corp img {
  width: 60px;
}

.infographic-circles {
  padding: 80px 0;
}
.infographic-circles .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .infographic-circles .container {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
}
.infographic-circles .container p {
  font-size: 0.8rem;
  padding: 0;
}
.infographic-circles .container .circle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.infographic-circles .container .circle-images {
  padding-top: 30px;
  display: flex;
}
@media (max-width: 768px) {
  .infographic-circles .container .circle-images {
    padding-top: 15px;
  }
}
.infographic-circles .container .circle-images img {
  width: 50%;
}

.page-id-55056 #text-block5 {
  padding: 30px 0;
}

.logo-repeater .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.logo-repeater .container .logo {
  flex: 1 1 20%;
  max-width: 200px;
}

.contact-form-block .container p:last-child {
  padding-bottom: 0;
}
.contact-form-block .container .contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 26px;
}
@media (max-width: 600px) {
  .contact-form-block .container .contact-form {
    grid-template-columns: 1fr;
  }
}
.contact-form-block .container .contact-form input,
.contact-form-block .container .contact-form textarea {
  width: 100%;
  margin-bottom: 12px;
  border-radius: 0;
  min-height: 44px;
  padding: 12px;
}
.contact-form-block .container .contact-form input::-moz-placeholder, .contact-form-block .container .contact-form textarea::-moz-placeholder {
  font-family: "Alaska";
  font-size: 0.8rem;
}
.contact-form-block .container .contact-form input::placeholder,
.contact-form-block .container .contact-form textarea::placeholder {
  font-family: "Alaska";
  font-size: 0.8rem;
}
.contact-form-block .container .contact-form textarea {
  min-height: 156px;
}
.contact-form-block .container .contact-form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  position: absolute;
  left: 0;
  font-size: 0.6rem;
  top: 26px;
}
.contact-form-block .container .contact-form .contact-right .wpcf7-not-valid-tip {
  top: 1px;
}
.contact-form-block .container .contact-form .btn {
  width: 120px;
  border-radius: 30px;
}
.contact-form-block .container .wpcf7-response-output {
  border-color: #052f26 !important;
}

.office-locations .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 600px) {
  .office-locations .container {
    grid-template-columns: 1fr;
  }
}
.office-locations p:last-child {
  padding-bottom: 0;
}

.project-news-hero {
  margin-top: 84px;
  min-height: 600px;
  height: 100%;
  width: 100%;
}
@media (max-width: 820px) {
  .project-news-hero {
    min-height: 320px;
  }
}
@media (max-width: 768px) {
  .project-news-hero {
    min-height: 240px;
  }
}
.project-news-hero .title-container {
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  min-height: 600px;
}
@media (max-width: 820px) {
  .project-news-hero .title-container {
    min-height: 320px;
  }
}
@media (max-width: 768px) {
  .project-news-hero .title-container {
    min-height: 240px;
  }
}
.project-news-hero .title-container h1 {
  margin: 0;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
}
.project-news-hero .title-container p {
  padding: 12px 0;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
}

.special-project-icons .container .inner-container .special-project-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.special-project-icons .container .inner-container h3 {
  text-align: center;
}
.special-project-icons .container .inner-container .single-project-icon img {
  max-width: 160px;
}

.green-border .inner-container {
  border: 3px solid #052f26;
}
@media (max-width: 768px) {
  .green-border .inner-container .f {
    flex-direction: column;
  }
}
.green-border .inner-container .text-container {
  flex: 0 0 66%;
  padding: 20px;
}
.green-border .inner-container .text-container p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.green-border .inner-container .image-container {
  flex: 0 0 33%;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.green-border .inner-container .image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .green-border .inner-container .image-container img {
    max-width: 300px;
  }
}

#projects-news-free-text4.green-background p {
  color: #fff;
}

@media (max-width: 768px) {
  .text-numbers-highlight .inner-container .f {
    flex-direction: column;
  }
}
.text-numbers-highlight .inner-container .text-container {
  flex: 0 0 66%;
}
.text-numbers-highlight .inner-container .text-container p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.text-numbers-highlight .inner-container .numbers-container {
  flex: 0 0 33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .text-numbers-highlight .inner-container .numbers-container {
    flex-direction: row;
    justify-content: space-around;
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .text-numbers-highlight .inner-container .numbers-container {
    flex-wrap: wrap;
  }
}
.text-numbers-highlight .inner-container .numbers-container h1 {
  margin: 0;
  font-size: 60px;
}
.text-numbers-highlight .inner-container .numbers-container h6 {
  padding-top: 12px;
}

.green-background .inner-container .text-container {
  margin: 0 -30px;
  padding: 30px;
}
.green-background .inner-container .text-container p:last-child {
  padding: 0;
}

.numbers-highlight .numbers .numbers-container {
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .numbers-highlight .numbers .numbers-container {
    flex-direction: row;
    justify-content: space-around;
    margin-top: 40px;
  }
}
@media (max-width: 400px) {
  .numbers-highlight .numbers .numbers-container {
    flex-direction: column;
  }
}
.numbers-highlight .numbers .numbers-container h1 {
  margin: 0;
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 600px) {
  .numbers-highlight .numbers .numbers-container h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.numbers-highlight .numbers .numbers-container h6 {
  padding-top: 12px;
}
.numbers-highlight .numbers .numbers-container .number-fact {
  flex: 0 0 33%;
}

.intro-with-facts .container h1 {
  margin: 0;
  padding: 0;
}
.intro-with-facts .container .f {
  gap: 80px;
}
@media (max-width: 768px) {
  .intro-with-facts .container .f {
    gap: 20px;
  }
}
@media (max-width: 620px) {
  .intro-with-facts .container .f {
    flex-direction: column;
  }
}
.intro-with-facts .container .f .fact-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 0 0 25%;
}
@media (max-width: 620px) {
  .intro-with-facts .container .f .fact-container {
    flex: 0 0 100%;
    flex-direction: column;
    gap: 20px;
  }
}
.intro-with-facts .container .f .fact-container .fact p,
.intro-with-facts .container .f .fact-container .fact h2 {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .image-with-caption .f {
    flex-direction: column;
  }
}
.image-with-caption .image-container {
  flex: 0 0 100%;
}
.image-with-caption .image-container img {
  width: 100%;
}
.image-with-caption .caption-container {
  flex: 0 0 1%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2%;
}
@media (max-width: 768px) {
  .image-with-caption .caption-container {
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.image-with-caption .caption-container h6 {
  transform: rotate(-90deg);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .image-with-caption .caption-container h6 {
    transform: rotate(0deg);
  }
}

.double-image-left-right .container {
  gap: 20px;
}
.double-image-left-right .container .image-container {
  max-height: 580px;
}
.double-image-left-right .container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .text-with-graphic .inner-container .f {
    flex-direction: column;
  }
}
.text-with-graphic .inner-container .text-container {
  flex: 0 0 66%;
}
.text-with-graphic .inner-container .text-container p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.text-with-graphic .inner-container .text-container h1,
.text-with-graphic .inner-container .text-container h2,
.text-with-graphic .inner-container .text-container h3,
.text-with-graphic .inner-container .text-container h4,
.text-with-graphic .inner-container .text-container h5,
.text-with-graphic .inner-container .text-container h6 {
  margin-top: 0;
  padding-top: 0;
}
.text-with-graphic .inner-container .image-container {
  flex: 0 0 33%;
  display: flex;
  justify-content: center;
}
.text-with-graphic .inner-container .image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .text-with-graphic .inner-container .image-container img {
    max-width: 300px;
  }
}

.asset-selector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 820px) {
  .asset-selector-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .asset-selector-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.asset-info {
  display: flex;
  flex-direction: column;
  align-content: center;
  background-color: #f2f2f2;
  padding: 20px;
  height: 100%;
  justify-content: space-between;
}
.asset-info p {
  text-align: center;
  padding-bottom: 0 !important;
}
.asset-info h3 {
  text-align: center;
}
.asset-info .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  justify-content: center;
  height: 120px;
}
.logo-container img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 60%;
  height: 100%;
}

.asset-card-extended {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.asset-card-extended .btn {
  text-align: center;
}

.asset-featured-image {
  position: relative;
}
.asset-featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 250px;
}

.asset-date {
  position: absolute;
  bottom: 11px;
  right: 5px;
  background: #fff;
  padding: 5px;
  text-align: center;
  color: #052f26;
}
.asset-date .asset-day {
  font-size: 30px;
  color: #052f26;
}
.asset-date .asset-month-year {
  font-size: 15px;
  color: #052f26;
}

:root {
  --green: #052f26;
  --lightGreen: #00cfb4;
  --mint: #ccf1dd;
  --altGreen: #053c36;
  --lightGrey: #f2f2f2;
  --midGrey: #d9d9d9;
  --natural: #e3e1dc;
  --black: #000000;
  --white: #ffffff;
  --xxs: 0.75rem;
  --xs: 1.111rem;
  --small: 2.222rem;
  --large: 3.333rem;
  font-size: 18px;
}

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

html {
  font-size: 18px;
}

body {
  font-size: 18px;
  font-family: "Alaska", sans-serif;
  color: #000000;
}

.post,
.page {
  margin: 0px;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
}
p.large {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.opacity-0 {
  opacity: 0;
}

.visability-0 {
  visibility: hidden;
}

.large p {
  font-size: 1.5rem;
  line-height: 2rem;
}

.uppercase {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  font-family: "Alaska", sans-serif;
}

h4 {
  font-size: 1.917rem;
  line-height: 2.3rem;
}

h5 {
  font-size: 1.333rem;
  line-height: 1.333em;
  font-family: "Alaska", sans-serif;
  font-weight: normal;
}
h5.lowercase {
  text-transform: none;
  letter-spacing: 0px;
}

a {
  text-decoration: none;
}

.text-block a {
  text-decoration: underline;
  text-decoration-color: #00cfb4 !important;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
}

.fade-in.is-displayed {
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.resources-grid .fade-in:nth-child(1n) {
  animation-delay: 0.2s !important;
}

.resources-grid .fade-in:nth-child(2n) {
  animation-delay: 0.4s !important;
}

.resources-grid .fade-in:nth-child(3n) {
  animation-delay: 0.6s !important;
}

.resources-grid .fade-in:nth-child(4n) {
  animation-delay: 0.8s !important;
}

.resources-grid .fade-in:nth-child(5n) {
  animation-delay: 1s !important;
}

.resources-grid .fade-in:nth-child(6n) {
  animation-delay: 1.2s !important;
}

.resources-grid .fade-in:nth-child(7n) {
  animation-delay: 1.4s !important;
}

.resources-grid .fade-in:nth-child(8n) {
  animation-delay: 1.6s !important;
}

.resources-grid .fade-in:nth-child(9n) {
  animation-delay: 1.8s !important;
}

.resources-grid .fade-in:nth-child(10n) {
  animation-delay: 2s !important;
}

.resources-grid .fade-in:nth-child(11n) {
  animation-delay: 2.2s !important;
}

.resources-grid .fade-in:nth-child(12n) {
  animation-delay: 2.4s !important;
}

.resources-grid .fade-in:nth-child(13n) {
  animation-delay: 2.6s !important;
}

.resources-grid .fade-in:nth-child(14n) {
  animation-delay: 2.8s !important;
}

.resources-grid .fade-in:nth-child(15n) {
  animation-delay: 3s !important;
}

.resources-grid .fade-in:nth-child(16n) {
  animation-delay: 3.2s !important;
}

.resources-grid .fade-in:nth-child(17n) {
  animation-delay: 3.4s !important;
}

.resources-grid .fade-in:nth-child(18n) {
  animation-delay: 3.6s !important;
}

.resources-grid .fade-in:nth-child(19n) {
  animation-delay: 3.8s !important;
}

.resources-grid .fade-in:nth-child(20n) {
  animation-delay: 4s !important;
}

.resources-grid .fade-in:nth-child(21n) {
  animation-delay: 4.2s !important;
}

.resources-grid .fade-in:nth-child(22n) {
  animation-delay: 4.4s !important;
}

.resources-grid .fade-in:nth-child(23n) {
  animation-delay: 4.6s !important;
}

.resources-grid .fade-in:nth-child(24n) {
  animation-delay: 4.8s !important;
}

.pricing-table .fade-in:nth-child(1n) {
  animation-delay: 0.2s !important;
}

.pricing-table .fade-in:nth-child(2n) {
  animation-delay: 0.4s !important;
}

.pricing-table .fade-in:nth-child(3n) {
  animation-delay: 0.6s !important;
}

.pricing-table .fade-in:nth-child(4n) {
  animation-delay: 0.8s !important;
}

.pricing-table .fade-in:nth-child(5n) {
  animation-delay: 1s !important;
}

.pricing-table .fade-in:nth-child(6n) {
  animation-delay: 1.2s !important;
}

.pricing-table .fade-in:nth-child(7n) {
  animation-delay: 1.4s !important;
}

.pricing-table .fade-in:nth-child(8n) {
  animation-delay: 1.6s !important;
}

.pricing-table .fade-in:nth-child(9n) {
  animation-delay: 1.8s !important;
}

.pricing-table .fade-in:nth-child(10n) {
  animation-delay: 2s !important;
}

.pricing-table .fade-in:nth-child(11n) {
  animation-delay: 2.2s !important;
}

.pricing-table .fade-in:nth-child(12n) {
  animation-delay: 2.4s !important;
}

.pricing-table .fade-in:nth-child(13n) {
  animation-delay: 2.6s !important;
}

.pricing-table .fade-in:nth-child(14n) {
  animation-delay: 2.8s !important;
}

.pricing-table .fade-in:nth-child(15n) {
  animation-delay: 3s !important;
}

.pricing-table .fade-in:nth-child(16n) {
  animation-delay: 3.2s !important;
}

.pricing-table .fade-in:nth-child(17n) {
  animation-delay: 3.4s !important;
}

.pricing-table .fade-in:nth-child(18n) {
  animation-delay: 3.6s !important;
}

.pricing-table .fade-in:nth-child(19n) {
  animation-delay: 3.8s !important;
}

.pricing-table .fade-in:nth-child(20n) {
  animation-delay: 4s !important;
}

.pricing-table .fade-in:nth-child(21n) {
  animation-delay: 4.2s !important;
}

.pricing-table .fade-in:nth-child(22n) {
  animation-delay: 4.4s !important;
}

.pricing-table .fade-in:nth-child(23n) {
  animation-delay: 4.6s !important;
}

.pricing-table .fade-in:nth-child(24n) {
  animation-delay: 4.8s !important;
}

.anchor-menu-items .fade-in:nth-child(1n) {
  animation-delay: 0.2s !important;
}

.anchor-menu-items .fade-in:nth-child(2n) {
  animation-delay: 0.4s !important;
}

.anchor-menu-items .fade-in:nth-child(3n) {
  animation-delay: 0.6s !important;
}

.anchor-menu-items .fade-in:nth-child(4n) {
  animation-delay: 0.8s !important;
}

.anchor-menu-items .fade-in:nth-child(5n) {
  animation-delay: 1s !important;
}

.anchor-menu-items .fade-in:nth-child(6n) {
  animation-delay: 1.2s !important;
}

.anchor-menu-items .fade-in:nth-child(7n) {
  animation-delay: 1.4s !important;
}

.anchor-menu-items .fade-in:nth-child(8n) {
  animation-delay: 1.6s !important;
}

.anchor-menu-items .fade-in:nth-child(9n) {
  animation-delay: 1.8s !important;
}

.anchor-menu-items .fade-in:nth-child(10n) {
  animation-delay: 2s !important;
}

.anchor-menu-items .fade-in:nth-child(11n) {
  animation-delay: 2.2s !important;
}

.anchor-menu-items .fade-in:nth-child(12n) {
  animation-delay: 2.4s !important;
}

.anchor-menu-items .fade-in:nth-child(13n) {
  animation-delay: 2.6s !important;
}

.anchor-menu-items .fade-in:nth-child(14n) {
  animation-delay: 2.8s !important;
}

.anchor-menu-items .fade-in:nth-child(15n) {
  animation-delay: 3s !important;
}

.anchor-menu-items .fade-in:nth-child(16n) {
  animation-delay: 3.2s !important;
}

.anchor-menu-items .fade-in:nth-child(17n) {
  animation-delay: 3.4s !important;
}

.anchor-menu-items .fade-in:nth-child(18n) {
  animation-delay: 3.6s !important;
}

.anchor-menu-items .fade-in:nth-child(19n) {
  animation-delay: 3.8s !important;
}

.anchor-menu-items .fade-in:nth-child(20n) {
  animation-delay: 4s !important;
}

.anchor-menu-items .fade-in:nth-child(21n) {
  animation-delay: 4.2s !important;
}

.anchor-menu-items .fade-in:nth-child(22n) {
  animation-delay: 4.4s !important;
}

.anchor-menu-items .fade-in:nth-child(23n) {
  animation-delay: 4.6s !important;
}

.anchor-menu-items .fade-in:nth-child(24n) {
  animation-delay: 4.8s !important;
}

.post-grid .fade-in:nth-child(1n) {
  animation-delay: 0.2s !important;
}

.post-grid .fade-in:nth-child(2n) {
  animation-delay: 0.4s !important;
}

.post-grid .fade-in:nth-child(3n) {
  animation-delay: 0.6s !important;
}

.post-grid .fade-in:nth-child(4n) {
  animation-delay: 0.8s !important;
}

.post-grid .fade-in:nth-child(5n) {
  animation-delay: 1s !important;
}

.post-grid .fade-in:nth-child(6n) {
  animation-delay: 1.2s !important;
}

.post-grid .fade-in:nth-child(7n) {
  animation-delay: 1.4s !important;
}

.post-grid .fade-in:nth-child(8n) {
  animation-delay: 1.6s !important;
}

.post-grid .fade-in:nth-child(9n) {
  animation-delay: 1.8s !important;
}

.post-grid .fade-in:nth-child(10n) {
  animation-delay: 2s !important;
}

.post-grid .fade-in:nth-child(11n) {
  animation-delay: 2.2s !important;
}

.post-grid .fade-in:nth-child(12n) {
  animation-delay: 2.4s !important;
}

.post-grid .fade-in:nth-child(13n) {
  animation-delay: 2.6s !important;
}

.post-grid .fade-in:nth-child(14n) {
  animation-delay: 2.8s !important;
}

.post-grid .fade-in:nth-child(15n) {
  animation-delay: 3s !important;
}

.post-grid .fade-in:nth-child(16n) {
  animation-delay: 3.2s !important;
}

.post-grid .fade-in:nth-child(17n) {
  animation-delay: 3.4s !important;
}

.post-grid .fade-in:nth-child(18n) {
  animation-delay: 3.6s !important;
}

.post-grid .fade-in:nth-child(19n) {
  animation-delay: 3.8s !important;
}

.post-grid .fade-in:nth-child(20n) {
  animation-delay: 4s !important;
}

.post-grid .fade-in:nth-child(21n) {
  animation-delay: 4.2s !important;
}

.post-grid .fade-in:nth-child(22n) {
  animation-delay: 4.4s !important;
}

.post-grid .fade-in:nth-child(23n) {
  animation-delay: 4.6s !important;
}

.post-grid .fade-in:nth-child(24n) {
  animation-delay: 4.8s !important;
}

.accordion-items .fade-in:nth-child(1n) {
  animation-delay: 0.2s !important;
}

.accordion-items .fade-in:nth-child(2n) {
  animation-delay: 0.4s !important;
}

.accordion-items .fade-in:nth-child(3n) {
  animation-delay: 0.6s !important;
}

.accordion-items .fade-in:nth-child(4n) {
  animation-delay: 0.8s !important;
}

.accordion-items .fade-in:nth-child(5n) {
  animation-delay: 1s !important;
}

.accordion-items .fade-in:nth-child(6n) {
  animation-delay: 1.2s !important;
}

.accordion-items .fade-in:nth-child(7n) {
  animation-delay: 1.4s !important;
}

.accordion-items .fade-in:nth-child(8n) {
  animation-delay: 1.6s !important;
}

.accordion-items .fade-in:nth-child(9n) {
  animation-delay: 1.8s !important;
}

.accordion-items .fade-in:nth-child(10n) {
  animation-delay: 2s !important;
}

.accordion-items .fade-in:nth-child(11n) {
  animation-delay: 2.2s !important;
}

.accordion-items .fade-in:nth-child(12n) {
  animation-delay: 2.4s !important;
}

.accordion-items .fade-in:nth-child(13n) {
  animation-delay: 2.6s !important;
}

.accordion-items .fade-in:nth-child(14n) {
  animation-delay: 2.8s !important;
}

.accordion-items .fade-in:nth-child(15n) {
  animation-delay: 3s !important;
}

.accordion-items .fade-in:nth-child(16n) {
  animation-delay: 3.2s !important;
}

.accordion-items .fade-in:nth-child(17n) {
  animation-delay: 3.4s !important;
}

.accordion-items .fade-in:nth-child(18n) {
  animation-delay: 3.6s !important;
}

.accordion-items .fade-in:nth-child(19n) {
  animation-delay: 3.8s !important;
}

.accordion-items .fade-in:nth-child(20n) {
  animation-delay: 4s !important;
}

.accordion-items .fade-in:nth-child(21n) {
  animation-delay: 4.2s !important;
}

.accordion-items .fade-in:nth-child(22n) {
  animation-delay: 4.4s !important;
}

.accordion-items .fade-in:nth-child(23n) {
  animation-delay: 4.6s !important;
}

.accordion-items .fade-in:nth-child(24n) {
  animation-delay: 4.8s !important;
}

.two-cards .fade-in:nth-child(1n) {
  animation-delay: 0.2s !important;
}

.two-cards .fade-in:nth-child(2n) {
  animation-delay: 0.4s !important;
}

.two-cards .fade-in:nth-child(3n) {
  animation-delay: 0.6s !important;
}

.two-cards .fade-in:nth-child(4n) {
  animation-delay: 0.8s !important;
}

.two-cards .fade-in:nth-child(5n) {
  animation-delay: 1s !important;
}

.two-cards .fade-in:nth-child(6n) {
  animation-delay: 1.2s !important;
}

.two-cards .fade-in:nth-child(7n) {
  animation-delay: 1.4s !important;
}

.two-cards .fade-in:nth-child(8n) {
  animation-delay: 1.6s !important;
}

.two-cards .fade-in:nth-child(9n) {
  animation-delay: 1.8s !important;
}

.two-cards .fade-in:nth-child(10n) {
  animation-delay: 2s !important;
}

.two-cards .fade-in:nth-child(11n) {
  animation-delay: 2.2s !important;
}

.two-cards .fade-in:nth-child(12n) {
  animation-delay: 2.4s !important;
}

.two-cards .fade-in:nth-child(13n) {
  animation-delay: 2.6s !important;
}

.two-cards .fade-in:nth-child(14n) {
  animation-delay: 2.8s !important;
}

.two-cards .fade-in:nth-child(15n) {
  animation-delay: 3s !important;
}

.two-cards .fade-in:nth-child(16n) {
  animation-delay: 3.2s !important;
}

.two-cards .fade-in:nth-child(17n) {
  animation-delay: 3.4s !important;
}

.two-cards .fade-in:nth-child(18n) {
  animation-delay: 3.6s !important;
}

.two-cards .fade-in:nth-child(19n) {
  animation-delay: 3.8s !important;
}

.two-cards .fade-in:nth-child(20n) {
  animation-delay: 4s !important;
}

.two-cards .fade-in:nth-child(21n) {
  animation-delay: 4.2s !important;
}

.two-cards .fade-in:nth-child(22n) {
  animation-delay: 4.4s !important;
}

.two-cards .fade-in:nth-child(23n) {
  animation-delay: 4.6s !important;
}

.two-cards .fade-in:nth-child(24n) {
  animation-delay: 4.8s !important;
}

.um-field-label label,
.wpfs-form-check-group-title {
  color: #052f26 !important;
}

.um-443.um .um-profile-body {
  max-width: 100%;
}

.white {
  color: #ffffff;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.archive .image-text-split.green-white-bg.object-fit-fill {
  display: none;
}

.col {
  height: 100%;
}

.non-post h1,
.non-post h2 {
  padding: 0px;
  margin: 0px;
}

.green-bg {
  background-color: #052f26;
  color: #ffffff;
}

.green-bg2 {
  background-color: var(--green2);
}

.green-bg3 {
  background-color: var(--green3);
}

.coral-bg {
  background-color: var(--coral);
}

.cream-bg {
  background-color: var(--cream);
}

.white-green3-bg {
  background: linear-gradient(90deg, #ffffff 50%, var(--green3) 50%);
}

.green3-white-bg {
  background: linear-gradient(90deg, var(--green3) 50%, #ffffff 50%);
}

.white-cream-bg {
  background: linear-gradient(90deg, #ffffff 50%, var(--cream) 50%);
}

.cream-white-bg {
  background: linear-gradient(90deg, var(--cream) 50%, #ffffff 50%);
}

.white-green-bg {
  background: linear-gradient(90deg, #ffffff 50%, #052f26 50%);
}

.green-white-bg {
  background: linear-gradient(90deg, #052f26 50%, #ffffff 50%);
  color: #ffffff;
}
.green-white-bg a {
  color: #ffffff;
}
.green-white-bg a:visited {
  color: #ffffff;
}

.green-light-green-bg {
  background: linear-gradient(90deg, #052f26 50%, var(--green3) 50%);
  color: #ffffff;
}
.green-light-green-bg a {
  color: #ffffff;
}
.green-light-green-bg a:visited {
  color: #ffffff;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

video {
  width: 100%;
  height: auto;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: 300;
}

.padding-l {
  padding: 5.556rem;
}

.padding-top-l {
  padding-top: 5.556rem;
}

.padding-bottom-l {
  padding-bottom: 5.556rem;
}

.margin-l {
  margin: 5.556rem;
}

.margin-top-l {
  margin-top: 5.556rem;
}

.margin-bottom-l {
  margin-bottom: 5.556rem;
}

.padding-m {
  padding: 12.5rem;
}

.padding-top-m {
  padding-top: 12.5rem;
}

.padding-bottom-m {
  padding-bottom: 12.5rem;
}

.margin-m {
  margin: 12.5rem;
}

.margin-top-m {
  margin-top: 12.5rem;
}

.margin-bottom-m {
  margin-bottom: 12.5rem;
}

.padding-s {
  padding: 2.778rem;
}

.padding-top-s {
  padding-top: 2.778rem;
}

.padding-bottom-s {
  padding-bottom: 2.778rem;
}

.margin-s {
  margin: 2.778rem;
}

.margin-top-s {
  margin-top: 2.778rem;
}

.margin-bottom-s {
  margin-bottom: 2.778rem;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
.container.narrow {
  max-width: 900px;
}

.one-third {
  width: 33.333333%;
}
@media (max-width: 820px) {
  .one-third {
    width: 100%;
  }
}

main {
  margin-top: 50px;
}

.flex {
  display: flex;
}
.flex.flex-col {
  flex-direction: column;
}
.flex.flex-row {
  flex-direction: row;
}
.flex.flex-jc-sb {
  justify-content: space-between;
}
.flex.flex-jc-se {
  justify-content: space-evenly;
}
.flex.flex-jc-sa {
  justify-content: space-around;
}
.flex.flex-jc-c {
  justify-content: center;
}
.flex.flex-ai-c {
  align-items: center;
}
.flex.flex-ai-fs {
  align-items: flex-start;
}
.flex.flex-ai-fe {
  align-items: flex-end;
}
.flex .half {
  flex: 0 0 50%;
}

.column-swap {
  flex-direction: row-reverse !important;
}
@media (max-width: 768px) {
  .column-swap {
    flex-direction: column-reverse !important;
  }
}

.card {
  background: var(--green3);
  cursor: pointer;
}
.card .card-image img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 620px) {
  .card .card-image img {
    height: 190px;
  }
}
.card .card-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  min-height: 240px;
}
@media (max-width: 620px) {
  .card .card-bottom {
    min-height: 190px;
  }
}
.card .card-bottom p {
  margin: 0;
  padding: 0;
}
.card .card-bottom p.large {
  padding-bottom: 12px;
}
.card .card-bottom h6 {
  padding: 0 0 12px 0;
  margin: 0;
}
.card .card-bottom .card-button {
  margin-top: 12px;
  width: 100%;
  display: flex;
  text-align: center;
}
.card .card-bottom .card-button .btn {
  width: 100%;
}
.card:hover .btn-white {
  color: #ffffff;
  background-color: var(--coral);
}

.border-left {
  border-left: 1px solid #ffffff;
}

.is-fixed {
  position: fixed;
}

form#search-filter-form-184 ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 60px;
}
@media (max-width: 620px) {
  form#search-filter-form-184 ul {
    gap: 30px;
  }
}
@media (max-width: 430px) {
  form#search-filter-form-184 ul {
    gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
}
form#search-filter-form-184 ul .sf-field-category {
  width: 100%;
}
form#search-filter-form-184 ul .sf-field-category ul {
  list-style: none;
  display: block;
  padding: 10px 0;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 420px) {
  form#search-filter-form-184 ul .sf-field-category ul {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
form#search-filter-form-184 ul .sf-field-category ul li {
  cursor: pointer;
  width: 100%;
  text-align: center;
  color: #052f26;
  background-color: var(--cream);
  border-radius: 30px;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
form#search-filter-form-184 ul .sf-field-category ul li.sf-option-active {
  background-color: #052f26;
  color: #ffffff;
}
form#search-filter-form-184 ul .sf-field-category ul li input {
  display: none;
}
form#search-filter-form-184 ul .sf-field-category ul li:hover {
  background-color: #052f26;
  color: #ffffff;
}
form#search-filter-form-184 ul .sf-field-category ul li label {
  cursor: pointer;
  padding: 0;
}
@media (max-width: 400px) {
  form#search-filter-form-184 ul .sf-field-category ul li label {
    font-size: 0.7rem;
  }
}
form#search-filter-form-184 input.search-filter-reset {
  padding: 12px 30px 12px 30px;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #052f26 !important;
}
form#search-filter-form-184 input.search-filter-reset:hover {
  background-color: #ffffff;
  color: #052f26;
}

footer {
  background-color: #052f26;
  padding: 0;
  margin-bottom: -10px;
  font-size: 15px;
}
footer .footer-m {
  margin-bottom: -7px;
}
footer .footer-navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 40px;
  font-size: 15px;
}
footer .footer-navigation ul li {
  margin: 0;
  padding: 0;
}
footer .footer-navigation ul li a {
  color: #ffffff;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */
.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
}

.cart-contents:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f290" !important;
  font-size: 30px;
  color: #ff1493;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  top: 15px;
  right: 1px;
  transform: translateY(-105%) translateX(25%);
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 50%;
  padding: 1px;
}

.primaryBtn {
  background: var(--coral);
  border-radius: 30px;
  border: 1px solid var(--coral);
}
.primaryBtn:hover {
  background: transparent;
}
.primaryBtn a {
  padding: 8px 12px;
}

.js-btn {
  cursor: pointer;
}

.login h1 a {
  width: 120px !important;
  height: 120px !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.error-404.not-found {
  background: #052f26;
  border-bottom: 1px solid #ffffff;
}
.error-404.not-found .container {
  height: 80vh;
  color: white;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.error-404.not-found .container h1 {
  margin: 0;
}

.post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 820px) {
  .post-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .post-grid {
    grid-template-columns: 1fr;
  }
}

.card a {
  text-decoration: none;
  color: #052f26;
}

@media (min-width: 767.99px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .desktop-only {
    display: none !important;
  }
}
@media (min-width: 767.99px) {
  .mobile-only-header {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .desktop-only-header {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .tablet-up {
    display: none;
  }
}
@media (min-width: 768px) {
  .col:first-child.white-green3-bg {
    background: unset;
  }
  .col:first-child.green3-white-bg {
    background: unset;
  }
  .col:first-child.white-cream-bg {
    background: unset;
  }
  .col:first-child.cream-white-bg {
    background: unset;
  }
  .col:first-child.white-green-bg {
    background: unset;
  }
  .col:first-child.green-white-bg {
    background: unset;
  }
  .col:first-child.green-light-green-bg {
    background: unset;
  }
  .col:last-child.white-green3-bg {
    background: unset;
  }
  .col:last-child.green3-white-bg {
    background: unset;
  }
  .col:last-child.white-cream-bg {
    background: unset;
  }
  .col:last-child.cream-white-bg {
    background: unset;
  }
  .col:last-child.white-green-bg {
    background: unset;
  }
  .col:last-child.green-white-bg {
    background: unset;
  }
  .col:last-child.green-light-green-bg {
    background: unset;
  }
}
@media (max-width: 768px) {
  .white-green3-bg {
    background: unset;
  }
  .green3-white-bg {
    background: unset;
  }
  .white-cream-bg {
    background: unset;
  }
  .cream-white-bg {
    background: unset;
  }
  .white-green-bg {
    background: unset;
  }
  .green-white-bg {
    background: unset;
  }
  .green-light-green-bg {
    background: unset;
  }
  .col:first-child {
    width: 100%;
  }
  .col:first-child.white-green3-bg {
    background: #ffffff;
  }
  .col:first-child.green3-white-bg {
    background: var(--green3);
  }
  .col:first-child.white-cream-bg {
    background: #ffffff;
  }
  .col:first-child.cream-white-bg {
    background: var(--cream);
  }
  .col:first-child.white-green-bg {
    background: #ffffff;
  }
  .col:first-child.green-white-bg {
    background: #052f26;
  }
  .col:first-child.green-light-green-bg {
    background: #052f26;
  }
  .col:last-child {
    width: 100%;
  }
  .col:last-child.white-green3-bg {
    background: var(--green3);
  }
  .col:last-child.green3-white-bg {
    background: #ffffff;
  }
  .col:last-child.white-cream-bg {
    background: var(--cream);
  }
  .col:last-child.cream-white-bg {
    background: #ffffff;
  }
  .col:last-child.white-green-bg {
    background: #052f26;
  }
  .col:last-child.green-white-bg {
    background: #ffffff;
  }
  .col:last-child.green-light-green-bg {
    background: var(--green3);
  }
}
.sustainability-strategy .sub-header-block {
  margin-top: -160px;
}
@media (max-width: 768px) {
  .sustainability-strategy .sub-header-block {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .sustainability-strategy .page-intro-text-only {
    display: none;
  }
}

.page-id-58531 .sub-header-block {
  margin-top: -140px;
}
@media (max-width: 787px) {
  .page-id-58531 .sub-header-block {
    margin-top: -80px;
  }
}/*# sourceMappingURL=style.css.map */