/*!
Theme Name: TwoTen Blocks
Theme URI: http://underscores.me/
Author: TwoTen Studio
Author URI: https://twotenstudio.co.uk
Description: Description
Version: 2.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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
  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: #1c203c;
  font-family: "TT Norms Pro";
  font-size: 1rem;
  line-height: 1.5;
}

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

h1,
h2,
h3 {
  font-family: "TT Norms Pro";
  font-weight: 300;
}

h1 {
  letter-spacing: -2px;
  margin-top: 0;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}
@media (max-width: 900px) {
  h1 {
    letter-spacing: -4px;
  }
}
@media (max-width: 768px) {
  h1 {
    letter-spacing: -3px;
  }
}
@media (max-width: 600px) {
  h1 {
    letter-spacing: 0px;
    font-size: 25px;
  }
}
h1.section-title {
  font-weight: 300;
  margin: 0;
}

.section-title {
  font-weight: 500;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -0.9px;
  color: #1c203c;
  margin: 0;
}
@media (max-width: 600px) {
  .section-title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
}

.white {
  color: #fff !important;
}

h1.title {
  font-size: 75px;
  line-height: 75px;
  letter-spacing: -3px;
  font-weight: 300;
}
@media (max-width: 900px) {
  h1.title {
    font-size: 75px;
    line-height: 75px;
    letter-spacing: -4px;
  }
}
@media (max-width: 768px) {
  h1.title {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -2px;
  }
}

.light-text {
  font-weight: 100;
}

.no-margin {
  margin: 0;
}

h6.pill {
  border: 1px solid #fff;
  text-transform: uppercase;
  width: fit-content;
  padding: 7px 14px 5px 14px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin: 0;
}

.pill--tint {
  background-color: #e4e3f2;
  border: none !important;
  color: #464ef5;
}

h2 {
  font-weight: 500;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -0.9px;
}
@media (max-width: 600px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
}

h3 {
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 30px;
  font-size: 25px;
}

h4 {
  line-height: 1.2rem;
  font-size: 1rem;
  font-family: "TT Norms Pro";
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  h4 {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}

h5 {
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0px 8px 0px;
  line-height: 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
}

h6 {
  font-weight: 100;
  font-size: 0.6rem;
  margin: 0;
}
@media (max-width: 600px) {
  h6 {
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
}

.product-title h3 {
  padding: 20px 0px;
  font-weight: 500;
}

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

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

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

p,
li {
  margin-bottom: 0.8rem;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.1rem;
}
@media (max-width: 600px) {
  p,
  li {
    font-size: 14px !important;
    margin-bottom: 14px;
    line-height: 18px;
  }
}

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: "TT Norms Pro";
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "TT Norms Pro";
}

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

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

big {
  font-size: 125%;
}

a {
  color: #1c203c;
}

.text-blue {
  color: #1c203c;
}

.text-green {
  color: #1c203c;
}

.text-yellow {
  color: #464ef5;
}

.card-h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: -2px;
  margin: 0;
}
@media (max-width: 600px) {
  .card-h1 {
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0;
  }
}

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

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

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: #1c203c;
  text-decoration: none;
  font-weight: 500;
}
a:visited {
  color: #1c203c;
}
a:hover, a:focus, a:active {
  color: #1c203c;
}
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: 500;
  border: none;
  border-radius: 50px;
  background: #464ef5;
  color: #fff;
  line-height: 1;
  padding: 16px 28px;
  transition: 0.3s;
  background-color: #464ef5;
  letter-spacing: 0;
  text-transform: none;
  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: #1c203c;
}
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: #464ef5;
}
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: #1c203c;
}
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;
}

.cart-btn {
  font-size: 0.8rem;
  text-decoration: none;
  flex: 0 0 46%;
  line-height: 1rem;
  color: #fff;
}
.cart-btn:hover {
  filter: saturate(5);
  cursor: pointer;
  color: #fff;
}

.simple-btn {
  font-size: 1rem;
  text-decoration: none;
  flex: 0 0 46%;
  line-height: 1rem;
}

.yellow-btn {
  background-color: #464ef5 !important;
}

.button-container {
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 1258px;
  margin: 0 auto;
  position: relative;
}
.button-container.border-bottom {
  border-bottom: none;
}
.button-container.border-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 29px;
  height: 1px;
  background-color: #1c203c;
}
.button-container .btn {
  margin-bottom: 0;
  position: relative;
  background-color: #edecfb;
}
.button-container .btn:hover {
  background-color: #464ef5;
  color: #fff;
  opacity: 1;
  border: 1px solid #464ef5;
}

.btn {
  padding: 14px 40px;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: none;
  color: #1c203c;
  font-weight: 500;
  border: 1px solid #1c203c;
  border-radius: 50px;
  background-color: transparent;
  transition: 0.3s;
  opacity: 1;
}
.btn:hover {
  background-color: #464ef5;
  color: #fff;
  opacity: 1;
  border: 1px solid #464ef5;
}
.btn:visited {
  color: #1c203c;
}
.btn.btn-teal {
  background-color: #464ef5;
  color: #fff !important;
  border: 1px solid #fff;
}
.btn.btn-teal:hover {
  background-color: #fff;
  color: #1c203c !important;
  opacity: 1;
  border: 1px solid #fff;
}
.btn.btn-teal:visited {
  color: #1c203c;
}
.btn.btn-pink {
  background-color: #e4e3f2;
  color: #1c203c !important;
  border: 1px solid #1c203c;
}
.btn.btn-pink:hover {
  background-color: #464ef5;
  color: #fff !important;
  opacity: 1;
  border: 1px solid #fff;
}
.btn.btn-pink:visited {
  color: #1c203c;
}

.stand-alone-cart-btn {
  width: 100%;
}

.coupon button {
  background-color: transparent;
  padding: 12px;
  color: #1c203c;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 0.8rem;
}
.coupon button:hover {
  background-color: #1c203c;
  color: #fff;
}

#place_order {
  background: #1c203c;
  width: 100%;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

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

.page,
.post {
  margin: 0 !important;
}

.wp-block-columns.is-layout-flex {
  gap: 4em;
}

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

.black-bg {
  background-color: #1c203c;
}

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

.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%;
  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 {
  max-width: 1318px !important;
  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: 820.1px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 1000px) {
  .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: 10px;
  border: 1px solid #858a99;
}
.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: 10px;
  border: 1px solid #858a99;
  padding: 8px 20px 12px 20px;
  width: 100%;
}
.wpcf7-form input::placeholder {
  font-size: 0.6rem;
}
.wpcf7-form input[type=submit] {
  width: fit-content;
  background: #464ef5;
  font-size: 0.6rem;
  font-weight: 100;
  border: 1px solid #464ef5;
  border-radius: 30px;
  padding: 14px 20px 12px 20px;
  transition: 0.3s;
}
.wpcf7-form input[type=submit]:hover {
  background: #fff;
  border: 1px solid #464ef5;
  color: #000;
}

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

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
header a {
  color: #1c203c;
  font-size: 16px;
  font-weight: 500;
}
header a:visited {
  color: #1c203c;
}
header .site-branding {
  z-index: 99;
}
header .site-branding .custom-logo-link {
  display: block;
  padding: 0;
}
header .site-branding .custom-logo-link img {
  display: block;
  max-height: 44px;
  width: auto;
}
header .site-branding .site-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
header .site-branding .site-logo .logo-house svg {
  width: 34px;
  height: auto;
  display: block;
}
header .site-branding .site-logo .logo-text svg {
  width: 145px;
  height: auto;
  display: block;
}
header .site-branding .site-logo svg path {
  fill: #1c203c;
}
header .container {
  padding: 0 !important;
  max-width: 100% !important;
}
header .container ul {
  display: flex;
  gap: 8px;
}
header .container ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
}
header .container ul li a {
  padding: 12px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  color: #1c203c;
  white-space: nowrap;
}
header .container ul li.menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #1c203c;
  border-bottom: 1.5px solid #1c203c;
  transform: rotate(45deg) translate(-2px, -2px);
  margin-left: 9px;
  transition: 0.2s;
}
header .container ul li.menu-item-has-children:hover > a::after {
  transform: rotate(225deg) translate(-2px, -2px);
}
header .container ul li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  gap: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 14px 0;
  min-width: 250px;
  box-shadow: 0 14px 40px rgba(28, 32, 60, 0.1);
}
header .container ul li .sub-menu li {
  width: 100%;
}
header .container ul li .sub-menu li a {
  justify-content: flex-start;
  padding: 9px 26px;
  width: 100%;
}
header .container ul li .sub-menu li a:hover {
  color: #464ef5;
}
header .container ul li:hover > .sub-menu, header .container ul li:focus-within > .sub-menu {
  display: flex;
}
header .header-container {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 0px;
  height: 128px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .main-navigation {
  gap: 16px;
}
header .nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #e4e3f2;
  color: #1c203c;
  border-radius: 50px;
  padding: 10px 22px;
  white-space: nowrap;
  transition: 0.3s;
}
header .nav-cta svg {
  display: block;
  transition: 0.3s;
}
header .nav-cta:hover {
  background-color: #464ef5;
  color: #fff;
}
header .nav-cta:hover svg path {
  stroke: #fff;
}

@media (min-width: 1099.99px) {
  .mobile-nav {
    display: none !important;
  }
}
@media (max-width: 1099.98px) {
  .desktop-nav {
    display: none !important;
  }
}
.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: 0;
  overflow: visible;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

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

.hamburger-box {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  top: 2px;
}

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

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #1c203c;
  border-radius: 1px;
  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;
}

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

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  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: 20px;
  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);
}

.mobile-nav {
  position: fixed;
  z-index: 99;
  right: 20px;
}

.mobile-nav-container {
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 1;
  left: 0;
  top: -2000px;
  transition: 0.5s ease;
  background-color: #fff;
}
.mobile-nav-container.is-open {
  top: 0;
  transition: 0.5s ease-out;
  position: fixed;
  z-index: 100;
}
.mobile-nav-container.bg-orange {
  background-color: #464ef5;
}
.mobile-nav-container.bg-orange a {
  text-transform: uppercase;
}
.mobile-nav-container.bg-orange form ul .sf-field-search label input {
  border: 1px solid #fff;
  color: #fff;
}
.mobile-nav-container.bg-orange form ul .sf-field-search label input::placeholder {
  color: #fff !important;
}
.mobile-nav-container.bg-orange form ul .sf-field-submit input {
  background-color: #fff;
  color: #000;
}
.mobile-nav-container.bg-navy {
  background-color: #1c203c !important;
}
.mobile-nav-container.bg-navy form ul .sf-field-search label input {
  border: 1px solid #fff;
  color: #fff;
}
.mobile-nav-container.bg-navy form ul .sf-field-search label input::placeholder {
  color: #fff !important;
}
.mobile-nav-container.bg-navy form ul .sf-field-submit input {
  background-color: #464ef5;
}
.mobile-nav-container.bg-pink {
  background-color: #e4e3f2 !important;
}
.mobile-nav-container.bg-light-teal {
  background-color: #e4e3f2 !important;
}
.mobile-nav-container .site-navigation-mobile {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 100px;
  height: 100vh;
  padding-top: 20px;
  gap: 30px;
}
.mobile-nav-container .site-navigation-mobile ul {
  flex-direction: column;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav-container .site-navigation-mobile ul li {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.mobile-nav-container .site-navigation-mobile ul li a {
  padding: 12px 20px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.mobile-nav-container .site-navigation-mobile .menu-item-has-children {
  display: flex;
}
.mobile-nav-container .site-navigation-mobile .menu-item-has-children::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/plus.svg");
}
.mobile-nav-container .menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease; /* Adjust the transition duration and timing function as needed */
}
.mobile-nav-container .menu .menu-item.has-children.active .sub-menu {
  max-height: 500px;
}
.mobile-nav-container .menu .menu-item.has-children.active {
  background-color: #fff;
}
.mobile-nav-container .menu .menu-item.has-children.active a {
  border-bottom: 2px solid #464ef5;
}
.mobile-nav-container .menu .menu-item.has-children.active .sub-menu a {
  border-bottom: none !important;
}
.mobile-nav-container .menu .menu-item.has-children .menu-toggle::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/plus.svg");
}
.mobile-nav-container .menu .menu-item.has-children.active .menu-toggle::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/minus.svg");
}

.bg-grey .mobile-nav-container {
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  background-color: none;
}
.bg-grey .mobile-nav-container .header-container {
  background-color: none;
}
.bg-grey .mobile-nav-container .header-container svg path {
  fill: #464ef5;
}
.bg-grey .mobile-nav-container a {
  color: #464ef5 !important;
  font-weight: 100;
  letter-spacing: 1px;
}
.bg-grey .mobile-nav-container a:visited {
  color: #464ef5 !important;
}

.bg-grey.bg-navy .mobile-nav-container.bg-navy {
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  background-color: none;
}
.bg-grey.bg-navy .mobile-nav-container.bg-navy a {
  color: #fff !important;
  font-weight: 100;
  letter-spacing: 1px;
}
.bg-grey.bg-navy .mobile-nav-container.bg-navy a:visited {
  color: #fff !important;
}

.mobile-nav-container {
  background-color: #1c203c;
}
.mobile-nav-container a {
  color: #fff;
}
.mobile-nav-container a:visited {
  color: #fff;
}

.searchIcon {
  margin-left: 12px;
  cursor: pointer;
}

.search-container {
  box-shadow: 0px 21px 20px rgba(28, 32, 60, 0.12);
  padding: 30px 0 60px 0 !important;
}

.search-container,
.search-container-mobile,
.search-container-archive {
  position: absolute;
  width: 100vw;
  z-index: 1;
  left: 0;
  top: -200px;
  transition: 0.5s ease;
  opacity: 0;
  color: #1c203c;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.search-container form,
.search-container-mobile form,
.search-container-archive form {
  width: 100%;
  display: flex;
  justify-content: center;
}
.search-container form ul,
.search-container-mobile form ul,
.search-container-archive form ul {
  display: flex;
  width: 100%;
  margin: 0;
  max-width: 600px;
  position: relative;
}
.search-container form ul .sf-field-search,
.search-container-mobile form ul .sf-field-search,
.search-container-archive form ul .sf-field-search {
  width: 100%;
}
.search-container form ul .sf-field-search label,
.search-container-mobile form ul .sf-field-search label,
.search-container-archive form ul .sf-field-search label {
  width: 100%;
}
.search-container form ul .sf-field-search label input,
.search-container-mobile form ul .sf-field-search label input,
.search-container-archive form ul .sf-field-search label input {
  background: none;
  border: 1px solid #1c203c;
  color: #1c203c;
}
.search-container form ul .sf-field-search label input::placeholder,
.search-container-mobile form ul .sf-field-search label input::placeholder,
.search-container-archive form ul .sf-field-search label input::placeholder {
  color: #757caa;
}
.search-container form ul .sf-field-search .sf-field-submit,
.search-container-mobile form ul .sf-field-search .sf-field-submit,
.search-container-archive form ul .sf-field-search .sf-field-submit {
  position: absolute;
  right: 12px;
  top: 13px;
  background-color: none;
}
.search-container form ul .sf-field-search .sf-field-submit input,
.search-container-mobile form ul .sf-field-search .sf-field-submit input,
.search-container-archive form ul .sf-field-search .sf-field-submit input {
  height: 34px;
  font-size: 14px;
  background-color: #464ef5;
  border-radius: 30px;
  padding: 0 16px;
  font-weight: 100;
}
.search-container.search-open,
.search-container-mobile.search-open,
.search-container-archive.search-open {
  top: 128px;
  z-index: 999;
  opacity: 1;
}
.search-container form,
.search-container-mobile form,
.search-container-archive form {
  width: 100%;
  display: flex;
  justify-content: center;
}
.search-container form ul,
.search-container-mobile form ul,
.search-container-archive form ul {
  display: flex;
  width: 100%;
  margin: 0;
  max-width: 788px;
  position: relative;
}
.search-container form ul .sf-field-search,
.search-container-mobile form ul .sf-field-search,
.search-container-archive form ul .sf-field-search {
  width: 100%;
}
.search-container form ul .sf-field-search label,
.search-container-mobile form ul .sf-field-search label,
.search-container-archive form ul .sf-field-search label {
  width: 100%;
}
.search-container form ul .sf-field-search label input,
.search-container-mobile form ul .sf-field-search label input,
.search-container-archive form ul .sf-field-search label input {
  width: 100%;
  background: none;
  border-radius: 30px;
  height: 60px;
  padding: 20px;
  font-weight: 100;
  border: 1px solid #1c203c;
}
.search-container form ul .sf-field-search label input::placeholder,
.search-container-mobile form ul .sf-field-search label input::placeholder,
.search-container-archive form ul .sf-field-search label input::placeholder {
  opacity: 0.5;
  font-weight: 100;
}
.search-container form ul .sf-field-submit,
.search-container-mobile form ul .sf-field-submit,
.search-container-archive form ul .sf-field-submit {
  position: absolute;
  right: 12px;
  top: 13px;
  background-color: none;
}
.search-container form ul .sf-field-submit input,
.search-container-mobile form ul .sf-field-submit input,
.search-container-archive form ul .sf-field-submit input {
  height: 34px;
  font-size: 14px;
  background-color: #464ef5;
  border-radius: 30px;
  padding: 0 16px;
  font-weight: 100;
}

.search-container-mobile,
.search-container-archive {
  top: 0;
  position: relative;
  opacity: 1;
  height: unset;
  width: unset;
}

.search-container-mobile,
.search-container-archive {
  background: none;
}
.search-container-mobile form,
.search-container-archive form {
  width: 100%;
  display: flex;
  justify-content: center;
}
.search-container-mobile form ul,
.search-container-archive form ul {
  display: flex;
  width: 100%;
  margin: 0;
  max-width: 788px;
  position: relative;
}
.search-container-mobile form ul .sf-field-search,
.search-container-archive form ul .sf-field-search {
  width: 100%;
}
.search-container-mobile form ul .sf-field-search label,
.search-container-archive form ul .sf-field-search label {
  width: 100%;
}
.search-container-mobile form ul .sf-field-search label input,
.search-container-archive form ul .sf-field-search label input {
  width: 100%;
  background: none;
  border-radius: 30px;
  height: 60px;
  padding: 20px;
  font-weight: 100;
  border: 1px solid #1c203c;
  color: #000;
}
.search-container-mobile form ul .sf-field-search label input::placeholder,
.search-container-archive form ul .sf-field-search label input::placeholder {
  opacity: 0.5;
  font-weight: 100;
  color: #000 !important;
}
.search-container-mobile form ul .sf-field-submit,
.search-container-archive form ul .sf-field-submit {
  position: absolute;
  right: 12px;
  top: 13px;
  background-color: none;
}
.search-container-mobile form ul .sf-field-submit input,
.search-container-archive form ul .sf-field-submit input {
  height: 34px;
  font-size: 14px;
  background-color: #464ef5;
  border-radius: 30px;
  padding: 0 16px;
  font-weight: 100;
}

footer {
  background-color: #1c203c;
  height: 100%;
  color: #fff;
}
footer .container {
  height: 100%;
}
footer .container .footer-container {
  max-width: 1380px;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 60px 0 20px 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 820px) {
  footer .container .footer-container {
    flex-direction: column;
    align-items: start;
    gap: 60px;
  }
}
footer .container .footer-container .footer-left {
  height: 100%;
}
footer .container .footer-container .footer-left .site-branding {
  padding-bottom: 20px;
}
footer .container .footer-container .footer-left .site-branding svg path {
  fill: #fff;
}
footer .container .footer-container .footer-left .site-branding .custom-logo-link {
  display: block;
}
footer .container .footer-container .footer-left .site-branding .custom-logo-link img {
  display: block;
  max-height: 58px;
  width: auto;
  filter: brightness(0) invert(1);
}
footer .container .footer-container .footer-right {
  display: flex;
  gap: 60px;
}
@media (max-width: 820px) {
  footer .container .footer-container .footer-right {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  footer .container .footer-container .footer-right .footer-menu-left {
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
footer .container .footer-container .footer-right .footer-menu-left,
footer .container .footer-container .footer-right .footer-menu-right {
  border-left: 1px solid #fff;
  padding-left: 20px;
  min-width: 200px;
}
@media (max-width: 820px) {
  footer .container .footer-container .footer-right .footer-menu-left,
  footer .container .footer-container .footer-right .footer-menu-right {
    border-left: 0;
    padding-left: 0;
    width: 100%;
  }
}
footer .container .footer-container .footer-right .footer-menu-left .footer-address,
footer .container .footer-container .footer-right .footer-menu-right .footer-address {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
footer .container .footer-container .footer-right .footer-menu-left ul,
footer .container .footer-container .footer-right .footer-menu-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .container .footer-container .footer-right .footer-menu-left ul li,
footer .container .footer-container .footer-right .footer-menu-right ul li {
  margin: 0;
  padding: 0;
}
footer .container .footer-container .footer-right .footer-menu-left ul li a,
footer .container .footer-container .footer-right .footer-menu-right ul li a {
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
}
footer .container .footer-container .footer-right .footer-menu-left ul li a:hover,
footer .container .footer-container .footer-right .footer-menu-right ul li a:hover {
  opacity: 0.8;
}
@media (max-width: 820px) {
  footer .container .footer-container .footer-right .footer-menu-left ul li,
  footer .container .footer-container .footer-right .footer-menu-right ul li {
    padding-bottom: 8px;
  }
}
footer .container .footer-legal {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 20px;
  opacity: 0.9;
}

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

.case-study .wp-block-embed {
  padding: 0px 30px 40px 30px !important;
}
@media (max-width: 768px) {
  .case-study .wp-block-embed {
    padding: 0px 0px 20px 0px !important;
  }
}
.case-study .wp-block-embed iframe {
  min-height: unset;
  height: auto;
  aspect-ratio: 16/9;
}

/* 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: #1c203c;
  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: clip;
}

.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%;
  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;
  margin-top: -68px;
  width: 100%;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 68px;
}
@media (max-width: 900px) {
  .hero-header {
    min-height: 520px;
  }
}
@media (max-width: 600px) {
  .hero-header {
    min-height: 420px;
  }
}
.hero-header__media {
  position: absolute;
  inset: 0;
}
.hero-header__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.hero-header .container {
  position: relative;
  z-index: 2;
}
.hero-header.has-hero-image h1,
.hero-header.has-hero-image h1.title,
.hero-header.has-hero-image h6,
.hero-header.has-hero-image .share-news {
  color: #fff;
}
.hero-header.has-hero-image .down-arrow svg path {
  stroke: #fff;
}
.hero-header h1.title {
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 75px;
  line-height: 75px;
}
@media (max-width: 900px) {
  .hero-header h1.title {
    width: 100%;
    font-size: 55px;
    line-height: 55px;
  }
}
@media (max-width: 620px) {
  .hero-header h1.title {
    width: 100%;
    font-size: 40px;
    line-height: 40px;
  }
}

.bg-navy .hero-header h1 {
  color: #fff;
}

.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: #464ef5;
  stroke: #464ef5;
}
.share-news:hover svg g path {
  stroke: #464ef5;
}

.person-single .down-arrow {
  display: none;
}

.posts-loop {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.posts-loop:hover svg {
  transform: translate(8px, -1px);
  transition: 0.3s;
}
.posts-loop:hover svg {
  transition: 0.3s;
}
.posts-loop .post-loop-image {
  border-radius: 10px 10px 0 0;
  height: 380px;
  background-position: top !important;
  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: none;
  display: flex;
  justify-content: start;
  gap: 12px;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 500;
  color: #1c203c;
}
@media (max-width: 600px) {
  .read-more {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
}
.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;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.post-repeater-loop .image-container.no-image {
  background-color: #fff;
}
.post-repeater-loop .image-container.no-image h1 {
  color: #1c203c;
}
.post-repeater-loop:nth-child(even) {
  flex-direction: row-reverse;
}
.post-repeater-loop:nth-child(even) .image-container {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 900px) {
  .post-repeater-loop:nth-child(even) {
    flex-direction: column;
  }
  .post-repeater-loop:nth-child(even) .image-container {
    border-radius: 10px 10px 0 0;
  }
}
.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;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 900px) {
  .post-repeater-loop .image-container {
    height: 270px;
    flex: unset;
    min-height: unset;
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 900px) {
  .post-repeater-loop .image-container h1,
  .post-repeater-loop .image-container .card-h1 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: -1px;
  }
}
@media (max-width: 600px) {
  .post-repeater-loop .image-container h1,
  .post-repeater-loop .image-container .card-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: none;
  font-weight: 500;
  color: #1c203c;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
}
.post-repeater-loop .read-more svg {
  transform: translateY(-1px);
}

.status {
  font-size: 0.6rem;
  padding: 6px 10px 4px 10px;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #464ef5;
  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 svg *[stroke] {
  stroke: currentColor;
}
.status svg *[fill]:not([fill=none]) {
  fill: currentColor;
}
.status.status-active {
  background: #e4e3f2;
}
.status.status-complete {
  background-color: #e4e3f2;
  color: #1c203c;
}
@media (max-width: 600px) {
  .status {
    font-size: 8px !important;
    padding: 6px;
  }
}

.archive {
  background: #edecfb;
}
.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: transparent;
  position: relative;
  height: auto;
  margin-bottom: 0;
}
.single .hero-header h1,
.single .hero-header .down-arrow {
  padding-bottom: 0;
}
.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: #1c203c;
  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;
}

.campaigns-single .hero-header {
  background-color: #e4e3f2;
  color: #1c203c;
}
.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;
}

.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: #1c203c;
  color: #fff;
}

section {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-in-out;
}

section.in-view {
  opacity: 1;
  transform: translateY(0);
}

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

.bg-grey {
  background-color: #edecfb;
}

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

.bg-navy {
  background-color: #1c203c;
}

#page.site {
  background-color: #edecfb;
}

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

.bg-orange .hero-header {
  background-color: #464ef5;
  color: #fff;
}
.bg-orange .hero-header section:not(.hero-header) {
  color: #1c203c;
}

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

.bg-teal {
  background-color: #464ef5;
  color: #fff;
}

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

html {
  overflow-x: hidden;
}

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

#page {
  margin-top: 68px;
}

@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;
}

.search-container-archive {
  margin-top: 160px;
}

.search-results {
  margin: 160px 0 120px 0;
  min-height: 50vh;
}

.date-container {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.search-result {
  margin-bottom: 60px;
}

.person-single .person-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.person-single .person-container .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-editor .constituency-icon {
  margin-bottom: 24px;
}
.text-editor .constituency-icon svg {
  display: inline-block;
}

.text-editor.text-align-center h2 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.button-block.text-align-center .inner-container {
  text-align: center;
}

.text-editor.constituency-band {
  padding-top: 100px !important;
  padding-bottom: 110px !important;
}
.text-editor.constituency-band .btn {
  margin-top: 50px;
  display: inline-block;
}

.btn.btn-solid,
.solid-btn .btn {
  background-color: #464ef5;
  color: #fff !important;
  border-color: #464ef5;
}
.btn.btn-solid:hover,
.solid-btn .btn:hover {
  background-color: #1c203c;
  border-color: #1c203c;
  color: #fff;
}
.btn.btn-solid:visited,
.solid-btn .btn:visited {
  color: #fff;
}

#primary:not(.single) > section {
  margin-top: 0;
  margin-bottom: 0;
}

#primary:not(.single) > section + section,
#primary:not(.single) > section + .wp-block-columns,
#primary:not(.single) > .wp-block-columns + section,
#primary:not(.single) > .wp-block-columns + .wp-block-columns {
  margin-top: 120px;
}
@media (max-width: 900px) {
  #primary:not(.single) > section + section,
  #primary:not(.single) > section + .wp-block-columns,
  #primary:not(.single) > .wp-block-columns + section,
  #primary:not(.single) > .wp-block-columns + .wp-block-columns {
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  #primary:not(.single) > section + section,
  #primary:not(.single) > section + .wp-block-columns,
  #primary:not(.single) > .wp-block-columns + section,
  #primary:not(.single) > .wp-block-columns + .wp-block-columns {
    margin-top: 50px;
  }
}

#primary:not(.single) > section:not(.bg-navy):not(.bg-white):not(.bg-teal):not(.bg-pink):not(.bg-light-teal):not(.newsletter-signup):not(.mission-values):not(.related-posts):not(.hero-header):not(.home-hero):not(.constituency-band):not([class*=-background-color]) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#primary:not(.single) > section.bg-navy:not(.hero-header),
#primary:not(.single) > section.bg-white:not(.constituency-band),
#primary:not(.single) > section.mission-values,
#primary:not(.single) > section.related-posts,
#primary:not(.single) > section[class*=-background-color] {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  #primary:not(.single) > section.bg-navy:not(.hero-header),
  #primary:not(.single) > section.bg-white:not(.constituency-band),
  #primary:not(.single) > section.mission-values,
  #primary:not(.single) > section.related-posts,
  #primary:not(.single) > section[class*=-background-color] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#primary:not(.single) > section:last-child:not(.bg-navy):not(.bg-white):not(.newsletter-signup):not(.mission-values):not(.related-posts):not([class*=-background-color]) {
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  #primary:not(.single) > section:last-child:not(.bg-navy):not(.bg-white):not(.newsletter-signup):not(.mission-values):not(.related-posts):not([class*=-background-color]) {
    margin-bottom: 60px;
  }
}

.related-posts .section-title,
.mission-values .section-title,
#primary > section[class*=-background-color] .section-title,
#primary > section.bg-white .section-title,
#primary > section.bg-navy .section-title {
  padding-top: 0;
}

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

.wp-block-column section {
  margin: 0 !important;
  padding: 0 !important;
}
.wp-block-column section .container {
  padding: 0 !important;
  max-width: 100% !important;
}

.wp-block-column .button-block .inner-container {
  padding-top: 24px;
}

.wp-block-columns.is-layout-flex {
  gap: 21px;
}

.image-block img,
.entry-content img {
  border-radius: 10px;
}

section.bg-navy,
section.related-posts {
  color: #fff;
}
section.bg-navy .section-title,
section.bg-navy h1.section-title,
section.bg-navy .text-green,
section.bg-navy .text-blue,
section.related-posts .section-title,
section.related-posts h1.section-title,
section.related-posts .text-green,
section.related-posts .text-blue {
  color: #fff;
}
section.bg-navy .btn,
section.related-posts .btn {
  color: #fff;
  border-color: #fff;
}
section.bg-navy .btn:hover,
section.related-posts .btn:hover {
  background-color: #464ef5;
  border-color: #464ef5;
}

#primary p:empty {
  display: none;
  margin: 0;
  padding: 0;
}

.post-repeater-loop-archive {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.post-repeater-loop-archive .image-container {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 900px) {
  .post-repeater-loop-archive .image-container {
    border-radius: 10px 10px 0 0;
  }
}
.post-repeater-loop-archive:nth-child(even) .image-container {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 900px) {
  .post-repeater-loop-archive:nth-child(even) .image-container {
    border-radius: 10px 10px 0 0;
  }
}

body.single-news .hero-header,
body.single-projects .hero-header {
  min-height: 0;
  display: block;
  padding-top: 188px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  body.single-news .hero-header,
  body.single-projects .hero-header {
    padding-top: 140px;
  }
}

body.single-projects .hero-header {
  padding-bottom: 40px;
}

.news-single .hero-header .single-project-title-container,
.campaigns-single .hero-header .single-project-title-container {
  padding-bottom: 0;
}

.news-single .related-posts,
.campaigns-single .related-posts {
  background-color: #e4e3f2;
  color: #1c203c;
}
.news-single .related-posts .swiper,
.campaigns-single .related-posts .swiper {
  height: auto !important;
  overflow: visible;
}
.news-single .related-posts .swiper-slide,
.campaigns-single .related-posts .swiper-slide {
  height: 300px;
  text-align: left;
}
.news-single .related-posts .swiper-slide a,
.campaigns-single .related-posts .swiper-slide a {
  color: #1c203c;
}
.news-single .related-posts .news-loop-item,
.campaigns-single .related-posts .news-loop-item {
  background-color: #fff;
  color: #1c203c;
  border-radius: 10px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-single .related-posts .news-loop-item .date-container,
.campaigns-single .related-posts .news-loop-item .date-container {
  border-color: #1c203c;
}
.news-single .related-posts .news-loop-item .text-container,
.campaigns-single .related-posts .news-loop-item .text-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.news-single .related-posts .news-loop-item .read-more,
.campaigns-single .related-posts .news-loop-item .read-more {
  color: #1c203c;
}
.news-single .related-posts .news-loop-item svg circle,
.campaigns-single .related-posts .news-loop-item svg circle {
  fill: #464ef5;
}
.news-single .related-posts .news-loop-item svg path,
.campaigns-single .related-posts .news-loop-item svg path {
  stroke: #fff;
}
.news-single .related-posts .section-title,
.campaigns-single .related-posts .section-title {
  color: #1c203c;
}
.news-single .related-posts .cards-slider__prev svg path,
.news-single .related-posts .cards-slider__next svg path,
.campaigns-single .related-posts .cards-slider__prev svg path,
.campaigns-single .related-posts .cards-slider__next svg path {
  stroke: #1c203c;
}

#primary.single > section.bg-white,
#primary.single > section.has-white-background-color {
  background-color: transparent;
}

.btn.has-custom-colors {
  background-color: var(--btn-bg, transparent);
  border-color: var(--btn-bg, #1c203c);
  color: var(--btn-color, #1c203c);
}
.btn.has-custom-colors:hover {
  background-color: #464ef5;
  border-color: #464ef5;
  color: #fff;
}
.btn.has-custom-colors:visited {
  color: var(--btn-color, #1c203c);
}
