/*
Theme Name: T20
Theme URI: https://www.2intents.co.uk/
Author: Supersonic Playground
Author URI: http://www.supersonicplayground.com/
Description: T20's WordPress theme
Version: 1.0
License: All work ©2025 T20. Not for public use.
License URI: https://www.2intents.co.uk/
Tags: 
Text Domain: t20
*/
/* 
Use: Reset
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
@import url("https://use.typekit.net/mkj6wis.css");
*,
*:before,
*:after {
  box-sizing: border-box !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 
Use: Mixins
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #Input Override
**************************************************************************/
/*************************************************************************
 #Transition Bezier
**************************************************************************/
/*************************************************************************
 #Transition Bezier Delay
**************************************************************************/
/*************************************************************************
 #Transition Linear
**************************************************************************/
/*************************************************************************
 #Transition None
**************************************************************************/
/*************************************************************************
 #Inline Fix
**************************************************************************/
.inline-fix {
  word-spacing: -0.35rem;
}
.inline-fix * {
  word-spacing: normal;
}
/*************************************************************************
 #With Icon
**************************************************************************/
/*************************************************************************
 #Text With Icon
**************************************************************************/
.text-with-icon {
  position: relative;
}
.text-with-icon:before {
  display: block;
  position: absolute;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  /* be sure to specify a colour here */
  font-size: inherit;
  line-height: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.text-with-icon.icon-left {
  padding-left: 2rem;
}
.text-with-icon.icon-left:before {
  left: 0;
}
.text-with-icon.small.icon-left {
  padding-left: 1.5rem;
}
.text-with-icon.icon-right {
  padding-right: 2rem;
}
.text-with-icon.icon-right:before {
  right: 0;
}
.text-with-icon.small.icon-right {
  padding-right: 1.5rem;
}
.text-with-icon.icon-top:before {
  top: 0;
  transform: translateY(0);
}
.text-with-icon.small.icon-top:before {
  top: 0.125rem;
}
.text-with-icon.email:before {
  content: '\f658';
}
.text-with-icon.telephone:before {
  content: '\f095';
}
.text-with-icon.date:before {
  content: '\f133';
}
.text-with-icon.time:before {
  content: '\f017';
}
.text-with-icon.menu:before {
  content: '\f0c9';
}
.text-with-icon.arrow-down:before {
  content: '\f107';
}
.text-with-icon.tick:before {
  content: '\f058';
}
.text-with-icon.linkedin:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.dark-section .text-with-icon:before,
.dark-section.text-with-icon:before {
  color: #FDFDFC;
}
/*************************************************************************
 #Sizes
**************************************************************************/
/*************************************************************************
 #Image Cover / Fit
**************************************************************************/
.image-cover {
  position: relative;
}
.image-cover img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-fit {
  position: relative;
}
.image-fit img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*************************************************************************
 #Shadow
**************************************************************************/
.shadow {
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-close {
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-tight {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-even {
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-drop {
  box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
/*************************************************************************
 #Rounded Corners
**************************************************************************/
.rounded-corners,
.rounded-corners-close,
.rounded-corners-tight,
.rounded-corners-full {
  overflow: hidden;
}
.rounded-corners {
  border-radius: 1rem;
}
.rounded-corners-close {
  border-radius: 0.5rem;
}
.rounded-corners-tight {
  border-radius: 0.25rem;
}
.rounded-corners-full {
  border-radius: 100rem;
}
/*************************************************************************
 #Cut Out
**************************************************************************/
.with-cut-out:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 3rem;
  width: 55%;
}
@supports ( corner-shape: bevel ) {
  .with-cut-out:after {
    border-top-left-radius: 3rem;
    corner-shape: bevel;
  }
}
.with-cut-out.vertical-padding {
  padding-bottom: 6rem;
}
.with-cut-out.vertical-double-padding:not( .contact-bar ) {
  padding-bottom: 9rem;
}
.with-cut-out:has( + .white-section ):after {
  background-color: #FDFDFC;
}
.with-cut-out:has( + .blue-section ):after {
  background-color: #0D3257;
}
/*************************************************************************
 #Separator
**************************************************************************/
.with-separator .inner-container:nth-child( 1 ) {
  padding-top: 12rem;
}
.with-separator .inner-container:nth-child( 1 ):before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 3rem;
  left: 3%;
  height: 2.5rem;
  width: calc(100% - 6%);
  border-bottom: 1px solid #DDD0BB;
}
.with-separator .inner-container:nth-child( 1 ):after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 3rem;
  right: 3%;
  background-color: #FDFDFC;
  height: 2.5rem;
  width: calc(50% - 3%);
  border-top: 1px solid #DDD0BB;
  border-left: 1px solid #DDD0BB;
}
@supports ( corner-shape: bevel ) {
  .with-separator .inner-container:nth-child( 1 ):after {
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
/*************************************************************************
 #Corner Links
**************************************************************************/
.content-corner-link {
  position: relative;
  padding-bottom: 3rem !important;
}
.content-corner-link:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #0D3257;
  border-bottom-right-radius: 3rem;
  padding-left: 0.75rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.125rem;
  content: '\f061';
  color: #3F3F3F;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.content-corner-link:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #FDFDFC;
}
.content-corner-link:hover:before {
  padding-left: 1.25rem;
  border-bottom-right-radius: 0;
}
.image-corner-link .image {
  position: relative;
}
.image-corner-link .image:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #0D3257;
  border-bottom-right-radius: 3rem;
  padding-left: 0.75rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.125rem;
  content: '\f061';
  color: #3F3F3F;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.image-corner-link .image:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #FDFDFC;
}
.image-corner-link:hover .image:before {
  padding-left: 1.25rem;
  border-bottom-right-radius: 0;
}
/* 
Use: Measurements
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Level
**************************************************************************/
/*************************************************************************
 #Base Size
**************************************************************************/
/*************************************************************************
 #Breakpoints
**************************************************************************/
/* 400px */
/* 500px */
/* 650px */
/* 749px */
/* 750px */
/* 850px */
/* 999px */
/* 1000px */
/* 1100px */
/* 1250px */
/* 1300px */
/* 1500px */
/* 1750px */
/* 2000px */
/*************************************************************************
 #From Media Queries
**************************************************************************/
/*************************************************************************
 #To Media Queries
**************************************************************************/
/*************************************************************************
 #HTML Font Size Adjustment
**************************************************************************/
html {
  font-size: 90%;
}
@media screen and (min-width: 46.875em) {
  html {
    font-size: 95%;
  }
}
@media screen and (min-width: 78.125em) {
  html {
    font-size: 100%;
  }
}
/* 
Use: Grid
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #Multi-Column Layout
**************************************************************************/
/* 
Use: Colours
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #Colours
**************************************************************************/
/* #Core Colours ------------------------------------------------------------------------ */
/* #Greys -------------------------------------------------------------------------------- */
/* #Brand Colours ------------------------------------------------------------------------ */
/*************************************************************************
 #Colour Sections
**************************************************************************/
.light-section {
  color: #040F1B;
}
.light-section h1,
.light-section h2,
.light-section h3,
.light-section h4,
.light-section h5,
.light-section h6,
.light-section p,
.light-section a {
  color: #040F1B;
}
.light-section p {
  color: #3F3F3F;
}
.light-section .pre-heading {
  color: #B0915F;
}
.light-section .pre-heading:before {
  background-color: #0D3257;
}
.dark-section {
  color: #FDFDFC;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.dark-section p,
.dark-section a {
  color: #FDFDFC;
}
.dark-section .breadcrumbs span {
  color: #FDFDFC;
}
.dark-section .pre-heading {
  color: #B0915F;
}
.dark-section input[type="text"],
.dark-section input[type="password"],
.dark-section input[type="email"],
.dark-section input[type="number"],
.dark-section input[type="tel"],
.dark-section input[type="search"],
.dark-section input[type="checkbox"],
.dark-section input[type="radio"],
.dark-section select,
.dark-section textarea {
  color: #FDFDFC;
  background-color: #0B2E51;
  box-shadow: inset 0 0 0 2px #124476;
}
.dark-section input[type="text"]::-moz-placeholder, .dark-section input[type="password"]::-moz-placeholder, .dark-section input[type="email"]::-moz-placeholder, .dark-section input[type="number"]::-moz-placeholder, .dark-section input[type="tel"]::-moz-placeholder, .dark-section input[type="search"]::-moz-placeholder, .dark-section input[type="checkbox"]::-moz-placeholder, .dark-section input[type="radio"]::-moz-placeholder, .dark-section select::-moz-placeholder, .dark-section textarea::-moz-placeholder {
  color: #FDFDFC;
}
.dark-section input[type="text"]::placeholder,
.dark-section input[type="password"]::placeholder,
.dark-section input[type="email"]::placeholder,
.dark-section input[type="number"]::placeholder,
.dark-section input[type="tel"]::placeholder,
.dark-section input[type="search"]::placeholder,
.dark-section input[type="checkbox"]::placeholder,
.dark-section input[type="radio"]::placeholder,
.dark-section select::placeholder,
.dark-section textarea::placeholder {
  color: #FDFDFC;
}
.dark-section input[type="text"]:focus,
.dark-section input[type="password"]:focus,
.dark-section input[type="email"]:focus,
.dark-section input[type="number"]:focus,
.dark-section input[type="tel"]:focus,
.dark-section input[type="search"]:focus,
.dark-section input[type="checkbox"]:focus,
.dark-section input[type="radio"]:focus,
.dark-section select:focus,
.dark-section textarea:focus {
  box-shadow: inset 0 0 0 2px #FDFDFC;
}
.dark-section nf-field .html-container a {
  color: #FDFDFC;
}
.dark-section input[type="submit"] {
  color: #0D3257;
  background-color: #FDFDFC;
}
.dark-section ul.icon-list li a:before,
.dark-section ul.icon-list li address:before {
  color: #B0915F;
}
.dark-section .flickity-button:before {
  color: #FDFDFC;
}
.white-section {
  background-color: #FDFDFC;
  color: #040F1B;
}
.white-section h1,
.white-section h2,
.white-section h3,
.white-section h4,
.white-section h5,
.white-section h6,
.white-section p,
.white-section a {
  color: #040F1B;
}
.white-section p {
  color: #3F3F3F;
}
.white-section .pre-heading {
  color: #B0915F;
}
.white-section .pre-heading:before {
  background-color: #0D3257;
}
.light-gold-section {
  background-color: #f5f2eb;
  color: #040F1B;
}
.light-gold-section h1,
.light-gold-section h2,
.light-gold-section h3,
.light-gold-section h4,
.light-gold-section h5,
.light-gold-section h6,
.light-gold-section p,
.light-gold-section a {
  color: #040F1B;
}
.light-gold-section p {
  color: #3F3F3F;
}
.light-gold-section .pre-heading {
  color: #B0915F;
}
.light-gold-section .pre-heading:before {
  background-color: #0D3257;
}
.dark-blue-section {
  background-color: #0B2E51;
  color: #FDFDFC;
}
.dark-blue-section h1,
.dark-blue-section h2,
.dark-blue-section h3,
.dark-blue-section h4,
.dark-blue-section h5,
.dark-blue-section h6,
.dark-blue-section p,
.dark-blue-section a {
  color: #FDFDFC;
}
.dark-blue-section .breadcrumbs span {
  color: #FDFDFC;
}
.dark-blue-section .pre-heading {
  color: #B0915F;
}
.dark-blue-section input[type="text"],
.dark-blue-section input[type="password"],
.dark-blue-section input[type="email"],
.dark-blue-section input[type="number"],
.dark-blue-section input[type="tel"],
.dark-blue-section input[type="search"],
.dark-blue-section input[type="checkbox"],
.dark-blue-section input[type="radio"],
.dark-blue-section select,
.dark-blue-section textarea {
  color: #FDFDFC;
  background-color: #0B2E51;
  box-shadow: inset 0 0 0 2px #124476;
}
.dark-blue-section input[type="text"]::-moz-placeholder, .dark-blue-section input[type="password"]::-moz-placeholder, .dark-blue-section input[type="email"]::-moz-placeholder, .dark-blue-section input[type="number"]::-moz-placeholder, .dark-blue-section input[type="tel"]::-moz-placeholder, .dark-blue-section input[type="search"]::-moz-placeholder, .dark-blue-section input[type="checkbox"]::-moz-placeholder, .dark-blue-section input[type="radio"]::-moz-placeholder, .dark-blue-section select::-moz-placeholder, .dark-blue-section textarea::-moz-placeholder {
  color: #FDFDFC;
}
.dark-blue-section input[type="text"]::placeholder,
.dark-blue-section input[type="password"]::placeholder,
.dark-blue-section input[type="email"]::placeholder,
.dark-blue-section input[type="number"]::placeholder,
.dark-blue-section input[type="tel"]::placeholder,
.dark-blue-section input[type="search"]::placeholder,
.dark-blue-section input[type="checkbox"]::placeholder,
.dark-blue-section input[type="radio"]::placeholder,
.dark-blue-section select::placeholder,
.dark-blue-section textarea::placeholder {
  color: #FDFDFC;
}
.dark-blue-section input[type="text"]:focus,
.dark-blue-section input[type="password"]:focus,
.dark-blue-section input[type="email"]:focus,
.dark-blue-section input[type="number"]:focus,
.dark-blue-section input[type="tel"]:focus,
.dark-blue-section input[type="search"]:focus,
.dark-blue-section input[type="checkbox"]:focus,
.dark-blue-section input[type="radio"]:focus,
.dark-blue-section select:focus,
.dark-blue-section textarea:focus {
  box-shadow: inset 0 0 0 2px #FDFDFC;
}
.dark-blue-section nf-field .html-container a {
  color: #FDFDFC;
}
.dark-blue-section input[type="submit"] {
  color: #0D3257;
  background-color: #FDFDFC;
}
.dark-blue-section ul.icon-list li a:before,
.dark-blue-section ul.icon-list li address:before {
  color: #B0915F;
}
.dark-blue-section .flickity-button:before {
  color: #FDFDFC;
}
.dark-blue-section nf-field .ninja-forms-req-symbol {
  color: #FDFDFC;
}
.dark-blue-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FDFDFC;
}
.dark-blue-section .nf-error-msg {
  background-color: #124476;
  color: #FDFDFC;
}
.blue-section {
  background-color: #0D3257;
  color: #FDFDFC;
}
.blue-section h1,
.blue-section h2,
.blue-section h3,
.blue-section h4,
.blue-section h5,
.blue-section h6,
.blue-section p,
.blue-section a {
  color: #FDFDFC;
}
.blue-section .breadcrumbs span {
  color: #FDFDFC;
}
.blue-section .pre-heading {
  color: #B0915F;
}
.blue-section input[type="text"],
.blue-section input[type="password"],
.blue-section input[type="email"],
.blue-section input[type="number"],
.blue-section input[type="tel"],
.blue-section input[type="search"],
.blue-section input[type="checkbox"],
.blue-section input[type="radio"],
.blue-section select,
.blue-section textarea {
  color: #FDFDFC;
  background-color: #0B2E51;
  box-shadow: inset 0 0 0 2px #124476;
}
.blue-section input[type="text"]::-moz-placeholder, .blue-section input[type="password"]::-moz-placeholder, .blue-section input[type="email"]::-moz-placeholder, .blue-section input[type="number"]::-moz-placeholder, .blue-section input[type="tel"]::-moz-placeholder, .blue-section input[type="search"]::-moz-placeholder, .blue-section input[type="checkbox"]::-moz-placeholder, .blue-section input[type="radio"]::-moz-placeholder, .blue-section select::-moz-placeholder, .blue-section textarea::-moz-placeholder {
  color: #FDFDFC;
}
.blue-section input[type="text"]::placeholder,
.blue-section input[type="password"]::placeholder,
.blue-section input[type="email"]::placeholder,
.blue-section input[type="number"]::placeholder,
.blue-section input[type="tel"]::placeholder,
.blue-section input[type="search"]::placeholder,
.blue-section input[type="checkbox"]::placeholder,
.blue-section input[type="radio"]::placeholder,
.blue-section select::placeholder,
.blue-section textarea::placeholder {
  color: #FDFDFC;
}
.blue-section input[type="text"]:focus,
.blue-section input[type="password"]:focus,
.blue-section input[type="email"]:focus,
.blue-section input[type="number"]:focus,
.blue-section input[type="tel"]:focus,
.blue-section input[type="search"]:focus,
.blue-section input[type="checkbox"]:focus,
.blue-section input[type="radio"]:focus,
.blue-section select:focus,
.blue-section textarea:focus {
  box-shadow: inset 0 0 0 2px #FDFDFC;
}
.blue-section nf-field .html-container a {
  color: #FDFDFC;
}
.blue-section input[type="submit"] {
  color: #0D3257;
  background-color: #FDFDFC;
}
.blue-section ul.icon-list li a:before,
.blue-section ul.icon-list li address:before {
  color: #B0915F;
}
.blue-section .flickity-button:before {
  color: #FDFDFC;
}
.blue-section nf-field .ninja-forms-req-symbol {
  color: #FDFDFC;
}
.blue-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FDFDFC;
}
.blue-section .nf-error-msg {
  background-color: #124476;
  color: #FDFDFC;
}
.light-blue-section {
  background-color: #124476;
  color: #FDFDFC;
}
.light-blue-section h1,
.light-blue-section h2,
.light-blue-section h3,
.light-blue-section h4,
.light-blue-section h5,
.light-blue-section h6,
.light-blue-section p,
.light-blue-section a {
  color: #FDFDFC;
}
.light-blue-section .breadcrumbs span {
  color: #FDFDFC;
}
.light-blue-section .pre-heading {
  color: #B0915F;
}
.light-blue-section input[type="text"],
.light-blue-section input[type="password"],
.light-blue-section input[type="email"],
.light-blue-section input[type="number"],
.light-blue-section input[type="tel"],
.light-blue-section input[type="search"],
.light-blue-section input[type="checkbox"],
.light-blue-section input[type="radio"],
.light-blue-section select,
.light-blue-section textarea {
  color: #FDFDFC;
  background-color: #0B2E51;
  box-shadow: inset 0 0 0 2px #124476;
}
.light-blue-section input[type="text"]::-moz-placeholder, .light-blue-section input[type="password"]::-moz-placeholder, .light-blue-section input[type="email"]::-moz-placeholder, .light-blue-section input[type="number"]::-moz-placeholder, .light-blue-section input[type="tel"]::-moz-placeholder, .light-blue-section input[type="search"]::-moz-placeholder, .light-blue-section input[type="checkbox"]::-moz-placeholder, .light-blue-section input[type="radio"]::-moz-placeholder, .light-blue-section select::-moz-placeholder, .light-blue-section textarea::-moz-placeholder {
  color: #FDFDFC;
}
.light-blue-section input[type="text"]::placeholder,
.light-blue-section input[type="password"]::placeholder,
.light-blue-section input[type="email"]::placeholder,
.light-blue-section input[type="number"]::placeholder,
.light-blue-section input[type="tel"]::placeholder,
.light-blue-section input[type="search"]::placeholder,
.light-blue-section input[type="checkbox"]::placeholder,
.light-blue-section input[type="radio"]::placeholder,
.light-blue-section select::placeholder,
.light-blue-section textarea::placeholder {
  color: #FDFDFC;
}
.light-blue-section input[type="text"]:focus,
.light-blue-section input[type="password"]:focus,
.light-blue-section input[type="email"]:focus,
.light-blue-section input[type="number"]:focus,
.light-blue-section input[type="tel"]:focus,
.light-blue-section input[type="search"]:focus,
.light-blue-section input[type="checkbox"]:focus,
.light-blue-section input[type="radio"]:focus,
.light-blue-section select:focus,
.light-blue-section textarea:focus {
  box-shadow: inset 0 0 0 2px #FDFDFC;
}
.light-blue-section nf-field .html-container a {
  color: #FDFDFC;
}
.light-blue-section input[type="submit"] {
  color: #0D3257;
  background-color: #FDFDFC;
}
.light-blue-section ul.icon-list li a:before,
.light-blue-section ul.icon-list li address:before {
  color: #B0915F;
}
.light-blue-section .flickity-button:before {
  color: #FDFDFC;
}
.light-blue-section nf-field .ninja-forms-req-symbol {
  color: #FDFDFC;
}
.light-blue-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FDFDFC;
}
.light-blue-section .nf-error-msg {
  background-color: #124476;
  color: #FDFDFC;
}
.influenced-colour-section:has( + .light-blue-section ) {
  background-color: #124476;
  color: #FDFDFC;
}
.influenced-colour-section:has( + .light-blue-section ) h1,
.influenced-colour-section:has( + .light-blue-section ) h2,
.influenced-colour-section:has( + .light-blue-section ) h3,
.influenced-colour-section:has( + .light-blue-section ) h4,
.influenced-colour-section:has( + .light-blue-section ) h5,
.influenced-colour-section:has( + .light-blue-section ) h6,
.influenced-colour-section:has( + .light-blue-section ) p,
.influenced-colour-section:has( + .light-blue-section ) a {
  color: #FDFDFC;
}
.influenced-colour-section:has( + .light-blue-section ) .breadcrumbs span {
  color: #FDFDFC;
}
.influenced-colour-section:has( + .light-blue-section ) .pre-heading {
  color: #B0915F;
}
.influenced-colour-section:has( + .light-blue-section ) input[type="text"],
.influenced-colour-section:has( + .light-blue-section ) input[type="password"],
.influenced-colour-section:has( + .light-blue-section ) input[type="email"],
.influenced-colour-section:has( + .light-blue-section ) input[type="number"],
.influenced-colour-section:has( + .light-blue-section ) input[type="tel"],
.influenced-colour-section:has( + .light-blue-section ) input[type="search"],
.influenced-colour-section:has( + .light-blue-section ) input[type="checkbox"],
.influenced-colour-section:has( + .light-blue-section ) input[type="radio"],
.influenced-colour-section:has( + .light-blue-section ) select,
.influenced-colour-section:has( + .light-blue-section ) textarea {
  color: #FDFDFC;
  background-color: #0B2E51;
  box-shadow: inset 0 0 0 2px #124476;
}
.influenced-colour-section:has( + .light-blue-section ) input[type="text"]::-moz-placeholder, .influenced-colour-section:has( + .light-blue-section ) input[type="password"]::-moz-placeholder, .influenced-colour-section:has( + .light-blue-section ) input[type="email"]::-moz-placeholder, .influenced-colour-section:has( + .light-blue-section ) input[type="number"]::-moz-placeholder, .influenced-colour-section:has( + .light-blue-section ) input[type="tel"]::-moz-placeholder, .influenced-colour-section:has( + .light-blue-section ) input[type="search"]::-moz-placeholder, .influenced-colour-section:has( + .light-blue-section ) input[type="checkbox"]::-moz-placeholder, .influenced-colour-section:has( + .light-blue-section ) input[type="radio"]::-moz-placeholder, .influenced-colour-section:has( + .light-blue-section ) select::-moz-placeholder, .influenced-colour-section:has( + .light-blue-section ) textarea::-moz-placeholder {
  color: #FDFDFC;
}
.influenced-colour-section:has( + .light-blue-section ) input[type="text"]::placeholder,
.influenced-colour-section:has( + .light-blue-section ) input[type="password"]::placeholder,
.influenced-colour-section:has( + .light-blue-section ) input[type="email"]::placeholder,
.influenced-colour-section:has( + .light-blue-section ) input[type="number"]::placeholder,
.influenced-colour-section:has( + .light-blue-section ) input[type="tel"]::placeholder,
.influenced-colour-section:has( + .light-blue-section ) input[type="search"]::placeholder,
.influenced-colour-section:has( + .light-blue-section ) input[type="checkbox"]::placeholder,
.influenced-colour-section:has( + .light-blue-section ) input[type="radio"]::placeholder,
.influenced-colour-section:has( + .light-blue-section ) select::placeholder,
.influenced-colour-section:has( + .light-blue-section ) textarea::placeholder {
  color: #FDFDFC;
}
.influenced-colour-section:has( + .light-blue-section ) input[type="text"]:focus,
.influenced-colour-section:has( + .light-blue-section ) input[type="password"]:focus,
.influenced-colour-section:has( + .light-blue-section ) input[type="email"]:focus,
.influenced-colour-section:has( + .light-blue-section ) input[type="number"]:focus,
.influenced-colour-section:has( + .light-blue-section ) input[type="tel"]:focus,
.influenced-colour-section:has( + .light-blue-section ) input[type="search"]:focus,
.influenced-colour-section:has( + .light-blue-section ) input[type="checkbox"]:focus,
.influenced-colour-section:has( + .light-blue-section ) input[type="radio"]:focus,
.influenced-colour-section:has( + .light-blue-section ) select:focus,
.influenced-colour-section:has( + .light-blue-section ) textarea:focus {
  box-shadow: inset 0 0 0 2px #FDFDFC;
}
.influenced-colour-section:has( + .light-blue-section ) nf-field .html-container a {
  color: #FDFDFC;
}
.influenced-colour-section:has( + .light-blue-section ) input[type="submit"] {
  color: #0D3257;
  background-color: #FDFDFC;
}
.influenced-colour-section:has( + .light-blue-section ) ul.icon-list li a:before,
.influenced-colour-section:has( + .light-blue-section ) ul.icon-list li address:before {
  color: #B0915F;
}
.influenced-colour-section:has( + .light-blue-section ) .flickity-button:before {
  color: #FDFDFC;
}
.influenced-colour-section:has( + .light-blue-section ) nf-field .ninja-forms-req-symbol {
  color: #FDFDFC;
}
.influenced-colour-section:has( + .light-blue-section ) nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FDFDFC;
}
.influenced-colour-section:has( + .light-blue-section ) .nf-error-msg {
  background-color: #124476;
  color: #FDFDFC;
}
.influenced-colour-section:has( + .dark-blue-section ) {
  background-color: #0B2E51;
  color: #FDFDFC;
}
.influenced-colour-section:has( + .dark-blue-section ) h1,
.influenced-colour-section:has( + .dark-blue-section ) h2,
.influenced-colour-section:has( + .dark-blue-section ) h3,
.influenced-colour-section:has( + .dark-blue-section ) h4,
.influenced-colour-section:has( + .dark-blue-section ) h5,
.influenced-colour-section:has( + .dark-blue-section ) h6,
.influenced-colour-section:has( + .dark-blue-section ) p,
.influenced-colour-section:has( + .dark-blue-section ) a {
  color: #FDFDFC;
}
.influenced-colour-section:has( + .dark-blue-section ) .breadcrumbs span {
  color: #FDFDFC;
}
.influenced-colour-section:has( + .dark-blue-section ) .pre-heading {
  color: #B0915F;
}
.influenced-colour-section:has( + .dark-blue-section ) input[type="text"],
.influenced-colour-section:has( + .dark-blue-section ) input[type="password"],
.influenced-colour-section:has( + .dark-blue-section ) input[type="email"],
.influenced-colour-section:has( + .dark-blue-section ) input[type="number"],
.influenced-colour-section:has( + .dark-blue-section ) input[type="tel"],
.influenced-colour-section:has( + .dark-blue-section ) input[type="search"],
.influenced-colour-section:has( + .dark-blue-section ) input[type="checkbox"],
.influenced-colour-section:has( + .dark-blue-section ) input[type="radio"],
.influenced-colour-section:has( + .dark-blue-section ) select,
.influenced-colour-section:has( + .dark-blue-section ) textarea {
  color: #FDFDFC;
  background-color: #0B2E51;
  box-shadow: inset 0 0 0 2px #124476;
}
.influenced-colour-section:has( + .dark-blue-section ) input[type="text"]::-moz-placeholder, .influenced-colour-section:has( + .dark-blue-section ) input[type="password"]::-moz-placeholder, .influenced-colour-section:has( + .dark-blue-section ) input[type="email"]::-moz-placeholder, .influenced-colour-section:has( + .dark-blue-section ) input[type="number"]::-moz-placeholder, .influenced-colour-section:has( + .dark-blue-section ) input[type="tel"]::-moz-placeholder, .influenced-colour-section:has( + .dark-blue-section ) input[type="search"]::-moz-placeholder, .influenced-colour-section:has( + .dark-blue-section ) input[type="checkbox"]::-moz-placeholder, .influenced-colour-section:has( + .dark-blue-section ) input[type="radio"]::-moz-placeholder, .influenced-colour-section:has( + .dark-blue-section ) select::-moz-placeholder, .influenced-colour-section:has( + .dark-blue-section ) textarea::-moz-placeholder {
  color: #FDFDFC;
}
.influenced-colour-section:has( + .dark-blue-section ) input[type="text"]::placeholder,
.influenced-colour-section:has( + .dark-blue-section ) input[type="password"]::placeholder,
.influenced-colour-section:has( + .dark-blue-section ) input[type="email"]::placeholder,
.influenced-colour-section:has( + .dark-blue-section ) input[type="number"]::placeholder,
.influenced-colour-section:has( + .dark-blue-section ) input[type="tel"]::placeholder,
.influenced-colour-section:has( + .dark-blue-section ) input[type="search"]::placeholder,
.influenced-colour-section:has( + .dark-blue-section ) input[type="checkbox"]::placeholder,
.influenced-colour-section:has( + .dark-blue-section ) input[type="radio"]::placeholder,
.influenced-colour-section:has( + .dark-blue-section ) select::placeholder,
.influenced-colour-section:has( + .dark-blue-section ) textarea::placeholder {
  color: #FDFDFC;
}
.influenced-colour-section:has( + .dark-blue-section ) input[type="text"]:focus,
.influenced-colour-section:has( + .dark-blue-section ) input[type="password"]:focus,
.influenced-colour-section:has( + .dark-blue-section ) input[type="email"]:focus,
.influenced-colour-section:has( + .dark-blue-section ) input[type="number"]:focus,
.influenced-colour-section:has( + .dark-blue-section ) input[type="tel"]:focus,
.influenced-colour-section:has( + .dark-blue-section ) input[type="search"]:focus,
.influenced-colour-section:has( + .dark-blue-section ) input[type="checkbox"]:focus,
.influenced-colour-section:has( + .dark-blue-section ) input[type="radio"]:focus,
.influenced-colour-section:has( + .dark-blue-section ) select:focus,
.influenced-colour-section:has( + .dark-blue-section ) textarea:focus {
  box-shadow: inset 0 0 0 2px #FDFDFC;
}
.influenced-colour-section:has( + .dark-blue-section ) nf-field .html-container a {
  color: #FDFDFC;
}
.influenced-colour-section:has( + .dark-blue-section ) input[type="submit"] {
  color: #0D3257;
  background-color: #FDFDFC;
}
.influenced-colour-section:has( + .dark-blue-section ) ul.icon-list li a:before,
.influenced-colour-section:has( + .dark-blue-section ) ul.icon-list li address:before {
  color: #B0915F;
}
.influenced-colour-section:has( + .dark-blue-section ) .flickity-button:before {
  color: #FDFDFC;
}
.influenced-colour-section:has( + .dark-blue-section ) nf-field .ninja-forms-req-symbol {
  color: #FDFDFC;
}
.influenced-colour-section:has( + .dark-blue-section ) nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FDFDFC;
}
.influenced-colour-section:has( + .dark-blue-section ) .nf-error-msg {
  background-color: #124476;
  color: #FDFDFC;
}
.influenced-colour-section:has( + .dark-blue-section ) .block-carousel .content-module:before {
  background-color: #0B2E51;
}
.influenced-colour-section:has( + .dark-blue-section ) .block-carousel .carousel-slides:before {
  background-image: linear-gradient(90deg, #0B2E51 0%, rgba(11, 46, 81, 0) 100%);
}
/* #Remove Top Padding for Adjacent Sections ------------------------------------------------------------------------ */
.influenced-colour-section:has( + .white-section ) + .outer-container.white-section {
  padding-top: 3rem;
}
.outer-container.dark-blue-section + .outer-container.dark-blue-section,
.outer-container.blue-section:not( .commitment-bar ) + .outer-container.blue-section,
.outer-container.white-section + .outer-container.white-section {
  padding-top: 0;
}
.outer-container.video-module + .outer-container.video-module.vertical-double-padding {
  padding-top: 6rem;
}
.outer-container.vertical-double-padding-top + .outer-container.vertical-double-padding {
  padding-top: 6rem;
}
/* 
Use: Typography
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #Import Fonts
**************************************************************************/
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('fonts/fa-brands-400.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-light-300.woff2') format('woff2');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-regular-400.woff2') format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-solid-900.woff2') format('woff2');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/*************************************************************************
 #Font Styles
**************************************************************************/
.aktiv-grotesk-light {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.aktiv-grotesk-regular {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.aktiv-grotesk-medium {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.aktiv-grotesk-semibold {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.aktiv-grotesk-bold {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fab,
.fal,
.far,
.fas {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
}
.fab {
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
}
.fal {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}
.far {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
.fas {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
}
/*************************************************************************
 #Line Heights
**************************************************************************/
/*************************************************************************
 #Basic HTML
**************************************************************************/
::-moz-selection {
  background-color: #124476;
  text-shadow: none;
  color: #FDFDFC;
}
::selection {
  background-color: #124476;
  text-shadow: none;
  color: #FDFDFC;
}
::-moz-selection {
  background-color: #124476;
  text-shadow: none;
  color: #FDFDFC;
}
body {
  font-size: 1.1rem;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #FDFDFC;
  line-height: 1.6;
}
h1 {
  font-size: 3.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 46.875em) {
  h1 {
    font-size: 3.75rem;
  }
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.375rem;
}
h6 {
  font-size: 1.25rem;
}
small,
.small,
.small p {
  font-size: 0.75rem;
}
.medium {
  font-size: 0.95rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FDFDFC;
}
h1 .pre-heading,
h2 .pre-heading,
h3 .pre-heading,
h4 .pre-heading,
h5 .pre-heading,
h6 .pre-heading {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B0915F;
  font-size: 1.125rem;
  text-wrap: nowrap;
  margin-bottom: 0.5rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
.center-text h1 .pre-heading,
.center-text h2 .pre-heading,
.center-text h3 .pre-heading,
.center-text h4 .pre-heading,
.center-text h5 .pre-heading,
.center-text h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.right-text h1 .pre-heading,
.right-text h2 .pre-heading,
.right-text h3 .pre-heading,
.right-text h4 .pre-heading,
.right-text h5 .pre-heading,
.right-text h6 .pre-heading {
  justify-content: flex-end;
}
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
h2.small-heading,
h3.small-heading,
h4.small-heading,
h5.small-heading,
h6.small-heading {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B0915F;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
h5 {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.content-wrapper {
  display: block;
  margin-bottom: 1.5rem;
}
h1.half-margin,
h2.half-margin,
h3.half-margin,
h4.half-margin,
h5.half-margin,
h6.half-margin,
p.half-margin,
.content-wrapper.half-margin {
  margin-bottom: 0.75rem;
}
h1.quarter-margin,
h2.quarter-margin,
h3.quarter-margin,
h4.quarter-margin,
h5.quarter-margin,
h6.quarter-margin,
p.quarter-margin,
.content-wrapper.quarter-margin {
  margin-bottom: 0.375rem;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin,
p.no-margin,
.content-wrapper.no-margin {
  margin-bottom: 0;
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline,
p.underline,
.content-wrapper.underline {
  width: 100%;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #B0915F;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
.content-wrapper:last-child {
  margin-bottom: 0;
}
a {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  color: #FDFDFC;
  word-break: break-word;
}
a.link-wrapper {
  display: block;
}
a.no-decoration {
  text-decoration: none;
}
strong {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}
em {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.standfirst {
  font-size: 1.2rem;
}
.big-text {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  font-size: 2.5rem;
}
blockquote {
  margin-bottom: 1.5rem;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1.6;
}
blockquote p:before,
blockquote p:after {
  display: inline;
  font: inherit;
  content: '"';
}
cite {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.faded {
  opacity: 0.5;
}
.strikethrough {
  text-decoration: line-through;
}
.screen-reader,
.screenReader,
.screen-reader-text {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}
/* 
Use: Content Layout
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #Outer Container
**************************************************************************/
.outer-container {
  position: relative;
  float: left;
  width: 100%;
}
/*************************************************************************
 #Inner Container
**************************************************************************/
.inner-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  margin: 0 auto;
}
.inner-container > * {
  margin-left: 3%;
  margin-right: 0;
}
@media screen and (min-width: 62.5em) {
  .inner-container {
    margin: 0 3%;
  }
}
@media screen and (min-width: 78.125em) {
  .inner-container {
    margin: 0 3%;
  }
}
@media screen and (min-width: 93.75em) {
  .inner-container {
    max-width: 1440px;
    margin: 0 auto;
  }
}
/*************************************************************************
 #Overflow Hidden
**************************************************************************/
.overflow-hidden {
  overflow: hidden;
}
/*************************************************************************
 #Horizontal and Vertical Alignment
**************************************************************************/
.left-container,
.center-container,
.right-container,
.top-container,
.middle-container,
.bottom-container {
  display: flex;
  flex-wrap: wrap;
}
.left-container {
  justify-content: flex-start;
}
.left-container > * {
  margin-left: 3%;
  margin-right: 0;
}
.center-container {
  justify-content: center;
}
.center-container > * {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.right-container {
  justify-content: flex-end;
}
.right-container > * {
  margin-right: 3%;
  margin-left: 0;
}
.top-container {
  align-items: flex-start;
}
.middle-container {
  align-items: center;
}
.bottom-container {
  align-items: flex-end;
}
.stretch-container {
  align-items: stretch;
}
.left-to-right {
  flex-direction: row;
}
.right-to-left {
  flex-direction: row-reverse;
}
@media screen and (min-width: 46.875em) {
  .right-to-left > * {
    margin-right: 3%;
    margin-left: 0;
  }
}
/*************************************************************************
 #Even Height
**************************************************************************/
.even-height-container {
  align-items: stretch;
}
/*************************************************************************
 #Isolated Centering
**************************************************************************/
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/*************************************************************************
 #Grid Modules
**************************************************************************/
.full-page,
.half-page,
.two-thirds-page,
.one-third-page,
.three-quarters-page,
.one-quarter-page,
.five-sixths-page,
.one-sixth-page {
  position: relative;
  z-index: 1;
}
.full-page,
.half-page,
.one-third-page,
.two-thirds-page,
.three-quarters-page,
.five-sixths-page {
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .half-page {
    width: 45.498%;
  }
}
@media screen and (min-width: 46.875em) {
  .two-thirds-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-page {
    width: 29.332%;
  }
}
.one-quarter-page {
  width: 45.498%;
}
@media screen and (min-width: 46.875em) {
  .one-quarter-page {
    width: 29.332%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-page {
    width: 21.249%;
  }
}
@media screen and (min-width: 46.875em) {
  .three-quarters-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 62.5em) {
  .three-quarters-page {
    width: 69.747%;
  }
}
.one-sixth-page {
  width: 29.332%;
}
@media screen and (min-width: 46.875em) {
  .one-sixth-page {
    width: 21.249%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-sixth-page {
    width: 13.166%;
  }
}
.five-sixths-page {
  width: 61.664%;
}
@media screen and (min-width: 46.875em) {
  .five-sixths-page {
    width: 69.747%;
  }
}
@media screen and (min-width: 93.75em) {
  .five-sixths-page {
    width: 77.83%;
  }
}
/*************************************************************************
 #Width modules
**************************************************************************/
.one-third-width {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .one-third-width {
    width: 50%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-width {
    width: 33.3%;
  }
}
/*************************************************************************
 #Vertical Margins
**************************************************************************/
.vertical-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.vertical-margin-top {
  margin-top: 3rem;
}
.vertical-margin-bottom {
  margin-bottom: 3rem;
}
.vertical-double-margin {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.vertical-double-margin-top {
  margin-top: 6rem;
}
.vertical-double-margin-bottom {
  margin-bottom: 6rem;
}
.vertical-half-margin {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.vertical-half-margin-top {
  margin-top: 1.5rem;
}
.vertical-half-margin-bottom {
  margin-bottom: 1.5rem;
}
.vertical-quarter-margin {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.vertical-quarter-margin-top {
  margin-top: 0.75rem;
}
.vertical-quarter-margin-bottom {
  margin-bottom: 0.75rem;
}
.vertical-eighth-margin {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.vertical-eighth-margin-top {
  margin-top: 0.375rem;
}
.vertical-eighth-margin-bottom {
  margin-bottom: 0.375rem;
}
/*************************************************************************
 #Vertical Padding
**************************************************************************/
.vertical-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.vertical-padding-top {
  padding-top: 3rem;
}
.vertical-padding-bottom {
  padding-bottom: 3rem;
}
.vertical-double-padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.vertical-double-padding-top {
  padding-top: 6rem;
}
.vertical-double-padding-bottom {
  padding-bottom: 6rem;
}
.vertical-half-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.vertical-half-padding-top {
  padding-top: 1.5rem;
}
.vertical-half-padding-bottom {
  padding-bottom: 1.5rem;
}
.vertical-quarter-padding {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.vertical-quarter-padding-top {
  padding-top: 0.75rem;
}
.vertical-quarter-padding-bottom {
  padding-bottom: 0.75rem;
}
.vertical-eighth-padding {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.vertical-eighth-padding-top {
  padding-top: 0.375rem;
}
.vertical-eighth-padding-bottom {
  padding-bottom: 0.375rem;
}
/*************************************************************************
 #Horizontal Padding
**************************************************************************/
.horizontal-padding .inner-container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 62.5em) {
  .horizontal-padding .inner-container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.horizontal-double-padding .inner-container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 62.5em) {
  .horizontal-double-padding .inner-container {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.horizontal-half-padding .inner-container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 62.5em) {
  .horizontal-padding-left {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 62.5em) {
  .horizontal-double-padding-left {
    padding-left: 6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .horizontal-padding-left {
    padding-left: 1.5rem;
  }
}
.horizontal-half-padding .inner-container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 62.5em) {
  .horizontal-padding-right {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 62.5em) {
  .horizontal-double-padding-right {
    padding-right: 6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .horizontal-padding-right {
    padding-right: 1.5rem;
  }
}
/*************************************************************************
 #Scroll Padding
**************************************************************************/
.scroll-padding {
  scroll-padding-top: 0;
}
/*************************************************************************
 #Modular Wrappers
**************************************************************************/
.modular-wrapper-full {
  margin-bottom: -3rem;
}
.modular-wrapper-half {
  margin-bottom: -1.5rem;
}
.modular-wrapper-quarter {
  margin-bottom: -0.75rem;
}
.modular-wrapper-eighth {
  margin-bottom: -0.375rem;
}
/*************************************************************************
 #Internal Padding
**************************************************************************/
.internal-padding {
  padding: 3rem;
}
.internal-half-padding {
  padding: 1.5rem;
}
.internal-quarter-padding {
  padding: 0.75rem;
}
.internal-eighth-padding {
  padding: 0.375rem;
}
/*************************************************************************
 #Nesting
**************************************************************************/
.nested {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3%*2);
  gap: 3%;
}
/*************************************************************************
 #Text Alignment
**************************************************************************/
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
/*************************************************************************
 #Content Columns
**************************************************************************/
.content-columns,
.two-column-content,
.three-column-content,
.four-column-content {
  -moz-column-gap: 6%;
       column-gap: 6%;
}
@media screen and (min-width: 40.625em) {
  .content-columns,
  .two-column-content,
  .three-column-content,
  .four-column-content {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 62.5em) {
  .three-column-content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 53.125em) {
  .four-column-content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 62.5em) {
  .four-column-content {
    -moz-column-count: 4;
         column-count: 4;
  }
}
/*************************************************************************
 #Table-Based Vertical Positioning
**************************************************************************/
.vertical-outer-table {
  display: table!important;
  width: 100%;
  height: 100%;
}
.vertical-outer-table .vertical-top,
.vertical-outer-table .vertical-middle,
.vertical-outer-table .vertical-bottom {
  display: table-cell;
}
.vertical-outer-table .vertical-top {
  vertical-align: top;
}
.vertical-outer-table .vertical-middle {
  vertical-align: middle;
}
.vertical-outer-table .vertical-bottom {
  vertical-align: bottom;
}
/*************************************************************************
 #Flex-Based Vertical Positioning
**************************************************************************/
.vertical-outer-flex {
  display: flex!important;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.vertical-outer-flex .vertical-top,
.vertical-outer-flex .vertical-middle,
.vertical-outer-flex .vertical-bottom {
  width: 100%;
}
.vertical-outer-flex .vertical-top {
  align-self: flex-start;
}
.vertical-outer-flex .vertical-middle {
  align-self: center;
}
.vertical-outer-flex .vertical-bottom {
  align-self: flex-end;
}
/* 
Use: Image Treatments
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #Scaling
**************************************************************************/
.full-width-image {
  width: 100%;
  height: auto;
}
.full-height-image {
  height: 100%;
  width: auto;
}
/*************************************************************************
 #Lazy Loading Images
**************************************************************************/
img {
  opacity: 1;
  transition: opacity 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
img.lazy {
  opacity: 0;
}
/*************************************************************************
 #Standard WordPress Alignment Classes
**************************************************************************/
img {
  height: auto;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption {
  width: auto!important;
  max-width: 100%!important;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.alignleft:last-child,
.alignright:last-child,
.aligncenter:last-child,
.alignnone:last-child,
.wp-caption:last-child {
  margin-bottom: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5rem;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  position: relative;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
.wp-caption-text {
  position: absolute!important;
  padding: 0.5rem !important;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FDFDFC !important;
  font-size: 0.95rem;
  text-align: center;
  transform-style: preserve-3d;
}
.wp-caption-text h1 .pre-heading,
.wp-caption-text h2 .pre-heading,
.wp-caption-text h3 .pre-heading,
.wp-caption-text h4 .pre-heading,
.wp-caption-text h5 .pre-heading,
.wp-caption-text h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.wp-caption-text:before {
  left: 0.5rem;
}
.wp-caption-text:after {
  content: '';
  position: absolute;
  transform: translateZ(-1px);
  z-index: -1;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: #0D3257;
  opacity: 0.8;
}
/*************************************************************************
 #CSS Object Fit Responsive Image
**************************************************************************/
.responsive-image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image > .image-container,
.responsive-image > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image > .image-container img,
.responsive-image > .video-container img,
.responsive-image > .image-container iframe,
.responsive-image > .video-container iframe,
.responsive-image > .image-container object,
.responsive-image > .video-container object,
.responsive-image > .image-container embed,
.responsive-image > .video-container embed,
.responsive-image > .image-container video,
.responsive-image > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.01);
}
.responsive-image.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-background-image {
  position: absolute!important;
  width: 100%!important;
  height: 100%!important;
  padding-bottom: 0!important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image-crop,
.responsive-image-fit {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image-crop > .image-container,
.responsive-image-fit > .image-container,
.responsive-image-crop > .video-container,
.responsive-image-fit > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image-crop > .image-container img,
.responsive-image-fit > .image-container img,
.responsive-image-crop > .video-container img,
.responsive-image-fit > .video-container img,
.responsive-image-crop > .image-container iframe,
.responsive-image-fit > .image-container iframe,
.responsive-image-crop > .video-container iframe,
.responsive-image-fit > .video-container iframe,
.responsive-image-crop > .image-container object,
.responsive-image-fit > .image-container object,
.responsive-image-crop > .video-container object,
.responsive-image-fit > .video-container object,
.responsive-image-crop > .image-container embed,
.responsive-image-fit > .image-container embed,
.responsive-image-crop > .video-container embed,
.responsive-image-fit > .video-container embed,
.responsive-image-crop > .image-container video,
.responsive-image-fit > .image-container video,
.responsive-image-crop > .video-container video,
.responsive-image-fit > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image-crop .video-container,
.responsive-image-fit .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image-crop .video-container .video-wrapper,
.responsive-image-fit .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image-crop.image-hover .image-container,
.responsive-image-fit.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.01);
}
.responsive-image-crop.image-hover:hover .image-container,
.responsive-image-fit.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.responsive-image-fit .image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
/*************************************************************************
 #Aspect Ratios for Responsive Images
**************************************************************************/
/* #4:3 Ratio ------------------------------------------------------------------------ */
.four-by-three {
  padding-bottom: 75%;
}
/* #16:9 Ratio ------------------------------------------------------------------------ */
.sixteen-by-nine {
  padding-bottom: 56.25%;
}
/* #16:10 Ratio ------------------------------------------------------------------------ */
.sixteen-by-ten {
  padding-bottom: 62%;
}
/* #3:1 Ratio ------------------------------------------------------------------------ */
.three-by-one {
  padding-bottom: 33%;
}
/* #2:1 Ratio ------------------------------------------------------------------------ */
.two-by-one {
  padding-bottom: 50%;
}
/* #3:2 Ratio ------------------------------------------------------------------------ */
.three-by-two {
  padding-bottom: 66%;
}
/* #1:1 Ratio ------------------------------------------------------------------------ */
.one-by-one {
  padding-bottom: 100%;
}
/* #1:12 Ratio ------------------------------------------------------------------------ */
.one-by-one-two {
  padding-bottom: 120%;
}
/* #1:14 Ratio ------------------------------------------------------------------------ */
.one-by-one-four {
  padding-bottom: 140%;
}
/* #1:2 Ratio ------------------------------------------------------------------------ */
.one-by-two {
  padding-bottom: 200%;
}
/*************************************************************************
 #Responsive Video Container
**************************************************************************/
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container:last-child {
  margin-bottom: 0;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.video-container .wp-video-shortcode {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
}
/* 
Use: UI
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #UI controls
**************************************************************************/
/* #Buttons ------------------------------------------------------------------------ */
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
}
.button:last-child {
  margin-bottom: 0;
}
.button:focus {
  outline: none;
}
.button:hover {
  border-bottom: none;
}
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button:before,
.button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.button:before {
  z-index: -2;
}
.button:after {
  z-index: -1;
}
.button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
.button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
}
.button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.button.blue-button {
  color: #FDFDFC;
  background-color: #0D3257;
}
.button.blue-button:hover {
  background-color: #124476;
}
.button.breadcrumb-button {
  color: #FDFDFC;
  min-width: 3.125rem;
  min-height: 3.125rem;
  height: 3.125rem;
  line-height: 3.75rem;
  padding: 0 1.875rem;
  margin-top: -1rem;
  padding-right: 4.5rem;
}
.button.breadcrumb-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 3.125rem;
  width: 3.125rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.breadcrumb-button:hover:after {
  color: #B0915F;
  background-color: #FDFDFC;
}
.button.gold-outline-button {
  color: #0B2E51;
  background-color: transparent;
  border: 1px solid #B0915F;
}
.button.gold-outline-button:hover {
  background-color: rgba(176, 145, 95, 0.1);
}
.button.gold-outline-angled-button {
  color: #0B2E51;
  padding-right: 4rem;
  background-color: #FDFDFC;
  border-top: 1px solid #B0915F;
  border-left: 1px solid #B0915F;
}
@supports ( corner-shape: bevel ) {
  .button.gold-outline-angled-button {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
.button.gold-outline-angled-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.gold-outline-angled-button:hover:after {
  background-color: #0B2E51;
}
.button.white-outline-button {
  color: #FDFDFC;
  background-color: transparent;
  border: 1px solid #FDFDFC;
}
.button.white-outline-button:hover {
  background-color: rgba(11, 46, 81, 0.5);
}
.button.white-outline-angled-button {
  color: #FDFDFC;
  padding-right: 4rem;
  background-color: #0D3257;
  border-top: 1px solid #FDFDFC;
  border-left: 1px solid #FDFDFC;
}
@supports ( corner-shape: bevel ) {
  .button.white-outline-angled-button {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
.button.white-outline-angled-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #FDFDFC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #0B2E51;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.white-outline-angled-button:hover:after {
  background-color: #B0915F;
  color: #FDFDFC;
}
.button.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.button.with-icon {
  padding-right: 0!important;
}
.button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.text-button-with-icon {
  padding-right: 0!important;
}
.button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.download-button {
  padding-right: 0!important;
}
.button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.button.search-button {
  padding-right: 0!important;
}
.button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.button.arrow-left:after {
  content: '\f053';
}
.button.arrow-right:after {
  content: '\f054';
}
.button.plus-button {
  padding-right: 0!important;
}
.button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.plus-button:after {
  content: '\2b';
}
.button.minus-button {
  padding-right: 0!important;
}
.button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.minus-button:after {
  content: '\2d';
}
.button.close:after {
  content: '\f00d';
}
/*************************************************************************
 #Link Styles
**************************************************************************/
.module-link {
  position: unset;
}
.module-link:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding-bottom: 4px;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #B0915F;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link.with-arrow {
  padding-right: 2rem;
}
.text-link.with-arrow:before {
  width: calc(100% - 1rem*2);
}
.text-link.with-arrow:after {
  position: absolute;
  right: 5px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f061';
  font-size: 1.25rem;
  color: #0D3257;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link.with-arrow:hover:after {
  right: 0;
}
.text-link.with-circle-arrow {
  padding-right: 3.5rem;
}
.text-link.with-circle-arrow:before {
  width: calc(100% - 1rem*3.5);
}
.text-link.with-circle-arrow:after {
  position: absolute;
  right: 15px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f0a9';
  font-size: 1.75rem;
  color: #0D3257;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link.with-circle-arrow:hover:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  right: 10px;
}
.text-link:hover:before {
  height: 4px;
  opacity: 1;
}
.inline-text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.25px;
  text-decoration: none;
  padding-bottom: 0;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.inline-text-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #0D3257;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.inline-text-link:hover:before {
  height: 4px;
  opacity: 1;
}
/*************************************************************************
 #Hover Styles
**************************************************************************/
.button-hover {
  position: relative;
}
.button-hover:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #FDFDFC;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button-hover:hover:after {
  width: 100%;
}
/*************************************************************************
 #Facet WP Module
**************************************************************************/
.facetwp-type-pager {
  float: left;
  width: 100%;
  background-color: #FDFDFC;
  margin: 0 !important;
}
.facetwp-type-pager .facetwp-pager {
  position: relative;
  z-index: 1;
  width: 93.996%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 46.875em) {
  .facetwp-type-pager .facetwp-pager {
    width: 61.664%;
  }
}
.facetwp-type-pager .facetwp-pager .facetwp-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  min-width: 2rem;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
  background-color: #0B2E51;
  color: #3F3F3F;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-pager .facetwp-page:hover {
  background-color: #124476;
}
.facetwp-type-pager .facetwp-pager .facetwp-page.active {
  background-color: #0D3257;
}
.facetwp-type-pager .facetwp-load-more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  color: #0B2E51;
  padding-right: 4rem;
  background-color: #FDFDFC;
  border-top: 1px solid #B0915F;
  border-left: 1px solid #B0915F;
  display: block;
  margin: 0 auto !important;
}
.facetwp-type-pager .facetwp-load-more:last-child {
  margin-bottom: 0;
}
.facetwp-type-pager .facetwp-load-more:focus {
  outline: none;
}
.facetwp-type-pager .facetwp-load-more:hover {
  border-bottom: none;
}
.facetwp-type-pager .facetwp-load-more:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.facetwp-type-pager .facetwp-load-more:before,
.facetwp-type-pager .facetwp-load-more:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.facetwp-type-pager .facetwp-load-more:before {
  z-index: -2;
}
.facetwp-type-pager .facetwp-load-more:after {
  z-index: -1;
}
.facetwp-type-pager .facetwp-load-more.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
.facetwp-type-pager .facetwp-load-more.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-pager .facetwp-load-more.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.facetwp-type-pager .facetwp-load-more.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.facetwp-type-pager .facetwp-load-more.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
}
.facetwp-type-pager .facetwp-load-more.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-pager .facetwp-load-more.blue-button {
  color: #FDFDFC;
  background-color: #0D3257;
}
.facetwp-type-pager .facetwp-load-more.blue-button:hover {
  background-color: #124476;
}
.facetwp-type-pager .facetwp-load-more.breadcrumb-button {
  color: #FDFDFC;
  min-width: 3.125rem;
  min-height: 3.125rem;
  height: 3.125rem;
  line-height: 3.75rem;
  padding: 0 1.875rem;
  margin-top: -1rem;
  padding-right: 4.5rem;
}
.facetwp-type-pager .facetwp-load-more.breadcrumb-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 3.125rem;
  width: 3.125rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-load-more.breadcrumb-button:hover:after {
  color: #B0915F;
  background-color: #FDFDFC;
}
.facetwp-type-pager .facetwp-load-more.gold-outline-button {
  color: #0B2E51;
  background-color: transparent;
  border: 1px solid #B0915F;
}
.facetwp-type-pager .facetwp-load-more.gold-outline-button:hover {
  background-color: rgba(176, 145, 95, 0.1);
}
.facetwp-type-pager .facetwp-load-more.gold-outline-angled-button {
  color: #0B2E51;
  padding-right: 4rem;
  background-color: #FDFDFC;
  border-top: 1px solid #B0915F;
  border-left: 1px solid #B0915F;
}
@supports ( corner-shape: bevel ) {
  .facetwp-type-pager .facetwp-load-more.gold-outline-angled-button {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
.facetwp-type-pager .facetwp-load-more.gold-outline-angled-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-load-more.gold-outline-angled-button:hover:after {
  background-color: #0B2E51;
}
.facetwp-type-pager .facetwp-load-more.white-outline-button {
  color: #FDFDFC;
  background-color: transparent;
  border: 1px solid #FDFDFC;
}
.facetwp-type-pager .facetwp-load-more.white-outline-button:hover {
  background-color: rgba(11, 46, 81, 0.5);
}
.facetwp-type-pager .facetwp-load-more.white-outline-angled-button {
  color: #FDFDFC;
  padding-right: 4rem;
  background-color: #0D3257;
  border-top: 1px solid #FDFDFC;
  border-left: 1px solid #FDFDFC;
}
@supports ( corner-shape: bevel ) {
  .facetwp-type-pager .facetwp-load-more.white-outline-angled-button {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
.facetwp-type-pager .facetwp-load-more.white-outline-angled-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #FDFDFC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #0B2E51;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-load-more.white-outline-angled-button:hover:after {
  background-color: #B0915F;
  color: #FDFDFC;
}
.facetwp-type-pager .facetwp-load-more.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.facetwp-type-pager .facetwp-load-more.with-icon {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.text-button-with-icon {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.facetwp-type-pager .facetwp-load-more.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facetwp-type-pager .facetwp-load-more.download-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.facetwp-type-pager .facetwp-load-more.search-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.facetwp-type-pager .facetwp-load-more.arrow-left:after {
  content: '\f053';
}
.facetwp-type-pager .facetwp-load-more.arrow-right:after {
  content: '\f054';
}
.facetwp-type-pager .facetwp-load-more.plus-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.plus-button:after {
  content: '\2b';
}
.facetwp-type-pager .facetwp-load-more.minus-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.minus-button:after {
  content: '\2d';
}
.facetwp-type-pager .facetwp-load-more.close:after {
  content: '\f00d';
}
.facetwp-type-pager .facetwp-load-more:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
@supports ( corner-shape: bevel ) {
  .facetwp-type-pager .facetwp-load-more {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
.facetwp-type-pager .facetwp-load-more:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-load-more:hover:after {
  background-color: #0B2E51;
}
.facetwp-type-pager .facetwp-load-more:after {
  content: '\2b';
}
.facetwp-type-pager .facetwp-load-more.facetwp-hidden {
  display: none !important;
}
.facet-pagination .content-module {
  border-bottom: 1px solid #B0915F;
}
.facet-pagination .content-module .facetwp-load-more {
  position: relative;
  top: 1px;
  float: right;
}
.facet-pagination:has( .facetwp-hidden ) .content-module {
  margin-bottom: 0;
  border: none;
}
/* 
Use: Forms
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #Basic Lists
**************************************************************************/
ul,
ol {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  list-style-position: outside;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 0.5rem;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-top: 0.5rem;
}
ul li {
  list-style-type: square;
}
ol li {
  list-style-type: decimal;
}
.no-style-list {
  margin-left: 0;
}
.no-style-list li {
  list-style-type: none;
}
.no-style-list li ul,
.no-style-list li ol {
  margin-top: 0;
}
/*************************************************************************
 #No Margins
**************************************************************************/
.no-margins li {
  margin-bottom: 0;
}
/*************************************************************************
 #Inline List
**************************************************************************/
.inline-list {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.inline-list li {
  list-style-type: none;
}
.inline-list li ul,
.inline-list li ol {
  margin-top: 0;
}
.inline-list li {
  margin-bottom: 0;
}
/*************************************************************************
 #Icon List
**************************************************************************/
.icon-list {
  margin-left: 0;
}
.icon-list li {
  list-style-type: none;
}
.icon-list li ul,
.icon-list li ol {
  margin-top: 0;
}
.icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.icon-list li:last-child {
  margin-bottom: 0;
}
.icon-list li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #0D3257;
  font-size: 1rem;
}
.icon-list.rows li {
  width: 100%;
}
/*************************************************************************
 #Tick List
**************************************************************************/
.tick-list {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.tick-list li {
  list-style-type: none;
}
.tick-list li ul,
.tick-list li ol {
  margin-top: 0;
}
.tick-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.tick-list li:last-child {
  margin-bottom: 0;
}
.tick-list li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #0D3257;
  font-size: 1rem;
}
.tick-list.rows li {
  width: 100%;
}
.tick-list li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}
.tick-list li:before {
  position: absolute;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f058';
  font-size: 2rem;
}
.tick-list.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.tick-list.two-column li {
  width: calc(50% - 1rem*0.5);
}
/*************************************************************************
 #Tick List
**************************************************************************/
.simple-tick-list {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.simple-tick-list li {
  list-style-type: none;
}
.simple-tick-list li ul,
.simple-tick-list li ol {
  margin-top: 0;
}
.simple-tick-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.simple-tick-list li:last-child {
  margin-bottom: 0;
}
.simple-tick-list li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #0D3257;
  font-size: 1rem;
}
.simple-tick-list.rows li {
  width: 100%;
}
.simple-tick-list li {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.simple-tick-list li:before {
  position: absolute;
  top: -1px;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f058';
  font-size: 1.75rem;
}
/*************************************************************************
 #Categories
**************************************************************************/
ul.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
  margin-left: 0;
}
ul.categories li {
  list-style-type: none;
}
ul.categories li ul,
ul.categories li ol {
  margin-top: 0;
}
ul.categories li {
  margin: 0;
  padding: 0.5rem 1rem;
  background-color: #0B2E51;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.95rem;
  color: #FDFDFC;
}
ul.categories li a {
  text-decoration: none;
}
ul.categories li.tax {
  background-color: #FDFDFC;
}
/*************************************************************************
 #Link List
**************************************************************************/
.link-list {
  margin-left: 0;
}
.link-list li {
  list-style-type: none;
}
.link-list li ul,
.link-list li ol {
  margin-top: 0;
}
.link-list li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.link-list li a:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f054';
  font-size: 0.95rem;
  color: #0D3257;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.link-list li a:hover {
  color: #0D3257;
}
.link-list li a:hover:before {
  margin-left: 0.25rem;
}
/*************************************************************************
 #Contacts Details
**************************************************************************/
.post-details {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.post-details li {
  list-style-type: none;
}
.post-details li ul,
.post-details li ol {
  margin-top: 0;
}
.post-details li {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: #0D3257;
}
.post-details li.date {
  letter-spacing: 1px;
}
/*************************************************************************
 #Contacts Details
**************************************************************************/
ul.icon-list {
  margin-left: 0;
}
ul.icon-list li {
  list-style-type: none;
}
ul.icon-list li ul,
ul.icon-list li ol {
  margin-top: 0;
}
ul.icon-list li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
ul.icon-list li a,
ul.icon-list li address {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
}
ul.icon-list li a:before,
ul.icon-list li address:before {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #0D3257;
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  height: 100%;
  margin-top: 0.25rem;
  margin-right: 0.75rem;
}
ul.icon-list li.email a:before {
  content: '\f0e0';
}
ul.icon-list li.telephone a:before {
  content: '\f095';
}
ul.icon-list li.location address:before {
  content: '\f3c5';
}
/*************************************************************************
 #Investment Details
**************************************************************************/
ul.investment-details {
  margin-left: 0;
  display: inline-flex;
  gap: 3rem;
  margin-bottom: 0;
}
ul.investment-details li {
  list-style-type: none;
}
ul.investment-details li ul,
ul.investment-details li ol {
  margin-top: 0;
}
ul.investment-details li {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.95rem;
  color: #DDD0BB;
}
ul.investment-details li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  margin-right: 1rem;
}
ul.investment-details li.calendar:before {
  content: '\f133';
}
ul.investment-details li.amount:before {
  content: '\f31d';
}
/*************************************************************************
 #Social Links
**************************************************************************/
ul.social-links {
  margin-left: 0;
}
ul.social-links li {
  list-style-type: none;
}
ul.social-links li ul,
ul.social-links li ol {
  margin-top: 0;
}
ul.social-links li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
ul.social-links li:before {
  display: none;
}
ul.social-links li a {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  border-bottom: none;
  text-decoration: none;
}
ul.social-links li a:before {
  z-index: 2;
  width: 100%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  color: #FDFDFC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transform: scale(0.9);
  will-change: transform;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.social-links li a:hover {
  text-decoration: none;
}
ul.social-links li a:hover:before {
  transform: scale(1);
}
ul.social-links li.facebook a:before {
  content: '\f09a';
}
ul.social-links li.facebook-alt a:before {
  content: '\f39e';
}
ul.social-links li.twitter a:before {
  content: '\e61b';
}
ul.social-links li.linkedin a:before {
  content: '\f08c';
}
ul.social-links li.instagram a:before {
  content: '\f16d';
}
ul.social-links li.pinterest a:before {
  content: '\f231';
}
ul.social-links li.youtube a:before {
  content: '\f167';
}
ul.social-links li.mastodon a:before {
  content: '\f4f6';
}
ul.social-links li.threads a:before {
  content: '\e618';
}
ul.social-links li.bluesky a:before {
  content: '\e671';
}
ul.social-links li.email a:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f0e0';
}
/* 
Use: Modular
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #Hero Layouts
**************************************************************************/
.hero-simple {
  position: relative;
  min-height: 75vh;
  overflow: hidden;
}
.hero-half {
  position: relative;
  min-height: 37.5vh;
  overflow: hidden;
}
.hero-image {
  background-color: #040F1B;
}
.hero-image .hero-content h1,
.hero-image .hero-content h2,
.hero-image .hero-content h3,
.hero-image .hero-content p {
  color: #FDFDFC;
}
.hero-image.low-opacity img,
.hero-image.low-opacity iframe,
.hero-image.low-opacity object,
.hero-image.low-opacity embed,
.hero-image.low-opacity video {
  opacity: 0.2;
  mix-blend-mode: luminosity;
}
.hero-image.low-opacity .responsive-background-image {
  background-color: #0B2E51;
}
.hero-image.low-opacity:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(11, 46, 81, 0.5) 0%, rgba(11, 46, 81, 0) 100%);
}
.hero-image.left-gradient .image-container:after,
.hero-image.right-gradient .image-container:after,
.hero-image.left-gradient .video-container:after,
.hero-image.right-gradient .video-container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.hero-image.left-gradient .image-container:after,
.hero-image.left-gradient .video-container:after {
  background-image: linear-gradient(270deg, rgba(4, 15, 27, 0.3) 0%, rgba(4, 15, 27, 0.65) 100%);
  left: 0;
}
@media screen and (min-width: 46.875em) {
  .hero-image.left-gradient .image-container:after,
  .hero-image.left-gradient .video-container:after {
    background-image: linear-gradient(270deg, rgba(4, 15, 27, 0) 0%, rgba(4, 15, 27, 0.65) 100%);
  }
}
.hero-image.right-gradient .image-container,
.hero-image.right-gradient .video-container {
  background-image: linear-gradient(90deg, rgba(4, 15, 27, 0.3) 0%, rgba(4, 15, 27, 0.65) 100%);
}
@media screen and (min-width: 46.875em) {
  .hero-image.right-gradient .image-container:after,
  .hero-image.right-gradient .video-container:after {
    background-image: linear-gradient(90deg, rgba(4, 15, 27, 0) 0%, rgba(4, 15, 27, 0.65) 100%);
  }
}
.hero-video .video-container {
  filter: grayscale(1);
}
@media screen and (max-width: 62.5em) {
  .hero-video .video-container {
    transform: scale(1.5) translateY(-50%);
  }
}
@media screen and (max-width: 46.875em) {
  .hero-video .video-container {
    transform: scale(3.5) translateY(-50%);
  }
}
.hero-boxed {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (min-width: 40.625em) {
  .hero-boxed {
    flex-wrap: nowrap;
  }
}
.hero-boxed:before {
  background-color: #0D3257;
}
.hero-boxed .content {
  padding: 3rem 0;
}
@media screen and (min-width: 40.625em) {
  .hero-boxed .content {
    min-width: 60%;
    align-self: flex-end;
    padding: 6rem 3rem 6rem 0;
  }
}
.hero-boxed .image {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  background-color: #0B2E51;
}
.hero-boxed .image img {
  filter: grayscale(1);
  opacity: 0.7;
}
.hero-boxed .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 40.625em) {
  .hero-boxed .image {
    min-height: 100%;
    min-width: 40%;
    width: unset;
  }
  .hero-boxed .image img {
    position: absolute;
    inset: 0;
  }
}
.hero-boxed:not( :has( .image )) {
  align-items: center;
}
@media screen and (min-width: 46.875em) {
  .hero-boxed:not( :has( .image )) {
    justify-content: center;
  }
  .hero-boxed:not( :has( .image )) .content {
    width: 61.664%;
  }
}
.hero-boxed.hero-video .video {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.hero-boxed.hero-video .video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 46.875em) {
  .hero-boxed.hero-video .video iframe {
    height: 100%;
  }
}
.hero .bottom-container {
  align-content: flex-end;
}
@media screen and (min-width: 46.875em) {
  .hero .hero-content.two-thirds-page {
    width: 53.581%;
  }
}
.hero-content .logos {
  justify-content: flex-start;
}
.hero-content ul.categories li.investment-type,
.hero-content ul.categories li.sector {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #FDFDFC;
}
@media screen and (max-width: 46.8125em) {
  .hero-content:has( + .hero-content ) {
    padding-bottom: 1.5rem;
  }
}
.single-updates .hero-content ul.categories li {
  color: #DDD0BB;
  box-shadow: inset 0 0 0 1px #DDD0BB;
}
@media screen and (min-width: 46.875em) {
  .with-sticky .sticky {
    position: sticky;
    top: 1.5rem;
  }
}
/*************************************************************************
 #Breadcrumbs
**************************************************************************/
.breadcrumbs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid #FDFDFC;
  padding: 1rem 0;
}
@media screen and (min-width: 46.875em) {
  .breadcrumbs-container {
    flex-wrap: nowrap;
    gap: 1rem 3rem;
    padding: 1rem 0 3rem;
  }
}
.breadcrumbs-container .breadcrumbs {
  margin: 0;
}
.breadcrumbs-container .breadcrumbs a {
  color: #DDD0BB;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.breadcrumbs-container .breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs-container .breadcrumbs span {
  color: #DDD0BB;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.breadcrumbs-container .share-module {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.breadcrumbs-container .share-module p {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}
/*************************************************************************
 #Content Module
**************************************************************************/
.content-module p a {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.25px;
  padding-bottom: 4px;
  text-decoration: none;
  background-image: linear-gradient(#0D3257, #0D3257);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.content-module p a:hover {
  background-size: 100% 4px;
}
.content-module ul {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.content-module ul li {
  list-style-type: none;
}
.content-module ul li ul,
.content-module ul li ol {
  margin-top: 0;
}
.content-module ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.content-module ul li:last-child {
  margin-bottom: 0;
}
.content-module ul li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #0D3257;
  font-size: 1rem;
}
.content-module ul.rows li {
  width: 100%;
}
.content-module ul li {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.content-module ul li:before {
  position: absolute;
  top: -1px;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f058';
  font-size: 1.75rem;
}
.content-module ul:last-child {
  margin-bottom: 0;
}
.content-module:has( .button.white-outline-angled-button ) {
  border-bottom: 1px solid #FDFDFC;
}
.content-module:has( .button.white-outline-angled-button ) .white-outline-angled-button {
  position: relative;
  top: 1px;
  float: right;
}
@media screen and (min-width: 46.875em) {
  .content-module:has( .button.white-outline-angled-button ).full-page h2,
  .content-module:has( .button.white-outline-angled-button ).full-page p {
    max-width: 40.664%;
  }
}
.content-module:has( .button.gold-outline-angled-button ) {
  border-bottom: 1px solid #B0915F;
}
.content-module:has( .button.gold-outline-angled-button ) .gold-outline-angled-button {
  position: relative;
  top: 1px;
  float: right;
}
@media screen and (min-width: 46.875em) {
  .content-module:has( .button.gold-outline-angled-button ).full-page h2,
  .content-module:has( .button.gold-outline-angled-button ).full-page p {
    max-width: 40.664%;
  }
}
.content-module:has( .button.gold-outline-angled-button ) .carousel-controls .gold-outline-angled-button {
  margin: unset;
  float: unset;
  margin-left: auto;
}
@media screen and (min-width: 46.875em) {
  .content-module.with-pre-heading {
    padding-top: 2.5rem;
  }
}
/*************************************************************************
 #Blocks
**************************************************************************/
.blocks {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 46.875em) {
  .blocks {
    flex-wrap: nowrap;
    gap: 3rem;
  }
}
.blocks .block {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .blocks .block {
    flex: 1;
  }
}
/*************************************************************************
 #Link Block
**************************************************************************/
.link-block {
  background-color: #124476;
  margin-top: 3rem;
}
.link-block.with-link {
  position: relative;
  padding-bottom: 3rem !important;
  padding: 1.5rem 4.5rem 1.5rem 1.5rem !important;
}
.link-block.with-link:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #0D3257;
  border-bottom-right-radius: 3rem;
  padding-left: 0.75rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.125rem;
  content: '\f061';
  color: #3F3F3F;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.link-block.with-link:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #FDFDFC;
}
.link-block.with-link:hover:before {
  padding-left: 1.25rem;
  border-bottom-right-radius: 0;
}
.link-block:not( .with-link ) {
  padding: 1.5rem 4.5rem 1.5rem 1.5rem !important;
}
/*************************************************************************
 #Block Grid Module
**************************************************************************/
.block-grid-module {
  background-color: #FDFDFC;
}
.block-grid-module .content h3,
.block-grid-module .content p {
  color: #3F3F3F;
}
.block-grid-module.with-link {
  position: relative;
  padding-bottom: 3rem !important;
}
.block-grid-module.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.01);
  will-change: transform;
}
.block-grid-module.with-link:hover .image-container {
  transform: scale(1.1);
}
.block-grid-module.with-link:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #0D3257;
  border-bottom-right-radius: 3rem;
  padding-left: 0.75rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.125rem;
  content: '\f061';
  color: #3F3F3F;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.block-grid-module.with-link:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  width: 3.5rem;
  background-color: #FDFDFC;
}
.block-grid-module.with-link:hover:before {
  padding-left: 1.25rem;
  border-bottom-right-radius: 0;
}
.block-grid-module.white-section:after {
  background-color: #124476;
}
.block-grid-module.light-grey-section {
  background-color: #124476;
}
.block-grid-module.light-grey-section:after {
  background-color: #FDFDFC;
}
.dark-grey-section .block-grid-module.white-section:after {
  background-color: #3F3F3F;
}
/*************************************************************************
 #Updates Listing
**************************************************************************/
.updates-listing {
  background-color: #0B2E51;
}
.updates-listing .content {
  padding: 1.5rem;
}
.updates-listing .content h3,
.updates-listing .content p {
  color: #FDFDFC;
}
.updates-listing .content p {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.updates-listing .content ul.categories {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
}
.updates-listing .content ul.categories li {
  color: #DDD0BB;
  box-shadow: inset 0 0 0 1px #DDD0BB;
}
.updates-listing .image {
  background-color: #0B2E51;
}
.updates-listing .image img {
  filter: grayscale(1);
  opacity: 0.9;
}
.updates-listing:not( :has( .image )) {
  padding: 1.5rem;
}
.updates-listing:not( :has( .image )) .content {
  padding: 0;
}
.updates-listing.with-link {
  position: relative;
  padding-bottom: 6rem;
}
.updates-listing.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.01);
  will-change: transform;
}
.updates-listing.with-link:hover .image-container {
  transform: scale(1.1);
}
.updates-listing.with-link .content:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.updates-listing.with-link:before {
  content: '';
  position: absolute;
  z-index: 2;
  right: -1.5rem;
  bottom: -0.25rem;
  height: 2.5rem;
  width: 10rem;
  background-color: #FDFDFC;
}
@supports ( corner-shape: bevel ) {
  .updates-listing.with-link:before {
    border-top-left-radius: 3rem;
    corner-shape: bevel;
  }
}
.updates-listing.with-link:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 2.25rem;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
}
/*************************************************************************
 #Portfolio Listing
**************************************************************************/
.portfolio-listing {
  display: flex;
  min-height: 28rem;
  overflow: clip;
}
.portfolio-listing .content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 1rem 1rem 4rem;
}
@media screen and (min-width: 46.875em) {
  .portfolio-listing .content {
    padding: 3rem;
  }
}
.portfolio-listing .content h3 {
  width: 100%;
  font-size: 2.75rem;
  color: #FDFDFC;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.portfolio-listing .content p {
  color: #FDFDFC;
}
.portfolio-listing .content ul.categories {
  margin-top: auto;
}
.portfolio-listing .responsive-background-image {
  background-color: #0B2E51;
}
.portfolio-listing .responsive-background-image:before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(11, 46, 81, 0.15) 0%, rgba(11, 46, 81, 0.75) 100%);
  opacity: 0.5;
}
.portfolio-listing .responsive-background-image img {
  opacity: 0.7;
  filter: grayscale(1);
}
.portfolio-listing.split-layout .content {
  display: inline-flex;
  width: 100%;
  background-color: rgba(11, 46, 81, 0.75);
}
.portfolio-listing.split-layout .content p {
  font-size: 0.95rem;
}
@media screen and (min-width: 62.5em) {
  .portfolio-listing.split-layout .content {
    width: 55%;
    background-color: #0B2E51;
  }
}
.portfolio-listing.split-layout .content ul.categories li.investment-type {
  background-color: #FDFDFC;
  color: #0B2E51;
}
.portfolio-listing.split-layout .content ul.categories li.sector {
  box-shadow: inset 0 0 0 1px #FDFDFC;
}
@media screen and (min-width: 62.5em) {
  .portfolio-listing.split-layout .image {
    left: auto;
    width: 45% !important;
  }
}
.portfolio-listing.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.01);
  will-change: transform;
}
.portfolio-listing.with-link:hover .image-container {
  transform: scale(1.1);
}
.portfolio-listing.with-link:before {
  content: '';
  position: absolute;
  z-index: 4;
  right: -1.5rem;
  bottom: -0.25rem;
  height: 3.25rem;
  width: 12rem;
  background-color: #FDFDFC;
}
@media screen and (min-width: 62.5em) {
  .portfolio-listing.with-link:before {
    width: 16rem;
  }
}
@supports ( corner-shape: bevel ) {
  .portfolio-listing.with-link:before {
    border-top-left-radius: 3rem;
    corner-shape: bevel;
  }
}
.portfolio-listing.with-link:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 3rem;
  height: 3rem;
  width: 3rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  content: '\e09f';
  color: #FDFDFC;
}
/*************************************************************************
 #Featured Update Listing
**************************************************************************/
.featured-update-listing {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #0B2E51;
  width: 93.996%;
}
.featured-update-listing .image {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  background-color: #0B2E51;
}
.featured-update-listing .image img {
  opacity: 0.9;
  filter: grayscale(1);
}
@media screen and (min-width: 40.625em) {
  .featured-update-listing .image {
    aspect-ratio: unset;
    min-height: 100%;
    height: unset;
    width: 33.3%;
  }
}
.featured-update-listing .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-update-listing .content {
  position: relative;
  width: 100%;
  padding: 1.5rem 1.5rem 4.5rem;
}
@media screen and (min-width: 40.625em) {
  .featured-update-listing .content {
    height: 100%;
    width: 66.6%;
    padding: 4.5rem 3rem 6rem;
  }
}
.featured-update-listing .content .pre-heading {
  color: #DDD0BB;
}
.featured-update-listing .content h3,
.featured-update-listing .content p {
  width: 100%;
  color: #FDFDFC;
}
.featured-update-listing .content ul.categories {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
}
@media screen and (min-width: 40.625em) {
  .featured-update-listing .content ul.categories {
    left: 3rem;
  }
}
.featured-update-listing .content ul.categories li {
  color: #DDD0BB;
  box-shadow: inset 0 0 0 1px #DDD0BB;
}
.featured-update-listing.with-link:before {
  content: '';
  position: absolute;
  z-index: 4;
  right: -1.5rem;
  bottom: -0.25rem;
  height: 2.25rem;
  width: 12rem;
  background-color: #FDFDFC;
}
@media screen and (min-width: 62.5em) {
  .featured-update-listing.with-link:before {
    width: 16rem;
  }
}
@supports ( corner-shape: bevel ) {
  .featured-update-listing.with-link:before {
    border-top-left-radius: 3rem;
    corner-shape: bevel;
  }
}
.featured-update-listing.with-link:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 2rem;
  height: 3rem;
  width: 3rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  content: '\e09f';
  color: #FDFDFC;
}
.featured-update-listing.with-link .image {
  overflow: clip;
}
.featured-update-listing.with-link .image img {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.01);
  will-change: transform;
}
.featured-update-listing.with-link:hover .image img {
  transform: scale(1.1);
}
/*************************************************************************
 #Company Listing
**************************************************************************/
.company-listing {
  background-color: #FDFDFC;
  border-bottom: 1px solid #DDD0BB;
}
.company-listing .content {
  padding: 1.5rem 0;
}
.company-listing .content h3,
.company-listing .content p {
  color: #040F1B;
}
.company-listing .content p {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.company-listing .image {
  position: relative;
}
.company-listing .image:before {
  content: '';
  position: absolute;
  z-index: 2;
  right: -1.5rem;
  bottom: -0.25rem;
  height: 2.5rem;
  width: 10rem;
  background-color: #FDFDFC;
}
@supports ( corner-shape: bevel ) {
  .company-listing .image:before {
    border-top-left-radius: 3rem;
    corner-shape: bevel;
  }
}
.company-listing .image:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 2.25rem;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
}
.company-listing .image .image-container {
  background-color: #0B2E51;
}
.company-listing .image .image-container img {
  filter: grayscale(1);
  opacity: 0.9;
}
.company-listing .image .image-container:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(11, 46, 81, 0.5) 0%, rgba(11, 46, 81, 0) 100%);
}
.company-listing .image .logo {
  position: absolute;
  z-index: 3;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  background-color: #FDFDFC;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  margin-right: -0.5rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.company-listing .image .logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem;
}
.company-listing:not( :has( .image )) {
  padding: 1.5rem;
}
.company-listing:not( :has( .image )) .content {
  padding: 0;
}
.company-listing.with-link {
  position: relative;
}
.company-listing.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.01);
  will-change: transform;
}
.company-listing.with-link:hover .image-container {
  transform: scale(1.1);
}
.company-listing.with-link .content:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.blue-section .company-listing {
  background-color: #0D3257;
  border-bottom: 1px solid #124476;
}
.blue-section .company-listing .image:before {
  background-color: #0D3257;
}
.blue-section .company-listing .content h3,
.blue-section .company-listing .content p {
  color: #FDFDFC;
}
.related-portfolio .portfolio-listing {
  margin-bottom: 0;
}
@media screen and (min-width: 62.5em) {
  .related-portfolio .portfolio-listing {
    width: 61.664%;
    margin-left: auto;
    margin-right: 3%;
  }
}
.related-portfolio .portfolio-listing:before {
  background-color: #0B2E51;
}
/*************************************************************************
 #Icon Block
**************************************************************************/
.icon-block .icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 2rem;
  width: 2rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.icon-block .icon:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-icon);
          mask-image: var(--data-icon);
  background: linear-gradient(145deg, rgba(176, 145, 95, 0.8) 0%, rgba(221, 208, 187, 0.6) 100%);
}
.icon-block:has( .icon ) h3 {
  width: 100%;
}
.icon-block h3 {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.375rem;
}
.icon-block.with-link {
  position: relative;
  padding-bottom: 3rem;
}
.icon-block.with-link:after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  content: '\f061';
  color: #0D3257;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.icon-block.with-link:hover:after {
  left: 0.25rem;
}
/*************************************************************************
 #Icon Block List
**************************************************************************/
.icon-block-list .icon-block {
  position: relative;
  border: unset !important;
  padding-bottom: 2.5rem;
  width: 100%;
}
.icon-block-list .icon-block:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #B0915F 0%, #124476 50%, #124476 100%);
}
.icon-block-list .icon-block .icon:before {
  background: #B0915F;
}
.blue-section .icon-block {
  padding-bottom: 3rem;
  border-bottom: 1px solid #124476;
}
@media screen and (min-width: 46.875em) {
  .blue-section .icon-block {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: none;
    padding-right: 1.5rem;
    border-right: 1px solid #124476;
  }
  .blue-section .icon-block:nth-child( 3n+3 ) {
    border-right: none;
  }
}
.blue-section .icon-block .icon:before {
  background: #B0915F;
}
.white-section .icon-block .icon:before {
  background: linear-gradient(145deg, rgba(176, 145, 95, 0.8) 0%, rgba(221, 208, 187, 0.8) 100%);
}
.white-section .icon-block-list .icon-block:after {
  height: 1px;
  background: #DDD0BB;
}
/*************************************************************************
 #Counted Block
**************************************************************************/
.counted-block .count {
  color: #B0915F;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  display: inline-block;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DDD0BB;
}
/*************************************************************************
 #Social Block
**************************************************************************/
.social-block {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #0D3257;
}
.social-block:before {
  content: '';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background-color: #0B2E51;
  color: #FDFDFC;
  font-size: 1.5rem;
}
.social-block.telephone:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f095';
}
.social-block.email:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f0e0';
}
.social-block.facebook:before {
  content: '\f39e';
}
.social-block.twitter:before {
  content: '\f099';
}
.social-block.linkedin:before {
  content: '\f08c';
}
.social-block.instagram:before {
  content: '\f16d';
}
.social-block.pinterest:before {
  content: '\f231';
}
.social-block.youtube:before {
  content: '\f167';
}
.social-block.mastodon:before {
  content: '\f4f6';
}
.social-block.threads:before {
  content: '\e618';
}
.social-block h4 {
  color: #FDFDFC;
}
.social-block a {
  color: #FDFDFC;
  text-decoration: none;
}
.social-block a:hover {
  text-decoration: underline;
}
/*************************************************************************
 #Logos
**************************************************************************/
.logos {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 0.75rem;
}
.logos .logo {
  position: relative;
  display: inline-flex;
  background-color: #FDFDFC;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  margin-right: -0.5rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.logos .logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.75rem;
  opacity: 1;
  mix-blend-mode: unset;
}
.logos .logo.with-link {
  will-change: transform;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.logos .logo.with-link:hover {
  z-index: 1;
  transform: scale(1.15);
}
/*************************************************************************
 #Scrolling Logos - About
**************************************************************************/
@keyframes scrollDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scrollUp {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.scrolling-logos-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3rem;
  gap: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 53.125em) {
  .scrolling-logos-container {
    gap: 6rem;
    flex-wrap: nowrap;
    padding: 0 6rem;
  }
}
.scrolling-logos-container .scrolling-logos {
  overflow: clip;
  position: relative;
  display: flex;
  gap: 2.5rem;
  height: 20rem;
  width: 100%;
}
.scrolling-logos-container .scrolling-logos:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3rem;
  background: linear-gradient(to top, #f5f2eb, transparent);
}
@media screen and (min-width: 53.125em) {
  .scrolling-logos-container .scrolling-logos {
    position: absolute;
    left: 0;
    width: 50%;
    min-height: 100%;
    padding: 0 3rem;
  }
  .scrolling-logos-container .scrolling-logos:after {
    content: unset;
  }
}
.scrolling-logos-container .scrolling-logos .scrolling-column {
  position: relative;
  width: 50%;
}
.scrolling-logos-container .scrolling-logos .scrolling-column .column-one {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 2.5rem;
  animation: scrollDown 30s linear infinite;
}
.scrolling-logos-container .scrolling-logos .scrolling-column .column-two {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2.5rem;
  animation: scrollUp 30s linear infinite;
}
.scrolling-logos-container .scrolling-logos .scrolling-column .logo {
  position: relative;
  display: inline-flex;
  background-color: #FDFDFC;
  height: 6rem;
  aspect-ratio: 2 / 1;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.scrolling-logos-container .scrolling-logos .scrolling-column .logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1.5rem;
  opacity: 1;
  mix-blend-mode: unset;
}
.scrolling-logos-container .scrolling-logos .scrolling-column .logo.with-link {
  will-change: transform;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.scrolling-logos-container .scrolling-logos .scrolling-column .logo.with-link:hover {
  z-index: 1;
  transform: scale(1.05);
}
.scrolling-logos-container .content-module {
  position: relative;
  margin: 0 0 4.5rem;
}
@media screen and (min-width: 53.125em) {
  .scrolling-logos-container .content-module {
    width: 45.498%;
    margin: 4.5rem 0;
  }
}
.scrolling-logos-container .content-module .button {
  background-color: #f5f2eb;
}
.scrolling-logos-container-og {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  gap: 6rem;
  overflow: hidden;
}
@media screen and (min-width: 62.5em) {
  .scrolling-logos-container-og {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 6rem;
  }
}
.scrolling-logos-container-og .scrolling-logos {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  transform: scale(1.15);
}
.scrolling-logos-container-og .scrolling-logos .logo {
  position: relative;
  display: inline-flex;
  background-color: #FDFDFC;
  height: 5rem;
  aspect-ratio: 21 / 9;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.scrolling-logos-container-og .scrolling-logos .logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem 2.5rem;
  opacity: 1;
  mix-blend-mode: unset;
}
.scrolling-logos-container-og .scrolling-logos .logo:nth-child( even ) {
  top: 3rem;
}
.scrolling-logos-container-og .scrolling-logos .logo.with-link {
  will-change: transform;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.scrolling-logos-container-og .scrolling-logos .logo.with-link:hover {
  z-index: 1;
  transform: scale(1.05);
}
.scrolling-logos-container-og .content-module {
  position: relative;
  margin: 0 0 4.5rem;
}
@media screen and (min-width: 62.5em) {
  .scrolling-logos-container-og .content-module {
    width: 45.498%;
    margin: 4.5rem 0;
  }
}
.scrolling-logos-container-og .content-module .button {
  background-color: #f5f2eb;
}
/*************************************************************************
 #Bar Charts - Homepage
**************************************************************************/
.bar-charts {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1.5rem;
}
.bar-charts .bar-chart {
  width: calc(50% - 1rem*1.5);
  padding: 1rem 0.75rem 0.75rem;
  background: linear-gradient(180deg, rgba(176, 145, 95, 0.75), rgba(176, 145, 95, 0) 100%);
}
@media screen and (min-width: 46.875em) {
  .bar-charts .bar-chart {
    width: calc(33.3% - 1rem*1.5);
    max-width: 7.5rem;
  }
}
.bar-charts .bar-chart .stat {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.375rem;
  word-wrap: break-word;
  margin-bottom: 0.25rem;
}
.bar-charts .bar-chart .title {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.2;
  word-wrap: break-word;
  margin-bottom: 0;
}
.bar-charts .bar-chart.reveal {
  transition: all 1250ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.bar-charts .bar-chart.revealed {
  padding-bottom: 7.5rem;
}
.bar-charts .bar-chart.revealed:first-child {
  padding-bottom: 5rem;
}
/*************************************************************************
 #Map and Stat - Homepage
**************************************************************************/
.statistic {
  padding: 5rem 3rem;
  background-color: #f5f2eb;
}
@supports ( corner-shape: bevel ) {
  .statistic {
    border-bottom-right-radius: 3rem;
    corner-shape: bevel;
  }
}
.statistic .stat {
  color: #B0915F;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.statistic p {
  color: #0B2E51;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.map-and-stat {
  padding-top: 12rem;
  overflow: clip;
  min-height: 85vh;
}
.map-and-stat:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6rem;
  width: 100%;
  background-color: #0D3257;
}
.map-and-stat .statistic {
  margin-top: -12rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 46.8125em) {
  .map-and-stat .statistic {
    width: 77.83%;
  }
}
@media screen and (min-width: 46.875em) {
  .map-and-stat .statistic {
    position: absolute;
    left: 3%;
  }
}
.map-and-stat .responsive-background-image {
  top: 6rem !important;
  left: 0 !important;
}
.map-and-stat .responsive-background-image img {
  height: calc(100% - 1rem*3) !important;
  width: 60% !important;
  overflow: visible;
  opacity: 0.6;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 46.875em) {
  .map-and-stat .responsive-background-image img {
    opacity: 1;
  }
}
/*************************************************************************
 #Contact Bar
**************************************************************************/
.contact-bar h2 {
  font-size: 3.25rem;
  max-width: 60.996% !important;
}
.contact-bar .image {
  background-color: #0B2E51;
}
.contact-bar .image img {
  opacity: 0.3;
  mix-blend-mode: luminosity;
}
.contact-bar .image:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(11, 46, 81, 0.5) 0%, rgba(11, 46, 81, 0) 100%);
}
/*************************************************************************
 #Commitment Bar
**************************************************************************/
.commitment-bar {
  padding-top: 12rem;
}
.commitment-bar:before {
  content: '';
  position: absolute;
  z-index: 3;
  top: -1px;
  left: 0;
  height: 3rem;
  width: 50%;
  background-color: #FDFDFC;
}
@supports ( corner-shape: bevel ) {
  .commitment-bar:before {
    border-bottom-right-radius: 3rem;
    corner-shape: bevel;
  }
}
.commitment-bar .content {
  z-index: 3;
}
.commitment-bar .statistic {
  z-index: 3;
  padding: 4rem 3rem;
  background-color: #FDFDFC;
}
@media screen and (max-width: 46.8125em) {
  .commitment-bar .statistic {
    width: 77.83%;
  }
}
@media screen and (min-width: 46.875em) {
  .commitment-bar .statistic {
    margin-top: -6rem;
    position: absolute;
    right: 3%;
  }
}
@supports ( corner-shape: bevel ) {
  .commitment-bar .statistic {
    border-bottom-right-radius: 3rem;
    corner-shape: bevel;
  }
}
.commitment-bar .statistic .stat {
  color: #B0915F;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0;
}
.commitment-bar .statistic p {
  color: #0B2E51;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.75rem;
}
.commitment-bar .image {
  background-color: #0B2E51;
}
.commitment-bar .image img {
  opacity: 0.3;
  mix-blend-mode: luminosity;
}
.commitment-bar .image:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-image: linear-gradient(90deg, #0b2e51 0%, rgba(11, 46, 81, 0) 100%);
}
.commitment-bar .image:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(11, 46, 81, 0.5) 0%, rgba(11, 46, 81, 0) 100%);
}
/*************************************************************************
 #Testimonial Card
**************************************************************************/
.testimonial p {
  color: #3F3F3F;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.375rem;
}
.testimonial p:before,
.testimonial p:after {
  display: inline;
  font: inherit;
  content: '"';
}
.testimonial .details {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
.testimonial .details .image {
  flex-shrink: 0;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.testimonial .details .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .details cite {
  display: block;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.testimonial .details cite .subtitle {
  display: block;
  color: #0D3257;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.testimonial.featured {
  padding: 3rem 0 0;
}
@media screen and (min-width: 46.875em) {
  .testimonial.featured {
    padding: 6rem 3rem 9rem;
  }
}
.testimonial.featured .header {
  width: 100%;
  text-align: center;
}
.testimonial.featured .header h1 .pre-heading,
.testimonial.featured .header h2 .pre-heading,
.testimonial.featured .header h3 .pre-heading,
.testimonial.featured .header h4 .pre-heading,
.testimonial.featured .header h5 .pre-heading,
.testimonial.featured .header h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.testimonial.featured .content {
  width: 100%;
  display: flex;
  justify-content: center;
}
.testimonial.featured .content p {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #FDFDFC;
  font-size: 2rem;
  padding: 0 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 31.25em) {
  .testimonial.featured .content p {
    padding: unset;
    max-width: 71.162%;
  }
}
.testimonial.featured .details {
  align-items: flex-end;
  justify-content: center;
  background-color: #FDFDFC;
  padding: 1rem;
}
@media screen and (min-width: 46.875em) {
  .testimonial.featured .details {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 4rem;
    padding: unset;
    padding-left: 6rem;
    justify-content: unset;
  }
  @supports ( corner-shape: bevel ) {
    .testimonial.featured .details {
      border-top-left-radius: 4rem;
      corner-shape: bevel;
    }
  }
}
.testimonial.featured .details .image {
  height: 3rem;
  width: 3rem;
}
.testimonial.featured .details cite {
  display: flex;
  align-items: center;
  position: relative;
  top: -0.5rem;
  color: #0B2E51;
}
.testimonial.featured .details cite .subtitle {
  color: #B0915F;
}
.testimonial.featured .details cite .subtitle:before {
  margin: 0 0.25rem;
  content: '-';
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0B2E51;
}
.blue-section .testimonial p {
  color: #FDFDFC;
}
.blue-section .testimonial cite .subtitle {
  color: #DDD0BB;
}
/*************************************************************************
 #Stat Line Block
**************************************************************************/
.stat-line-blocks .stat-line-block .header {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.stat-line-blocks .stat-line-block .header:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background-color: #0D3257;
  height: 2.5rem;
  width: 6rem;
  border-top: 3px solid #124476;
  border-left: 3px solid #124476;
}
@supports ( corner-shape: bevel ) {
  .stat-line-blocks .stat-line-block .header:before {
    padding-left: 6rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
.stat-line-blocks .stat-line-block .header:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #B0915F 0%, #124476 50%, #124476 100%);
}
.stat-line-blocks .stat-line-block .header .stat {
  color: #B0915F;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.stat-line-blocks .stat-line-block .header:has( h3 ):before {
  content: unset;
}
.stat-line-blocks .stat-line-block .header:has( h3 ) h3 {
  color: #FDFDFC;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background-color: #0D3257;
  height: 2.5rem;
  padding-left: 1.5rem;
  border-top: 3px solid #124476;
  border-left: 3px solid #124476;
}
@supports ( corner-shape: bevel ) {
  .stat-line-blocks .stat-line-block .header:has( h3 ) h3 {
    padding-left: 6rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
.stat-line-blocks .stat-line-block .content {
  width: calc(100% - 1rem*7.5);
}
/*************************************************************************
 #Stat Block - Circular, Bar Charts, Trends
**************************************************************************/
@property --percent {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}
@keyframes progress-fill {
  from {
    --percent: 0%;
  }
}
.stat-block {
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #f5f2eb;
}
.stat-block h3 {
  font-size: 0.95rem;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #DDD0BB;
}
.stat-block .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: auto;
  width: 100%;
}
.stat-block .content * {
  width: 100%;
}
.stat-block .content .stat {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #B0915F;
  font-size: 5rem;
  line-height: 1;
  margin: 0;
}
.stat-block .content .subtitle {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.stat-block.circular .progress {
  --animation-duration: 2s;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 80%;
  max-width: 14rem;
  border-radius: 50%;
  margin: 1rem auto;
}
.stat-block.circular .progress:before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 50%;
}
.stat-block.circular .progress:after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  background-color: #f5f2eb;
  border-radius: 50%;
}
.stat-block.circular .progress .stat {
  color: #B0915F;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
.stat-block.circular .progress.reveal.revealed:before {
  background-image: conic-gradient(transparent var(--percent), #DDD0BB var(--percent)), conic-gradient(rgba(176, 145, 95, 0.85), #B0915F);
  animation: progress-fill 5s ease-in-out forwards;
}
.stat-block.bar .stat {
  font-size: 3.5rem;
  color: #0B2E51;
}
.stat-block.bar .bar-graph {
  position: relative;
  height: 9rem;
  width: 90%;
  margin-bottom: 2rem;
  margin-left: auto;
}
.stat-block.bar .bar-graph .bar-one,
.stat-block.bar .bar-graph .bar-two,
.stat-block.bar .bar-graph .bar-three,
.stat-block.bar .bar-graph .bar-four {
  position: absolute;
  bottom: 0;
  width: 23.125%;
  height: attr(data-percentage);
}
.stat-block.bar .bar-graph .bar-one:after,
.stat-block.bar .bar-graph .bar-two:after,
.stat-block.bar .bar-graph .bar-three:after,
.stat-block.bar .bar-graph .bar-four:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(176, 145, 95, 0.7) 0%, rgba(176, 145, 95, 0) 100%);
}
.stat-block.bar .bar-graph .bar-one {
  left: 0;
}
.stat-block.bar .bar-graph .bar-two {
  left: 25.625%;
}
.stat-block.bar .bar-graph .bar-three {
  left: 51.25%;
}
.stat-block.bar .bar-graph .bar-four {
  left: 76.875%;
}
.stat-block.bar .bar-graph.reveal .bar-one:after,
.stat-block.bar .bar-graph.reveal .bar-two:after,
.stat-block.bar .bar-graph.reveal .bar-three:after,
.stat-block.bar .bar-graph.reveal .bar-four:after {
  transition: all 1250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.stat-block.bar .bar-graph.reveal.revealed .bar-one:after,
.stat-block.bar .bar-graph.reveal.revealed .bar-two:after,
.stat-block.bar .bar-graph.reveal.revealed .bar-three:after,
.stat-block.bar .bar-graph.reveal.revealed .bar-four:after {
  height: 100%;
}
.stat-block.trending .stat {
  position: relative;
  display: flex;
  gap: 0.25rem;
  font-size: 5rem;
  color: #B0915F;
  order: 2;
}
.stat-block.trending .stat span {
  width: auto;
}
.stat-block.trending .stat:before {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #B0915F;
  display: inline-flex;
  font-size: 2.5rem;
  margin-top: 0.5rem;
}
.stat-block.trending .stat:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 75%;
  background: linear-gradient(100deg, rgba(245, 242, 235, 0), rgba(245, 242, 235, 0.7) 100%);
}
.stat-block.trending .stat.downwards:before {
  content: '\e091';
}
.stat-block.trending .stat.upwards:before {
  content: '\e09d';
}
.stat-block.trending .stat.sideway:before {
  content: '\f060';
}
.stat-block.trending .subtitle {
  order: 1;
}
/*************************************************************************
 #Video Module
**************************************************************************/
.video-module .video-container {
  position: relative;
  aspect-ratio: 16 / 9;
}
.video-module .video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.video-module .placeholder {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.video-module .placeholder:before,
.video-module .placeholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  height: 3.5rem;
  width: 3.5rem;
}
.video-module .placeholder:before {
  z-index: 3;
  content: '\f04b';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #3F3F3F;
  font-size: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-left: 2px;
}
.video-module .placeholder:after {
  z-index: 2;
  border-radius: 50%;
  background-color: #0D3257;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.video-module .placeholder:hover {
  cursor: pointer;
}
.video-module .placeholder:hover:after {
  background-color: #124476;
}
/*************************************************************************
 #FAQs
**************************************************************************/
.accordion {
  padding: 1rem 0;
  border-bottom: 2px solid #124476;
  margin-bottom: 1rem;
}
.accordion:first-child {
  padding-top: 2rem;
}
.accordion .accordion-title {
  text-align: left;
}
.accordion .accordion-title h3 {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 3rem;
  font-size: 1.375rem;
  cursor: pointer;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.accordion .accordion-title h3:before {
  position: absolute;
  width: 2rem;
  right: 0.5rem;
  content: '\2b';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #FDFDFC;
  align-items: center;
  justify-content: flex-end;
}
.accordion .accordion-title h3:hover {
  color: #DDD0BB;
}
.accordion .accordion-title.open h3:before {
  content: '\f068';
}
.accordion .accordion-content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
}
.accordion .accordion-content .content-wrapper {
  margin-bottom: 0;
}
.accordion .accordion-content.open {
  margin-top: 1rem;
  height: auto;
  opacity: 1;
}
/*************************************************************************
 #Statistics
**************************************************************************/
.statistics .statistic-module {
  position: relative;
}
.statistics .statistic-module:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  height: 1px;
  width: 100%;
  background-color: #124476;
}
.statistics .statistic-module:last-child:after {
  content: unset;
}
@media screen and (max-width: 46.8125em) {
  .statistics .statistic-module {
    width: 93.996%;
  }
}
@media screen and (min-width: 46.875em) {
  .statistics .statistic-module:after {
    content: '';
    position: absolute;
    top: 0;
    right: -4%;
    bottom: unset;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: #124476;
  }
}
.statistics .statistic-module .icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  background-color: #124476;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.statistics .statistic-module .icon:before {
  content: '';
  position: absolute;
  height: calc(100% - 1rem*1.5);
  width: calc(100% - 1rem*1.5);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-icon);
          mask-image: var(--data-icon);
  background-color: #0D3257;
}
.statistics .statistic-module .big-text {
  color: #0D3257;
}
.statistics .statistic-module h3 {
  font-size: 1.375rem;
}
/*************************************************************************
 #Column Grid
**************************************************************************/
.column-grid .column-module {
  position: relative;
  display: block;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  transform: translateZ(0);
}
/*************************************************************************
 #Testimonials Grid
**************************************************************************/
.testimonial-grid .testimonial {
  color: #040F1B;
  width: 100%;
  padding: 3rem 3rem 4.5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.testimonial-grid .testimonial h1,
.testimonial-grid .testimonial h2,
.testimonial-grid .testimonial h3,
.testimonial-grid .testimonial h4,
.testimonial-grid .testimonial h5,
.testimonial-grid .testimonial h6,
.testimonial-grid .testimonial p,
.testimonial-grid .testimonial a {
  color: #040F1B;
}
.testimonial-grid .testimonial p {
  color: #3F3F3F;
}
.testimonial-grid .testimonial .pre-heading {
  color: #B0915F;
}
.testimonial-grid .testimonial .pre-heading:before {
  background-color: #0D3257;
}
.testimonial-grid .testimonial blockquote {
  margin-bottom: 3rem;
}
.testimonial-grid .testimonial .details {
  flex-direction: row-reverse;
  text-align: right;
  width: 100%;
  margin-top: auto;
}
.testimonial-grid .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row {
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row.items-1 .testimonial {
    width: 100%;
  }
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row.items-2 .testimonial:first-child {
    width: 66.6%;
  }
  .testimonial-grid .row.items-2 .testimonial:last-child {
    width: calc(33.3% - 1rem);
  }
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row.items-3 .testimonial {
    width: calc(33.3% - 1rem);
  }
}
/*************************************************************************
 #Contact Template - Map
**************************************************************************/
.contact-map {
  position: relative;
  min-height: 50vh;
}
.contact-map .map {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
/* 
Use: Carousels
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #JS Carousel
**************************************************************************/
/* This sets duration of the transition between slides in milliseconds */
/* This sets the colour of the various ui elements such as dot controls and arrows, change it to your project requirements */
.js-carousel .js-carousel-slides {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.js-carousel .js-carousel-slides .carousel-slide {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  flex: 1 0 100%;
  margin-left: -100%;
  opacity: 0;
  pointer-events: none;
}
.js-carousel .js-carousel-slides .carousel-slide:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-slides .carousel-slide.current-slide {
  opacity: 1;
  pointer-events: auto;
}
.js-carousel .js-carousel-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.js-carousel .js-carousel-controls .direction-left,
.js-carousel .js-carousel-controls .direction-right {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:last-child,
.js-carousel .js-carousel-controls .direction-right:last-child {
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:focus,
.js-carousel .js-carousel-controls .direction-right:focus {
  outline: none;
}
.js-carousel .js-carousel-controls .direction-left:hover,
.js-carousel .js-carousel-controls .direction-right:hover {
  border-bottom: none;
}
.js-carousel .js-carousel-controls .direction-left:disabled,
.js-carousel .js-carousel-controls .direction-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before,
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before {
  z-index: -2;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  z-index: -1;
}
.js-carousel .js-carousel-controls .direction-left.small,
.js-carousel .js-carousel-controls .direction-right.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
.js-carousel .js-carousel-controls .direction-left.small:after,
.js-carousel .js-carousel-controls .direction-right.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left.medium,
.js-carousel .js-carousel-controls .direction-right.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left.medium:after,
.js-carousel .js-carousel-controls .direction-right.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.js-carousel .js-carousel-controls .direction-left.large,
.js-carousel .js-carousel-controls .direction-right.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
}
.js-carousel .js-carousel-controls .direction-left.large:after,
.js-carousel .js-carousel-controls .direction-right.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.js-carousel .js-carousel-controls .direction-left.blue-button,
.js-carousel .js-carousel-controls .direction-right.blue-button {
  color: #FDFDFC;
  background-color: #0D3257;
}
.js-carousel .js-carousel-controls .direction-left.blue-button:hover,
.js-carousel .js-carousel-controls .direction-right.blue-button:hover {
  background-color: #124476;
}
.js-carousel .js-carousel-controls .direction-left.breadcrumb-button,
.js-carousel .js-carousel-controls .direction-right.breadcrumb-button {
  color: #FDFDFC;
  min-width: 3.125rem;
  min-height: 3.125rem;
  height: 3.125rem;
  line-height: 3.75rem;
  padding: 0 1.875rem;
  margin-top: -1rem;
  padding-right: 4.5rem;
}
.js-carousel .js-carousel-controls .direction-left.breadcrumb-button:after,
.js-carousel .js-carousel-controls .direction-right.breadcrumb-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 3.125rem;
  width: 3.125rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel .js-carousel-controls .direction-left.breadcrumb-button:hover:after,
.js-carousel .js-carousel-controls .direction-right.breadcrumb-button:hover:after {
  color: #B0915F;
  background-color: #FDFDFC;
}
.js-carousel .js-carousel-controls .direction-left.gold-outline-button,
.js-carousel .js-carousel-controls .direction-right.gold-outline-button {
  color: #0B2E51;
  background-color: transparent;
  border: 1px solid #B0915F;
}
.js-carousel .js-carousel-controls .direction-left.gold-outline-button:hover,
.js-carousel .js-carousel-controls .direction-right.gold-outline-button:hover {
  background-color: rgba(176, 145, 95, 0.1);
}
.js-carousel .js-carousel-controls .direction-left.gold-outline-angled-button,
.js-carousel .js-carousel-controls .direction-right.gold-outline-angled-button {
  color: #0B2E51;
  padding-right: 4rem;
  background-color: #FDFDFC;
  border-top: 1px solid #B0915F;
  border-left: 1px solid #B0915F;
}
@supports ( corner-shape: bevel ) {
  .js-carousel .js-carousel-controls .direction-left.gold-outline-angled-button,
  .js-carousel .js-carousel-controls .direction-right.gold-outline-angled-button {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
.js-carousel .js-carousel-controls .direction-left.gold-outline-angled-button:after,
.js-carousel .js-carousel-controls .direction-right.gold-outline-angled-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel .js-carousel-controls .direction-left.gold-outline-angled-button:hover:after,
.js-carousel .js-carousel-controls .direction-right.gold-outline-angled-button:hover:after {
  background-color: #0B2E51;
}
.js-carousel .js-carousel-controls .direction-left.white-outline-button,
.js-carousel .js-carousel-controls .direction-right.white-outline-button {
  color: #FDFDFC;
  background-color: transparent;
  border: 1px solid #FDFDFC;
}
.js-carousel .js-carousel-controls .direction-left.white-outline-button:hover,
.js-carousel .js-carousel-controls .direction-right.white-outline-button:hover {
  background-color: rgba(11, 46, 81, 0.5);
}
.js-carousel .js-carousel-controls .direction-left.white-outline-angled-button,
.js-carousel .js-carousel-controls .direction-right.white-outline-angled-button {
  color: #FDFDFC;
  padding-right: 4rem;
  background-color: #0D3257;
  border-top: 1px solid #FDFDFC;
  border-left: 1px solid #FDFDFC;
}
@supports ( corner-shape: bevel ) {
  .js-carousel .js-carousel-controls .direction-left.white-outline-angled-button,
  .js-carousel .js-carousel-controls .direction-right.white-outline-angled-button {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
.js-carousel .js-carousel-controls .direction-left.white-outline-angled-button:after,
.js-carousel .js-carousel-controls .direction-right.white-outline-angled-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #FDFDFC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #0B2E51;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel .js-carousel-controls .direction-left.white-outline-angled-button:hover:after,
.js-carousel .js-carousel-controls .direction-right.white-outline-angled-button:hover:after {
  background-color: #B0915F;
  color: #FDFDFC;
}
.js-carousel .js-carousel-controls .direction-left.submit-button,
.js-carousel .js-carousel-controls .direction-right.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.js-carousel .js-carousel-controls .direction-left.with-icon,
.js-carousel .js-carousel-controls .direction-right.with-icon {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.with-icon:after,
.js-carousel .js-carousel-controls .direction-right.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.js-carousel .js-carousel-controls .direction-left.icon-only,
.js-carousel .js-carousel-controls .direction-right.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-carousel .js-carousel-controls .direction-left.download-button,
.js-carousel .js-carousel-controls .direction-right.download-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.js-carousel .js-carousel-controls .direction-left.search-button,
.js-carousel .js-carousel-controls .direction-right.search-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel .js-carousel-controls .direction-right.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel .js-carousel-controls .direction-right.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.js-carousel .js-carousel-controls .direction-left.arrow-left:after,
.js-carousel .js-carousel-controls .direction-right.arrow-left:after {
  content: '\f053';
}
.js-carousel .js-carousel-controls .direction-left.arrow-right:after,
.js-carousel .js-carousel-controls .direction-right.arrow-right:after {
  content: '\f054';
}
.js-carousel .js-carousel-controls .direction-left.plus-button,
.js-carousel .js-carousel-controls .direction-right.plus-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel .js-carousel-controls .direction-right.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel .js-carousel-controls .direction-right.plus-button:after {
  content: '\2b';
}
.js-carousel .js-carousel-controls .direction-left.minus-button,
.js-carousel .js-carousel-controls .direction-right.minus-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel .js-carousel-controls .direction-right.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel .js-carousel-controls .direction-right.minus-button:after {
  content: '\2d';
}
.js-carousel .js-carousel-controls .direction-left.close:after,
.js-carousel .js-carousel-controls .direction-right.close:after {
  content: '\f00d';
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  color: #0D3257;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left:after {
  content: '\f053';
  text-align: left;
}
.js-carousel .js-carousel-controls .direction-right:after {
  content: '\f054';
  text-align: right;
}
.js-carousel .js-carousel-controls .dot-controls {
  display: flex;
  justify-content: center;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button {
  position: relative;
  width: 1.5rem;
  height: 1rem;
  border-radius: 1rem;
  margin: 0 0.5rem;
  background-color: #124476;
  cursor: pointer;
  pointer-events: auto;
  overflow: hidden;
  transform: scale(0.9);
  will-change: transform;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:last-of-type {
  margin-right: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:hover {
  background-color: #0B2E51;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button.current-slide {
  transform: scale(1.15);
  background-color: #0B2E51;
}
.js-carousel.hero-carousel .js-carousel-slides {
  position: absolute;
  height: 100%;
  z-index: 0;
}
.js-carousel.hero-carousel .js-carousel-controls {
  position: absolute;
  bottom: 1rem;
}
/*************************************************************************
 #Flickety Carousels
**************************************************************************/
/* #Shared ------------------------------------------------------------------------ */
.flickity-carousel .carousel-slides {
  position: relative;
}
.flickity-carousel .carousel-slides .flickity-viewport {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-button {
  position: absolute;
  height: 2.5rem;
  width: 1.5rem;
  overflow: hidden;
}
.flickity-button svg {
  display: none;
}
.flickity-button:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #0D3257;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-button.previous {
  left: 0;
}
.flickity-button.previous:before {
  content: '\f060';
  justify-content: flex-start;
}
.flickity-button.next {
  right: 0;
}
.flickity-button.next:before {
  content: '\f061';
  justify-content: flex-end;
}
.flickity-button .disabled {
  opacity: 0.25;
  cursor: default!important;
}
.carousel-controls {
  z-index: 100;
}
.carousel-controls .carousel-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.carousel-controls .carousel-navigation .flickity-page-dots {
  width: auto;
}
.carousel-controls .carousel-navigation .buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
/* #General ------------------------------------------------------------------------ */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* #Dragable ------------------------------------------------------------------------ */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* #Buttons ------------------------------------------------------------------------ */
.flickity-button {
  position: absolute;
  z-index: 10;
  background: transparent;
  border: none;
  color: #0D3257;
}
.flickity-button:hover {
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
}
.flickity-button:active {
  opacity: 0.5;
}
.flickity-button:disabled,
.flickity-button.disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
.flickity-button-icon {
  fill: currentColor;
}
/* #Page Dots ------------------------------------------------------------------------ */
.flickity-page-dots {
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots li {
  list-style-type: none;
}
.flickity-page-dots li ul,
.flickity-page-dots li ol {
  margin-top: 0;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #124476;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-page-dots .dot:hover {
  background-color: #0D3257;
  opacity: 0.5;
}
.flickity-page-dots .dot.is-selected {
  background-color: #0D3257;
}
/*************************************************************************
 #Clipping
**************************************************************************/
.outer-container:has( .off-canvas-carousel ),
.outer-container:has( .block-carousel ),
.outer-container.logo-carousel,
.outer-container.block-carousel,
.outer-container.company-carousel {
  overflow: clip;
}
/*************************************************************************
 #Off Canvas Carousel
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .off-canvas-carousel:before,
  .off-canvas-carousel:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 10rem;
    height: 100%;
  }
}
.off-canvas-carousel:before {
  left: 0;
  background-image: linear-gradient(90deg, #FDFDFC 0%, rgba(253, 253, 252, 0) 100%);
}
.off-canvas-carousel:after {
  right: 0;
  background-image: linear-gradient(270deg, #FDFDFC 0%, rgba(253, 253, 252, 0) 100%);
}
.off-canvas-carousel .flickity-slider {
  display: flex;
  align-items: center;
}
.off-canvas-carousel .carousel-controls {
  margin-bottom: 4.5rem;
}
.off-canvas-carousel .carousel-controls .carousel-navigation {
  justify-content: center;
}
.off-canvas-carousel.image-gallery {
  position: relative;
  padding: 1.5rem 0 0;
}
.off-canvas-carousel.image-gallery .image {
  background-color: #FDFDFC;
}
.off-canvas-carousel.image-gallery .image .responsive-image-crop {
  transform: scale(1);
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: auto;
}
.off-canvas-carousel.image-gallery .image.is-selected {
  z-index: 10;
}
.off-canvas-carousel.image-gallery .image.is-selected .responsive-image-crop {
  opacity: 1;
  transform: scale(1.1);
}
.off-canvas-carousel.image-gallery .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.off-canvas-carousel.image-gallery .carousel-controls .flickity-button {
  position: relative;
}
.light-grey-section .off-canvas-carousel:before {
  background-image: linear-gradient(90deg, #124476 0%, rgba(18, 68, 118, 0) 100%);
}
.light-grey-section .off-canvas-carousel:after {
  background-image: linear-gradient(270deg, #124476 0%, rgba(18, 68, 118, 0) 100%);
}
.dark-grey-section .off-canvas-carousel:before {
  background-image: linear-gradient(90deg, #3F3F3F 0%, rgba(63, 63, 63, 0) 100%);
}
.dark-grey-section .off-canvas-carousel:after {
  background-image: linear-gradient(270deg, #3F3F3F 0%, rgba(63, 63, 63, 0) 100%);
}
/*************************************************************************
 #Testimonial Carousel
**************************************************************************/
.testimonial-carousel {
  position: relative;
  align-items: center;
  overflow: hidden;
}
.testimonial-carousel.light-grey-section:before {
  background-color: rgba(18, 68, 118, 0.5);
}
.testimonial-carousel.light-grey-section .testimonials:before {
  background: linear-gradient(90deg, #124476 0%, rgba(253, 253, 252, 0) 100%);
}
.testimonial-carousel.light-grey-section .testimonials:after {
  background: linear-gradient(-90deg, #124476 0%, rgba(253, 253, 252, 0) 100%);
}
.testimonial-carousel.light-grey-section .testimonials cite .subtitle {
  color: #0D3257;
}
.testimonial-carousel.light-grey-section .testimonials .flickity-page-dots .dot:not( .is-selected, :hover ) {
  background-color: #FDFDFC;
}
.testimonial-carousel .testimonials {
  padding: 4.5rem 4.5rem 6rem;
}
@media screen and (min-width: 46.875em) {
  .testimonial-carousel .testimonials {
    padding: 4.5rem;
  }
}
.testimonial-carousel .testimonials:before,
.testimonial-carousel .testimonials:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 4.5rem;
  pointer-events: none;
}
.testimonial-carousel .testimonials:before {
  left: 0;
  background: linear-gradient(90deg, #FDFDFC 0%, rgba(253, 253, 252, 0) 100%);
}
.testimonial-carousel .testimonials:after {
  right: 0;
  background: linear-gradient(-90deg, #FDFDFC 0%, rgba(253, 253, 252, 0) 100%);
}
.testimonial-carousel .testimonials .flickity-slider {
  display: flex;
  align-items: flex-start;
  pointer-events: none;
}
@media screen and (min-width: 46.875em) {
  .testimonial-carousel .testimonials .flickity-slider {
    align-items: center;
  }
}
.testimonial-carousel .testimonials .testimonial {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.testimonial-carousel .testimonials .testimonial.is-selected {
  opacity: 1;
  pointer-events: auto;
}
.testimonial-carousel .flickity-page-dots {
  position: absolute;
  z-index: 3;
  right: 3rem;
  bottom: 3rem;
  width: auto;
}
@media screen and (min-width: 46.875em) {
  .testimonial-carousel .flickity-page-dots {
    right: 4.5rem;
    bottom: 3rem;
  }
}
/*************************************************************************
 #Sector Accordion
**************************************************************************/
@media screen and (max-width: 62.5em) {
  .sector-accordion .content-module,
  .sector-accordion .accordion-items {
    width: 93.996%;
  }
}
.sector-accordion .carousel-controls {
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
}
.sector-accordion .carousel-controls .flickity-button {
  position: relative;
}
.sector-accordion .accordion-items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (min-width: 46.875em) {
  .sector-accordion .accordion-items {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 62.5em) {
  .sector-accordion .accordion-items {
    justify-content: flex-end;
  }
}
.sector-accordion .accordion-items .sector-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  min-height: 3.5rem;
  width: 100%;
  overflow: clip;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 46.875em) {
  .sector-accordion .accordion-items .sector-item {
    min-height: unset;
    height: 25rem;
    width: 3.5rem;
  }
}
.sector-accordion .accordion-items .sector-item:before {
  content: attr(data-title);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 2rem;
  height: 3.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 1.25rem;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #FDFDFC;
}
@media screen and (min-width: 46.875em) {
  .sector-accordion .accordion-items .sector-item:before {
    bottom: -2rem;
    left: unset;
    transform-origin: 0 0;
    transform: rotate(270deg);
  }
}
.sector-accordion .accordion-items .sector-item .content {
  display: none;
  position: relative;
  z-index: 3;
  padding: 2rem;
}
.sector-accordion .accordion-items .sector-item .content h3 {
  font-size: 1.25rem;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #FDFDFC;
}
.sector-accordion .accordion-items .sector-item .content p {
  color: #FDFDFC;
  font-size: 0.95rem;
}
.sector-accordion .accordion-items .sector-item .image {
  background-color: #0B2E51;
}
.sector-accordion .accordion-items .sector-item .image:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(11, 46, 81, 0.8) 0%, rgba(11, 46, 81, 0) 100%);
}
.sector-accordion .accordion-items .sector-item .image img {
  filter: grayscale(1);
  opacity: 0.9;
}
.sector-accordion .accordion-items .sector-item.is-selected {
  min-height: 25rem;
}
@media screen and (min-width: 46.875em) {
  .sector-accordion .accordion-items .sector-item.is-selected {
    min-height: unset;
    width: 25rem;
  }
}
.sector-accordion .accordion-items .sector-item.is-selected:before {
  opacity: 0;
}
.sector-accordion .accordion-items .sector-item.is-selected .content {
  display: block;
}
/*************************************************************************
 #Block Carousel
**************************************************************************/
.block-carousel .flickity-viewport {
  overflow: visible;
}
.block-carousel .content-module {
  z-index: 2;
}
@media screen and (min-width: 46.875em) {
  .block-carousel .content-module:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -3rem;
    right: -1rem;
    height: calc(100% + 1rem*3);
    width: 100vw;
    background-color: #FDFDFC;
  }
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides:before {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -3rem;
    width: 3rem;
    height: 100%;
    background-image: linear-gradient(90deg, #FDFDFC 0%, rgba(253, 253, 252, 0) 100%);
  }
}
.block-carousel .carousel-slides:has( .portfolio-listing ) .flickity-slider {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 46.8125em) {
  .block-carousel .carousel-slides .portfolio-listing {
    width: 100%;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides .portfolio-listing {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 46.8125em) {
  .block-carousel .carousel-slides:has( .testimonial ) {
    margin-bottom: 0;
  }
}
.block-carousel .carousel-slides .testimonial {
  display: flex;
  align-items: flex-start;
  padding: 2rem 0.75rem;
  margin-bottom: 0;
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides .testimonial {
    padding: 2rem 3rem;
  }
}
.block-carousel .carousel-slides .carousel-item {
  min-height: 100%;
  border-top: 2px solid #B0915F;
  width: 100%;
  opacity: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides .carousel-item {
    border-top: none;
    border-left: 2px solid #B0915F;
    width: 75%;
    opacity: 0.5;
  }
}
.block-carousel .carousel-slides .carousel-item.is-selected {
  opacity: 1;
}
.block-carousel .carousel-controls {
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
}
.block-carousel .carousel-controls .flickity-button {
  position: relative;
}
.block-carousel .carousel-controls:has( .button.gold-outline-angled-button ):before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1.25rem;
  height: 2.5rem;
  width: 7.5rem;
  background-color: #FDFDFC;
}
.block-carousel .carousel-controls:has( .button.gold-outline-angled-button ) .flickity-button {
  top: 1.25rem;
}
.blue-section .block-carousel .content-module:before {
  background-color: #0D3257;
}
.blue-section .block-carousel .carousel-slides:before {
  background-image: linear-gradient(90deg, #0D3257 0%, rgba(13, 50, 87, 0) 100%);
}
.dark-blue-section .block-carousel .content-module:before {
  background-color: #0B2E51;
}
.dark-blue-section .block-carousel .carousel-slides:before {
  background-image: linear-gradient(90deg, #0B2E51 0%, rgba(11, 46, 81, 0) 100%);
}
/*************************************************************************
 #Company Carousel
**************************************************************************/
.company-carousel .flickity-viewport {
  overflow: visible;
}
.company-carousel .content-module {
  z-index: 2;
}
.company-carousel .carousel-slides .carousel-item {
  min-height: 100%;
  margin: 0 1.25rem;
  width: 77.83%;
  will-change: transform;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.company-carousel .carousel-slides .carousel-item img {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 46.875em) {
  .company-carousel .carousel-slides .carousel-item {
    width: 45.498%;
  }
}
@media screen and (min-width: 78.125em) {
  .company-carousel .carousel-slides .carousel-item {
    width: 29.332%;
  }
}
.company-carousel .carousel-slides .carousel-item.is-selected {
  transform: scale(1.05);
}
.company-carousel .carousel-controls {
  display: inline-flex;
  justify-content: flex-start;
  gap: 1.5rem;
  margin: 0 auto 1.5rem;
}
.company-carousel .carousel-controls .flickity-button {
  position: relative;
}
/*************************************************************************
 #Logo Carousel
**************************************************************************/
.logo-carousel .carousel-slides .flickity-viewport {
  overflow: visible;
}
.logo-carousel .carousel-slides .flickity-viewport .carousel-item {
  width: 33.3%;
  height: 3.5rem;
}
@media screen and (min-width: 25em) {
  .logo-carousel .carousel-slides .flickity-viewport .carousel-item {
    width: 25%;
  }
}
@media screen and (min-width: 62.5em) {
  .logo-carousel .carousel-slides .flickity-viewport .carousel-item {
    width: 12.5%;
  }
}
.logo-carousel .carousel-slides .flickity-viewport .carousel-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 1.5rem;
}
.logo-carousel .carousel-slides .flickity-viewport .carousel-item:first-child img {
  padding-left: 0;
}
/* 
Use: Animations
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #Image Hover
**************************************************************************/
.image-hover .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.01);
  will-change: transform;
}
.image-hover:hover .image-container {
  transform: scale(1.1);
}
/*************************************************************************
 #Reveal Animations
**************************************************************************/
.reveal {
  transition: all 875ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.reveal.fade-in {
  opacity: 0;
}
.reveal.scale-in {
  transform: scale(0.95) translateY(1rem);
  opacity: 0;
}
.reveal.fade-up {
  transform: translateY(1rem);
  opacity: 0;
}
.reveal.fade-left {
  transform: translateX(-1rem);
  opacity: 0;
}
.reveal.fade-right {
  transform: translateX(1rem);
  opacity: 0;
}
.reveal.slide-left {
  transform: translateX(calc(-98%));
  opacity: 0;
}
.reveal.slide-right {
  transform: translateX(calc(98%));
  opacity: 0;
}
.reveal.slide-up {
  transform: translateY(calc(98%));
  opacity: 0;
}
.revealed.fade-in {
  opacity: 1;
}
.revealed.scale-in {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.revealed.fade-up {
  transform: translateY(0);
  opacity: 1;
}
.revealed.fade-left,
.revealed.fade-right {
  transform: translateX(0);
  opacity: 1;
}
.revealed.slide-left,
.revealed.slide-right {
  transform: translateX(0);
  opacity: 1;
}
.revealed.slide-up {
  transform: translateY(0);
  opacity: 1;
}
/* 
Use: Forms
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #Global Form Elements
**************************************************************************/
button,
input,
textarea,
select,
option {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
}
button:focus,
input:focus,
textarea:focus,
select:focus,
option:focus {
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"],
select {
  min-height: 3.125rem;
  height: 3.125rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"] {
  line-height: 3.125rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select {
  padding: 0 1rem !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
select,
textarea {
  background-color: #FDFDFC;
  box-shadow: inset 0 0 0 2px #124476;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0D3257;
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="checkbox"]::-moz-placeholder, input[type="radio"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #0D3257;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 300;
  font-style: normal;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="checkbox"]::placeholder,
input[type="radio"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #0D3257;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 300;
  font-style: normal;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
  box-shadow: inset 0 0 0 2px #0D3257;
}
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select,
input[type="search"] {
  background-position: right center!important;
  background-repeat: no-repeat !important;
  background-size: auto 90%!important;
  padding-right: 3rem !important;
}
select {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  background-image: url('img/ui/icon-down-arrow.svg');
}
input[type="search"] {
  background-image: url('img/ui/icon-search.svg');
}
input[type="search"] {
  position: relative;
  background-image: url('img/ui/icon-search.svg') !important;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  width: 1.25rem;
  height: 3.125rem;
  margin: 0;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url('img/ui/icon-close.svg') !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%!important;
  background-color: transparent;
  border-radius: 50%!important;
}
textarea {
  padding: 0.5rem 1rem;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  width: 1.25rem !important;
  min-width: 1.25rem !important;
  height: 1.25rem !important;
  min-height: 1.25rem !important;
  margin-left: 0;
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75%;
}
input[type="checkbox"]:checked {
  background-image: url('img/ui/icon-check.svg');
}
input[type="radio"] {
  border-radius: 50%!important;
}
input[type="radio"]:checked {
  background-image: url('img/ui/icon-radio.svg');
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  color: #FDFDFC;
  background-color: #0D3257;
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
  margin-bottom: 0;
}
input[type="submit"]:last-child,
input[type="button"]:last-child,
input[type="reset"]:last-child {
  margin-bottom: 0;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  outline: none;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-bottom: none;
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before {
  z-index: -2;
}
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  z-index: -1;
}
input[type="submit"].small,
input[type="button"].small,
input[type="reset"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
input[type="submit"].small:after,
input[type="button"].small:after,
input[type="reset"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
input[type="submit"].medium,
input[type="button"].medium,
input[type="reset"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
input[type="submit"].medium:after,
input[type="button"].medium:after,
input[type="reset"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
input[type="submit"].large,
input[type="button"].large,
input[type="reset"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
}
input[type="submit"].large:after,
input[type="button"].large:after,
input[type="reset"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
input[type="submit"].blue-button,
input[type="button"].blue-button,
input[type="reset"].blue-button {
  color: #FDFDFC;
  background-color: #0D3257;
}
input[type="submit"].blue-button:hover,
input[type="button"].blue-button:hover,
input[type="reset"].blue-button:hover {
  background-color: #124476;
}
input[type="submit"].breadcrumb-button,
input[type="button"].breadcrumb-button,
input[type="reset"].breadcrumb-button {
  color: #FDFDFC;
  min-width: 3.125rem;
  min-height: 3.125rem;
  height: 3.125rem;
  line-height: 3.75rem;
  padding: 0 1.875rem;
  margin-top: -1rem;
  padding-right: 4.5rem;
}
input[type="submit"].breadcrumb-button:after,
input[type="button"].breadcrumb-button:after,
input[type="reset"].breadcrumb-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 3.125rem;
  width: 3.125rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].breadcrumb-button:hover:after,
input[type="button"].breadcrumb-button:hover:after,
input[type="reset"].breadcrumb-button:hover:after {
  color: #B0915F;
  background-color: #FDFDFC;
}
input[type="submit"].gold-outline-button,
input[type="button"].gold-outline-button,
input[type="reset"].gold-outline-button {
  color: #0B2E51;
  background-color: transparent;
  border: 1px solid #B0915F;
}
input[type="submit"].gold-outline-button:hover,
input[type="button"].gold-outline-button:hover,
input[type="reset"].gold-outline-button:hover {
  background-color: rgba(176, 145, 95, 0.1);
}
input[type="submit"].gold-outline-angled-button,
input[type="button"].gold-outline-angled-button,
input[type="reset"].gold-outline-angled-button {
  color: #0B2E51;
  padding-right: 4rem;
  background-color: #FDFDFC;
  border-top: 1px solid #B0915F;
  border-left: 1px solid #B0915F;
}
@supports ( corner-shape: bevel ) {
  input[type="submit"].gold-outline-angled-button,
  input[type="button"].gold-outline-angled-button,
  input[type="reset"].gold-outline-angled-button {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
input[type="submit"].gold-outline-angled-button:after,
input[type="button"].gold-outline-angled-button:after,
input[type="reset"].gold-outline-angled-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].gold-outline-angled-button:hover:after,
input[type="button"].gold-outline-angled-button:hover:after,
input[type="reset"].gold-outline-angled-button:hover:after {
  background-color: #0B2E51;
}
input[type="submit"].white-outline-button,
input[type="button"].white-outline-button,
input[type="reset"].white-outline-button {
  color: #FDFDFC;
  background-color: transparent;
  border: 1px solid #FDFDFC;
}
input[type="submit"].white-outline-button:hover,
input[type="button"].white-outline-button:hover,
input[type="reset"].white-outline-button:hover {
  background-color: rgba(11, 46, 81, 0.5);
}
input[type="submit"].white-outline-angled-button,
input[type="button"].white-outline-angled-button,
input[type="reset"].white-outline-angled-button {
  color: #FDFDFC;
  padding-right: 4rem;
  background-color: #0D3257;
  border-top: 1px solid #FDFDFC;
  border-left: 1px solid #FDFDFC;
}
@supports ( corner-shape: bevel ) {
  input[type="submit"].white-outline-angled-button,
  input[type="button"].white-outline-angled-button,
  input[type="reset"].white-outline-angled-button {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
input[type="submit"].white-outline-angled-button:after,
input[type="button"].white-outline-angled-button:after,
input[type="reset"].white-outline-angled-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #FDFDFC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #0B2E51;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].white-outline-angled-button:hover:after,
input[type="button"].white-outline-angled-button:hover:after,
input[type="reset"].white-outline-angled-button:hover:after {
  background-color: #B0915F;
  color: #FDFDFC;
}
input[type="submit"].submit-button,
input[type="button"].submit-button,
input[type="reset"].submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
input[type="submit"].with-icon,
input[type="button"].with-icon,
input[type="reset"].with-icon {
  padding-right: 0!important;
}
input[type="submit"].with-icon:after,
input[type="button"].with-icon:after,
input[type="reset"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].text-button-with-icon,
input[type="button"].text-button-with-icon,
input[type="reset"].text-button-with-icon {
  padding-right: 0!important;
}
input[type="submit"].text-button-with-icon:after,
input[type="button"].text-button-with-icon:after,
input[type="reset"].text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].text-button-with-icon:after,
input[type="button"].text-button-with-icon:after,
input[type="reset"].text-button-with-icon:after {
  margin-left: 0.5rem;
}
input[type="submit"].icon-only,
input[type="button"].icon-only,
input[type="reset"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type="submit"].download-button,
input[type="button"].download-button,
input[type="reset"].download-button {
  padding-right: 0!important;
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
input[type="submit"].search-button,
input[type="button"].search-button,
input[type="reset"].search-button {
  padding-right: 0!important;
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
input[type="submit"].arrow-left:after,
input[type="button"].arrow-left:after,
input[type="reset"].arrow-left:after {
  content: '\f053';
}
input[type="submit"].arrow-right:after,
input[type="button"].arrow-right:after,
input[type="reset"].arrow-right:after {
  content: '\f054';
}
input[type="submit"].plus-button,
input[type="button"].plus-button,
input[type="reset"].plus-button {
  padding-right: 0!important;
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  content: '\2b';
}
input[type="submit"].minus-button,
input[type="button"].minus-button,
input[type="reset"].minus-button {
  padding-right: 0!important;
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  content: '\2d';
}
input[type="submit"].close:after,
input[type="button"].close:after,
input[type="reset"].close:after {
  content: '\f00d';
}
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background-color: #124476;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  border-color: transparent;
}
/*************************************************************************
 #Ninja Forms General
**************************************************************************/
nf-field {
  display: block;
}
nf-field .nf-field-container {
  margin-bottom: 1rem;
}
nf-field .nf-field-container.checkbox-container {
  display: inline-block;
  width: auto;
  margin-right: 1rem;
  padding-left: 1.75rem;
}
nf-field .nf-field-container.checkbox-container label {
  text-align: left;
  min-height: 1.25rem;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap {
  align-items: center;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label {
  padding-left: 0!important;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-element {
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  background: transparent;
  border-radius: 0!important;
}
nf-field .html-container a {
  color: #0D3257;
}
nf-field:last-child .nf-field-container {
  margin-bottom: 0;
}
nf-field .nf-field-label label,
nf-field .nf-field-label .nf-label-span {
  font-size: 16px;
  font-weight: normal;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
}
nf-field .ninja-forms-req-symbol {
  color: inherit;
}
nf-field .nf-input-limit {
  margin-top: 0;
}
nf-field .submit-container {
  margin-top: 2rem;
  border-bottom: 1px solid #FDFDFC;
}
nf-field .submit-container .nf-field-label {
  display: none !important;
}
nf-field .submit-container .nf-field {
  float: right;
}
nf-field .submit-container .nf-field .submit-wrap {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  color: #FDFDFC;
  padding-right: 4rem;
  background-color: #0D3257;
  border-top: 1px solid #FDFDFC;
  border-left: 1px solid #FDFDFC;
  position: relative;
  z-index: 1;
  top: 1px;
  margin: 0 !important;
}
nf-field .submit-container .nf-field .submit-wrap:last-child {
  margin-bottom: 0;
}
nf-field .submit-container .nf-field .submit-wrap:focus {
  outline: none;
}
nf-field .submit-container .nf-field .submit-wrap:hover {
  border-bottom: none;
}
nf-field .submit-container .nf-field .submit-wrap:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
nf-field .submit-container .nf-field .submit-wrap:before,
nf-field .submit-container .nf-field .submit-wrap:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
nf-field .submit-container .nf-field .submit-wrap:before {
  z-index: -2;
}
nf-field .submit-container .nf-field .submit-wrap:after {
  z-index: -1;
}
nf-field .submit-container .nf-field .submit-wrap.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
nf-field .submit-container .nf-field .submit-wrap.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
nf-field .submit-container .nf-field .submit-wrap.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
nf-field .submit-container .nf-field .submit-wrap.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
nf-field .submit-container .nf-field .submit-wrap.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
}
nf-field .submit-container .nf-field .submit-wrap.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
nf-field .submit-container .nf-field .submit-wrap.blue-button {
  color: #FDFDFC;
  background-color: #0D3257;
}
nf-field .submit-container .nf-field .submit-wrap.blue-button:hover {
  background-color: #124476;
}
nf-field .submit-container .nf-field .submit-wrap.breadcrumb-button {
  color: #FDFDFC;
  min-width: 3.125rem;
  min-height: 3.125rem;
  height: 3.125rem;
  line-height: 3.75rem;
  padding: 0 1.875rem;
  margin-top: -1rem;
  padding-right: 4.5rem;
}
nf-field .submit-container .nf-field .submit-wrap.breadcrumb-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 3.125rem;
  width: 3.125rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
nf-field .submit-container .nf-field .submit-wrap.breadcrumb-button:hover:after {
  color: #B0915F;
  background-color: #FDFDFC;
}
nf-field .submit-container .nf-field .submit-wrap.gold-outline-button {
  color: #0B2E51;
  background-color: transparent;
  border: 1px solid #B0915F;
}
nf-field .submit-container .nf-field .submit-wrap.gold-outline-button:hover {
  background-color: rgba(176, 145, 95, 0.1);
}
nf-field .submit-container .nf-field .submit-wrap.gold-outline-angled-button {
  color: #0B2E51;
  padding-right: 4rem;
  background-color: #FDFDFC;
  border-top: 1px solid #B0915F;
  border-left: 1px solid #B0915F;
}
@supports ( corner-shape: bevel ) {
  nf-field .submit-container .nf-field .submit-wrap.gold-outline-angled-button {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
nf-field .submit-container .nf-field .submit-wrap.gold-outline-angled-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
nf-field .submit-container .nf-field .submit-wrap.gold-outline-angled-button:hover:after {
  background-color: #0B2E51;
}
nf-field .submit-container .nf-field .submit-wrap.white-outline-button {
  color: #FDFDFC;
  background-color: transparent;
  border: 1px solid #FDFDFC;
}
nf-field .submit-container .nf-field .submit-wrap.white-outline-button:hover {
  background-color: rgba(11, 46, 81, 0.5);
}
nf-field .submit-container .nf-field .submit-wrap.white-outline-angled-button {
  color: #FDFDFC;
  padding-right: 4rem;
  background-color: #0D3257;
  border-top: 1px solid #FDFDFC;
  border-left: 1px solid #FDFDFC;
}
@supports ( corner-shape: bevel ) {
  nf-field .submit-container .nf-field .submit-wrap.white-outline-angled-button {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
nf-field .submit-container .nf-field .submit-wrap.white-outline-angled-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #FDFDFC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #0B2E51;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
nf-field .submit-container .nf-field .submit-wrap.white-outline-angled-button:hover:after {
  background-color: #B0915F;
  color: #FDFDFC;
}
nf-field .submit-container .nf-field .submit-wrap.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
nf-field .submit-container .nf-field .submit-wrap.with-icon {
  padding-right: 0!important;
}
nf-field .submit-container .nf-field .submit-wrap.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
nf-field .submit-container .nf-field .submit-wrap.text-button-with-icon {
  padding-right: 0!important;
}
nf-field .submit-container .nf-field .submit-wrap.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
nf-field .submit-container .nf-field .submit-wrap.text-button-with-icon:after {
  margin-left: 0.5rem;
}
nf-field .submit-container .nf-field .submit-wrap.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
nf-field .submit-container .nf-field .submit-wrap.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
nf-field .submit-container .nf-field .submit-wrap.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
nf-field .submit-container .nf-field .submit-wrap.download-button {
  padding-right: 0!important;
}
nf-field .submit-container .nf-field .submit-wrap.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
nf-field .submit-container .nf-field .submit-wrap.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
nf-field .submit-container .nf-field .submit-wrap.search-button {
  padding-right: 0!important;
}
nf-field .submit-container .nf-field .submit-wrap.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
nf-field .submit-container .nf-field .submit-wrap.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
nf-field .submit-container .nf-field .submit-wrap.arrow-left:after {
  content: '\f053';
}
nf-field .submit-container .nf-field .submit-wrap.arrow-right:after {
  content: '\f054';
}
nf-field .submit-container .nf-field .submit-wrap.plus-button {
  padding-right: 0!important;
}
nf-field .submit-container .nf-field .submit-wrap.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
nf-field .submit-container .nf-field .submit-wrap.plus-button:after {
  content: '\2b';
}
nf-field .submit-container .nf-field .submit-wrap.minus-button {
  padding-right: 0!important;
}
nf-field .submit-container .nf-field .submit-wrap.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
nf-field .submit-container .nf-field .submit-wrap.minus-button:after {
  content: '\2d';
}
nf-field .submit-container .nf-field .submit-wrap.close:after {
  content: '\f00d';
}
nf-field .submit-container .nf-field .submit-wrap:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
@supports ( corner-shape: bevel ) {
  nf-field .submit-container .nf-field .submit-wrap {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
nf-field .submit-container .nf-field .submit-wrap:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #FDFDFC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #0B2E51;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
nf-field .submit-container .nf-field .submit-wrap:hover:after {
  background-color: #B0915F;
  color: #FDFDFC;
}
nf-field .submit-container .nf-field .submit-wrap input {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FDFDFC;
  font-size: 1rem !important;
  padding: 0 !important;
  background-color: transparent !important;
}
nf-field .nf-fu-progress {
  height: 1rem;
  margin-bottom: 1rem;
  background-color: #0D3257;
  border-radius: 0!important;
  box-shadow: none;
}
nf-field .nf-fu-progress .nf-fu-progress-bar {
  line-height: 1rem;
  background-color: #FDFDFC;
}
nf-field .nf-after-field {
  width: 100%!important;
}
nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 2px #0D3257;
  border: none!important;
}
.nf-before-form-content {
  display: none;
}
.nf-response-msg {
  text-align: center;
}
.nf-response-msg h1 .pre-heading,
.nf-response-msg h2 .pre-heading,
.nf-response-msg h3 .pre-heading,
.nf-response-msg h4 .pre-heading,
.nf-response-msg h5 .pre-heading,
.nf-response-msg h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.nf-error-msg {
  background-color: #0B2E51;
  margin: 0.5rem 0 0 0 !important;
  padding: 0.25rem 0.5rem;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.95rem;
}
.dark-section nf-field .ninja-forms-req-symbol {
  color: #FDFDFC;
}
.dark-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FDFDFC;
}
.dark-section .nf-error-msg {
  background-color: #124476;
  color: #FDFDFC;
}
/*************************************************************************
 #Filter Module
**************************************************************************/
.filter-container .filter-module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 46.875em) {
  .filter-container .filter-module {
    flex-wrap: nowrap;
    gap: 0.75rem 1.5rem;
    max-width: 60.996%;
    margin: 0 auto;
  }
}
.filter-container .filter-module .facetwp-facet {
  flex: 100%;
  margin: 0;
}
@media screen and (min-width: 46.875em) {
  .filter-container .filter-module .facetwp-facet {
    flex: 1;
  }
}
.filter-container .filter-module .facetwp-facet select {
  width: 100%;
  font-size: 0.95rem;
}
.filter-container .filter-module .facetwp-dropdown {
  box-shadow: none;
  padding-left: 0 !important;
  border-bottom: 1px solid #B0915F;
  background-position: 102% center !important;
}
.filter-container .filter-module .facetwp-type-checkboxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox {
  background-image: unset;
  height: 2.5rem;
  padding: 0 1.5rem;
  border-radius: 2.5rem;
  background-color: #124476;
  display: flex;
  align-items: center;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: all 375ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox:hover {
  background-color: #124476;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox.checked {
  background-color: #0D3257;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
  display: none;
}
.filter-container .filter-module .facetwp-type-reset {
  flex: 0 1 auto;
}
.filter-container .filter-module .facetwp-type-reset .facetwp-reset {
  margin-left: auto;
  min-height: 3.125rem;
  height: 3.125rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding-bottom: 4px;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
  font-size: 0.95rem;
  color: #0B2E51;
}
.filter-container .filter-module .facetwp-type-reset .facetwp-reset:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #B0915F;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .filter-module .facetwp-type-reset .facetwp-reset.with-arrow {
  padding-right: 2rem;
}
.filter-container .filter-module .facetwp-type-reset .facetwp-reset.with-arrow:before {
  width: calc(100% - 1rem*2);
}
.filter-container .filter-module .facetwp-type-reset .facetwp-reset.with-arrow:after {
  position: absolute;
  right: 5px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f061';
  font-size: 1.25rem;
  color: #0D3257;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .filter-module .facetwp-type-reset .facetwp-reset.with-arrow:hover:after {
  right: 0;
}
.filter-container .filter-module .facetwp-type-reset .facetwp-reset.with-circle-arrow {
  padding-right: 3.5rem;
}
.filter-container .filter-module .facetwp-type-reset .facetwp-reset.with-circle-arrow:before {
  width: calc(100% - 1rem*3.5);
}
.filter-container .filter-module .facetwp-type-reset .facetwp-reset.with-circle-arrow:after {
  position: absolute;
  right: 15px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f0a9';
  font-size: 1.75rem;
  color: #0D3257;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .filter-module .facetwp-type-reset .facetwp-reset.with-circle-arrow:hover:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  right: 10px;
}
.filter-container .filter-module .facetwp-type-reset .facetwp-reset:hover:before {
  height: 4px;
  opacity: 1;
}
.filter-container .filter-module .facetwp-type-reset .facetwp-reset:after {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  display: inline-flex;
  margin-left: 0.5rem;
  content: '\f0e2';
  color: #0D3257;
  opacity: 1;
  transition: all 375ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .filter-module .facetwp-type-reset .facetwp-reset:hover {
  background-color: transparent;
}
.filter-container .filter-module .facetwp-type-reset .facetwp-reset:hover:after {
  transform: rotate(-360deg);
}
@media screen and (min-width: 46.875em) {
  body.post-type-archive-updates .filter-container .filter-module {
    max-width: 100%;
  }
}
/*************************************************************************
 #Date Picker
**************************************************************************/
.flatpickr-calendar {
  display: inline-block !important;
  font-size: 0.75rem !important;
  line-height: 1.6 !important;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075) !important;
  border-radius: 0!important;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  display: none!important;
}
.flatpickr-calendar .flatpickr-months {
  height: 2rem;
  box-shadow: 0 0 1px #124476;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month img,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month img,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  display: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  color: #FDFDFC;
  background-color: #0D3257;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:last-child {
  margin-bottom: 0;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:focus {
  outline: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover {
  border-bottom: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before {
  z-index: -2;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  z-index: -1;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.blue-button {
  color: #FDFDFC;
  background-color: #0D3257;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.blue-button:hover {
  background-color: #124476;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.breadcrumb-button {
  color: #FDFDFC;
  min-width: 3.125rem;
  min-height: 3.125rem;
  height: 3.125rem;
  line-height: 3.75rem;
  padding: 0 1.875rem;
  margin-top: -1rem;
  padding-right: 4.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.breadcrumb-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 3.125rem;
  width: 3.125rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.breadcrumb-button:hover:after {
  color: #B0915F;
  background-color: #FDFDFC;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.gold-outline-button {
  color: #0B2E51;
  background-color: transparent;
  border: 1px solid #B0915F;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.gold-outline-button:hover {
  background-color: rgba(176, 145, 95, 0.1);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.gold-outline-angled-button {
  color: #0B2E51;
  padding-right: 4rem;
  background-color: #FDFDFC;
  border-top: 1px solid #B0915F;
  border-left: 1px solid #B0915F;
}
@supports ( corner-shape: bevel ) {
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month.gold-outline-angled-button {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.gold-outline-angled-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.gold-outline-angled-button:hover:after {
  background-color: #0B2E51;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.white-outline-button {
  color: #FDFDFC;
  background-color: transparent;
  border: 1px solid #FDFDFC;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.white-outline-button:hover {
  background-color: rgba(11, 46, 81, 0.5);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.white-outline-angled-button {
  color: #FDFDFC;
  padding-right: 4rem;
  background-color: #0D3257;
  border-top: 1px solid #FDFDFC;
  border-left: 1px solid #FDFDFC;
}
@supports ( corner-shape: bevel ) {
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month.white-outline-angled-button {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.white-outline-angled-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #FDFDFC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #0B2E51;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.white-outline-angled-button:hover:after {
  background-color: #B0915F;
  color: #FDFDFC;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.text-button-with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.download-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.search-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.arrow-left:after {
  content: '\f053';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.arrow-right:after {
  content: '\f054';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.plus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.plus-button:after {
  content: '\2b';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.minus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.minus-button:after {
  content: '\2d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.close:after {
  content: '\f00d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover {
  background-color: #124476;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  content: '\f053';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  color: #FDFDFC;
  background-color: #0D3257;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:last-child {
  margin-bottom: 0;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:focus {
  outline: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
  border-bottom: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:before,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:before {
  z-index: -2;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  z-index: -1;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.blue-button {
  color: #FDFDFC;
  background-color: #0D3257;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.blue-button:hover {
  background-color: #124476;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.breadcrumb-button {
  color: #FDFDFC;
  min-width: 3.125rem;
  min-height: 3.125rem;
  height: 3.125rem;
  line-height: 3.75rem;
  padding: 0 1.875rem;
  margin-top: -1rem;
  padding-right: 4.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.breadcrumb-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 3.125rem;
  width: 3.125rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.breadcrumb-button:hover:after {
  color: #B0915F;
  background-color: #FDFDFC;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.gold-outline-button {
  color: #0B2E51;
  background-color: transparent;
  border: 1px solid #B0915F;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.gold-outline-button:hover {
  background-color: rgba(176, 145, 95, 0.1);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.gold-outline-angled-button {
  color: #0B2E51;
  padding-right: 4rem;
  background-color: #FDFDFC;
  border-top: 1px solid #B0915F;
  border-left: 1px solid #B0915F;
}
@supports ( corner-shape: bevel ) {
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month.gold-outline-angled-button {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.gold-outline-angled-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #B0915F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #FDFDFC;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.gold-outline-angled-button:hover:after {
  background-color: #0B2E51;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.white-outline-button {
  color: #FDFDFC;
  background-color: transparent;
  border: 1px solid #FDFDFC;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.white-outline-button:hover {
  background-color: rgba(11, 46, 81, 0.5);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.white-outline-angled-button {
  color: #FDFDFC;
  padding-right: 4rem;
  background-color: #0D3257;
  border-top: 1px solid #FDFDFC;
  border-left: 1px solid #FDFDFC;
}
@supports ( corner-shape: bevel ) {
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month.white-outline-angled-button {
    padding-left: 3.5rem;
    border-top-left-radius: 2.5rem;
    corner-shape: bevel;
  }
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.white-outline-angled-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #FDFDFC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  content: '\e09f';
  color: #0B2E51;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.white-outline-angled-button:hover:after {
  background-color: #B0915F;
  color: #FDFDFC;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.125rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.text-button-with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.download-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.search-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.arrow-left:after {
  content: '\f053';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.arrow-right:after {
  content: '\f054';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.plus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.plus-button:after {
  content: '\2b';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.minus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.minus-button:after {
  content: '\2d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.close:after {
  content: '\f00d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
  background-color: #124476;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  content: '\f054';
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  height: 2rem;
  color: #3F3F3F;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  position: relative;
  width: 100%;
  height: 2rem;
  padding: 0;
  left: auto;
  font-size: 0.95rem;
  display: flex;
  line-height: 1.6;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  width: 100%;
  height: 2rem;
  min-height: 2rem;
  margin: 0;
  padding-left: 0;
  background-color: transparent !important;
  box-shadow: inset 0 0 0 2px transparent;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
  display: inline-flex;
  width: auto;
  padding-right: 0.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper:hover {
  background: transparent !important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year {
  height: auto!important;
  min-height: auto!important;
  padding: 0!important;
  line-height: 1.35 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h1 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h2 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h3 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h4 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h5 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown {
  opacity: 1 !important;
  border: 0 !important;
  line-height: 0.5 !important;
  right: 0.5rem !important;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #3F3F3F;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp:after,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown:after {
  border: 0 !important;
  font-size: 0.75rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp:hover,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown:hover {
  background: transparent !important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp {
  top: 5%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp:after {
  content: '\f106';
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown {
  top: 40%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown:after {
  content: '\f107';
}
.flatpickr-calendar .flatpickr-innerContainer {
  padding-top: 0.5rem;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays {
  height: 2rem;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  font-size: 0.9rem;
  font-weight: unset;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3F3F3F;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days {
  width: 100%;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day {
  height: 2rem;
  line-height: 2rem;
  border: none;
  border-radius: 0;
  font-size: 0.95rem;
  color: #3F3F3F;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day:hover {
  background-color: #124476;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.prevMonthDay,
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.nextMonthDay {
  opacity: 0.35;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.today {
  background-color: #124476;
  color: #3F3F3F;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.selected {
  background-color: #124476;
  color: #3F3F3F;
}
/* 
Use: Custom Styling
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/* 
Use: Header
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #Off Canvas Search
**************************************************************************/
.search-wrap {
  position: absolute;
  width: 100%;
  padding: 1rem 0;
  z-index: 0;
  background-color: #0B2E51;
  transform: translateY(-100%);
}
.search-wrap .search-module {
  padding-right: 3.5rem;
}
@media screen and (min-width: 46.875em) {
  .search-wrap .search-module {
    padding-right: 0;
  }
}
.search-wrap .search-module .search-field {
  width: 100%;
}
.search-wrap .close-button {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  float: right;
  cursor: pointer;
}
.search-wrap .close-button:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #FDFDFC;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f00d';
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0B2E51;
  font-size: 0.95rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.search-wrap .close-button:hover:after {
  background-color: #124476;
  color: #FDFDFC;
}
.outer-content-wrap {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  background-color: #0D3257;
}
.show-search .search-wrap {
  overflow: visible;
  transform: translateY(0);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.show-search .outer-content-wrap {
  transform: translateY(5.125rem);
}
/*************************************************************************
 #Navigation Variables
**************************************************************************/
.with-navigation {
  padding-top: 6.5rem;
}
/*************************************************************************
 #Masthead
**************************************************************************/
.logo-and-navigation {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 5rem;
  margin: 0;
  z-index: 1001;
}
.logo-and-navigation .navigation {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.logo-and-navigation .nav-button {
  display: none;
  padding: 0 0.75rem;
}
@media screen and (min-width: 81.25em) {
  .logo-and-navigation .nav-button {
    display: block;
  }
}
.logo-and-navigation .menu-button {
  display: table;
  position: relative;
  color: #FDFDFC;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 5rem;
  padding-left: 2rem;
  background-color: transparent;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 53.125em) {
  .logo-and-navigation .menu-button {
    display: none;
  }
}
.logo-and-navigation .menu-button:before {
  position: absolute;
  width: 1.5rem;
  height: 100%;
  line-height: 5rem !important;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f0c9';
  color: inherit;
  font-size: 1.25rem;
  text-align: center;
  text-indent: 0;
}
header {
  z-index: 1001;
  padding-top: 1.5rem;
}
header .logo-and-navigation .logo {
  position: relative;
  height: 100%;
  aspect-ratio: 1;
}
header .logo-and-navigation .logo a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
header .logo-and-navigation .logo a img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .logo-and-navigation .navigation {
  align-items: center;
}
header .logo-and-navigation .navigation .main-navigation {
  flex: 1;
  border-bottom: 1px solid #FDFDFC;
  display: none;
}
@media screen and (min-width: 53.125em) {
  header .logo-and-navigation .navigation .main-navigation {
    display: flex;
  }
}
header .logo-and-navigation .navigation .main-navigation nav {
  display: flex;
  justify-content: center;
  flex: 1;
}
header .logo-and-navigation button.open-search {
  position: relative;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  padding-right: 4rem;
}
@media screen and (min-width: 53.125em) {
  header .logo-and-navigation button.open-search {
    margin-top: auto;
    margin-left: 3rem;
  }
}
header .logo-and-navigation button.open-search:before {
  position: absolute;
  top: 0;
  left: -2rem;
  bottom: 0;
  width: 2rem;
  border: 1px solid #FDFDFC;
  border-width: 1px 0 0 1px;
  transform: skewX(-40deg);
}
@media screen and (min-width: 53.125em) {
  header .logo-and-navigation button.open-search:before {
    content: '';
  }
}
header .logo-and-navigation button.open-search:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #0B2E51;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '\f002';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2.5rem;
  background-color: #FDFDFC;
}
@media screen and (max-width: 46.8125em) {
  header .logo-and-navigation button.open-search span {
    display: none;
  }
}
header .logo-and-navigation button.open-search span:after {
  content: '';
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 53.125em) {
  header .logo-and-navigation button.open-search span:after {
    border: 1px solid #FDFDFC;
    border-width: 1px 1px 0 0;
  }
}
/*************************************************************************
 #Sticky Navigation for Small Screens
**************************************************************************/
.sticky-navigation {
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
  position: fixed;
  top: 0;
  height: 5rem;
  z-index: 1001;
}
@media screen and (max-width: 46.8125em) {
  .sticky-navigation {
    width: 100%;
    padding: 1.5rem 2% 0;
  }
}
.sticky-navigation:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #0B2E51;
  opacity: 0;
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
}
.sticky-navigation.expanded {
  transform: 0;
  height: 8rem;
  background-color: #0B2E51;
}
.sticky-navigation.expanded:before {
  opacity: 1;
}
@media screen and (min-width: 31.25em) {
  .sticky-navigation.hidden {
    transform: translateY(-100%);
    pointer-events: none;
    opacity: 0;
  }
}
.sticky-navigation.visible {
  opacity: 1;
}
/*************************************************************************
 #Simple Horizontal Navigation
**************************************************************************/
/* #Top Level Styles ------------------------------------------------------------------------ */
ul.horizontal-navigation {
  margin-left: 0;
  position: relative;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
}
ul.horizontal-navigation li {
  list-style-type: none;
}
ul.horizontal-navigation li ul,
ul.horizontal-navigation li ol {
  margin-top: 0;
}
@media screen and (min-width: 78.125em) {
  ul.horizontal-navigation {
    gap: 1rem;
  }
}
ul.horizontal-navigation li {
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
ul.horizontal-navigation li a,
ul.horizontal-navigation li span.no-link {
  display: block;
  height: 5rem;
  line-height: 5rem;
  padding: 0 1.5rem;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FDFDFC;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li span.no-link {
  position: relative;
  pointer-events: none;
}
ul.horizontal-navigation li.menu-item-has-children a,
ul.horizontal-navigation li.menu-item-has-children span.no-link {
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
ul.horizontal-navigation li.menu-item-has-children a:after,
ul.horizontal-navigation li.menu-item-has-children span.no-link:after {
  position: absolute;
  inset: unset;
  right: 0.5rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #0D3257;
  content: '\f078';
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  height: 1rem;
  width: 1rem;
  transform: rotate(0deg);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li.menu-item-has-children:hover > a:after,
ul.horizontal-navigation li.menu-item-has-children:hover > span.no-link:after {
  transform: rotate(180deg);
}
/* #Hover Sub Menus ------------------------------------------------------------------------ */
ul.horizontal-navigation li {
  position: relative;
}
ul.horizontal-navigation li ul.sub-menu {
  margin-left: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  width: auto;
  min-width: 20rem;
  top: 100%;
  left: 0;
  background-color: #124476;
  overflow: visible;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
ul.horizontal-navigation li ul.sub-menu li {
  list-style-type: none;
}
ul.horizontal-navigation li ul.sub-menu li ul,
ul.horizontal-navigation li ul.sub-menu li ol {
  margin-top: 0;
}
ul.horizontal-navigation li ul.sub-menu li {
  position: relative;
  margin-right: 0;
  width: 100%;
  background-color: transparent;
  border-left: none;
}
ul.horizontal-navigation li ul.sub-menu li:before {
  content: none;
}
ul.horizontal-navigation li ul.sub-menu li:last-child {
  border-right: none;
}
ul.horizontal-navigation li ul.sub-menu li a {
  display: flex;
  float: none;
  width: 100%;
  height: auto;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3F3F3F !important;
  text-transform: none;
  line-height: inherit;
  padding: 0.75rem;
  margin: 0;
}
ul.horizontal-navigation li ul.sub-menu li a:before,
ul.horizontal-navigation li ul.sub-menu li a:after {
  content: none;
}
ul.horizontal-navigation li ul.sub-menu li a:hover {
  background-color: #0D3257;
  color: #FDFDFC !important;
}
ul.horizontal-navigation li ul.sub-menu li.current-page-ancestor > ul.sub-menu li:hover a,
ul.horizontal-navigation li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li:hover a,
ul.horizontal-navigation li ul.sub-menu li.current-menu-item > ul.sub-menu li:hover a {
  background-color: #0D3257;
}
ul.horizontal-navigation li ul.sub-menu li.menu-item-has-children > a {
  padding-right: 2rem;
}
ul.horizontal-navigation li ul.sub-menu li.menu-item-has-children > a:after {
  position: absolute;
  inset: unset;
  right: 0.75rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #0D3257;
  content: '\f078';
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  height: 1rem;
  width: 1rem;
  transform: rotate(-90deg);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li ul.sub-menu li.menu-item-has-children > a:hover:after {
  right: 0.5rem;
  color: #FDFDFC;
}
ul.horizontal-navigation li ul.sub-menu li.menu-divider a:hover {
  background-color: transparent;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: calc(100% + 1rem*2);
  transform: translateX(0);
  overflow: visible;
  visibility: hidden;
  opacity: 0;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu:after {
  display: block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  background-color: transparent;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu li {
  background-color: transparent;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu li:first-of-type:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: -0.375rem;
  transform: translateY(-50%);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid #124476;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu li:hover:first-of-type:before {
  border-right: 0.5rem solid #0D3257;
}
ul.horizontal-navigation li ul.sub-menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  left: calc(100% + 1rem);
}
ul.horizontal-navigation li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
ul.horizontal-navigation li:hover:before {
  height: 4px;
}
ul.horizontal-navigation > li a {
  position: relative;
}
ul.horizontal-navigation > li a:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #B0915F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation > li:hover a:before {
  height: 5px;
  width: 100%;
}
ul.horizontal-navigation > li.current-menu-item a {
  color: #B0915F;
}
ul.horizontal-navigation > li.current-menu-item a:before {
  height: 5px;
  width: 100%;
}
/*************************************************************************
 #Mobile Off-Canvas Navigation
**************************************************************************/
/* This part can be changed depending on what size you want the close and sub menu buttons to be */
.off-canvas-section {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  pointer-events: none;
  opacity: 0;
  z-index: 1002;
  transition: opacity 500ms 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section::-webkit-scrollbar {
  display: none;
}
.off-canvas-section .close-button {
  color: #3F3F3F;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding-bottom: 4px;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #B0915F;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button.with-arrow {
  padding-right: 2rem;
}
.off-canvas-section .close-button.with-arrow:before {
  width: calc(100% - 1rem*2);
}
.off-canvas-section .close-button.with-arrow:after {
  position: absolute;
  right: 5px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f061';
  font-size: 1.25rem;
  color: #0D3257;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button.with-arrow:hover:after {
  right: 0;
}
.off-canvas-section .close-button.with-circle-arrow {
  padding-right: 3.5rem;
}
.off-canvas-section .close-button.with-circle-arrow:before {
  width: calc(100% - 1rem*3.5);
}
.off-canvas-section .close-button.with-circle-arrow:after {
  position: absolute;
  right: 15px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f0a9';
  font-size: 1.75rem;
  color: #0D3257;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button.with-circle-arrow:hover:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  right: 10px;
}
.off-canvas-section .close-button:hover:before {
  height: 4px;
  opacity: 1;
}
.off-canvas-section .close-button:after {
  display: inline-block;
  content: '\f00d';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #0D3257;
  font-size: 0.95rem;
  margin-left: 0.5rem;
}
.off-canvas-section .off-canvas-background {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.off-canvas-section .off-canvas-container {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  color: #124476;
  background-color: #FDFDFC;
  padding: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .off-canvas-section .off-canvas-container {
    width: 75%;
    max-width: 40rem;
  }
}
#off-canvas-navigation {
  left: 0;
}
#off-canvas-navigation .button {
  width: 100%;
}
#off-canvas-navigation .off-canvas-container {
  left: 0;
  transform: translateX(-100%);
  transition: transform 175ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 46.875em) {
  #off-canvas-navigation .off-canvas-container {
    max-width: 30rem;
  }
}
#off-canvas-navigation ul.off-canvas-navigation {
  margin-left: 0;
  flex-wrap: wrap;
  width: 100%;
  margin: 3rem 0 1.5rem;
}
#off-canvas-navigation ul.off-canvas-navigation li {
  list-style-type: none;
}
#off-canvas-navigation ul.off-canvas-navigation li ul,
#off-canvas-navigation ul.off-canvas-navigation li ol {
  margin-top: 0;
}
#off-canvas-navigation ul.off-canvas-navigation li {
  position: relative;
}
#off-canvas-navigation ul.off-canvas-navigation li a,
#off-canvas-navigation ul.off-canvas-navigation li span.no-link {
  display: flex;
  align-items: center;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  color: #0D3257;
  padding: 0.5rem;
  border-bottom: 1px solid #DDD0BB;
  text-decoration: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li a:hover,
#off-canvas-navigation ul.off-canvas-navigation li span.no-link:hover {
  color: #0B2E51;
}
#off-canvas-navigation ul.off-canvas-navigation li.current-menu-item a {
  color: #0B2E51;
}
#off-canvas-navigation ul.off-canvas-navigation li:last-child a {
  border-bottom: none;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0 > a + .sub-menu,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0 > span.no-link + .sub-menu {
  max-height: inherit;
  height: 0;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0.full-width .sub-menu {
  flex-wrap: wrap;
  flex-flow: column;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0.full-width .sub-menu > li {
  overflow: visible;
  margin: 0;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-1 .sub-menu + .sub-menu-button {
  display: none;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu {
  position: relative;
  background-color: #FDFDFC;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li a {
  color: #3F3F3F;
  background-color: #FDFDFC;
  border-bottom: 1px solid #124476;
  padding: 1rem 1rem 1rem 1.75rem;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li:first-child a {
  border-top: none;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li ul.sub-menu {
  z-index: 1;
  margin: 0;
  padding: 1rem;
  border: 1px solid #124476;
  border-top: none;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li ul.sub-menu li a {
  padding: 1rem;
  border: none;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:after {
  position: absolute;
  content: '\f107';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  color: #0D3257;
  font-size: 1.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:hover,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:active {
  background-color: #124476;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > a,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > span.no-link {
  color: #0B2E51;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > .sub-menu-button:after {
  content: '\f106';
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > ul.sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#off-canvas-search {
  right: 0;
}
#off-canvas-search .off-canvas-container {
  right: 0;
  transform: translateX(100%);
  transition: transform 175ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-search .off-canvas-container .close-button {
  float: right;
}
#off-canvas-search .off-canvas-container input#keyword {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0D3257;
  font-size: 1.75rem !important;
  min-height: auto !important;
  line-height: normal !important;
  padding: 0 0 0.5rem !important;
  width: 100%;
  margin: 3rem 0 1.5rem;
  border-bottom: 2px solid #124476;
  transition: all 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-search .off-canvas-container input#keyword::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
#off-canvas-search .off-canvas-container input#keyword::-moz-placeholder {
  color: #0D3257;
}
#off-canvas-search .off-canvas-container input#keyword::placeholder {
  color: #0D3257;
}
#off-canvas-search .off-canvas-container input#keyword:focus {
  border-color: #0D3257;
}
#off-canvas-search .off-canvas-container .results-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#off-canvas-search .off-canvas-container .results-container p {
  color: #3F3F3F;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module {
  position: relative;
  width: calc(50% - 1rem);
  border: none;
  background-color: #124476;
  margin-top: 3.5rem;
}
@media screen and (min-width: 68.75em) {
  #off-canvas-search .off-canvas-container .results-container .search-listing-module {
    width: calc(33.3% - 1rem);
  }
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module .image {
  padding: 0 1.5rem;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module .content {
  padding: 1.5rem 0.75rem 2.5rem;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module .content h2 {
  color: #3F3F3F;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module.with-link:after {
  right: 1rem;
  bottom: 1rem;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module.with-link:hover:after {
  right: 0.75rem;
}
.with-off-canvas-section:before {
  content: '';
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(13, 50, 87, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none;
}
.with-off-canvas-section.show-menu {
  overflow-y: hidden;
}
.with-off-canvas-section.show-menu .off-canvas-background {
  opacity: 1;
}
.with-off-canvas-section.show-menu:before {
  opacity: 1;
}
.with-off-canvas-section.show-menu #off-canvas-navigation.off-canvas-section {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.with-off-canvas-section.show-menu #off-canvas-navigation .off-canvas-container {
  left: 0;
  transform: translateX(0%);
  transition: all 250ms 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
/* 
Use: Footer
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
@media screen and (min-width: 46.875em) {
  footer .logo-and-socials {
    display: flex;
    flex-direction: column;
  }
  footer .logo-and-socials .logo {
    margin-top: auto;
  }
}
footer .logo-and-socials .logo {
  height: 5rem;
}
footer .logo-and-socials .logo a {
  height: 100%;
  width: 100%;
}
footer .logo-and-socials .logo a img {
  max-height: 100%;
  width: auto;
}
footer .logo-and-socials .socials {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
footer .logo-and-socials .socials p {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  margin: 0;
}
footer .logo-and-socials .socials ul {
  margin-left: -0.5rem;
}
footer .logo-and-socials .socials ul li a {
  height: 2.5rem;
  width: 2.5rem;
}
footer .logo-and-socials .socials ul li a:before {
  font-size: 2rem;
}
@media screen and (min-width: 46.875em) {
  footer .footer-menu {
    padding: 1rem 0 1rem 2rem;
  }
  footer .footer-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #FDFDFC;
  }
}
footer .footer-menu h4 {
  color: #B0915F;
  font-size: 1.125rem;
}
footer .footer-menu ul {
  margin-left: 0;
}
footer .footer-menu ul li {
  list-style-type: none;
}
footer .footer-menu ul li ul,
footer .footer-menu ul li ol {
  margin-top: 0;
}
footer .footer-menu ul li {
  margin-bottom: 1rem;
}
footer .footer-menu ul li a {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
footer .footer-menu ul li a:hover {
  text-decoration: underline;
}
footer .legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
footer .legal p {
  color: #FDFDFC;
  margin: 0;
}
footer .legal p span {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 300;
  font-style: normal;
}
footer .legal a {
  font-family: 'aktiv-grotesk', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
}
/* 
Use: Setup
Scope: All devices
Theme: T20
Copyright 2025, © T20
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Pixel Equivalent
**************************************************************************/
/*************************************************************************
 #Grid Measurements
**************************************************************************/
/*************************************************************************
 #Animation Easing
**************************************************************************/
/*************************************************************************
 #Basic HTML Settings
**************************************************************************/
html,
body {
  scroll-behavior: smooth;
  background-color: #0D3257;
}
body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
img,
svg {
  border: 0;
  margin: 0;
  padding: 0;
  image-rendering: auto;
}
svg {
  display: block;
}
/*# sourceMappingURL=style.css.map */