/*
! tailwindcss v3.0.18 | 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: Roboto Serif;
  /* 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;
  word-wrap: break-word;
}

/*
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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 1420px) {
  .container {
    max-width: 1420px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-5 {
  top: 1.25rem;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

.m-8 {
  margin: 2rem;
}

.m-auto {
  margin: auto;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

.mr-0 {
  margin-right: 0px;
}

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

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-full {
  height: 100%;
}

.h-32 {
  height: 8rem;
}

.h-124 {
  height: 7.75rem;
}

.h-10 {
  height: 2.5rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

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

.w-auto {
  width: auto;
}

.w-72{
	width:18rem;
}

.w-124 {
  width: 7.75rem;
}

.w-10 {
  width: 2.5rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.flex-grow {
  flex-grow: 1;
}

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

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

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

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

.border-r {
  border-right-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(16 61 149 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-\[\#DFDFDF\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}

.border-\[\#C6D1D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(198 209 217 / var(--tw-border-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(16 61 149 / var(--tw-bg-opacity));
}

.bg-breadcrumb {
  --tw-bg-opacity: 1;
  background-color: rgb(27 57 117 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

.bg-body {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 248 / var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-\[\#DDE6ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 230 237 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\.\/resources\/images\/background-graphics\.png\'\)\] {
  background-image: url('../resources/images/background-graphics.png');
}

.fill-current {
  fill: currentColor;
}

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

.object-scale-down {
  -o-object-fit: scale-down;;
     object-fit: scale-down;;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-2 {
  padding: 0.5rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

.pr-5 {
  padding-right: 1.25rem;
}

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

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

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

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

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

.text-regular {
  font-size: 0.9375rem;
}

.text-xxxxl {
  font-size: 2rem !important;
}

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

.leading-5 {
  line-height: 1.25rem;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.text-\[\#7DBAEC\] {
  --tw-text-opacity: 1;
  color: rgb(125 186 236 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(250 197 20 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(16 61 149 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1420px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button) {
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
  }

  .alignright:not(.wp-block-button) {
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
  }

  .wp-block-button.alignleft a {
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
  }

  .wp-block-button.alignright a {
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

article > *:not(.entry-content), .entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1420px;
}

.entry-content h1, .block-editor-block-list__layout h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

.entry-content h2, .block-editor-block-list__layout h2 {
    font-size: 1.25rem;
  }

.entry-content h3, .block-editor-block-list__layout h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
      --tw-text-opacity: 1;
      color: rgb(59 130 246 / var(--tw-text-opacity));
    }

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
    }

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover {
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
      }

.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
    margin-bottom: 2rem;
  }

.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
    --tw-text-opacity: 1;
    color: rgb(140 140 140 / var(--tw-text-opacity));
  }

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
      list-style-position: inside;
    }

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
      list-style-type: disc;
    }

.entry-content ol li, .block-editor-block-list__layout ol li {
      list-style-position: inside;
    }

.entry-content ol li, .block-editor-block-list__layout ol li {
      list-style-type: decimal;
    }

.swiper-pagination-bullet {
  background:#DCDCDC!important;
  width:16px!important;
  height:16px!important;
  opacity: 1!important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background:#DEAF13!important;
}

.sub-menu > li {
  margin-bottom: 1rem;
}

.wpml-ls-legacy-dropdown {
  max-width:33%!important;
  margin-right: 20px!important;
  width: auto!important;
}

.wpml-ls-legacy-dropdown a {
  background: transparent!important;
  color: #fff !important;
  border:1px solid rgb(59 130 246 / 0.5)!important;
  border-radius: 0.5rem!important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none!important;
}

@media only screen and (min-width:360px) {
  .site-footer .container > div {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 780px) {
  .wp-container-4.wp-block-columns {
    display: block;
  }

  .site-footer .container {
    display: block;
  }

  .site-footer .container > div {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1440px) {
  .site-footer .container {
    display:grid;
  }

  .wp-container-4.wp-block-columns {
    display: flex;
  }
}

/* roboto-serif-300 - latin-ext_latin */

@font-face {
  font-family: 'Roboto Serif';

  font-style: normal;

  font-weight: 300;

  src: url('../resources/fonts/roboto-serif-v7-latin-ext_latin-300.eot');

  /* IE9 Compat Modes */

  src: local(''),
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-300.svg#RobotoSerif') format('svg');

  /* Legacy iOS */
}

/* roboto-serif-regular - latin-ext_latin */

@font-face {
  font-family: 'Roboto Serif';

  font-style: normal;

  font-weight: 400;

  src: url('../resources/fonts/roboto-serif-v7-latin-ext_latin-regular.eot');

  /* IE9 Compat Modes */

  src: local(''),
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-regular.svg#RobotoSerif') format('svg');

  /* Legacy iOS */
}

/* roboto-serif-500 - latin-ext_latin */

@font-face {
  font-family: 'Roboto Serif';

  font-style: normal;

  font-weight: 500;

  src: url('../resources/fonts/roboto-serif-v7-latin-ext_latin-500.eot');

  /* IE9 Compat Modes */

  src: local(''),
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-500.svg#RobotoSerif') format('svg');

  /* Legacy iOS */
}

/* roboto-serif-600 - latin-ext_latin */

@font-face {
  font-family: 'Roboto Serif';

  font-style: normal;

  font-weight: 600;

  src: url('../resources/fonts/roboto-serif-v7-latin-ext_latin-600.eot');

  /* IE9 Compat Modes */

  src: local(''),
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-600.svg#RobotoSerif') format('svg');

  /* Legacy iOS */
}

/* roboto-serif-300italic - latin-ext_latin */

@font-face {
  font-family: 'Roboto Serif';

  font-style: italic;

  font-weight: 300;

  src: url('../resources/fonts/roboto-serif-v7-latin-ext_latin-300italic.eot');

  /* IE9 Compat Modes */

  src: local(''),
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-300italic.woff') format('woff'), /* Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-300italic.svg#RobotoSerif') format('svg');

  /* Legacy iOS */
}

/* roboto-serif-italic - latin-ext_latin */

@font-face {
  font-family: 'Roboto Serif';

  font-style: italic;

  font-weight: 400;

  src: url('../resources/fonts/roboto-serif-v7-latin-ext_latin-italic.eot');

  /* IE9 Compat Modes */

  src: local(''),
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-italic.svg#RobotoSerif') format('svg');

  /* Legacy iOS */
}

/* roboto-serif-500italic - latin-ext_latin */

@font-face {
  font-family: 'Roboto Serif';

  font-style: italic;

  font-weight: 500;

  src: url('../resources/fonts/roboto-serif-v7-latin-ext_latin-500italic.eot');

  /* IE9 Compat Modes */

  src: local(''),
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-500italic.woff') format('woff'), /* Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-500italic.svg#RobotoSerif') format('svg');

  /* Legacy iOS */
}

/* roboto-serif-600italic - latin-ext_latin */

@font-face {
  font-family: 'Roboto Serif';

  font-style: italic;

  font-weight: 600;

  src: url('../resources/fonts/roboto-serif-v7-latin-ext_latin-600italic.eot');

  /* IE9 Compat Modes */

  src: local(''),
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-600italic.woff') format('woff'), /* Modern Browsers */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../resources/fonts/roboto-serif-v7-latin-ext_latin-600italic.svg#RobotoSerif') format('svg');

  /* Legacy iOS */
}

/* poppins-regular - latin-ext_latin */

@font-face {
  font-family: 'Poppins';

  font-style: normal;

  font-weight: 400;

  src: url('../resources/fonts/poppins-v20-latin-ext_latin-regular.eot');

  /* IE9 Compat Modes */

  src: local(''),
          url('../resources/fonts/poppins-v20-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../resources/fonts/poppins-v20-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
          url('../resources/fonts/poppins-v20-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
          url('../resources/fonts/poppins-v20-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../resources/fonts/poppins-v20-latin-ext_latin-regular.svg#Poppins') format('svg');

  /* Legacy iOS */
}

/* poppins-italic - latin-ext_latin */

@font-face {
  font-family: 'Poppins';

  font-style: italic;

  font-weight: 400;

  src: url('../resources/fonts/poppins-v20-latin-ext_latin-italic.eot');

  /* IE9 Compat Modes */

  src: local(''),
          url('../resources/fonts/poppins-v20-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../resources/fonts/poppins-v20-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
          url('../resources/fonts/poppins-v20-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
          url('../resources/fonts/poppins-v20-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../resources/fonts/poppins-v20-latin-ext_latin-italic.svg#Poppins') format('svg');

  /* Legacy iOS */
}

/* poppins-500 - latin-ext_latin */

@font-face {
  font-family: 'Poppins';

  font-style: normal;

  font-weight: 500;

  src: url('../resources/fonts/poppins-v20-latin-ext_latin-500.eot');

  /* IE9 Compat Modes */

  src: local(''),
          url('../resources/fonts/poppins-v20-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../resources/fonts/poppins-v20-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
          url('../resources/fonts/poppins-v20-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
          url('../resources/fonts/poppins-v20-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../resources/fonts/poppins-v20-latin-ext_latin-500.svg#Poppins') format('svg');

  /* Legacy iOS */
}

/* poppins-500italic - latin-ext_latin */

@font-face {
  font-family: 'Poppins';

  font-style: italic;

  font-weight: 500;

  src: url('../resources/fonts/poppins-v20-latin-ext_latin-500italic.eot');

  /* IE9 Compat Modes */

  src: local(''),
          url('../resources/fonts/poppins-v20-latin-ext_latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../resources/fonts/poppins-v20-latin-ext_latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
          url('../resources/fonts/poppins-v20-latin-ext_latin-500italic.woff') format('woff'), /* Modern Browsers */
          url('../resources/fonts/poppins-v20-latin-ext_latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../resources/fonts/poppins-v20-latin-ext_latin-500italic.svg#Poppins') format('svg');

  /* Legacy iOS */
}

@font-face {
  font-family: "Arial";

  src: url("../resources/fonts/8d223b3ad8d4819e9dcf22757e4cc2c4.eot");

  src: url("../resources/fonts/8d223b3ad8d4819e9dcf22757e4cc2c4.eot?#iefix") format("embedded-opentype"), 
          url("../resources/fonts/8d223b3ad8d4819e9dcf22757e4cc2c4.woff2") format("woff2"), 
          url("../resources/fonts/8d223b3ad8d4819e9dcf22757e4cc2c4.woff") format("woff"), 
          url("../resources/fonts/8d223b3ad8d4819e9dcf22757e4cc2c4.ttf") format("truetype"), 
          url("../resources/fonts/8d223b3ad8d4819e9dcf22757e4cc2c4.svg#Arial") format("svg");
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:-bottom-1::before {
  content: var(--tw-content);
  bottom: -0.25rem;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}

.before\:-z-30::before {
  content: var(--tw-content);
  z-index: -30;
}

.before\:h-0\.5::before {
  content: var(--tw-content);
  height: 0.125rem;
}

.before\:h-0::before {
  content: var(--tw-content);
  height: 0px;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:min-h-full::before {
  content: var(--tw-content);
  min-height: 100%;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}

.before\:rounded-lg::before {
  content: var(--tw-content);
  border-radius: 0.5rem;
}

.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.before\:bg-secondary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(250 197 20 / var(--tw-bg-opacity));
}

.before\:bg-primary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 61 149 / var(--tw-bg-opacity));
}

.before\:bg-body::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 248 / var(--tw-bg-opacity));
}

.before\:opacity-50::before {
  content: var(--tw-content);
  opacity: 0.5;
}

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

.before\:duration-500::before {
  content: var(--tw-content);
  transition-duration: 500ms;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:-z-20::after {
  content: var(--tw-content);
  z-index: -20;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

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

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

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

.hover\:text-\[\#7DBAEC\]:hover {
  --tw-text-opacity: 1;
  color: rgb(125 186 236 / var(--tw-text-opacity));
}

.hover\:before\:w-full:hover::before {
  content: var(--tw-content);
  width: 100%;
}

.hover\:before\:w-max:hover::before {
  content: var(--tw-content);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.focus\:border-0:focus {
  border-width: 0px;
}

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

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:invisible {
  visibility: hidden;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.child\:text-primary > * {
  --tw-text-opacity: 1;
  color: rgb(16 61 149 / var(--tw-text-opacity));
}

.child-hover\:text-primary > *:hover {
  --tw-text-opacity: 1;
  color: rgb(16 61 149 / var(--tw-text-opacity));
}

@media (min-width: 320px) {
  .\33xs\:absolute {
    position: absolute;
  }

  .\33xs\:right-14 {
    right: 3.5rem;
  }

  .\33xs\:top-9 {
    top: 2.25rem;
  }

  .\33xs\:bottom-4 {
    bottom: 1rem;
  }

  .\33xs\:left-4 {
    left: 1rem;
  }

  .\33xs\:right-4 {
    right: 1rem;
  }

  .\33xs\:top-\[675px\] {
    top: 675px;
  }

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

  .\33xs\:mr-4 {
    margin-right: 1rem;
  }

  .\33xs\:mt-8 {
    margin-top: 2rem;
  }

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

  .\33xs\:mb-36 {
    margin-bottom: 9rem;
  }

  .\33xs\:hidden {
    display: none;
  }

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

  .\33xs\:h-96 {
    height: 24rem;
  }

  .\33xs\:h-52 {
    height: 13rem;
  }

  .\33xs\:h-8 {
    height: 2rem;
  }

  .\33xs\:h-14 {
    height: 3.5rem;
  }

  .\33xs\:h-36 {
    height: 9rem;
  }

  .\33xs\:max-h-14 {
    max-height: 3.5rem;
  }

  .\33xs\:max-w-full {
    max-width: 100%;
  }

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

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

  .\33xs\:gap-1 {
    gap: 0.25rem;
  }

  .\33xs\:gap-2 {
    gap: 0.5rem;
  }

  .\33xs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\33xs\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\33xs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\33xs\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .\33xs\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\33xs\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\33xs\:text-regular {
    font-size: 0.9375rem;
  }

  .\33xs\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\33xs\:leading-6 {
    line-height: 1.5rem;
  }

  .before\:3xs\:h-full::before {
    content: var(--tw-content);
    height: 100%;
  }

  .before\:3xs\:h-80::before {
    content: var(--tw-content);
    height: 20rem;
  }

  .after\:3xs\:h-700::after {
    content: var(--tw-content);
    height: 50rem;
  }
}

@media (min-width: 480px) {
  .xs\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 782px) {
  .md\:top-16 {
    top: 4rem;
  }

  .md\:right-28 {
    right: 7rem;
  }

  .md\:right-auto {
    right: auto;
  }

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

  .md\:bottom-12 {
    bottom: 3rem;
  }

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

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:h-128 {
    height: 32rem;
  }

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

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

  .md\:max-w-lg {
    max-width: 32rem;
  }

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .before\:md\:h-full::before {
    content: var(--tw-content);
    height: 100%;
  }

  .before\:md\:h-96::before {
    content: var(--tw-content);
    height: 24rem;
  }
}

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

  .lg\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

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

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

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

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

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

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

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

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

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-48 {
    width: 12rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .after\:lg\:h-480::after {
    content: var(--tw-content);
    height: 30rem;
  }

  .lg\:hover\:border-\[\#DFDFDF\]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(223 223 223 / var(--tw-border-opacity));
  }

  .xl\:relative {
    position: relative;
  }
}
/* Buttons in post  */
@media only screen and (min-width: 1420px) {
	
	.wp-block-buttons>.wp-block-button.wp-block-button{
		 width: calc(25% - var(--wp--style--block-gap, .5em)*.75);
	}
}
@media only screen and (max-width: 1420px) {
	
	.wp-block-buttons>.wp-block-button.wp-block-button{
		 width: calc(30% - var(--wp--style--block-gap, .5em)*.75);
	}
}
@media only screen and (max-width: 780px) {
	
	.wp-block-button.wp-block-button.wp-block-button{
		width:100%;
	}
}
/* Remove WPML menu */
.header-social-links > div:first-child {
  display: none;
}
/* Mobile Menu truncate text */
.truncate-text{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* Table font in Mobile version */
@media only screen and (max-width: 768px) {
figure{
	font-size:8px
 }
}

/* Correct links, span and p that go over border */
span{
	word-wrap: break-word;
}
p{
	word-wrap: break-word;
}
/* Organi uprave cards */
.cards {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  margin-top: 20px
}

.cards .white {
  background-color: #f8f8f8;
  color: black;
}

.cards .blue {
  background-color: #3b22c5;
}

.cards .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 150px;
  width: 300px;
  border-radius: 10px;
  border-width: 2px;
  color: rgb(1, 1, 1);
  cursor: pointer;
  transition: 400ms;
  padding: 20px;
}

.cards .card p.tip {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0;
}

.cards .card p.second-text {
  font-size: .7em;
}

.cards .card:hover {
  transform: scale(1.1, 1.1);
}

/* .cards:hover > .card:not(:hover) {
  filter: blur(10px);
  transform: scale(0.9, 0.9);
} */

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

@media (min-width: 1240px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
}
/*End Organi uprave cards */

/* Aktualne objave mobile responsive text fix */
@media (max-width: 768px) {
  .item-content h4 { font-size: 12px }
}

/* Odbornici */

.profile-card{
            overflow: hidden;
            position:relative;
            margin-bottom:10px;
            border: 1px solid #000;
			max-width: 350px;
        }
        .profile-card img{
            width:100%;
			height: 450px;
            object-fit: cover;
            border: 1px solid red;
            transform: scale(1.1,1.1) translateX(0);
            transition: all 0.50s ease 0s;
        }
        .profile-card:hover img{
            transform: scale(1.1,1.1) translateX(10px);
        }
        .profile-card .profile-content{
            position: absolute;
            bottom:0;
            right:0;
            width:100%;
            color:#333;
            padding:20px;
            text-align: right;
            border-radius:10px;
            background:rgba(255,255,255,0.6);
            transform: scale(0.9,0.9) translateY(100%);
            transition: all 0.40s linear 0s;
        }
        .profile-card:hover .profile-content{
            transform: scale(0.9,0.9) translateY(0);
        }
        .profile-card .profile-content h3{
            margin: 0 0 10px;
            font-size:25px;
        }
        .profile-card .profile-content p{
            margin: 0 0 10px;
            font-size:15px;
            line-height:24px;
        }
        .profile-card .profile-content ul{
            margin:0 0 15px;
            padding:0;
        }
        .profile-card .profile-content ul li{
            display:inline-block;
            list-style:none;
            margin:0 7px;
        }
        .profile-card .profile-content ul li a{
            display:block;
            color:#333;
            font-size:20px;
            text-align:center;
            transition: all 0.50s linear 0s;
        }
        .profile-card .profile-content ul li a:hover{
            text-decoration:none;
            color:#808080;
        }

/* Odbornici button */
.odbornici-pdf-button.odbornici-pdf-button.odbornici-pdf-button{
   width: calc(50% - var(--wp--style--block-gap, .5em)*.5);
}

/* Naslovna Social media animation*/

/* Slow-motion Zoom Container */
 .animate-social {
  transform-origin: 50% 65%;
  transition: transform 1s, filter 0.5s ease-in-out;
/*   filter: brightness(150%); */
}

/* The Transformation */
 .animate-social:hover {
  filter: brightness(100%);
  transform: scale(1.3);
}
/* End Naslovna Social media animation*/

/* SimpLy Gallery remove footer image description */

.pgcsimplygalleryblock-viewer-slider-footer{    
	display:none!important;
}