/*!
Theme Name: DigitalUp Tailwind
Theme URI: https://digitalup.gr
Author: digitalup.gr
Author URI: https://digitalup.gr/
Description: A custom TailwindCSS WordPress Theme
Version: 0.1.0
Tested up to: 6.7.1
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digitalup_tw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

digitalup_tw is based on _tw https://underscoretw.com/, (C) 2021-2024 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
* @license
*
* Font Family: Satoshi
* Designed by: Deni Anggara
* URL: https://www.fontshare.com/fonts/satoshi
* © 2024 Indian Type Foundry
*
* Satoshi Light
* Satoshi LightItalic
* Satoshi Regular
* Satoshi Italic
* Satoshi Medium
* Satoshi MediumItalic
* Satoshi Bold
* Satoshi BoldItalic
* Satoshi Black
* Satoshi BlackItalic
* Satoshi Variable (Variable font)
* Satoshi VariableItalic (Variable font)

*
*/

/**
 * Style overrides for jscomposer
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

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

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

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

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

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

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

html {
  scroll-behavior: smooth;
}

:root {
  --darkblue: #002359;
  --blue: #3852f9;
  --white: #ffffff;
  --black: #000000;
  --gray: #f5f5f5;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}

.vc_row.vc_column-gap-35 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpb_wrapper {
  margin-top: 0;
}

.header-main-inner {
  width: 1630px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home .header-main-inner {
  border-bottom: 1px solid #e4e6ff;
}

.container {
  max-width: 1651px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 auto !important;
}

.vc_row.wpb_row.vc_row-fluid.container.vc_column-gap-35.vc_row-o-content-top.vc_row-flex {
  margin: 0 auto !important;
}

.wpb_column.vc_column_container.vc_col-sm-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

h1.page-overview-title {
  color: var(--black);
  font-size: 35px;
  padding-top: 53px;
  padding-bottom: 30px;
  width: 82%;
}

.breadcrumb-inner {
  padding-top: 30px;
}

p#breadcrumbs a,
p#breadcrumbs span {
  font-size: 14px;
}

p#breadcrumbs span a {
  color: var(--blue);
}

/* fonts **/

@font-face {
  font-family: "Commissioner-Regular";

  src: url("/wp-content/themes/digitalup_tw/theme/fonts/Commissioner-Regular.ttf")
		format("truetype");

  font-weight: 400;
}

@font-face {
  font-family: "Commissioner-Medium";

  src: url("/wp-content/themes/digitalup_tw/theme/fonts/Commissioner-Medium.ttf")
		format("truetype");

  font-weight: 500;
}

@font-face {
  font-family: "Commissioner-SemiBold";

  src: url("/wp-content/themes/digitalup_tw/theme/fonts/Commissioner-SemiBold.ttf")
		format("truetype");

  font-weight: 600;
}

@font-face {
  font-family: "Commissioner-Bold";

  src: url("/wp-content/themes/digitalup_tw/theme/fonts/Commissioner-Bold.ttf")
		format("truetype");

  font-weight: 700;
}

@font-face {
  font-family: "Commissioner-Black";

  src: url("/wp-content/themes/digitalup_tw/theme/fonts/Commissioner-Black.ttf")
		format("truetype");

  font-weight: 900;
}

.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#mrg-bottom {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Commissioner-SemiBold", sans-serif;
  line-height: 1.1em;
}

h1,
#map-home h2,
#news-section h3 {
  font-size: 35px;
}

.blog-post-container h2 {
  font-family: "Commissioner-Medium";
  line-height: 1.1em;
}

td {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 20px;
  line-height: 1.1em;
}

p,
.footer-main.w-full a,
.cta-head a,
.primary-menu li a,
a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

/* search pop up form **/

.header-search-form-wrapper {
  width: 666px !important;
}

.bg-blue-2 {
  background-color: var(--black) !important;
}

button.search-submit {
  background: var(--blue);
  display: flex;
  width: 49px;
  height: 49px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 14px;
}

body.category #content {
  min-height: auto;
}

footer {
  background: transparent
		radial-gradient(closest-side at 36% 51%, #294da2 21%, #002359 185%) 28%
		39% no-repeat;
  padding: 0 130px;
  color: var(--white);
}

section#text-4 h5 {
  font-size: 35px;
  width: 65%;
}

.footer-top {
  padding-top: 50px;
  padding-bottom: 80px;
}

section#text-5 {
  display: flex;
  justify-content: end;
}

.footer-main {
  border-top: 1px solid #e5ebfd;
  padding-top: 100px;
}

.footer-copy {
  border-top: 1px solid #e5ebfd;
  margin-top: 22px;
}

.header-top {
  background: #26497f;
}

.top-header-message {
  font-family: "Commissioner-Medium";
  color: var(--white);
  font-size: 13px;
  width: 100%;
}

.top-header-message img {
  margin-left: 8px;
  width: 13px;
}

.footer-copy {
  padding-bottom: 19px;
}

.footer4,
.footer3 {
  display: flex;
  justify-content: end;
}

.top-header-message::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--blue);
  display: inline-block;
  margin-right: 10px;
}

.logo-col.select-none {
  width: 153px;
}

.header-main-desktop {
  background-color: var(--darkblue);
  border: none;
}

.primary-menu li a {
  color: var(--white);
  font-size: 15px;
}

.mail img,
.phone img {
  width: 12px;
}

.accetp {
  font-size: 14px;
  font-family: "Commissioner-Regular";
  position: absolute;
  bottom: -35px;
}

.accetp input[type="checkbox"] {
  margin-right: 5px;
  border-radius: 50%;
  background: #ff000000;
  border: 1px solid #fff;
}

.mail a,
.phone a {
  color: var(--black);
  font-size: 14px;
  font-family: "Commissioner-Medium";
}

.cta-head a {
  background: var(--blue);
  color: var(--white);
  border-radius: 5px;
  padding: 13px 41px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.search-tee {
  border: 1px solid #dfdfeb;
  padding: 13px;
  margin-right: 4px;
}

.main-nav-col {
  display: flex;
  flex-direction: column;
  align-content: end;
  justify-content: end;
  flex-wrap: wrap-reverse;
}

.tee-header-info {
  margin-bottom: 17px;
}

.header-top {
  padding-left: 6rem;
  padding-right: 6rem;
}

h5.widget-title {
  font-size: 20px;
  padding-bottom: 30px;
}

.textwidget.custom-html-widget ul {
  display: flex;
  align-items: end;
  gap: 10px;
  padding-top: 22px;
}

a.vmap {
  color: #d3d4e1;
  text-decoration: underline;
  font-size: 13px !important;
}

a.mailfoo {
  padding-bottom: 19px;
  display: block;
}

.mc4wp-form-fields {
  display: flex;
  background: var(--white);
  width: 650px;
  height: 55px;
  border-radius: 5px;
  align-items: center;
  position: relative;
}

.mc4wp-form-fields input#email::-moz-placeholder {
  border: 0;
  font-size: 15px;
  font-family: "Commissioner-Regular", sans-serif;
  color: var(--black);
}

.mc4wp-form-fields input#email,
.mc4wp-form-fields input#email::placeholder {
  border: 0;
  font-size: 15px;
  font-family: "Commissioner-Regular", sans-serif;
  color: var(--black);
}

.mc4wp-form-fields input[type="submit"] {
  font-family: "Commissioner-Regular", sans-serif;
  background: var(--blue);
  border-radius: 5px;
  width: 145px;
  height: 49px;
  position: absolute;
  right: 3px;
}

#contant-block {
  padding-bottom: 108px;
}

.contact-details p,
.contact-details a {
  display: flex;
  font-size: 25px;
  font-family: "Commissioner-Medium";
}

.contact-details p:nth-child(3) {
  padding-top: 20px;
}

.contact-details img {
  width: 15px;
  margin-right: 20px;
}

.ult-content-box-container.contactmap-block img {
  border-radius: 10px;
}

.ult-content-box-container.contactmap-block {
  background: #3852f9;
  border-radius: 10px;
  width: 500px;
  padding: 10px;
  margin-top: 84px;
}

.ult-content-box-container.contactmap-block .ult-content-box {
  display: flex;
}

.ult-content-box-container.contactmap-block p {
  color: var(--white);
  font-size: 21px;
  width: 64%;
  line-height: 1em;
}

.addres-special {
  padding-left: 41px;
}

span.wpcf7-list-item {
  margin-left: 0;
}

span.wpcf7-list-item-label {
  color: #0c3b86;
  padding-left: 5px;
  top: 0px;
  position: relative;
}

input[type="checkbox"] {
  border-radius: 50%;
}

.addres-special:before {
  content: url(/wp-content/uploads/2025/11/Component-12-–-1.svg);
  position: relative;
  left: -23px;
  top: 28px;
  display: block;
}

.domi h2 {
  font-size: 20px;
}

#brs-ten img {
  border-radius: 10px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.block-stats,
.vc_row.wpb_row.vc_inner.vc_row-fluid.block-stats-big {
  margin-bottom: 17px !important;
  box-shadow: 0px 3px 20px #00000012;
  border-radius: 5px;
  background: var(--white);
  width: 69%;
  float: left;
  border-bottom: 5px solid var(--blue);
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.block-stats
	.wpb_text_column.wpb_content_element,
.vc_row.wpb_row.vc_inner.vc_row-fluid.block-stats-big
	.wpb_text_column.wpb_content_element {
  margin-bottom: 0;
  padding: 16px 23px;
}

.block-stats-big {
  padding-bottom: 24px;
}

.block-stats p,
.block-stats-big p {
  font-size: 20px;
  line-height: 1.1em;
}

.right-col .vc_column-inner {
  display: flex;
  justify-content: end;
}

.ult-content-box-container.monimi-epitropi-block {
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  box-shadow: 0px 3px 20px #00000012;
  height: 103px;
}

.ult-content-box-container.monimi-epitropi-block p {
  font-size: 15px;
  font-weight: 700;
}

.ult-content-box-container.monimi-epitropi-block strong {
  color: var(--blue);
}

.ult-content-box-container.monimi-epitropi-block .ult-content-box {
  display: flex;
  gap: 16px;
  width: 100%;
}

#foreto-item {
  position: absolute;
  top: 86px;
  right: 0;
}

.epitropi-title {
  width: 80%;
}

.right-side {
  display: flex;
  justify-content: end;
  width: 50%;
}

.ult-content-box-container.monimi-epitropi-block
	.wpb_text_column.wpb_content_element,
.wpb_text_column.wpb_content_element.epitropi-title {
  margin-bottom: 0;
}

.block-stats-big table {
  width: 118%;
}

.block-stats-big th {
  font-family: "Commissioner-SemiBold";
  font-size: 20px;
  text-align: left;
  padding-bottom: 19px;
}

.ult-content-box-container.table-inside {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 3px 20px #00000012;
  padding: 21px;
  border-bottom: 5px solid var(--blue);
}

#adiprosopia-row .block-stats-big table {
  width: 100%;
}

#left-pad {
  margin-right: 16px;
}

#list-big {
  padding-top: 75px;
}

.container-small {
  width: 66% !important;
}

.ult-content-box-container.outer-block {
  background: var(--white);
  transition: 0.2s;
  border-radius: 5px;
  position: relative;
  padding: 23px;
  margin-bottom: 21px;
}

.ult-content-box-container.outer-block .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}

.ult-content-box-container.outer-block .ult-content-box {
  display: flex;
  align-items: center;
  padding: 24px;
}

.ult-content-box-container.outer-block:hover {
  background: var(--blue);
}

.ult-content-box-container.outer-block:hover .more,
.ult-content-box-container.diadrastika-big .ult-content-box:hover .more,
.ult-content-box-container.diadrastika .ult-content-box:hover .more,
.ergaleio-item.drasi.slick-slide:hover .more,
.ult-content-box-container.outer-bl .ult-content-box:hover .more,
.ult-content-box-container.monimi-epitropi-block:hover .more,
.ergaleio-item.drasi:hover .more,
.texnikaarthra .ergaleio-item:hover .more,
.xrhsima-ergaleia-list .ergaleio-item:hover .more {
  background: var(--blue);
}

.ult-content-box-container.outer-block:hover .more:after,
.ult-content-box-container.diadrastika-big .ult-content-box:hover .more:after,
.ult-content-box-container.diadrastika .ult-content-box:hover .more:after,
.ergaleio-item.drasi.slick-slide:hover .more:after,
.ult-content-box-container.outer-bl .ult-content-box:hover .more:after,
.ult-content-box-container.monimi-epitropi-block:hover .more:after,
.ergaleio-item.drasi:hover .more:after,
.xrhsima-ergaleia-list .ergaleio-item:hover .more:after,
.xrhsima-ergaleia-list .ergaleio-item:hover .more:after {
  content: url(/wp-content/uploads/2025/12/arrow10white.svg);
  transform: rotate(45deg);
}

.ult-content-box-container.outer-block:hover img {
  filter: invert(51%) brightness(200%);
}

.ult-content-box-container.outer-block a.more:hover {
  background: unset;
}

.ult-content-box-container.outer-block a.more {
  background: white;
}

.ult-content-box-container.outer-block:hover .epitropi-title h2,
#center-bnts-home .ult-content-box-container.outer-block:hover p,
#tabs-col .ult-content-box-container.outer-block:hover p {
  color: var(--white);
}

.epitropi-title h2 {
  font-size: 35px;
  height: 61px;
}

.moveit {
  width: 50%;
  display: flex;
  justify-content: end;
}

/* home */

#section-one {
  background: transparent
		radial-gradient(closest-side at 36% 33%, #2e55ad 0%, #002359 100%) 0% 0%;
  color: var(--white);
  padding-top: 70px;
  padding-bottom: 255px;
}

.slide-title {
  padding-bottom: 20px;
}

.slide-intro {
  padding-bottom: 30px;
}

#section-one .slick-dots {
  position: relative;
  text-align: left;
  width: 100%;
  left: 10px;
}

#section-one li.slick-active {
  background: var(--white) !important;
}

#section-one ul.slick-dots li {
  background: #788db5;
  margin: 0 3px;
  height: 3px;
  width: 27px;
  border-radius: 5px;
}

i.ultsl-stop {
  opacity: 0 !important;
}

.video-holder {
  background-image: url(/wp-content/uploads/2025/12/video-preview.jpg);
}

#section-one #order2 {
  padding-top: 46px;
}

.ult-content-box-container.strats-home .ult-content-box {
  display: flex;
  gap: 53px;
  justify-content: end;
}

.basic-card-wrapper {
  position: relative;
}

.ult-content-box-container.strats-home
	.ult-content-box
	.basic-card-wrapper:nth-child(1):after,
.ult-content-box-container.strats-home
	.ult-content-box
	.basic-card-wrapper:nth-child(2):after {
  content: "";
  background: #fff;
  width: 2px;
  height: 75px;
  display: block;
  right: 0;
  top: 8px;
  position: absolute;
}

.ult-content-box-container.strats-home .ult-content-box .basic-card-subtitle {
  width: 74%;
}

.basic-card-title strong {
  color: var(--blue);
  font-family: "Commissioner-Bold";
}

.basic-card-title p {
  font-family: "Commissioner-SemiBold";
  font-size: 35px;
}

.basic-card-title {
  padding-bottom: 19px;
}

.ult-content-box-container.strats-home {
  padding-bottom: 82px;
}

#center-bnts-home p {
  font-size: 20px;
  font-family: "Commissioner-Medium";
  color: var(--black);
}

#center-bnts-home .ult-content-box-container.outer-block {
  padding: 0;
  border-bottom: 10px solid #3852f9;
}

#center-bnts-home
	.wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element,
#tabs-col
	.wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element {
  margin-bottom: 0;
  margin-right: 15px;
}

#map-home {
  background: transparent linear-gradient(149deg, #f2f4f8 0%, #e1eaff 100%) 0%
		0% no-repeat padding-box;
  border-radius: 10px;
  max-width: 1700px;
  margin: 0 auto;
  padding: 40px;
  margin-top: -210px;
  margin-bottom: 118px;
}

#map-home h2 {
  width: 61%;
}

#tabs-col {
  padding-top: 80px;
  padding-right: 62px;
  padding-bottom: 61px;
}

#tabs-col p {
  font-size: 20px;
}

#tabs-col .ult-content-box-container.outer-block {
  padding: 0;
  box-shadow: 0px 3px 20px #00235912;
  margin-right: 25px;
}

#map-home:after {
  content: url(/wp-content/uploads/2025/12/shutterstock_2431193959.png);
  display: block;
  position: absolute;
  left: 17%;
  top: -12px;
}

#br-ten img.vc_single_image-img.attachment-full {
  border-radius: 10px;
}

.small-container {
  padding: 0 238px;
}

.ipodeigma-block h3 {
  font-size: 20px;
  font-family: "Commissioner-Medium";
}

.ult-content-box-container.ipodeigma-block {
  padding-bottom: 30px;
}

.ult-content-box-container.ipodeigma-block .ult-content-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #a1a2af !important;
  padding-right: 10px;
}

.edipo-btn {
  display: flex;
  justify-content: end;
  width: 30%;
}

.ediponame {
  width: 70%;
  display: flex;
  justify-content: start;
  margin-bottom: 0 !important;
  text-align: left;
}

.edipo-btn a.more-dl {
  position: relative;
}

.ult-content-box-container.side-menu {
  background: #fff;
  box-shadow: 0px 3px 20px #00000012;
  border: 1px solid #dfdfeb;
  border-radius: 5px;
  padding: 22px 9px 0;
  text-align: left;
}

.ult-content-box-container.side-menu h2 {
  font-size: 20px;
  padding-left: 13px;
}

.wpb_text_column.wpb_content_element.menu-tlt {
  margin-bottom: 16px;
}

.ult-content-box-container.side-menu a {
  font-size: 17px;
  padding: 10px 15px;
  display: block;
  margin-bottom: 4px;
}

ul.sub-menu li.menu-item.current-menu-item a {
  color: var(--blue);
  background: #f2f4f8;
  border-radius: 5px;
}

#ipodeigma-col {
  padding-bottom: 100px;
  padding-top: 50px;
}

.ult-content-box-container.diadrastika-big .ult-content-box {
  border-radius: 10px;
  height: 756px;
  position: relative;
}

.banner-content {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  position: absolute;
  padding-left: 58px;
}

.banner-content h4 {
  font-size: 35px;
  padding-bottom: 15px;
}

.ult-content-box-container.diadrastika .banner-content h4 {
  font-size: 25px;
}

#intbanners-home {
  padding: 0 0 50px;
}

.ult-content-box-container.diadrastika-big .pointer {
  position: absolute;
  right: 0;
  bottom: 196px;
  margin-right: 40px;
}

.ult-content-box-container.diadrastika .pointer {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 40px;
}

.ult-content-box-container.diadrastika .ult-content-box {
  border-radius: 10px;
  position: relative;
}

.mrg-btm {
  margin-bottom: 30px;
}

.ult-content-box-container.diadrastika.ripapa .ult-content-box {
  border-radius: 10px;
  background: #3852f9;
  width: 427px;
  color: #fff;
  padding: 44px;
  display: flex;
  margin-top: -171px !important;
  float: right;
}

#helper {
  margin-bottom: 0;
}

.ult-content-box-container.diadrastika-big {
  clip-path: polygon(0 0, 100% 0, 100% 73%, 57% 73%, 57% 100%, 0 100%);
}

#news-section .ult_tabs.tabs-area.ult_aniamte {
  padding-left: 0;
}

.ult-content-box-container.diadrastika.ripapa h4 {
  font-size: 25px;
}

.texnika-arthra-tee-template-default
	.slick-track
	img.vc_single_image-img.attachment-full {
  border-radius: 10px;
}

.texnika-arthra-tee-template-default .slick-next,
.texnika-arthra-tee-template-default .slick-prev {
  top: unset;
  bottom: -42px;
}

.texnika-arthra-tee-template-default .slick-prev,
.texnika-arthra-tee-template-default .slick-prev:hover {
  left: 0;
}

.texnika-arthra-tee-template-default .slick-next {
  left: 54px;
}

.texnika-arthra-tee-template-default .ultsl-arrow-left2:before {
  content: url(/wp-content/uploads/2026/01/arrow-right-up-svgrepo-com.svg);
  background: #3852f9;
  border-radius: 5px;
  width: 49px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.texnika-arthra-tee-template-default .ultsl-arrow-right2:before {
  content: url(/wp-content/uploads/2026/01/arrow-right-up-svgrepo-com-1.svg);
  background: #3852f9;
  border-radius: 5px;
  width: 49px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.texnika-arthra-tee-template-default p {
  padding-bottom: 15px;
}

#intbanners-home .vc_col-sm-8 {
  padding-left: 0;
}

#tee-outro-home #left h4 {
  font-size: 35px;
}

.ult-content-box-container.outer-bl .ult-content-box {
  border-radius: 10px;
  background: #3852f9;
  width: 313px;
  color: #fff;
  padding: 40px 39px;
  display: flex;
  align-items: center;
  margin-top: -171px !important;
  z-index: 99;
  position: absolute;
}

#tee-outro-home .wpb_text_column.wpb_content_element.pointer {
  margin-bottom: 0;
}

#tee-outro-home .wpb_column.vc_column_container.vc_col-sm-8 .vc_column-inner {
  display: flex;
  align-items: end;
  width: -moz-fit-content;
  width: fit-content;
}

#tee-outro-home {
  padding: 0 0 30px;
}

#tee-outro-home #helper h4 {
  font-size: 25px;
}

#tee-outro-home .pointer {
  left: 38px;
  position: relative;
}

#tee-outro-home #br-ten img.vc_single_image-img.attachment-full {
  clip-path: polygon(
		0 0,
		/* πάνω αριστερά */ 100% 0,
		/* πάνω δεξιά */ 100% 100%,
		/* κάτω δεξιά */ 37% 100%,
		/* μέσα αριστερά (πλάτος σκαλοπατιού) */ 37% 70%,
		/* πάνω από το σκαλοπάτι */ 0 70% /* αριστερά πριν το κόψιμο */
	);
}

#draseis-home h4 {
  font-size: 35px;
}

#draseis-home {
  background: transparent
		linear-gradient(173deg, #f2f4f8 0%, #e1eaff91 48%, #ffffff 100%) 0% 0%;
  margin: 0 auto;
  padding: 91px 40px;
  max-width: 1700px;
  margin-top: 75px;
}

#draseis-home ul.ult_tabmenu.style1.active {
  display: flex;
  gap: 26px;
  justify-content: end;
  top: -63px;
}

.draseis-slider .ergaleio-item {
  margin-right: 35px;
}

/* hide slick until load */

/*
.ergaleio-item-wrapper {
	display: none;
}
.ergaleio-item-wrapper.slick-initialized {
	display: block;
}
	*/

.ergaleio-item-drasi-slide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ergaleio-item-drasi-slide.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.draseis-slider {
  display: none;
  transition: opacity 0.3s ease;
}

.draseis-slider.slick-initialized {
  display: block;
}

.custom-tabs .tab-panel {
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition:
		opacity 0.5s ease,
		height 0.5s ease;
}

.custom-tabs .tab-panel.active {
  opacity: 1;
  height: auto;
}

.draseis-slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.draseis-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.tabs-menu li {
  font-family: "Commissioner-Regular";
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 15px;
  padding: 8px 35px;
  border: 1px solid #dfdfeb;
  background: #fff;
  font-size: 15px;
  border-radius: 5px;
}

.tabs-menu li.active {
  border: 1px solid #3852f9;
  color: #3852f9;
  box-shadow: 0px 3px 6px #00000029;
}

ul.tabs-menu {
  display: flex;
  justify-content: right;
  top: -59px;
  position: relative;
}

#news-section ul.tabs-menu {
  display: flex;
  justify-content: left;
  top: 0;
  position: relative;
}

#draseis-home .slick-dots li button:before {
  position: absolute;
  top: 16px;
  left: 0;
  content: "";
  width: 25px;
  height: 3px;
  background: grey;
}

#draseis-home .slick-dots li.slick-active button:before {
  position: absolute;
  top: 16px;
  left: 0;
  content: "";
  width: 25px;
  height: 3px;
  background: var(--blue);
}

ul#menu-ypodeigmata-side-menu li.current-menu-item {
  background: #f2f4f8;
  border-radius: 5px;
}

ul#menu-ypodeigmata-side-menu li.current-menu-item a {
  color: var(--blue);
  font-family: "Commissioner-Medium";
}

li.lucifer.active {
  color: #fff;
}

/******************* media *************************/

@media (max-width: 1707px) {
  .container {
    max-width: 1609px !important;
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  .banner-content h4 {
    font-size: 32px;
  }

  .ult-content-box-container.diadrastika-big {
    clip-path: polygon(0 0, 100% 0, 100% 73%, 54% 73%, 54% 100%, 0 100%);
  }

  #map-home {
    max-width: 1566px;
  }

  .slide-title {
    width: 79%;
  }

  .slide-title h1,
	#tee-outro-home #left h4,
	h1,
	#map-home h2,
	#news-section h3,
	section#text-4 h5 {
    font-size: 30px;
  }

  #tabs-col p {
    font-size: 18px;
  }

  #center-bnts-home p {
    font-size: 18px;
  }

  .epitropi-title {
    width: 100%;
  }

  .ult-content-box-container.monimi-epitropi-block p {
    font-size: 16px;
  }

  .right-side {
    justify-content: start;
  }

  #draseis-home {
    max-width: 1531px;
    margin-top: 47px;
  }

  footer {
    padding: 0 82px;
  }
}

@media (max-width: 1600px) {
  footer {
    padding: 0 35px;
  }
}

@media (max-width: 1536px) {
  .ult-content-box-container.monimi-epitropi-block .ult-content-box {
    display: grid;
  }

  .ult-content-box-container.monimi-epitropi-block {
    padding: 25px 25px 0;
    height: auto;
  }

  .wpb_text_column.wpb_content_element.epitropi-title {
    height: 52px;
  }

  .container-small {
    width: 80% !important;
  }

  .epitropi-title h2 {
    font-size: 30px;
  }

  .slide-title h1 {
    font-size: 25px;
    width: 81%;
  }

  .basic-card-title p {
    font-size: 25px;
  }

  .slide-title h1 {
    width: 88%;
  }

  .ult-content-box-container.diadrastika.ripapa .ult-content-box {
    width: 409px;
  }
}

@media (max-width: 1440px) {
  .mc4wp-form-fields {
    width: 100%;
  }

  .ult-content-box-container.monimi-epitropi-block p {
    font-size: 17px;
  }

  .ult-content-box-container.strats-home
		.ult-content-box
		.basic-card-subtitle {
    width: 100%;
  }

  .ult-content-box-container.strats-home
		.ult-content-box
		.basic-card-wrapper:nth-child(1):after,
	.ult-content-box-container.strats-home
		.ult-content-box
		.basic-card-wrapper:nth-child(2):after {
    right: -9px;
  }

  .ult-content-box-container.diadrastika.ripapa .ult-content-box {
    width: 379px;
  }

  .ult-content-box-container.outer-bl .ult-content-box {
    width: 298px;
    padding: 38px 39px;
    margin-top: -165px !important;
  }
}

@media (max-width: 1366px) {
  .small-container {
    padding: 0 100px;
  }

  .xrhsima-ergaleia-list p.post-tlt {
    font-size: 22px;
  }

  .vc_row.wpb_row.vc_inner.vc_row-fluid.block-stats,
	.vc_row.wpb_row.vc_inner.vc_row-fluid.block-stats-big {
    width: 84%;
  }

  .epitropi-title h2 {
    font-size: 26px;
  }

  .ult-content-box-container.diadrastika.ripapa .ult-content-box {
    width: 355px;
  }

  .banner-content h4 {
    font-size: 25px;
  }

  .ult-content-box-container.outer-bl .ult-content-box {
    width: 297px;
  }
}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
  .container-small {
    width: 100% !important;
  }

  footer {
    padding: 0 38px;
  }

  .footer1 img {
    width: 50%;
  }

  .small-container {
    padding: 0 64px;
  }

  .ult-content-box-container.monimi-epitropi-block p {
    font-size: 15px;
  }

  .wpb_text_column.wpb_content_element.epitropi-title {
    height: 78px;
  }

  .right-side {
    justify-content: start;
    width: 100%;
  }

  #contant-block .vc_col-sm-6 {
    width: 100%;
  }

  .tee-form {
    margin-top: 69px;
  }

  h1.page-overview-title {
    font-size: 30px;
    padding-bottom: 0;
  }

  section#text-4 h5 {
    font-size: 27px;
    width: 77%;
  }

  .vc_row.wpb_row.vc_inner.vc_row-fluid.block-stats,
	.vc_row.wpb_row.vc_inner.vc_row-fluid.block-stats-big {
    width: 96%;
  }

  .block-stats p,
	.block-stats-big p,
	.block-stats-big td {
    font-size: 17px;
  }

  .vc_row.wpb_row.vc_inner.vc_row-fluid.block-stats
		.wpb_text_column.wpb_content_element,
	.vc_row.wpb_row.vc_inner.vc_row-fluid.block-stats-big
		.wpb_text_column.wpb_content_element {
    margin-bottom: 0;
    padding: 16px 0;
  }

  #adiprosopia-row .block-stats-big th {
    font-size: 17px;
  }

  #adiprosopia-row .vc_col-sm-4 {
    width: 49%;
  }

  .slide-title h1 {
    font-size: 20px;
  }

  .ult-content-box-container.strats-home .ult-content-box {
    gap: 29px;
  }

  .basic-card-title p {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 0 46px;
  }

  section#media_image-2 img {
    width: 69%;
  }

  .footer4,
	.footer3 {
    display: unset;
  }

  .small-container {
    padding: 0 27px;
  }

  #adiprosopia-row .vc_col-sm-4 {
    width: 100%;
  }

  .ult-content-box-container.outer-block .ult-content-box {
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
  }

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

  .ult-content-box-container.outer-block {
    padding: 0;
  }

  #stats .vc_col-sm-6 {
    width: 100%;
  }

  .ult-content-box-container.strats-home
		.ult-content-box
		.basic-card-wrapper:nth-child(1):after,
	.ult-content-box-container.strats-home
		.ult-content-box
		.basic-card-wrapper:nth-child(2):after {
    right: 5px;
  }

  .ergaleio-item {
    flex-direction: column;
  }

  .ipodeigma-block h3 {
    font-size: 17px;
  }

  h1,
	#map-home h2,
	#news-section h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .wpb_text_column.wpb_content_element.epitropi-title {
    height: auto;
  }

  section#media_image-2 img {
    width: 31%;
  }

  h5.widget-title {
    padding-bottom: 10px;
    padding-top: 50px;
  }

  section#text-4 h5 {
    font-size: 27px;
    width: 91%;
  }

  .footer-top {
    padding-top: 45px;
    padding-bottom: 77px;
  }

  .right-col .vc_column-inner {
    display: block;
  }

  #deleteme {
    display: none;
  }

  .epitropi-title h2 {
    height: auto;
    padding-bottom: 14px;
  }

  section#text-5 {
    justify-content: start;
  }

  #section-one #order2 {
    padding-top: 0;
  }

  #ipodeigma-col {
    padding-top: 23px;
  }
}

@media (max-width: 600px) {
  h1.page-overview-title {
    font-size: 28px;
  }

  .block-stats-big th {
    font-size: 17px;
  }

  .footer-main {
    padding-top: 67px;
  }

  .epitropi-title h2 {
    font-size: 21px;
  }

  section#text-4 h5 {
    font-size: 20px;
    width: 100%;
  }

  .ult-content-box-container.strats-home
		.ult-content-box
		.basic-card-wrapper:nth-child(1):after,
	.ult-content-box-container.strats-home
		.ult-content-box
		.basic-card-wrapper:nth-child(2):after {
    display: none;
  }

  .container {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

@media (max-width: 414px) {
  .ult-content-box-container.strats-home .ult-content-box {
    flex-direction: column;
  }

  .basic-card-title {
    padding-bottom: 7px;
  }

  section#text-4 h5 {
    font-size: 23px;
    width: 100%;
  }

  .block-stats-big,
	.ult-content-box-container.table-inside {
    overflow-x: auto;
  }

  .block-stats-big table {
    width: 336px;
  }

  #adiprosopia-row .block-stats-big table {
    width: 336px;
  }
}

@media (max-width: 360px) {
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

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

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

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

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

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

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

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

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

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

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

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

/*Buttons*/

.simple-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 12px;
  line-height: 1;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.simple-button:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .simple-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
  }
}

/* Primary Button */

.simple-button.primary-button {
  border-radius: 29px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 58 107 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: var(--black);
}

.simple-button.primary-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 45 85 / var(--tw-bg-opacity, 1));
}

/* Secondary Button */

.simple-button.secondary-button {
  border-radius: 29px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 58 107 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 58 107 / var(--tw-text-opacity, 1));
}

button.mobile-navigation-close.select-none.text-30.simple-button.secondary-button.font-medium {
  margin-top: 38px;
}

.simple-button.secondary-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 45 85 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

a.more,
a.more-dl,
.more,
.more-dl {
  background: var(--white);
  border: 1px solid #dfdfeb;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
}

a.more-dl:after,
.more-dl:after {
  position: absolute;
  font-weight: 500;
  bottom: -22px;
  content: "pdf";
  color: var(--blue);
  font-size: 15px;
}

a.more:hover,
a.more-dl:hover,
.more:hover,
.more-dl:hover {
  background: var(--blue);
}

.ult-content-box-container.ipodeigma-block:hover .more-dl {
  background: var(--blue);
}

.ult-content-box-container.ipodeigma-block:hover .more-dl img {
  filter: invert(51%) brightness(200%);
}

.more-dl {
  position: relative;
}

.ergaleio-item.aggelia-content.apofasi-tab:hover a.more-dl {
  background: var(--blue);
}

.ergaleio-item.aggelia-content.apofasi-tab:hover a.more-dl img {
  filter: invert(51%) brightness(200%);
}

a.more-dl:hover img,
.more-dl:hover img {
  filter: invert(51%) brightness(200%);
}

a.more:after,
.more:after {
  content: url(/wp-content/uploads/2025/12/arrow10blue-1.svg);
  transition: 0.4s ease;
}

a.more span,
.more span {
  display: none;
}

a.more:hover:after,
.more:hover:after {
  content: url(/wp-content/uploads/2025/12/arrow10white.svg);
  transform: rotate(45deg);
}

#tee-blue-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
li.lucifer,
button.ctm-cf7 {
  padding: 12px 23px 12px 30px;
  border-radius: 5px;
  font-family: "Commissioner-Regular", sans-serif;
  display: flex;
  background-color: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
  font-size: 15px;
  align-items: center;
  transition: 0.2s ease;
}

#tee-blue-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
li.lucifer:hover,
button.ctm-cf7:hover {
  background-color: var(--white);
  border: 1px solid var(--blue);
  color: var(--blue);
}

#tee-blue-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after,
li.lucifer:after,
button.ctm-cf7 span:after {
  content: url(/wp-content/uploads/2025/12/smallerwhitebolder.svg);
  padding-left: 8px;
  top: 1px;
  position: relative;
  display: inline-grid;
}

#tee-blue-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover:after,
li.lucifer:hover:after,
button.ctm-cf7 span:hover:after {
  content: url(/wp-content/uploads/2025/12/smallerbluebolder.svg);
  transform: rotate(45deg);
  top: -2px;
}

.du-carousel-anything .custom-owl-dots.owl-dots.disabled {
  display: none !important;
}

.du-carousel-anything .custom-owl-dots .custom-owl-dot,
.du-carousel-anything .custom-owl-dots .owl-dot {
  display: inline-block;
  height: 5px;
  width: 24px;
  cursor: pointer;
  border-radius: 2px;
}

.du-carousel-anything .custom-owl-dots .custom-owl-dot.active,
.du-carousel-anything .custom-owl-dots .owl-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.du-carousel-anything.owl-carousel .owl-item img {
  width: auto !important;
}

.du-carousel-anything .owl-item .vc_row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* Theme dots #1 */

.du-carousel-anything .theme-owl-dots-1.custom-owl-dots .custom-owl-dot,
.du-carousel-anything .theme-owl-dots-1.custom-owl-dots .owl-dot {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.du-carousel-anything .theme-owl-dots-1.custom-owl-dots .custom-owl-dot.active,
.du-carousel-anything .theme-owl-dots-1.custom-owl-dots .owl-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.du-carousel.owl-carousel .owl-item img {
  width: auto;
}

.du-carousel.owl-carousel .owl-dots {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.du-carousel.owl-carousel button.owl-dot {
  display: inline-block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.du-carousel.owl-carousel button.owl-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

/* Dots Styles */

/* Circle */

.du-carousel.owl-carousel.dots-circle button.owl-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
}

/* Square */

.du-carousel.owl-carousel.dots-square button.owl-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0px;
}

/* Line */

.du-carousel.owl-carousel.dots-line button.owl-dot {
  height: 2px;
  width: 80px;
  border-radius: 0px;
}

.du-carousel.owl-carousel.dots-line .owl-dots {
  gap: 0.75rem;
}

/* Dots X Positions */

/* Center */

.du-carousel.owl-carousel.dots-center .owl-dots {
  justify-content: center;
}

/* Left */

.du-carousel.owl-carousel.dots-left .owl-dots {
  justify-content: flex-start;
}

@media (max-width: 1200px) {
  .header-top .du-carousel.owl-carousel.dots-left .owl-dots {
    justify-content: center;
  }
}

/* Right */

.du-carousel.owl-carousel.dots-right .owl-dots {
  justify-content: flex-end;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0px !important;
  bottom: 6rem !important;
}

.grecaptcha-badge:hover {
  width: 230px !important;
}

.footer-top .simple-button.primary-button {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 29px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

@media (min-width: 1280px) {
  .footer-top .simple-button.primary-button {
    margin-left: 0px;
    margin-right: 0px;
    height: 3.5rem;
  }
}

.footer-top .simple-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-top-review-widget-container {
  gap: 0.5rem;
}

.footer-menu-title {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .footer-menu-title {
    margin-top: 1.75rem;
    margin-bottom: 1.5rem;
  }
}

.footer-menu-container
	.footer-menu-wrapper:not(:first-child)
	.footer-menu-title {
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .footer-menu-container
	.footer-menu-wrapper:not(:first-child)
	.footer-menu-title {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .footer-menu-container
	.footer-menu-wrapper:not(:first-child)
	.footer-menu-title {
    margin-top: 1.75rem;
    margin-bottom: 1.5rem;
  }
}

.footer-bottom-call-us {
  font-size: 18px;
  font-weight: 500;
}

button.mobile-navigation-close.select-none.text-30.text-blue-2.footer-bottom-call-us {
  margin-top: 38px;
}

@media (min-width: 1280px) {
  .footer-bottom-call-us {
    font-size: 20px;
  }
}

@media (min-width: 1536px) {
  .footer-bottom-call-us {
    font-size: 24px;
  }
}

.footer-bottom-call-us-number {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 206 18 / var(--tw-text-opacity, 1));
}

p:has(.footer-bottom-call-us) {
  padding-top: 1.25rem;
}

.footer-bottom-call-us p {
  line-height: 1;
}

.footer-bottom-call-us p:first-child {
  padding-bottom: 8px;
}

.footer-newsletter-wrapper a {
  height: 62px;
}

#menu-footer-copyright-menu li {
  line-height: 1;
}

#menu-footer-copyright-menu li a {
  font-size: 12px;
}

@media (min-width: 1280px) {
  #menu-footer-copyright-menu li a {
    font-size: 16px;
  }
}

footer form .simple-button.primary-button:after {
  width: 2rem;
}

.footer-accordion {
  cursor: pointer;
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.4s;
}

.footer-accordion + div {
  max-height: 0;
  overflow: hidden;
}

@media (min-width: 640px) {
  .footer-accordion + div {
    max-height: -moz-fit-content;
    max-height: fit-content;
    overflow: visible;
  }
}

.footer-accordion + div {
  transition: max-height 0.2s ease-out;
}

.menu-footer-copyright-menu-container li:not(:last-child)::after {
  content: "|";
  margin-left: 1rem;
}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  border: 1px solid #dfdfeb;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #000000;
  font-size: 15px;
  width: 100%;
  padding: 16px;
}

input.wpcf7-form-control.wpcf7-text::-moz-placeholder, textarea.wpcf7-form-control.wpcf7-textarea::-moz-placeholder {
  color: #000000;
  font-size: 15px;
}

input.wpcf7-form-control.wpcf7-text::placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
  color: #000000;
  font-size: 15px;
}

button.ctm-cf7 span {
  color: #fff;
  font-size: 15px;
}

button.ctm-cf7:hover span {
  color: var(--blue);
}

button.ctm-cf7 {
  margin-top: 20px;
}

.row {
  display: flex;
  gap: 16px;
}

.half {
  width: 100%;
}

span.wpcf7-list-item-label {
  color: #0c3b86;
  padding-left: 10px;
}

.tee-form {
  background: #fff;
  padding: 65px;
  box-shadow: 0px 3px 20px #00000012;
  border: 1px solid #dfdfeb;
  border-radius: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 118px;
}

input.wpcf7-form-control.wpcf7-file.ctn-up {
  padding-top: 10px;
  padding-bottom: 31px;
}

.wpcf7-response-output {
  border-radius: 10px;
}

#content {
  z-index: 1;
  position: relative;
}

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

/* Header Wrapper */

.header-wrapper {
  z-index: 50;
  display: flex;
  width: 100%;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}


.footer-main.header-wrapper a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

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

body.sticky-enabled .header-wrapper {
  position: fixed;
  top: 0px;
}

.admin-bar .header-wrapper {
  top: 46px;
}

@media (min-width: 768px) {
  .admin-bar .header-wrapper {
    top: 32px;
  }
}

.admin-bar:not(.sticky-init) .header-search-form-wrapper,
.admin-bar:not(.sticky-is-hidden) .header-search-form-wrapper,
.admin-bar:not(.sticky-is-visible) .header-search-form-wrapper {
  top: 46px;
}

@media (min-width: 768px) {
  .admin-bar:not(.sticky-init) .header-search-form-wrapper,
.admin-bar:not(.sticky-is-hidden) .header-search-form-wrapper,
.admin-bar:not(.sticky-is-visible) .header-search-form-wrapper {
    top: 32px;
  }
}

body.home .header-wrapper:not(.is-sticky) {
  --tw-bg-opacity: 1;
  background-color: rgb(206 222 237 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* Header Top */

.header-top {
  display: none;
  width: 100%;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
}


.footer-main.header-top a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

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

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

/* Header Main */

.header-main {
  width: 100%;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


.footer-main.header-main a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

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

.header-main-inner {
  width: 100%;
}


.footer-main.header-main-inner a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

/* Header Desktop */

.header-main-desktop {
  display: none;
}

@media (min-width: 1280px) {
  .header-main-desktop {
    display: block;
  }
}

.header-main-desktop .header-main-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: calc(100% - 40px);
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1536px) {
  .header-main-desktop .header-main-inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px) {
    .header-main-desktop .header-main-inner {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .header-main-desktop .header-main-inner {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .header-main-desktop .header-main-inner {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .header-main-desktop .header-main-inner {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .header-main-desktop .header-main-inner {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .header-main-desktop .header-main-inner {
      max-width: 1536px;
    }
  }

  @media (min-width: 1785px) {
    .header-main-desktop .header-main-inner {
      max-width: 1785px;
    }
  }

  @media (min-width: 1920px) {
    .header-main-desktop .header-main-inner {
      max-width: 1920px;
    }
  }

  @media (min-width: 2560px) {
    .header-main-desktop .header-main-inner {
      max-width: 2560px;
    }
  }

  @media (min-width: 3840px) {
    .header-main-desktop .header-main-inner {
      max-width: 3840px;
    }
  }

  .header-main-desktop .header-main-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1785px) {
  .header-main-desktop .header-main-inner {
    max-width: 1760px !important;
  }
}

/* Header Mobile */

.header-main-mobile {
  display: block;
}

span.header-main-mobile {
  background: #fff;
  width: 100%;
  height: 2px;
}

@media (min-width: 1280px) {
  .header-main-mobile {
    display: none;
  }
}

/* Sticky Header */

.header-wrapper.is-hidden {
  --tw-translate-y: -100%;
  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));
}

.header-wrapper.is-visible {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header-wrapper.is-sticky .header-top {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.header-wrapper.is-sticky .header-main {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1280px) {
  .header-wrapper.is-sticky .header-main {
    --tw-translate-y: -2.5rem;
    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));
  }
}

.header-wrapper.is-sticky.is-hidden .header-main-desktop {
  padding-bottom: 0px;
}

.header-wrapper.is-sticky .header-upcoming-events {
  --tw-translate-y: -100%;
  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));
}

ul#primary-menu-mobile
	.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile) {
  border-bottom-width: 0 !important;
}

ul#primary-menu-mobile li.menu-item {
  border: none;
}

/************************* mobile menu ************************************/

.translate-x-full,
.translate-x-full .open {
  --tw-translate-x: 0 !important;
}

.mobile-nav-container {
  background: #3852f9;
  padding: 23px;
  border-radius: 5px;
}

span.block {
  background: #fff;
  width: 100%;
  height: 2px;
}

.mobile-toggle {
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-toggle span {
  height: 3px;
  background: #fff;
  display: block;
  transition: all 0.3s ease;
}

.mobile-navigation {
  border-radius: 0px 5px 5px 0px !important;
  border-right: 9px solid #3852f9;
}

.mobile-navigation li a {
  font-size: 18px !important;
  color: #000 !important;
  font-family: "Commissioner-Medium" !important;
}

.mobile-navigation li.menu-item.menu-item-has-children {
  background: #f2f4f8;
  border-radius: 5px;
}

.mobile-inner {
  padding: 0 18px !important;
}

.mobile-navigation ul.sub-menu.top-level.open li {
  border-bottom: 0;
}

.mobile-navigation ul#primary-menu-mobile li {
  margin-bottom: 10px;
  padding: 15px 0;
}

.mobile-navigation ul.sub-menu.top-level.open {
  background: #fff;
  padding-left: 44px;
}

.mobile-navigation ul.sub-menu.top-level.open li a {
  border-bottom: 0 !important;
}

.mobile-navigation ul.sub-menu.top-level.open li.menu-item {
  padding: 7px 0 !important;
}

.mobile-navigation
	.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile):not(
		:last-child
	)
	> div {
  border-bottom-width: 0px !important;
  --tw-border-opacity: 0 !important;
  border-color: #fff !important;
}

.mobile-navigation li.menu-item-has-children a {
  color: #3852f9 !important;
}

.mobile-navigation ul.sub-menu.top-level.open li.menu-item-has-children a {
  color: #3852f9 !important;
}

.mobile-navigation ul.sub-menu.top-level.open li a {
  color: #000 !important;
}

button.mobile-navigation-close.select-none.text-30.text-blue-2.font-medium {
  margin-top: 38px;
}

.mobile-logo img {
  width: 66%;
}

#mobile-header {
  display: none;
}

nav#mobile-navigation {
  display: flex;
  padding: 12px 51px;
  background: #002359;
}

#mobile-header,
.desktop-header {
  width: 100%;
}

.mega-pack {
  background: #fff;
  border-radius: 5px;
  padding: 4px;
}

.mega-pack .header-search-wrapper {
  border: 1px solid #dfdfeb;
  border-radius: 5px;
  background: red;
}

/* media ****/

@media (max-width: 1279px) {
  .header-main-desktop {
    display: block;
  }
}

@media (max-width: 1200px) {
  .desktop-header {
    display: none;
  }

  #mobile-header,
	.header-top {
    display: block;
  }

  .header-top .justify-start {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  nav#mobile-navigation {
    padding: 12px 24px;
  }
}

.ios-like-select {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.5rem;
  padding: 1rem;
}


.footer-main.ios-like-select a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

/* Custom CSS for smooth scrolling and item height */

.ios-like-select .picker-column {
  /* Disable default scrollbar */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  width: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
  text-align: center;
}


.footer-main.ios-like-select .picker-column a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

.ios-like-select .picker-column::-webkit-scrollbar {
  display: none;
}

.ios-like-select .picker-item {
  display: flex;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1;
  opacity: 0.65;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-col.ios-like-select .picker-item {
  width: 153px;
}

button.mobile-navigation-close.ios-like-select .picker-item.text-30.text-blue-2.font-medium {
  margin-top: 38px;
}

.ios-like-select .picker-item {
  border-radius: 45px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .ios-like-select .picker-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 24px;
  }
}

.ios-like-select .picker-item.selected {
  --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));
  opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 45 85 / var(--tw-text-opacity, 1));
}

.ios-like-select .picker-item.neighbor {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.8;
}

.ios-like-select .picker-container {
  mask-image: linear-gradient(
		to bottom,
		transparent,
		black 50px,
		black 166px,
		transparent
	);
  -webkit-mask-image: linear-gradient(
		to bottom,
		transparent,
		black 50px,
		black 166px,
		transparent
	);
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.ios-like-select .selection-overlay {
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  border-radius: 45px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.modal-trigger {
  cursor: pointer;
}

.modal-close {
  display: inline-block;
  cursor: pointer;
  align-self: flex-end;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(29 58 107 / var(--tw-text-opacity, 1));
}

button.mobile-navigation-close.select-none.text-30.modal-close.font-medium {
  margin-top: 38px;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 300;
  margin-left: auto;
  margin-right: auto;
  display: none;
  width: 100%;
  max-width: 97%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.25rem;
  padding-top: 1.5rem;
}


.footer-main.modal a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

@media (min-width: 768px) {
  .modal {
    width: auto;
    min-width: 700px;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 2.25rem;
    padding-top: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .modal {
    min-width: 900px;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 2.5rem;
    padding-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .modal {
    min-height: 400px;
    min-width: 1100px;
  }
}

.modal {
  height: 90vh;
}

@media (min-width: 768px) {
  .modal {
    height: auto;
  }
}

.modal {
  /* Ensures modal fits viewport height on small screens */
}

.modal.open {
  display: flex;
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1280px) {
  .modal-head {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.modal-subtitle {
  margin: 0px;
  text-align: left;
  font-family: satoshi, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(29 58 107 / var(--tw-text-opacity, 1));
}

button.mobile-navigation-close.select-none.text-30.modal-subtitle.font-medium {
  margin-top: 38px;
}

@media (min-width: 1024px) {
  .modal-subtitle {
    font-size: 18px;
  }
}

.modal-title {
  margin-bottom: 2rem;
  text-align: left;
  font-family: transmute, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1;
  color: rgb(29 58 107 / var(--tw-text-opacity, 1));
}

button.mobile-navigation-close.select-none.text-30.modal-title.font-medium {
  margin-top: 38px;
}

@media (min-width: 1024px) {
  .modal-title {
    font-size: 36px;
  }
}

.modal-body {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}


.footer-main.modal-body a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

@media (max-width: 1200px) {
  .header-top .modal-body {
    justify-content: center;
  }
}

.modal-body p:has(> iframe) {
  margin: 0px;
  width: 100%;
  padding: 0px;
}


.footer-main.modal-body p:has(> iframe) a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

.modal-body iframe {
  width: 100%;
}


.footer-main.modal-body iframe a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

/* menu open overlay*/

/* fix pou to page pidouse to submenu */

.header-wrapper {
  transform: none !important;
}

#desktop-navigation {
  position: relative;
  z-index: 99999 !important;
}

/* Reset basic WordPress menu layout */

ul#primary-menu {
  display: flex;
  gap: 20px;
}

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

/* Main menu items */

.primary-menu > li {
  position: relative;
  display: inline-block;
}

/* Menu links */

.primary-menu a {
  display: block;
}

/* ------------------------ */

/* DEFAULT SUBMENU BEHAVIOR */

/* ------------------------ */

ul.sub-menu li a {
  font-family: "Commissioner-Medium";
  color: #000;
  font-size: 15px;
}

/* Hide all submenus by default */

.primary-menu ul.sub-menu {
  display: none;
  transition:
		opacity 0.25s ease,
		transform 0.25s ease;
  position: absolute;
  left: 0;
  width: 300px;
  background: var(--white);
  padding: 30px 12px;
  z-index: 999;
  border-left: 7px solid var(--blue);
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 5px 0px 0px 5px;
}

/* Submenu items */

.primary-menu ul.sub-menu li {
  display: block;
  width: 100%;
}

/* Submenu links */

.primary-menu ul.sub-menu a {
  padding: 7px 10px;
}

/* Show submenu on hover */

.primary-menu li:hover > ul.sub-menu {
  display: block;
}

/* Nested submenus (3rd level) */

.primary-menu ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
}

/* Appearance on hover */

.main-nav-col .primary-menu li a:hover::after,
.main-nav-col .primary-menu li.current_page_item a::after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  color: #fff;
  bottom: -3px;
}

ul.sub-menu li.current-menu-item a {
  color: var(--blue);
  background: #f2f4f8;
  border-radius: 5px;
}

/* Add arrow to submenu items that have children */

.primary-menu ul.sub-menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}

.primary-menu ul.sub-menu li.menu-item-has-children > a::after {
  content: "▶";
  font-size: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}

/* Hover effect */

.primary-menu ul.sub-menu li.menu-item-has-children:hover > a::after {
  opacity: 1;
}

/*  DEACTIVATED **************************************************************************/

/* "Fix" for the posibility that there is a device that has an extremely narrow screen */

/*

@media (min-width: 1280px) and (max-height: 640px) {
	.pview-modules > ul.sub-menu {
		@apply overflow-y-scroll max-h-[50vh];
	}
}


.primary-menu {
	@apply flex items-center justify-start 2xl:space-x-6 space-x-4;
}


.secondary-menu {
	@apply flex items-center justify-start space-x-4;
}

.secondary-menu li::before {
	content: "|";
	@apply text-yellow-1 mr-4;
}

.secondary-menu li a {
	@apply text-blue-2 text-14 leading-none font-medium;
}


.header-main-inner {
	@apply relative;
}
.submenu-wrapper {
	@apply overflow-y-hidden hidden justify-between items-center pt-24 pb-5 px-8 space-x-3 w-full h-auto absolute left-0 top-auto transform translate-x-0 -translate-y-8 -z-10 bg-gray-3 rounded-40;
	@apply 3xl:px-16;
	min-height: 50vh;
	max-height: 85vh;
}

.submenu-wrapper.open {
	@apply flex;
}

.submenu-image-wrapper {
	@apply w-[35%] h-full;
}
.submenu-content-wrapper {
	@apply w-full h-full bg-white border border-gray-2 rounded-25 overflow-hidden;
	min-height: 50vh;
	max-height: 85vh;
}
.submenu-content-wrapper.submenu-content-wrapper-with-image {
	@apply w-[65%];
}

.submenu-image {
	@apply w-full h-full rounded-30 select-none object-cover object-center;
}

body.submenu-open .primary-menu .menu-item a {
	@apply text-gray-2;
}

body.submenu-open .primary-menu .menu-item.dropdown-trigger.open a {
	@apply text-blue-2;
}

body.submenu-open .global-overlay {
	@apply !block !z-[49];
}

body.submenu-open .header-top {
	@apply !opacity-50;
}

.has-children-svg {
	@apply rotate-0 transition-all duration-300 ease-in-out;
}
.menu-item.dropdown-trigger.open a .has-children-svg {
	@apply rotate-180;
}

.menu-item.menu-item-has-children.open.menu-item-level-0
	> div
	> span.mobile-dropdown-trigger
	> svg,
.menu-item.menu-item-has-children.menu-item-level-1.menu-section-with-title__mobile.open
	> div
	> span.mobile-dropdown-trigger
	> svg {
	@apply fill-yellow-1;
}


.sub-menu.grid {
	@apply gap-4 p-4;
}

.menu-column-wrapper {
	@apply pt-8;
}

.submenu-content-wrapper .sub-menu.top-level ul.sub-menu {
	@apply overflow-x-hidden overflow-y-auto pr-2 mr-1 h-full;
}
.submenu-content-wrapper .sub-menu.top-level ul.sub-menu li {
	@apply pl-4 pr-4 py-2 rounded-30 transition-all duration-300 ease-in-out;
	@apply 2xl:pl-6;
}

.submenu-content-wrapper .sub-menu.top-level ul.sub-menu li .submenu-item-icon {
	@apply ml-[2px];
}
.submenu-content-wrapper
	.sub-menu.top-level
	ul.sub-menu
	li:not(.menu-section-with-subtitle):hover,
.submenu-content-wrapper .sub-menu.top-level ul.sub-menu li.current-menu-item {
	@apply bg-gray-3;
}
.submenu-content-wrapper .sub-menu.top-level ul.sub-menu li a {
	@apply text-blue-2 text-15 leading-none font-medium inline-flex justify-between items-center transition-all duration-300 ease-in-out;
	@apply 3xl:text-16;
}

.submenu-content-wrapper
	.sub-menu.top-level
	ul.sub-menu
	li
	a
	.submenu-item-icon {
	@apply flex-grow flex-shrink-0 basis-auto;
}

.submenu-content-wrapper
	.sub-menu.top-level
	ul.sub-menu
	li:hover
	a
	.submenu-item-icon,
.submenu-content-wrapper
	.sub-menu.top-level
	ul.sub-menu
	li.current-menu-item
	a
	.submenu-item-icon {
	@apply !fill-yellow-1;
}
current-menu-item .grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}


.menu-section-with-title .menu-title {
	@apply px-4 py-3 w-full flex items-center justify-between space-x-4 bg-gray-3 rounded-30 mb-3;
	@apply 2xl:px-6 2xl:py-5;
}
.menu-section-with-title .menu-title .menu-title-text {
	@apply text-blue-2 text-24 leading-none font-bold pointer-events-none cursor-default;
	@apply xl:text-18;
	@apply 2xl:text-20;
}


.item-subtitle {
	@apply font-bold 2xl:!text-20 xl:!text-18;
}

*/

/* MOBILE MENU */

.mobile-navigation-body {
  height: 100%;
  max-height: calc(100vh - 82px);
  overflow-y: auto;
  overflow-x: hidden;
}

.primary-menu-mobile .sub-menu {
  height: 0px;
  overflow: hidden;
}

.primary-menu-mobile .sub-menu.open {
  margin-top: 1rem;
  height: auto;
  padding-top: 0.75rem;
}

.primary-menu-mobile .sub-menu.open > .menu-column-wrapper__mobile > .sub-menu {
  height: auto !important;
  background-color: transparent;
}

.primary-menu-mobile .sub-menu:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.primary-menu-mobile .sub-menu:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 248 / var(--tw-bg-opacity, 1));
}

.menu-title__mobile {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

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

.menu-title__mobile {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0px;
  font-family: satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(29 58 107 / var(--tw-text-opacity, 1));
}


.footer-main.menu-title__mobile a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

button.mobile-navigation-close.select-none.text-30.menu-title__mobile.font-medium {
  margin-top: 38px;
}

@media (max-width: 1200px) {
  .header-top .menu-title__mobile {
    justify-content: center;
  }
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile) {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.footer-main.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile) a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

.primary-menu-mobile .menu-item.open:not(.menu-column-wrapper__mobile) {
  padding-bottom: 0px !important;
}

.primary-menu-mobile .menu-item .mobile-dropdown-trigger svg {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.primary-menu-mobile .menu-item.open > div > .mobile-dropdown-trigger svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile) {
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}


.footer-main.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile) a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile)
	> div {
  padding-left: 21px;
  padding-right: 31px;
}

.primary-menu-mobile .menu-item a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  font-family: satoshi, sans-serif;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(29 58 107 / var(--tw-text-opacity, 1));
}


.footer-main.primary-menu-mobile .menu-item a a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

button.mobile-navigation-close.select-none.text-30.primary-menu-mobile .menu-item a.font-medium {
  margin-top: 38px;
}

button.mobile-navigation-close.select-none.text-30.text-blue-2.primary-menu-mobile .menu-item a {
  margin-top: 38px;
}

@media (max-width: 1200px) {
  .header-top .primary-menu-mobile .menu-item a {
    justify-content: center;
  }
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile):not(
		.menu-section-with-title__mobile
	),
.primary-menu-mobile
	.menu-item.menu-item-level-2:not(.menu-column-wrapper__mobile):not(
		.menu-section-with-title__mobile
	) {
  margin-bottom: 1.25rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-section-with-title__mobile),
.primary-menu-mobile
	.menu-item.menu-item-level-2:not(.menu-section-with-title__mobile) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1.menu-section-with-title__mobile,
.primary-menu-mobile
	.menu-item.menu-item-level-2.menu-section-with-title__mobile {
  padding-left: 1rem;
  padding-right: 1rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile)
	> div
	> a {
  font-size: 18px;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile)
	> div
	> a {
  font-size: 16px;
}

.primary-menu-mobile
	.menu-item.menu-item-level-2:not(.menu-column-wrapper__mobile)
	a {
  font-size: 16px;
}

.primary-menu-mobile
	.menu-item.menu-item-level-0:not(.menu-column-wrapper__mobile) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile) {
  padding-left: 30px;
  padding-right: 30px;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile):first-child {
  margin-top: -0.5rem;
}

.primary-menu-mobile
	.menu-item.menu-item-level-1:not(.menu-column-wrapper__mobile):not(
		:last-child
	)
	> div {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.primary-menu-mobile
	.menu-item.menu-item-level-2:not(.menu-column-wrapper__mobile) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* secondary */

.secondary-menu-mobile {
  margin-top: 3rem;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}


.footer-main.secondary-menu-mobile a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

.secondary-menu-mobile .menu-item:not(.menu-column-wrapper__mobile) {
  margin-bottom: 0.5rem;
}

.secondary-menu-mobile .menu-item:not(.menu-column-wrapper__mobile)::before {
  content: "|";
  margin-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 206 18 / var(--tw-text-opacity, 1));
}

.secondary-menu-mobile .menu-item:not(.menu-column-wrapper__mobile) a {
  font-family: satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(29 58 107 / var(--tw-text-opacity, 1));
}

button.mobile-navigation-close.select-none.text-30.secondary-menu-mobile .menu-item:not(.menu-column-wrapper__mobile) a.font-medium {
  margin-top: 38px;
}

button.mobile-navigation-close.select-none.text-30.text-blue-2.secondary-menu-mobile .menu-item:not(.menu-column-wrapper__mobile) a {
  margin-top: 38px;
}

.mobile-dropdown-trigger {
  cursor: pointer;
}

#list-big strong {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

h1.post-title {
  font-size: 35px;
  width: 71%;
  padding-bottom: 21px;
  padding-top: 28px;
}

.blog-post-container {
  padding: 0 200px;
  width: 81%;
}

.blog-post-container h2 {
  font-size: 20px;
}

span.instructor {
  font-family: "Commissioner-Bold";
}

time.created-at {
  color: var(--blue);
  pointer-events: none;
}

.post-info-wrapper {
  padding-bottom: 32px;
}

a.pdf-download-button {
  background: var(--blue);
  color: #fff;
  border-radius: 5px;
  padding: 15px 31px;
  margin-top: 30px;
  display: inline-block;
}

#middle-header {
  padding-top: 79px;
}

.xrhsima-ergaleia-list p.date,
p.date {
  font-family: "Commissioner-Bold";
  color: var(--blue);
  padding-bottom: 10px;
}

.xrhsima-ergaleia-list p.post-tlt {
  font-family: "Commissioner-Medium";
  font-size: 25px;
  line-height: 1.1em;
}

.thumb img {
  border-radius: 5px;
}

.texnikaarthra .thumb img {
  border-radius: 5px;
  width: 308px;
}

.packet {
  text-align: left;
  width: 60%;
  padding-left: 33px;
}

.thumb {
  width: -moz-fit-content;
  width: fit-content;
}

.ergaleio-item {
  border-bottom: 1px solid #a1a2af;
  margin-bottom: 30px;
  padding-bottom: 9px;
}

.ergaleio-item a {
  display: flex;
}

.ergaleio-item .drasi a {
  display: grid;
}

.xrhsima-ergaleia-list {
  padding: 50px 0;
}

.aggelies .ergaleio-item.aggelia-content .inner-btn {
  position: absolute;
  right: 12px;
  padding-right: 16px;
  top: 50%;
  transform: translate(1%, -60%);
}

.ergaleio-item.aggelia-content .packet {
  width: 77%;
}

/* aggelies grid template **/

.post-content strong {
  padding-top: 15px;
  display: block;
}

.ergaleio-item.aggelia-content {
  display: flex;
  border-bottom: 0;
  background: #fff;
  box-shadow: 0px 3px 20px #00000012;
  border: 1px solid #dfdfeb;
  border-radius: 10px;
  padding: 19px;
  margin-bottom: 18px;
  position: relative;
}

.ergaleio-item.aggelia-content p.post-tlt {
  font-size: 15px;
}

.ergaleio-item.aggelia-content p.date {
  font-family: "Commissioner-Medium";
}

.ult_tabs.tabs-area.ult_aniamte {
  padding: 0 29px;
}

#middle-header .post-content p,
#middle-header p.post-tlt {
  color: #000;
}

ul.ult_tabmenu.style1.active,
#main-info ul.ult_tabmenu.style1.active {
  /*margin: 0 auto;
	width: fit-content;*/
  padding-left: 30px;
  display: flex;
  gap: 26px;
}

ul.ult_tabmenu.style1.active li a,
#main-info ul.ult_tabmenu.style1.active li a {
  background: #fff !important;
  color: #000 !important;
  padding: 13px 23px;
  border: 1px solid #dfdfeb;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
}

li.ult_tab_li.current a,
#main-info li.ult_tab_li.current {
  box-shadow: 0px 3px 6px #00000029;
}

#middle-header span.ult-span-text.ult-responsive,
#main-info span.ult-span-text.ult-responsive {
  width: 100%;
  display: block;
}

#middle-header span.aio-icon.none.ult_tab_iconright,
#main-info span.aio-icon.none.ult_tab_iconright {
  display: none;
}

ul.ult_tabmenu.style1.active li {
  background: none !important;
}

.packet.zitisi {
  padding-left: 10px;
}

li.ult_tab_li.current a {
  box-shadow: 0px 3px 6px #00000029 !important;
  border: 1px solid #3852f9 !important;
  border-radius: 5px !important;
}

li.ult_tab_li.current a span {
  color: #3852f9 !important;
}

.ult_tabmenu.style1 li.ult_tab_li,
#main-info .ult_tabmenu.style1 li.ult_tab_li {
  overflow: visible !important;
}

span.aio-icon.none.ult_tab_iconright {
  display: none !important;
}

.page-id-619 ul.ult_tabmenu.style1.active {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.ergaleio-item.aggelia-content.apofasi-tab {
  background: none;
  box-shadow: none;
  border-bottom: 1px solid #a1a2af;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
}

.ergaleio-item.aggelia-content.apofasi-tab h3.post-tlt {
  font-family: "Commissioner-Medium";
  font-size: 25px;
  color: #000;
}

ul.apofaseis-years-menu li.active {
  background: #f2f4f8;
  color: var(--blue);
}

ul.apofaseis-years-menu li a {
  font-size: 20px;
  font-family: "Commissioner-Medium";
}

.single-draseis p {
  padding-bottom: 20px;
}

.ergaleio-item.drasi {
  display: flex;
  background: var(--white);
  border: 1px solid #dfdfeb;
  border-radius: 10px;
  box-shadow: 0px 3px 20px #00000012;
  padding: 22px;
  margin-bottom: 26px !important;
  border-bottom: 0;
}

.ergaleio-item.drasi p.post-tlt {
  font-size: 25px;
}

.content-ex {
  text-align: left;
  color: #000;
}

.content-ex p {
  color: #000;
}

.blockone {
  width: 40%;
}

.blocktwo {
  width: 60%;
}

.ergaleio-item.drasi .blocktwo p.post-tlt {
  font-family: "Commissioner-Medium";
}

.pd-bottom {
  padding-bottom: 40px !important;
}

.ergaleio-item.drasi .blocktwo .packet {
  width: 90%;
}

.blocktwo .content-ex {
  padding-left: 33px;
  padding-top: 30px;
  width: 78%;
}

.blocktwo .inner-btn {
  position: relative;
  padding-left: 33px;
  margin-top: 17px;
}

.blockone img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  border-radius: 5px;
}

.blocktwo .content-ex p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.draseis-template-default .post-info-wrapper a {
  font-weight: 700;
}

.draseis-template-default .wpb_column.vc_column_container.vc_col-sm-9,
.texnika-arthra-tee-template-default
	.wpb_column.vc_column_container.vc_col-sm-9 {
  padding-left: 0;
}

.draseis-template-default img.attachment-full.size-full.wp-post-image {
  border-radius: 10px;
}

.draseis-template-default .vc_row.wpb_row.vc_inner.vc_row-fluid,
.texnika-arthra-tee-template-default .vc_row.wpb_row.vc_inner.vc_row-fluid {
  padding-left: 15px;
  width: 79%;
  padding-top: 40px;
}

.draseis-template-default .blog-post-container,
.texnika-arthra-tee-template-default .blog-post-container {
  padding: 0 200px;
  width: 100%;
}

article.drasi-item p {
  padding-bottom: 4px;
}

article.drasi-item {
  padding-bottom: 21px;
  border-bottom: 1px solid #a1a2af;
  margin-bottom: 20px;
}

.draseis-list {
  background: #ffffff;
  box-shadow: 0px 3px 20px #00000012;
  border: 1px solid #dfdfeb;
  border-radius: 5px;
  padding: 30px;
}

body.draseis-template-default {
  background: #f2f4f8;
}

span.pr-dr {
  font-size: 20px;
  font-family: "Commissioner-Medium";
  padding-bottom: 14px;
  display: block;
}

nav.simple-post-navigation {
  display: flex;
  width: 73%;
}

a.nav-next {
  display: flex;
  justify-content: end;
  align-items: end;
  width: 50%;
  text-decoration: underline;
}

a.nav-prev {
  width: 50%;
  text-decoration: underline;
}

article.drasi-item h3.drasi-title {
  font-family: "Commissioner-Regular";
}

.texnikaarthra .ergaleio-item,
.xrhsima-ergaleia-list .ergaleio-item {
  position: relative;
}

.texnikaarthra .ergaleio-item .inner-btn,
.xrhsima-ergaleia-list .ergaleio-item .inner-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.cnt-box p.post-tlt {
  color: var(--black);
  width: 80%;
}

.xrhsima-ergaleia-list.home-anakoinoseis .ergaleio-item .inner-btn {
  bottom: 0;
  top: unset;
  padding-bottom: 21px;
}

.cnt-box {
  padding-bottom: 9px;
}

.draseis-slider .blocktwo .inner-btn {
  float: right;
}

.draseis-slider p.post-tlt {
  color: #000;
  font-size: 20px !important;
}

.draseis-slider .blockone {
  width: 50%;
}

.draseis-slider .blocktwo {
  width: 50%;
}

/*************** media *************/

@media (max-width: 1536px) {
  h1.post-title {
    font-size: 30px;
    width: 100%;
  }

  .ergaleio-item.aggelia-content.apofasi-tab h3.post-tlt {
    font-size: 20px;
  }

  .draseis-template-default
		.vc_row.wpb_row.vc_row-fluid.container.vc_column-gap-35 {
    padding: 0 !important;
  }
}

@media (max-width: 1366px) {
  .blog-post-container {
    padding: 0 200px;
    width: 100%;
  }

  .draseis-template-default .blog-post-container,
	.texnika-arthra-tee-template-default .blog-post-container {
    padding: 0 92px;
  }
}

@media (max-width: 1024px) {
  .blog-post-container {
    padding: 0px 80px;
  }

  .ergaleio-item.drasi p.post-tlt {
    font-size: 18px;
  }

  .draseis-template-default .blog-post-container,
	.texnika-arthra-tee-template-default .blog-post-container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .packet {
    text-align: left;
    width: 86%;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .inner-btn {
    position: relative;
  }

  .ergaleio-item.aggelia-content .packet {
    width: 100%;
  }

  .ergaleio-item.aggelia-content .inner-btn {
    position: relative;
    margin-top: 25px;
  }

  .packet.zitisi {
    padding: 0;
  }

  .blockone,
	.blocktwo {
    width: 100%;
  }

  .blocktwo .content-ex {
    padding-left: 0;
    padding-top: 3px;
    width: 100%;
  }

  .blocktwo .inner-btn {
    padding-left: 0;
    margin-top: 26px;
  }

  .ergaleio-item.drasi p.post-tlt {
    font-size: 20px;
  }

  .draseis-template-default .vc_col-sm-9,
	.draseis-template-default .vc_col-sm-3 {
    width: 100%;
  }

  nav.simple-post-navigation {
    width: 100%;
  }

  .aggelies .ergaleio-item.aggelia-content .inner-btn {
    position: relative;
  }

  .ergaleio-item.aggelia-content.apofasi-tab .inner-btn {
    margin-top: 2px;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .ult-content-box-container.side-menu {
    margin-bottom: 42px;
  }
}

@media (max-width: 600px) {
  .packet {
    width: 100%;
  }

  .xrhsima-ergaleia-list p.post-tlt {
    font-family: "Commissioner-Medium";
    font-size: 20px;
  }

  .blog-post-container {
    padding: 0;
  }

  h1.post-title {
    font-size: 25px;
  }

  .ult_tabs.tabs-area.ult_aniamte {
    padding: 0;
  }

  #middle-header ul.ult_tabmenu.style1.active li a {
    padding: 7px 23px !important;
  }

  .ergaleio-item.aggelia-content.apofasi-tab h3.post-tlt {
    font-size: 17px;
  }

  .ergaleio-item.drasi p.post-tlt {
    font-size: 18px;
  }

  .pd-bottom {
    padding-bottom: 0 !important;
  }

  .draseis-block {
    margin-top: 34px;
  }

  .draseis-template-default .vc_row.wpb_row.vc_inner.vc_row-fluid,
	.texnika-arthra-tee-template-default .vc_row.wpb_row.vc_inner.vc_row-fluid {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-top: 14px;
  }
}

@media (max-width: 414px) {
  h1.post-title {
    font-size: 22px;
  }
}

.posts-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.posts-container > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.posts-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .posts-container {
    flex-direction: row;
  }

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

  .posts-container {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1280px) {
  .posts-container {
    padding-top: 4rem;
  }
}

.post-category-menu {
  width: 100%;
}


.footer-main.post-category-menu a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

@media (min-width: 1024px) {
  .post-category-menu {
    max-width: 210px;
  }
}

.post-category-menu ul {
  display: block;
}

span.post-category-menu ul {
  background: #fff;
  width: 100%;
  height: 2px;
}

@media (min-width: 640px) {
  .post-category-menu ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .post-category-menu ul {
    display: block;
  }
}

.post-category-menu li {
  width: 100%;
  border-radius: 28px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  font-weight: 500;
}


.footer-main.post-category-menu li a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

button.mobile-navigation-close.select-none.text-30.text-blue-2.post-category-menu li {
  margin-top: 38px;
}

@media (min-width: 1024px) {
  .post-category-menu li {
    width: 210px;
  }
}

.post-category-menu li.active {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(29 58 107 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 58 107 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: var(--black);
}

.post-category-menu li a {
  display: block;
  width: 100%;
  padding: 0px;
}


.footer-main.post-category-menu li a a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

span.post-category-menu li a {
  background: #fff;
  width: 100%;
  height: 2px;
}

.post-category-menu li {
  margin-bottom: 0.5rem;
}

.post-category-menu-title {
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-weight: 700;
}

.post-list-wrapper {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  max-width: 1300px;
  flex-wrap: wrap;
  justify-content: space-between;
}

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


.footer-main.post-list-wrapper a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

@media (min-width: 1024px) {
  .post-list-wrapper {
    margin-top: 0px;
  }

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

.post-list-wrapper article:first-child {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 1.25rem;
}


.footer-main.post-list-wrapper article:first-child a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

@media (min-width: 1024px) {
  .post-list-wrapper article:first-child {
    margin-bottom: 1rem;
    flex-direction: row;
  }
}

.post-list-wrapper article:not(:first-child) {
  display: flex;
  width: 100%;
  flex-direction: column;
}


.footer-main.post-list-wrapper article:not(:first-child) a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

@media (min-width: 1024px) {
  .post-list-wrapper article:not(:first-child) {
    width: calc(50% - 15px);
  }
}

.post-list-wrapper article:not(:first-child):not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .post-list-wrapper article:not(:first-child):not(:last-child) {
    margin-bottom: 0px;
  }
}

.post-list-wrapper article .post-list-image-wrapper {
  margin-bottom: 1.25rem;
  height: 300px;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  .post-list-wrapper article .post-list-image-wrapper {
    height: 400px;
  }
}

@media (min-width: 1280px) {
  .post-list-wrapper article .post-list-image-wrapper {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .post-list-wrapper article .post-list-image-wrapper {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1785px) {
  .post-list-wrapper article .post-list-image-wrapper {
    margin-bottom: 4rem;
  }
}

.post-list-wrapper article .post-list-image-wrapper {
  /*  @apply pb-5;*/
  /*	@apply xl:pb-7;*/
  /*	@apply 2xl:pb-10;*/
  /*	@apply 3xl:pb-16;*/
}

.post-list-wrapper article:first-child .post-list-image-wrapper {
  margin-bottom: 1.25rem;
  width: 100%;
}


.footer-main.post-list-wrapper article:first-child .post-list-image-wrapper a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

@media (min-width: 1024px) {
  .post-list-wrapper article:first-child .post-list-image-wrapper {
    margin-bottom: 0px;
    width: calc(50% - 35px);
  }
}

.post-list-wrapper article:first-child .post-list-image-wrapper img {
  margin-bottom: 1rem;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  .post-list-wrapper article:first-child .post-list-image-wrapper img {
    margin-bottom: 0px;
  }
}

.custom-post-wrapper {
  width: 50%;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}

.post-list-image-wrapper img {
  height: 300px;
  width: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}


.footer-main.post-list-image-wrapper img a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

@media (min-width: 1024px) {
  .post-list-image-wrapper img {
    height: 400px;
  }
}

.post-list-wrapper article:first-child .post-list-details {
  align-self: flex-start;
  padding-left: 0px;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  .post-list-wrapper article:first-child .post-list-details {
    padding-left: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .post-list-wrapper article:first-child .post-list-details {
    margin-left: auto;
    margin-right: auto;
    align-self: flex-end;
    padding-bottom: 1.5rem;
  }
}

.post-list-wrapper article:first-child .post-list-details .post-list-excerpt a {
  display: block;
}

span.post-list-wrapper article:first-child .post-list-details .post-list-excerpt a {
  background: #fff;
  width: 100%;
  height: 2px;
}

.post-list-details {
  margin-bottom: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .post-list-details {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .post-list-details {
    max-width: 445px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .post-list-details {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.post-list-wrapper article .post-list-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 1rem;
}

@media (max-width: 1200px) {
  .header-top .post-list-wrapper article .post-list-details {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .post-list-wrapper article .post-list-details {
    height: 100%;
    justify-content: space-between;
  }
}

.post-list-date-category {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 500;
}

button.mobile-navigation-close.select-none.text-30.text-blue-2.post-list-date-category {
  margin-top: 38px;
}

@media (min-width: 640px) {
  .post-list-date-category {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .post-list-date-category {
    margin-bottom: 0.75rem;
  }
}

.slash-separator {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 206 18 / var(--tw-text-opacity, 1));
}

.post-list-title {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .post-list-title {
    font-size: 24px;
  }
}

.post-list-excerpt {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .post-list-excerpt {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .post-list-excerpt {
    margin-bottom: auto;
  }
}

.pagination-prev {
  transform: rotateY(180deg);
}

.page-numbers.current {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 206 18 / var(--tw-text-opacity, 1));
}

/*Search Page*/

.page-404-wrapper .search-submit {
  margin-left: 0.75rem;
  display: inline-block;
  border-radius: 1rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none;
}

.page-404-wrapper .search-submit:hover {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

@media (min-width: 1024px) {
  .page-404-wrapper .search-submit {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    font-size: 18px;
  }
}

.custom-post-wrapper.custom-search-item-wrapper {
  margin-bottom: 1.25rem;
  width: 100%;
}


.footer-main.custom-post-wrapper.custom-search-item-wrapper a {
  font-family: "Commissioner-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
}

.custom-post-wrapper.custom-search-item-wrapper .post-list-details {
  max-width: none;
}

.custom-post-wrapper.custom-search-item-wrapper .post-list-date-category {
  margin-bottom: 0.75rem;
}

/*Floating Search*/

.header-search-wrapper {
  margin-right: 1rem;
}

.header-search-wrapper .search-form::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 29px;
  height: 12px;
  width: 12px;
  --tw-rotate: 45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.du-timeline {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 20px);
  padding-top: 0px;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .du-timeline {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }
}

.du-timeline__line {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1280px) {
  .du-timeline__line {
    left: 1.5rem;
    width: 5px;
  }
}

.du-timeline__items {
  position: relative;
}

.du-timeline-item {
  position: relative;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  padding-left: 1rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
  .du-timeline-item {
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .du-timeline-item {
    flex-direction: row;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px) {
  .du-timeline-item {
    margin-bottom: 5rem;
    gap: 2rem;
    padding-left: 4rem;
  }
}

.du-timeline-item:last-child {
  margin-bottom: 0px;
}

.du-timeline-item__dot {
  position: absolute;
  top: 0px;
  z-index: 10;
  cursor: pointer;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(235 237 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(219 223 231 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  left: -9px;
  height: 22px;
  width: 22px;
  border-width: 3px;
}

@media (min-width: 1280px) {
  .du-timeline-item__dot {
    left: 12px;
    height: 28px;
    width: 28px;
    border-width: 5px;
  }
}

.du-timeline-item--active .du-timeline-item__dot {
  cursor: default;
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 58 107 / var(--tw-bg-opacity, 1));
  background-color: var(--black);
}

/* Always visible content */

.du-timeline-item__visible {
  width: 200px;
  flex: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.logo-col.du-timeline-item__visible {
  width: 153px;
}

button.mobile-navigation-close.du-timeline-item__visible.text-30.text-blue-2.font-medium {
  margin-top: 38px;
}

@media (min-width: 1024px) {
  .du-timeline-item__visible {
    width: 300px;
  }
}

.du-timeline-item--active .du-timeline-item__visible {
  cursor: default;
  opacity: 1;
}

.du-timeline-item__date {
  margin-bottom: 0.5rem;
  font-family: transmute, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1;
  color: rgb(219 223 231 / var(--tw-text-opacity, 1));
  font-size: 26px;
}

@media (min-width: 768px) {
  .du-timeline-item__date {
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  .du-timeline-item__date {
    font-size: 36px;
  }
}

.du-timeline-item--active .du-timeline-item__date {
  --tw-text-opacity: 1;
  color: rgb(29 58 107 / var(--tw-text-opacity, 1));
}

button.mobile-navigation-close.select-none.text-30.du-timeline-item--active .du-timeline-item__date.font-medium {
  margin-top: 38px;
}

.du-timeline-item__description {
  font-family: satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(219 223 231 / var(--tw-text-opacity, 1));
}

button.mobile-navigation-close.select-none.text-30.text-blue-2.du-timeline-item__description {
  margin-top: 38px;
}

@media (min-width: 768px) {
  .du-timeline-item__description {
    font-size: 18px;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .du-timeline-item__description {
    font-size: 24px;
  }
}

.du-timeline-item--active .du-timeline-item__description {
  --tw-text-opacity: 1;
  color: rgb(29 58 107 / var(--tw-text-opacity, 1));
}

button.mobile-navigation-close.select-none.text-30.du-timeline-item--active .du-timeline-item__description.font-medium {
  margin-top: 38px;
}

/* Box that appears when active */

.du-timeline-item__box {
  visibility: hidden;
  margin-left: auto;
  max-height: 0px;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.du-timeline-item--active .du-timeline-item__box {
  visibility: visible;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .du-timeline-item--active .du-timeline-item__box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .du-timeline-item--active .du-timeline-item__box {
    max-height: 400px;
  }
}

@media (min-width: 1280px) {
  .du-timeline-item--active .du-timeline-item__box {
    padding-left: 60px;
    padding-right: 120px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.du-timeline-item__title {
  margin-bottom: 0.75rem;
  font-family: transmute, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1;
  color: rgb(29 58 107 / var(--tw-text-opacity, 1));
}

button.mobile-navigation-close.select-none.text-30.du-timeline-item__title.font-medium {
  margin-top: 38px;
}

.du-timeline-item__title {
  font-size: 26px;
}

@media (min-width: 768px) {
  .du-timeline-item__title {
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  .du-timeline-item__title {
    font-size: 36px;
  }
}

.du-timeline-item__content {
  font-family: satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(29 58 107 / var(--tw-text-opacity, 1));
}

button.mobile-navigation-close.select-none.text-30.du-timeline-item__content.font-medium {
  margin-top: 38px;
}

@media (min-width: 768px) {
  .du-timeline-item__content {
    font-size: 18px;
  }
}

.du-timeline-item__content p {
  margin-bottom: 1rem;
}

.du-timeline-item__content p:last-child {
  margin-bottom: 0px;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 100%;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.\!absolute {
  position: absolute !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-36 {
  right: 9rem;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

.\!m-0 {
  margin: 0px !important;
}

.-m-\[1px\] {
  margin: -1px;
}

.m-0 {
  margin: 0px;
}

.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

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

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

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

.\!ml-\[18px\] {
  margin-left: 18px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.\!inline-block {
  display: inline-block !important;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.\!inline-flex {
  display: inline-flex !important;
}

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

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-fit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

.\!w-\[28px\] {
  width: 28px !important;
}

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

.w-10\/12 {
  width: 83.333333%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.min-w-32 {
  min-width: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-none {
  max-width: none;
}

.\!flex-auto {
  flex: 1 1 auto !important;
}

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  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));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  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));
}

.translate-x-full {
  --tw-translate-x: 100%;
  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));
}

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

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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;
}

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

.resize {
  resize: both;
}

.\!flex-row {
  flex-direction: row !important;
}

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

.\!flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

.\!flex-col {
  flex-direction: column !important;
}

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

.\!flex-col-reverse {
  flex-direction: column-reverse !important;
}

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

.\!flex-wrap {
  flex-wrap: wrap !important;
}

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

.\!flex-nowrap {
  flex-wrap: nowrap !important;
}

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

.\!items-start {
  align-items: flex-start !important;
}

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

.\!items-end {
  align-items: flex-end !important;
}

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

.\!items-center {
  align-items: center !important;
}

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

.\!items-baseline {
  align-items: baseline !important;
}

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

.\!items-stretch {
  align-items: stretch !important;
}

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

.\!justify-normal {
  justify-content: normal !important;
}

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

.\!justify-start {
  justify-content: flex-start !important;
}

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

.\!justify-end {
  justify-content: flex-end !important;
}

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

.\!justify-center {
  justify-content: center !important;
}

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

.\!justify-between {
  justify-content: space-between !important;
}

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

.\!justify-around {
  justify-content: space-around !important;
}

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

.\!justify-evenly {
  justify-content: space-evenly !important;
}

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

.\!justify-stretch {
  justify-content: stretch !important;
}

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

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

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

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

.rounded-22 {
  border-radius: 22px;
}

.rounded-25 {
  border-radius: 25px;
}

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

.rounded-40 {
  border-radius: 40px;
}

.rounded-45 {
  border-radius: 45px;
}

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

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

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

.rounded-t-22 {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

.rounded-t-\[24px\] {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-gray-2 {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-gray-4 {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}

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

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 58 107 / var(--tw-bg-opacity, 1));
}

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

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

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-blue-1 {
  --tw-gradient-from: #152D55 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 45 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue-2 {
  --tw-gradient-to: #1D3A6B var(--tw-gradient-to-position);
}

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

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

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

.fill-gray-2 {
  fill: #CCCCCC;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!pt-\[10px\] {
  padding-top: 10px !important;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

.pl-4 {
  padding-left: 1rem;
}

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

.pl-8 {
  padding-left: 2rem;
}

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

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

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

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

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

.pr-4 {
  padding-right: 1rem;
}

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

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

.pr-8 {
  padding-right: 2rem;
}

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

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

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

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

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

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

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.font-satoshi {
  font-family: satoshi, sans-serif;
}

.font-transmute {
  font-family: transmute, sans-serif;
}

.text-11 {
  font-size: 11px;
}

.text-12 {
  font-size: 12px;
}

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

.text-16 {
  font-size: 16px;
}

.text-17 {
  font-size: 17px;
}

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

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-26 {
  font-size: 26px;
}

.text-30 {
  font-size: 30px;
}

.text-40 {
  font-size: 40px;
}

.\!font-bold {
  font-weight: 700 !important;
}

.\!font-light {
  font-weight: 300 !important;
}

.\!font-medium {
  font-weight: 500 !important;
}

.\!font-normal {
  font-weight: 400 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

.font-black {
  font-weight: 900;
}

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

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

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

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

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

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-none {
  line-height: 1;
}

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

.-tracking-\[-0\.32px\] {
  letter-spacing: 0.32px;
}

.-tracking-\[-0\.48px\] {
  letter-spacing: 0.48px;
}

.-tracking-\[-0\.8px\] {
  letter-spacing: 0.8px;
}

.-tracking-\[0\.32px\] {
  letter-spacing: -0.32px;
}

.-tracking-\[0\.36px\] {
  letter-spacing: -0.36px;
}

.-tracking-\[0\.48px\] {
  letter-spacing: -0.48px;
}

.-tracking-\[0\.9px\] {
  letter-spacing: -0.9px;
}

.-tracking-\[1px\] {
  letter-spacing: -1px;
}

.text-blue-2 {
  --tw-text-opacity: 1;
  color: rgb(29 58 107 / var(--tw-text-opacity, 1));
}

.text-du {
  --tw-text-opacity: 1;
  color: rgb(134 209 230 / var(--tw-text-opacity, 1));
}

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

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

.\!opacity-40 {
  opacity: 0.4 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-\[0_0_30px_0_\#1D3A6B26\] {
  --tw-shadow: 0 0 30px 0 #1D3A6B26;
  --tw-shadow-colored: 0 0 30px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.blur-md {
  --tw-blur: blur(12px);
  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);
}

.backdrop-blur-\[7px\] {
  --tw-backdrop-blur: blur(7px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

.duration-\[1s\] {
  transition-duration: 1s;
}

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

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

@media (min-width: 1536px) {
  .\32xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1785px) {
    .\32xl\:container {
      max-width: 1785px;
    }
  }

  @media (min-width: 1920px) {
    .\32xl\:container {
      max-width: 1920px;
    }
  }

  @media (min-width: 2560px) {
    .\32xl\:container {
      max-width: 2560px;
    }
  }

  @media (min-width: 3840px) {
    .\32xl\:container {
      max-width: 3840px;
    }
  }
}

.placeholder\:text-16::-moz-placeholder {
  font-size: 16px;
}

.placeholder\:text-16::placeholder {
  font-size: 16px;
}

.placeholder\:-tracking-\[0\.32px\]::-moz-placeholder {
  letter-spacing: -0.32px;
}

.placeholder\:-tracking-\[0\.32px\]::placeholder {
  letter-spacing: -0.32px;
}

.placeholder\:text-blue-2::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(29 58 107 / var(--tw-text-opacity, 1));
}

.placeholder\:text-blue-2::placeholder {
  --tw-text-opacity: 1;
  color: rgb(29 58 107 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

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

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

.before\:-translate-x-2::before {
  content: var(--tw-content);
  --tw-translate-x: -0.5rem;
  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));
}

.before\:-translate-x-3::before {
  content: var(--tw-content);
  --tw-translate-x: -0.75rem;
  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));
}

.before\:-translate-x-\[6px\]::before {
  content: var(--tw-content);
  --tw-translate-x: -6px;
  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));
}

.before\:-translate-y-2::before {
  content: var(--tw-content);
  --tw-translate-y: -0.5rem;
  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));
}

.before\:-translate-y-3::before {
  content: var(--tw-content);
  --tw-translate-y: -0.75rem;
  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));
}

.before\:-translate-y-\[6px\]::before {
  content: var(--tw-content);
  --tw-translate-y: -6px;
  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));
}

.before\:rounded-25::before {
  content: var(--tw-content);
  border-radius: 25px;
}

.before\:rounded-40::before {
  content: var(--tw-content);
  border-radius: 40px;
}

.before\:border-2::before {
  content: var(--tw-content);
  border-width: 2px;
}

.before\:border-solid::before {
  content: var(--tw-content);
  border-style: solid;
}

.before\:border-white::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.before\:bg-transparent::before {
  content: var(--tw-content);
  background-color: transparent;
}

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

.after\:\!h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px !important;
}

.hover\:border-none:hover {
  border-style: none;
}

.hover\:bg-\[\#1A3663\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 54 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gradient-to-b:hover {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.hover\:from-\[\#1A3663\]:hover {
  --tw-gradient-from: #1A3663 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 54 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-\[\#050B14\]:hover {
  --tw-gradient-to: #050B14 var(--tw-gradient-to-position);
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

@media (min-width: 480px) {
  .xs\:w-\[calc\(100\%-46px\)\] {
    width: calc(100% - 46px);
  }

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

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

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

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

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

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

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

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

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

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

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

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

  .sm\:text-26 {
    font-size: 26px;
  }
}

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:text-16 {
    font-size: 16px;
  }

  .md\:text-17 {
    font-size: 17px;
  }

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

  .md\:text-26 {
    font-size: 26px;
  }

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

  .before\:md\:-translate-x-6::before {
    content: var(--tw-content);
    --tw-translate-x: -1.5rem;
    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));
  }

  .before\:md\:-translate-y-6::before {
    content: var(--tw-content);
    --tw-translate-y: -1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 769px) {
  .min-\[769px\]\:block {
    display: block;
  }
}

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

  .lg\:\!mt-10 {
    margin-top: 2.5rem !important;
  }

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

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

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

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

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

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

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

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

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

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

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

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

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

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

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

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

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

  .lg\:text-14 {
    font-size: 14px;
  }

  .lg\:text-16 {
    font-size: 16px;
  }

  .lg\:text-17 {
    font-size: 17px;
  }

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

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

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

  .lg\:text-36 {
    font-size: 36px;
  }

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

@media (min-width: 1280px) {
  .xl\:right-28 {
    right: 7rem;
  }

  .xl\:\!ml-\[30px\] {
    margin-left: 30px !important;
  }

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

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

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

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

  .xl\:w-2\/5 {
    width: 40%;
  }

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

  .xl\:w-6\/12 {
    width: 50%;
  }

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

  .xl\:\!max-w-\[1200px\] {
    max-width: 1200px !important;
  }

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

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

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

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

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

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

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

  .xl\:rounded-30 {
    border-radius: 30px;
  }

  .xl\:rounded-t-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

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

  .xl\:p-7 {
    padding: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

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

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

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

  .xl\:pl-8 {
    padding-left: 2rem;
  }

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

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

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

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

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

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

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

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

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

  .xl\:text-end {
    text-align: end;
  }

  .xl\:text-16 {
    font-size: 16px;
  }

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

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

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

  .xl\:text-36 {
    font-size: 36px;
  }

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

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

  .xl\:leading-26 {
    line-height: 26px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:-right-32 {
    right: -8rem;
  }

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

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

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

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

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

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

  .\32xl\:h-\[140px\] {
    height: 140px;
  }

  .\32xl\:h-\[316px\] {
    height: 316px;
  }

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

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

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

  .\32xl\:max-w-\[35px\] {
    max-width: 35px;
  }

  .\32xl\:max-w-\[530px\] {
    max-width: 530px;
  }

  .\32xl\:gap-2 {
    gap: 0.5rem;
  }

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

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

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

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

  .\32xl\:\!pb-\[60px\] {
    padding-bottom: 60px !important;
  }

  .\32xl\:\!pt-\[30px\] {
    padding-top: 30px !important;
  }

  .\32xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

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

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

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

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

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

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

  .\32xl\:pr-\[100px\] {
    padding-right: 100px;
  }

  .\32xl\:pr-\[140px\] {
    padding-right: 140px;
  }

  .\32xl\:pr-\[35px\] {
    padding-right: 35px;
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

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

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

  .\32xl\:text-16 {
    font-size: 16px;
  }

  .\32xl\:text-20 {
    font-size: 20px;
  }

  .\32xl\:text-24 {
    font-size: 24px;
  }

  .\32xl\:text-36 {
    font-size: 36px;
  }

  .\32xl\:text-40 {
    font-size: 40px;
  }

  .\32xl\:text-45 {
    font-size: 45px;
  }
}

@media (min-width: 1785px) {
  .\33xl\:-right-36 {
    right: -9rem;
  }

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

  .\33xl\:h-\[170px\] {
    height: 170px;
  }

  .\33xl\:h-\[510px\] {
    height: 510px;
  }

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

  .\33xl\:\!max-w-\[1760px\] {
    max-width: 1760px !important;
  }

  .\33xl\:max-w-\[1540px\] {
    max-width: 1540px;
  }

  .\33xl\:max-w-\[1785px\] {
    max-width: 1785px;
  }

  .\33xl\:max-w-\[400px\] {
    max-width: 400px;
  }

  .\33xl\:max-w-\[55px\] {
    max-width: 55px;
  }

  .\33xl\:max-w-\[calc\(100\%-65px\)\] {
    max-width: calc(100% - 65px);
  }

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

  .\33xl\:gap-3 {
    gap: 0.75rem;
  }

  .\33xl\:pl-0 {
    padding-left: 0px;
  }

  .\33xl\:pt-0 {
    padding-top: 0px;
  }

  .\33xl\:text-14 {
    font-size: 14px;
  }

  .\33xl\:text-16 {
    font-size: 16px;
  }

  .\33xl\:text-18 {
    font-size: 18px;
  }

  .\33xl\:text-24 {
    font-size: 24px;
  }

  .\33xl\:text-26 {
    font-size: 26px;
  }

  .\33xl\:text-40 {
    font-size: 40px;
  }

  .\33xl\:text-50 {
    font-size: 50px;
  }
}
