/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./assets/css/style.css ***!
  \******************************************************************************************************************/
/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

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: Arial, sans-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;
}

/*
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%;
}
@media (min-width: 441px) {

  .container {
    max-width: 441px;
  }
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 991px) {

  .container {
    max-width: 991px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1420px) {

  .container {
    max-width: 1420px;
  }
}
@media (min-width: 1512px) {

  .container {
    max-width: 1512px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.top-full {
  top: 100%;
}
.-left-16 {
  left: -4rem;
}
.top-0 {
  top: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.-left-full {
  left: -100%;
}
.-right-16 {
  right: -4rem;
}
.left-\[-100px\] {
  left: -100px;
}
.right-\[-100px\] {
  right: -100px;
}
.left-0 {
  left: 0px;
}
.-right-6 {
  right: -1.5rem;
}
.top-6 {
  top: 1.5rem;
}
.right-0 {
  right: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-2 {
  left: 0.5rem;
}
.top-1\/3 {
  top: 33.333333%;
}
.right-1 {
  right: 0.25rem;
}
.top-1 {
  top: 0.25rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.right-full {
  right: 100%;
}
.top-20 {
  top: 5rem;
}
.\!left-0 {
  left: 0px !important;
}
.bottom-4 {
  bottom: 1rem;
}
.left-4 {
  left: 1rem;
}
.z-50 {
  z-index: 50;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.z-80 {
  z-index: 80;
}
.z-90 {
  z-index: 90;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.order-3 {
  order: 3;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-start-9 {
  grid-column-start: 9;
}
.col-end-13 {
  grid-column-end: 13;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-auto {
  margin: auto;
}
.m-2 {
  margin: 0.5rem;
}
.m-1 {
  margin: 0.25rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-\[55px\] {
  margin-bottom: 55px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-\[-16px\] {
  margin-top: -16px;
}
.mt-16 {
  margin-top: 4rem;
}
.ml-25 {
  margin-left: 100px;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-\[-100px\] {
  margin-left: -100px;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-0 {
  margin-right: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mr-4 {
  margin-right: 1rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-\[54px\] {
  margin-bottom: 54px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.\!mb-14 {
  margin-bottom: 3.5rem !important;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-3\.5 {
  margin-left: 0.875rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.\!block {
  display: block !important;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-\[268px\] {
  height: 268px;
}
.h-0 {
  height: 0px;
}
.h-\[48px\] {
  height: 48px;
}
.h-full {
  height: 100%;
}
.h-\[292px\] {
  height: 292px;
}
.h-\[640px\] {
  height: 640px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[456px\] {
  height: 456px;
}
.h-\[120px\] {
  height: 120px;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-\[310px\] {
  height: 310px;
}
.h-screen {
  height: 100vh;
}
.h-1 {
  height: 0.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-\[648px\] {
  height: 648px;
}
.h-\[5px\] {
  height: 5px;
}
.h-5 {
  height: 1.25rem;
}
.h-\[272px\] {
  height: 272px;
}
.h-\[128px\] {
  height: 128px;
}
.h-25 {
  height: 100px;
}
.h-\[228px\] {
  height: 228px;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-\[264px\] {
  max-height: 264px;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.min-h-\[32px\] {
  min-height: 32px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.w-full {
  width: 100%;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-screen {
  width: 100vw;
}
.w-auto {
  width: auto;
}
.w-\[48px\] {
  width: 48px;
}
.w-1\/2 {
  width: 50%;
}
.w-\[852px\] {
  width: 852px;
}
.w-25 {
  width: 100px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[24px\] {
  width: 24px;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-0 {
  width: 0px;
}
.w-4 {
  width: 1rem;
}
.w-2 {
  width: 0.5rem;
}
.w-\[124px\] {
  width: 124px;
}
.w-9 {
  width: 2.25rem;
}
.w-20 {
  width: 5rem;
}
.\!min-w-\[124px\] {
  min-width: 124px !important;
}
.min-w-\[640px\] {
  min-width: 640px;
}
.min-w-\[380px\] {
  min-width: 380px;
}
.\!min-w-fit {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-title {
  max-width: 800px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[864px\] {
  max-width: 864px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-modal {
  max-width: 640px;
}
.max-w-screen-2xl {
  max-width: 1512px;
}
.max-w-\[165px\] {
  max-width: 165px;
}
.max-w-\[1088px\] {
  max-width: 1088px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[392px\] {
  max-width: 392px;
}
.max-w-\[528px\] {
  max-width: 528px;
}
.max-w-\[115px\] {
  max-width: 115px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.rotate-90 {
  --tw-rotate: 90deg;
  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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-none {
  resize: none;
}
.resize {
  resize: both;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-items-center {
  justify-items: center;
}
.gap-8 {
  gap: 2rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.\!gap-36 {
  gap: 9rem !important;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-0 {
  gap: 0px;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
}
.rounded-tr {
  border-top-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.\!border-0 {
  border-width: 0px !important;
}
.border-2 {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-\[1px\] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-gray-20 {
  --tw-border-opacity: 1;
  border-color: rgb(215 224 229 / var(--tw-border-opacity));
}
.border-\[\#E6EDF0\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 237 240 / var(--tw-border-opacity));
}
.border-gray-10 {
  --tw-border-opacity: 1;
  border-color: rgb(246 248 249 / var(--tw-border-opacity));
}
.border-\[\#D7E0E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(215 224 229 / var(--tw-border-opacity));
}
.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.\!border-\[\#89a3b0\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(137 163 176 / var(--tw-border-opacity)) !important;
}
.\!border-\[\#D7E0E5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(215 224 229 / var(--tw-border-opacity)) !important;
}
.border-transparent {
  border-color: transparent;
}
.\!border-\[\#002433\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 36 51 / var(--tw-border-opacity)) !important;
}
.border-black\/10 {
  border-color: rgb(16 21 23 / 0.1);
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
}
.border-t-gray-20 {
  --tw-border-opacity: 1;
  border-top-color: rgb(215 224 229 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 249 / var(--tw-bg-opacity));
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-10 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 248 249 / var(--tw-bg-opacity)) !important;
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 102 / var(--tw-bg-opacity));
}
.bg-secondary-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 244 245 / var(--tw-bg-opacity));
}
.bg-black\/50 {
  background-color: rgb(16 21 23 / 0.5);
}
.bg-\[\#E32219\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
}
.bg-black\/10 {
  background-color: rgb(16 21 23 / 0.1);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
}
.bg-gray-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 224 229 / var(--tw-bg-opacity));
}
.bg-secondary-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 209 217 / var(--tw-bg-opacity));
}
.\!bg-secondary-60 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 64 92 / var(--tw-bg-opacity)) !important;
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-25 {
  padding: 100px;
}
.p-16 {
  padding: 4rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-2 {
  padding: 0.5rem;
}
.\!p-4 {
  padding: 1rem !important;
}
.p-1\.5 {
  padding: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.\!px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-\[200px\] {
  padding-top: 200px;
  padding-bottom: 200px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-25 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.\!py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.\!py-\[4px\] {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.\!px-\[8px\] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-25 {
  padding-left: 100px;
  padding-right: 100px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.\!pt-10 {
  padding-top: 2.5rem !important;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.pb-4 {
  padding-bottom: 1rem;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pt-0 {
  padding-top: 0px;
}
.\!pb-10 {
  padding-bottom: 2.5rem !important;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pl-0 {
  padding-left: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.\!pb-16 {
  padding-bottom: 4rem !important;
}
.\!pb-8 {
  padding-bottom: 2rem !important;
}
.pr-0 {
  padding-right: 0px;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-\[75\%\] {
  padding-top: 75%;
}
.\!pr-8 {
  padding-right: 2rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.\!pb-2 {
  padding-bottom: 0.5rem !important;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.pt-\[80\%\] {
  padding-top: 80%;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.font-sans {
  font-family: Arial, sans-serif;
}
.text-sm {
  font-size: 14px;
  line-height: 21px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-base {
  font-size: 16px;
  line-height: 24px;
}
.\!text-sm {
  font-size: 14px !important;
  line-height: 21px !important;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-lg {
  font-size: 20px;
  line-height: 30px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.text-xs {
  font-size: 12px;
  line-height: 18px;
}
.text-\[12px\] {
  font-size: 12px;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.\!font-normal {
  font-weight: 400 !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.\!leading-none {
  line-height: 1 !important;
}
.text-gray-40 {
  --tw-text-opacity: 1;
  color: rgb(137 163 176 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(227 34 25 / var(--tw-text-opacity));
}
.text-gray-80 {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 71 102 / var(--tw-text-opacity));
}
.text-secondary-50 {
  --tw-text-opacity: 1;
  color: rgb(0 71 102 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(16 21 23 / var(--tw-text-opacity));
}
.text-secondary-100 {
  --tw-text-opacity: 1;
  color: rgb(0 36 51 / var(--tw-text-opacity));
}
.text-\[\#34454E\] {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(114 17 13 / var(--tw-text-opacity));
}
.text-\[\#101517\] {
  --tw-text-opacity: 1;
  color: rgb(16 21 23 / var(--tw-text-opacity));
}
.text-secondary-30 {
  --tw-text-opacity: 1;
  color: rgb(191 209 217 / var(--tw-text-opacity));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-\[\#004766\] {
  --tw-text-opacity: 1;
  color: rgb(0 71 102 / var(--tw-text-opacity));
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-gray-20 {
  --tw-text-opacity: 1;
  color: rgb(215 224 229 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.overline {
  -webkit-text-decoration-line: overline;
          text-decoration-line: overline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-100 {
  opacity: 1;
}
.opacity-0 {
  opacity: 0;
}
.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);
}
.outline {
  outline-style: solid;
}
.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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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-opacity {
  transition-property: opacity;
  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;
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
/* FONTS */
/* @font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueLTPro-Md.otf") format("opentype");
}

@font-face {
  font-family: "Helvetica Neue";
  font-weight: bold;
  src: url("../fonts/HelveticaNeueLTPro-Bd.otf") format("opentype");
} */
@font-face {
  font-family: "Caecilia";
  src: url(2cd11e2f783bb6806395.ttf) format("opentype");
}
h1,
h2,
h3,
h4,
h5 {
  /* font-family: "Arial"; */
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 32px;
  line-height: 125%;
}
@media (min-width: 1024px) {
h1 {
    font-size: 48px
}
  }
h2 {
  font-size: 26px;
  line-height: 125%;
}
@media (min-width: 1024px) {
h2 {
    font-size: 40px
}
  }
h3 {
  font-size: 24px;
  line-height: 125%;
}
@media (min-width: 1024px) {
h3 {
    font-size: 32px
}
  }
h4 {
  font-size: 20px;
  line-height: 125%;
}
@media (min-width: 1024px) {
h4 {
    font-size: 24px
}
  }
h5 {
  font-size: 18px;
  line-height: 125%;
}
@media (min-width: 1024px) {
h5 {
  font-size: 20px
}
  }
h6 {
  font-family: "Caecilia";
  font-size: 10px;
  line-height: 125%;
  text-transform: uppercase;

  
}
@media (min-width: 1024px) {
h6 {
      font-size: 12px

  
}
  }
h6:before {
  content: "■";
  font-size: 8px;
  vertical-align: middle;
  margin-right: 12px;
}
ul.ws-bullets > li:before {
  content: "■";
  font-size: 8px;
  vertical-align: middle;
  margin-right: 12px;
}
/* ICONS */
.ws-icon {
  width: 1em;
  height: 1em;
}
svg.ws-icon,
svg.ws-icon path {
  stroke-width: 2px;
}
/* BUTTON, CHIP SIZES */
.ws-btn-lg, .ws-chip-lg {
  border-radius: 4px;
  padding: 16px 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 450px) {

	.ws-btn-lg, .ws-chip-lg {
		font-size: 16px;
		line-height: 24px;
	}
}
.ws-btn, .ws-chip {
  border-radius: 4px;
  padding: 12px 23px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  line-height: 24px;
}
.ws-btn .ws-icon, .ws-chip .ws-icon {
    font-size: 20px;
  }
.ws-tab {
  border-radius: 4px;
  padding: 12px 23px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  line-height: 24px; 
}
.ws-tab .ws-icon {
    font-size: 20px;
  }
.ws-btn-sm, .ws-chip-sm {
  border-radius: 4px;
  padding: 9.5px 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  line-height: 21px;
}
/* BUTTON COLORS */
.ws-btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ws-btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(182 27 20 / var(--tw-bg-opacity));
}
.ws-btn-primary:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-btn-primary2 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 21 23 / var(--tw-text-opacity));
}
.ws-btn-primary2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ws-btn-primary2:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-btn-primary3 {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 34 25 / var(--tw-text-opacity));
}
.ws-btn-primary3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ws-btn-primary3:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(104 138 155 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
}
.ws-btn-primary3 .selected {
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ws-btn-primary4 {
  --tw-text-opacity: 1;
  color: rgb(114 17 13 / var(--tw-text-opacity));
}
.ws-btn-primary4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 224 229 / var(--tw-bg-opacity));
}
.ws-btn-primary4:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ws-btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 82 / var(--tw-bg-opacity));
}
.ws-btn-secondary:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-btn-secondary3 {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 181 194 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 71 102 / var(--tw-text-opacity));
}
.ws-btn-secondary3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ws-btn-secondary3:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(215 224 229 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-btn-secondary-ghost {
  --tw-text-opacity: 1;
  color: rgb(0 36 51 / var(--tw-text-opacity));
}
.ws-btn-secondary-ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 224 229 / var(--tw-bg-opacity));
}
.ws-btn-secondary-ghost:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(215 224 229 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ws-btn-contrast3 {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ws-btn-contrast3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 21 23 / var(--tw-text-opacity));
}
.ws-btn-contrast3:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(104 138 155 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-btn-text2 {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 71 102 / var(--tw-text-opacity));
}
.ws-btn-text2:hover {
  --tw-text-opacity: 1;
  color: rgb(227 34 25 / var(--tw-text-opacity));
}
.ws-btn-text2:disabled {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
/* CHIP COLORS */
.ws-chip-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(215 224 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-chip-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 211 209 / var(--tw-bg-opacity));
}
.ws-chip-primary .active {
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ws-chip-primary .disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
}
.ws-chip-primary .disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
}
/* TAB */
.ws-tab-primary {
  display: flex;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-tab-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 224 229 / var(--tw-bg-opacity));
}
.ws-tab-primary.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* BADGE SIZES */
.ws-badge-lg {
  border-radius: 24px;
  padding: 9px 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 450px) {

	.ws-badge-lg {
		font-size: 16px;
		line-height: 24px;
	}
}
.ws-badge-lg .ws-icon {
    font-size: 24px;
  }
.ws-badge {
  border-radius: 20px;
  padding: 8px 10px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  line-height: 24px;
}
.ws-badge .ws-icon {
    font-size: 22px;
  }
.ws-badge-sm {
  border-radius: 18px;
  padding: 7px 8px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  line-height: 21px;
}
.ws-badge-sm .ws-icon {
    font-size: 20px;
  }
/* BADGE COLORS */
.ws-badge-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ws-badge-primary-stroked {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
}
.ws-badge-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ws-badge-secondary-stroked {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 71 102 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 71 102 / var(--tw-text-opacity));
}
.ws-badge-gray-stroked {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 224 229 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
/* FORM ELEMENTS */
/* SELECT */
.ws-select {
  position: relative;
  display: flex;
  min-width: 300px;
  flex-direction: column;
}
.ws-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(137 163 176 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
	cursor: pointer;
}
.ws-select-trigger:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
}
.ws-select-options {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 10;
  opacity: 0;
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
  top: calc(100% + 16px);
}
.ws-select.open .ws-select-options {
  pointer-events: auto;
  visibility: visible;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}
.ws-select-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
	cursor: pointer;
}
.ws-select-option.selected:not(:hover){
  --tw-bg-opacity: 1;
  background-color: rgb(249 211 209 / var(--tw-bg-opacity));
}
.ws-select-option:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 237 / var(--tw-bg-opacity))}
.ws-select .ws-select-trigger {
  background-image: url(d1e463a62ec97d3ed84e.svg);
  background-position: right 0.75rem center;
  background-size: 20px 20px;
}
.ws-select.open .ws-select-trigger {
  background-image: url(7c33c75e38872458ce6a.svg);
  background-position: right 0.75rem center;
  background-size: 20px 20px;
}
/* TEXT INPUT */
.ws-textfield-base {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(16 21 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(16 21 23 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-textfield-base::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-textfield-base:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-textfield-base::placeholder {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-textfield-base:-moz-placeholder-shown {
  --tw-border-opacity: 1;
  border-color: rgb(137 163 176 / var(--tw-border-opacity));
}
.ws-textfield-base:-ms-input-placeholder {
  --tw-border-opacity: 1;
  border-color: rgb(137 163 176 / var(--tw-border-opacity));
}
.ws-textfield-base:placeholder-shown {
  --tw-border-opacity: 1;
  border-color: rgb(137 163 176 / var(--tw-border-opacity));
}
.ws-textfield-base:focus {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
}
.ws-textfield {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(16 21 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(16 21 23 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-textfield::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-textfield:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-textfield::placeholder {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-textfield:-moz-placeholder-shown {
  --tw-border-opacity: 1;
  border-color: rgb(137 163 176 / var(--tw-border-opacity));
}
.ws-textfield:-ms-input-placeholder {
  --tw-border-opacity: 1;
  border-color: rgb(137 163 176 / var(--tw-border-opacity));
}
.ws-textfield:placeholder-shown {
  --tw-border-opacity: 1;
  border-color: rgb(137 163 176 / var(--tw-border-opacity));
}
.ws-textfield:focus {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
}
.ws-textfield.icon-search-right {
  padding-right: 2.5rem !important;
    background-image: url(cce1a1304665d1ec0583.svg);
    background-position: right 0.75rem center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.ws-textfield.icon-arrow-right {
  padding-right: 2.5rem !important;
    background-image: url(ef3f6b7a65ef2491aeac.svg);
    background-position: right 0.75rem center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.ws-textfield.icon-search-left {
  padding-left: 3rem !important;
    background-image: url(cce1a1304665d1ec0583.svg);
    background-position: left 0.75rem center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.ws-textfield-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(16 21 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(16 21 23 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-textfield-sm::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-textfield-sm:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-textfield-sm::placeholder {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-textfield-sm:-moz-placeholder-shown {
  --tw-border-opacity: 1;
  border-color: rgb(137 163 176 / var(--tw-border-opacity));
}
.ws-textfield-sm:-ms-input-placeholder {
  --tw-border-opacity: 1;
  border-color: rgb(137 163 176 / var(--tw-border-opacity));
}
.ws-textfield-sm:placeholder-shown {
  --tw-border-opacity: 1;
  border-color: rgb(137 163 176 / var(--tw-border-opacity));
}
.ws-textfield-sm:focus {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
}
.ws-textfield-sm.icon-search-left {
  padding-left: 3rem !important;
     background-image: url(cce1a1304665d1ec0583.svg);
     background-position: left 0.75rem center;
     background-size: 20px 20px;
     background-repeat: no-repeat;
}
.ws-textfield-lg {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 450px) {

	.ws-textfield-lg {
		font-size: 16px;
		line-height: 24px;
	}
}
.ws-textfield-lg {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(16 21 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(16 21 23 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ws-textfield-lg::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-textfield-lg:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-textfield-lg::placeholder {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-textfield-lg:-moz-placeholder-shown {
  --tw-border-opacity: 1;
  border-color: rgb(137 163 176 / var(--tw-border-opacity));
}
.ws-textfield-lg:-ms-input-placeholder {
  --tw-border-opacity: 1;
  border-color: rgb(137 163 176 / var(--tw-border-opacity));
}
.ws-textfield-lg:placeholder-shown {
  --tw-border-opacity: 1;
  border-color: rgb(137 163 176 / var(--tw-border-opacity));
}
.ws-textfield-lg:focus {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
}
/* RADIO */
.ws-radio-base {
  float: left;
  margin-right: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 224 229 / var(--tw-border-opacity));
  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: 200ms;
	cursor: pointer;
}
.ws-radio-base:checked {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
}
.ws-radio-base:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 237 / var(--tw-bg-opacity));
}
.ws-radio-base:hover:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(182 27 20 / var(--tw-bg-opacity));
}
.ws-radio-base:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ws-radio-base:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(52 69 78 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
}
.ws-form-radio .ws-radio {
  height: 1.25rem;
  width: 1.25rem;
  float: left;
  margin-right: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 224 229 / var(--tw-border-opacity));
  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: 200ms;
	cursor: pointer;
}
.ws-form-radio .ws-radio:checked {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
}
.ws-form-radio .ws-radio:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 237 / var(--tw-bg-opacity));
}
.ws-form-radio .ws-radio:hover:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(182 27 20 / var(--tw-bg-opacity));
}
.ws-form-radio .ws-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ws-form-radio .ws-radio:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(52 69 78 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
}
.ws-form-radio .ws-radio-sm {
  height: 1rem;
  width: 1rem;
  float: left;
  margin-right: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 224 229 / var(--tw-border-opacity));
  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: 200ms;
	cursor: pointer;
}
.ws-form-radio .ws-radio-sm:checked {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
}
.ws-form-radio .ws-radio-sm:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 237 / var(--tw-bg-opacity));
}
.ws-form-radio .ws-radio-sm:hover:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(182 27 20 / var(--tw-bg-opacity));
}
.ws-form-radio .ws-radio-sm:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ws-form-radio .ws-radio-sm:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(52 69 78 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
}
.ws-form-radio .ws-radio-lg {
  height: 1.5rem;
  width: 1.5rem;
  float: left;
  margin-right: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 224 229 / var(--tw-border-opacity));
  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: 200ms;
	cursor: pointer;
}
.ws-form-radio .ws-radio-lg:checked {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
}
.ws-form-radio .ws-radio-lg:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 237 / var(--tw-bg-opacity));
}
.ws-form-radio .ws-radio-lg:hover:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(182 27 20 / var(--tw-bg-opacity));
}
.ws-form-radio .ws-radio-lg:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ws-form-radio .ws-radio-lg:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(52 69 78 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
}
.ws-form-radio.disabled p {
  --tw-text-opacity: 1;
  color: rgb(52 69 78 / var(--tw-text-opacity));
}
.ws-form-radio.alert .ws-radio, .ws-form-radio.alert .ws-radio-sm, .ws-form-radio.alert .ws-radio-lg {
  --tw-border-opacity: 1 !important;
  border-color: rgb(227 34 25 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.ws-form-radio.alert .ws-radio:checked, .ws-form-radio.alert .ws-radio-sm:checked, .ws-form-radio.alert .ws-radio-lg:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity)) !important;
}
.ws-form-radio.alert .description {
  --tw-text-opacity: 1;
  color: rgb(227 34 25 / var(--tw-text-opacity));
}
/* CHECKBOX */
.ws-checkbox-base {
  float: left;
  margin-right: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 224 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  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: 200ms;
	cursor: pointer;
}
.ws-checkbox-base:checked {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
}
.ws-checkbox-base:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 237 / var(--tw-bg-opacity));
}
.ws-checkbox-base:hover:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(182 27 20 / var(--tw-bg-opacity));
}
.ws-checkbox-base:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ws-checkbox-base:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(52 69 78 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
}
.ws-checkbox {
  height: 1.25rem;
  width: 1.25rem;
  float: left;
  margin-right: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 224 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  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: 200ms;
	cursor: pointer;
}
.ws-checkbox:checked {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
}
.ws-checkbox:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 237 / var(--tw-bg-opacity));
}
.ws-checkbox:hover:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(182 27 20 / var(--tw-bg-opacity));
}
.ws-checkbox:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ws-checkbox:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(52 69 78 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
}
.ws-checkbox-sm {
  height: 1rem;
  width: 1rem;
  float: left;
  margin-right: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 224 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  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: 200ms;
	cursor: pointer;
}
.ws-checkbox-sm:checked {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
}
.ws-checkbox-sm:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 237 / var(--tw-bg-opacity));
}
.ws-checkbox-sm:hover:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(182 27 20 / var(--tw-bg-opacity));
}
.ws-checkbox-sm:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ws-checkbox-sm:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(52 69 78 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
}
.ws-checkbox-lg {
  height: 1.5rem;
  width: 1.5rem;
  float: left;
  margin-right: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 224 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  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: 200ms;
	cursor: pointer;
}
.ws-checkbox-lg:checked {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 34 25 / var(--tw-bg-opacity));
}
.ws-checkbox-lg:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 237 / var(--tw-bg-opacity));
}
.ws-checkbox-lg:hover:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(182 27 20 / var(--tw-bg-opacity));
}
.ws-checkbox-lg:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ws-checkbox-lg:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(52 69 78 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(104 138 155 / var(--tw-bg-opacity));
}
.department-section {
	padding-top: 0;
    padding-bottom: 0;
}
.department-wrapper {
    background: #F6F8F9;
    border: 1px solid #D7E0E4;
    border-radius: 4px;
    position: relative;
    top: -80px;
    padding: 16px;
    display: block;
}
.department-wrapper > div {
    flex: auto;
}
.department-human {
    display: flex;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid #D7E0E4;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.department-human img {
    border: 1px solid #D7E0E5;
    border-radius: 100px;
    width: 56px;
    height: 56px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    min-width: 56px;
}
.department-human .name {
    font-family: 'Helvetica Neue', 'Arial';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #101517;
}
.department-human .position {
    line-height: 110%;
    max-width: 350px;
}
.department-contacts {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #D7E0E4;
    justify-content: flex-end;
    margin-right: 20px;
}
.department-contacts span {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
    justify-content: space-between;
    position: relative;
}
.department-contacts span::after {
    content: attr(data-title);
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #004766;
    position: absolute;
    top: 2px;
    left: 36px;
}
.department-contacts span a {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #004766;
    transition: ease all .3s;
    border-bottom: 1px solid transparent;
}
.department-contacts span a:hover,
.department-contacts span.department-phone a {
    border-bottom: 1px solid #004766;
}
.department-btn {
    display: block;
    min-width: 242px;
    margin: 0 0 0 auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 16px;
    background: #E32219;
    border-radius: 4px;
    transition: ease all .3s;
    text-align: center;
}
.department-btn:hover {
    background: rgb(182 27 20 / var(--tw-bg-opacity));
}
.humanitarian-aid {
    padding: 16px;
    background: #F6F8F9;
    border: 1px solid #D7E0E4;
    border-radius: 4px;
    margin-top: -60px;
}
.humanitarian-aid-text {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D7E0E4;
}
.humanitarian-title {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #101517;
}
.humanitarian-phone {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
}
.humanitarian-phone::after {
    content: attr(data-title);
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #004766;
    position: absolute;
    top: 2px;
    left: 36px;
}
.humanitarian-phone a {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #004766;
    transition: ease all .3s;
    border-bottom: 1px solid #004766;
}
.humanitarian-phone a:hover {
    border-bottom: 1px solid #004766;
}
@media (min-width: 1024px) {
    .department-wrapper {
        position: relative;
        top: -51px;
        padding: 23px;
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        align-items: center;
    }

    .department-human {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .department-contacts {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .department-contacts span {
        justify-content: flex-start;
        margin: 4px 0;
    }

    .department-contacts span:last-child {
        margin-left: 40px;
    }

    .department-contacts span::after {
        display: none;
    }

    .humanitarian-title {
        font-size: 20px;
        line-height: 150%;
    }

    .humanitarian-aid {
        padding: 10px 26px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-top: -30px;
    }

    .humanitarian-aid-text {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .humanitarian-phone {
        justify-content: flex-start;
        margin-right: 80px;
    }

    .humanitarian-phone::after {
        display: none;
    }

    .department-btn {
        max-width: 272px;
    }
}
.ws-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.woocommerce .woocommerce-invalid input.ws-textfield {
	border-color: #e32219;
}
.bg-white-50 {
	background: #ffffff80;
}
#mobile-menu-wrap ul > li {
	padding: 1rem 0;
	margin: 0 1rem;
}
#menu-mobile-menu > li:not(:last-child) {
	border-bottom: 1px solid var(--fc-border-color, #ddd);
}
#mobile-menu-wrap ul > li a {
	width: 100%;
}
#menu-mobile-menu-bottom .has-submenu button::after,
#menu-mobile-menu > li a::after {
	content: '';
	width: 24px;
	height: 24px;
	float: right;
}
.mobile-menu-arrow a::after,
.mobile-menu-volunteers a::before,
.mobile-menu-mail a::before,
.mobile-menu-phone a::before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
}
.mobile-menu-arrow a,
.mobile-menu-volunteers a,
.mobile-menu-mail a,
.mobile-menu-phone a {
	display: flex;
	align-items: center;
	gap: 8px;
}
.ws-checkbox:checked::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	pointer-events: none;
	left: -1px;
	top: -1px;
}
.ws-checkbox {
	position: relative;
}
.font-404 {
	font-size: 120px;
}
@media (min-width: 1025px) {
	.\!lg\:hidden {
		display: none !important;
	}

	.wpcf-custom-submit {
		margin-bottom: 0;
		width: auto;
	}
}
#side-menu > div {
	cursor: pointer;
}
.ws-select.error .ws-select-trigger,
input.error,
input.wpcf7-not-valid {
	border-color: #e32219 !important;
}
ul.woocommerce-error,
.wpcf7-form-control-wrap.privacy-policy span.wpcf7-not-valid-tip,
.wpcf7-response-output {
	display: none;
}
span.wpcf7-not-valid-tip {
	margin-top: 8px;
}
/*Custom calendar style.*/
table[role='grid'] th {
	text-align: left;
}
table[role='grid'] th a::after {
	content: '.';
}
table[role='grid'] th a:first-letter {
	text-transform: uppercase;
}
.fc .fc-daygrid-day-top,
table[role='grid'] th a {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}
.fc .fc-daygrid-day-top {
	flex-direction: row;
}
.fc .fc-daygrid-event {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	color: #ffffff;
	cursor: pointer;
}
.fc .fc-daygrid-event-harness {
	border-radius: 4px;
	margin: 0 4px 4px 4px;
}
.fc .fc-daygrid-event-harness:nth-child(2n) .fc-daygrid-event {
	background: #e32219;
}
.fc .fc-daygrid-event-harness:first-child .fc-daygrid-event,
.fc .fc-daygrid-event-harness:nth-child(5n) .fc-daygrid-event {
	background: #004766;
}
.fc .fc-daygrid-event-harness:nth-child(3n) .fc-daygrid-event {
	background: #688a9b;
}
.fc .fc-daygrid-event-harness .fc-daygrid-event.insurance {
	background: rgb(90,45,127);
}
.fc .fc-daygrid-event-harness:nth-child(3n - 1) .fc-daygrid-event.insurance {
	background: rgb(180,0,132);
}
.fc .fc-daygrid-event-harness:nth-child(3n) .fc-daygrid-event.insurance {
	background: rgb(205,0,132);
}
.fc .fc-daygrid-day.fc-day-today {
	background-color: unset;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
	border-radius: 50%;
	background: #e32219;
	color: #ffffff;
}
.fc .fc-daygrid-day-frame {
	padding: 4px;
}
.fc .fc-daygrid-day-number {
	line-height: 14px;
	margin-bottom: 3px;
	padding: 8px;
}
.fc .fc-daygrid-more-link {
	display: block;
	width: 60px;
	height: 21px;
	overflow: hidden;
}
.fc .fc-daygrid-more-link:first-letter {
	float: right;
	visibility: hidden;
}
.fc .fc-daygrid-more-link::before {
	content: 'Dar';
	float: left;
	margin-right: 4px;
}
.fc .fc-customTitle-button,
.fc .fc-header-toolbar .fc-button {
	background-color: #ffffff;
	border: none;
	color: #101517;
	font-weight: 700;
	line-height: 30px;
	font-size: 20px;
}
.fc .fc-customTitle-button {
	padding-left: 0;
	padding-right: 0;
}
.fc .fc-customTitle-button:not(:disabled):active:focus,
.fc .fc-customTitle-button:focus-visible,
.fc .fc-customTitle-button:not(:disabled):active,
.fc .fc-customTitle-button:focus,
.fc .fc-customTitle-button:hover {
	color: #101517;
	background-color: #ffffff;
	box-shadow: none;
	border: none;
	-webkit-appearance: none;
	outline: none;
	cursor: unset;
}
.fc .fc-header-toolbar .fc-button:not(.fc-customTitle-button):hover {
	background-color: #004766;
	color: #ffffff;
}
.fc .fc-col-header-cell-cushion {
	margin-left: 8px;
}
.fc .fc-toolbar-title {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-left: 0 !important;
}
.fc .fc-toolbar-chunk:last-child {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.fc .fc-header-toolbar .fc-today-button {
	border: 1px solid #004766;
	color: #004766;
	font-size: 14px;
	line-height: 21px;
	padding: 10px 16px;
	cursor: pointer;
}
.fc .fc-button .fc-icon {
	font-size: 1.25rem;
}
.fc .fc-next-button,
.fc .fc-prev-button {
	padding: 0.3em;
	display: flex;
	align-items: center;
	align-self: stretch;
}
.fc .fc-toolbar.fc-header-toolbar {
	flex-wrap: wrap;
	gap: 0.75em;
}
.slidecontainer .slick-slide,
.slidecontainer.slick-slider {
	margin: 0;
}
.slidecontainer ul.slick-dots li.slick-active {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.slidecontainer ul.slick-dots li {
	background-color: rgb(255 255 255 / 0.2);
}
.slidecontainer .slick-next {
	top: auto;
	bottom: 12px;
	right: 24px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background-color: rgb(255 255 255 / 0.2);
	text-align: center;
}
.slidecontainer .slick-prev:hover,
.slidecontainer .slick-prev:focus,
.slidecontainer .slick-next:hover,
.slidecontainer .slick-next:focus {
	background-color: rgb(255 255 255 / 1);
}
.slidecontainer .slick-prev {
	top: auto;
	bottom: 12px;
	right: 80px;
	left: auto;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background-color: rgb(255 255 255 / 0.2);
	text-align: center;
	z-index: 1;
}
.slidecontainer.slick-slider .slick-next:focus:before,
.slidecontainer.slick-slider .slick-next:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.5%201L6.5%206L1.5%2011%22%20stroke%3D%22%23004766%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.slidecontainer.slick-slider .slick-next:before {
	content: '';
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
	display: block;
	opacity: 1;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.5%201L6.5%206L1.5%2011%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
	margin: 0 auto;
}
.slidecontainer.slick-slider .slick-prev:focus:before,
.slidecontainer.slick-slider .slick-prev:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.5%201L1.5%206L6.5%2011%22%20stroke%3D%22%23004766%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.slidecontainer.slick-slider .slick-prev:before {
	content: '';
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
	display: block;
	opacity: 1;
	margin: 0 auto;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.5%201L1.5%206L6.5%2011%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.slidecontainer ul.slick-dots {
	left: 25px;
	margin-left: 95px;
	bottom: 40px;
	padding: 0 0.5rem;
	background-color: rgb(255 255 255 / 0.2);
}
@media (max-width: 676px) {
	.ws-tab {
		padding: 9px 14px;
	}

	.svgicon svg {
		height: 32px;
	}

	h2 {
		font-size: 24px;
		line-height: 1;
	}

	.fc .fc-toolbar.fc-header-toolbar {
		justify-content: center;
	}

	.fc .fc-toolbar-chunk:last-child,
	.fc .fc-toolbar-chunk:first-child {
		width: 100%;
	}

	.fc .fc-daygrid-day-frame {
		padding-bottom: 90%;
	}

	.fc .fc-view-harness {
		padding-bottom: 130%;
	}

	.fc .fc-scroller,
	.fc .fc-scroller-liquid-absolute {
		overflow: initial !important;
	}

	.fc .fc-toolbar-chunk:last-child .fc-toolbar-title {
		order: 1;
		margin-right: auto;
	}

	.fc .fc-toolbar-chunk:last-child .fc-prev-button {
		order: 2;
	}

	.fc .fc-toolbar-chunk:last-child .fc-today-button {
		order: 3;
	}

	.fc .fc-toolbar-chunk:last-child .fc-next-button {
		order: 4;
	}

	.fc .fc-toolbar-chunk:last-child {
		justify-content: flex-start;
	}
}
@media (max-width: 450px) {
	.fc .fc-view-harness {
		padding-bottom: 160%;
	}

	.text-lg {
		font-size: 16px;
		line-height: 24px;
	}

	.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
		margin-left: 0;
	}

	button.ws-btn.ws-btn-primary3.whitespace-nowrap {
		padding: 12px 13px;
		font-size: 16px;
	}
}
.mainmenu > .has-submenu:hover,
.mainmenu > a:hover {
	background: #d7e0e5;
}
.mainmenu > .has-submenu,
.mainmenu > a {
	border-radius: 4px;
	padding: 12px 23px;
	box-sizing: border-box;
	transition: background 0.2s ease;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-ms-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
}
.footermeniu li a:hover {
	--tw-text-opacity: 1;
	color: rgb(227 34 25 / var(--tw-text-opacity));
}
.footermeniu li a {
	transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
}
/* h1,h2,h3,h4 {
    font-family: 'Helvetica Neue';
} */
.steps .ws-icon {
	width: 20px;
	height: 20px;
}
.icon-quate svg {
	max-width: 100%;
	height: auto;
}
.searchinnerblock {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
}
.searchbtn svg {
	margin: 0 auto;
	color: #72110d;
	font-size: 20px;
}
.ws-btn-primary {
	padding: 16px 23px;
}
.ws-form-radio .ws-radio:checked {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%3Crect%20x%3D%221.83301%22%20y%3D%221.83325%22%20width%3D%228.33333%22%20height%3D%228.33333%22%20rx%3D%224.16667%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
	background-position: center center;
	background-repeat: no-repeat;
}
.ws-customcheckbox input[type='checkbox']:checked + label {
	--tw-bg-opacity: 1;
	background-color: rgb(249 211 209 / var(--tw-bg-opacity));
}
.newscontent h2,
.newscontent h3,
.side-menu-content > div > h3,
.side-menu-content > div > h2 {
	font-size: 32px;
}
.ws-customradio input {
	display: none;
}
.ws-customradio label {
	cursor: pointer;
}
.ws-customradio .selected {
	--tw-bg-opacity: 1;
	background-color: rgb(227 34 25 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.slick-slider {
	margin: 0 -16px;
}
.slick-slide {
	margin-right: 16px;
	margin-left: 16px;
}
ul.slick-dots {
	background-color: rgb(16 21 23 / 0.1);
	border-radius: 0.75rem;
	width: auto;
	margin: 0;
	padding: 0 0.5rem;
	left: 50%;
	bottom: -52px;
	transform: translate(-50%, 0px);
}
ul.slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	border-radius: 50%;
	background-color: rgb(16 21 23 / 0.1);
}
ul.slick-dots li button {
	display: none;
}
.slick-dots li button:before {
	display: none;
}
ul.slick-dots li {
	width: 8px;
	height: 8px;
}
ul.slick-dots li.slick-active {
	--tw-bg-opacity: 1;
	background-color: rgb(0 71 102 / var(--tw-bg-opacity));
}
.slick-slider .slick-next:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.5%201.5L6.5%206.5L1.5%2011.5%22%20stroke%3D%22%2372110D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
	display: block;
	opacity: 1;
}
.slick-slider .slick-prev:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.5%201.5L1.5%206.5L6.5%2011.5%22%20stroke%3D%22%2372110D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
	display: block;
	opacity: 1;
}
.hidemore span,
.showmore span {
	display: inline-block;
	vertical-align: middle;
}
.ws-modalcheckbox input[type='checkbox']:checked + label:before {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2219%22%20height%3D%2219%22%20rx%3D%223.5%22%20fill%3D%22%23E32219%22%2F%3E%3Cpath%20d%3D%22M5.13879%2010.0001L8.61102%2013.4723L15.5555%206.52783%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2219%22%20height%3D%2219%22%20rx%3D%223.5%22%20stroke%3D%22%23D7E0E5%22%2F%3E%3C%2Fsvg%3E");
}
.ws-modalcheckbox label:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2219%22%20height%3D%2219%22%20rx%3D%223.5%22%20fill%3D%22white%22%2F%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2219%22%20height%3D%2219%22%20rx%3D%223.5%22%20stroke%3D%22%23D7E0E5%22%2F%3E%3C%2Fsvg%3E");
	left: 0;
	top: 0;
}
.ws-modalcheckbox label {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #101517;
	line-height: 24px;
	padding-left: 28px;
	box-sizing: border-box;
}
.remove {
	padding-left: 28px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10.0007%209.99997L14.3695%2014.3688M5.63184%2014.3688L10.0007%209.99997L5.63184%2014.3688ZM14.3695%205.6311L10.0007%209.99997L14.3695%205.6311ZM10.0007%209.99997L5.63184%205.6311L10.0007%209.99997Z%22%20stroke%3D%22%23E32219%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
	background-position: left center;
	background-repeat: no-repeat;
}
.ws-modalcheckbox .customvalues input[type='checkbox']:checked + label:before {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2219%22%20height%3D%2219%22%20rx%3D%223.5%22%20fill%3D%22%23688A9B%22%2F%3E%3Cpath%20d%3D%22M5.13879%2010.0001L8.61102%2013.4723L15.5555%206.52783%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2219%22%20height%3D%2219%22%20rx%3D%223.5%22%20stroke%3D%22%23D7E0E5%22%2F%3E%3C%2Fsvg%3E");
}
#form-navigation .wpcf7-spinner {
	position: absolute;
	left: calc(50% - 36px);
}
.wpcf7 #form-navigation br {
	display: none;
}
.wpcf7 .ws-textfield:hover,
.wpcf7 .ws-select:hover {
	border-color: rgb(227 34 25/ 1);
}
@media (max-width: 1023px) {
	label.ws-btn {
		padding: 6px 18px;
	}

	.slidecontainer.slick-dotted.slick-slider {
		margin-bottom: 56px;
	}

	.slidecontainer ul.slick-dots {
		left: 0;
		margin-left: 0;
		bottom: -40px;
		padding: 0 0.5rem;
		background-color: rgb(255 255 255 / 0.2);
		width: 100%;
		transform: none;
		border-radius: 0;
		background: #fff;
		height: 40px;
		padding: 7px 0;
	}

	.slidecontainer.slick-slider .slick-prev:before {
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.5%201L1.5%206L6.5%2011%22%20stroke%3D%22%2372110D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
	}

	.slidecontainer.slick-slider .slick-next:before {
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.5%201L6.5%206L1.5%2011%22%20stroke%3D%22%2372110D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
	}

	.slidecontainer .slick-next,
	.slidecontainer .slick-prev {
		top: auto;
		bottom: -40px;
		right: auto;
		left: 16px;
		width: 40px;
		height: 40px;
		border-radius: 4px;
		text-align: center;
		z-index: 1;
		background-color: transparent;
		transform: none;
	}

	.slidecontainer .slick-next {
		left: auto;
		right: 16px;
	}

	.slidecontainer ul.slick-dots li.slick-active {
		--tw-bg-opacity: 1;
		background-color: rgb(227 34 25 / var(--tw-bg-opacity));
	}

	.slidecontainer ul.slick-dots li {
		background-color: rgb(16 21 23 / 0.1);
	}

	.overflowslide .slick-list {
		overflow: visible;
	}

	.overflowslide .reviewslider,
	.overflowslide .slickslider {
		padding: 0;
		max-width: 80%;
	}

	.slickslider {
		padding: 0 30px;
		box-sizing: BORDER-BOX;
	}

	.slickslider .slick-next {
		right: 0;
	}

	.slickslider .slick-prev {
		left: 0;
	}

	.newscontent h2,
	.newscontent h3,
	.side-menu-content > div > h3,
	.side-menu-content > div > h2 {
		font-size: 24px;
	}
}
.customlabel .errortext {
	top: -20px;
}
.addCustomValue svg {
	display: inline-block;
	margin-top: -4px;
}
.addCustomValue {
	display: inline-block;
	line-height: 46px;
}
@media (max-width: 676px) {
	.ws-btn-primary {
		padding: 8px 23px;
	}

	label.ws-btn {
		padding: 6px 12px;
	}
}
ol {
	list-style: numeric;
	padding-left: 1em;
}
.breadcrumbs > span {
	margin-left: 0.75rem;
}
.breadcrumbs .current-item {
	--tw-text-opacity: 1;
	color: rgb(69 92 104 / var(--tw-text-opacity));
}
.ws-select.error .errortext {
	bottom: -110%;
}
ul.ws-bullets ul {
	padding-left: 17px;
	margin: 10px 0;
}
table {
	width: 100% !important;
}
table tr {
	width: auto !important;
	height: auto !important;
}
table td {
	border: 1px solid #d7e0e5;
	padding: 5px 10px;
	width: auto !important;
	height: auto !important;
}
.newsletterform .topbar,
.newsletterform .breadcrumbout {
	display: none !important;
}
.ws-form-radio .ws-radio:checked {
	border: 0;
}
#moove_gdpr_cookie_info_bar * {
	font-family: Arial, sans-serif !important;
}
#moove_gdpr_cookie_info_bar
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content {
	display: block !important;
	float: none;
}
#moove_gdpr_cookie_info_bar
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	.moove-gdpr-button-holder {
	padding: 0 !important;
	width: 100%;
	justify-content: space-between;
	margin-top: 15px;
}
body > .training-popup > div {
	background: rgba(0, 0, 0, 0.4);
	padding-left: 1rem;
	height: 100%;
	width: 100%;
	max-width: 100vw;
}
body > .training-popup .modal-content {
	max-height: calc(100vh - 8rem);
	overflow-y: auto;
	overflow-x: hidden;
}
@media (max-width: 676px) {
	body > .training-popup .modal-content {
		max-height: calc(100vh - 2rem);
	}
}
.quantity-selector span {
    font-size: 14px;
}
.quantity-selector .btn, .quantity-selector .quantity {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(153 181 194 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 71 102 / var(--tw-text-opacity));
}
.quantity-selector .quantity {
    margin: 0 5px;
}
.quantity-selector .btn {
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 20px;
    line-height: 0;
}
.quantity-selector .btn:hover {
    color: white;
    background: rgb(153, 181, 194);
}
.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
}
.loader .spinner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100px;
    -webkit-animation: fadeinfadeout 1s linear infinite;
            animation: fadeinfadeout 1s linear infinite;
}
@media (max-width: 1420px) {
	.ws-desktop-visible {
		display: none;
	}
}
@-webkit-keyframes fadeinfadeout {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeinfadeout {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 676px) {
    .quantity-selector-parent {
        flex-direction: column;
        align-items: flex-start;
    }

    .quantity-selector {
        flex-direction: column;
        align-items: flex-start;
    }

    .quantity-selector > span {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }
}
.cursor-pointer {
	cursor: pointer;
}
.slogan-topbar {
	border-radius: 0;
	padding: 3px 23px;
	font-size: 14px;
}
.expiry-wrapper .exp {
    width: 1.6rem;
    outline: none;
    text-align: center;
}
.expiry-wrapper .exp:first-child::after {
    content: '/';
    display: inline-block;
    margin: 0 .25rem;
}
.donating-points img{
	display: inline;
	width: 50px;
	height: auto;
}
.donating-points li {
	min-height: 50px;
	display: flex;
	align-items:center;
}
.donating-points li:not(:last-child) {
	margin-bottom: 10px;
}
body > *:not(.no-section-border) {
	--tw-border-opacity: 1;
	border-bottom: 1px solid #E6EDF0;
}
@media(min-width: 1513px){
	body > * {
		position: relative;
	}

	body > *::after {
		position: absolute;
		width: 100vw;
		height: calc(100% + 1px);
		background-color: inherit;
		left: calc(50% - 50vw);
		content: '';
		display: block;
		z-index: -1;
		top: 0;
	}

	body > *:not(.no-section-border)::after {
		--tw-border-opacity: 1;
		border-bottom: 1px solid rgb(230 237 248 / var(--tw-border-opacity));
	}
}
.ws-h-fill {
	height: -moz-available;          /* WebKit-based browsers will ignore this. */
	height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
	height: fill-available;
}
.ws-tab,
.ws-btn {
	transition: background 0.2s ease, color 0.2s ease;
	-webkit-transition: background 0.2s ease, color 0.2s ease;
}
.ws-content-text-800px ol,
.ws-content-text-800px ul,
.ws-content-text-800px p,
.ws-content-text-800px h2,
.ws-content-text-800px h6,
#side-menu-content ol,
#side-menu-content ul,
#side-menu-content p,
#side-menu-content h2 {
	max-width: 800px;
}
.ws-section-break {
	position: relative;
	width: 100vw;
	left: calc(50% - 50vw);
}
.projectslide .slick-track {
	display: flex;
}
.projectslide .slick-slide {
	height: inherit;
}
.ws-select-options.multi {
	scrollbar-width: thin;
	scrollbar-color: rgb(137 163 176) transparent;
}
.ws-select-options.multi::-webkit-scrollbar-track {
	background: transparent;
}
.ws-select-options.multi::-webkit-scrollbar {
	width: 3px;
}
.ws-select-options.multi::-webkit-scrollbar-thumb {
	background: rgb(137 163 176);
	border-radius: 10px;
	width: 3px;
	position: absolute;

}
body::before {
	position: fixed;
	left:0;
	right: 0;
	height: 100%;
	opacity: 0;
	display: block;
	content: '';
   	background: #0000004D;
	z-index: 60;
	visibility: hidden;
	transition: opacity 0.4s ease-in, visibility 0.4s ease-in, height 0.4s ease-in ;
}
@media(min-width: 1421px) {
	.\!xl\:hidden {
		display: none !important;
	}
}
@media(min-width: 992px) and (max-width: 1420px){
	body.mobile-nav-open::before {
		visibility: visible;
		opacity: 1;
		height: 100%;
		transition: opacity 0.4s ease-in, visibility 0.4s ease-in, height 0.8s ease-in ;
	}
}
#menu-mobile-menu-bottom .volunteer svg {
	width: 20px;
	height: 20px;
}
.title-dark-background {
	background: #004766;
	padding-bottom: 114px !important;
}
.title-dark-background h6 {
	color: #FFFFFF;
	font-family: 'Helvetica', sans-serif;
}
.title-dark-background h2 {
	color: #FFFFFF;
	font-size: 32px !important;
	margin-bottom: 6px;
}
.title-dark-background div {
	margin-top: 8px;
	color: #BFD1D9;
	font-size: 16px;
}
@media (min-width: 1024px) {
	.title-dark-background h2 {
		font-size: 48px !important;
	}
}
.coupon.popup.hide {
	display: none;
}
.coupon.popup,
.coupon.popup input {
	display: block;
	width: 100%;
}
.coupon.popup input {
	border: 1px solid #D7E0E5;
	border-radius: 4px;
	margin-bottom: 26px;
}
.coupon.popup input:focus {
	border: 1px solid #E32219;
}
.coupon.popup .error {
	color: red;
	font-size: 12px;
	margin-bottom: 14px;
	display: block;
	margin-top: -10px;
	display: none;
}
.coupon.popup .error.active {
	display: block;
}
.coupon.popup.on-single-page {
	margin-right: 16px;
}
.coupon.popup.on-single-page,
.coupon.popup.on-single-page input {
	margin-bottom: 0;
	width: 150px;
	position: relative;
}
.coupon.popup.on-single-page .ws-textfield {
	padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}
.coupon.popup.on-single-page .error {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.coupon.popup.on-single-page,
	.coupon.popup.on-single-page input {
		width: 100%;
	}

	.coupon.popup.on-single-page {
		margin-right: 0px;
	}	
}
.slidecontainer .slick-list {
	height: 100%;
}
.slidecontainer .slick-track {
	display: flex;
	height: 100%;
}
.slidecontainer .slick-slide {
	height: auto;
}
.ws-form-border {
	border-color: rgb(137 163 176);
}
.ws-file-btn-wrap br {
	display: none;
}
@media (max-width: 677px) {
	.coupon.popup.on-single-page .ws-textfield {
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}
}
@media (max-width: 639px) {
	.ws-file-btn-wrap {
		flex-direction: column;
	}

	.ws-file-btn-wrap .ws-btn {
		width: 100%;
	}
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 34 25 / var(--tw-border-opacity));
}
.hover\:\!border-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(227 34 25 / var(--tw-border-opacity)) !important;
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-gray-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 249 / var(--tw-bg-opacity));
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 71 102 / var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(227 34 25 / var(--tw-text-opacity));
}
.focus\:border-gray-20:focus {
  --tw-border-opacity: 1;
  border-color: rgb(215 224 229 / var(--tw-border-opacity));
}
.focus\:border-gray-80:focus {
  --tw-border-opacity: 1;
  border-color: rgb(52 69 78 / var(--tw-border-opacity));
}
.group:hover .group-hover\:w-full {
  width: 100%;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(227 34 25 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 71 102 / var(--tw-text-opacity));
}
.group:active .group-active\:stroke-secondary-50 {
  stroke: #004766;
}
.group:active .group-active\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 71 102 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .sm\:mb-\[156px\] {
    margin-bottom: 156px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .sm\:h-\[480px\] {
    height: 480px;
  }

  .sm\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:p-25 {
    padding: 100px;
  }

  .sm\:px-25 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 991px) {

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[292px\] {
    height: 292px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:w-\[575px\] {
    width: 575px;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-\[100px\] {
    width: 100px;
  }

  .md\:w-\[540px\] {
    width: 540px;
  }

  .md\:w-\[264px\] {
    width: 264px;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-l-\[2px\] {
    border-left-width: 2px;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {

  .lg\:left-\[25px\] {
    left: 25px;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:left-24 {
    left: 6rem;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .lg\:ml-\[-100px\] {
    margin-left: -100px;
  }

  .lg\:mr-25 {
    margin-right: 100px;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mb-\[72px\] {
    margin-bottom: 72px;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mb-19 {
    margin-bottom: 76px;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:\!aspect-auto {
    aspect-ratio: auto !important;
  }

  .lg\:h-\[640px\] {
    height: 640px;
  }

  .lg\:h-\[48px\] {
    height: 48px;
  }

  .lg\:h-\[648px\] {
    height: 648px;
  }

  .lg\:h-\[250px\] {
    height: 250px;
  }

  .lg\:h-\[611px\] {
    height: 611px;
  }

  .lg\:h-\[456px\] {
    height: 456px;
  }

  .lg\:h-\[480px\] {
    height: 480px;
  }

  .lg\:h-\[310px\] {
    height: 310px;
  }

  .lg\:h-18 {
    height: 72px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-\[228px\] {
    height: 228px;
  }

  .lg\:h-\[112px\] {
    height: 112px;
  }

  .lg\:h-\[160px\] {
    height: 160px;
  }

  .lg\:min-h-\[48px\] {
    min-height: 48px;
  }

  .lg\:min-h-\[230px\] {
    min-height: 230px;
  }

  .lg\:w-\[304px\] {
    width: 304px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-\[1088px\] {
    width: 1088px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-\[350px\] {
    width: 350px;
  }

  .lg\:w-\[964px\] {
    width: 964px;
  }

  .lg\:w-\[640px\] {
    width: 640px;
  }

  .lg\:w-\[40px\] {
    width: 40px;
  }

  .lg\:w-\[256px\] {
    width: 256px;
  }

  .lg\:w-\[528px\] {
    width: 528px;
  }

  .lg\:w-\[53\%\] {
    width: 53%;
  }

  .lg\:w-\[150px\] {
    width: 150px;
  }

  .lg\:max-w-\[846px\] {
    max-width: 846px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-title {
    max-width: 800px;
  }

  .lg\:max-w-\[416px\] {
    max-width: 416px;
  }

  .lg\:max-w-\[528px\] {
    max-width: 528px;
  }

  .lg\:flex-\[3_3_0\%\] {
    flex: 3 3 0%;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[minmax\(400px\2c 964px\)_minmax\(400px\2c 1fr\)\] {
    grid-template-columns: minmax(400px,964px) minmax(400px,1fr);
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-\[16px\] {
    border-radius: 16px;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:\!border-t {
    border-top-width: 1px !important;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-gray-20 {
    --tw-border-opacity: 1;
    border-color: rgb(215 224 229 / var(--tw-border-opacity));
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-gray-20 {
    --tw-bg-opacity: 1;
    background-color: rgb(215 224 229 / var(--tw-bg-opacity));
  }

  .lg\:bg-gray-10 {
    --tw-bg-opacity: 1;
    background-color: rgb(246 248 249 / var(--tw-bg-opacity));
  }

  .lg\:bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
  }

  .lg\:p-25 {
    padding: 100px;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:\!p-25 {
    padding: 100px !important;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-25 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:\!px-25 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .lg\:\!py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:\!py-\[8px\] {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .lg\:\!px-\[10px\] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .lg\:\!py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:\!py-\[15px\] {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .lg\:\!pt-16 {
    padding-top: 4rem !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:\!pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:\!pt-0 {
    padding-top: 0px !important;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:\!pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:\!pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:\!pt-20 {
    padding-top: 5rem !important;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pl-25 {
    padding-left: 100px;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:text-lg {
    font-size: 20px;
    line-height: 30px;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:\!text-\[32px\] {
    font-size: 32px !important;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:\!text-\[48px\] {
    font-size: 48px !important;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:\!text-\[16px\] {
    font-size: 16px !important;
  }

  .lg\:text-sm {
    font-size: 14px;
    line-height: 21px;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(16 21 23 / var(--tw-text-opacity));
  }

  .lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1420px) {

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-\[264px\] {
    width: 264px;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:text-base {
    font-size: 16px;
    line-height: 24px;
  }

  .xl\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (min-width: 1512px) {

  .\32xl\:overflow-visible {
    overflow: visible;
  }
}
@media (min-width: 441px) {

  .xs\:block {
    display: block;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .xs\:\!bg-none {
    background-image: none !important;
  }
}
