/*!
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-black {
  background-color: #000;
  color: #fff;
}

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

.bg-red {
  background-color: #f42735;
}

.bg-grey {
  background-color: rgba(206, 205, 201, 0.5);
}

.bg-blue {
  background-color: #203aff;
  color: #fff;
}

.bg-green {
  background-color: #587c69;
}

.bg-lime {
  background-color: #b1d600;
}

.bg-ice {
  background-color: #bbc9d9;
  color: #000;
}
.bg-ice h2 {
  color: #203aff;
}

/*--------------------------------------------------------------
# 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-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-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,
input,
select,
optgroup,
textarea {
  color: #203aff;
  font-family: "SharpSans";
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

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

h1 {
  font-size: 6.5rem;
  line-height: 7rem;
  letter-spacing: 0.65px;
  font-weight: 600;
}
@media (max-width: 767px) {
  h1 {
    font-size: 5.2rem;
    line-height: 5.7rem;
    letter-spacing: 0.52px;
  }
}

.home-hero h1 {
  font-size: 12rem;
  line-height: 12rem;
  letter-spacing: 1.2px;
  font-weight: 600;
}
@media (max-width: 820px) {
  .home-hero h1 {
    font-size: 10rem;
    line-height: 10rem;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 620px) {
  .home-hero h1 {
    font-size: 8rem;
    line-height: 8rem;
    letter-spacing: 0.8px;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  letter-spacing: 0.15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h3 {
  font-size: 6.5rem;
  line-height: 7rem;
  letter-spacing: 0.65px;
  font-weight: 600;
}
@media (max-width: 620px) {
  h3 {
    font-size: 5.2rem;
    line-height: 5.7rem;
    letter-spacing: 0.52px;
  }
}

h4 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4rem;
  letter-spacing: 0.35px;
  margin: 0 0 35px 0;
}
@media (max-width: 767px) {
  h4 {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: 0.25px;
    margin: 0 0 25px 0;
  }
}

h5,
h6 {
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: 0.25px;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 820px) {
  h5,
  h6 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    letter-spacing: 0.18px;
  }
}

:root {
  font-size: 62.5%; /* (62.5/100) * 16px = 10px */
  --font-size--small: 1.4rem; /* 14px */
  --font-size--default: 1.6rem; /* 16px */
  --font-size--large: 2.4rem; /* 24px */
}

.font-size--small {
  font-size: var(--font-size--small);
}

.font-size--default {
  font-size: var(--font-size--default);
}

.font-size--large {
  font-size: var(--font-size--large);
}

body {
  font-size: 15px;
}

p,
ul,
ol,
li {
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: 0.25px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 820px) {
  p,
  ul,
  ol,
  li {
    font-size: 1.8rem;
    line-height: 2.3rem;
    letter-spacing: 0.18px;
  }
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: rgba(206, 205, 201, 0.5);
  font-family: "SharpSans";
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

mark,
ins {
  background: rgba(206, 205, 201, 0.5);
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  color: #bbc9d9;
}

.white {
  color: #fff;
}

/* Elements
--------------------------------------------- */
hr {
  background-color: rgba(206, 205, 201, 0.5);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #203aff;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #203aff;
}
a:hover, a:focus, a:active {
  color: #f42735;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.button,
input[type=button],
input[type=reset],
input[type=submit],
.components-button {
  font-weight: 600;
  border-radius: 87px;
  color: #fff !important;
  transition: 0.7s;
  background: transparent;
  text-decoration: none;
  display: block;
  width: 87px;
  height: 87px;
  box-sizing: border-box;
  font-size: 1.5rem;
  text-align: center;
  align-content: center;
  background-color: #203aff;
  text-transform: uppercase;
  line-height: 1.7rem;
  -webkit-font-smoothing: antialiased;
}
.button.btn-green,
input[type=button].btn-green,
input[type=reset].btn-green,
input[type=submit].btn-green,
.components-button.btn-green {
  background-color: #b1d600;
  color: black !important;
}
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.components-button:hover {
  cursor: pointer;
  height: 130px;
  width: 130px;
  color: #fff;
}
.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: inherit;
}

#contact-form-button svg {
  transition: 0.7s;
}
#contact-form-button svg:hover {
  cursor: pointer;
  height: 130px;
  width: 130px;
}

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 {
  border-radius: 3px;
  padding: 3px;
}
textarea {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.wp-block-post-content.wp-block-post-content .block-editor-block-list__block {
  height: auto !important;
}

div#block-ae0c49bc-d9e3-453a-a647-088835e231e2 {
  height: auto !important;
}

.animate > * {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-in-out;
  transition-delay: calc(0.25s * var(--stagger, 0));
}

.animate.animate-off > * {
  opacity: 1 !important;
}

.animate > *.in-view {
  opacity: 1;
  transform: translateY(0);
}

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

ul {
  padding: 0 3rem;
  margin: 0 0 2em 0;
}

.container-wide {
  padding-left: 30px;
  padding-right: 30px;
  max-width: unset;
  margin: 0 auto;
}

.container,
.wp-block-columns {
  margin: 0 auto;
  padding: 0px 100px;
}
@media (max-width: 820px) {
  .container,
  .wp-block-columns {
    padding: 0px 85px;
  }
}
@media (max-width: 620px) {
  .container,
  .wp-block-columns {
    padding: 0px 25px;
  }
}

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

.wp-block-columns {
  padding: 80px 0px;
}
@media (max-width: 1260px) {
  .wp-block-columns {
    padding: 80px 20px;
  }
}

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

.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;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

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

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

.g {
  display: grid;
  gap: 25px;
}

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

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

.g-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .g-4 {
    grid-template-columns: 1fr 1fr !important;
    gap: 20px;
  }
}
@media (max-width: 620px) {
  .g-4 {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
}

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

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

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

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

.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: 1rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 6rem;
}

.gap-5 {
  gap: 6rem;
}

.gap-6 {
  gap: 6rem;
}

.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: 1rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 2.5rem;
}

.pt-4 {
  padding-top: 3rem;
}

.pt-5 {
  padding-top: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pt-7 {
  padding-top: 6rem;
}

.pt-8 {
  padding-top: 6rem;
}

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

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 2.5rem;
}

.pb-4 {
  padding-bottom: 3rem;
}

.pb-5 {
  padding-bottom: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pb-7 {
  padding-bottom: 6rem;
}

.pb-8 {
  padding-bottom: 6rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 2.5rem;
}

.p-4 {
  padding: 3rem;
}

.p-5 {
  padding: 6rem;
}

.p-6 {
  padding: 6rem;
}

.p-7 {
  padding: 6rem;
}

.p-8 {
  padding: 6rem;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.m-5 {
  margin: 5rem;
}

.m-6 {
  margin: 6rem;
}

.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: 1rem;
}

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

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

.mt-5 {
  margin-top: 6rem;
}

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

.mt-7 {
  margin-top: 6rem;
}

.mt-8 {
  margin-top: 6rem;
}

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

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

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

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

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

.mb-5 {
  margin-bottom: 6rem;
}

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

.mb-7 {
  margin-bottom: 6rem;
}

.mb-8 {
  margin-bottom: 6rem;
}

.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: 820px) {
  .desktop-only {
    display: none;
  }
}
.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;
}
.modal-content .modal-inner p {
  font-size: 0.8rem;
}
.modal-content .modal-inner .editor {
  margin-bottom: 3rem;
}
.modal-content .modal-inner .two-col p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.modal-content .modal-inner .wpcf7-acceptance {
  font-size: 0.6rem !important;
}
@media (max-width: 767px) {
  .modal-content {
    padding: 0px;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.secondary-logo {
  display: none;
  transform: translate(-5px, 14px);
  position: relative;
}

#lottie-container {
  width: 56px;
  display: none;
  transform: translate(-6.5px, 0.5px);
}

img.custom-logo {
  transform: translateX(-5px);
}

path#move-logo-path {
  transform: translateX(-1px);
}

header {
  position: fixed;
  top: 0px;
  z-index: 99;
  width: 100%;
}
header .header-container {
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0 0 0;
  z-index: 99;
  position: relative;
}
header .header-container .secondary-logo-home {
  display: none;
}
header .header-container nav#site-navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-container nav#site-navigation ul {
  list-style: none;
  display: flex;
  gap: 3rem;
  padding: 0;
  margin: 0;
  align-items: center;
}
header .header-container nav#site-navigation ul#menu-primary-left {
  margin-left: 6rem !important;
}
header .header-container nav#site-navigation ul li a {
  font-size: 2.4rem;
  color: #fff;
}
header .header-container .current_page_item,
header .header-container .current-menu-item {
  font-weight: 600;
}
header .header-container .header-right {
  display: flex;
}
header .site-branding {
  opacity: 1;
}
header .site-branding.hide {
  opacity: 0;
}
header .site-branding .secondary-logo svg {
  transition: filter 0.1s ease-in-out;
}
header .site-branding .secondary-logo.white-logo svg {
  filter: contrast(0) brightness(2);
}
header .site-branding .secondary-logo.white-logo-alt svg {
  filter: contrast(0) brightness(2);
}

@media (max-width: 1000px) {
  .desktop-nav {
    display: none !important;
  }
}
.hamburger {
  display: flex;
  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;
  border-radius: 30px;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  margin-top: -6px;
}
.hamburger.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transform: translate(0, -2px);
}
.hamburger.white-burger .hamburger-inner,
.hamburger.white-burger .hamburger-inner::before,
.hamburger.white-burger .hamburger-inner::after {
  background-color: #fff !important;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff !important;
}

.hamburger-box {
  width: 40px;
  height: 18px;
  display: inline-block;
  position: relative;
  transform: translate(4px, 0px);
}

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

.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #203aff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

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

.fixed .hamburger-inner::before,
.fixed .hamburger-inner::after {
  background-color: #fff !important;
}

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

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

.nav-popup {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #203aff;
  display: none;
  justify-content: center;
  align-items: flex-start;
  z-index: 97;
  overflow-y: auto; /* Enable scrolling for long content */
  transition: top 0.3s ease-in-out; /* Smooth transition for top position */
}

.nav-popup.show {
  display: flex;
  top: 0;
}

.popup-content {
  background: rgba(206, 205, 201, 0.5);
  width: 100%;
  padding: 140px 20px 60px 20px;
  border-radius: 0;
  position: relative;
  top: 0;
  font-size: 3rem;
}
.popup-content a {
  font-weight: 200;
}

.sub-menu {
  padding: 2rem 0 2.5rem 0;
  text-align: left;
  list-style: none;
  border-top: 1px solid #ccc;
  margin: 0;
}

.sub-menu li {
  margin: 10px 0;
}

.sub-menu a {
  text-decoration: none;
}

.popup-link {
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
}
.popup-link::after {
  content: "";
  background: url(/wp-content/themes/twoten-blocks/assets/icons/circle-arrow-blue.svg) no-repeat !important;
  display: inline-block;
  background: #fff;
  transition: 0.3s;
  position: absolute;
  transform: translate(23px, 4px);
  height: 37px;
  width: 37px;
}
.popup-link:hover::after {
  transform: translate(29px, 4px);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.fixed {
  overflow: hidden;
}

#mobile-nav-container {
  background: #203aff;
  height: 0;
  position: absolute;
  top: -100vh;
  width: 100vw;
  transition: 0.3s ease-in-out;
  padding-bottom: 60px;
}
@media (max-width: 620px) {
  #mobile-nav-container {
    padding-bottom: 120px;
  }
}
#mobile-nav-container.is-open {
  height: 100vh;
  top: 0px;
}
#mobile-nav-container.is-open ul {
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#mobile-nav-container.is-open li {
  padding: 0;
}
#mobile-nav-container.is-open li a {
  color: #fff;
  font-size: 6.5rem;
  font-size: 6.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 7rem;
  letter-spacing: 0.65px;
  transition: 0.3s;
}
#mobile-nav-container.is-open li a:hover {
  color: #b1d600;
}
#mobile-nav-container .container {
  height: 100%;
}
#mobile-nav-container .container #site-navigation {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 98;
}
#mobile-nav-container .container #site-navigation .menu-mobile-container {
  height: 100%;
}
#mobile-nav-container svg#header-top-left {
  position: absolute;
  top: 0;
}
@media (max-width: 500px) {
  #mobile-nav-container svg#header-top-left {
    width: 100%;
  }
}
#mobile-nav-container svg#header-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  #mobile-nav-container svg#header-bottom-right {
    display: none;
  }
}

.pre-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #bbc9d9;
  gap: 125px;
}
.pre-footer .pre-footer-left {
  grid-column: span 3;
  display: flex;
}
.pre-footer .pre-footer-left svg {
  background-color: #203aff;
  width: 100%;
  height: 100%;
}
.pre-footer .pre-footer-right {
  background-color: #bbc9d9;
}

footer {
  background-color: black;
  color: white;
  padding: 50px 0;
}
footer .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
@media (max-width: 1000px) {
  footer .container {
    grid-template-columns: 1fr;
  }
}
footer .footer-logo {
  margin-bottom: 12px;
}
footer p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
footer .footer-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
footer .footer-col a {
  color: white;
  text-decoration: underline;
}
footer .footer-col a:visited {
  color: white;
}
footer .footer-social {
  display: flex;
  gap: 15px;
}
footer .footer-social a {
  text-decoration: none;
  display: flex;
}
footer .footer-terms,
footer #menu-footer {
  margin: 0;
  padding: 0;
}
footer .footer-terms p,
footer .footer-terms li,
footer #menu-footer p,
footer #menu-footer li {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  margin: 0;
  padding: 0;
}
footer #menu-footer {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
footer #menu-footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer #menu-footer li a {
  text-decoration: none;
  white-space: nowrap;
}
footer #menu-footer li::after {
  content: "|";
  margin: 0 5px;
}
footer #menu-footer li:last-child::after {
  content: "";
}

.contact-footer {
  min-height: 200px;
  background-color: #b1d600;
  padding: 60px 0;
}
.contact-footer .get-in-touch-btn {
  background: #203aff;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  padding: 20px 40px;
}
.contact-footer .get-in-touch-btn:hover {
  background: #1a2ed1;
}
.contact-footer h3 {
  color: var(--Black, #000);
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
  line-height: 120px; /* 100% */
  letter-spacing: 1.2px;
  margin: 0;
}
@media (max-width: 920px) {
  .contact-footer h3 {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (max-width: 620px) {
  .contact-footer h3 {
    font-size: 60px;
    line-height: 60px;
  }
}
.contact-footer p {
  color: black;
  margin: 0;
  padding-bottom: 60px;
}
.contact-footer .cols {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (max-width: 920px) {
  .contact-footer .cols {
    grid-template-columns: 1fr;
  }
}

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

.fullwidth-image {
  width: 100%;
}

/* 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);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #203aff;
  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 {
  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;
}

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

.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: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

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

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

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

.project-loop {
  color: black;
}
.project-loop:visited {
  color: black;
}
.project-loop:hover {
  color: black;
}
.project-loop:hover svg.arrow {
  transform: translate(24px, -3px) !important;
}
.project-loop:hover img {
  transform: scale(1.1);
}
.project-loop h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.18px;
  margin: 12px 0 0 0;
}
.project-loop p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.18px;
  margin: 0;
}
.project-loop .image-container {
  height: 398px;
  display: block;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .project-loop .image-container {
    height: 300px;
  }
}
@media (max-width: 620px) {
  .project-loop .image-container {
    height: 340px;
  }
}
.project-loop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.7s;
}
.project-loop .read-more {
  color: #203aff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 113.333% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
  margin-top: 15px;
}
.project-loop .read-more svg.arrow {
  height: 16px;
  transform: translate(20px, 1px);
  transition: 0.3s;
}

.ideation-loop img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .ideation-loop img {
    height: 200px;
  }
}
@media (max-width: 460px) {
  .ideation-loop img {
    height: 160px;
  }
}
.ideation-loop h3 {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 120% */
  letter-spacing: 0.25px;
  margin: 20px 0 10px 0;
}
.ideation-loop .post-date-ideation {
  color: #2c2c2c;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 113.333% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
  margin-top: 10px;
}
.ideation-loop .post-date-ideation svg {
  margin-left: 10px;
}
.ideation-loop .terms {
  margin-bottom: 2rem !important;
  margin-top: 6px;
}
.ideation-loop .terms {
  color: #203aff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 113.333% */
  letter-spacing: 0.15px;
  margin-bottom: 3rem;
}
.ideation-loop svg.arrow {
  transition: 0.3s;
}
.ideation-loop:hover svg.arrow {
  transform: translate(6px, -4px) !important;
}

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

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

.bg-red {
  background-color: #f42735;
}

.bg-grey {
  background-color: rgba(206, 205, 201, 0.5);
}

.bg-blue {
  background-color: #203aff;
  color: #fff;
}

.bg-green {
  background-color: #587c69;
}

.bg-lime {
  background-color: #b1d600;
}

.bg-ice {
  background-color: #bbc9d9;
  color: #000;
}
.bg-ice h2 {
  color: #203aff;
}

.single .wp-block-acf-projects {
  padding: 60px 0;
}
.single .single-container {
  background: var(--Stone-50, rgba(206, 205, 201, 0.5));
  padding-bottom: 60px;
}
.single .single-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .single-container img .container {
  display: flex;
  padding-top: 25px;
}
.single .single-container p,
.single .single-container li,
.single .single-container h3 {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: black;
  margin: 0;
}
@media (max-width: 920px) {
  .single .single-container p,
  .single .single-container li,
  .single .single-container h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 127.778% */
    letter-spacing: 0.18px;
  }
}
.single .single-container h2 {
  margin: 0;
  margin-bottom: 10px;
}
.single .single-container h1 {
  font-size: 6.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 7rem;
  letter-spacing: 0.65px;
  text-transform: none;
  margin: 0;
}
@media (max-width: 920px) {
  .single .single-container h1 {
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0.52px;
  }
}
.single .single-container h1 span {
  color: rgba(206, 205, 201, 0.5);
}
.single .single-container h4 {
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.35px;
  color: black;
  margin-bottom: 25px;
}
@media (max-width: 920px) {
  .single .single-container h4 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.25px;
  }
}
.single .single-container .project-intro-text {
  margin-bottom: 60px;
}
.single .single-container .project-intro-text p {
  font-weight: 200;
}
.single .single-container h2.services {
  margin-top: 25px;
}
.single .single-container .services-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single .single-container .project-intro {
  background-color: black;
  color: white;
  padding: 160px 0px 60px 0px;
}
.single .single-container .project-hero {
  margin-bottom: 60px;
}
.single .single-container .project-hero img {
  width: 100%;
  height: 762px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 620px) {
  .single .single-container .project-hero img {
    height: 500px;
  }
}
.single .single-container .fullwidth-image {
  display: flex;
  margin-bottom: 25px;
}
.single .single-container .project-stats {
  background-color: black;
  color: white;
  padding: 47px 0;
}
.single .single-container .project-stats .stat-title {
  color: #b1d600 !important;
}
.single .single-container .project-stats .stat-text {
  color: white;
}
.single .single-container .project-stats .stat-row {
  border-bottom: 1px solid white;
}
.single .single-container .project-stats .stat-row:last-child {
  border-bottom: none;
}
.single .single-container .project-stats h2 {
  margin-bottom: 40px;
}
@media (max-width: 920px) {
  .single .single-container .project-row-2 .g-2 {
    grid-template-columns: 1fr;
  }
}
.single .single-container .project-row-combine-1 {
  flex-direction: column;
  display: flex;
  margin-top: 25px;
}
@media (max-width: 920px) {
  .single .single-container .project-row-combine-1 {
    flex-direction: column-reverse;
  }
}
.single .single-container .project-row-combine-1 .project-row-3 {
  margin-bottom: 25px;
}
@media (max-width: 920px) {
  .single .single-container .g-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 920px) {
  .single .single-container .tablet-off {
    display: none;
  }
}
@media (min-width: 921px) {
  .single .single-container .tablet-on {
    display: none;
  }
}
.single .single-container .contain-img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  aspect-ratio: 1/1 !important;
}
@media (max-width: 920px) {
  .single .single-container .contain-img {
    margin-bottom: 25px;
  }
}
.single .single-container .col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 920px) {
  .single .single-container .project-row-3 {
    margin-top: -25px;
  }
}
@media (max-width: 620px) {
  .single .single-container .project-row-3 {
    margin-top: -50px;
  }
}
.single .single-container .project-row-5 {
  margin-top: 25px;
}
@media (max-width: 920px) {
  .single .single-container .project-row-5 {
    display: flex;
    flex-direction: column-reverse;
  }
  .single .single-container .project-row-5 p {
    width: 50%;
  }
}
@media (max-width: 920px) and (max-width: 620px) {
  .single .single-container .project-row-5 p {
    width: 100%;
  }
}
.single .single-container .project-row-7 {
  display: flex;
  margin-bottom: 25px;
}
.single .single-container .project-row-8 {
  margin-bottom: 25px;
}
@media (max-width: 920px) {
  .single .single-container .project-row-8 .row.g.g-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .single .single-container .project-row-8 {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 920px) {
  .single .single-container .project-row-9 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.single input,
.single textarea {
  border: none !important;
  border-bottom: 1px solid black !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 1.6rem !important;
  font-weight: 500;
  padding: 0px !important;
}
.single .gform_fields {
  border-top: 1px solid black;
  gap: 0px !important;
}
.single legend,
.single label {
  font-size: 18px !important;
  font-weight: 600 !important;
  padding-top: 8px !important;
  margin: 0 !important;
}
.single input[type=submit] {
  background-color: #203aff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  width: 48% !important;
  border: none !important;
  padding: 8px 20px 6px 20px !important;
}
.single .gform-footer.gform_footer.top_label {
  display: flex;
  justify-content: flex-end;
}
.single #gform_wrapper_3 {
  padding-top: 7px !important;
}

.postid-1196 .post-date {
  display: none;
}

.project-hero-video {
  width: 100%;
  max-width: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-ideation {
  padding-top: 60px;
}
.single-ideation .title-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 920px) {
  .single-ideation .title-container {
    grid-template-columns: 1fr 1fr;
  }
}
.single-ideation h1 {
  color: black;
  grid-column: span 3;
  margin: 0;
  padding-bottom: 3rem;
}
.single-ideation p {
  color: black;
}
.single-ideation p:first-child {
  margin-top: 0;
}
.single-ideation p:last-child {
  margin-bottom: 0;
}
.single-ideation .post-date {
  color: var(--Ice, #bbc9d9);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 113.333% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
.single-ideation img {
  width: 100%;
}
.single-ideation .three-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 920px) {
  .single-ideation .three-images {
    grid-template-columns: 1fr 1fr;
  }
}
.single-ideation .three-images .image-3 {
  grid-column: span 2;
}
.single-ideation .terms {
  color: var(--Blue, #203aff);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 113.333% */
  letter-spacing: 0.15px;
  margin-bottom: 3rem;
}
.single-ideation .button {
  margin-top: 40px !important;
  width: 110px;
  height: 110px;
}
.single-ideation .button:hover {
  height: 130px;
  width: 130px;
}

.recent-ideation-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1100px) {
  .recent-ideation-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.recent-posts {
  background-color: #d9d9d9;
  padding: 80px 0;
}

.ideation-archive {
  padding-top: 140px;
}
.ideation-archive h1 {
  color: black;
  margin: 0 0 12px 0;
}
.ideation-archive h4 {
  color: #000;
}

.ideation-results-grid {
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 920px) {
  .ideation-results-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .ideation-results-grid {
    grid-template-columns: 1fr;
  }
}
.ideation-results-grid .ideation-loop .post-thumbnail {
  aspect-ratio: 97/87;
}
.ideation-results-grid .ideation-loop img {
  width: 100%;
  height: 100%;
}
.ideation-results-grid .ideation-loop:nth-child(9n+2), .ideation-results-grid .ideation-loop:nth-child(9n+4), .ideation-results-grid .ideation-loop:nth-child(9n+9) {
  grid-column: span 2;
}
@media (max-width: 920px) {
  .ideation-results-grid .ideation-loop:nth-child(9n+2), .ideation-results-grid .ideation-loop:nth-child(9n+4), .ideation-results-grid .ideation-loop:nth-child(9n+9) {
    grid-column: unset;
  }
}
.ideation-results-grid .ideation-loop:nth-child(9n+2) .post-thumbnail, .ideation-results-grid .ideation-loop:nth-child(9n+4) .post-thumbnail, .ideation-results-grid .ideation-loop:nth-child(9n+9) .post-thumbnail {
  aspect-ratio: 606/455 !important;
}
@media (max-width: 920px) {
  .ideation-results-grid .ideation-loop:nth-child(9n+2) .post-thumbnail, .ideation-results-grid .ideation-loop:nth-child(9n+4) .post-thumbnail, .ideation-results-grid .ideation-loop:nth-child(9n+9) .post-thumbnail {
    aspect-ratio: 97/87 !important;
  }
}
.ideation-results-grid .ideation-loop:nth-child(9n+2) .post-thumbnail img, .ideation-results-grid .ideation-loop:nth-child(9n+4) .post-thumbnail img, .ideation-results-grid .ideation-loop:nth-child(9n+9) .post-thumbnail img {
  height: 100%;
}
.ideation-results-grid .post-date-ideation {
  color: var(--Ice, #bbc9d9);
}
.ideation-results-grid .terms {
  margin-bottom: -10px !important;
}

.sf-field-taxonomy-ideation-category ul {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 2px 0 8px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 920px) {
  .sf-field-taxonomy-ideation-category ul {
    flex-wrap: wrap;
    gap: 0 15px;
    justify-content: space-around;
  }
}
.sf-field-taxonomy-ideation-category ul label.sf-label-radio {
  padding: 0 !important;
  white-space: nowrap;
}

.searchandfilter ul li {
  width: unset !important;
}

.sf-input-radio {
  display: none; /* Hide the radio buttons */
}

.sf-label-radio {
  cursor: pointer;
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 5px;
  transition: font-weight 0.2s ease-in-out;
  color: var(--Blue, #203aff);
  font-family: "Sharp Sans Display No1" !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 113.333% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
}

.sf-input-radio:checked + .sf-label-radio {
  font-weight: bold;
}

.ideation-archive p {
  color: #000;
  max-width: 50%;
}
@media (max-width: 920px) {
  .ideation-archive p {
    max-width: 100%;
  }
}

form#search-filter-form-909 {
  display: none;
}

.contact-page {
  background-color: black;
  color: white;
}
@media (max-width: 620px) {
  .contact-page {
    padding-top: 100px;
  }
}
.contact-page .contact-container {
  display: flex;
  height: 100%;
}
@media (max-width: 820px) {
  .contact-page .contact-container {
    flex: 0 0 100%;
    flex-direction: column-reverse;
    justify-content: end;
    padding: 60px;
    height: auto;
    min-height: 100vh;
  }
}
@media (max-width: 620px) {
  .contact-page .contact-container {
    padding: 25px;
  }
}
.contact-page .contact-right,
.contact-page .contact-left {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 60px;
  flex: 0 0 50%;
}
@media (max-width: 820px) {
  .contact-page .contact-right,
  .contact-page .contact-left {
    flex: 0 0 100%;
    flex-direction: column;
    padding: 0px;
  }
  .contact-page .contact-right .address-button-container,
  .contact-page .contact-left .address-button-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 820px) {
  .contact-page .office-list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .contact-page .office-list {
    flex-direction: column;
  }
}
.contact-page .svg-container-left svg {
  max-width: 800px;
  position: absolute;
  top: 400px;
  width: 100%;
  left: -210px;
}
.contact-page .svg-container-right {
  display: flex;
  justify-content: end;
  padding-right: 60px;
  align-items: center;
}
@media (max-width: 820px) {
  .contact-page .svg-container-right {
    display: none;
  }
}
.contact-page .svg-container-right svg {
  position: absolute;
  top: 240px;
  right: -215px;
}
@media (max-width: 1000px) {
  .contact-page .svg-container-right svg {
    display: none;
  }
}
.contact-page .address {
  display: none;
  border-top: 1px solid white;
  min-height: 220px;
}
@media (max-width: 820px) {
  .contact-page .address {
    min-height: unset;
  }
}
.contact-page .address p {
  margin-bottom: 11px;
  margin-top: 25px;
}
.contact-page .address a {
  color: white;
  text-decoration: none;
}
.contact-page .address.active {
  display: block;
}
.contact-page .office-location {
  font-size: 65px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0.65px;
  color: rgba(255, 253, 253, 0.4);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
@media (max-width: 820px) {
  .contact-page .office-location {
    font-size: 52px;
    line-height: 57px;
    letter-spacing: 0.52px;
  }
}
.contact-page .office-location.active {
  color: white;
}
.contact-page #contact-form-button {
  margin-bottom: 50px;
  display: block;
  position: relative;
  z-index: 9;
}
.contact-page #contact-form {
  display: none;
  padding-right: 100px;
  position: relative;
  z-index: 9;
}
@media (max-width: 820px) {
  .contact-page #contact-form {
    padding: 0px;
  }
}
@media (max-width: 620px) {
  .contact-page #contact-form {
    padding: 0px;
  }
}
.contact-page input#gform_submit_button_2 {
  width: 50%;
  background-color: #203aff !important;
}
.contact-page .gform-footer.gform_footer.top_label {
  display: flex;
  justify-content: flex-end;
}
.contact-page .gform-theme--framework .gform_validation_errors .gform_submission_error {
  color: black !important;
}
.contact-page .gform-theme--framework .gform_validation_errors {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0px;
  margin: 0px;
}
.contact-page .gform-theme--framework .gform_validation_errors .gform-icon {
  background-color: transparent;
  color: black;
  border-color: black;
}
.contact-page div#gform_fields_2 {
  gap: 25px;
}
.contact-page input,
.contact-page textarea {
  background: #d9d9d9 !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  line-height: 17px; /* 113.333% */
  letter-spacing: 0.15px;
}
.contact-page .gform-theme--foundation .gform-grid-row {
  gap: 15px !important;
}
.contact-page .gfield_validation_message {
  position: absolute !important;
  color: black !important;
}
.contact-page #contact-form-ty {
  display: none;
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}
.contact-page .address-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 9;
  padding-right: 100px;
}
@media (max-width: 820px) {
  .contact-page .address-container {
    padding: 0px;
    margin-top: 60px;
  }
}
.contact-page .contact-header {
  padding-top: 140px;
  position: relative;
  z-index: 2;
}
.contact-page .contact-header h1 {
  margin: 0;
}
.contact-page .generic-emails {
  padding-top: 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 820px) {
  .contact-page .generic-emails {
    margin-bottom: 60px;
  }
}
.contact-page .generic-emails .email-row {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid white;
}
.contact-page .generic-emails .email-row:first-child {
  border-top: 1px solid white;
}
@media (max-width: 450px) {
  .contact-page .generic-emails .email-row {
    flex-direction: column;
  }
}
.contact-page .generic-emails .email-row p,
.contact-page .generic-emails .email-row a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 127.778% */
  letter-spacing: 0.18px;
}
.contact-page .generic-emails .email-row .email-title {
  flex: 1 1 50%;
}
.contact-page img.contact-img {
  margin: 50px 0;
}
.contact-page .button {
  margin-top: 40px !important;
  width: 110px;
  height: 110px;
}
.contact-page .button:hover {
  height: 150px;
  width: 150px;
}

.contact-thank-you {
  background-color: black;
  color: white;
  min-height: 80vh;
  padding: 140px 0;
}
.contact-thank-you .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 920px) {
  .contact-thank-you .container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.contact-thank-you .container h1 {
  margin: 0;
}
.contact-thank-you .container svg {
  max-width: 100%;
}

.contact-form-page {
  background-color: #b1d600;
  color: black;
  min-height: 80vh;
  padding: 140px 0;
}
.contact-form-page .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 920px) {
  .contact-form-page .container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.contact-form-page .container h1 {
  margin: 0;
}
.contact-form-page input,
.contact-form-page textarea {
  border: none !important;
  border-bottom: 1px solid black !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 1.6rem !important;
  font-weight: 500;
  padding: 0px !important;
}
.contact-form-page .gform_fields {
  border-top: 1px solid black;
  gap: 0px !important;
}
.contact-form-page legend,
.contact-form-page label {
  font-size: 18px !important;
  font-weight: 600 !important;
  padding-top: 8px !important;
  margin: 0 !important;
}
.contact-form-page input[type=submit] {
  background-color: #203aff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  width: 48% !important;
  border: none !important;
  padding: 8px 20px 6px 20px !important;
}
.contact-form-page .gform-footer.gform_footer.top_label {
  display: flex;
  justify-content: flex-end;
}

div#input_2_9 {
  flex-direction: column;
}

.text-editor {
  color: black;
  padding: 60px 0;
}
.text-editor p:first-child {
  margin: 0;
}/*# sourceMappingURL=style.css.map */