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

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6B7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6B7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select:not([size]) {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 0.55em 0.55em;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-color: currentColor;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #2563eb;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #2563eb;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

input[type="range"]::-moz-range-progress {
  background: #3b82f6;
}

input[type="range"]::-ms-fill-lower {
  background: #3b82f6;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

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

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

.mr-auto {
  margin-right: auto;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

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

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

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0px;
}

.h-full {
  height: 100%;
}

.h-6 {
  height: 1.5rem;
}

.h-9 {
  height: 2.25rem;
}

.w-full {
  width: 100%;
}

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

.w-8 {
  width: 2rem;
}

.w-64 {
  width: 16rem;
}

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-full {
  flex-basis: 100%;
}

.table-auto {
  table-layout: auto;
}

.border-spacing-2 {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

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

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

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

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

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

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

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

.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-end {
  align-items: flex-end;
}

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

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

.gap-6 {
  gap: 1.5rem;
}

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.bg-\[\#008A331A\] {
  background-color: #008A331A;
}

.bg-\[\#09588B1A\] {
  background-color: #09588B1A;
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

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

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

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

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

.p-12 {
  padding: 3rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-0 {
  padding: 0px;
}

.p-24 {
  padding: 6rem;
}

.p-8 {
  padding: 2rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-2 {
  padding: 0.5rem;
}

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

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

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

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

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

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

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

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.pr-0 {
  padding-right: 0px;
}

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

.pr-24 {
  padding-right: 6rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

.pt-0 {
  padding-top: 0px;
}

.pl-5 {
  padding-left: 1.25rem;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(9 88 139 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

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

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

  src: local('Karla Bold'), local('Karla-Bold'),
    url('../../src/fonts/Karla-Bold.ttf') format('truetype');

  font-weight: 700;

  font-style: normal;
}

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

  src: local('Karla SemiBold'), local('Karla-SemiBold'),
    url('../../src/fonts/Karla-SemiBold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

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

  src: local('Karla Medium'), local('Karla-Medium'),
    url('../../src/fonts/Karla-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

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

  src: local('Karla Regular'), local('Karla-Regular'),
    url('../../src/fonts/Karla-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

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

  src: url('../../src/fonts/univers/Univers-Bold.eot');

  src: url('../../src/fonts/univers/Univers-Bold.eot?#iefix') format('embedded-opentype'),
      url('../../src/fonts/univers/Univers-Bold.woff2') format('woff2'),
      url('../../src/fonts/univers/Univers-Bold.woff') format('woff'),
      url('../../src/fonts/univers/Univers-Bold.ttf') format('truetype'),
      url('../../src/fonts/univers/Univers-Bold.svg#Univers-Bold') format('svg');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../../src/fonts/univers/Univers-BoldCondensed.eot');

  src: url('../../src/fonts/univers/Univers-BoldCondensed.eot?#iefix') format('embedded-opentype'),
      url('../../src/fonts/univers/Univers-BoldCondensed.woff2') format('woff2'),
      url('../../src/fonts/univers/Univers-BoldCondensed.woff') format('woff'),
      url('../../src/fonts/univers/Univers-BoldCondensed.ttf') format('truetype'),
      url('../../src/fonts/univers/Univers-BoldCondensed.svg#Univers-BoldCondensed') format('svg');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../../src/fonts/univers/Univers-Condensed.eot');

  src: url('../../src/fonts/univers/Univers-Condensed.eot?#iefix') format('embedded-opentype'),
      url('../../src/fonts/univers/Univers-Condensed.woff2') format('woff2'),
      url('../../src/fonts/univers/Univers-Condensed.woff') format('woff'),
      url('../../src/fonts/univers/Univers-Condensed.ttf') format('truetype'),
      url('../../src/fonts/univers/Univers-Condensed.svg#Univers-Condensed') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../../src/fonts/univers/Univers-Light.eot');

  src: url('../../src/fonts/univers/Univers-Light.eot?#iefix') format('embedded-opentype'),
      url('../../src/fonts/univers/Univers-Light.woff2') format('woff2'),
      url('../../src/fonts/univers/Univers-Light.woff') format('woff'),
      url('../../src/fonts/univers/Univers-Light.ttf') format('truetype'),
      url('../../src/fonts/univers/Univers-Light.svg#Univers-Light') format('svg');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../../src/fonts/univers/Univers.eot');

  src: url('../../src/fonts/univers/Univers.eot?#iefix') format('embedded-opentype'),
      url('../../src/fonts/univers/Univers.woff2') format('woff2'),
      url('../../src/fonts/univers/Univers.woff') format('woff'),
      url('../../src/fonts/univers/Univers.ttf') format('truetype'),
      url('../../src/fonts/univers/Univers.svg#Univers') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

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

  src: url("../../src/fonts/univers/6cb78fb592f9a8244397b1bd220d6453.eot");

  src: url("../../src/fonts/univers/6cb78fb592f9a8244397b1bd220d6453.eot?#iefix")format("embedded-opentype"),
    url("../../src/fonts/univers/6cb78fb592f9a8244397b1bd220d6453.woff")format("woff"),
    url("../../src/fonts/univers/6cb78fb592f9a8244397b1bd220d6453.woff2")format("woff2"),
    url("../../src/fonts/univers/6cb78fb592f9a8244397b1bd220d6453.ttf")format("truetype"),
    url("../../src/fonts/univers/6cb78fb592f9a8244397b1bd220d6453.svg#HP Simplified")format("svg");

  font-weight:normal;

  font-style:normal;

  font-display:swap;
}

.site-header .nav-link {
  color: #262626;
  font-size: 18px;
  font-family: UniversCondensed, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
  transition: all .35s ease-in-out;
}

.site-header .nav-link:hover,
  .site-header .nav-link:focus {
  color: #09588B;
}

.site-header img {
  transition: all 0.3s ease-out;
}

.site-header.shrink img {
  max-width: 60px;
}

.site-header .burger-menu {
  display: none;
}

.site-header .main-navbar #overlay,
  .site-header .main-navbar .nav-container .mobile-logo,
  .site-header .main-navbar .nav-container .close {
  display: none;
}

.site-header .close {
  width: 32px;
  height: 32px;
  opacity: 0.3;
  position: relative;
}

.site-header .close:hover {
  opacity: 1;
}

.site-header .close:before,
  .site-header .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

.site-header .close:before {
  transform: rotate(45deg);
}

.site-header .close:after {
  transform: rotate(-45deg);
}

.site-header.shrink {
  box-shadow: 0 1px 4px 0 #d6cfcf;
  transition: all .5s ease;
}

.site-header.shrink.is-login {
  box-shadow: 0 1px 4px 0 #625959;
}

.inside-banner {
  padding-top: 140px;
}

/* Sub Menu Header */

.sub-header {
  background-color: #09588B;
  min-height: 60px;
}

.sub-navbar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.sub-navbar .nav-item {
  color: #fff;
  transition: all .5s ease;
  position: relative;
  padding: 20px 0;
}

.sub-navbar .nav-item > a:hover:after,
.sub-navbar .nav-item > a:focus:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.sub-navbar .nav-item > a {
  position: relative;
}

.sub-navbar .nav-item > a.no-hover:after,
.sub-navbar .nav-item .dropdown-menu .nav-item > a:after {
  display: none;
}

.sub-navbar .nav-item > a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform .25s ease-out;
}

/* Menu Dropdown */

.sub-navbar .nav-item:hover .dropdown-menu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-10px);
}

.sub-navbar .nav-item .dropdown-menu {
  left: 50%;
  display: block!important;
  border-radius: .6rem;
  transform: translateX(-50%) translateY(-20%);
}

.sub-navbar .nav-item .dropdown-menu .nav-item {
  padding: 0;
  margin: 10px 0;
}

.sub-navbar .nav-item .dropdown-menu .nav-item > a {
  color: #09588B;
  transition: all .5s ease;
}

.sub-navbar .nav-item .dropdown-menu .nav-item > a:hover {
  color: #09588B;
  transition: all .5s ease;
}

.dropdown-menu {
  background-color: #E7EFF4;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 25%);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  display: block;
  min-width: 250px;
  padding: 10px 20px;
  font-size: 18px;
  color: #09588B;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border-radius: 2.5px;
  transform: translateY(1.5rem);
  transition: all .35s ease-in-out;
  visibility: hidden;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}

.dropdown-toggle__caret {
  height: 10px;
  width: 10px;
  display: block;
  background-image: url(../images/icons/polygon-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: 2px;
}

/* login */

.title-banner {
  padding-top: 125px;
}

.title-banner h2 {
  font-size: 40px;
  font-weight: 600;
}

@media screen and (min-width: 980px) {
  .title-banner {
    padding-top: 205px;
  }

  .title-banner h2 {
    font-size: 45px;
  }
}

.site-footer .footer-nav::before {
  content: '';
  background-color: #09588B;
  width: 120%;
  display: block;
  height: 100%;
  z-index: -1;
  position: absolute;
}

.site-footer .footer-navbar .nav-link,
.site-footer .site-info p {
  font-size: 16px;
  color: #FFF;
}

.site-footer .site-info svg {
  margin-right: 12px;
}

:root {
  --sectionTitle-size: 48px;
  --sectionTitle-leading: 56px;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

.solidaritas-btn {
  background-color: #09588B;
  min-width: 150px;
  padding: 8px;
  border-radius: 27px;
  height: 44px;
  display: inline-block;
  text-align: center;
  color: #FFF !important;
  font-size: 16px !important;
  font-family: UniversCondensed, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: top;
  white-space: nowrap;
  transition: all .35s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.solidaritas-btn:hover,
.solidaritas-btn:focus {
  background-color: rgba(9, 88, 139, 0.82);
}

.solidaritas-btn.green-btn {
  background-color: #008A33;
}

.solidaritas-btn.green-btn:hover,
.solidaritas-btn.green-btn:focus {
  background-color: rgba(0, 138, 51, 0.82);
}

.solidaritas-btn-outline.green-btn {
  background: transparent;
  border: 1px solid #008A33;
  color: #008A33 !important;
}

.solidaritas-btn-outline.green-btn:hover,
.solidaritas-btn-outline.green-btn:focus {
  background-color: #008A33;
  color: #FFF !important;
}

.solidaritas-btn-outline {
  background: transparent;
  border: 1px solid #09588B;
  color: #09588B !important;
}

.solidaritas-btn-outline:hover,
.solidaritas-btn-outline:focus {
  background-color: #09588B;
  color: #FFF !important;
}

.solidaritas-btn.download-btn::before {
  content: '';
  background: url('../../dist/images/admin/download.svg') no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.solidaritas-btn-options {
  background-color: transparent;
  border: 1px solid #C3C3C3;
  font-weight: 600;
  color: #09588B !important;
  font-size: 18px !important;
  width: 180px;
}

.solidaritas-btn-options.trash {
  min-width: 90px !important;
  width: 90px !important;
  transition: all .35s ease-in-out;
}

.solidaritas-btn-options.trash:hover svg path,
.solidaritas-btn-options.trash:focus svg path {
  fill: #FFF !important;
  transition: all .35s ease-in-out;
}

.solidaritas-btn-options:hover,
.solidaritas-btn-options:focus {
  background-color: #09588B;
  color: #FFF !important;
  border: 1px solid #09588B;
}

p,
li {
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  font-family: UniversCondensed, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

p.subtext {
  font-size: 28px;
  line-height: 32px;
}

.section-title {
  font-size: var(--sectionTitle-size);
  line-height: var(--sectionTitle-leading);
  font-family: HPSimplified, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

.gradient-bg {
  position: relative;
}

.gradient-bg.gradient-bg-rounded {
  border-radius: 64px;
  overflow: hidden;
}

.gradient-bg.gradient-bg-rounded-sm {
  border-radius: 30px;
}

.gradient-bg::before {
  content: '';
  background: linear-gradient(85.58deg, #09588B 1.34%, #008A33 100%);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 10%;
  top: 0;
  left: 0;
}

.bg-gray {
  background: rgba(248, 248, 248, 100%);
}

.bg-light-green {
  background: rgba(230, 244, 235, 100%);
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 9998;
}

.shrink .py-md-1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* icons */

.ic-search {
  background-image: url(../images/icons/search-icon.svg);
  display: block;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}

.solidaritas-btn.download-btn {
  max-width: 180px;
  width: 100%;
  min-width: 100%;
}

@media only screen and (min-width: 480px) {
  .solidaritas-btn.download-btn {
    min-width: 180px;
    max-width: 180px;
    width: 100%;
  }
}

/* utilities */

@media only screen and (min-width: 768px) {
  .py-md-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.br-30 {
  border-radius: 30px;
}

.mb-12 {
  margin-bottom: 20px;
}

.p-0 {
  padding: 0 !important;
}

.p-20 {
  padding: 0 20px;
}

.p-015 {
  padding: 0 15px;
}

.ts-18 {
  font-size: 18px;
}

.ts-14 {
  font-size: 14px;
}

.abs-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.fw-400,
ol.fw-400 li {
  font-family: UniversLight, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

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

.mr-auto {
  margin-right: auto;
}

/* select */

.dropdown-options select {
  border-radius: 30px;
  border-color: #262626;
  width: 200px;
  padding: 10px 15px;
  color: #262626;
}

.pdf-details-wrap img {
  max-width: 60px;
}

.pdf-details h2 {
  font-weight: 600;
  font-size: 20px;
}

.pdf-details .date-size {
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (min-width: 980px) {
  .dropdown-options select {
    width: 400px;
  }
}

/* filters */

.select-all {
  border: 1px solid #C3C3C3;
  border-radius: 30px;
  width: 180px;
}

.select-all label {
  font-weight: 600;
  color: #09588B;
  margin: 0 10px;
  font-family: UniversCondensed, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.select-all input {
  margin: 0 10px;
  border-radius: 3px;
  border-color:#C3C3C3;
  outline: none;
}

/* pagination */

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
}

.pagination li {
  margin-right: 5px;
}

.pagination a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #C3C3C3;
  transition: all .35s ease-in-out;
  font-weight: 500;
}

.pagination a:hover {
  font-weight: 900;
  transition: all .35s ease-in-out;
  color: #09588B;
}

.pagination .active a {
  color: #09588B;
  font-weight: 900;
}

.pagination .prev {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.73205C-0.333332 8.96225 -0.333334 7.03775 0.999999 6.26795L10 1.0718C11.3333 0.301996 13 1.26425 13 2.80385L13 13.1962C13 14.7358 11.3333 15.698 10 14.9282L1 9.73205Z' fill='%2309588B'/%3E%3C/svg%3E%0A");
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  line-height: 1rem;
  background-position: center;
}

.pagination .next {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.26795C13.3333 7.03775 13.3333 8.96225 12 9.73205L3 14.9282C1.66667 15.698 -7.31543e-07 14.7358 -6.64245e-07 13.1962L-2.09983e-07 2.80385C-1.42685e-07 1.26425 1.66667 0.301995 3 1.0718L12 6.26795Z' fill='%2309588B'/%3E%3C/svg%3E%0A");
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  line-height: 1rem;
  background-position: center;
}

/* popup */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px 30px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  border-radius: 15px;
  border: 1px solid #09588B;
  border-top: 50px solid #09588B;
}

.mfp-close-btn-in .mfp-close {
  top: -45px;
  color: #fff !important;
  opacity: 1;
}

.message-item p {
  padding: 15px;
  border-bottom: 1px solid #09588B;
}

.message-item p:last-child {
  border-bottom: none;
}

/* Tab */

.nav-tab-wrap:after {
  content: "";
  display: none;
  width: 1px;
  background-color: #09588B;
  height: 340px;
  max-width: 340px;
  position: absolute;
  right: 20px;
  bottom : 5px;
}

.nav-tab-wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: start;
  border-bottom: 1px solid #09588B;
  margin-bottom: 30px;
}

.nav-tab-wrap button {
  transition: all .2s ease-in-out;
  font-size: 16px;
  text-align: left;
}

.nav-tab-wrap button.text-blue-600 {
  color: #008A33;
  font-weight: 600;
  font-size: 18px;
  transition: all .2s ease-in-out;
}

.nav-tab-wrap button:hover {
  color: #008A33;
  font-weight: 600;
  font-size: 16px;
  transition: all .2s ease-in-out;
}

@media only screen and (min-width: 976px) {
  .nav-tab-wrap button,
  .nav-tab-wrap button:hover {
    font-size: 18px;
  }

  .nav-tab-wrap button.text-blue-600 {
    font-size: 20px;
  }

  .nav-tab-wrap {
    border-right: 1px solid #09588B;
    border-bottom: 0;
    padding: 30px 10px;
    margin-bottom : 0;
  }
}

/* members - index.php */

.dash-list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 1px solid #09588B;
  padding: 30px;
  min-height: 240px;
  height: 100%;
  background-color: #E7EFF4;
}

.dash-tab-list li::after {
    content: '';
}

.dash-tab-list li:last-of-type::after {
    display: none;
}

.dash-tab-list .list-item-tab {
  font-family: KarlaBold, sans-serif;
}

.dash-tab-list .list-item-tab.text-blue-600,
.dash-tab-list .list-item-tab:hover.text-blue-600{
    color: #09588B;
}

.dash-list-wrap .list-item-tab.text-blue-600 {
  background: #09588B;
  color: #fff;
  padding: 15px;
  border-radius: 40px;
  width: 100%;
  max-width: 340px;
  margin-bottom: 5px;
  transition: all .2s ease-in-out;
  font-size: 18px;
}

.dash-list-wrap .list-item-tab:hover {
  background: #09588B;
  transition: all .2s ease-in-out;
  color: #fff;
  padding: 15px;
}

.dash-list-wrap .list-item-tab {
  color: #09588B;
  background: transparent;
  padding: 15px;
  border-radius: 40px;
  width: 100%;
  max-width: 340px;
  margin-bottom: 5px;
  transition: all .2s ease-in-out;
  font-size: 18px;
  border: 1px solid #09588B;
}

.dash-list-content {
  background: #E6F4EB;
  align-items: start;
  justify-content: center;
  border-radius: 25px;
  border: 1px solid #008A33;
  padding: 40px 60px;
  min-height: 240px;
}

.amount-details h2 {
  color: #09588B;
  font-size: 45px;
  font-family: KarlaBold, sans-serif;
}

.amount-details p,
.balance-details p {
  font-size: 18px;
  font-family: UniversLight, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

.amount-details .solidaritas-btn {
  font-size: 16px !important;
  padding: 20px 20px !important;
}

.balance-details h3 {
  color: #09588B;
  font-size: 30px;
  font-family: KarlaBold, sans-serif;
}

/* other content details */

.gradient-bg.rounded-3xl:before {
  border-radius: 1.5rem;
}

.other-members-content h2,
h2.content-title {
  color: #09588B;
  font-weight: 600;
  font-size: 30px;
}

.loan-calculator form label {
  margin-bottom: 10px;
  display: block;
  font-family: UniversCondensed, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
  color: #262626;
}

.loan-calculator p {
  font-size: 18px;
  color: #262626;
}

.loan-calculator form input,
.loan-calculator form select {
  display: block;
  border-color: #959595;
}

.loan-calculator form select {
  color: #959595;
}

.swiper-announcement {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-announcement {
  overflow: hidden;
  max-width: 437px;
}

.swiper-announcement .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  height: 15px;
  width: 15px;
}

.swiper-announcement .swiper-pagination-bullet-active {
  background: #008A33;
}

/* notices */

.notices-item img {
  width: 100%;
  height: 100%;
  max-width: 80px;
  margin-right: 10px;
}

.notices-item h2 {
  font-size: 18px;
  line-height: 1.5rem;
  transition: all .2s ease-in-out;
}

.notices-item h2:hover {
  color: #008A33;
  transition: all .2s ease-in-out;
}

.notices-item .date-size {
  color: #333333;
  font-size: 14px;
}

@media only screen and (min-width: 976px) {
    .dash-list-content {
      min-height: 240px;
      padding: 40px 60px;
    }

    .dash-tab-list li::after {
      content: '|';
      margin:0 20px;
    }

    .amount-details h2 {
      font-size: 45px;
    }

    .amount-details .solidaritas-btn {
      padding: 20px 50px !important;
    }
  }

.banner-section .banner-caption {
  position: absolute;
  /* background-color: #008A3373; */
  background-color: rgba(0, 0, 0, 23%);
  padding: 60px;
  border-radius: 52px;
  margin-top: 10%;
  right: 0;
}

.banner-section img {
}

.banner-section .banner-caption {
}

.banner-section {
  padding-top: 80px;
}

@media only screen and (min-width: 1440px) {
  .banner-section img {
    height: 680px;
  }
}

@media only screen and (min-width: 976px) {
  .banner-section {
    padding-top: 125px;
  }

  .banner-section .banner-caption {
    max-width: 650px;
  }

  .banner-section img {
    height: 650px;
  }
}

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

/* Homepage - testimonials */

.testi-section .testi-container .testi-title {
  font-size: 32px;
  line-height: 40px;
  position: relative;
  font-family: HPSimplified, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

.testi-section .testi-container .testi-title::before,
.testi-section .testi-container .testi-title::after {
  content: '';
  background: url(../../dist/images/quote.png) no-repeat;
  position: absolute;
  width: 136px;
  height: 93px;
}

.testi-section .testi-container .testi-title::before {
  bottom: -20px;
  left: -150px;
}

.testi-section .testi-container .testi-title::after {
  top: -40px;
  right: -150px;
  transform: scaleX(-1);
}

.testi-section .testi-container .testi-info {
  font-size: 16px;
  font-family: UniversCondensed, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

/* HISTORY */

.history-container::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  background-color: #09588B;
  top: 0;
  bottom: 0;
}

.history-wrapper {
  padding: 30px 0;
}

.history-wrapper img {
  border-radius: 52px;
  margin: auto;
  max-width: 80%;
  height: auto;
}

.history-wrapper .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5rem;
}

.history-wrapper .details .section-title {
  position: relative;
}

.history-wrapper .details .section-title::before {
  content: '';
  background-color: #FFF;
  border: 1px solid #09588B;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -5.3rem;
  bottom: 0;
  margin: auto;
}

.history-wrapper .section-title {
  font-size: 40px;
}

.history-wrapper p {
  font-size: 24px;
  line-height: 30px;
}

.history-wrapper:nth-of-type(even) {
  flex-direction: row-reverse;
}

.history-wrapper:nth-of-type(even) .details {
  text-align: right;
  padding-right: 5rem;
  padding-left: 2.5rem;
}

.history-wrapper:nth-of-type(even) .details .section-title::before {
  left: initial;
  right: -5.4rem;
}

/* Board of Directors */

.bod-wrapper {
  padding: 16px;
}

/* .bod-wrapper .img-wrapper {
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  overflow: hidden;
  border-bottom: 3px solid theme('colors.green');
} */

.bod-wrapper .bod-details .name {
  font-size: 20px;
  line-height: 32px;
  font-family: HPSimplified, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

.bod-wrapper .bod-details .position {
  font-size: 16px;
  line-height: 20px;
}

.bod-wrapper .bod-details {
  /* background-color: #F5F5F5; */
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* border-bottom-left-radius: 52px;
  border-bottom-right-radius: 52px; */
  overflow: hidden;
}

/* Cooperative Values */

.cv-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cv-texts {
  max-width: 300px;
  text-align: center;
  margin-bottom: auto;
}

.cv-wrapper .title {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: HPSimplified, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

.cv-wrapper .details {
  font-size: 16px;
  line-height: 20px;
  font-family: UniversCondensed, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

.cv-wrapper img {
  border-radius: 39px;
  transition: .4s ease-in-out;
}

.cv-wrapper img:hover,
.cv-wrapper img:focus {
  transition: .4s ease-in-out;
  box-shadow: 0 0 10px 0 #ddd;
  border-radius: 39px;
}

/* Ethical Values */

.ev-wrapper {
  padding: 15px;
}

.ev-section-container .ev-wrapper img {
  margin: auto;
}

.ev-section-container .ev-wrapper .title {
  color: #008A33;
  font-size: 28px;
  line-height: 32px;
  margin: 16px 0;
  font-family: HPSimplified, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

.ev-section-container .ev-wrapper .details {
  font-size: 16px;
  line-height: 20px;
}

/* Cooperative Principles */

.cp-container .swiper-wrapper .swiper-slide {
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.cp-container .cp-wrapper {
  background-color: #FFF;
  padding: 50px 20px;
  border-radius: 20px;
}

.cp-container .cp-wrapper .counter {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #008A33;
  color: #FFF;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 46px;
}

.cp-container .cp-wrapper .title {
  font-size: 24px;
  color: #09588B;
  margin: 20px 0;
  font-family: HPSimplified, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

.cp-container .cp-wrapper .details {
  font-size: 16px;
  line-height: 20px;
}

/* Requirements */

.requirements-section-container .requirements-container .img-wrapper::before {
  content: '';
  background-color: #09588B1A;
  display: block;
  position: absolute;
  width: 46%;
  height: 100%;
  z-index: -1;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  left: 0;
  bottom: 0;
  top: 0;
}

/* FAQs */

.faqs-wrapper.active .plus,
.faqs-wrapper .faqs-content,
.faqs-wrapper .minus {
  display: none;
}

.faqs-wrapper.active .minus {
  display: block;
}

.faqs-wrapper.active {
  background-color: #FFF;
  border-left: 10px solid #09588B;
}

.faqs-wrapper.active .title {
  color: #008A33;
}

.faqs-wrapper .faqs-content {
  margin-top: 30px;
}

.faqs-wrapper {
  background-color: #E0F3FF;
  padding: 30px 40px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border-left: 0px solid #09588B;
  margin-top: 20px;
}

.faqs-wrapper:first-of-type {
  margin-top: 0;
}

.faqs-wrapper .title {
  font-size: 24px;
  color: #262626;
  font-family: HPSimplified, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

/* location info */

.location-info-wrapper {
  background-color: #E0F3FF;
  border-radius: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 300px;
  text-align: center;
}

.location-info-wrapper .title {
  font-size: 32px;
  color: #09588B;
  margin: 18px 0;
  line-height: normal;
  font-family: HPSimplified, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

.location-info-wrapper .info {
  font-size: 20px;
  color: #262626;
  line-height: 24px;
  text-decoration: none !important;
  font-family: UniversCondensed, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

/* Contact Details */

.contact-info p,
.contact-info a {
  font-size: 20px;
  line-height: 24px;
  font-family: UniversCondensed, sans-serif, Segoe UI, Helvetica Neue, sans-serif;
}

.contact-info {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .contact-info {
    padding: 0 25px;
  }
}

@media screen and (min-width: 1180px) {
  .loan-resources,
  .inquiry-wrap {
    overflow-x: hidden !important;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --sectionTitle-size: 46px;
    --sectionTitle-leading: 54px;
  }

  .site-header .navbar-nav {
    gap: 3rem;
  }

  .solidaritas-btn {
    /*  min-width: 110px; */
    font-size: 14px;
    padding: 6px;
  }

  .container {
    max-width: 90% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .site-header .navbar-brand img {
    max-width: 60px;
  }

  .banner-section img {
    min-height: 600px;
  }

  .testi-section .testi-container .testi-title::before,
  .testi-section .testi-container .testi-title::after {
    width: 80px;
    height: 56px;
    background-size: 100%;
  }

  .testi-section .testi-container .testi-title {
    font-size: 24px;
    line-height: 32px;
  }

  .testi-container {
    padding: 60px;
  }

  .testi-section .testi-container .testi-title::after {
    right: -100px;
  }

  .testi-section .testi-container .testi-title::before {
    left: -100px;
  }

  .site-footer .site-info {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: auto;
  }

  .site-footer .footer-navbar {
    margin: auto;
    margin-bottom: 30px;
  }

  p,
  li {
    font-size: 14px;
    line-height: 22px;
  }

  .history-wrapper .section-title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .history-wrapper p {
    font-size: 18px;
    line-height: 26px;
  }

  .history-wrapper .details {
    padding-left: 3rem;
  }

  .history-wrapper:nth-of-type(even) .details {
    text-align: right;
    padding-right: 3rem;
  }

  .history-wrapper .details .section-title::before {
    left: -3.3rem;
  }

  .history-wrapper:nth-of-type(even) .details .section-title::before {
    right: -3.3rem;
  }

  .bod-wrapper .bod-details .name {
    font-size: 18px;
    line-height: 24px;
  }

  .bod-wrapper .bod-details .position {
    font-size: 16px;
    line-height: 20px;
  }

  .bod-wrapper .bod-details {
    height: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .bod-wrapper .img-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .inside-banner {
    padding-top: 92px;
  }

  .inside-banner img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .faqs-wrapper .title {
    font-size: 18px;
    color: #262626;
    font-family: HPSimplified, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .site-header .main-navbar .nav-container {
    transition: all 0.6s ease-out;
    right: -100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #FFF;
    border-left: 3px solid #09588B;
    padding: 0 60px;
    max-width: 425px;
    width: 100%;
    padding-top: 2%;
  }

  .site-header .main-navbar .navbar-nav {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }

  .site-header .main-navbar.active .nav-container {
    right: 0;
    z-index: 9999;
  }

  .site-header .main-navbar.active #overlay {
    display: block;
  }

  .site-header img {
    max-width: 60px;
  }

  .site-header .burger-menu {
    display: block;
  }

  .site-header .main-navbar .nav-container .mobile-logo,
  .site-header .main-navbar .nav-container .close {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .banner-section .banner-caption {
    left: 0;
    text-align: center;
    border-radius: 32px;
  }

  .site-footer .container {
    flex-direction: column;
  }

  .site-footer .footer-nav::before {
    width: 100%;
    left: 0;
  }

  .site-footer .container .logo {
    display: none;
  }

  .become-member-section img {
    height: 350px;
  }

  .gradient-bg.gradient-bg-rounded {
    border-radius: 32px;
  }

  p.subtext {
    font-size: 18px;
    line-height: 26px;
  }

  .requirements-section-container .requirements-container .img-wrapper::before {
    display: none;
  }

  .location-info-wrapper {
    max-width: 350px;
    margin: auto;
    width: 100%;
  }

  .location-info-wrapper img {
    max-width: 30px;
  }

  .location-info-wrapper .title {
    font-size: 20px;
    margin: 10px;
  }

  .location-info-wrapper .info {
    font-size: 16px;
  }

  .banner-section img {
    min-height: 500px;
  }

  :root {
    --sectionTitle-size: 30px;
    --sectionTitle-leading: 32px;
  }

  .banner-section .banner-caption {
    padding: 40px;
  }
}

@media screen and (max-width: 480px) {
  :root {
    --sectionTitle-size: 30px;
    --sectionTitle-leading: 32px;
  }

  .banner-section img {
    min-height: 350px;
  }
}

@media screen and (max-width: 425px) {
  :root {
    --sectionTitle-size: 26px;
    --sectionTitle-leading: 32px;
  }

  .inside-banner img {
    height: 150px;
  }

  .banner-section .banner-caption {
    padding: 30px;
  }

  .testi-section .testi-container .testi-title {
    font-size: 16px;
    line-height: 24px;
  }

  .testi-container {
    padding: 30px;
  }

  .testi-section .testi-container .testi-title::before,
  .testi-section .testi-container .testi-title::after {
    display: none;
  }

  .site-footer .footer-navbar {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .history-wrapper,
  .history-wrapper:nth-of-type(even) {
    flex-direction: column;
  }

  .history-container::before {
    left: 0;
  }

  .history-wrapper {
    padding: 0;
  }

  .history-wrapper>div {
    width: 100%;
    flex-basis: 100%;
  }

  .history-wrapper:nth-of-type(even) .details .section-title::before {
    left: -3.3rem;
    right: initial;
  }

  .history-wrapper:nth-of-type(even) .details {
    text-align: left;
    padding-left: 3rem;
  }
}

/** Button **/

.btn {
  align-self: flex-start;
  padding: 10px 10px;
  background-color: #09588B;
  border: 2px solid #09588B;
  border-radius: 27px;
  box-shadow: none;
  color: #fff !important;
  font-weight: normal;
  font-size: 16px;
  height: 44px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: top;
  white-space: nowrap;
  background-repeat: repeat-x;
  background-position: 0 -100%;
  transition: 1.1s ease;
}

.btn:hover,
.btn:focus {
  background-color: #E0F3FF;
  border: .2rem solid #E0F3FF;
}

.btn .secondary {
  background-color: #008A33;
  border: .2rem solid #008A33;
}

[class*=btn-outline-] {
  background-color: transparent;
}

.btn .btn-outline-default {
  border-color: #09588B;
  color: #09588B;
}

.btn .btn-outline-secondary {
  border-color: #008A33;
  color: #008A33;
}

/* custom grid */

.highlight-item {
  padding: 20px;
  background: #E6F4EB;
  color: #008A33;
  width: 100%;
  border-radius: 15px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all .2s ease-in-out;
  position: relative;
}

.highlight-item.active,
.highlight-item:hover,
.highlight-item.focus {
  transition: all .2s ease-in-out;
  background: #008A33;
  color: #fff;
}

.highlight-item h4,
.highlight-item .numbers {
  font-size: 40px;
  font-weight: 600;
}

.highlight-item span {
  text-transform: uppercase;
  font-size: 18px;
}

.highlight-item svg {
  fill: #fff;
  width: 55px;
  height: auto;
}

.highlight-item.active svg path,
.highlight-item:hover svg path,
.highlight-item.focus svg path {
  transition: all .2s ease-in-out;
  fill: #fff;
}

.highlight-item svg path {
  fill: #008A33;
}

table th,
.table-resources th,
table td,
.table-resources td {
  width: 200px;
  padding: 8px;
  border-color: #09588B;
  color: #09588B;
  font-weight: 400;
  text-align: center;
}

table td:first-child,
.table-resources td:first-child {
  text-align: left;
}

table th,
.table-resources th {
  text-transform: uppercase;
  font-weight: bold;
}

table.inquiries td {
  width: auto !important;
  text-align: left;
  color: #09588B;
  padding: 20px;
}

table.inquiries td p {
  color: #09588B;
}

table.inquiries td:first-child {
  width: 50px !important;
  padding-left: 0;
}

table.inquiries td:last-child {
  padding-right: 0;
  text-align: right;
}

table.inquiries td:first-child input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #09588B;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

table.inquiries td.w-650 {
  width: 650px !important;
}

table.inquiries td.w-300 {
  width: 300px !important;
}

table.inquiries td.text-center {
  text-align: center !important;
}

table.inquiries tr {
  border-bottom: 1px solid #09588B;
  margin: 20px 0;
}

table.inquiries tr:last-child {
  border-bottom: 0;
}

/* form */

.search-field {
  border-color: #C3C3C3;
  border-radius: 30px;
  color: #09588B;
  background-image: url(../images/icons/search-ic.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  padding: 10px 20px;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 480px) {
  .search-field {
    width: 300px;
    background-position: 92% center;
  }
}

/* Services */

.services-wrap .details h3 {
  font-size: 30px;
}

.services-wrap .details button {
  margin: 20px 0;
}

.services-wrap .details p {
  margin-bottom: 10px;
}

.services-wrap .img-wrapper {
  margin-bottom: 15px;
}

@media (min-width: 976px) {
  .services-wrapper.details-wrap {
    flex-basis: 60%;
  }

  .services-wrapper.img-wrap {
    flex-basis: 40%;
  }
}

/* login page */

.login-page {
  background-color: #09588B;
}

.login-wrap {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  max-width: 445px;
}

.login-container  {
  min-height: 100vh;
}

.login-wrap form a {
  display: block;
  color: #09588B;
  text-decoration: none;
  font-size: 14px;
  font-style: italic;
}

.login-wrap form input[type='text'],
.login-wrap form input[type='password'] {
  background: #E6F4EB;
}

.login-wrap .solidaritas-btn {
  cursor: pointer;
}

.login-wrap {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  flex-direction: column;
  max-width: 100%;
  min-width: 200px;
}

.login-wrap a {
  cursor: pointer;
}

.login-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.login-tab a:first-of-type {
  border-right: 1px solid #7e7e7e;
}

.login-tab a {
  padding: 0 10px;
  cursor: pointer;
}

.login-tab a.active {
  color: #09588B;
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

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

.dark .dark\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark .dark\:hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

@media (min-width: 480px) {
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

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

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

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

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .sm\:basis-1\/2 {
    flex-basis: 50%;
  }

  .sm\:basis-3\/6 {
    flex-basis: 50%;
  }

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

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

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

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

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

  .md\:basis-3\/12 {
    flex-basis: 25%;
  }

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

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

@media (min-width: 976px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

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

  .lg\:w-auto {
    width: auto;
  }

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

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

  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }

  .lg\:basis-3\/4 {
    flex-basis: 75%;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

  .lg\:basis-4\/12 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-2\/6 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-4\/6 {
    flex-basis: 66.666667%;
  }

  .lg\:basis-3\/6 {
    flex-basis: 50%;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:basis-1\/4 {
    flex-basis: 25%;
  }

  .xl\:basis-2\/6 {
    flex-basis: 33.333333%;
  }

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

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

  .xl\:p-20 {
    padding: 5rem;
  }

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

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

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

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