/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins.
 */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

/**
   * This injects Tailwind's component classes and any component classes
   * registered by plugins.
   */

.container {
  width: 100%;
}

@media (min-width: 1492px) {
  .container {
    max-width: 1492px;
  }
}

.label-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 241 234 / var(--tw-bg-opacity, 1));
  padding: 7px 11px 6px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.label-pill > p {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

.btn-primary-link,
  .btn-primary-link-olive,
  .btn-primary-link-navy,
  .btn-primary-link-blue,
  .btn-primary-link-white,
  .btn-rollout {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 78 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.btn-primary-link,.h4
  .btn-primary-link-olive,.h4
  .btn-primary-link-navy,.h4
  .btn-primary-link-blue,.h4
  .btn-primary-link-white,.h4
  .btn-rollout {
  color: #fff;
}

.btn-primary-link:focus,
  .btn-primary-link-olive:focus,
  .btn-primary-link-navy:focus,
  .btn-primary-link-blue:focus,
  .btn-primary-link-white:focus,
  .btn-rollout:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 0.75;
}

.btn-primary-link,
  .btn-primary-link-olive,
  .btn-primary-link-navy,
  .btn-primary-link-blue,
  .btn-primary-link-white,
  .btn-rollout {
  line-height: 20px;
  letter-spacing: 1.28px;
}

.btn-rollout {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .btn-rollout {
    height: 36px;
    overflow: hidden;
    padding-top: unset;
    padding-bottom: unset;
  }
}

.btn-rollout {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .btn-rollout .btn-rollout-text {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.btn-rollout .btn-rollout-text {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.btn-rollout .btn-rollout-text span {
  text-align: center;
}

@media (min-width: 768px) {
  .btn-rollout .btn-rollout-text span {
    height: 36px;
  }
}

.btn-rollout .btn-rollout-text span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-rollout .btn-rollout-text span:nth-child(1) {
  display: none;
}

@media (min-width: 768px) {
  .btn-rollout .btn-rollout-text span:nth-child(1) {
    display: flex;
  }

  .btn-rollout:hover .btn-rollout-text {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.heading-primary {
  font-family: Degular;
  font-style: normal;
  font-size: 50px;
  font-weight: 400;
  line-height: 90%;
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .heading-primary {
    font-size: 110px;
  }
}

/* Section - Why NSI */

.block-alternating-ranking {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

@media (min-width: 1280px) {
  .block-alternating-ranking {
    justify-content: space-between;
  }
}

.block-alternating-ranking > img {
  height: 156px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-why-nsi.section-olive {
  --tw-bg-opacity: 1;
  background-color: rgb(203 217 179 / var(--tw-bg-opacity, 1));
}

.section-why-nsi.section-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 78 / var(--tw-bg-opacity, 1));
}

.section-why-nsi.section-navy h2,
  .section-why-nsi.section-navy .content-text * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.section-why-nsi.section-navy h2,.h4
  .section-why-nsi.section-navy .content-text * {
  color: #fff;
}

.head-chapter {
  font-family: "Public Sans";
  text-align: center;
  font-size: 1.563rem;
  font-weight: 300;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

/* Section - Project */

.project-get-in-touch .card-list-user-card {
  width: 100%;
}

/* Section - Story */

/* Section - review */

.review-block .review-block-inner {
  display: flex;
  align-items: flex-start;
  align-items: stretch;
  gap: 50px;
  padding: 40px;
}

@media (min-width: 768px) {
  .review-block .review-block-inner {
    padding: 32px 60px 57px;
  }
}

.review-block {
  min-height: 500px;
}

.review-block .img {
  display: flex;
  height: 291px;
  width: 292px;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.review-block.blue .review-block-inner,
  .review-block.blue .review-block-inner * {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 78 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(203 217 179 / var(--tw-text-opacity, 1));
}

.review-block.yellow .review-block-inner,
  .review-block.yellow .review-block-inner * {
  --tw-bg-opacity: 1;
  background-color: rgb(253 205 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

.review-block .review-block-quote p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 26px;
}

@media (min-width: 768px) {
  .review-block .review-block-quote p {
    font-size: 26px;
    font-weight: 500;
    line-height: 130%;
  }
}

.review-block .review-block-quote p {
  font-family: Degular;
}

.review-block .review-block-person {
  font-weight: 300;
  line-height: 120%;
}

/* animation transition */

.review-block.selected {
  --tw-translate-x: 0vw;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.review-block.queue {
  --tw-translate-x: 120vw;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.review-block.wait {
  --tw-translate-x: 60vw;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.review-block.shown {
  --tw-translate-x: -30vw;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
}

.review-block.green > section {
  --tw-bg-opacity: 1;
  background-color: rgb(203 217 179 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

/* animation transition END */

/* Section - Image slider */

.image-slide.selected {
  transform: translateX(calc(0vw - 50%));
}

.image-slide.queue {
  display: none;
  transform: translateX(calc(10vw - 50%));
  opacity: 0;
}

.image-slide.wait {
  transform: translateX(calc(10vw - 50%));
  opacity: 0;
}

.image-slide.shown {
  transform: translateX(calc(-10vw - 50%));
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Section - Labels */

/* Section - Dynamic Text */

.section-dynamic-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-self: stretch;
  font-size: 24px;
}

@media (min-width: 1024px) {
  .section-dynamic-text p {
    font-size: 24px;
  }
}

.section-dynamic-text .subtitle {
  font-size: 24px;
}

@media (min-width: 1024px) {
  .section-dynamic-text .subtitle {
    font-size: 40px;
    line-height: 90%;
  }
}

.section-dynamic-text *:first-child {
  margin-top: 0px;
}

.section-dynamic-text *:last-child {
  margin-bottom: 0px;
}

.section-dynamic-text h1,
  .section-dynamic-text h2,
  .section-dynamic-text h3,
  .section-dynamic-text h4,
  .section-dynamic-text h5,
  .section-dynamic-text h6 {
  --tw-text-opacity: 1;
  color: rgb(35 177 210 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .section-dynamic-text h4 {
    margin-top: 32px;
  }
}

/* Section - header detail */

.header-article {
  --tw-bg-opacity: 1;
  background-color: rgb(247 241 234 / var(--tw-bg-opacity, 1));
  padding-top: 108px;
  padding-bottom: 3.75rem;
}

.header-invester-strategy,
  .header-project {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.header-article .label-pill,
  .header-career .label-pill {
  --tw-bg-opacity: 1;
  background-color: rgb(251 131 80 / var(--tw-bg-opacity, 1));
}

.header-article .label-pill > p,
  .header-career .label-pill > p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.header-article .label-pill > p,.h4
  .header-career .label-pill > p {
  color: #fff;
}

/* section - two column text */

@media (min-width: 1024px) {
  .section-two-column-text .section-text-right * {
    font-size: 24px;
    line-height: 130%;
  }
}

.section-two-column-text .section-text-right p {
  margin-bottom: 10px;
}

.section-two-column-text .section-text-right *:last-child {
  margin-bottom: 0px;
}

/* Cards */

/* Cards theme */

.cards-creme {
  --tw-bg-opacity: 1;
  background-color: rgb(247 241 234 / var(--tw-bg-opacity, 1));
}

.cards-creme * {
  --tw-text-opacity: 1;
  color: rgb(251 131 80 / var(--tw-text-opacity, 1));
}

.cards-creme .head-chapter {
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

/* Shows orange styled card (used for stories) */

.card-orange a {
  --tw-border-opacity: 1;
  border-color: rgb(251 131 80 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(251 131 80 / var(--tw-text-opacity, 1));
}

.card-orange path {
  stroke: #fb8350;
}

/* Card Article */

.article .date {
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

.article .head-chapter {
  --tw-text-opacity: 1;
  color: rgb(251 131 80 / var(--tw-text-opacity, 1));
}

.investor-strategy-slide-title {
  border-bottom-width: 1px;
  border-color: #ffffff00;
  line-height: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.investor-strategy-slide-title.active {
  --tw-border-opacity: 1;
  border-color: rgb(35 177 210 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(35 177 210 / var(--tw-text-opacity, 1));
}

/**
   * This injects Tailwind's utility classes and any utility classes registered
   * by plugins.
   */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-\[-60px\] {
  bottom: -60px;
}

.bottom-\[40px\] {
  bottom: 40px;
}

.left-0 {
  left: 0px;
}

.left-\[-40px\] {
  left: -40px;
}

.left-\[20px\] {
  left: 20px;
}

.right-\[-40px\] {
  right: -40px;
}

.right-\[-5px\] {
  right: -5px;
}

.right-\[25px\] {
  right: 25px;
}

.right-\[40px\] {
  right: 40px;
}

.top-0 {
  top: 0px;
}

.top-\[200px\] {
  top: 200px;
}

.top-\[20px\] {
  top: 20px;
}

.top-\[2px\] {
  top: 2px;
}

.top-\[300px\] {
  top: 300px;
}

.top-\[50\%\] {
  top: 50%;
}

.top-px {
  top: 1px;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[10\] {
  z-index: 10;
}

.z-\[20\] {
  z-index: 20;
}

.m-auto {
  margin: auto;
}

.mx-\[-40px\] {
  margin-left: -40px;
  margin-right: -40px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-\[55px\] {
  margin-top: 55px;
  margin-bottom: 55px;
}

.my-\[70px\] {
  margin-top: 70px;
  margin-bottom: 70px;
}

.my-\[72px\] {
  margin-top: 72px;
  margin-bottom: 72px;
}

.my-\[80px\] {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

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

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

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

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

.mb-\[-11px\] {
  margin-bottom: -11px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[28px\] {
  margin-bottom: 28px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[55px\] {
  margin-bottom: 55px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-\[72px\] {
  margin-bottom: 72px;
}

.mb-\[80px\] {
  margin-bottom: 80px;
}

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

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

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

.ml-\[auto\] {
  margin-left: auto;
}

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

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-\[-207px\] {
  margin-right: -207px;
}

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-\[-11px\] {
  margin-top: -11px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[52px\] {
  margin-top: 52px;
}

.mt-\[55px\] {
  margin-top: 55px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[70px\] {
  margin-top: 70px;
}

.mt-\[72px\] {
  margin-top: 72px;
}

.mt-\[80px\] {
  margin-top: 80px;
}

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

.line-clamp-7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.h-0 {
  height: 0px;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-\[10\.67px\] {
  height: 10.67px;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[108px\] {
  height: 108px;
}

.h-\[135px\] {
  height: 135px;
}

.h-\[199px\] {
  height: 199px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[248px\] {
  height: 248px;
}

.h-\[270px\] {
  height: 270px;
}

.h-\[288px\] {
  height: 288px;
}

.h-\[292px\] {
  height: 292px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[34px\] {
  height: 34px;
}

.h-\[412px\] {
  height: 412px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[66px\] {
  height: 66px;
}

.h-full {
  height: 100%;
}

.max-h-\[673px\] {
  max-height: 673px;
}

.max-h-\[701px\] {
  max-height: 701px;
}

.max-h-\[80px\] {
  max-height: 80px;
}

.min-h-\[29\] {
  min-height: 29;
}

.min-h-\[29px\] {
  min-height: 29px;
}

.min-h-\[550px\] {
  min-height: 550px;
}

.min-h-\[80px\] {
  min-height: 80px;
}

.w-1\/2 {
  width: 50%;
}

.w-2 {
  width: 0.5rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[13\.33px\] {
  width: 13.33px;
}

.w-\[292px\] {
  width: 292px;
}

.w-\[46\%\] {
  width: 46%;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[66px\] {
  width: 66px;
}

.w-\[76px\] {
  width: 76px;
}

.w-\[81px\] {
  width: 81px;
}

.w-\[calc\(100\%-76px\)\] {
  width: calc(100% - 76px);
}

.w-\[calc\(100\%-80px\)\] {
  width: calc(100% - 80px);
}

.w-full {
  width: 100%;
}

.min-w-\[29px\] {
  min-width: 29px;
}

.min-w-\[80px\] {
  min-width: 80px;
}

.max-w-\[1118px\] {
  max-width: 1118px;
}

.max-w-\[12\.5rem\] {
  max-width: 12.5rem;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-\[406px\] {
  max-width: 406px;
}

.max-w-\[609px\] {
  max-width: 609px;
}

.max-w-\[80px\] {
  max-width: 80px;
}

.max-w-\[902px\] {
  max-width: 902px;
}

.max-w-content {
  max-width: 94.5rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

.basis-0 {
  flex-basis: 0px;
}

.origin-top-left {
  transform-origin: top left;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[1\.56rem\] {
  gap: 1.56rem;
}

.gap-\[1\.875rem\] {
  gap: 1.875rem;
}

.gap-\[1\.88rem\] {
  gap: 1.88rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[17px\] {
  gap: 17px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[23px\] {
  gap: 23px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[28px\] {
  gap: 28px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[31px\] {
  gap: 31px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[35px\] {
  gap: 35px;
}

.gap-\[36px\] {
  gap: 36px;
}

.gap-\[4\.88rem\] {
  gap: 4.88rem;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[42px\] {
  gap: 42px;
}

.gap-\[45px\] {
  gap: 45px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[55px\] {
  gap: 55px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-\[80px\] {
  gap: 80px;
}

.gap-x-\[1\.875rem\] {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}

.place-self-stretch {
  place-self: stretch;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.text-wrap {
  text-wrap: wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-all {
  word-break: break-all;
}

.rounded-\[100px\] {
  border-radius: 100px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-none {
  border-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-\[\#fdcd8b\] {
  --tw-border-opacity: 1;
  border-color: rgb(253 205 139 / var(--tw-border-opacity, 1));
}

.border-main-navy {
  --tw-border-opacity: 1;
  border-color: rgb(9 53 78 / var(--tw-border-opacity, 1));
}

.bg-\[\#09354e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 78 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f7f1ea\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 241 234 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fdcd8b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 205 139 / var(--tw-bg-opacity, 1));
}

.bg-main-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(35 177 210 / var(--tw-bg-opacity, 1));
}

.bg-main-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(247 241 234 / var(--tw-bg-opacity, 1));
}

.bg-main-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 78 / var(--tw-bg-opacity, 1));
}

.bg-main-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-secondary-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(253 205 139 / var(--tw-bg-opacity, 1));
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[1px_8px_0px\] {
  padding: 1px 8px 0px;
}

.p-\[30px_40px\] {
  padding: 30px 40px;
}

.p-\[40px\] {
  padding: 40px;
}

.p-\[7px_8px\] {
  padding: 7px 8px;
}

.p-px {
  padding: 1px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[1px\] {
  padding-left: 1px;
  padding-right: 1px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[39px\] {
  padding-left: 39px;
  padding-right: 39px;
}

.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[110px\] {
  padding-bottom: 110px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pb-\[75px\] {
  padding-bottom: 75px;
}

.pb-\[80px\] {
  padding-bottom: 80px;
}

.pb-\[88px\] {
  padding-bottom: 88px;
}

.pb-\[90px\] {
  padding-bottom: 90px;
}

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

.pl-\[15px\] {
  padding-left: 15px;
}

.pt-\[108px\] {
  padding-top: 108px;
}

.pt-\[165px\] {
  padding-top: 165px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[35px\] {
  padding-top: 35px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[52px\] {
  padding-top: 52px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[70px\] {
  padding-top: 70px;
}

.pt-\[72px\] {
  padding-top: 72px;
}

.pt-\[76px\] {
  padding-top: 76px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

.pt-nav-bar-height {
  padding-top: 108px;
}

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

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

.font-\[\'Degular\'\] {
  font-family: 'Degular';
}

.text-1\.5xl {
  font-size: 1.375rem;
}

.text-2xl {
  font-size: 1.563rem;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[35px\] {
  font-size: 35px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xl {
  font-size: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[13\.20px\] {
  line-height: 13.20px;
}

.leading-\[130\%\] {
  line-height: 130%;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[31\.20px\] {
  line-height: 31.20px;
}

.leading-\[90\%\] {
  line-height: 90%;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-normal {
  letter-spacing: 0em;
}

.text-\[\#09354e\] {
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

.text-\[\#23b1d2\] {
  --tw-text-opacity: 1;
  color: rgb(35 177 210 / var(--tw-text-opacity, 1));
}

.text-\[\#fdcd8b\] {
  --tw-text-opacity: 1;
  color: rgb(253 205 139 / var(--tw-text-opacity, 1));
}

.text-main-blue {
  --tw-text-opacity: 1;
  color: rgb(35 177 210 / var(--tw-text-opacity, 1));
}

.text-main-cream {
  --tw-text-opacity: 1;
  color: rgb(247 241 234 / var(--tw-text-opacity, 1));
}

.text-main-navy {
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

.text-main-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-secondary-olive {
  --tw-text-opacity: 1;
  color: rgb(203 217 179 / var(--tw-text-opacity, 1));
}

.text-secondary-orange {
  --tw-text-opacity: 1;
  color: rgb(251 131 80 / var(--tw-text-opacity, 1));
}

.text-secondary-yellow {
  --tw-text-opacity: 1;
  color: rgb(253 205 139 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.decoration-\[transparent\] {
  text-decoration-color: transparent;
}

.opacity-0 {
  opacity: 0;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.outline-1 {
  outline-width: 1px;
}

.outline-offset-2 {
  outline-offset: 2px;
}

.outline-main-navy {
  outline-color: #09354E;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[color\] {
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[font-weight\] {
  transition-property: font-weight;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.masonry {
  display: block;
}

/**
   * Use this directive to control where Tailwind injects the hover, focus,
   * responsive, dark mode, and other variants of each class.
   *
   * If omitted, Tailwind will append these classes to the very end of
   * your stylesheet by default.
   */

.last\:pr-0:last-child {
  padding-right: 0px;
}

.checked\:bg-main-navy:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 78 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 205 139 / var(--tw-bg-opacity, 1));
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:text-main-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(35 177 210 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(251 131 80 / var(--tw-text-opacity, 1));
}

.hover\:decoration-main-navy:hover {
  text-decoration-color: #09354E;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.peer:checked ~ .peer-checked\:text-secondary-orange {
  --tw-text-opacity: 1;
  color: rgb(251 131 80 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

  .md\:mr-\[147px\] {
    margin-right: 147px;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[741px\] {
    height: 741px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-\[1412px\] {
    width: 1412px;
  }

  .md\:w-\[33\.33333\%\] {
    width: 33.33333%;
  }

  .md\:w-\[331px\] {
    width: 331px;
  }

  .md\:max-w-\[1050px\] {
    max-width: 1050px;
  }

  .md\:max-w-\[1100px\] {
    max-width: 1100px;
  }

  .md\:max-w-\[980px\] {
    max-width: 980px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-\[28px\] {
    gap: 28px;
  }

  .md\:gap-\[50px\] {
    gap: 50px;
  }

  .md\:gap-\[55px\] {
    gap: 55px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:p-\[135px_50px_40px\] {
    padding: 135px 50px 40px;
  }

  .md\:p-\[80px_50px_100px\] {
    padding: 80px 50px 100px;
  }

  .md\:font-normal {
    font-weight: 400;
  }
}

@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:top-\[48px\] {
    top: 48px;
  }

  .lg\:mx-\[unset\] {
    margin-left: unset;
    margin-right: unset;
  }

  .lg\:my-\[90px\] {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mb-\[100px\] {
    margin-bottom: 100px;
  }

  .lg\:mb-\[140px\] {
    margin-bottom: 140px;
  }

  .lg\:mb-\[145px\] {
    margin-bottom: 145px;
  }

  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .lg\:mb-\[45px\] {
    margin-bottom: 45px;
  }

  .lg\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .lg\:mb-\[90px\] {
    margin-bottom: 90px;
  }

  .lg\:mb-\[95px\] {
    margin-bottom: 95px;
  }

  .lg\:ml-\[-150px\] {
    margin-left: -150px;
  }

  .lg\:mt-\[0px\] {
    margin-top: 0px;
  }

  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }

  .lg\:mt-\[10px\] {
    margin-top: 10px;
  }

  .lg\:mt-\[112px\] {
    margin-top: 112px;
  }

  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }

  .lg\:mt-\[140px\] {
    margin-top: 140px;
  }

  .lg\:mt-\[145px\] {
    margin-top: 145px;
  }

  .lg\:mt-\[15px\] {
    margin-top: 15px;
  }

  .lg\:mt-\[35px\] {
    margin-top: 35px;
  }

  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }

  .lg\:mt-\[45px\] {
    margin-top: 45px;
  }

  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }

  .lg\:mt-\[80px\] {
    margin-top: 80px;
  }

  .lg\:mt-\[8px\] {
    margin-top: 8px;
  }

  .lg\:mt-\[95px\] {
    margin-top: 95px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[189px\] {
    height: 189px;
  }

  .lg\:h-\[230px\] {
    height: 230px;
  }

  .lg\:h-\[319px\] {
    height: 319px;
  }

  .lg\:h-\[431px\] {
    height: 431px;
  }

  .lg\:h-\[714px\] {
    height: 714px;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-\[316px\] {
    min-height: 316px;
  }

  .lg\:min-h-\[740px\] {
    min-height: 740px;
  }

  .lg\:min-h-\[975px\] {
    min-height: 975px;
  }

  .lg\:w-\[32\%\] {
    width: 32%;
  }

  .lg\:w-\[37\%\] {
    width: 37%;
  }

  .lg\:w-\[38\%\] {
    width: 38%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[451px\] {
    width: 451px;
  }

  .lg\:w-\[46\%\] {
    width: 46%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[54\%\] {
    width: 54%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[62\%\] {
    width: 62%;
  }

  .lg\:w-\[63\%\] {
    width: 63%;
  }

  .lg\:w-\[68\%\] {
    width: 68%;
  }

  .lg\:w-\[calc\(100\%-504px\)\] {
    width: calc(100% - 504px);
  }

  .lg\:w-\[calc\(100\%-507px\)\] {
    width: calc(100% - 507px);
  }

  .lg\:w-\[calc\(100\%-551px\)\] {
    width: calc(100% - 551px);
  }

  .lg\:w-\[unset\] {
    width: unset;
  }

  .lg\:max-w-\[1300px\] {
    max-width: 1300px;
  }

  .lg\:max-w-\[250px\] {
    max-width: 250px;
  }

  .lg\:max-w-\[504px\] {
    max-width: 504px;
  }

  .lg\:max-w-\[507px\] {
    max-width: 507px;
  }

  .lg\:max-w-\[560px\] {
    max-width: 560px;
  }

  .lg\:max-w-\[690px\] {
    max-width: 690px;
  }

  .lg\:max-w-\[990px\] {
    max-width: 990px;
  }

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-\[0px\] {
    gap: 0px;
  }

  .lg\:gap-\[18px\] {
    gap: 18px;
  }

  .lg\:gap-\[22px\] {
    gap: 22px;
  }

  .lg\:gap-\[24px\] {
    gap: 24px;
  }

  .lg\:gap-\[25px\] {
    gap: 25px;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-\[42px\] {
    gap: 42px;
  }

  .lg\:gap-\[45px\] {
    gap: 45px;
  }

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

  .lg\:gap-\[55px\] {
    gap: 55px;
  }

  .lg\:gap-\[70px\] {
    gap: 70px;
  }

  .lg\:gap-\[85px\] {
    gap: 85px;
  }

  .lg\:gap-\[90px\] {
    gap: 90px;
  }

  .lg\:gap-\[94px\] {
    gap: 94px;
  }

  .lg\:bg-main-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-\[40px\] {
    padding: 40px;
  }

  .lg\:p-\[50px\] {
    padding: 50px;
  }

  .lg\:p-\[60px\] {
    padding: 60px;
  }

  .lg\:p-\[unset\] {
    padding: unset;
  }

  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:px-\[unset\] {
    padding-left: unset;
    padding-right: unset;
  }

  .lg\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .lg\:pb-\[128px\] {
    padding-bottom: 128px;
  }

  .lg\:pb-\[140px\] {
    padding-bottom: 140px;
  }

  .lg\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .lg\:pb-\[35px\] {
    padding-bottom: 35px;
  }

  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .lg\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .lg\:pl-\[40px\] {
    padding-left: 40px;
  }

  .lg\:pr-\[150px\] {
    padding-right: 150px;
  }

  .lg\:pr-\[15px\] {
    padding-right: 15px;
  }

  .lg\:pt-\[112px\] {
    padding-top: 112px;
  }

  .lg\:pt-\[114px\] {
    padding-top: 114px;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pt-\[122px\] {
    padding-top: 122px;
  }

  .lg\:pt-\[180px\] {
    padding-top: 180px;
  }

  .lg\:pt-\[25px\] {
    padding-top: 25px;
  }

  .lg\:pt-\[30px\] {
    padding-top: 30px;
  }

  .lg\:pt-\[32px\] {
    padding-top: 32px;
  }

  .lg\:pt-\[40px\] {
    padding-top: 40px;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }

  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }

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

  .lg\:text-2xl {
    font-size: 1.563rem;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[25px\] {
    font-size: 25px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[50px\] {
    font-size: 50px;
  }

  .lg\:text-\[80px\] {
    font-size: 80px;
  }

  .lg\:text-\[88px\] {
    font-size: 88px;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:leading-\[100\%\] {
    line-height: 100%;
  }

  .lg\:leading-\[130\%\] {
    line-height: 130%;
  }

  .lg\:leading-\[45px\] {
    line-height: 45px;
  }

  .lg\:leading-\[72px\] {
    line-height: 72px;
  }

  .lg\:leading-\[90\%\] {
    line-height: 90%;
  }

  .lg\:masonry {
    display: block;
  }

  .lg\:masonry-item {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-\[303px\] {
    width: 303px;
  }

  .xl\:w-\[315px\] {
    width: 315px;
  }

  .xl\:w-\[39\%\] {
    width: 39%;
  }

  .xl\:w-\[61\%\] {
    width: 61%;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:gap-\[100px\] {
    gap: 100px;
  }

  .xl\:gap-\[50px\] {
    gap: 50px;
  }

  .xl\:gap-\[75px_80px\] {
    gap: 75px 80px;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:px-\[90px\] {
    padding-left: 90px;
    padding-right: 90px;
  }

  .xl\:pl-\[100px\] {
    padding-left: 100px;
  }

  .xl\:text-\[110px\] {
    font-size: 110px;
  }

  .odd\:xl\:flex-col:nth-child(odd) {
    flex-direction: column;
  }

  .even\:xl\:flex-col-reverse:nth-child(even) {
    flex-direction: column-reverse;
  }
}

/* Variables */

:root {
  --color-base: #222;
  --color-highlight: #e5422b;
  --color-muted: #aaa;
  --layout-site-gutter: 2rem;
  --layout-site-section-spacer: 6rem;
  --layout-site-width: 94.5rem;
  --header-height: 108px;
  --type-system-ui: "Public Sans", sans-serif system-ui, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  --type-technical: monospace;
}

/* Containers */

body {
  color: var(--color-base);
  font-family: var(--type-system-ui);
  line-height: 1.5;
  margin: 0;
}

/* Top bar */

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.top-bar {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  --tw-backdrop-blur: blur(5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  background-color: rgba(255, 255, 255, 0.9);
}

.top-bar ul {
  list-style-type: none;
  padding-left: 0;
  /*padding: revert;*/
}

.top-bar-nav .active {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 78 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.top-bar-nav .active {
  color: #fff;
}

.top-bar .top-bar-logo svg {
  max-width: 51px;
}

@media (min-width: 1024px) {
  .top-bar .top-bar-logo svg {
    max-width: unset;
  }
}

/* Top bar and HeroImage */

body:has(#hero-image):not(.is-homepage) .top-bar {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur:  ;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

body.h4:has(#hero-image):not(.is-homepage) .top-bar {
  color: #fff;
}

body:has(#hero-image):not(.is-homepage) .top-bar {
  background-color: transparent;
}

body:has(#hero-image):not(.is-homepage) .top-bar .top-bar-logo {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.h4:has(#hero-image):not(.is-homepage) .top-bar .top-bar-logo {
  color: #fff;
}

body:has(#hero-image):not(.is-homepage) .top-bar .top-bar-logo {
  background-color: transparent;
}

body:has(#hero-image):not(.is-homepage) .top-bar .top-bar-logo svg path {
  fill: #FFFFFF;
}

body:has(#hero-image) .is-homepage .top-bar svg path {
  fill: #09354E;
}

body:has(#hero-image) .hamburger-menu svg path {
  fill: #FFFFFF;
}

body:has(#hero-image)
  .is-homepage
  .top-bar
  .navigation-mobile
  .navigation-menu
  svg
  path {
  fill: #FFFFFF;
}

/* Top bar and Homepage */

.is-homepage .top-bar {
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
  background-color: transparent;
}

.is-homepage .top-bar .top-bar-logo svg path {
  fill: #09354E;
}

body:has(#hero-image).is-homepage .hamburger-menu svg path {
  fill: #09354E;
}

body:has(#hero-image).is-homepage .top-bar .navigation-menu .hamburger-menu svg path {
  fill: #FFFFFF;
}

/* Top bar on scroll */

.top-bar,
.top-bar .top-bar-logo svg path,
.top-bar-menu li a,
.navigation-mobile .navigation-menu {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

body:has(#hero-image).top-bar-is-scroll .top-bar {
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  background-color: rgba(255, 255, 255, 0.9);
}

body:has(#hero-image).top-bar-is-scroll .top-bar .top-bar-logo svg > path {
  fill: #09354E;
}

body:has(#hero-image).top-bar-is-scroll .top-bar .hamburger-menu svg > path {
  fill: #09354E;
}

body:has(#hero-image).top-bar-is-scroll .top-bar .navigation-menu .hamburger-menu svg > path {
  fill: #FFFFFF;
}

body:has(#hero-image).top-bar-is-scroll .top-bar .navigation-menu .top-bar-logo svg > path {
  fill: #FFFFFF;
}

.top-bar-menu li a.active,
.top-bar-nav li a.active,
.top-bar-nav li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 78 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.top-bar-menu li a.active,.h4
.top-bar-nav li a.active,.h4
.top-bar-nav li a:hover {
  color: #fff;
}

/* mobile navigation */

.has-header-image.top-bar-is-scroll
  .top-bar
  .navigation-mobile
  .navigation-menu
  svg
  path,
.top-bar .navigation-mobile .navigation-menu .top-bar-logo svg path {
  fill: #FFFFFF;
}

.navigation-mobile .navigation-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 78 / var(--tw-bg-opacity, 1));
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 70px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.navigation-mobile .navigation-menu {
  color: #fff;
}

.navigation-mobile .navigation-menu {
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
}

.navigation-open {
  overflow: hidden;
}

.navigation-open .navigation-menu {
  overflow: auto;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.hamburger-menu {
  cursor: pointer;
}

.navigation-mobile .navigation-mobile-follow-us svg path {
  fill: #FFFFFF;
}

header.scrolling {
  background: rgba(255, 255, 255, 0.9);
}

header.main-white {
  color: white;
}

header.main-navy {
}

main {
}

/* Elements */

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

a {
  color: inherit;
  text-decoration: none;
}

time {
  color: var(--color-muted);
  font-family: var(--type-technical);
}

/* Header */

header .home {
  font-weight: bold;
}

/* Navigation */

nav {
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  margin-left: var(--layout-site-gutter);
}

nav a {
  color: var(--color-muted);
}

nav a.active,
nav a:hover {
  color: var(--color-base);
}

/* Footer */

footer {
  font-size: 0.75em;
  width: 100%;
  display: flex;
  justify-content: center;
}

footer .copyright,
footer .colophon {
  color: var(--color-muted);
}

/* Blog */

article + article {
  /*margin-top: var(--layout-site-section-spacer);*/
}

article a {
  color: var(--color-highlight);
  text-decoration: underline;
}

.thumbnail {
}

/* Posts */

.topics {
  display: flex;
  list-style: none;
  margin: var(--layout-site-gutter) 0;
  padding: 0;
}

.topics li {
  margin-right: 4px;
}

.topics a {
  background-color: var(--color-highlight);
  border-radius: 2px;
  color: white;
  font-family: var(--type-technical);
  padding: 2px 8px;
  text-transform: uppercase;
}

.show-list li {
  list-style: disc;
  margin-left: 10px;
}

.topics a:hover {
  background-color: var(--color-base);
}

.feature-image {
  margin-bottom: var(--layout-site-section-spacer);
  margin-left: calc(-1 * var(--layout-site-gutter));
  margin-right: calc(-1 * var(--layout-site-gutter));
}

.content-block {
  margin-bottom: var(--layout-site-gutter);
}

.content-block:last-child {
  margin-bottom: 0;
}

/* About */

.about {
}

.about .photo {
  border-radius: 100%;
  height: 180px;
  margin: 0 auto var(--layout-site-gutter) auto;
  overflow: hidden;
  width: 180px;
}

/* Font family */

h1,
h2,
h3,
h4,
h5,
h6,
q {
  font-family: Degular;
}

* {
  font-family: "Public Sans";
}

/* Text styling */

h1,
.h1 {
  font-size: 50px;
  font-weight: 400;
  line-height: 90%;
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  h1,
.h1 {
    font-size: 110px;
  }
}

h2,
.h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 90%;
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 80px;
  }
}

.h2-medium {
  font-size: 50px;
}

@media (min-width: 768px) {
  .h2-medium {
    font-size: 80px;
  }
}

h3,
.h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 90%;
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

h4,
.h4 {
  font-size: 1.953rem;
  font-weight: 400;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  h4,
.h4 {
    font-size: 40px;
    line-height: 100%;
  }
}

.h4.text-main-white {
  color: #fff;
}

h5,
.h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 90%;
  --tw-text-opacity: 1;
  color: rgb(35 177 210 / var(--tw-text-opacity, 1));
}

h6,
.h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 90%;
  --tw-text-opacity: 1;
  color: rgb(35 177 210 / var(--tw-text-opacity, 1));
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Degular;
}

p {
  font-size: 16px;
  font-weight: 200;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

q {
  /* Desktop/03 Text/Quote */
  font-size: 26px;
  font-weight: 500;
  line-height: 130%;
}

q::after,
q::before {
  content: "";
}

.btn-primary-link-olive {
  --tw-bg-opacity: 1;
  background-color: rgb(203 217 179 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

.btn-primary-link-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 78 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.btn-primary-link-navy {
  color: #fff;
}

.btn-primary-link-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(35 177 210 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.btn-primary-link-blue {
  color: #fff;
}

.btn-primary-link-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

.btn-primary-link-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(251 131 80 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.btn-primary-link-orange {
  color: #fff;
}

.btn-primary-link-border {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(9 53 78 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
  background-color: transparent;
}

.btn-white-link-border {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.btn-white-link-border {
  color: #fff;
}

.btn-white-link-border {
  background-color: transparent;
}

/* tailwind components */

/* _Single pages */

/* Page - Story overview */

.filter-dropdowns {
  .option-container {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    /* Subtle initial offset */
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease-in-out;
  }
  .toggle-icon {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.filter-dropdowns.active {
  .option-container {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    /* Slide into view */
  }
  .filter-container {
    border-color: white;
  }
  .toggle-icon {
    transform: rotate(180deg);
  }
}

/* Slick */

@media (min-width: 768px) {
  .block-slider .slick-list {
    padding: 0 50% 0 0;
    margin: 0 -50% 0 0;
  }

  .block-slider .slick-slide {
    margin: 0 25px;
  }
}

/* Block Portfolio Intro */

.block-portfolio-intro {
}

.block-portfolio-intro .block-portfolio-intro-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

@media (min-width: 1024px) {
  .block-portfolio-intro .block-portfolio-intro-text p {
    font-size: 24px;
  }
}

.is-portfolio .hero-image {
  min-height: 100vh;
}

/* Sub title */

.sub-title {
  cursor: default;
  font-size: 1.25rem;
  line-height: 90%;
  --tw-text-opacity: 1;
  color: rgb(35 177 210 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .sub-title {
    font-size: 1.563rem;
    line-height: 90%;
  }
}

.buildingInformationCard ul,
.block-careers-detail-content ul {
  list-style-type: none;
  padding-left: 15px;
}

.buildingInformationCard ul li:before,


.block-split-image .block-split-image-content,
.block-split-image .block-split-image-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

@media (min-width: 1024px) {
  .buildingInformationCard ul li:before,


.block-split-image .block-split-image-content,
.block-split-image .block-split-image-content p {
    font-size: 24px;
  }
}

.block-split-image .split-image-mask {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.block-split-image .split-image-mask.active {
  opacity: 1;
}

/* Card item */

.card-list-item .card-list-item-inner,
.card-list-item .card-list-item-inner .date,
.card-list-item .card-list-item-inner .head-chapter,
.card-list-item .card-list-item-inner .btn-primary-link-orange,
.card-list-item .card-list-item-inner .card-list-item-title,
.card-list-item .card-list-item-inner .card-list-item-label,
.card-list-item .card-list-item-inner .btn-primary-link {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-video:hover img {
  display: none;
  opacity: 0;
}

.hover-video:hover video {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.hover-video video {
  display: none;
  opacity: 0;
}

.card-list-item a {
  text-decoration: none;
}

.card-list-item .card-list-item-title {
  --tw-text-opacity: 1;
  color: rgb(35 177 210 / var(--tw-text-opacity, 1));
}

/* Card list article */

.card-list-article .date {
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

.card-list-article .head-chapter {
  --tw-text-opacity: 1;
  color: rgb(251 131 80 / var(--tw-text-opacity, 1));
}

.card-list-article .card-list-item-inner:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 131 80 / var(--tw-bg-opacity, 1));
}

.card-list-article .card-list-item-inner:hover .date,
.card-list-article .card-list-item-inner:hover .head-chapter,
.card-list-article .card-list-item-inner:hover .card-list-item-title,
.card-list-article .card-list-item-inner:hover .card-list-item-label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.card-list-article .card-list-item-inner:hover .date,.h4
.card-list-article .card-list-item-inner:hover .head-chapter,.h4
.card-list-article .card-list-item-inner:hover .card-list-item-title,.h4
.card-list-article .card-list-item-inner:hover .card-list-item-label {
  color: #fff;
}

.card-list-article .card-list-item-inner:hover .btn-primary-link-orange,
.card-list-article .card-list-item-inner:hover .btn-primary-link {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

/* Card item project */

.card-list-project .card-list-item-inner:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 177 210 / var(--tw-bg-opacity, 1));
}

/* Cart List hover */

.card-list-items-hover .card-list-item {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: width;
}

.card-list-items-hover .card-list-item:hover {
  width: 50%;
}

@media only screen and (min-width: 1024px) {
  .card-list-items-hover .card-list-item-title {
    height: 80px;
    display: -webkit-box;
    /* Ustawienie trybu flexbox dla Webkit */
    -webkit-line-clamp: 2;
    /* Ograniczenie do 2 linii */
    -webkit-box-orient: vertical;
    /* Orientacja w pionie */
    overflow: hidden;
    /* Ukrycie nadmiarowego tekstu */
    text-overflow: ellipsis;
    /* Opcjonalnie: dodanie kropek */
  }

  .card-list-items-hover .card-list-item-sub-title {
    display: -webkit-box;
    /* Ustawienie trybu flexbox dla Webkit */
    -webkit-line-clamp: 1;
    /* Ograniczenie do 2 linii */
    -webkit-box-orient: vertical;
    /* Orientacja w pionie */
    overflow: hidden;
    /* Ukrycie nadmiarowego tekstu */
    text-overflow: ellipsis;
    /* Opcjonalnie: dodanie kropek */
  }
}

/* Portfolio detail page - Story card */

.card-list-story-card .card-list-item-title {
  --tw-text-opacity: 1;
  color: rgb(251 131 80 / var(--tw-text-opacity, 1));
}

.project-single-card-list .btn-primary-link-navy .btn-rollout-text span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.project-single-card-list .btn-primary-link-navy .btn-rollout-text span {
  color: #fff;
}

.project-single-gallery .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-single-gallery .slick-card-list-mobile-navigation svg path {
  fill: #09354E;
}

/* User card */

.card-list-user-card .card-list-item-title {
  --tw-text-opacity: 1;
  color: rgb(251 131 80 / var(--tw-text-opacity, 1));
}

/* Mobile CartList slider */

.slick-card-list-mobile-navigation-blue svg path {
  fill: #23b1d2;
}

.slick-card-list-mobile.slick-initialized {
  display: block;
}

/* Header detail - Stories */

.header-detail-isArticle .header-detail-content {
  margin-top: 32px;
  gap: 30px;
}

@media (min-width: 1024px) {
  .header-detail-isArticle .header-detail-content {
    gap: 42px;
  }
}

.project-card .project-card-inner:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 177 210 / var(--tw-bg-opacity, 1));
}

.project-card .project-card-inner:hover .project-card-label,
.project-card .project-card-inner:hover .project-card-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.project-card .project-card-inner:hover .project-card-label,.h4
.project-card .project-card-inner:hover .project-card-title {
  color: #fff;
}

.project-card .project-card-inner:hover .btn-primary-link {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

.block-careers-detail-content ul,
ol {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-size: 1.563rem;
}

/* Section - Accordion */

.accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 300ms;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 10px;
  padding-bottom: 15px;
}

@media (min-width: 1024px) {
  .accordion {
    padding-top: 20px;
    padding-bottom: 24px;
  }
}

.accordion:last-child {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.accordion svg {
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
  transform-origin: center;
}

.accordion .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

@media (min-width: 1024px) {
  .accordion .content {
    font-size: 24px;
    font-weight: 300;
  }
}

.active svg {
  transform: rotate(180deg);
  transition: transform 150ms ease-in-out;
}

.section-accordion .panel {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.section-accordion .panel {
  color: #fff;
}

.section-accordion .content p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.section-accordion .content p {
  color: #fff;
}

@media (min-width: 1024px) {
  .section-accordion .content p {
    font-size: 24px;
  }
}

.section-accordion .content a {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.section-accordion .content a {
  color: #fff;
}

.section-accordion .content-left p {
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.section-accordion .content-left p {
  color: #fff;
}

@media (min-width: 1024px) {
  .section-accordion .content-left p {
    font-size: 24px;
  }
}

/* Homepage - HeroImage */

.is-homepage .hero-image {
  min-height: 100vh;
  background-image: unset !important;
}

.is-homepage .hero-image .hero-image-inner {
  gap: 35px;
  padding-top: 50px;
  padding-bottom: 215px;
}

.is-homepage .hero-image .hero-image-title {
  margin-bottom: 25px;
}

.is-homepage .hero-image .btn-primary-link-navy {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.is-homepage .hero-image .btn-primary-link-navy:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

.is-homepage .hero-image .btn-rollout:hover .btn-rollout-text {
  transform: translateY(-50%);
}

/* Homepage - Latest stories */

.is-homepage
  .articles-card-list-block
  .btn-primary-link-white
  .btn-rollout-text
  span {
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

/* BLock Image Slider */

.block-image-slider .slick-list {
  margin-left: 0px;
  margin-right: 0px;
}

.section-management-board h4 {
  --tw-text-opacity: 1;
  color: rgb(35 177 210 / var(--tw-text-opacity, 1));
}

.section-management-board .section-management-board-content h5 {
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .section-management-board .section-management-board-content p {
    font-size: 18px;
  }
}

/**/

.block-columns-introduction .block-columns-introduction-content p {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .block-columns-introduction .block-columns-introduction-content p {
    font-size: 24px;
    line-height: 130%;
  }
}

.block-columns-introduction .block-columns-introduction-content *:last-child {
  margin-bottom: 0px;
}

/* Careers detail page */

.block-careers-detail-content > div *:first-child {
  margin-top: 0px;
}

.block-careers-detail-content > div *:last-child {
  margin-bottom: 0px;
}

.block-careers-detail-content h3 {
  margin-top: 43px;
  margin-bottom: 17px;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.section-working-at .card-list-user-card {
  width: 100%;
}

/* Content content */

.content-content *:first-child {
  margin-top: 0px;
}

.content-content *:last-child {
  margin-bottom: 0px;
}

.content-content h2 {
  margin-top: 28px;
  margin-bottom: 21px;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .content-content h2 {
    margin-top: 62px;
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 400;
  }
}

.content-content p {
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 80px;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .content-content p {
    font-size: 24px;
  }
}

.content-content p:last-child {
  padding-bottom: 0px;
}

/* Card investor strategy */

.card-investor-strategy .card-investor-strategy-content p {
  font-weight: 300;
  line-height: 120%;
}

@media (min-width: 1024px) {
  .card-investor-strategy .card-investor-strategy-content p {
    font-size: 24px;
    line-height: 130%;
  }
}

.is-investorsStrategy .section-contact-block {
  margin-top: 0px;
}

/* Filters */

.filter-dropdown-buttons label.h5 {
  --tw-text-opacity: 1;
  color: rgb(9 53 78 / var(--tw-text-opacity, 1));
}

/* Forms */

body .fui-input,
body .fui-select {
  border-radius: 0px;
}

.is-articles .section-card-list-block {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media (min-width: 1024px) {
  .is-articles .section-card-list-block {
    margin-top: 140px;
  }
}

/* Story */

@media (min-width: 1024px) {
  .is-articles .slick-card-list-block .slick-card-list-mobile {
    justify-content: center;
  }
}

/* 404 */

.div-with-bg {
  background-image: url('../uploads/images/404-bg.png');
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}

/* About us */

.section-image-with-content-block .section-text-right h3 {
  margin-bottom: 23px;
  font-size: 35px;
  font-weight: 400;
  line-height: 90%;
}

@media (min-width: 1024px) {
  .section-image-with-content-block .section-text-right h3 {
    margin-bottom: 18px;
    font-size: 50px;
  }
}

.section-image-with-content-block .section-text-right p {
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

@media (min-width: 1024px) {
  .section-image-with-content-block .section-text-right p {
    font-size: 24px;
  }

  .is-aboutUs .section-two-column-text {
    padding-top: 120px;
  }
}

/* Homepage hero animation */

@keyframes fadeInUpTitle_ {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, -80px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp_ {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, -35px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ZoomIn_ {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  from {
    scale: 100%;
  }

  to {
    scale: 115%;
  }
}

.is-homepage .hero-image {
  overflow: hidden;
}

.is-homepage .hero-image .hero-image-bg {
  display: block;
}

.is-homepage .hero-image .hero-image-title {
  animation-name: fadeInUpTitle_;
  animation-duration: 2s;
}

.is-homepage .hero-image .hero-image-sub-title,
.is-homepage .hero-image .hero-image-button {
  animation-name: fadeInUp_;
  animation-duration: 0.89s;
}

.is-homepage .hero-image .hero-image-bg {
  animation-name: ZoomIn_;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

/* Grid */

.grid-layout {
  margin-left: -25px;
  margin-right: -25px;
}

.grid-layout:after{
  content: '';
  display: table;
  clear: both;
}

.grid-sizer,
.grid-layout .grid-item {
  float: left;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 640px) {
  .grid-sizer,
.grid-layout .grid-item {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .grid-sizer,
.grid-layout .grid-item {
    margin-bottom: 40px;
    width: 33.33333%;
  }
}

.grid-layout-loader {
  opacity: 1;
}

.grid-layout-loader.loader-hidden {
  opacity: 0;
}

/* toggle image night */

.toggle-image-night,
.toggle-image-night .toggle-image-night-label,
.toggle-image-night .toggle-image-night-icon,
.toggle-image-night .toggle-image-night-icon-day {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.toggle-image-night {
  width: 252px;
}

.toggle-image-night.night-active {
  width: 237px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.toggle-image-night.night-active .toggle-image-night-label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.h4.toggle-image-night.night-active .toggle-image-night-label {
  color: #fff;
}

.toggle-image-night.night-active .toggle-image-night-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(253 205 139 / var(--tw-bg-opacity, 1));
}

.toggle-image-night.night-active .toggle-image-night-icon-day {
  opacity: 1;
}

.toggle-image-night.night-active .toggle-image-night-label-night {
  display: none;
}

.toggle-image-night.night-active .toggle-image-night-label-day {
  display: inline;
}