/*
! tailwindcss v3.1.8 | 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: #e5e7eb; /* 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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;
}
    html {
        scroll-behavior: smooth;
    }

    body {
  min-height: 100vh;
}

    * {
        font-family: "Montserrat", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .single-content p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

    .single-content ul {
  margin-left: 1rem;
  margin-bottom: 2rem;
  list-style-type: disc;
}
    .single-content ol {
  margin-left: 1rem;
  margin-bottom: 2rem;
  list-style-type: decimal;
}

    .single-content ul li,  .single-content ol li {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(28 42 92 / var(--tw-text-opacity));
}

    @media (min-width: 769px) {

  .single-content ul li,  .single-content ol li {
    margin-left: 1rem;
  }
}

    ul.splide__list li {
  margin-bottom: 0px !important;
}

    p {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.63rem;
  --tw-text-opacity: 1;
  color: rgb(28 42 92 / var(--tw-text-opacity));
}

    @media (min-width: 769px) {

  p {
    font-size: 1.125rem;
    line-height: 1.69rem;
  }
}

    h1 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.85rem;
  --tw-text-opacity: 1;
  color: rgb(28 42 92 / var(--tw-text-opacity));
}

    @media (min-width: 1025px) {

  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

    h1{
        word-break: break-word;
    }
    h2 {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.2rem;
  --tw-text-opacity: 1;
  color: rgb(28 42 92 / var(--tw-text-opacity));
}
    @media (min-width: 1025px) {

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

    h3 {
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(28 42 92 / var(--tw-text-opacity));
}

    @media (min-width: 1025px) {

  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

    h3.projects-blocks {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: rgb(28 42 92 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

    @media (min-width: 769px) {

  h3.projects-blocks {
    font-size: 1.75rem;
    line-height: 1.8rem;
  }
}

    @media (min-width: 1436px) {

  h3.projects-blocks {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

    h3.square_indentation_base::before {
  position: relative;
  margin-right: 1rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 170 170 / var(--tw-bg-opacity));
}

    @media (min-width: 769px) {

  h3.square_indentation_base::before {
    top: -2px;
  }
}

    h3.square_indentation_base::before{
        content: '';
    }

    h4 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

    @media (min-width: 1281px) {

  h4 {
    font-size: 1.375rem;
    line-height: 1.8rem;
  }
}

    h5 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
}

    h6 {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: none;
}

    @media (min-width: 1025px) {

  h6 {
    font-size: 1.125rem;
  }
}

    details summary {
  position: relative;
  cursor: pointer;
}

    details summary::after {
  position: absolute;
  top: 0.25rem;
  right: 0px;
  display: block;
        content: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 10.5L14.4552 9.4275L8.75 15.1125V0L7.25 0L7.25 15.1125L1.57025 9.4275L0.5 10.5L8 18L15.5 10.5Z' fill='%231C2A5C'/%3E%3C/svg%3E");
}
    details[open] summary::after {
  top: -0.25rem;
  --tw-rotate: 180deg;
  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));
}
    details > summary {
  list-style-type: none;
}
    details > summary::-webkit-details-marker {
  display: none;
}

    details p:last-child {
  margin-bottom: 0.5rem;
}

    .url_link::after {
  position: absolute;
  top: 1.2rem;
  right: 0px;
  display: block;
  height: 2rem;
  width: 1.2rem;
        content: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 0.5L9.4275 1.54475L15.1125 7.25H0V8.75H15.1125L9.4275 14.4298L10.5 15.5L18 8L10.5 0.5Z' fill='%231C2A5C'/%3E%3C/svg%3E");
}

*, ::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-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:  ;
}

::-webkit-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-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:  ;
}

::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-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:  ;
}
body.admin-bar {
    min-height: calc(100vh - 32px);
}
@media (max-width: 782px) {
    body.admin-bar {
        min-height: calc(100vh - 46px);
    }
}
.container {
  width: 100%;
}
@media (min-width: 641px) {

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

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

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

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

  .container {
    max-width: 1436px;
  }
}
.primary-menu {
  overflow: hidden;
}
.primary-menu li {
  flex: 1 1 0%;
}
.primary-menu li a {
  white-space: nowrap;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  font-weight: 700;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.primary-menu.theme-light li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.primary-menu.theme-light li a:hover {
  opacity: 0.8;
}
.primary-menu.theme-dark li a {
  --tw-text-opacity: 1;
  color: rgb(28 42 92 / var(--tw-text-opacity));
  opacity: 0.5;
}
.primary-menu.theme-dark li a:hover {
  opacity: 0.8;
}
.primary-menu.theme-dark li.current_page_item a,  .primary-menu.theme-dark li.current-page-ancestor a {
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 247 / var(--tw-bg-opacity));
  opacity: 1;
}
.main-sub-menu li a {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: block;
  white-space: nowrap;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(238 241 247 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(28 42 92 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.main-sub-menu li a:hover {
  opacity: 0.6;
}
@media (min-width: 1025px) {

  .main-sub-menu li a {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    font-size: 1rem;
  }
}
.main-sub-menu li.current_page_item a {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: block;
  white-space: nowrap;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(28 42 92 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(28 42 92 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.main-sub-menu li.current_page_item a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {

  .main-sub-menu li.current_page_item a {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    font-size: 1rem;
  }
}
.footer-menu {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.intro {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(28 42 92 / var(--tw-text-opacity));
}
@media (min-width: 769px) {

  .intro {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.btn {
  display: inline-block;
  white-space: nowrap;
  border-radius: 9999px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 769px) {

  .btn {
    font-size: 1rem;
  }
}
.btn-outline {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(28 42 92 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 42 92 / var(--tw-text-opacity));
}
.btn-outline:hover {
  opacity: 0.8;
}
.btn-orange {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(243 153 88 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 153 88 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-orange:hover {
  opacity: 0.9;
}
.btn-outline::after {
  position: relative;
  top: 0.125rem;
  margin-left: 0.5rem;
  display: inline-block;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
        content: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 0.75L8.35625 1.62063L13.0937 6.375H0.5V7.625H13.0937L8.35625 12.3581L9.25 13.25L15.5 7L9.25 0.75Z' fill='%231C2A5C' stroke='%231C2A5C'/%3E%3C/svg%3E");
}
.btn-outline:hover::after {
  margin-left: 0.75rem;
}
.splide button svg {
  --tw-invert: invert(100%);
  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);
}
.splide button.prev svg {
  position: relative;
  top: 0.6rem;
  left: 0.3rem;
  height: 2rem;
  width: 2rem;
  --tw-scale-x: -1;
  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));
}
@media (min-width: 769px) {

  .splide button.prev svg {
    top: 0.7rem;
    left: 0.25rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.splide button.next svg {
  position: relative;
  top: 0.6rem;
  left: 1.25rem;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 769px) {

  .splide button.next svg {
    top: 0.7rem;
    left: 1.25rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.splide__pagination__page {
  opacity: 0.5 !important;
}
.splide__pagination__page.is-active {
  opacity: 1 !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!relative {
  position: relative !important;
}
.right-4 {
  right: 1rem;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-0 {
  top: -0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1 {
  top: 0.25rem;
}
.-left-\[28px\] {
  left: -28px;
}
.-top-\[14px\] {
  top: -14px;
}
.\!-bottom-14 {
  bottom: -3.5rem !important;
}
.-top-\[6px\] {
  top: -6px;
}
.right-14 {
  right: 3.5rem;
}
.top-\[0\.3rem\] {
  top: 0.3rem;
}
.z-20 {
  z-index: 20;
}
.z-\[2\] {
  z-index: 2;
}
.z-10 {
  z-index: 10;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[18vh\] {
  margin-top: 18vh;
  margin-bottom: 18vh;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-\[5rem\] {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-auto {
  margin-top: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.\!mt-6 {
  margin-top: 1.5rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-4 {
  margin-top: 1rem;
}
.\!ml-0 {
  margin-left: 0px !important;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.\!mt-8 {
  margin-top: 2rem !important;
}
.mt-0 {
  margin-top: 0px;
}
.ml-7 {
  margin-left: 1.75rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[6\/7\] {
  aspect-ratio: 6/7;
}
.aspect-\[16\/11\] {
  aspect-ratio: 16/11;
}
.h-\[77px\] {
  height: 77px;
}
.h-12 {
  height: 3rem;
}
.h-\[75px\] {
  height: 75px;
}
.h-full {
  height: 100%;
}
.h-2 {
  height: 0.5rem;
}
.h-16 {
  height: 4rem;
}
.h-\[56px\] {
  height: 56px;
}
.h-14 {
  height: 3.5rem;
}
.h-\[1px\] {
  height: 1px;
}
.max-h-\[26rem\] {
  max-height: 26rem;
}
.min-h-\[4\.75rem\] {
  min-height: 4.75rem;
}
.min-h-\[14rem\] {
  min-height: 14rem;
}
.w-full {
  width: 100%;
}
.w-\[77px\] {
  width: 77px;
}
.w-\[75px\] {
  width: 75px;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[15rem\] {
  width: 15rem;
}
.w-2 {
  width: 0.5rem;
}
.w-16 {
  width: 4rem;
}
.w-\[56px\] {
  width: 56px;
}
.w-14 {
  width: 3.5rem;
}
.min-w-fit {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[7rem\] {
  max-width: 7rem;
}
.max-w-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-\[33\%\] {
  flex: 33%;
}
.flex-\[66\%\] {
  flex: 66%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[5\] {
  flex: 5;
}
.flex-\[4\] {
  flex: 4;
}
.flex-grow-0 {
  flex-grow: 0;
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-none {
  list-style-type: none;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-16 {
  gap: 4rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-12 {
  gap: 3rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.\!rounded-none {
  border-radius: 0 !important;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.\!border-0 {
  border-width: 0px !important;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.\!border-b {
  border-bottom-width: 1px !important;
}
.border-t {
  border-top-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-darkblue {
  --tw-border-opacity: 1;
  border-color: rgb(28 42 92 / var(--tw-border-opacity));
}
.border-tint-blue {
  --tw-border-opacity: 1;
  border-color: rgb(238 241 247 / var(--tw-border-opacity));
}
.\!border-transparent {
  border-color: transparent !important;
}
.border-turquoise {
  --tw-border-opacity: 1;
  border-color: rgb(0 170 170 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-b-tint-blue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 241 247 / var(--tw-border-opacity));
}
.border-b-darkblue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(28 42 92 / var(--tw-border-opacity));
}
.border-t-darkblue {
  --tw-border-opacity: 1;
  border-top-color: rgb(28 42 92 / var(--tw-border-opacity));
}
.border-l-turquoise {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 170 170 / var(--tw-border-opacity));
}
.border-l-gray-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-tint-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 247 / var(--tw-bg-opacity));
}
.bg-turquoise {
  --tw-bg-opacity: 1;
  background-color: rgb(0 170 170 / var(--tw-bg-opacity));
}
.bg-darkblue {
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 92 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-turquoise {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 170 170 / var(--tw-bg-opacity)) !important;
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(243 153 88 / var(--tw-bg-opacity));
}
.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(0 170 170 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-top {
  background-position: top;
}
.p-3 {
  padding: 0.75rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-10 {
  padding: 2.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[0\.85rem\] {
  font-size: 0.85rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-\[0\.9rem\] {
  font-size: 0.9rem;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.text-5xl {
  font-size: 2.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.63rem\] {
  line-height: 1.63rem;
}
.leading-10 {
  line-height: 2.5rem;
}
.text-darkblue {
  --tw-text-opacity: 1;
  color: rgb(28 42 92 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-teal {
  --tw-text-opacity: 1;
  color: rgb(0 170 170 / var(--tw-text-opacity));
}
.text-turquoise {
  --tw-text-opacity: 1;
  color: rgb(0 170 170 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.grayscale-\[50\%\] {
  --tw-grayscale: grayscale(50%);
  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-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.single-post .wp-block-group,  .single-content .wp-block-group {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 2rem;
}
@media (min-width: 769px) {

  .single-post .wp-block-group,  .single-content .wp-block-group {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4rem;
  }
}
@media (min-width: 1025px) {

  .single-post .wp-block-group,  .single-content .wp-block-group {
    max-width: 56rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1281px) {

  .single-post .wp-block-group,  .single-content .wp-block-group {
    max-width: 72rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.single-post .wp-block-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}
.preamble,  .ingress {
  margin-bottom: 3rem;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(28 42 92 / var(--tw-text-opacity));
}
.wp-block-image {
  font-size: 0.75rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(28 42 92 / var(--tw-text-opacity));
}
.wp-block-image img {
  width: 100%;
}
/* Custom menu */
.primary-menu .sub-menu{
    display: none;
}
.active-menu {
  overflow: hidden;
}
.active-menu .desktop-sub-menu {
  display: none;
}
.active-menu #header {
  z-index: 10;
}
.active-menu #header-container{
    position: fixed;
    top:0px;
    width: 100%;
    background-color: white;
    border-bottom-color: rgb(238,241,247);
}
.active-menu .search{
    display: none;
}
/* Fixed on scroll */
@media only screen and (max-width: 1024px) {
    #header-container {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 20;
        background-color: #fff;
    }

    .home #header-container {
        background-color: transparent;
    }

    .fixed .home #header-container {
        background-color: #fff;
    }

    .active-menu #header-container
    {
        background-color: #fff;
    }


    .fixed #menu-huvudmeny a {
    --tw-text-opacity: 1;
    color: rgb(28 42 92 / var(--tw-text-opacity));
  }

    .fixed .search-button span {
    --tw-text-opacity: 1;
    color: rgb(28 42 92 / var(--tw-text-opacity));
  }

    .fixed .search-button svg path{
        fill: rgb(28, 42, 92);
    }

    .fixed .menu_btn div{
        border-bottom: 3px solid #1c2a5c;
        width: 24px;
        margin-bottom: 5px;
    }

    .desktop-sub-menu
    {
        position: sticky;
        top: 76px;
    }

    .desktop-sub-menu ul.children {
    display: none;
  }

    .page-child .backbtn
    {
        display: block !important;
    }

}
@media only screen and (min-width: 1025px) {

    #header-container{
        position: relative;
    }

    .fixed #header-container{
        position: fixed;
        top: -6.3rem;
        background-color: white;
        width: 100%;
        z-index: 10;
        transition: 0.3s;
    }

    .fixed.scrolled #header-container, .active #header-container{
        top: 0;
    }
    .desktop-sub-menu
    {
        transition: 0.3s;
    }
    .fixed .desktop-sub-menu{
        position: sticky;
        top:0px;
    }

    .fixed.scrolled .desktop-sub-menu{
        top: 6.3rem;
    }

    .scrolled #header-container {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(238 241 247 / var(--tw-border-opacity));
  }

    .scrolled #menu-huvudmeny a {
    --tw-text-opacity: 1;
    color: rgb(28 42 92 / var(--tw-text-opacity));
  }

    .scrolled .search-button span {
    --tw-text-opacity: 1;
    color: rgb(28 42 92 / var(--tw-text-opacity));
  }

    .scrolled .search-button svg path{
        fill: rgb(28, 42, 92);
    }


}
.mobileMenu{
    position: fixed;
    border-top: 1px solid #eef1f7;
    top:75px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    overflow: auto;
}
.mobileMenu li{
    border-bottom: 1px solid #eef1f7;
    font-weight: 600;
    color:#1c2a5c;
    padding-left: 1rem;
    position: relative;
}
.mobileMenu li.menu-item-has-children
{

}
.mobileMenu li.menu-item-has-children::after
{
    border-left: 1px solid #eef1f7;
    content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6067 0L11.7842 1.17833L5.89251 7.07083L1.52588e-05 1.17833L1.17835 0L5.89251 4.71417L10.6067 0V0Z' fill='%231C2A5C'/%3E%3C/svg%3E");
    width: 56px;
    height: 56px;
    right: 0px;
    top: 0px;
    display: block;
    position: absolute;
    padding-left: 22px;
    padding-top: 15px;
}
.mobileMenu li.menu-item-has-children.active::after{
    transform: rotate(180deg);
    border-right: 1px solid #eef1f7;
}
.mobileMenu .menu-item-has-children li:last-child{
    border-bottom: 0px;
}
.mobileMenu li a {
    padding: 1rem 1rem 1rem 0px;
    display: block;
    max-width: calc(100% - 56px);
}
.mobileMenu li .sub-menu
{
    border-bottom: 0px solid #eef1f7;
    border-top: 1px solid #eef1f7;
    font-size: 0.85rem;
}
.menu_btn div{
    border-bottom: 3px solid white;
    width: 24px;
    margin-bottom: 5px;
}
.theme-dark div{
    border-bottom: 3px solid #1c2a5c;
}
.active div{
    border-color:#1c2a5c;
}
.menu_btn{
    z-index: 2;
    position: relative;
    margin-top: 0.75rem;
    width: 2rem;
}
.menu_btn div{
    transition: all 200ms;
    position: relative;
}
.menu_btn div:nth-child(2){
    width: 18px;
    left: 6px
}
.menu_btn div:nth-child(3){
    width: 12px;
    left: 11px;
}
/* ON CLICK */
.active.menu_btn div:nth-child(1) {
    width: 100%;
    transform: rotate(-45deg);
    top: 7px;
    width: 1.5rem;
    left: 0px;
}
.active.menu_btn div:nth-child(2) {
    opacity: 0;
}
.active.menu_btn div:nth-child(3) {
    width: 100%;
    transform: rotate(45deg);
    top: -9px;
    width: 1.5rem;
    left: 0px;
}
.mobileMenu .sub-menu{
    display: none;
}
.search-button svg {
  height: 1.6rem;
  width: 1.6rem;
}
@media (min-width: 1025px) {

  .search-button svg {
    height: auto;
    width: auto;
  }
}
.search form{
    position: relative;
    top: -0.5rem;
    margin-right: 0.5rem;
}
.search .input
{
    width: 14rem;
    border-radius: 1px;
    position: relative;
    display: none;
    min-height: 2.5rem;
}
@media (min-width: 1025px) {

  .search .input {
    min-height: 3rem;
  }
}
@media only screen and (max-width: 440px) {
    .header-logo
    {

        transition: all 200ms;
        opacity: 100;
    }

    .search-active .header-logo
    {

        opacity: 0;
    }
}
select.archive-dropdown {
    background-color: transparent;
    border: 1px solid #1c2a5c;
    padding: 1rem;
    margin: 0;
    outline: none;
    display: grid;

    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;

    background-image:
            linear-gradient(45deg, transparent 50%, #1c2a5c 50%),
            linear-gradient(135deg, #1c2a5c 50%, transparent 50%);
    background-position:
            calc(100% - 20px) calc(1em + 8px),
            calc(100% - 13px) calc(22px + 2px),
            100% 0;
    background-size:
            7px 7px;
    background-repeat: no-repeat;


}
.nav-links {
  display: flex;
}
.nav-links .prev {
  flex: 1 1 auto;
}
.nav-links .next {
  flex: 1 1 auto;
}
.page-numbers {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.page-numbers.current {
  font-weight: 700;
}
.btn-teal {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 170 170 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 170 170 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-teal:hover {
  opacity: 0.9;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.hover\:\!border-white:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.hover\:\!border-black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-teal_hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 154 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.group:hover .group-hover\:w-\[5rem\] {
  width: 5rem;
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.group:hover .group-hover\:bg-darkblue {
  --tw-bg-opacity: 1;
  background-color: rgb(28 42 92 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.group:hover .group-hover\:no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}
@media (min-width: 641px) {

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 769px) {

  .md\:relative {
    position: relative;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:bottom-\[1\.35rem\] {
    bottom: 1.35rem;
  }

  .md\:right-20 {
    right: 5rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

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

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

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

  .md\:flex-\[2_2_0\%\] {
    flex: 2 2 0%;
  }

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

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

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

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

  .md\:gap-24 {
    gap: 6rem;
  }

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

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

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

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

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

  .md\:text-6xl {
    font-size: 3.5rem;
  }

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

  .md\:leading-\[1\.69ladnrem\] {
    line-height: 1.69ladnrem;
  }

  .md\:leading-\[1\.69rem\] {
    line-height: 1.69rem;
  }
}
@media (min-width: 1025px) {

  .lg\:container {
    width: 100%;
  }

  @media (min-width: 641px) {

    .lg\:container {
      max-width: 641px;
    }
  }

  @media (min-width: 769px) {

    .lg\:container {
      max-width: 769px;
    }
  }

  @media (min-width: 1025px) {

    .lg\:container {
      max-width: 1025px;
    }
  }

  @media (min-width: 1281px) {

    .lg\:container {
      max-width: 1281px;
    }
  }

  @media (min-width: 1436px) {

    .lg\:container {
      max-width: 1436px;
    }
  }

  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:top-auto {
    top: auto;
  }

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

  .lg\:my-\[18vh\] {
    margin-top: 18vh;
    margin-bottom: 18vh;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

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

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-\[40vh\] {
    height: 40vh;
  }

  .lg\:min-h-\[6\.3rem\] {
    min-height: 6.3rem;
  }

  .lg\:min-h-\[16rem\] {
    min-height: 16rem;
  }

  .lg\:min-h-\[28rem\] {
    min-height: 28rem;
  }

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

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

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

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

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

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pl-\[6rem\] {
    padding-left: 6rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

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

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

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

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

  .lg\:no-underline {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }
}
@media (min-width: 1281px) {

  .xl\:container {
    width: 100%;
  }

  @media (min-width: 641px) {

    .xl\:container {
      max-width: 641px;
    }
  }

  @media (min-width: 769px) {

    .xl\:container {
      max-width: 769px;
    }
  }

  @media (min-width: 1025px) {

    .xl\:container {
      max-width: 1025px;
    }
  }

  @media (min-width: 1281px) {

    .xl\:container {
      max-width: 1281px;
    }
  }

  @media (min-width: 1436px) {

    .xl\:container {
      max-width: 1436px;
    }
  }

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

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:max-h-\[30rem\] {
    max-height: 30rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

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

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

  .xl\:gap-36 {
    gap: 9rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bg-tint-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(238 241 247 / var(--tw-bg-opacity));
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-36 {
    padding: 9rem;
  }

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

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }
}