@charset "UTF-8";
/*------------------------------------*\
//  Global Styles
\*------------------------------------*/
/* tui ui library: base */
/* stylelint-disable */
[data-theme=tui],
[theme=tui],
:host([theme=tui]),
html.tui {
  --color-theme-base-dark: #1a7ead;
  --color-theme-base: #71cbf4;
  --color-theme-base-light: #c2e6fa;
  --color-theme-base-lighter: #e1f3fe;
  --color-theme-background: white;
  --color-theme-surface: white;
  --color-theme-base-variant: #09295d;
  --color-theme-base-variant-dark: #11516f;
  --color-theme-contrast: #fdb612;
  --color-theme-contrast-dark: #d99902;
  --color-theme-promotion: #d30d14;
  --color-on-theme-base-dark: #09295d;
  --color-on-theme-base: #09295d;
  --color-on-theme-base-light: #09295d;
  --color-on-theme-base-lighter: #09295d;
  --color-on-theme-background: #4d4d4d;
  --color-on-theme-surface: #4d4d4d;
  --color-on-theme-base-variant: white;
  --color-on-theme-base-variant-dark: white;
  --color-on-theme-contrast: black;
  --color-on-theme-contrast-dark: black;
  --color-on-theme-promotion: white;
  --color-achromatic-base: #d6d1c2;
  --color-achromatic-base-light: #e7e2da;
  --color-achromatic-base-lighter: #f3f0ec;
  --color-on-achromatic-base: #4d4d4d;
  --color-on-achromatic-base-light: #4d4d4d;
  --color-on-achromatic-base-lighter: #4d4d4d;
  --color-functional-base: #1a7ead;
  --color-functional-base-light: #b4d5e4;
  --color-functional-base-lighter: #e9f2f7;
  --color-functional-important-dark: #73070b;
  --color-functional-important: #d30d14;
  --color-functional-important-light: #fdd8d8;
  --color-functional-neutral-black: black;
  --color-functional-neutral-dark: #4d4d4d;
  --color-functional-neutral-light: #bababa;
  --color-functional-neutral-lighter: #dbdbdb;
  --color-functional-neutral: #737373;
  --color-functional-positive-dark: #506600;
  --color-functional-positive: #a8d600;
  --color-functional-positive-light: #eaf5bd;
  --color-functional-warning-dark: #d6a800;
  --color-functional-warning: #ffe100;
  --color-functional-warning-light: #fffbe0;
  --color-on-functional-base: white;
  --color-on-functional-base-light: #09295d;
  --color-on-functional-base-lighter: #09295d;
  --color-on-functional-important-dark: white;
  --color-on-functional-important-light: #09295d;
  --color-on-functional-important: white;
  --color-on-functional-neutral-black: white;
  --color-on-functional-neutral-dark: white;
  --color-on-functional-neutral-light: black;
  --color-on-functional-neutral-lighter: #4d4d4d;
  --color-on-functional-neutral: white;
  --color-on-functional-positive-dark: white;
  --color-on-functional-positive-light: #09295d;
  --color-on-functional-positive: #09295d;
  --color-on-functional-warning-dark: black;
  --color-on-functional-warning-light: black;
  --color-on-functional-warning: black;
  --color-text-heading: var(--color-theme-base-variant);
  --color-text-base: var(--color-functional-neutral-dark);
  --color-text-link: var(--color-functional-base);
  --color-text-promotion: var(--color-theme-promotion);
  --color-text-background: var(--color-theme-background);
  --color-transparent: rgba(9, 41, 93, 0.75);
  --color-transparent-variant: rgba(255, 255, 255, 0.75);
  --color-transparent-contrast: rgba(113, 203, 244, 0.75);
  --color-transparent-neutral: rgba(0, 0, 0, 0.5);
  --color-transparent-neutral-light: rgba(0, 0, 0, 0.3);
  --color-transparent-neutral-lighter: rgba(0, 0, 0, 0.15);
  --color-gradient-diagonal: linear-gradient(-120deg, hsla(360deg 100% 100% / 0%) 0%, hsla(360deg 100% 100% / 0%) 5%, hsla(360deg 100% 100% / 80%) 85%, hsla(360deg 100% 100% / 100%) 100%);
  --color-gradient-linear: linear-gradient(180deg, hsla(360deg 100% 100% / 0%) 0%, hsla(360deg 100% 100% / 0%) 5%, hsla(360deg 100% 100% / 80%) 85%, hsla(360deg 100% 100% / 100%) 100%);
  --color-gradient-light: hsla(360deg 100% 100% / 100%) 0%, hsla(360deg 100% 100% / 80%) 15%, hsla(360deg 100% 100% / 0%) 95%, hsla(360deg 100% 100% / 0%) 100%;
  --color-gradient-dark: hsla(217deg 83% 20% / 100%) 0%, hsla(217deg 83% 20% / 80%) 15%, hsla(217deg 83% 20% / 0%) 95%, hsla(217deg 83% 20% / 0%) 100%;
  --color-lighten-900: linear-gradient(180deg, rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 90%) 100%);
  --color-lighten-800: linear-gradient(180deg, rgb(255 255 255 / 80%) 0%, rgb(255 255 255 / 80%) 100%);
  --color-lighten-750: linear-gradient(180deg, rgb(255 255 255 / 75%) 0%, rgb(255 255 255 / 75%) 100%);
  --color-lighten-700: linear-gradient(180deg, rgb(255 255 255 / 70%) 0%, rgb(255 255 255 / 70%) 100%);
  --color-lighten-600: linear-gradient(180deg, rgb(255 255 255 / 60%) 0%, rgb(255 255 255 / 60%) 100%);
  --color-lighten-500: linear-gradient(180deg, rgb(255 255 255 / 50%) 0%, rgb(255 255 255 / 50%) 100%);
  --color-lighten-400: linear-gradient(180deg, rgb(255 255 255 / 40%) 0%, rgb(255 255 255 / 40%) 100%);
  --color-lighten-300: linear-gradient(180deg, rgb(255 255 255 / 30%) 0%, rgb(255 255 255 / 30%) 100%);
  --color-lighten-200: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(255 255 255 / 20%) 100%);
  --color-lighten-100: linear-gradient(180deg, rgb(255 255 255 / 10%) 0%, rgb(255 255 255 / 10%) 100%);
  --color-darken-150: linear-gradient(180deg, hsla(0deg 0% 0% / 15%) 0%, hsla(0deg 0% 0% / 15%) 100%);
  --color-darken-300: linear-gradient(180deg, hsla(0deg 0% 0% / 30%) 0%, hsla(0deg 0% 0% / 30%) 100%);
  --color-darken-600: linear-gradient(180deg, hsla(0deg 0% 0% / 30%) 0%, hsla(0deg 0% 0% / 30%) 100%);
  --font-family-primary: "TUITypeLight", tuitypelightregular, tui-type, arial, sans-serif;
  --font-family-base: "TUITypeLight", tuitypelightregular, tui-type, arial, sans-serif;
  --font-size-xsmall: .75rem;
  --font-size-small: 1rem;
  --font-size-medium: 1.125rem;
  --font-size-large: 1.5rem;
  --font-size-xlarge: 1.875rem;
  --font-size-xxlarge: 2.25rem;
  --font-size-xxxlarge: 2.625rem;
  --line-height-text-xsmall: 1.333;
  --line-height-text-small: 1.333;
  --line-height-text-medium: 1.333;
  --line-height-text-large: 1.333;
  --line-height-text-xlarge: 1.2;
  --line-height-text-xxlarge: 1.111;
  --line-height-text-xxxlarge: 1.047;
  --line-height-spaced: 1.556;
  --line-height-normal: 1.333;
  --line-height-baseline: 1;
  --font-fix: 1px;
  --grid-baseline: 4px;
  --layout-columns: 12;
  --layout-gutter-width: calc(var(--grid-baseline) * 4);
  --layout-float-breakpoint: 1220px;
  --layout-max-width: calc(var(--layout-float-breakpoint) + var(--layout-gutter-width));
  --spacing-0: 0;
  --spacing-05: calc(var(--grid-baseline) / 2);
  --spacing-1: var(--grid-baseline);
  --spacing-2: calc(var(--grid-baseline) * 2);
  --spacing-3: calc(var(--grid-baseline) * 3);
  --spacing-4: calc(var(--grid-baseline) * 4);
  --spacing-5: calc(var(--grid-baseline) * 5);
  --spacing-6: calc(var(--grid-baseline) * 6);
  --spacing-7: calc(var(--grid-baseline) * 7);
  --spacing-8: calc(var(--grid-baseline) * 8);
  --spacing-9: calc(var(--grid-baseline) * 9);
  --spacing-10: calc(var(--grid-baseline) * 10);
  --spacing-11: calc(var(--grid-baseline) * 11);
  --spacing-12: calc(var(--grid-baseline) * 12);
  --border-width-thin: .056em;
  --border-width-medium: .112em;
  --border-width-thick: .168em;
  --border-radius-0: 0;
  --border-radius-1: .125rem;
  --border-radius-2: .25rem;
  --border-radius-3: .375rem;
  --border-radius-4: .5rem;
  --border-radius-100: 100rem;
  --border-color-active-dark: var(--color-theme-base-variant);
  --border-color-active: var(--color-functional-base);
  --border-color-default: var(--color-functional-neutral);
  --border-color-important: var(--color-functional-important);
  --border-color-passive: var(--color-functional-neutral-light);
  --border-color-positive: var(--color-functional-positive);
  --border-color-text: var(--color-functional-neutral-dark);
  --layer-hidden: - 1;
  --layer-default: 0;
  --layer-top: 1;
  --layer-dropdown-background: 900;
  --layer-dropdown: 1000;
  --layer-sticky: 1020;
  --layer-fixed: 1030;
  --layer-modal-overlay: 1040;
  --layer-modal: 1050;
  --layer-popover: 1060;
  --layer-tooltip: 1070;
  --elevation-top: 0 0 2px 0 var(--shadow-color);
  --elevation-dropdown: 0 0 4px 0 var(--shadow-color);
  --elevation-sticky: 0 0 8px 0 var(--shadow-color);
  --elevation-fixed: 0 0 12px 0 var(--shadow-color);
  --elevation-modal: 0 0 16px 0 var(--shadow-color);
  --elevation-popover: 0 0 20px 0 var(--shadow-color);
  --elevation-tooltip: 0 0 24px 0 var(--shadow-color);
  --elevation-button: inset 0 -1px 0 0 var(--shadow-color);
  --elevation-focus: 0 0 0 2px var(--color-functional-base), 0 0 8px 0 var(--color-theme-base);
  --shadow-color: rgb(0 0 0 / 40%);
  --elevation-shadow-level-0: 0 0 4px 0 var(--shadow-color);
  --elevation-shadow-level-1: 0 0 8px 0 var(--shadow-color);
  --elevation-shadow-level-2: 0 0 12px 0 var(--shadow-color);
  --elevation-shadow-level-3: 0 0 16px 0 var(--shadow-color);
  --elevation-shadow-level-4: 0 0 20px 0 var(--shadow-color);
  --elevation-shadow-level-5: 0 0 24px 0 var(--shadow-color);
  --elevation-background-level-0: var(--color-theme-background);
  --elevation-background-level-1: var(--color-theme-base) var(--color-lighten-800);
  --elevation-background-level-2: var(--color-theme-base) var(--color-lighten-600);
  --elevation-background-level-3: var(--color-theme-base) var(--color-lighten-400);
  --elevation-background-level-4: var(--color-theme-base) var(--color-lighten-200);
  --elevation-background-level-5: var(--color-theme-base);
  --motion-delay-1: .1s;
  --motion-delay-2: .2s;
  --motion-delay-3: .5s;
  --motion-delay-4: .6s;
  --motion-delay-5: 1s;
  --motion-delay-none: 0s;
  --motion-duration-fast: .2s;
  --motion-duration-medium: .5s;
  --motion-duration-slow: .6s;
  --motion-timing-brand: cubic-bezier(.65, .05, .4, 1.3);
  --motion-timing-default: ease-in-out;
  --badge-border-radius: var(--border-radius-2);
  --card-border-radius: var(--border-radius-4);
  --eyecatcher-border-radius: var(--border-radius-100);
  --input-border-radius: var(--border-radius-2);
  --input-count-border-radius: var(--border-radius-100);
  --input-chip-choice-border-radius: var(--border-radius-100);
  --input-radio-border-radius: var(--border-radius-100);
  --input-toggle-border-radius: var(--border-radius-100);
  --review-border-radius: var(--border-radius-2);
  --stroke-border-radius: var(--border-radius-1);
  --button-border-radius-large: var(--border-radius-3);
  --button-border-radius-medium: var(--border-radius-2);
  --button-border-radius-small: var(--border-radius-1);
  --button-border-radius-xlarge: var(--border-radius-4);
  --button-border-radius: var(--border-radius-2);
  --button-border-width: 0;
  --button-disabled-border: transparent;
  --button-disabled-text: var(--color-on-functional-neutral-lighter);
  --button-disabled: var(--color-functional-neutral-lighter);
  --button-focus: 0 0 0 1px var(--color-theme-background), 0 0 0 3px var(--color-functional-base), 0 0 12px 0 var(--color-theme-base);
  --button-font-weight: 700;
  --button-height-large: 3rem;
  --button-height-medium: 2.5rem;
  --button-height-small: 2rem;
  --button-height-xlarge: 4rem;
  --button-space-large: 0 var(--spacing-3);
  --button-space-medium: 0 var(--spacing-2);
  --button-space-small: 0 var(--spacing-2);
  --button-space-xlarge: 0 var(--spacing-3);
  --button-ghost-active-image: var(--color-darken-300);
  --button-ghost-border: transparent;
  --button-ghost-hover-image: var(--color-darken-150);
  --button-ghost-hover-text: var(--color-theme-base-variant);
  --button-ghost-hover: transparent;
  --button-ghost-text: var(--color-functional-base);
  --button-ghost: transparent;
  --button-important-active-image: var(--color-darken-300);
  --button-important-border: transparent;
  --button-important-hover-image: var(--color-darken-150);
  --button-important-hover-text: var(--color-on-functional-important);
  --button-important-hover: var(--color-functional-important);
  --button-important-text: var(--color-on-functional-important);
  --button-important: var(--color-functional-important);
  --button-positive-active-image: var(--color-darken-300);
  --button-positive-border: transparent;
  --button-positive-hover-image: var(--color-darken-150);
  --button-positive-hover-text: var(--color-on-functional-positive);
  --button-positive-hover: var(--color-functional-positive);
  --button-positive-text: var(--color-on-functional-positive);
  --button-positive: var(--color-functional-positive);
  --button-primary-active-image: var(--color-darken-300);
  --button-primary-border: transparent;
  --button-primary-hover-image: var(--color-darken-150);
  --button-primary-hover-text: var(--color-on-theme-contrast);
  --button-primary-hover: var(--color-theme-contrast);
  --button-primary-text: var(--color-on-theme-contrast);
  --button-primary: var(--color-theme-contrast);
  --button-promotion-active-image: var(--color-darken-300);
  --button-promotion-border: transparent;
  --button-promotion-hover-image: var(--color-darken-150);
  --button-promotion-hover-text: var(--color-on-theme-promotion);
  --button-promotion-hover: var(--color-theme-promotion);
  --button-promotion-text: var(--color-on-theme-promotion);
  --button-promotion: var(--color-theme-promotion);
  --button-secondary-active-image: var(--color-darken-300);
  --button-secondary-border: transparent;
  --button-secondary-hover-image: var(--color-darken-150);
  --button-secondary-hover-text: var(--color-on-theme-base-variant);
  --button-secondary-hover: var(--color-theme-base-variant);
  --button-secondary-text: var(--color-on-theme-base-variant);
  --button-secondary: var(--color-theme-base-variant);
  --button-tertiary-active-image: var(--color-darken-300);
  --button-tertiary-border: transparent;
  --button-tertiary-hover-image: var(--color-darken-150);
  --button-tertiary-hover-text: var(--color-on-theme-base);
  --button-tertiary-hover: var(--color-theme-base);
  --button-tertiary-text: var(--color-on-theme-base);
  --button-tertiary: var(--color-theme-base);
  --input-background-active: var(--color-functional-base);
  --input-background-default: var(--color-theme-background);
  --input-background-error: var(--color-functional-important);
  --input-background-hover: var(--color-functional-base-light);
  --input-background-passive: var(--color-functional-neutral-lighter);
  --input-background-success: var(--color-functional-positive);
  --input-border-color-active: var(--color-functional-base);
  --input-border-color-default: var(--color-functional-neutral);
  --input-border-color-error: var(--color-functional-important);
  --input-border-color-hover: var(--color-functional-base);
  --input-border-color-passive: var(--color-functional-neutral-lighter);
  --input-border-color-success: var(--color-functional-positive);
  --input-border-width: var(--border-width-thin);
  --input-focus: 0 0 0 1px var(--color-functional-base), 0 0 8px 0 var(--color-theme-base);
  --input-icon-color-error: var(--color-functional-important);
  --input-icon-color-passive: var(--color-functional-neutral);
  --input-icon-color-success: var(--color-functional-positive);
  --input-indicator-on-active: var(--color-on-functional-base);
  --input-label-color-active: var(--color-functional-base);
  --input-label-color-default: var(--color-texxt-base);
  --input-label-color-error: var(--color-functional-important);
  --input-label-color-hover: var(--color-functional-base);
  --input-label-color-passive: var(--color-functional-neutral);
  --input-label-color-success: var(--color-functional-positive);
  --input-placeholder-default: var(--color-functional-neutral);
  --input-slider-border-radius: var(--border-radius-2);
  --input-slider-height: var(--border-width-medium);
  --input-slider-progress-background-default: var(--input-background-active);
  --input-slider-progress-background-passive: var(--input-background-passive);
  --input-slider-thumb-background-default: var(--input-background-default);
  --input-slider-thumb-background-passive: var(--input-background-passive);
  --input-slider-thumb-border-color-active: var(--input-border-color-active);
  --input-slider-thumb-border-color-default: var(--input-border-color-default);
  --input-slider-thumb-border-color-passive: var(--input-border-color-passive);
  --input-slider-thumb-border-radius: var(--border-radius-100);
  --input-slider-thumb-border-width: var(--input-border-width);
  --input-slider-thumb-size: 1.5rem;
  --input-slider-track-background-default: var(--color-functional-neutral-lighter);
  --input-slider-track-background-passive: var(--color-functional-neutral-lighter);
  --input-text-color-active: var(--color-functional-base);
  --input-text-color-default: var(--color-text-base);
  --input-text-color-error: var(--color-functional-important);
  --input-text-color-hover: var(--color-functional-base);
  --input-text-color-passive: var(--color-functional-neutral);
  --input-text-color-success: var(--color-functional-positive);
  --badge-background-primary: var(--color-theme-contrast);
  --badge-background-secondary: var(--color-theme-base-variant);
  --badge-background-tertiary: var(--color-theme-base);
  --badge-text-color-primary: var(--color-on-theme-contrast);
  --badge-text-color-secondary: var(--color-on-theme-base-variant);
  --badge-text-color-tertiary: var(--color-on-theme-base);
  --progress-background-light: var(--color-theme-base-lighter);
  --progress-background-default: var(--color-theme-base);
  --review-circle-background: var(--color-theme-base);
  --review-circle-text-color: var(--color-theme-background);
  --review-circle-trip-advisor: hsl(166deg 100% 34%);
  --skeleton-background-color: var(--color-functional-neutral-lighter);
  --skeleton-border-color: var(--color-functional-neutral-light);
  --skeleton-text-color: var(--color-functional-neutral);
  --link-text-color-default: var(--color-functional-base);
  --link-text-color-visited: var(--color-functional-base);
  --link-text-color-disabled: var(--color-functional-neutral);
  --link-underline-color-default: var(--color-theme-base);
  --link-underline-color-hover: var(--color-theme-base-light);
  --link-underline-color-active: var(--color-theme-base-lighter);
  --day-background-color: transparent;
  --day-border-color: transparent;
  --day-border-width: var(--border-width-thin);
  --day-border-radius: var(--border-radius-100);
  --day-font-size: var(--font-size-medium);
  --accordion-border-radius: var(--border-radius-2);
  --accordion-box-shadow: var(--elevation-top);
  --accordion-focus: var(--elevation-focus);
  --accordion-background-default: var(--color-theme-surface);
  --accordion-background-warning: var(--color-functional-warning-light);
  --accordion-background-info: var(--color-theme-base-lighter);
  --accordion-background-success: var(--color-functional-positive-light);
  --accordion-space: var(--spacing-2);
  --accordion-text-color-warning: var(--color-on-functional-warning-light);
  --accordion-text-color-info: var(--color-on-theme-base-lighter);
  --accordion-text-color-success: var(--color-on-functional-positive-light);
  --accordion-text-color-default: var(--color-text-base);
  --list-space: var(--spacing-2);
  --list-background-hover: var(--color-achromatic-base-lighter);
  --list-background-default: var(--color-theme-surface);
  --list-background-passive: var(--color-theme-surface);
  --list-text-color-passive: var(--text-color-passive);
  --list-text-color-hover: var(--color-on-achromatic-base-lighter);
  --list-meta-color: var(--color-functional-neutral);
  --icon-size: calc(var(--font-size-medium) * var(--line-height-text-medium));
  --icon-size-small: calc(var(--font-size-small) * var(--line-height-text-small));
  --icon-size-medium: calc(var(--font-size-medium) * var(--line-height-text-medium));
  --icon-size-large: calc(var(--font-size-large) * var(--line-height-text-large));
  --icon-size-xlarge: calc(var(--font-size-xlarge) * var(--line-height-text-xlarge));
  --icon-size-xxlarge: calc(var(--font-size-xxlarge) * var(--line-height-text-xxlarge));
  --icon-size-xxxlarge: calc(var(--font-size-xxxlarge) * var(--line-height-text-xxxlarge));
  --icon-stroke-width: var(--border-width-medium); }

/*# sourceMappingURL=tui.css.map */
/* stylelint-enable */
html {
  scroll-behavior: smooth; }

.text.mb-none {
  margin-bottom: unset; }

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

.alert.info {
  background-color: var(--color-theme-base-lighter);
  color: var(--color-on-theme-base-lighter); }

/* TODO: Override Ui-Libary Rem values */
[data-theme="tuiLight"], [theme="tuiLight"], :host([theme="tuiLight"]), html.tuiLight,
[data-theme="tui"], [theme="tui"], :host([theme="tui"]), html.tui {
  --font-size-xsmall: 12px !important;
  --font-size-small: 16px !important;
  --font-size-medium: 18px !important;
  --font-size-large: 24px !important;
  --font-size-xlarge: 30px !important;
  --font-size-xxlarge: 36px !important;
  --font-size-xxxlarge: 42px !important;
  --button-height-large: 48px !important;
  --button-height-medium: 40px !important;
  --button-height-small: 32px !important; }

/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/grid
*/
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/grid
* container
*/
.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 var(--layout-gutter-width);
  width: var(--layout-max-width); }

.container::before {
  content: "";
  display: table; }

.container::after {
  content: "";
  display: table;
  clear: both; }

/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/grid
* row
*/
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: calc(var(--layout-gutter-width) / -2);
  margin-right: calc(var(--layout-gutter-width) / -2); }

.row.no-gutters {
  margin-left: 0;
  margin-right: 0; }

.row.no-gutters > [class*=col], .row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/grid
* column
*/
.col {
  width: 100%;
  flex: 1 0 0;
  box-sizing: border-box;
  padding: 0 calc(var(--layout-gutter-width) / 2); }

.col.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col.col-1 {
  flex: 0 0 calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%); }

.col.col-2 {
  flex: 0 0 calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%); }

.col.col-3 {
  flex: 0 0 calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%); }

.col.col-4 {
  flex: 0 0 calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%); }

.col.col-5 {
  flex: 0 0 calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%); }

.col.col-6 {
  flex: 0 0 calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%); }

.col.col-7 {
  flex: 0 0 calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%); }

.col.col-8 {
  flex: 0 0 calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%); }

.col.col-9 {
  flex: 0 0 calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%); }

.col.col-10 {
  flex: 0 0 calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%); }

.col.col-11 {
  flex: 0 0 calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%); }

.col.col-12 {
  flex: 0 0 calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%); }

.col.order-1 {
  order: 1; }

.col.order-2 {
  order: 2; }

.col.order-3 {
  order: 3; }

.col.order-4 {
  order: 4; }

.col.order-5 {
  order: 5; }

.col.order-6 {
  order: 6; }

.col.order-7 {
  order: 7; }

.col.order-8 {
  order: 8; }

.col.order-9 {
  order: 9; }

.col.order-10 {
  order: 10; }

.col.order-11 {
  order: 11; }

.col.order-12 {
  order: 12; }

.col.order-first {
  order: -1; }

.col.order-last {
  order: 13; }

.col.order-reset {
  order: 0; }

.col.order-1 {
  order: 1; }

.col.order-2 {
  order: 2; }

.col.order-3 {
  order: 3; }

.col.order-4 {
  order: 4; }

.col.order-5 {
  order: 5; }

.col.order-6 {
  order: 6; }

.col.order-7 {
  order: 7; }

.col.order-8 {
  order: 8; }

.col.order-9 {
  order: 9; }

.col.order-10 {
  order: 10; }

.col.order-11 {
  order: 11; }

.col.order-12 {
  order: 12; }

.col.offset-reset {
  margin-left: 0; }

.col.offset-1 {
  margin-left: calc(1 / 12 * 100%); }

.col.offset-2 {
  margin-left: calc(2 / 12 * 100%); }

.col.offset-3 {
  margin-left: calc(3 / 12 * 100%); }

.col.offset-4 {
  margin-left: calc(4 / 12 * 100%); }

.col.offset-5 {
  margin-left: calc(5 / 12 * 100%); }

.col.offset-6 {
  margin-left: calc(6 / 12 * 100%); }

.col.offset-7 {
  margin-left: calc(7 / 12 * 100%); }

.col.offset-8 {
  margin-left: calc(8 / 12 * 100%); }

.col.offset-9 {
  margin-left: calc(9 / 12 * 100%); }

.col.offset-10 {
  margin-left: calc(10 / 12 * 100%); }

.col.offset-11 {
  margin-left: calc(11 / 12 * 100%); }

.col.offset-12 {
  margin-left: calc(12 / 12 * 100%); }

@media (min-width: 580px) {
  .col {
    width: 100%;
    flex: 1 0 0;
    box-sizing: border-box;
    padding: 0 calc(var(--layout-gutter-width) / 2); }
  .col.col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col.col-sm-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .col.col-sm-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .col.col-sm-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .col.col-sm-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .col.col-sm-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .col.col-sm-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .col.col-sm-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .col.col-sm-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .col.col-sm-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .col.col-sm-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .col.col-sm-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .col.col-sm-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .col.order-sm-1 {
    order: 1; }
  .col.order-sm-2 {
    order: 2; }
  .col.order-sm-3 {
    order: 3; }
  .col.order-sm-4 {
    order: 4; }
  .col.order-sm-5 {
    order: 5; }
  .col.order-sm-6 {
    order: 6; }
  .col.order-sm-7 {
    order: 7; }
  .col.order-sm-8 {
    order: 8; }
  .col.order-sm-9 {
    order: 9; }
  .col.order-sm-10 {
    order: 10; }
  .col.order-sm-11 {
    order: 11; }
  .col.order-sm-12 {
    order: 12; }
  .col.order-sm-first {
    order: -1; }
  .col.order-sm-last {
    order: 13; }
  .col.order-sm-reset {
    order: 0; }
  .col.order-sm-1 {
    order: 1; }
  .col.order-sm-2 {
    order: 2; }
  .col.order-sm-3 {
    order: 3; }
  .col.order-sm-4 {
    order: 4; }
  .col.order-sm-5 {
    order: 5; }
  .col.order-sm-6 {
    order: 6; }
  .col.order-sm-7 {
    order: 7; }
  .col.order-sm-8 {
    order: 8; }
  .col.order-sm-9 {
    order: 9; }
  .col.order-sm-10 {
    order: 10; }
  .col.order-sm-11 {
    order: 11; }
  .col.order-sm-12 {
    order: 12; }
  .col.offset-sm-reset {
    margin-left: 0; }
  .col.offset-sm-1 {
    margin-left: calc(1 / 12 * 100%); }
  .col.offset-sm-2 {
    margin-left: calc(2 / 12 * 100%); }
  .col.offset-sm-3 {
    margin-left: calc(3 / 12 * 100%); }
  .col.offset-sm-4 {
    margin-left: calc(4 / 12 * 100%); }
  .col.offset-sm-5 {
    margin-left: calc(5 / 12 * 100%); }
  .col.offset-sm-6 {
    margin-left: calc(6 / 12 * 100%); }
  .col.offset-sm-7 {
    margin-left: calc(7 / 12 * 100%); }
  .col.offset-sm-8 {
    margin-left: calc(8 / 12 * 100%); }
  .col.offset-sm-9 {
    margin-left: calc(9 / 12 * 100%); }
  .col.offset-sm-10 {
    margin-left: calc(10 / 12 * 100%); }
  .col.offset-sm-11 {
    margin-left: calc(11 / 12 * 100%); }
  .col.offset-sm-12 {
    margin-left: calc(12 / 12 * 100%); } }

@media (min-width: 760px) {
  .col {
    width: 100%;
    flex: 1 0 0;
    box-sizing: border-box;
    padding: 0 calc(var(--layout-gutter-width) / 2); }
  .col.col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col.col-md-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .col.col-md-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .col.col-md-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .col.col-md-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .col.col-md-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .col.col-md-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .col.col-md-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .col.col-md-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .col.col-md-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .col.col-md-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .col.col-md-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .col.col-md-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .col.order-md-1 {
    order: 1; }
  .col.order-md-2 {
    order: 2; }
  .col.order-md-3 {
    order: 3; }
  .col.order-md-4 {
    order: 4; }
  .col.order-md-5 {
    order: 5; }
  .col.order-md-6 {
    order: 6; }
  .col.order-md-7 {
    order: 7; }
  .col.order-md-8 {
    order: 8; }
  .col.order-md-9 {
    order: 9; }
  .col.order-md-10 {
    order: 10; }
  .col.order-md-11 {
    order: 11; }
  .col.order-md-12 {
    order: 12; }
  .col.order-md-first {
    order: -1; }
  .col.order-md-last {
    order: 13; }
  .col.order-md-reset {
    order: 0; }
  .col.order-md-1 {
    order: 1; }
  .col.order-md-2 {
    order: 2; }
  .col.order-md-3 {
    order: 3; }
  .col.order-md-4 {
    order: 4; }
  .col.order-md-5 {
    order: 5; }
  .col.order-md-6 {
    order: 6; }
  .col.order-md-7 {
    order: 7; }
  .col.order-md-8 {
    order: 8; }
  .col.order-md-9 {
    order: 9; }
  .col.order-md-10 {
    order: 10; }
  .col.order-md-11 {
    order: 11; }
  .col.order-md-12 {
    order: 12; }
  .col.offset-md-reset {
    margin-left: 0; }
  .col.offset-md-1 {
    margin-left: calc(1 / 12 * 100%); }
  .col.offset-md-2 {
    margin-left: calc(2 / 12 * 100%); }
  .col.offset-md-3 {
    margin-left: calc(3 / 12 * 100%); }
  .col.offset-md-4 {
    margin-left: calc(4 / 12 * 100%); }
  .col.offset-md-5 {
    margin-left: calc(5 / 12 * 100%); }
  .col.offset-md-6 {
    margin-left: calc(6 / 12 * 100%); }
  .col.offset-md-7 {
    margin-left: calc(7 / 12 * 100%); }
  .col.offset-md-8 {
    margin-left: calc(8 / 12 * 100%); }
  .col.offset-md-9 {
    margin-left: calc(9 / 12 * 100%); }
  .col.offset-md-10 {
    margin-left: calc(10 / 12 * 100%); }
  .col.offset-md-11 {
    margin-left: calc(11 / 12 * 100%); }
  .col.offset-md-12 {
    margin-left: calc(12 / 12 * 100%); } }

@media (min-width: 960px) {
  .col {
    width: 100%;
    flex: 1 0 0;
    box-sizing: border-box;
    padding: 0 calc(var(--layout-gutter-width) / 2); }
  .col.col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col.col-lg-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .col.col-lg-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .col.col-lg-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .col.col-lg-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .col.col-lg-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .col.col-lg-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .col.col-lg-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .col.col-lg-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .col.col-lg-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .col.col-lg-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .col.col-lg-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .col.col-lg-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .col.order-lg-1 {
    order: 1; }
  .col.order-lg-2 {
    order: 2; }
  .col.order-lg-3 {
    order: 3; }
  .col.order-lg-4 {
    order: 4; }
  .col.order-lg-5 {
    order: 5; }
  .col.order-lg-6 {
    order: 6; }
  .col.order-lg-7 {
    order: 7; }
  .col.order-lg-8 {
    order: 8; }
  .col.order-lg-9 {
    order: 9; }
  .col.order-lg-10 {
    order: 10; }
  .col.order-lg-11 {
    order: 11; }
  .col.order-lg-12 {
    order: 12; }
  .col.order-lg-first {
    order: -1; }
  .col.order-lg-last {
    order: 13; }
  .col.order-lg-reset {
    order: 0; }
  .col.order-lg-1 {
    order: 1; }
  .col.order-lg-2 {
    order: 2; }
  .col.order-lg-3 {
    order: 3; }
  .col.order-lg-4 {
    order: 4; }
  .col.order-lg-5 {
    order: 5; }
  .col.order-lg-6 {
    order: 6; }
  .col.order-lg-7 {
    order: 7; }
  .col.order-lg-8 {
    order: 8; }
  .col.order-lg-9 {
    order: 9; }
  .col.order-lg-10 {
    order: 10; }
  .col.order-lg-11 {
    order: 11; }
  .col.order-lg-12 {
    order: 12; }
  .col.offset-lg-reset {
    margin-left: 0; }
  .col.offset-lg-1 {
    margin-left: calc(1 / 12 * 100%); }
  .col.offset-lg-2 {
    margin-left: calc(2 / 12 * 100%); }
  .col.offset-lg-3 {
    margin-left: calc(3 / 12 * 100%); }
  .col.offset-lg-4 {
    margin-left: calc(4 / 12 * 100%); }
  .col.offset-lg-5 {
    margin-left: calc(5 / 12 * 100%); }
  .col.offset-lg-6 {
    margin-left: calc(6 / 12 * 100%); }
  .col.offset-lg-7 {
    margin-left: calc(7 / 12 * 100%); }
  .col.offset-lg-8 {
    margin-left: calc(8 / 12 * 100%); }
  .col.offset-lg-9 {
    margin-left: calc(9 / 12 * 100%); }
  .col.offset-lg-10 {
    margin-left: calc(10 / 12 * 100%); }
  .col.offset-lg-11 {
    margin-left: calc(11 / 12 * 100%); }
  .col.offset-lg-12 {
    margin-left: calc(12 / 12 * 100%); } }

@media (min-width: 1921px) {
  .col {
    width: 100%;
    flex: 1 0 0;
    box-sizing: border-box;
    padding: 0 calc(var(--layout-gutter-width) / 2); }
  .col.col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col.col-xl-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .col.col-xl-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .col.col-xl-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .col.col-xl-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .col.col-xl-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .col.col-xl-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .col.col-xl-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .col.col-xl-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .col.col-xl-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .col.col-xl-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .col.col-xl-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .col.col-xl-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .col.order-xl-1 {
    order: 1; }
  .col.order-xl-2 {
    order: 2; }
  .col.order-xl-3 {
    order: 3; }
  .col.order-xl-4 {
    order: 4; }
  .col.order-xl-5 {
    order: 5; }
  .col.order-xl-6 {
    order: 6; }
  .col.order-xl-7 {
    order: 7; }
  .col.order-xl-8 {
    order: 8; }
  .col.order-xl-9 {
    order: 9; }
  .col.order-xl-10 {
    order: 10; }
  .col.order-xl-11 {
    order: 11; }
  .col.order-xl-12 {
    order: 12; }
  .col.order-xl-first {
    order: -1; }
  .col.order-xl-last {
    order: 13; }
  .col.order-xl-reset {
    order: 0; }
  .col.order-xl-1 {
    order: 1; }
  .col.order-xl-2 {
    order: 2; }
  .col.order-xl-3 {
    order: 3; }
  .col.order-xl-4 {
    order: 4; }
  .col.order-xl-5 {
    order: 5; }
  .col.order-xl-6 {
    order: 6; }
  .col.order-xl-7 {
    order: 7; }
  .col.order-xl-8 {
    order: 8; }
  .col.order-xl-9 {
    order: 9; }
  .col.order-xl-10 {
    order: 10; }
  .col.order-xl-11 {
    order: 11; }
  .col.order-xl-12 {
    order: 12; }
  .col.offset-xl-reset {
    margin-left: 0; }
  .col.offset-xl-1 {
    margin-left: calc(1 / 12 * 100%); }
  .col.offset-xl-2 {
    margin-left: calc(2 / 12 * 100%); }
  .col.offset-xl-3 {
    margin-left: calc(3 / 12 * 100%); }
  .col.offset-xl-4 {
    margin-left: calc(4 / 12 * 100%); }
  .col.offset-xl-5 {
    margin-left: calc(5 / 12 * 100%); }
  .col.offset-xl-6 {
    margin-left: calc(6 / 12 * 100%); }
  .col.offset-xl-7 {
    margin-left: calc(7 / 12 * 100%); }
  .col.offset-xl-8 {
    margin-left: calc(8 / 12 * 100%); }
  .col.offset-xl-9 {
    margin-left: calc(9 / 12 * 100%); }
  .col.offset-xl-10 {
    margin-left: calc(10 / 12 * 100%); }
  .col.offset-xl-11 {
    margin-left: calc(11 / 12 * 100%); }
  .col.offset-xl-12 {
    margin-left: calc(12 / 12 * 100%); } }

.grid-baseline {
  position: relative; }

.grid-baseline::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Crect width='4' height='1' y='0' fill='%231A7EAD' opacity='.25' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: var(--grid-baseline);
  position: absolute;
  left: 0;
  top: 0; }

/*# sourceMappingURL=style.css.map */
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/grid
* column
*/
.col {
  width: 100%;
  flex: 1 0 0;
  box-sizing: border-box;
  padding: 0 calc(var(--layout-gutter-width) / 2); }

.col.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col.col-1 {
  flex: 0 0 calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%); }

.col.col-2 {
  flex: 0 0 calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%); }

.col.col-3 {
  flex: 0 0 calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%); }

.col.col-4 {
  flex: 0 0 calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%); }

.col.col-5 {
  flex: 0 0 calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%); }

.col.col-6 {
  flex: 0 0 calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%); }

.col.col-7 {
  flex: 0 0 calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%); }

.col.col-8 {
  flex: 0 0 calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%); }

.col.col-9 {
  flex: 0 0 calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%); }

.col.col-10 {
  flex: 0 0 calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%); }

.col.col-11 {
  flex: 0 0 calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%); }

.col.col-12 {
  flex: 0 0 calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%); }

.col.order-1 {
  order: 1; }

.col.order-2 {
  order: 2; }

.col.order-3 {
  order: 3; }

.col.order-4 {
  order: 4; }

.col.order-5 {
  order: 5; }

.col.order-6 {
  order: 6; }

.col.order-7 {
  order: 7; }

.col.order-8 {
  order: 8; }

.col.order-9 {
  order: 9; }

.col.order-10 {
  order: 10; }

.col.order-11 {
  order: 11; }

.col.order-12 {
  order: 12; }

.col.order-first {
  order: -1; }

.col.order-last {
  order: 13; }

.col.order-reset {
  order: 0; }

.col.order-1 {
  order: 1; }

.col.order-2 {
  order: 2; }

.col.order-3 {
  order: 3; }

.col.order-4 {
  order: 4; }

.col.order-5 {
  order: 5; }

.col.order-6 {
  order: 6; }

.col.order-7 {
  order: 7; }

.col.order-8 {
  order: 8; }

.col.order-9 {
  order: 9; }

.col.order-10 {
  order: 10; }

.col.order-11 {
  order: 11; }

.col.order-12 {
  order: 12; }

.col.offset-reset {
  margin-left: 0; }

.col.offset-1 {
  margin-left: calc(1 / 12 * 100%); }

.col.offset-2 {
  margin-left: calc(2 / 12 * 100%); }

.col.offset-3 {
  margin-left: calc(3 / 12 * 100%); }

.col.offset-4 {
  margin-left: calc(4 / 12 * 100%); }

.col.offset-5 {
  margin-left: calc(5 / 12 * 100%); }

.col.offset-6 {
  margin-left: calc(6 / 12 * 100%); }

.col.offset-7 {
  margin-left: calc(7 / 12 * 100%); }

.col.offset-8 {
  margin-left: calc(8 / 12 * 100%); }

.col.offset-9 {
  margin-left: calc(9 / 12 * 100%); }

.col.offset-10 {
  margin-left: calc(10 / 12 * 100%); }

.col.offset-11 {
  margin-left: calc(11 / 12 * 100%); }

.col.offset-12 {
  margin-left: calc(12 / 12 * 100%); }

@media (min-width: 580px) {
  .col {
    width: 100%;
    flex: 1 0 0;
    box-sizing: border-box;
    padding: 0 calc(var(--layout-gutter-width) / 2); }
  .col.col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col.col-sm-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .col.col-sm-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .col.col-sm-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .col.col-sm-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .col.col-sm-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .col.col-sm-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .col.col-sm-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .col.col-sm-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .col.col-sm-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .col.col-sm-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .col.col-sm-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .col.col-sm-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .col.order-sm-1 {
    order: 1; }
  .col.order-sm-2 {
    order: 2; }
  .col.order-sm-3 {
    order: 3; }
  .col.order-sm-4 {
    order: 4; }
  .col.order-sm-5 {
    order: 5; }
  .col.order-sm-6 {
    order: 6; }
  .col.order-sm-7 {
    order: 7; }
  .col.order-sm-8 {
    order: 8; }
  .col.order-sm-9 {
    order: 9; }
  .col.order-sm-10 {
    order: 10; }
  .col.order-sm-11 {
    order: 11; }
  .col.order-sm-12 {
    order: 12; }
  .col.order-sm-first {
    order: -1; }
  .col.order-sm-last {
    order: 13; }
  .col.order-sm-reset {
    order: 0; }
  .col.order-sm-1 {
    order: 1; }
  .col.order-sm-2 {
    order: 2; }
  .col.order-sm-3 {
    order: 3; }
  .col.order-sm-4 {
    order: 4; }
  .col.order-sm-5 {
    order: 5; }
  .col.order-sm-6 {
    order: 6; }
  .col.order-sm-7 {
    order: 7; }
  .col.order-sm-8 {
    order: 8; }
  .col.order-sm-9 {
    order: 9; }
  .col.order-sm-10 {
    order: 10; }
  .col.order-sm-11 {
    order: 11; }
  .col.order-sm-12 {
    order: 12; }
  .col.offset-sm-reset {
    margin-left: 0; }
  .col.offset-sm-1 {
    margin-left: calc(1 / 12 * 100%); }
  .col.offset-sm-2 {
    margin-left: calc(2 / 12 * 100%); }
  .col.offset-sm-3 {
    margin-left: calc(3 / 12 * 100%); }
  .col.offset-sm-4 {
    margin-left: calc(4 / 12 * 100%); }
  .col.offset-sm-5 {
    margin-left: calc(5 / 12 * 100%); }
  .col.offset-sm-6 {
    margin-left: calc(6 / 12 * 100%); }
  .col.offset-sm-7 {
    margin-left: calc(7 / 12 * 100%); }
  .col.offset-sm-8 {
    margin-left: calc(8 / 12 * 100%); }
  .col.offset-sm-9 {
    margin-left: calc(9 / 12 * 100%); }
  .col.offset-sm-10 {
    margin-left: calc(10 / 12 * 100%); }
  .col.offset-sm-11 {
    margin-left: calc(11 / 12 * 100%); }
  .col.offset-sm-12 {
    margin-left: calc(12 / 12 * 100%); } }

@media (min-width: 760px) {
  .col {
    width: 100%;
    flex: 1 0 0;
    box-sizing: border-box;
    padding: 0 calc(var(--layout-gutter-width) / 2); }
  .col.col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col.col-md-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .col.col-md-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .col.col-md-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .col.col-md-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .col.col-md-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .col.col-md-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .col.col-md-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .col.col-md-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .col.col-md-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .col.col-md-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .col.col-md-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .col.col-md-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .col.order-md-1 {
    order: 1; }
  .col.order-md-2 {
    order: 2; }
  .col.order-md-3 {
    order: 3; }
  .col.order-md-4 {
    order: 4; }
  .col.order-md-5 {
    order: 5; }
  .col.order-md-6 {
    order: 6; }
  .col.order-md-7 {
    order: 7; }
  .col.order-md-8 {
    order: 8; }
  .col.order-md-9 {
    order: 9; }
  .col.order-md-10 {
    order: 10; }
  .col.order-md-11 {
    order: 11; }
  .col.order-md-12 {
    order: 12; }
  .col.order-md-first {
    order: -1; }
  .col.order-md-last {
    order: 13; }
  .col.order-md-reset {
    order: 0; }
  .col.order-md-1 {
    order: 1; }
  .col.order-md-2 {
    order: 2; }
  .col.order-md-3 {
    order: 3; }
  .col.order-md-4 {
    order: 4; }
  .col.order-md-5 {
    order: 5; }
  .col.order-md-6 {
    order: 6; }
  .col.order-md-7 {
    order: 7; }
  .col.order-md-8 {
    order: 8; }
  .col.order-md-9 {
    order: 9; }
  .col.order-md-10 {
    order: 10; }
  .col.order-md-11 {
    order: 11; }
  .col.order-md-12 {
    order: 12; }
  .col.offset-md-reset {
    margin-left: 0; }
  .col.offset-md-1 {
    margin-left: calc(1 / 12 * 100%); }
  .col.offset-md-2 {
    margin-left: calc(2 / 12 * 100%); }
  .col.offset-md-3 {
    margin-left: calc(3 / 12 * 100%); }
  .col.offset-md-4 {
    margin-left: calc(4 / 12 * 100%); }
  .col.offset-md-5 {
    margin-left: calc(5 / 12 * 100%); }
  .col.offset-md-6 {
    margin-left: calc(6 / 12 * 100%); }
  .col.offset-md-7 {
    margin-left: calc(7 / 12 * 100%); }
  .col.offset-md-8 {
    margin-left: calc(8 / 12 * 100%); }
  .col.offset-md-9 {
    margin-left: calc(9 / 12 * 100%); }
  .col.offset-md-10 {
    margin-left: calc(10 / 12 * 100%); }
  .col.offset-md-11 {
    margin-left: calc(11 / 12 * 100%); }
  .col.offset-md-12 {
    margin-left: calc(12 / 12 * 100%); } }

@media (min-width: 960px) {
  .col {
    width: 100%;
    flex: 1 0 0;
    box-sizing: border-box;
    padding: 0 calc(var(--layout-gutter-width) / 2); }
  .col.col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col.col-lg-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .col.col-lg-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .col.col-lg-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .col.col-lg-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .col.col-lg-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .col.col-lg-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .col.col-lg-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .col.col-lg-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .col.col-lg-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .col.col-lg-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .col.col-lg-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .col.col-lg-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .col.order-lg-1 {
    order: 1; }
  .col.order-lg-2 {
    order: 2; }
  .col.order-lg-3 {
    order: 3; }
  .col.order-lg-4 {
    order: 4; }
  .col.order-lg-5 {
    order: 5; }
  .col.order-lg-6 {
    order: 6; }
  .col.order-lg-7 {
    order: 7; }
  .col.order-lg-8 {
    order: 8; }
  .col.order-lg-9 {
    order: 9; }
  .col.order-lg-10 {
    order: 10; }
  .col.order-lg-11 {
    order: 11; }
  .col.order-lg-12 {
    order: 12; }
  .col.order-lg-first {
    order: -1; }
  .col.order-lg-last {
    order: 13; }
  .col.order-lg-reset {
    order: 0; }
  .col.order-lg-1 {
    order: 1; }
  .col.order-lg-2 {
    order: 2; }
  .col.order-lg-3 {
    order: 3; }
  .col.order-lg-4 {
    order: 4; }
  .col.order-lg-5 {
    order: 5; }
  .col.order-lg-6 {
    order: 6; }
  .col.order-lg-7 {
    order: 7; }
  .col.order-lg-8 {
    order: 8; }
  .col.order-lg-9 {
    order: 9; }
  .col.order-lg-10 {
    order: 10; }
  .col.order-lg-11 {
    order: 11; }
  .col.order-lg-12 {
    order: 12; }
  .col.offset-lg-reset {
    margin-left: 0; }
  .col.offset-lg-1 {
    margin-left: calc(1 / 12 * 100%); }
  .col.offset-lg-2 {
    margin-left: calc(2 / 12 * 100%); }
  .col.offset-lg-3 {
    margin-left: calc(3 / 12 * 100%); }
  .col.offset-lg-4 {
    margin-left: calc(4 / 12 * 100%); }
  .col.offset-lg-5 {
    margin-left: calc(5 / 12 * 100%); }
  .col.offset-lg-6 {
    margin-left: calc(6 / 12 * 100%); }
  .col.offset-lg-7 {
    margin-left: calc(7 / 12 * 100%); }
  .col.offset-lg-8 {
    margin-left: calc(8 / 12 * 100%); }
  .col.offset-lg-9 {
    margin-left: calc(9 / 12 * 100%); }
  .col.offset-lg-10 {
    margin-left: calc(10 / 12 * 100%); }
  .col.offset-lg-11 {
    margin-left: calc(11 / 12 * 100%); }
  .col.offset-lg-12 {
    margin-left: calc(12 / 12 * 100%); } }

@media (min-width: 1921px) {
  .col {
    width: 100%;
    flex: 1 0 0;
    box-sizing: border-box;
    padding: 0 calc(var(--layout-gutter-width) / 2); }
  .col.col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col.col-xl-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .col.col-xl-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .col.col-xl-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .col.col-xl-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .col.col-xl-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .col.col-xl-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .col.col-xl-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .col.col-xl-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .col.col-xl-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .col.col-xl-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .col.col-xl-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .col.col-xl-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .col.order-xl-1 {
    order: 1; }
  .col.order-xl-2 {
    order: 2; }
  .col.order-xl-3 {
    order: 3; }
  .col.order-xl-4 {
    order: 4; }
  .col.order-xl-5 {
    order: 5; }
  .col.order-xl-6 {
    order: 6; }
  .col.order-xl-7 {
    order: 7; }
  .col.order-xl-8 {
    order: 8; }
  .col.order-xl-9 {
    order: 9; }
  .col.order-xl-10 {
    order: 10; }
  .col.order-xl-11 {
    order: 11; }
  .col.order-xl-12 {
    order: 12; }
  .col.order-xl-first {
    order: -1; }
  .col.order-xl-last {
    order: 13; }
  .col.order-xl-reset {
    order: 0; }
  .col.order-xl-1 {
    order: 1; }
  .col.order-xl-2 {
    order: 2; }
  .col.order-xl-3 {
    order: 3; }
  .col.order-xl-4 {
    order: 4; }
  .col.order-xl-5 {
    order: 5; }
  .col.order-xl-6 {
    order: 6; }
  .col.order-xl-7 {
    order: 7; }
  .col.order-xl-8 {
    order: 8; }
  .col.order-xl-9 {
    order: 9; }
  .col.order-xl-10 {
    order: 10; }
  .col.order-xl-11 {
    order: 11; }
  .col.order-xl-12 {
    order: 12; }
  .col.offset-xl-reset {
    margin-left: 0; }
  .col.offset-xl-1 {
    margin-left: calc(1 / 12 * 100%); }
  .col.offset-xl-2 {
    margin-left: calc(2 / 12 * 100%); }
  .col.offset-xl-3 {
    margin-left: calc(3 / 12 * 100%); }
  .col.offset-xl-4 {
    margin-left: calc(4 / 12 * 100%); }
  .col.offset-xl-5 {
    margin-left: calc(5 / 12 * 100%); }
  .col.offset-xl-6 {
    margin-left: calc(6 / 12 * 100%); }
  .col.offset-xl-7 {
    margin-left: calc(7 / 12 * 100%); }
  .col.offset-xl-8 {
    margin-left: calc(8 / 12 * 100%); }
  .col.offset-xl-9 {
    margin-left: calc(9 / 12 * 100%); }
  .col.offset-xl-10 {
    margin-left: calc(10 / 12 * 100%); }
  .col.offset-xl-11 {
    margin-left: calc(11 / 12 * 100%); }
  .col.offset-xl-12 {
    margin-left: calc(12 / 12 * 100%); } }

/*# sourceMappingURL=style.css.map */
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/grid
* container
*/
.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 var(--layout-gutter-width);
  width: var(--layout-max-width); }

.container::before {
  content: "";
  display: table; }

.container::after {
  content: "";
  display: table;
  clear: both; }

/*# sourceMappingURL=style.css.map */
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/grid
* row
*/
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: calc(var(--layout-gutter-width) / -2);
  margin-right: calc(var(--layout-gutter-width) / -2); }

.row.no-gutters {
  margin-left: 0;
  margin-right: 0; }

.row.no-gutters > [class*=col], .row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/*# sourceMappingURL=style.css.map */
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/buttons
*/
.m-none {
  margin: 0; }

.mt-none {
  margin-top: 0; }

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

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

.ml-none {
  margin-left: 0; }

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

.my-none {
  margin-top: 0;
  margin-bottom: 0; }

.m-4xs {
  margin: var(--spacing-1); }

.mt-4xs {
  margin-top: var(--spacing-1); }

.mr-4xs {
  margin-right: var(--spacing-1); }

.mb-4xs {
  margin-bottom: var(--spacing-1); }

.ml-4xs {
  margin-left: var(--spacing-1); }

.mx-4xs {
  margin-left: var(--spacing-1);
  margin-right: var(--spacing-1); }

.my-4xs {
  margin-top: var(--spacing-1);
  margin-bottom: var(--spacing-1); }

.m-3xs {
  margin: var(--spacing-2); }

.mt-3xs {
  margin-top: var(--spacing-2); }

.mr-3xs {
  margin-right: var(--spacing-2); }

.mb-3xs {
  margin-bottom: var(--spacing-2); }

.ml-3xs {
  margin-left: var(--spacing-2); }

.mx-3xs {
  margin-left: var(--spacing-2);
  margin-right: var(--spacing-2); }

.my-3xs {
  margin-top: var(--spacing-2);
  margin-bottom: var(--spacing-2); }

.m-2xs {
  margin: var(--spacing-3); }

.mt-2xs {
  margin-top: var(--spacing-3); }

.mr-2xs {
  margin-right: var(--spacing-3); }

.mb-2xs {
  margin-bottom: var(--spacing-3); }

.ml-2xs {
  margin-left: var(--spacing-3); }

.mx-2xs {
  margin-left: var(--spacing-3);
  margin-right: var(--spacing-3); }

.my-2xs {
  margin-top: var(--spacing-3);
  margin-bottom: var(--spacing-3); }

.m-xs {
  margin: var(--spacing-4); }

.mt-xs {
  margin-top: var(--spacing-4); }

.mr-xs {
  margin-right: var(--spacing-4); }

.mb-xs {
  margin-bottom: var(--spacing-4); }

.ml-xs {
  margin-left: var(--spacing-4); }

.mx-xs {
  margin-left: var(--spacing-4);
  margin-right: var(--spacing-4); }

.my-xs {
  margin-top: var(--spacing-4);
  margin-bottom: var(--spacing-4); }

.m-sm {
  margin: var(--spacing-5); }

.mt-sm {
  margin-top: var(--spacing-5); }

.mr-sm {
  margin-right: var(--spacing-5); }

.mb-sm {
  margin-bottom: var(--spacing-5); }

.ml-sm {
  margin-left: var(--spacing-5); }

.mx-sm {
  margin-left: var(--spacing-5);
  margin-right: var(--spacing-5); }

.my-sm {
  margin-top: var(--spacing-5);
  margin-bottom: var(--spacing-5); }

.m-md {
  margin: var(--spacing-6); }

.mt-md {
  margin-top: var(--spacing-6); }

.mr-md {
  margin-right: var(--spacing-6); }

.mb-md {
  margin-bottom: var(--spacing-6); }

.ml-md {
  margin-left: var(--spacing-6); }

.mx-md {
  margin-left: var(--spacing-6);
  margin-right: var(--spacing-6); }

.my-md {
  margin-top: var(--spacing-6);
  margin-bottom: var(--spacing-6); }

.m-lg {
  margin: var(--spacing-7); }

.mt-lg {
  margin-top: var(--spacing-7); }

.mr-lg {
  margin-right: var(--spacing-7); }

.mb-lg {
  margin-bottom: var(--spacing-7); }

.ml-lg {
  margin-left: var(--spacing-7); }

.mx-lg {
  margin-left: var(--spacing-7);
  margin-right: var(--spacing-7); }

.my-lg {
  margin-top: var(--spacing-7);
  margin-bottom: var(--spacing-7); }

.m-xl {
  margin: var(--spacing-8); }

.mt-xl {
  margin-top: var(--spacing-8); }

.mr-xl {
  margin-right: var(--spacing-8); }

.mb-xl {
  margin-bottom: var(--spacing-8); }

.ml-xl {
  margin-left: var(--spacing-8); }

.mx-xl {
  margin-left: var(--spacing-8);
  margin-right: var(--spacing-8); }

.my-xl {
  margin-top: var(--spacing-8);
  margin-bottom: var(--spacing-8); }

.m-2xl {
  margin: var(--spacing-9); }

.mt-2xl {
  margin-top: var(--spacing-9); }

.mr-2xl {
  margin-right: var(--spacing-9); }

.mb-2xl {
  margin-bottom: var(--spacing-9); }

.ml-2xl {
  margin-left: var(--spacing-9); }

.mx-2xl {
  margin-left: var(--spacing-9);
  margin-right: var(--spacing-9); }

.my-2xl {
  margin-top: var(--spacing-9);
  margin-bottom: var(--spacing-9); }

.m-3xl {
  margin: var(--spacing-10); }

.mt-3xl {
  margin-top: var(--spacing-10); }

.mr-3xl {
  margin-right: var(--spacing-10); }

.mb-3xl {
  margin-bottom: var(--spacing-10); }

.ml-3xl {
  margin-left: var(--spacing-10); }

.mx-3xl {
  margin-left: var(--spacing-10);
  margin-right: var(--spacing-10); }

.my-3xl {
  margin-top: var(--spacing-10);
  margin-bottom: var(--spacing-10); }

.m-4xl {
  margin: var(--spacing-11); }

.mt-4xl {
  margin-top: var(--spacing-11); }

.mr-4xl {
  margin-right: var(--spacing-11); }

.mb-4xl {
  margin-bottom: var(--spacing-11); }

.ml-4xl {
  margin-left: var(--spacing-11); }

.mx-4xl {
  margin-left: var(--spacing-11);
  margin-right: var(--spacing-11); }

.my-4xl {
  margin-top: var(--spacing-11);
  margin-bottom: var(--spacing-11); }

.m-5xl {
  margin: var(--spacing-12); }

.mt-5xl {
  margin-top: var(--spacing-12); }

.mr-5xl {
  margin-right: var(--spacing-12); }

.mb-5xl {
  margin-bottom: var(--spacing-12); }

.ml-5xl {
  margin-left: var(--spacing-12); }

.mx-5xl {
  margin-left: var(--spacing-12);
  margin-right: var(--spacing-12); }

.my-5xl {
  margin-top: var(--spacing-12);
  margin-bottom: var(--spacing-12); }

.p-none {
  padding: 0; }

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

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

.pb-none {
  padding-bottom: 0; }

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

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

.py-none {
  padding-top: 0;
  padding-bottom: 0; }

.p-4xs {
  padding: var(--spacing-1); }

.pt-4xs {
  padding-top: var(--spacing-1); }

.pr-4xs {
  padding-right: var(--spacing-1); }

.pb-4xs {
  padding-bottom: var(--spacing-1); }

.pl-4xs {
  padding-left: var(--spacing-1); }

.px-4xs {
  padding-left: var(--spacing-1);
  padding-right: var(--spacing-1); }

.py-4xs {
  padding-top: var(--spacing-1);
  padding-bottom: var(--spacing-1); }

.p-3xs {
  padding: var(--spacing-2); }

.pt-3xs {
  padding-top: var(--spacing-2); }

.pr-3xs {
  padding-right: var(--spacing-2); }

.pb-3xs {
  padding-bottom: var(--spacing-2); }

.pl-3xs {
  padding-left: var(--spacing-2); }

.px-3xs {
  padding-left: var(--spacing-2);
  padding-right: var(--spacing-2); }

.py-3xs {
  padding-top: var(--spacing-2);
  padding-bottom: var(--spacing-2); }

.p-2xs {
  padding: var(--spacing-3); }

.pt-2xs {
  padding-top: var(--spacing-3); }

.pr-2xs {
  padding-right: var(--spacing-3); }

.pb-2xs {
  padding-bottom: var(--spacing-3); }

.pl-2xs {
  padding-left: var(--spacing-3); }

.px-2xs {
  padding-left: var(--spacing-3);
  padding-right: var(--spacing-3); }

.py-2xs {
  padding-top: var(--spacing-3);
  padding-bottom: var(--spacing-3); }

.p-xs {
  padding: var(--spacing-4); }

.pt-xs {
  padding-top: var(--spacing-4); }

.pr-xs {
  padding-right: var(--spacing-4); }

.pb-xs {
  padding-bottom: var(--spacing-4); }

.pl-xs {
  padding-left: var(--spacing-4); }

.px-xs {
  padding-left: var(--spacing-4);
  padding-right: var(--spacing-4); }

.py-xs {
  padding-top: var(--spacing-4);
  padding-bottom: var(--spacing-4); }

.p-sm {
  padding: var(--spacing-5); }

.pt-sm {
  padding-top: var(--spacing-5); }

.pr-sm {
  padding-right: var(--spacing-5); }

.pb-sm {
  padding-bottom: var(--spacing-5); }

.pl-sm {
  padding-left: var(--spacing-5); }

.px-sm {
  padding-left: var(--spacing-5);
  padding-right: var(--spacing-5); }

.py-sm {
  padding-top: var(--spacing-5);
  padding-bottom: var(--spacing-5); }

.p-md {
  padding: var(--spacing-6); }

.pt-md {
  padding-top: var(--spacing-6); }

.pr-md {
  padding-right: var(--spacing-6); }

.pb-md {
  padding-bottom: var(--spacing-6); }

.pl-md {
  padding-left: var(--spacing-6); }

.px-md {
  padding-left: var(--spacing-6);
  padding-right: var(--spacing-6); }

.py-md {
  padding-top: var(--spacing-6);
  padding-bottom: var(--spacing-6); }

.p-lg {
  padding: var(--spacing-7); }

.pt-lg {
  padding-top: var(--spacing-7); }

.pr-lg {
  padding-right: var(--spacing-7); }

.pb-lg {
  padding-bottom: var(--spacing-7); }

.pl-lg {
  padding-left: var(--spacing-7); }

.px-lg {
  padding-left: var(--spacing-7);
  padding-right: var(--spacing-7); }

.py-lg {
  padding-top: var(--spacing-7);
  padding-bottom: var(--spacing-7); }

.p-xl {
  padding: var(--spacing-8); }

.pt-xl {
  padding-top: var(--spacing-8); }

.pr-xl {
  padding-right: var(--spacing-8); }

.pb-xl {
  padding-bottom: var(--spacing-8); }

.pl-xl {
  padding-left: var(--spacing-8); }

.px-xl {
  padding-left: var(--spacing-8);
  padding-right: var(--spacing-8); }

.py-xl {
  padding-top: var(--spacing-8);
  padding-bottom: var(--spacing-8); }

.p-2xl {
  padding: var(--spacing-9); }

.pt-2xl {
  padding-top: var(--spacing-9); }

.pr-2xl {
  padding-right: var(--spacing-9); }

.pb-2xl {
  padding-bottom: var(--spacing-9); }

.pl-2xl {
  padding-left: var(--spacing-9); }

.px-2xl {
  padding-left: var(--spacing-9);
  padding-right: var(--spacing-9); }

.py-2xl {
  padding-top: var(--spacing-9);
  padding-bottom: var(--spacing-9); }

.p-3xl {
  padding: var(--spacing-10); }

.pt-3xl {
  padding-top: var(--spacing-10); }

.pr-3xl {
  padding-right: var(--spacing-10); }

.pb-3xl {
  padding-bottom: var(--spacing-10); }

.pl-3xl {
  padding-left: var(--spacing-10); }

.px-3xl {
  padding-left: var(--spacing-10);
  padding-right: var(--spacing-10); }

.py-3xl {
  padding-top: var(--spacing-10);
  padding-bottom: var(--spacing-10); }

.p-4xl {
  padding: var(--spacing-11); }

.pt-4xl {
  padding-top: var(--spacing-11); }

.pr-4xl {
  padding-right: var(--spacing-11); }

.pb-4xl {
  padding-bottom: var(--spacing-11); }

.pl-4xl {
  padding-left: var(--spacing-11); }

.px-4xl {
  padding-left: var(--spacing-11);
  padding-right: var(--spacing-11); }

.py-4xl {
  padding-top: var(--spacing-11);
  padding-bottom: var(--spacing-11); }

.p-5xl {
  padding: var(--spacing-12); }

.pt-5xl {
  padding-top: var(--spacing-12); }

.pr-5xl {
  padding-right: var(--spacing-12); }

.pb-5xl {
  padding-bottom: var(--spacing-12); }

.pl-5xl {
  padding-left: var(--spacing-12); }

.px-5xl {
  padding-left: var(--spacing-12);
  padding-right: var(--spacing-12); }

.py-5xl {
  padding-top: var(--spacing-12);
  padding-bottom: var(--spacing-12); }

/*# sourceMappingURL=style.css.map */
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/typography
*/
p,
span,
.text {
  color: var(--color-text-base);
  font-family: var(--font-family-base);
  font-weight: normal;
  line-height: var(--line-height-normal); }

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  color: var(--color-text-heading);
  font-family: var(--font-family-primary);
  font-weight: normal;
  line-height: var(--line-height-normal); }

/* Font sizes */
h1,
.h1,
.text-xxxlarge {
  font-size: var(--font-size-xxxlarge);
  line-height: var(--line-height-text-xxxlarge);
  margin-bottom: calc(var(--line-height-text-xxxlarge) * var(--font-size-xxxlarge)); }

h2,
.h2,
.text-xxlarge {
  font-size: var(--font-size-xxlarge);
  line-height: var(--line-height-text-xxlarge);
  margin-bottom: calc(var(--line-height-text-xxlarge) * var(--font-size-xxlarge)); }

h3,
.h3,
.text-xlarge {
  font-size: var(--font-size-xlarge);
  line-height: var(--line-height-text-xlarge);
  margin-bottom: calc(var(--line-height-text-xlarge) * var(--font-size-xlarge)); }

h4,
.h4,
.text-large {
  font-size: var(--font-size-large);
  line-height: var(--line-height-text-large);
  margin-bottom: calc(var(--line-height-text-large) * var(--font-size-large)); }

h5,
.h5,
.text-medium {
  font-size: var(--font-size-medium);
  line-height: var(--line-height-text-medium);
  margin-bottom: calc(var(--line-height-text-medium) * var(--font-size-medium)); }

h6,
.h6,
small,
.text-small {
  font-size: var(--font-size-small);
  line-height: var(--line-height-text-small);
  margin-bottom: calc(var(--line-height-text-small) * var(--font-size-small)); }

sup,
sub,
.text-xsmall {
  font-size: var(--font-size-xsmall);
  line-height: var(--line-height-text-xsmall);
  margin-bottom: calc(var(--line-height-text-xsmall) * var(--font-size-xsmall)); }

.text.xsmall {
  font-size: var(--font-size-xsmall);
  line-height: var(--line-height-text-xsmall);
  margin-bottom: calc(var(--line-height-text-xsmall) * var(--font-size-xsmall)); }

.text.small {
  font-size: var(--font-size-small);
  line-height: var(--line-height-text-small);
  margin-bottom: calc(var(--line-height-text-small) * var(--font-size-small)); }

.text.medium {
  font-size: var(--font-size-medium);
  line-height: var(--line-height-text-medium);
  margin-bottom: calc(var(--line-height-text-medium) * var(--font-size-medium)); }

.text.large {
  font-size: var(--font-size-large);
  line-height: var(--line-height-text-large);
  margin-bottom: calc(var(--line-height-text-large) * var(--font-size-large)); }

.text.xlarge {
  font-size: var(--font-size-xlarge);
  line-height: var(--line-height-text-xlarge);
  margin-bottom: calc(var(--line-height-text-xlarge) * var(--font-size-xlarge)); }

.text.xxlarge {
  font-size: var(--font-size-xxlarge);
  line-height: var(--line-height-text-xxlarge);
  margin-bottom: calc(var(--line-height-text-xxlarge) * var(--font-size-xxlarge)); }

.text.xxxlarge {
  font-size: var(--font-size-xxxlarge);
  line-height: var(--line-height-text-xxxlarge);
  margin-bottom: calc(var(--line-height-text-xxxlarge) * var(--font-size-xxxlarge)); }

.text.heading {
  color: var(--color-text-heading);
  font-family: var(--font-family-primary);
  font-weight: normal;
  line-height: var(--line-height-normal); }

.text.base {
  color: var(--color-text-base);
  font-family: var(--font-family-base);
  font-weight: normal;
  line-height: var(--line-height-normal); }

.text.functional {
  color: var(--color-text-link);
  font-family: var(--font-family-base);
  font-weight: normal;
  line-height: var(--line-height-normal); }

.text.promotion {
  color: var(--color-text-promotion);
  font-family: var(--font-family-base);
  font-weight: normal;
  line-height: var(--line-height-normal); }

.text.background {
  color: var(--color-text-background);
  font-family: var(--font-family-base);
  font-weight: normal;
  line-height: var(--line-height-normal); }

/* line heights */
.line-height-normal {
  line-height: var(--line-height-normal); }

.line-height-spaced {
  line-height: var(--line-height-spaced); }

.line-height-baseline {
  line-height: var(--line-height-baseline); }

/* font weights */
.text-normal {
  font-family: var(--font-family-base);
  font-weight: 400; }

b,
strong,
.text-bold {
  font-family: var(--font-family-base);
  font-weight: 700; }

/* Text utilities */
.text-uppercase {
  text-transform: uppercase; }

.text-nospace {
  margin-bottom: 0; }

.text-wrap {
  white-space: normal; }

.text-nowrap {
  white-space: nowrap; }

.text-break {
  word-wrap: break-word;
  word-break: break-word; }

.text-decoration-none {
  text-decoration: none; }

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

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

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

.text-end {
  text-align: right; }

@media (min-width: 580px) {
  .text-sm-start {
    text-align: left; }
  .text-sm-center {
    text-align: center; }
  .text-sm-end {
    text-align: right; } }

@media (min-width: 760px) {
  .text-md-start {
    text-align: left; }
  .text-md-center {
    text-align: center; }
  .text-md-end {
    text-align: right; } }

@media (min-width: 960px) {
  .text-lg-start {
    text-align: left; }
  .text-lg-center {
    text-align: center; }
  .text-lg-end {
    text-align: right; } }

@media (min-width: 1921px) {
  .text-xl-start {
    text-align: left; }
  .text-xl-center {
    text-align: center; }
  .text-xl-end {
    text-align: right; } }

/*# sourceMappingURL=style.css.map */
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/buttons
*/
.button {
  background-color: var(--skeleton-background-color);
  border-color: var(--skeleton-border-color);
  border-radius: var(--button-border-radius-medium);
  border-style: solid;
  border-width: var(--button-border-width);
  box-shadow: var(--elevation-button);
  box-sizing: border-box;
  color: var(--skeleton-text-color);
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-medium);
  font-weight: var(--button-font-weight);
  line-height: 1em;
  min-height: var(--button-height-medium);
  min-width: var(--button-height-medium);
  outline: none;
  padding: var(--button-space-medium);
  text-align: center;
  text-decoration: none;
  transition: all var(--motion-duration-medium) var(--motion-timing-default);
  user-select: none;
  vertical-align: middle; }

.button.small {
  border-radius: var(--button-border-radius-small);
  font-size: var(--font-size-small);
  min-height: var(--button-height-small);
  min-width: var(--button-height-small);
  padding: var(--button-space-small); }

.button.medium {
  border-radius: var(--button-border-radius-medium);
  font-size: var(--font-size-medium);
  min-height: var(--button-height-medium);
  min-width: var(--button-height-medium);
  padding: var(--button-space-medium); }

.button.large {
  border-radius: var(--button-border-radius-large);
  font-size: var(--font-size-large);
  min-height: var(--button-height-large);
  min-width: var(--button-height-large);
  padding: var(--button-space-large); }

.button.xlarge {
  border-radius: var(--button-border-radius-xlarge);
  font-size: var(--font-size-xlarge);
  min-height: var(--button-height-xlarge);
  min-width: var(--button-height-xlarge);
  padding: var(--button-space-xlarge); }

.button.primary {
  background-color: var(--button-primary);
  border-color: var(--button-primary-border);
  color: var(--button-primary-text); }

.button.primary:hover {
  background-color: var(--button-primary-hover);
  background-image: var(--button-primary-hover-image);
  color: var(--button-primary-hover-text); }

.button.primary:active {
  background-image: var(--button-primary-active-image); }

.button.promotion {
  background-color: var(--button-promotion);
  border-color: var(--button-promotion-border);
  color: var(--button-promotion-text); }

.button.promotion:hover {
  background-color: var(--button-promotion-hover);
  background-image: var(--button-promotion-hover-image);
  color: var(--button-promotion-hover-text); }

.button.promotion:active {
  background-image: var(--button-promotion-active-image); }

.button.secondary {
  background-color: var(--button-secondary);
  border-color: var(--button-secondary-border);
  color: var(--button-secondary-text); }

.button.secondary:hover {
  background-color: var(--button-secondary-hover);
  background-image: var(--button-secondary-hover-image);
  color: var(--button-secondary-hover-text); }

.button.secondary:active {
  background-image: var(--button-secondary-active-image); }

.button.ghost {
  background-color: var(--button-ghost);
  border-color: var(--button-ghost-border);
  box-shadow: none;
  color: var(--button-ghost-text); }

.button.ghost:hover {
  background-color: var(--button-ghost-hover);
  background-image: var(--button-ghost-hover-image);
  color: var(--button-ghost-hover-text); }

.button.ghost:active {
  background-image: var(--button-ghost-active-image); }

.button.tertiary {
  background-color: var(--button-tertiary);
  border-color: var(--button-tertiary-border);
  color: var(--button-tertiary-text); }

.button.tertiary:hover {
  background-color: var(--button-tertiary-hover);
  background-image: var(--button-tertiary-hover-image);
  color: var(--button-tertiary-hover-text); }

.button.tertiary:active {
  background-image: var(--button-tertiary-active-image); }

.button.important {
  background-color: var(--button-important);
  border-color: var(--button-important-border);
  color: var(--button-important-text); }

.button.important:hover {
  background-color: var(--button-important-hover);
  background-image: var(--button-important-hover-image);
  color: var(--button-important-hover-text); }

.button.important:active {
  background-image: var(--button-important-active-image); }

.button.positive {
  background-color: var(--button-positive);
  border-color: var(--button-positive-border);
  color: var(--button-positive-text); }

.button.positive:hover {
  background-color: var(--button-positive-hover);
  background-image: var(--button-positive-hover-image);
  color: var(--button-positive-hover-text); }

.button.positive:active {
  background-image: var(--button-positive-active-image); }

.button[disabled], .button.disabled {
  background-color: var(--button-disabled);
  border-color: var(--button-disabled-border);
  box-shadow: none;
  color: var(--button-disabled-text);
  cursor: not-allowed; }

.button:focus {
  box-shadow: var(--button-focus); }

.button:focus:not(:focus-visible) {
  box-shadow: none; }

.button.round {
  border-radius: var(--border-radius-100); }

/*# sourceMappingURL=style.css.map */
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/card
*
* Card
*/
.card {
  background: var(--color-theme-surface);
  border-radius: var(--card-border-radius); }

.card.elevated.level-0 {
  box-shadow: var(--elevation-shadow-level-0); }

.card.elevated.level-0.clickable:hover {
  cursor: pointer;
  box-shadow: var(--elevation-shadow-level-2); }

.card.elevated.level-0.clickable:focus-visible {
  box-shadow: var(--elevation-focus); }

.card.elevated.level-1 {
  box-shadow: var(--elevation-shadow-level-1); }

.card.elevated.level-1.clickable:hover {
  cursor: pointer;
  box-shadow: var(--elevation-shadow-level-3); }

.card.elevated.level-1.clickable:focus-visible {
  box-shadow: var(--elevation-focus); }

.card.elevated.level-2 {
  box-shadow: var(--elevation-shadow-level-2); }

.card.elevated.level-2.clickable:hover {
  cursor: pointer;
  box-shadow: var(--elevation-shadow-level-4); }

.card.elevated.level-2.clickable:focus-visible {
  box-shadow: var(--elevation-focus); }

.card.elevated.level-3 {
  box-shadow: var(--elevation-shadow-level-3); }

.card.elevated.level-3.clickable:hover {
  cursor: pointer;
  box-shadow: var(--elevation-shadow-level-5); }

.card.elevated.level-3.clickable:focus-visible {
  box-shadow: var(--elevation-focus); }

.card.elevated.level-4 {
  box-shadow: var(--elevation-shadow-level-4); }

.card.elevated.level-4.clickable:hover {
  cursor: pointer;
  box-shadow: var(--elevation-shadow-level-2); }

.card.elevated.level-4.clickable:focus-visible {
  box-shadow: var(--elevation-focus); }

.card.elevated.level-5 {
  box-shadow: var(--elevation-shadow-level-5); }

.card.elevated.level-5.clickable:hover {
  cursor: pointer;
  box-shadow: var(--elevation-shadow-level-3); }

.card.elevated.level-5.clickable:focus-visible {
  box-shadow: var(--elevation-focus); }

.card.filled.level-0 {
  background: var(--elevation-background-level-0); }

.card.filled.level-0.clickable:hover {
  cursor: pointer;
  background: var(--elevation-background-level-1); }

.card.filled.level-0.clickable:focus-visible {
  box-shadow: var(--elevation-focus); }

.card.filled.level-1 {
  background: var(--elevation-background-level-1); }

.card.filled.level-1.clickable:hover {
  cursor: pointer;
  background: var(--elevation-background-level-2); }

.card.filled.level-1.clickable:focus-visible {
  box-shadow: var(--elevation-focus); }

.card.filled.level-2 {
  background: var(--elevation-background-level-2); }

.card.filled.level-2.clickable:hover {
  cursor: pointer;
  background: var(--elevation-background-level-3); }

.card.filled.level-2.clickable:focus-visible {
  box-shadow: var(--elevation-focus); }

.card.filled.level-3 {
  background: var(--elevation-background-level-3); }

.card.filled.level-3.clickable:hover {
  cursor: pointer;
  background: var(--elevation-background-level-4); }

.card.filled.level-3.clickable:focus-visible {
  box-shadow: var(--elevation-focus); }

.card.filled.level-4 {
  background: var(--elevation-background-level-4); }

.card.filled.level-4.clickable:hover {
  cursor: pointer;
  background: var(--elevation-background-level-3); }

.card.filled.level-4.clickable:focus-visible {
  box-shadow: var(--elevation-focus); }

.card.filled.level-5 {
  background: var(--elevation-background-level-5); }

.card.filled.level-5.clickable:hover {
  cursor: pointer;
  background: var(--elevation-background-level-4); }

.card.filled.level-5.clickable:focus-visible {
  box-shadow: var(--elevation-focus); }

.card.outlined.level-0 {
  border: var(--border-width-medium) solid var(--color-on-theme-base); }

.card.outlined.level-0.clickable:hover {
  cursor: pointer;
  box-shadow: var(--elevation-focus); }

.card.outlined.level-0.clickable:focus-visible {
  box-shadow: var(--elevation-focus); }

/*# sourceMappingURL=style.css.map */
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/grid
*/
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/grid
* container
*/
.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 var(--layout-gutter-width);
  width: var(--layout-max-width); }

.container::before {
  content: "";
  display: table; }

.container::after {
  content: "";
  display: table;
  clear: both; }

/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/grid
* row
*/
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: calc(var(--layout-gutter-width) / -2);
  margin-right: calc(var(--layout-gutter-width) / -2); }

.row.no-gutters {
  margin-left: 0;
  margin-right: 0; }

.row.no-gutters > [class*=col], .row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/grid
* column
*/
.col {
  width: 100%;
  flex: 1 0 0;
  box-sizing: border-box;
  padding: 0 calc(var(--layout-gutter-width) / 2); }

.col.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col.col-1 {
  flex: 0 0 calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%); }

.col.col-2 {
  flex: 0 0 calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%); }

.col.col-3 {
  flex: 0 0 calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%); }

.col.col-4 {
  flex: 0 0 calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%); }

.col.col-5 {
  flex: 0 0 calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%); }

.col.col-6 {
  flex: 0 0 calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%); }

.col.col-7 {
  flex: 0 0 calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%); }

.col.col-8 {
  flex: 0 0 calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%); }

.col.col-9 {
  flex: 0 0 calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%); }

.col.col-10 {
  flex: 0 0 calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%); }

.col.col-11 {
  flex: 0 0 calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%); }

.col.col-12 {
  flex: 0 0 calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%); }

.col.order-1 {
  order: 1; }

.col.order-2 {
  order: 2; }

.col.order-3 {
  order: 3; }

.col.order-4 {
  order: 4; }

.col.order-5 {
  order: 5; }

.col.order-6 {
  order: 6; }

.col.order-7 {
  order: 7; }

.col.order-8 {
  order: 8; }

.col.order-9 {
  order: 9; }

.col.order-10 {
  order: 10; }

.col.order-11 {
  order: 11; }

.col.order-12 {
  order: 12; }

.col.order-first {
  order: -1; }

.col.order-last {
  order: 13; }

.col.order-reset {
  order: 0; }

.col.order-1 {
  order: 1; }

.col.order-2 {
  order: 2; }

.col.order-3 {
  order: 3; }

.col.order-4 {
  order: 4; }

.col.order-5 {
  order: 5; }

.col.order-6 {
  order: 6; }

.col.order-7 {
  order: 7; }

.col.order-8 {
  order: 8; }

.col.order-9 {
  order: 9; }

.col.order-10 {
  order: 10; }

.col.order-11 {
  order: 11; }

.col.order-12 {
  order: 12; }

.col.offset-reset {
  margin-left: 0; }

.col.offset-1 {
  margin-left: calc(1 / 12 * 100%); }

.col.offset-2 {
  margin-left: calc(2 / 12 * 100%); }

.col.offset-3 {
  margin-left: calc(3 / 12 * 100%); }

.col.offset-4 {
  margin-left: calc(4 / 12 * 100%); }

.col.offset-5 {
  margin-left: calc(5 / 12 * 100%); }

.col.offset-6 {
  margin-left: calc(6 / 12 * 100%); }

.col.offset-7 {
  margin-left: calc(7 / 12 * 100%); }

.col.offset-8 {
  margin-left: calc(8 / 12 * 100%); }

.col.offset-9 {
  margin-left: calc(9 / 12 * 100%); }

.col.offset-10 {
  margin-left: calc(10 / 12 * 100%); }

.col.offset-11 {
  margin-left: calc(11 / 12 * 100%); }

.col.offset-12 {
  margin-left: calc(12 / 12 * 100%); }

@media (min-width: 580px) {
  .col {
    width: 100%;
    flex: 1 0 0;
    box-sizing: border-box;
    padding: 0 calc(var(--layout-gutter-width) / 2); }
  .col.col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col.col-sm-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .col.col-sm-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .col.col-sm-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .col.col-sm-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .col.col-sm-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .col.col-sm-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .col.col-sm-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .col.col-sm-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .col.col-sm-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .col.col-sm-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .col.col-sm-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .col.col-sm-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .col.order-sm-1 {
    order: 1; }
  .col.order-sm-2 {
    order: 2; }
  .col.order-sm-3 {
    order: 3; }
  .col.order-sm-4 {
    order: 4; }
  .col.order-sm-5 {
    order: 5; }
  .col.order-sm-6 {
    order: 6; }
  .col.order-sm-7 {
    order: 7; }
  .col.order-sm-8 {
    order: 8; }
  .col.order-sm-9 {
    order: 9; }
  .col.order-sm-10 {
    order: 10; }
  .col.order-sm-11 {
    order: 11; }
  .col.order-sm-12 {
    order: 12; }
  .col.order-sm-first {
    order: -1; }
  .col.order-sm-last {
    order: 13; }
  .col.order-sm-reset {
    order: 0; }
  .col.order-sm-1 {
    order: 1; }
  .col.order-sm-2 {
    order: 2; }
  .col.order-sm-3 {
    order: 3; }
  .col.order-sm-4 {
    order: 4; }
  .col.order-sm-5 {
    order: 5; }
  .col.order-sm-6 {
    order: 6; }
  .col.order-sm-7 {
    order: 7; }
  .col.order-sm-8 {
    order: 8; }
  .col.order-sm-9 {
    order: 9; }
  .col.order-sm-10 {
    order: 10; }
  .col.order-sm-11 {
    order: 11; }
  .col.order-sm-12 {
    order: 12; }
  .col.offset-sm-reset {
    margin-left: 0; }
  .col.offset-sm-1 {
    margin-left: calc(1 / 12 * 100%); }
  .col.offset-sm-2 {
    margin-left: calc(2 / 12 * 100%); }
  .col.offset-sm-3 {
    margin-left: calc(3 / 12 * 100%); }
  .col.offset-sm-4 {
    margin-left: calc(4 / 12 * 100%); }
  .col.offset-sm-5 {
    margin-left: calc(5 / 12 * 100%); }
  .col.offset-sm-6 {
    margin-left: calc(6 / 12 * 100%); }
  .col.offset-sm-7 {
    margin-left: calc(7 / 12 * 100%); }
  .col.offset-sm-8 {
    margin-left: calc(8 / 12 * 100%); }
  .col.offset-sm-9 {
    margin-left: calc(9 / 12 * 100%); }
  .col.offset-sm-10 {
    margin-left: calc(10 / 12 * 100%); }
  .col.offset-sm-11 {
    margin-left: calc(11 / 12 * 100%); }
  .col.offset-sm-12 {
    margin-left: calc(12 / 12 * 100%); } }

@media (min-width: 760px) {
  .col {
    width: 100%;
    flex: 1 0 0;
    box-sizing: border-box;
    padding: 0 calc(var(--layout-gutter-width) / 2); }
  .col.col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col.col-md-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .col.col-md-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .col.col-md-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .col.col-md-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .col.col-md-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .col.col-md-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .col.col-md-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .col.col-md-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .col.col-md-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .col.col-md-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .col.col-md-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .col.col-md-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .col.order-md-1 {
    order: 1; }
  .col.order-md-2 {
    order: 2; }
  .col.order-md-3 {
    order: 3; }
  .col.order-md-4 {
    order: 4; }
  .col.order-md-5 {
    order: 5; }
  .col.order-md-6 {
    order: 6; }
  .col.order-md-7 {
    order: 7; }
  .col.order-md-8 {
    order: 8; }
  .col.order-md-9 {
    order: 9; }
  .col.order-md-10 {
    order: 10; }
  .col.order-md-11 {
    order: 11; }
  .col.order-md-12 {
    order: 12; }
  .col.order-md-first {
    order: -1; }
  .col.order-md-last {
    order: 13; }
  .col.order-md-reset {
    order: 0; }
  .col.order-md-1 {
    order: 1; }
  .col.order-md-2 {
    order: 2; }
  .col.order-md-3 {
    order: 3; }
  .col.order-md-4 {
    order: 4; }
  .col.order-md-5 {
    order: 5; }
  .col.order-md-6 {
    order: 6; }
  .col.order-md-7 {
    order: 7; }
  .col.order-md-8 {
    order: 8; }
  .col.order-md-9 {
    order: 9; }
  .col.order-md-10 {
    order: 10; }
  .col.order-md-11 {
    order: 11; }
  .col.order-md-12 {
    order: 12; }
  .col.offset-md-reset {
    margin-left: 0; }
  .col.offset-md-1 {
    margin-left: calc(1 / 12 * 100%); }
  .col.offset-md-2 {
    margin-left: calc(2 / 12 * 100%); }
  .col.offset-md-3 {
    margin-left: calc(3 / 12 * 100%); }
  .col.offset-md-4 {
    margin-left: calc(4 / 12 * 100%); }
  .col.offset-md-5 {
    margin-left: calc(5 / 12 * 100%); }
  .col.offset-md-6 {
    margin-left: calc(6 / 12 * 100%); }
  .col.offset-md-7 {
    margin-left: calc(7 / 12 * 100%); }
  .col.offset-md-8 {
    margin-left: calc(8 / 12 * 100%); }
  .col.offset-md-9 {
    margin-left: calc(9 / 12 * 100%); }
  .col.offset-md-10 {
    margin-left: calc(10 / 12 * 100%); }
  .col.offset-md-11 {
    margin-left: calc(11 / 12 * 100%); }
  .col.offset-md-12 {
    margin-left: calc(12 / 12 * 100%); } }

@media (min-width: 960px) {
  .col {
    width: 100%;
    flex: 1 0 0;
    box-sizing: border-box;
    padding: 0 calc(var(--layout-gutter-width) / 2); }
  .col.col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col.col-lg-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .col.col-lg-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .col.col-lg-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .col.col-lg-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .col.col-lg-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .col.col-lg-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .col.col-lg-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .col.col-lg-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .col.col-lg-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .col.col-lg-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .col.col-lg-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .col.col-lg-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .col.order-lg-1 {
    order: 1; }
  .col.order-lg-2 {
    order: 2; }
  .col.order-lg-3 {
    order: 3; }
  .col.order-lg-4 {
    order: 4; }
  .col.order-lg-5 {
    order: 5; }
  .col.order-lg-6 {
    order: 6; }
  .col.order-lg-7 {
    order: 7; }
  .col.order-lg-8 {
    order: 8; }
  .col.order-lg-9 {
    order: 9; }
  .col.order-lg-10 {
    order: 10; }
  .col.order-lg-11 {
    order: 11; }
  .col.order-lg-12 {
    order: 12; }
  .col.order-lg-first {
    order: -1; }
  .col.order-lg-last {
    order: 13; }
  .col.order-lg-reset {
    order: 0; }
  .col.order-lg-1 {
    order: 1; }
  .col.order-lg-2 {
    order: 2; }
  .col.order-lg-3 {
    order: 3; }
  .col.order-lg-4 {
    order: 4; }
  .col.order-lg-5 {
    order: 5; }
  .col.order-lg-6 {
    order: 6; }
  .col.order-lg-7 {
    order: 7; }
  .col.order-lg-8 {
    order: 8; }
  .col.order-lg-9 {
    order: 9; }
  .col.order-lg-10 {
    order: 10; }
  .col.order-lg-11 {
    order: 11; }
  .col.order-lg-12 {
    order: 12; }
  .col.offset-lg-reset {
    margin-left: 0; }
  .col.offset-lg-1 {
    margin-left: calc(1 / 12 * 100%); }
  .col.offset-lg-2 {
    margin-left: calc(2 / 12 * 100%); }
  .col.offset-lg-3 {
    margin-left: calc(3 / 12 * 100%); }
  .col.offset-lg-4 {
    margin-left: calc(4 / 12 * 100%); }
  .col.offset-lg-5 {
    margin-left: calc(5 / 12 * 100%); }
  .col.offset-lg-6 {
    margin-left: calc(6 / 12 * 100%); }
  .col.offset-lg-7 {
    margin-left: calc(7 / 12 * 100%); }
  .col.offset-lg-8 {
    margin-left: calc(8 / 12 * 100%); }
  .col.offset-lg-9 {
    margin-left: calc(9 / 12 * 100%); }
  .col.offset-lg-10 {
    margin-left: calc(10 / 12 * 100%); }
  .col.offset-lg-11 {
    margin-left: calc(11 / 12 * 100%); }
  .col.offset-lg-12 {
    margin-left: calc(12 / 12 * 100%); } }

@media (min-width: 1921px) {
  .col {
    width: 100%;
    flex: 1 0 0;
    box-sizing: border-box;
    padding: 0 calc(var(--layout-gutter-width) / 2); }
  .col.col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col.col-xl-1 {
    flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .col.col-xl-2 {
    flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .col.col-xl-3 {
    flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .col.col-xl-4 {
    flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .col.col-xl-5 {
    flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .col.col-xl-6 {
    flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .col.col-xl-7 {
    flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .col.col-xl-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .col.col-xl-9 {
    flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .col.col-xl-10 {
    flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .col.col-xl-11 {
    flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .col.col-xl-12 {
    flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .col.order-xl-1 {
    order: 1; }
  .col.order-xl-2 {
    order: 2; }
  .col.order-xl-3 {
    order: 3; }
  .col.order-xl-4 {
    order: 4; }
  .col.order-xl-5 {
    order: 5; }
  .col.order-xl-6 {
    order: 6; }
  .col.order-xl-7 {
    order: 7; }
  .col.order-xl-8 {
    order: 8; }
  .col.order-xl-9 {
    order: 9; }
  .col.order-xl-10 {
    order: 10; }
  .col.order-xl-11 {
    order: 11; }
  .col.order-xl-12 {
    order: 12; }
  .col.order-xl-first {
    order: -1; }
  .col.order-xl-last {
    order: 13; }
  .col.order-xl-reset {
    order: 0; }
  .col.order-xl-1 {
    order: 1; }
  .col.order-xl-2 {
    order: 2; }
  .col.order-xl-3 {
    order: 3; }
  .col.order-xl-4 {
    order: 4; }
  .col.order-xl-5 {
    order: 5; }
  .col.order-xl-6 {
    order: 6; }
  .col.order-xl-7 {
    order: 7; }
  .col.order-xl-8 {
    order: 8; }
  .col.order-xl-9 {
    order: 9; }
  .col.order-xl-10 {
    order: 10; }
  .col.order-xl-11 {
    order: 11; }
  .col.order-xl-12 {
    order: 12; }
  .col.offset-xl-reset {
    margin-left: 0; }
  .col.offset-xl-1 {
    margin-left: calc(1 / 12 * 100%); }
  .col.offset-xl-2 {
    margin-left: calc(2 / 12 * 100%); }
  .col.offset-xl-3 {
    margin-left: calc(3 / 12 * 100%); }
  .col.offset-xl-4 {
    margin-left: calc(4 / 12 * 100%); }
  .col.offset-xl-5 {
    margin-left: calc(5 / 12 * 100%); }
  .col.offset-xl-6 {
    margin-left: calc(6 / 12 * 100%); }
  .col.offset-xl-7 {
    margin-left: calc(7 / 12 * 100%); }
  .col.offset-xl-8 {
    margin-left: calc(8 / 12 * 100%); }
  .col.offset-xl-9 {
    margin-left: calc(9 / 12 * 100%); }
  .col.offset-xl-10 {
    margin-left: calc(10 / 12 * 100%); }
  .col.offset-xl-11 {
    margin-left: calc(11 / 12 * 100%); }
  .col.offset-xl-12 {
    margin-left: calc(12 / 12 * 100%); } }

.grid-baseline {
  position: relative; }

.grid-baseline::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Crect width='4' height='1' y='0' fill='%231A7EAD' opacity='.25' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: var(--grid-baseline);
  position: absolute;
  left: 0;
  top: 0; }

/*# sourceMappingURL=style.css.map */
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/divider
* divider
*/
hr,
.divider {
  align-items: center;
  border: 0;
  box-sizing: border-box;
  color: var(--color-text-base);
  display: flex;
  font-size: var(--font-size-medium);
  min-width: var(--border-width-thin);
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap; }

hr::before, hr::after,
.divider::before,
.divider::after {
  background: var(--color-achromatic-base);
  border-radius: var(--stroke-border-radius);
  content: "";
  height: var(--border-width-thin);
  width: 100%; }

hr > *,
.divider > * {
  margin: 0 var(--spacing-2);
  line-height: var(--line-height-baseline); }

hr.title,
.divider.title {
  color: var(--color-theme-base-variant);
  font-size: var(--font-size-large);
  font-weight: 800; }

hr.title::before, hr.title::after,
.divider.title::before,
.divider.title::after {
  background: var(--color-theme-base-variant);
  height: var(--border-width-medium); }

hr.vertical,
.divider.vertical {
  display: inline-flex;
  flex-direction: column;
  min-height: var(--font-size-medium);
  width: var(--border-width-thin); }

hr.vertical::before, hr.vertical::after,
.divider.vertical::before,
.divider.vertical::after {
  content: " ";
  height: 100%; }

/*# sourceMappingURL=style.css.map */
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/icon
*/
.icon {
  color: inherit;
  display: inline-block;
  flex-shrink: 0;
  font-style: normal;
  height: var(--icon-size);
  width: var(--icon-size);
  line-height: 1;
  vertical-align: top;
  fill: none; }

.icon * {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: var(--icon-stroke-width);
  stroke: currentColor; }

.icon.small {
  min-height: var(--icon-size-small);
  min-width: var(--icon-size-small); }

.icon.medium {
  min-height: var(--icon-size-medium);
  min-width: var(--icon-size-medium); }

.icon.large {
  min-height: var(--icon-size-large);
  min-width: var(--icon-size-large); }

.icon.xlarge {
  min-height: var(--icon-size-xlarge);
  min-width: var(--icon-size-xlarge); }

.icon.xxlarge {
  min-height: var(--icon-size-xxlarge);
  min-width: var(--icon-size-xxlarge); }

.icon.xxxlarge {
  min-height: var(--icon-size-xxxlarge);
  min-width: var(--icon-size-xxxlarge); }

.icon-wrapper {
  display: flex;
  align-items: center; }

/*# sourceMappingURL=style.css.map */
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/input
*/
.input {
  box-sizing: border-box;
  color: var(--input-text-color-default);
  display: flex;
  flex-flow: row wrap;
  font-family: var(--font-family-base);
  font-size: var(--font-size-medium);
  line-height: var(--line-height-normal);
  position: relative; }

.input:focus-visible {
  outline: none; }

.input .label {
  cursor: pointer;
  display: block;
  font-size: var(--font-size-medium);
  padding: var(--spacing-2);
  user-select: none; }

.input .label:first-child {
  padding-left: 0; }

.input .label-inline {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: var(--spacing-2) 0;
  user-select: none; }

.input .message {
  display: block;
  font-size: var(--font-size-small);
  margin: 0;
  padding: var(--spacing-1) 0; }

.input .control,
.input .group {
  border: 0 solid;
  box-shadow: 0 0 0 0;
  box-sizing: border-box;
  min-height: 2.5rem;
  position: relative;
  transition: all var(--motion-duration-medium) var(--motion-timing-default); }

.input .group {
  display: flex;
  width: 100%; }

.input .group.row {
  flex-wrap: nowrap; }

.input .group.row .label-group {
  flex-grow: 1; }

.input .group.column {
  flex-flow: column wrap; }

.input .group:only-child {
  border-radius: var(--input-border-radius); }

.input .group:first-of-type {
  border-bottom-left-radius: var(--input-border-radius);
  border-top-left-radius: var(--input-border-radius); }

.input .group:last-of-type {
  border-bottom-right-radius: var(--input-border-radius);
  border-top-right-radius: var(--input-border-radius); }

.input .group:not(:last-of-type) {
  border-right: 0; }

.input .group .message {
  width: 100%; }

.input:not(.disabled):hover .group {
  border-color: var(--input-border-color-hover); }

.input:not(.disabled):hover .group .icon {
  color: var(--input-text-color-hover); }

.input.inline {
  display: inline-flex; }

.input.inline .group {
  width: auto; }

.input [class*=icon-] {
  align-items: center;
  background: none;
  display: block;
  padding: var(--spacing-2);
  text-align: center; }

.input [class*=icon-] .icon {
  display: inline-block;
  font-size: var(--font-size-medium);
  height: var(--icon-size);
  line-height: 1;
  min-width: var(--icon-size);
  vertical-align: top; }

.input [class*=icon-] .icon * {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: var(--input-border-width);
  stroke: currentColor; }

.input .icon-label {
  margin-right: 0; }

.input .icon-control {
  color: var(--input-text-color-active); }

.input.success .group,
.input.success .control {
  border-color: var(--input-border-color-success); }

.input.success .message {
  color: var(--input-text-color-success);
  display: block; }

.input.success [class*=icon-] {
  color: var(--input-icon-color-success); }

.input.error .group,
.input.error .control {
  border-color: var(--input-border-color-error); }

.input.error .message {
  color: var(--input-text-color-error);
  display: block; }

.input.error [class*=icon-] {
  color: var(--input-icon-color-error); }

.input.disabled {
  cursor: not-allowed; }

.input.disabled .group,
.input.disabled .control {
  border-color: var(--input-border-color-passive);
  cursor: not-allowed; }

.input.disabled .label-inline {
  color: var(--input-label-color-passive);
  cursor: not-allowed; }

.input.disabled [class*=icon-] {
  color: var(--input-icon-color-passive); }

.input.no-motion {
  transition: none; }

.input.no-motion .icon .stroke,
.input.no-motion .icon .fill {
  transition: none; }

/*# sourceMappingURL=style.css.map */
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/input/radio
*/
.input-radio .group:only-child {
  border-radius: var(--input-border-radius); }

.input-radio [role=radio] {
  color: var(--input-border-color-default);
  display: inline-block;
  margin: 0;
  position: relative; }

.input-radio [role=radio] .fill {
  fill: var(--input-background-active); }

.input-radio [role=radio] .stroke {
  fill: var(--input-indicator-on-active);
  stroke: currentColor;
  transform-origin: center;
  transition: transform var(--motion-duration-fast) var(--motion-timing-default); }

.input-radio .label-inline {
  padding: var(--spacing-2) var(--spacing-2) var(--spacing-2) 0; }

.input-radio input {
  display: none; }

.input-radio input:checked + [role=radio] .fill {
  fill: currentColor; }

.input-radio input:checked + [role=radio] .stroke {
  stroke: var(--input-indicator-on-active);
  transform: scale(0.3636); }

.input-radio input:checked:not([disabled]) + [role=radio] {
  color: var(--input-background-active); }

.input-radio input[disabled] + [role=radio] .fill,
.input-radio input[disabled] + [role=radio] .stroke {
  fill: var(--input-background-passive);
  stroke: var(--input-background-passive); }

.input-radio input[disabled] ~ .label, .input-radio input[disabled] ~ .label-inline {
  color: var(--input-label-color-passive); }

.input-radio.disabled input:checked + [role=radio] {
  color: var(--input-text-color-passive); }

.input-radio.error input:checked + [role=radio] {
  color: var(--input-text-color-error); }

.input-radio.success input:checked + [role=radio] {
  color: var(--input-text-color-success); }

.input-radio:not(.disabled):hover .group [role=radio] {
  color: var(--input-text-color-hover); }

.input-radio:not(.disabled):focus:not(:focus-visible) .group {
  box-shadow: none; }

.input-radio:not(.disabled):focus .group {
  box-shadow: var(--input-focus); }

.input-radio:not(.disabled) .group [role=radio]:hover {
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */
/**
* DEPRECATED (will be removed in 3.0.0)
* Please use @import "@tui/ui-library/scss/lib/input/checkbox
*/
.input-checkbox [role=checkbox] {
  color: var(--input-border-color-default);
  display: inline-block;
  margin: 0;
  position: relative; }

.input-checkbox [role=checkbox] .fill {
  fill: var(--input-background-default);
  stroke: currentColor;
  transition: all var(--motion-duration-fast) var(--motion-timing-default); }

.input-checkbox [role=checkbox] .stroke {
  stroke-dasharray: 15;
  stroke-dashoffset: 15;
  stroke: var(--input-indicator-on-active);
  transition: stroke-dashoffset var(--motion-duration-fast) var(--motion-timing-default) var(--motion-delay-2); }

.input-checkbox .label-inline {
  padding: var(--spacing-2) var(--spacing-2) var(--spacing-2) 0; }

.input-checkbox input {
  display: none; }

.input-checkbox input:checked + [role=checkbox] .fill, .input-checkbox input:indeterminate + [role=checkbox] .fill {
  fill: currentColor; }

.input-checkbox input:checked + [role=checkbox] .stroke, .input-checkbox input:indeterminate + [role=checkbox] .stroke {
  stroke-dashoffset: 0; }

.input-checkbox input:checked:not([disabled]) + [role=checkbox] {
  color: var(--input-background-active); }

.input-checkbox input[disabled] + [role=checkbox] .fill, .input-checkbox input[disabled] + [role=checkbox] .stroke {
  fill: var(--input-background-passive);
  stroke: var(--input-background-passive); }

.input-checkbox input[disabled] ~ .label, .input-checkbox input[disabled] ~ .label-inline {
  color: var(--input-label-color-passive); }

.input-checkbox.disabled input:checked + [role=checkbox] {
  color: var(--input-label-color-passive); }

.input-checkbox.error input:checked + [role=checkbox] {
  color: var(--input-text-color-error); }

.input-checkbox.success input:checked + [role=checkbox] {
  color: var(--input-text-color-success); }

.input-checkbox:not(.disabled):hover .group [role=checkbox] {
  color: var(--input-text-color-hover); }

.input-checkbox:not(.disabled):focus:not(:focus-visible) .group {
  box-shadow: none; }

.input-checkbox:not(.disabled):focus .group {
  box-shadow: var(--input-focus); }

.input-checkbox:not(.disabled) .group [role=checkbox]:hover {
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */
.progressbar {
  position: sticky;
  top: 0;
  z-index: 100;
  margin-bottom: 25px; }
  .progressbar::before, .progressbar::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-achromatic-base-lighter);
    z-index: -2; }
  .progressbar::before {
    transform: translateX(-50%);
    z-index: -1; }
  @media only screen and (min-width: 760px) {
    .progressbar--noFullWidth::before, .progressbar--noFullWidth::after {
      content: none; } }
  .progressbar--active::before {
    background: var(--color-theme-base-lighter); }
  .progressbar--complete::after {
    background: var(--color-theme-base-lighter); }
  .progressbar .l-pagewrapper {
    position: relative;
    padding: 0; }
    .progressbar .l-pagewrapper::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      border-top: 2px solid white; }
  .progressbar .m-inner {
    padding: 0;
    background: none; }
  .progressbar__list {
    display: grid;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: initial;
    grid-auto-flow: column;
    overflow-x: auto;
    flex-grow: 1;
    background-color: var(--color-theme-background);
    /* stylelint-disable */
    /* stylelint-enable */ }
    @media only screen and (max-width: 760px) {
      .progressbar__list::after {
        content: "";
        background-image: linear-gradient(to right, white, transparent), linear-gradient(to right, transparent, white);
        background-position: left center, right center;
        background-repeat: no-repeat;
        background-size: 20px 100%, 20px 100%;
        position: absolute;
        top: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        pointer-events: none;
        background-color: transparent;
        z-index: 1; } }
    .progressbar__list::-webkit-scrollbar {
      height: var(--spacing-1);
      background-color: var(--color-theme-base-light); }
    .progressbar__list::-webkit-scrollbar-track {
      background-color: var(--color-theme-base-light); }
    .progressbar__list::-webkit-scrollbar-thumb {
      background-color: var(--color-theme-base); }
  .progressbar__item {
    margin: 0;
    list-style: none; }
    @media only screen and (max-width: 760px) {
      .progressbar__item:nth-last-child(1) .progressbar__link {
        padding-right: 32px; } }
    .progressbar__item:nth-last-child(1) .progressbar__link::after, .progressbar__item:nth-last-child(1) .progressbar__link::before {
      content: none; }
    @media only screen and (max-width: 760px) {
      .progressbar__item:nth-child(1) .progressbar__link {
        border-left: 20px solid transparent; } }
  .progressbar__link {
    display: flex;
    position: relative;
    height: 50px;
    padding-right: 0;
    border-left: 35px solid transparent;
    justify-content: center;
    align-items: center;
    background: var(--color-achromatic-base-lighter);
    color: var(--color-functional-neutral);
    font-size: var(--font-size-small);
    white-space: nowrap;
    text-decoration: none; }
    @media only screen and (max-width: 760px) {
      .progressbar__link {
        padding-right: var(--spacing-4);
        border-left-width: 40px; } }
    .progressbar__link:hover {
      color: var(--color-functional-neutral);
      text-decoration: none; }
    .progressbar__link::after, .progressbar__link::before {
      content: "";
      position: absolute;
      top: -10px;
      right: -25px;
      bottom: 0;
      width: 0;
      height: 0;
      border-top: 35px solid transparent;
      border-bottom: 35px solid transparent;
      border-left: 25px solid var(--color-achromatic-base-lighter);
      z-index: 1; }
    .progressbar__link::before {
      right: -27px;
      border-left-color: var(--color-theme-background); }
    .progressbar__link--active {
      background-color: var(--color-theme-base-lighter);
      color: var(--color-theme-base-variant); }
      .progressbar__link--active::after {
        border-left-color: var(--color-theme-base-lighter); }
      .progressbar__link--active:hover {
        color: var(--color-theme-base-variant); }

.anchorJumper::before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 50px;
  margin-top: -50px; }

.flightCardContainer {
  margin: 0 0 32px; }

.flightCardTitle {
  font-size: var(--font-size-xlarge);
  color: var(--color-theme-base-variant);
  margin-top: var(--spacing-4);
  margin-bottom: var(--spacing-4); }

.flightCardWrapper {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr; }
  @media only screen and (min-width: 760px) {
    .flightCardWrapper {
      grid-template-columns: 1fr 1fr; } }

.flightCard {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  background: var(--color-theme-background);
  padding: var(--spacing-4);
  border-radius: var(--border-radius-4);
  line-height: var(--line-height-normal);
  color: var(--color-text-base);
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  text-rendering: optimizelegibility;
  display: grid;
  grid-template-areas: 'icon head' 'date date' 'route route ';
  grid-template-columns: calc(24px + var(--spacing-2)) 1fr; }
  @media only screen and (min-width: 760px) {
    .flightCard {
      grid-template-areas: 'head head' 'date date' 'icon route ';
      grid-template-columns: calc(32px + var(--spacing-4)) 1fr; } }

.flightCard-head {
  font-size: 15px;
  grid-area: head;
  display: flex;
  align-self: center; }

.flightCard-roundtrip {
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--font-size-small); }

.flightCard-carrier::before {
  content: "";
  margin: 3px var(--spacing-2);
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: var(--color-text-base);
  display: inline-block;
  justify-content: center;
  align-items: center; }

.flightCard-date {
  font-size: var(--font-size-medium);
  margin-bottom: var(--spacing-2);
  grid-area: date; }

.flightCard-icon {
  height: 24px;
  grid-area: icon; }
  @media only screen and (min-width: 760px) {
    .flightCard-icon {
      margin-top: var(--spacing-2);
      height: 32px; } }
  .flightCard-icon svg {
    height: 24px;
    width: 24px; }
    @media only screen and (min-width: 760px) {
      .flightCard-icon svg {
        height: 32px;
        width: 32px; } }

.flightCard-route {
  grid-area: route;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative; }

.flightCard-item:nth-last-child(1) {
  text-align: right; }

.flightCard-time {
  font-size: var(--font-size-large);
  font-weight: 700;
  height: 32px; }

.flightCard-airport {
  font-size: var(--font-size-small); }

.flightCard-airportShort {
  font-size: var(--font-size-small);
  text-transform: uppercase;
  font-weight: 700; }

.flightCard-duration {
  font-size: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px; }

.flightCard-durationContent {
  background-color: var(--color-theme-background);
  padding: 0 var(--spacing-4);
  position: relative;
  text-align: center;
  z-index: 101; }
  @media only screen and (min-width: 960px) {
    .flightCard-durationContent {
      text-align: left;
      white-space: nowrap; } }

.flightCard-durationLink {
  padding-bottom: 1px;
  border-bottom: 1px dotted;
  color: var(--color-functional-base);
  cursor: pointer; }
  @media only screen and (min-width: 960px) {
    .flightCard-durationLink br {
      display: none; } }

.flightCard-durationText {
  white-space: nowrap;
  display: inline-block; }

.flightCard-tooltipp {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: var(--spacing-6);
  padding: var(--spacing-7) var(--spacing-2) var(--spacing-2);
  border-radius: var(--border-radius-2);
  background-color: var(--color-functional-neutral-dark);
  box-shadow: var(--elevation-top);
  white-space: normal;
  color: var(--color-on-functional-neutral-dark);
  z-index: var(--layer-fixed); }
  .flightCard-tooltipp .a-label-hint-close {
    top: var(--spacing-1);
    right: var(--spacing-1); }
    .flightCard-tooltipp .a-label-hint-close::before, .flightCard-tooltipp .a-label-hint-close::after {
      background-color: var(--color-on-functional-neutral-dark); }
  .flightCard-tooltipp::before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--color-functional-neutral-dark);
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    margin: 0 auto;
    right: 0; }

.flightCard-line {
  border-top: solid 1px var(--color-on-theme-background);
  position: absolute;
  width: calc(100% - 140px);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 17px; }

.topbar--bg {
  background: var(--color-theme-background); }

.topbar__container {
  display: flex;
  align-items: center;
  font-size: 18px;
  background: var(--color-theme-background);
  border-bottom: var(--color-functional-neutral-lighter) 1px solid; }

.topbar__right {
  display: flex;
  margin: var(--spacing-2) 0 var(--spacing-2) auto; }

.topbar__logout {
  margin-left: var(--spacing-4); }

.topbar .button {
  display: flex;
  margin-left: var(--spacing-4);
  justify-content: center;
  align-items: center; }

.topbar__language {
  display: flex;
  align-items: center;
  justify-content: center; }
  .topbar__language .m-selectbox {
    height: 24px;
    margin-top: 2px; }

.baggage-title, .baggage-link {
  display: flex;
  align-items: center; }
  .baggage-title .icon *, .baggage-link .icon * {
    stroke-width: 8; }

@media (min-width: 400px) and (max-width: 550px) {
  .baggage .row.mb-xs {
    margin-right: 20%; } }

@media (min-width: 550px) and (max-width: 767px) {
  .baggage .row.mb-xs {
    margin-right: 40%; } }

@media (min-width: 767px) and (max-width: 960px) {
  .baggage .row.mb-xs {
    margin-right: 20%; } }

@media (min-width: 960px) and (max-width: 1200px) {
  .baggage .row.mb-xs {
    margin-right: 40%; } }

@media (min-width: 1200px) {
  .baggage .row.mb-xs {
    margin-right: 55%; } }

.baggage-label {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .baggage-label span:nth-last-child(1) {
    width: 100px;
    text-align: right; }

.baggage-title {
  height: 38px;
  justify-content: space-between; }
  .baggage-title svg {
    color: var(--color-text-heading); }

.baggage-link svg {
  color: var(--color-text-link); }

.baggage-link {
  text-decoration: none;
  border-bottom: 1px solid var(--color-text-link);
  display: inline-flex; }
  .baggage-link .text {
    color: var(--color-text-link); }
  .baggage-link:hover {
    text-decoration: none;
    cursor: pointer; }

.baggage .icon-checkbox,
.baggage .icon-radio {
  padding-left: 0;
  margin-top: -7px; }

.baggage hr {
  border-top: 1px var(--color-functional-neutral) solid; }

.card {
  background: #c6ebfb;
  padding: var(--spacing-6);
  gap: var(--spacing-4);
  line-height: 1.25;
  color: var(--color-text-base);
  font-size: var(--font-size-small);
  flex: 50%;
  margin: 0 auto; }
  @media only screen and (max-width: 960px) {
    .card {
      padding: var(--spacing-4); } }

.card-wrapper {
  display: flex;
  flex-direction: row; }
  @media only screen and (max-width: 960px) {
    .card-wrapper {
      flex-direction: column; } }

.display-row {
  display: flex;
  flex-direction: row; }
  @media only screen and (max-width: 580px) {
    .display-row {
      flex-direction: column; } }

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

.checkedInItem {
  display: grid;
  justify-content: space-between;
  flex-direction: row;
  grid-template-columns: repeat(auto-fit, minmax(180px, 190px)); }
  @media only screen and (max-width: 580px) {
    .checkedInItem {
      grid-template-columns: repeat(auto-fit, minmax(181px, 1fr)); } }

.segment-card {
  background: var(--color-theme-background);
  margin: 0;
  padding: var(--spacing-4); }
  .segment-card .divider {
    margin-bottom: var(--spacing-2); }
  .segment-card svg {
    background-color: unset;
    fill: currentColor;
    width: 25px;
    margin: -2px 0; }
  .segment-card .card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--spacing-4);
    color: var(--color-text-heading); }
    .segment-card .card-header .title {
      font-size: var(--font-size-medium);
      text-align: left;
      display: flex;
      gap: 6px; }
      .segment-card .card-header .title svg {
        margin: -1px 0; }
  .segment-card .card-passenger-header {
    display: flex;
    justify-content: space-between;
    margin-top: var(--spacing-4); }
    .segment-card .card-passenger-header span {
      color: var(--color-text-heading); }
    .segment-card .card-passenger-header a {
      color: var(--color-functional-base); }
  .segment-card li {
    list-style-type: none;
    margin-left: 0; }
  .segment-card ul {
    padding-inline-start: 0; }
  .segment-card .input .label-inline {
    display: inline-block;
    box-sizing: border-box;
    padding: var(--space-2) 0;
    cursor: pointer;
    user-select: none; }
  .segment-card .disabled-label {
    color: darkgray !important; }
  .segment-card .checkin-label {
    margin-top: var(--spacing-05); }

.alert {
  border-radius: var(--spacing-1);
  background-color: var(--color-achromatic-base-lighter);
  padding: var(--spacing-3);
  margin: var(--spacing-6) 0 0;
  color: var(--color-functional-neutral-dark);
  display: flex; }
  .alert .alert-icon {
    padding: 0 var(--spacing-3) 0 0; }

.action-button {
  padding: 0px var(--spacing-3);
  display: flex;
  justify-content: left;
  align-items: center;
  height: var(--spacing-8);
  border-radius: 2px;
  background-color: var(--button-tertiary);
  margin-top: var(--spacing-2);
  fill: var(--button-tertiary-text); }
  .action-button a {
    text-align: center;
    color: var(--color-on-functional-base-light);
    text-decoration: none;
    margin-left: var(--spacing-2); }

.ttl1 {
  font-size: var(--font-size-small);
  color: var(--color-text-heading); }

.input.input-checkbox > .js-checkbox-journey-passenger {
  display: unset; }

.prohibitedContainer {
  font-size: var(--font-size-medium); }

.card.alert {
  margin-top: 0;
  margin-bottom: var(--spacing-4);
  padding: var(--spacing-2);
  background-color: var(--color-theme-promotion);
  color: var(--color-on-theme-promotion); }

.card.base {
  margin-top: var(--spacing-4);
  margin-bottom: var(--spacing-4);
  padding: var(--spacing-2);
  background-color: var(--color-theme-base);
  color: var(--color-on-theme-base); }

.imgTxtWrapper {
  display: flex;
  align-items: center; }

.imgTxtImage {
  width: 50px;
  height: 50px;
  margin-right: var(--spacing-4); }

.imgTxtText {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-small); }

/*# sourceMappingURL=newtui.css.map */