/*!
Theme Name: TwoTen Blocks
Theme URI: http://underscores.me/
Author: TwoTen Studio
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-blocks
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 Blocks 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

--------------------------------------------------------------*/
.bg-lime {
  background-color: #A0FFB4;
}

.bg-darkGreen {
  background-color: #1C4B41;
  color: #fff !important;
}
.bg-darkGreen h6 {
  color: #fff !important;
}

.bg-green {
  background-color: #00C364;
}

.bg-pink {
  background-color: #FFC3F4;
}

.bg-purple {
  background-color: #732DFF;
  color: #fff !important;
}
.bg-purple a {
  color: #fff !important;
}

.space-no-collapse {
  padding-top: 180px;
}
@media (max-width: 768px) {
  .space-no-collapse {
    padding-top: 100px;
  }
}

.space-large {
  padding-top: 180px;
}
@media (max-width: 768px) {
  .space-large {
    padding-top: 20px;
  }
}

.space-medium {
  padding-top: 40px;
}

.space-small {
  padding-top: 16px;
}

.space-xsmall {
  padding-top: 8px;
}

/*--------------------------------------------------------------
# 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: #1E1E1E;
  font-family: "Inter";
  font-size: 1rem;
  line-height: 1.5;
}

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

h1,
h2,
h3 {
  font-family: "Suisse Works";
}

h4 {
  clear: both;
  font-family: "Suisse Intl";
  -webkit-font-smoothing: antialiased;
}

h5,
h6 {
  font-family: "Suisse Works";
}

h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 96px */
  letter-spacing: -2px;
  margin: 0;
}
@media (max-width: 768px) {
  h1 {
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 42px */
    letter-spacing: 0.56px;
  }
}

h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 84px */
  letter-spacing: 1.12px;
  margin: 0;
}
@media (max-width: 768px) {
  h2 {
    leading-trim: both;
    text-edge: cap;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 36px */
    letter-spacing: 0.48px;
  }
}

h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 80%; /* 60px */
  letter-spacing: -2px;
}
@media (max-width: 768px) {
  h3 {
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
  }
}

h4 {
  font-size: 16px;
  margin: 0;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 130%;
  margin-top: 3px;
  letter-spacing: 1px;
}
h5 {
  font-weight: 700;
  font-family: "Suisse Works";
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  margin-top: 0;
}
h6 {
  font-family: "Suisse Intl";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}
@media (max-width: 768px) {
  h6 {
    font-family: "Suisse Intl";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 15px */
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }
}

.post-card-title {
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
:root {
  font-size: 16px !important;
}

body {
  font-size: 16px !important;
  font-family: "Suisse Intl";
}

p,
li {
  -webkit-font-smoothing: antialiased;
  leading-trim: both;
  text-edge: cap;
  font-family: "Suisse Intl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (max-width: 768px) {
  p,
  li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
}

ul,
ol {
  margin: 0 0 0 0.8rem;
  padding: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: "Inter";
}

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: 8px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

/* Links
--------------------------------------------- */
a {
  color: black;
}
a:visited {
  color: black;
}
a:hover, a:focus, a:active {
  color: black;
  opacity: 0.7;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
.button,
input[type=button],
input[type=reset],
input[type=submit],
.components-button {
  font-weight: bold;
  border: none;
  border-radius: 0px;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 1em;
  transition: 0.3s;
  background-color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.components-button:hover {
  cursor: pointer;
}
button:active, button:focus, button:visited,
.button:active,
.button:focus,
.button:visited,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:visited,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:visited,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:visited,
.components-button:active,
.components-button:focus,
.components-button:visited {
  color: #fff;
}
button.btn-green,
.button.btn-green,
input[type=button].btn-green,
input[type=reset].btn-green,
input[type=submit].btn-green,
.components-button.btn-green {
  background-color: #0b1533;
}
button.btn-green:hover,
.button.btn-green:hover,
input[type=button].btn-green:hover,
input[type=reset].btn-green:hover,
input[type=submit].btn-green:hover,
.components-button.btn-green:hover {
  filter: brightness(1.2);
}
button.btn-yellow,
.button.btn-yellow,
input[type=button].btn-yellow,
input[type=reset].btn-yellow,
input[type=submit].btn-yellow,
.components-button.btn-yellow {
  background-color: #f3572b;
}
button.btn-blue,
.button.btn-blue,
input[type=button].btn-blue,
input[type=reset].btn-blue,
input[type=submit].btn-blue,
.components-button.btn-blue {
  background-color: #000;
}
button.btn-secondary,
.button.btn-secondary,
input[type=button].btn-secondary,
input[type=reset].btn-secondary,
input[type=submit].btn-secondary,
.components-button.btn-secondary {
  font-size: 0.8rem;
}
button.purple-btn,
.button.purple-btn,
input[type=button].purple-btn,
input[type=reset].purple-btn,
input[type=submit].purple-btn,
.components-button.purple-btn {
  background-color: #732DFF !important;
}
button.purple-btn span,
.button.purple-btn span,
input[type=button].purple-btn span,
input[type=reset].purple-btn span,
input[type=submit].purple-btn span,
.components-button.purple-btn span {
  color: white;
}
button.btn-green,
.button.btn-green,
input[type=button].btn-green,
input[type=reset].btn-green,
input[type=submit].btn-green,
.components-button.btn-green {
  background-color: #00C364 !important;
}
button.btn-green span,
.button.btn-green span,
input[type=button].btn-green span,
input[type=reset].btn-green span,
input[type=submit].btn-green span,
.components-button.btn-green span {
  color: black;
}
button.btn-lime,
.button.btn-lime,
input[type=button].btn-lime,
input[type=reset].btn-lime,
input[type=submit].btn-lime,
.components-button.btn-lime {
  background-color: #A0FFB4;
  color: #000;
}
button.btn-lime span,
.button.btn-lime span,
input[type=button].btn-lime span,
input[type=reset].btn-lime span,
input[type=submit].btn-lime span,
.components-button.btn-lime span {
  color: #000;
}
button.btn-lime:hover,
.button.btn-lime:hover,
input[type=button].btn-lime:hover,
input[type=reset].btn-lime:hover,
input[type=submit].btn-lime:hover,
.components-button.btn-lime:hover {
  filter: brightness(1.2);
}

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],
input,
::-webkit-inner-spin-button textarea {
  color: white;
  background-color: #f1f1f1 !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
input:focus,
::-webkit-inner-spin-button textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("../assets/fonts/SuisseIntl-Medium.woff2") format("woff2"), url("../assets/fonts/SuisseIntl-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../assets/fonts/SuisseIntl-Regular.woff2") format("woff2"), url("../assets/fonts/SuisseIntl-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Works";
  src: url("../assets/fonts/SuisseWorks.woff2") format("woff2"), url("../assets/fonts/SuisseWorks.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Works";
  src: url("../assets/fonts/SuisseWorks-Italic.woff2") format("woff2"), url("../assets/fonts/SuisseWorks-Italic.woff2") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 30px;
  overflow-x: hidden;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
}

.page,
.post {
  margin: 0 !important;
  background-color: #f5f5f5;
}

.wp-block-columns.is-layout-flex {
  gap: 1rem;
}

.video-bg a {
  position: absolute;
  bottom: 40px;
  left: 100px;
  cursor: pointer;
}

.black-bg {
  background-color: #000;
}

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

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

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

img {
  border-radius: 5px;
}

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

.card-image {
  height: 100%;
}
.card-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.g-auto {
  display: grid;
  grid-template-areas: "media detail detail";
  grid-template-columns: 260px;
  grid-auto-columns: 260px;
  gap: 0;
}

.f {
  display: flex !important;
}

.f-auto {
  flex-wrap: wrap;
}

.fc {
  flex-direction: column;
}

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

.gap-1 {
  gap: 20px;
}

.gap-2 {
  gap: 40px;
}

.gap-3 {
  gap: 100px;
}

.gap-4 {
  gap: 120px;
}

.gap-5 {
  gap: 180px;
}

.gap-6 {
  gap: 165px;
}

.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-e {
  justify-content: 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;
}
@media (max-width: 600px) {
  .pt-1 {
    padding-top: 10px;
  }
}

.pt-2 {
  padding-top: 40px;
}
@media (max-width: 600px) {
  .pt-2 {
    padding-top: 20px;
  }
}

.pt-3 {
  padding-top: 60px;
}
@media (max-width: 600px) {
  .pt-3 {
    padding-top: 40px;
  }
}

.pt-4 {
  padding-top: 100px;
}
@media (max-width: 600px) {
  .pt-4 {
    padding-top: 60px;
  }
}

.pt-5 {
  padding-top: 120px;
}
@media (max-width: 600px) {
  .pt-5 {
    padding-top: 80px;
  }
}

.pt-6 {
  padding-top: 180px;
}
@media (max-width: 600px) {
  .pt-6 {
    padding-top: 120px;
  }
}

.pt-7 {
  padding-top: 165px;
}
@media (max-width: 600px) {
  .pt-7 {
    padding-top: 120px;
  }
}

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

.pb-1 {
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .pb-1 {
    padding-bottom: 10px;
  }
}

.pb-2 {
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .pb-2 {
    padding-bottom: 20px;
  }
}

.pb-3 {
  padding-bottom: 60px;
}
@media (max-width: 600px) {
  .pb-3 {
    padding-bottom: 40px;
  }
}

.pb-4 {
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .pb-4 {
    padding-bottom: 60px;
  }
}

.pb-5 {
  padding-bottom: 120px;
}
@media (max-width: 600px) {
  .pb-5 {
    padding-bottom: 80px;
  }
}

.pb-6 {
  padding-bottom: 180px;
}
@media (max-width: 600px) {
  .pb-6 {
    padding-bottom: 120px;
  }
}

.pb-7 {
  padding-bottom: 165px;
}
@media (max-width: 600px) {
  .pb-7 {
    padding-bottom: 120px;
  }
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 20px;
}
@media (max-width: 600px) {
  .p-1 {
    padding: 10px;
  }
}

.p-2 {
  padding: 40px;
}
@media (max-width: 600px) {
  .p-2 {
    padding: 20px;
  }
}

.p-3 {
  padding: 60px;
}
@media (max-width: 600px) {
  .p-3 {
    padding: 40px;
  }
}

.p-4 {
  padding: 100px;
}
@media (max-width: 600px) {
  .p-4 {
    padding: 60px;
  }
}

.p-5 {
  padding: 120px;
}
@media (max-width: 600px) {
  .p-5 {
    padding: 80px;
  }
}

.p-6 {
  padding: 180px;
}
@media (max-width: 600px) {
  .p-6 {
    padding: 120px;
  }
}

.p-7 {
  padding: 165px;
}
@media (max-width: 600px) {
  .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,
.wp-block-columns {
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px !important;
}
@media (max-width: 880px) {
  .container,
  .wp-block-columns {
    padding: 0 20px !important;
  }
}
.container.f.reverse,
.wp-block-columns.f.reverse {
  flex-direction: row-reverse;
}

.narrow-container {
  max-width: 788px;
  margin: 0 auto;
}

.full-container {
  margin: 0px 30px;
}
@media (max-width: 880px) {
  .full-container {
    margin: 0 20px;
  }
}

@media (min-width: 768.1px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 768.2px) {
  .desktop-only {
    display: none !important;
  }
}
.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: 100px;
}
.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 */
.wc-block-checkout,
.wc-block-cart {
  margin-top: 4rem !important;
}
.wc-block-checkout h2,
.wc-block-cart h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  border-spacing: 0px !important;
}

@media (min-width: 899.99px) {
  .on-900 {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .off-900 {
    display: none !important;
  }
}
.wpcf7-form input#fileUpload {
  position: relative;
  bottom: 90px;
  height: 55px;
  visibility: hidden;
  left: 0px;
}
.wpcf7-form input#fileUpload:before {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/paperclip.svg);
  color: #000;
  position: absolute;
  height: 200px;
  visibility: visible;
}
.wpcf7-form input[type=file] {
  color: transparent !important;
}
.wpcf7-form textarea {
  max-height: 300px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #858a99;
}
.wpcf7-form textarea::-moz-placeholder {
  font-size: 0.6rem;
}
.wpcf7-form textarea::placeholder {
  font-size: 0.6rem;
}
.wpcf7-form h3 {
  color: #858a99;
}
.wpcf7-form .contact-row p {
  display: flex;
  gap: 20px;
}
.wpcf7-form input {
  border-radius: 5px;
  border: 1px solid #858a99;
  padding: 8px 20px 12px 20px;
  width: 100%;
}
.wpcf7-form input::-moz-placeholder {
  font-size: 0.6rem;
}
.wpcf7-form input::placeholder {
  font-size: 0.6rem;
}
.wpcf7-form input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  background: #f3572b;
  font-size: 0.6rem;
  font-weight: 100;
  border: 1px solid #f3572b;
  border-radius: 30px;
  padding: 14px 20px 12px 20px;
  transition: 0.3s;
}
.wpcf7-form input[type=submit]:hover {
  background: #fff;
  border: 1px solid #f3572b;
  color: #000;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
body.no-scroll {
  overflow: hidden;
}

#page {
  margin-top: 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 99;
  font-family: "Suisse Intl";
}
header .header-container {
  display: flex;
  justify-content: space-between;
}
header .header-container .main-navigation {
  width: 100%;
  display: flex;
  justify-content: end;
  font-size: 16px;
}
header .header-container .main-navigation a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  font-family: "Suisse Intl";
}
header .header-container .main-navigation .current_page_item {
  position: relative;
}
header .header-container .main-navigation .current_page_item::before {
  content: url("../assets/icons/menu-arrow.svg");
  position: absolute;
  left: -25px;
}
header .header-container .site-branding {
  font-size: 16px;
}
header .header-container .site-branding img {
  width: 225px;
}
header .header-container .site-branding svg {
  margin-bottom: -8px;
}
header .header-container .site-branding a {
  text-decoration: none;
}
header .mobile-nav {
  display: none !important;
}
@media (max-width: 767px) {
  header .desktop-nav {
    display: none !important;
  }
  header .mobile-nav {
    display: flex !important;
  }
  header .mobile-nav.mobile-nav-btn {
    width: 100%;
    justify-content: end;
    position: relative;
    z-index: 99;
  }
}
header .nav-button {
  color: #1E1E1E;
  border: none;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  background: none;
  width: 120px;
  font-family: "Suisse Intl";
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 25px 0;
}
header .button-text {
  position: absolute;
  transition: opacity 0.3s;
}
header .hidden {
  opacity: 0;
}
header .visible {
  opacity: 1;
}
header #mobileNav {
  height: 100vh;
  position: fixed;
  top: 0px;
  width: 100vw;
  background: white;
  z-index: 97;
  left: 0;
  opacity: 1;
  transition: opacity 0.4s;
}
header #mobileNav.is-closed {
  top: -100vh;
  opacity: 0;
}
header #mobileNav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 65vh;
  padding-top: 6px;
  margin: 0;
  padding: 30px;
}
header #mobileNav ul li {
  font-family: "Suisse Intl";
  font-size: 30px;
}
header #mobileNav ul li a {
  text-decoration: none;
}
header #mobileNav .menu-primary-container {
  width: 100%;
}
header .nav-btn-container {
  display: flex;
  justify-content: center;
}
header .nav-btn-container a.mobile-nav-btn {
  text-align: center;
  margin: 25px 20px;
}

li#menu-item-386 {
  background: none !important;
}

@media (max-width: 767px) {
  .site-header {
    transition: top 0.3s;
    position: fixed;
    width: 100%;
    z-index: 798;
  }
  .site-header.hidden {
    top: -200px; /* Adjust this value based on the header height */
  }
}
.hamburger {
  padding: 13px 11px;
  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: 1px solid #fff;
  border-radius: 50%;
  margin: 0;
  overflow: visible;
  height: 50px;
  width: 50px;
}

.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: #000;
}

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

.hamburger.is-active .hamburger-box {
  height: 22px;
}

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

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 26px;
  height: 1px;
  background-color: #000;
  border-radius: 0px;
  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: -8px;
}

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

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

.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 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--collapse.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--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 1;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

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

footer {
  position: relative;
  margin-top: 80px;
}
footer h6 {
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}
footer a {
  text-decoration: none;
  color: #000;
}
footer svg {
  padding: 0px 20px;
  width: 100%;
}

.ticker-wrapper {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  color: #000;
  font-size: 48px;
  height: 100px;
  display: flex;
  align-items: center;
  background-color: #a7ff00;
}

.ticker-content {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.ticker-item {
  padding-right: 30px;
  font-size: 90px;
}

/* Smooth infinite scroll animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 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;
}

.wp-block-embed {
  padding-bottom: 100px;
  max-width: 1180px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px 100px 30px !important;
}
@media (max-width: 768px) {
  .wp-block-embed {
    padding: 0px 20px 100px 20px !important;
  }
}
.wp-block-embed iframe {
  width: 100%;
  min-height: 600px;
}
@media (max-width: 1100px) {
  .wp-block-embed iframe {
    min-height: auto;
  }
}

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

/*--------------------------------------------------------------
# Utilitiespto
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

html {
  scroll-behavior: smooth;
}

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

.video-bg a {
  position: absolute;
  bottom: 40px;
  left: 100px;
  cursor: pointer;
}

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

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

.g {
  display: grid;
}

.g-2 {
  grid-template-columns: repeat(2, 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;
}

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

.w-33 {
  width: 33%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

.w-5 {
  width: 5%;
}

.w-1 {
  width: 1%;
}

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

.tutor-single .tutor-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .tutor-single .columns {
    display: flex;
    gap: 20px;
  }
  .tutor-single .columns .col:first-child {
    flex: 0 0 33%;
  }
}
@media (max-width: 620px) {
  .tutor-single .columns {
    display: flex;
    flex-direction: column;
  }
}

.hero-header {
  position: relative;
  top: -68px;
  width: 100%;
  padding-top: 130px;
  height: auto;
  margin-bottom: -380px;
}
@media (max-width: 900px) {
  .hero-header {
    height: auto;
    margin-bottom: -280px;
  }
}
@media (max-width: 768px) {
  .hero-header {
    height: auto;
    padding-top: 60px;
  }
}
.hero-header h1.title {
  width: 66%;
  margin-top: 100px;
  padding-bottom: 300px;
}
@media (max-width: 900px) {
  .hero-header h1.title {
    padding-bottom: 280px;
  }
}
@media (max-width: 768px) {
  .hero-header h1.title {
    padding-bottom: 210px;
    width: 100%;
  }
}

.bg-navy .hero-header h1 {
  color: #fff;
  margin-top: 68px;
}

.single-project-title-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.single-project-title-container h1.title {
  width: 100%;
  margin-bottom: 0;
}

.share-news {
  padding-top: 40px;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 0.6rem;
  gap: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.share-news svg circle,
.share-news g circle,
.share-news g path {
  transition: 0.3s;
}
.share-news:hover svg circle {
  fill: #fff;
}
.share-news:hover svg g circle {
  fill: #f3572b;
  stroke: #f3572b;
}
.share-news:hover svg g path {
  stroke: #f3572b;
}

.posts-loop {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: hidden;
}
.posts-loop:hover svg {
  transform: translate(8px, -1px);
  transition: 0.3s;
}
.posts-loop:hover svg {
  transition: 0.3s;
}
.posts-loop .post-loop-image {
  height: 380px;
  background-position: top !important;
  -o-object-fit: cover;
     object-fit: cover;
  color: #fff;
  padding: 20px;
  transition: 0.3s;
  overflow: hidden;
}
@media (max-width: 900px) {
  .posts-loop .post-loop-image {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .posts-loop .post-loop-image {
    height: 250px;
  }
}
.posts-loop .post-loop-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #fff;
  min-height: 230px;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .posts-loop .post-loop-text {
    min-height: 140px;
  }
}
.posts-loop .post-loop-text p {
  margin: 0;
  font-size: 0.8rem;
}
.posts-loop .post-loop-text .long-version {
  display: none;
}

.read-more {
  text-transform: uppercase;
  font-weight: normal;
  display: flex;
  justify-content: start;
  gap: 12px;
  align-items: center;
  font-size: 0.6rem;
  font-weight: 300;
}
@media (max-width: 600px) {
  .read-more {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
}
.read-more svg {
  transform: translateY(-1px);
}

.posts-slider .post-loop-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #fff;
  min-height: 160px;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .posts-slider .post-loop-text {
    min-height: 80px;
  }
}

.posts-repeater .container {
  position: relative;
}

.post-objects.grid .post-repeater-loop {
  margin-bottom: 40px;
}
.post-objects.grid .post-repeater-loop .image-container {
  flex: unset;
}

.post-repeater-loop {
  display: flex;
  margin-bottom: 40px;
}
.post-repeater-loop:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .post-repeater-loop:nth-child(even) {
    flex-direction: column;
  }
}
.post-repeater-loop:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .post-repeater-loop {
    flex-direction: column;
  }
}
.post-repeater-loop .image-container {
  flex: 0 0 66%;
  padding: 20px;
  min-height: 520px;
}
@media (max-width: 900px) {
  .post-repeater-loop .image-container {
    height: 270px;
    flex: unset;
    min-height: unset;
  }
}
@media (max-width: 900px) {
  .post-repeater-loop .image-container h1 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: -1px;
  }
}
@media (max-width: 600px) {
  .post-repeater-loop .image-container h1 {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: -1px;
  }
}
.post-repeater-loop .text-container {
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-repeater-loop .text-container p {
  margin-bottom: 1rem;
}
.post-repeater-loop .text-container p:first-child {
  margin-top: 0;
}
.post-repeater-loop .read-more {
  text-transform: uppercase;
  font-weight: normal;
  display: flex;
  justify-content: start;
  gap: 12px;
  font-size: 0.6rem;
}
.post-repeater-loop .read-more svg {
  transform: translateY(-1px);
}

.status {
  font-size: 0.6rem;
  padding: 6px 10px 4px 10px;
  border-radius: 30px;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.status svg {
  transform: translateY(-1px);
  margin-right: 6px;
}
@media (max-width: 600px) {
  .status svg {
    width: 10px;
  }
}
.status.status-active {
  background: #28a7ba;
}
.status.status-complete {
  background-color: #f3572b;
}
@media (max-width: 600px) {
  .status {
    font-size: 8px !important;
    padding: 6px;
  }
}

.archive {
  background: #f5f5f5;
}
.archive .hero-header {
  height: auto;
}
.archive .post-repeater-container {
  position: relative;
  padding-bottom: 40px !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 40px !important;
}
@media (max-width: 768px) {
  .archive .post-repeater-container {
    grid-template-columns: 1fr;
  }
}
.archive .post-repeater-container h3 {
  margin: 0;
}
.archive .post-repeater-container .long-version {
  display: none;
}
.archive .post-repeater-container .status {
  font-size: 0.4rem;
  margin-bottom: 12px;
}
.archive .post-repeater-container .read-more {
  font-size: 0.6rem;
}
.archive .post-repeater-container > .posts-loop:nth-child(4) {
  grid-column: span 3;
  flex-direction: row;
}
@media (max-width: 768px) {
  .archive .post-repeater-container > .posts-loop:nth-child(4) {
    flex-direction: column;
    grid-column: unset;
  }
}
.archive .post-repeater-container > .posts-loop:nth-child(4) .post-loop-image {
  flex: 0 0 66%;
  height: 520px;
}
@media (max-width: 768px) {
  .archive .post-repeater-container > .posts-loop:nth-child(4) .post-loop-image {
    flex: unset;
    height: 350px;
  }
}
@media (max-width: 600px) {
  .archive .post-repeater-container > .posts-loop:nth-child(4) .post-loop-image {
    height: 250px;
  }
}
.archive .post-repeater-container > .posts-loop:nth-child(4) .post-loop-image h3 {
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .archive .post-repeater-container > .posts-loop:nth-child(4) .post-loop-image h3 {
    font-size: unset;
    line-height: unset;
  }
}
.archive .post-repeater-container > .posts-loop:nth-child(4) .post-loop-text {
  justify-content: space-between;
}
.archive .post-repeater-container > .posts-loop:nth-child(4) .long-version {
  display: block;
}
.archive .post-repeater-container > .posts-loop:nth-child(4) .short-version {
  display: none;
}
.archive .title {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .archive .title {
    max-width: 100%;
  }
}
.archive .newsletter-signup {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .archive .newsletter-signup {
    padding-top: 40px;
  }
}

.single .hero-header {
  background-color: #fff;
  position: relative;
  height: auto;
  margin-bottom: -300px;
}
@media (max-width: 480px) {
  .single .hero-header {
    margin-bottom: -200px;
  }
}
.single .hero-header h1,
.single .hero-header .down-arrow {
  padding-bottom: 300px;
}
@media (max-width: 480px) {
  .single .hero-header h1,
  .single .hero-header .down-arrow {
    padding-bottom: 200px;
  }
}
.single .newsletter-signup {
  background-color: #f5f5f5;
}
.single.job-single .text-editor {
  position: relative;
  z-index: 9;
}
.single.job-single .text-editor h3:first-child {
  margin-top: 0;
}
.single.job-single .hero-header {
  margin-bottom: 0;
  padding-bottom: 60px;
  top: 0;
}
@media (max-width: 768px) {
  .single.job-single .hero-header {
    padding-top: 120px;
  }
}
.single.job-single .hero-header h1.title {
  padding-top: 0;
  margin-top: 0;
}
.single.job-single .hero-header h1,
.single.job-single .hero-header .down-arrow {
  padding-bottom: 0;
}
.single.job-single .first-editor {
  padding-bottom: 60px;
}
.single.job-single .second-editor {
  padding-top: 60px;
}

.news-single .hero-header {
  background-color: #0b1533;
  color: #fff;
}
.news-single .hero-header .down-arrow {
  display: none;
}
.news-single .hero-header .single-project-title-container {
  position: relative;
  z-index: 9;
  padding-bottom: 300px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.news-single .hero-header .single-project-title-container h1 {
  padding: 0;
}
.news-single .related-posts {
  background-color: #e0fafd;
  color: #000;
}
.news-single .related-posts h1 {
  color: #000;
}
.news-single .related-posts .swiper {
  height: auto !important;
  overflow: visible;
}
.news-single .related-posts .swiper .swiper-slide {
  height: 300px;
  text-align: left;
}
.news-single .related-posts .swiper .swiper-slide a {
  color: #fff;
}
.news-single .related-posts .swiper .swiper-scrollbar-drag {
  background: #000 !important;
}
.news-single .related-posts .swiper .swiper-prev,
.news-single .related-posts .swiper .swiper-next {
  filter: invert(0) !important;
}
.news-single .related-posts .swiper .swiper-scroll-container {
  border-bottom: 3px dotted #000 !important;
}

.campaigns-single .hero-header {
  background-color: #e0fafd;
  color: #000;
}
.campaigns-single .hero-header .down-arrow {
  display: none;
}
.campaigns-single .hero-header .single-project-title-container {
  position: relative;
  z-index: 9;
  padding-bottom: 300px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.campaigns-single .hero-header .single-project-title-container h1 {
  padding: 0;
}
.campaigns-single .related-posts {
  background-color: #e0fafd;
  color: #000;
}
.campaigns-single .related-posts h1 {
  color: #000;
}
.campaigns-single .related-posts .swiper {
  height: auto !important;
  overflow: visible;
}
.campaigns-single .related-posts .swiper .swiper-slide {
  height: 300px;
  text-align: left;
}
.campaigns-single .related-posts .swiper .swiper-slide a {
  color: #fff;
}
.campaigns-single .related-posts .swiper .swiper-scrollbar-drag {
  background: #000 !important;
}
.campaigns-single .related-posts .swiper .swiper-prev,
.campaigns-single .related-posts .swiper .swiper-next {
  filter: invert(0) !important;
}
.campaigns-single .related-posts .swiper .swiper-scroll-container {
  border-bottom: 3px dotted #000 !important;
}

.a2a_full_footer {
  display: none;
}

.a2a_full {
  padding: 20px !important;
}

@media (max-width: 768px) {
  .down-arrow svg {
    width: 34px;
  }
}
.related-news .related-news-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 600px) {
  .related-news .related-news-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.related-news .related-news-container .news-loop-item {
  background-color: #0b1533;
  color: #fff;
}

.post-thumbnail {
  display: none;
}

::-moz-selection {
  background: #a7ff00;
}

::selection {
  background: #a7ff00;
}

.bgVideo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  border-radius: 5px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1e1e1e;
  color: #fff;
  padding: 40px 0px;
  text-align: left;
  display: none;
  z-index: 899;
}
.cookie-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .cookie-banner .container {
    flex-direction: column;
    gap: 20px;
  }
}
.cookie-banner .container .buttons {
  display: flex;
  gap: 16px;
}
@media (max-width: 400px) {
  .cookie-banner .container .buttons {
    flex-direction: column;
    gap: 20px;
  }
}

.cookie-banner p {
  margin: 0 0 10px;
  max-width: 720px;
  margin: 0;
  padding: 0;
}
.cookie-banner p a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s;
}
.cookie-banner p a:hover {
  opacity: 0.7;
}

.cookie-button {
  background-color: #007bff;
  border: none;
  color: white;
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
}

.cookie-button:hover {
  background-color: #0056b3;
}

.container,
#rare-big {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.7s ease-in-out;
}

.container.in-view,
#rare-big.in-view {
  opacity: 1 !important;
  transform: translateY(0);
}

.bg-light-teal {
  background-color: #e0fafd;
}

.bg-grey {
  background-color: #f5f5f5 !important;
}

body.bg-grey #page {
  background-color: #f5f5f5 !important;
}

.bg-white {
  background-color: #fff;
}

.bg-navy {
  background-color: #0b1533;
}

.site.bg-navy {
  background-color: #f5f5f5;
}

.bg-orange .hero-header {
  background-color: #f3572b;
  color: #fff;
}
.bg-orange .hero-header section:not(.hero-header) {
  color: #000;
}

body.bg-white {
  background-color: #fff;
}

.bg-teal {
  background-color: #28a7ba;
  color: #fff;
}

body {
  font-size: 25px !important;
}

.four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
@media (max-width: 1034px) {
  .four-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 548px) {
  .four-grid {
    grid-template-columns: 1fr;
  }
}

a.remove {
  color: #000;
}

figure.wp-block-embed.is-type-video {
  margin-top: 0rem;
}

.accordion-block.blue-accordion .accordion button {
  background-color: #000;
}
.accordion-block.blue-accordion .accordion .accordion-content {
  background-color: #000;
}
.accordion-block.green-accordion button {
  background-color: #0b1533;
}
.accordion-block.green-accordion .accordion-content {
  background-color: rgba(126, 192, 124, 0.2);
}
.accordion-block.yellow-accordion button {
  background-color: #f3572b;
}
.accordion-block.yellow-accordion .accordion-content {
  background-color: rgba(234, 188, 39, 0.2);
}
.accordion-block .accordion .accordion-item {
  padding-bottom: 12px;
}
.accordion-block .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em;
  color: #000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  outline: none;
}
.accordion-block .accordion button:hover, .accordion-block .accordion button:focus {
  cursor: pointer;
  color: #000;
}
.accordion-block .accordion button:hover::after, .accordion-block .accordion button:focus::after {
  cursor: pointer;
  color: #000;
  border: 1px solid;
}
.accordion-block .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion-block .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 12px;
  width: 22px;
  height: 22px;
}
.accordion-block .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 16px;
  height: 2px;
  background: currentColor;
}
.accordion-block .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 12px;
  width: 2px;
  height: 16px;
  background: currentColor;
}
.accordion-block .accordion button[aria-expanded=true] {
  color: #000;
}
.accordion-block .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion-block .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 120em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion-block .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  padding: 0 1em;
}

@media (max-width: 781px) {
  .wp-block-columns.is-layout-flex {
    gap: 2em;
    margin-top: 2rem;
  }
}
.post-repeater-loop-archive {
  display: flex;
  margin-bottom: 60px;
}
.post-repeater-loop-archive:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .post-repeater-loop-archive:nth-child(even) {
    flex-direction: column;
  }
}
.post-repeater-loop-archive:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .post-repeater-loop-archive {
    flex-direction: column;
  }
}
.post-repeater-loop-archive .image-container {
  flex: 0 0 66%;
  padding: 20px;
  min-height: 520px;
}
@media (max-width: 900px) {
  .post-repeater-loop-archive .image-container {
    height: 270px;
    flex: unset;
    min-height: unset;
  }
}
.post-repeater-loop-archive .image-container h1 {
  font-weight: 400;
}
@media (max-width: 900px) {
  .post-repeater-loop-archive .image-container h1 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: -1px;
  }
}
@media (max-width: 600px) {
  .post-repeater-loop-archive .image-container h1 {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: -1px;
  }
}
.post-repeater-loop-archive .text-container {
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-repeater-loop-archive .text-container p {
  margin-bottom: 1rem;
}
.post-repeater-loop-archive .text-container p:first-child {
  margin-top: 0;
}
.post-repeater-loop-archive .read-more {
  text-transform: uppercase;
  font-weight: normal;
  display: flex;
  justify-content: start;
  gap: 12px;
  font-size: 0.6rem;
}
.post-repeater-loop-archive .read-more svg {
  transform: translateY(-1px);
}
.post-repeater-loop-archive .count {
  color: #fff;
  margin-bottom: 12px;
}

.error-404 .container {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.keyline {
  border-bottom: 1px solid #E6E6E6;
}

.keyline-top {
  border-top: 1px solid #E6E6E6;
}/*# sourceMappingURL=style.css.map */