@charset "UTF-8";
.gradient-text {
  background: linear-gradient(284deg, #52A845 29.75%, #69C359 70.25%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
*:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

i,
em,
dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

ul, li, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * clearfix
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

html {
  font-size: 62.5%;
  font-family: var(--primary-font);
  font-weight: 400;
  background-color: var(--gray-color-50);
  --primary-font: "Montserrat", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
  --container-narrow: 75.2rem;
  --container-basic: 123.2rem;
  --container-wide: 144rem;
  --container-full: 192rem;
  --container-padding: 2.4rem;
  /*!
         Colors define
     */
  /*!Základní*/
  --base-black: #1a1f23;
  --base-black-rgb: 26, 31, 35;
  --base-white: #fff;
  --base-white-rgb: 255, 255, 255;
  /*!Šedá*/
  --gray-color-25: #fcfcfd;
  --gray-color-25-rgb: 252, 252, 253;
  --gray-color-50: #f9fafb;
  --gray-color-50-rgb: 249, 250, 251;
  --gray-color-100: #f2f4f7;
  --gray-color-100-rgb: 242, 244, 247;
  --gray-color-200: #eaecf0;
  --gray-color-200-rgb: 234, 236, 240;
  --gray-color-300: #d0d5dd;
  --gray-color-300-rgb: 208, 213, 221;
  --gray-color-400: #98a2b3;
  --gray-color-400-rgb: 152, 162, 179;
  --gray-color-500: #667085;
  --gray-color-500-rgb: 102, 112, 133;
  --gray-color-600: #475467;
  --gray-color-600-rgb: 71, 84, 103;
  --gray-color-700: #344054;
  --gray-color-700-rgb: 52, 64, 84;
  --gray-color-800: #040405;
  --gray-color-800-rgb: 4, 4, 5;
  --gray-color-900: #101828;
  --gray-color-900-rgb: 16, 24, 40;
  --gray-color-950: #0c111d;
  --gray-color-950-rgb: 12, 17, 29;
  /*!Brand*/
  --brand-color-100: #f2faf0;
  --brand-color-100-rgb: 242, 250, 240;
  --brand-color-200: #e4f5e1;
  --brand-color-200-rgb: 228, 245, 225;
  --brand-color-300: #c4e8bc;
  --brand-color-300-rgb: 196, 232, 188;
  --brand-color-400: #9dd898;
  --brand-color-400-rgb: 157, 216, 152;
  --brand-color-500: #7ecb72;
  --brand-color-500-rgb: 126, 203, 114;
  --brand-color-600: #69c359;
  --brand-color-600-rgb: 105, 195, 89;
  --brand-color-700: #52a845;
  --brand-color-700-rgb: 82, 168, 69;
  --brand-color-800: #3d8933;
  --brand-color-800-rgb: 61, 137, 51;
  --brand-color-900: #2d6b24;
  --brand-color-900-rgb: 45, 107, 36;
  --brand-color-1000: #225218;
  --brand-color-1000-rgb: 34, 82, 24;
  --brand-color-1100: #173d10;
  --brand-color-1100-rgb: 23, 61, 16;
  --brand-color-1200: #0c290a;
  --brand-color-1200-rgb: 12, 41, 10;
  /*!Error*/
  --error-color-25: #fffbfa;
  --error-color-25-rgb: 255, 251, 250;
  --error-color-50: #fef3f2;
  --error-color-50-rgb: 254, 243, 242;
  --error-color-100: #fee4e2;
  --error-color-100-rgb: 254, 228, 226;
  --error-color-200: #fecdca;
  --error-color-200-rgb: 254, 205, 202;
  --error-color-300: #fda29b;
  --error-color-300-rgb: 253, 162, 155;
  --error-color-400: #f97066;
  --error-color-400-rgb: 249, 112, 102;
  --error-color-500: #f04438;
  --error-color-500-rgb: 240, 68, 56;
  --error-color-600: #d92d20;
  --error-color-600-rgb: 217, 45, 32;
  --error-color-700: #b42318;
  --error-color-700-rgb: 180, 35, 24;
  --error-color-800: #912018;
  --error-color-800-rgb: 145, 32, 24;
  --error-color-900: #7a271a;
  --error-color-900-rgb: 122, 39, 26;
  --error-color-950: #55160c;
  --error-color-950-rgb: 85, 22, 12;
  /*!Warning*/
  --warning-color-25: #fffcf5;
  --warning-color-25-rgb: 255, 252, 245;
  --warning-color-50: #fffaeb;
  --warning-color-50-rgb: 255, 250, 235;
  --warning-color-100: #fef0c7;
  --warning-color-100-rgb: 254, 240, 199;
  --warning-color-200: #fedf89;
  --warning-color-200-rgb: 254, 223, 137;
  --warning-color-300: #fec84b;
  --warning-color-300-rgb: 254, 200, 75;
  --warning-color-400: #fdb022;
  --warning-color-400-rgb: 253, 176, 34;
  --warning-color-500: #f79009;
  --warning-color-500-rgb: 247, 144, 9;
  --warning-color-600: #dc6803;
  --warning-color-600-rgb: 220, 104, 3;
  --warning-color-700: #b54708;
  --warning-color-700-rgb: 181, 71, 8;
  --warning-color-800: #93370d;
  --warning-color-800-rgb: 147, 55, 13;
  --warning-color-900: #7a2e0e;
  --warning-color-900-rgb: 122, 46, 14;
  --warning-color-950: #4e1d09;
  --warning-color-950-rgb: 78, 29, 9;
  /*!Success*/
  --success-color-25: #f6fef9;
  --success-color-25-rgb: 246, 254, 249;
  --success-color-50: #ecfdf3;
  --success-color-50-rgb: 236, 253, 243;
  --success-color-100: #dcfae6;
  --success-color-100-rgb: 220, 250, 230;
  --success-color-200: #abefc6;
  --success-color-200-rgb: 171, 239, 198;
  --success-color-300: #75e0a7;
  --success-color-300-rgb: 117, 224, 167;
  --success-color-400: #47cd89;
  --success-color-400-rgb: 71, 205, 137;
  --success-color-500: #17b26a;
  --success-color-500-rgb: 23, 178, 106;
  --success-color-600: #079455;
  --success-color-600-rgb: 7, 148, 85;
  --success-color-700: #067647;
  --success-color-700-rgb: 6, 118, 71;
  --success-color-800: #085d3a;
  --success-color-800-rgb: 8, 93, 58;
  --success-color-900: #074d31;
  --success-color-900-rgb: 7, 77, 49;
  --success-color-950: #053321;
  --success-color-950-rgb: 5, 51, 33;
  /*!Ostatní*/
  --primary-color: #69c359;
  --primary-color-rgb: 105, 195, 89;
  --black: #000;
  --black-rgb: 0, 0, 0;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --gray: #909296;
  --gray-rgb: 144, 146, 150;
  --dark: #1a1f23;
  --dark-rgb: 26, 31, 35;
  --display-color-primary: #173d10;
  --display-color-primary-rgb: 23, 61, 16;
  --text-color-primary: #475467;
  --text-color-primary-rgb: 71, 84, 103;
  --header-nav-item-color: #1a1f23;
  --header-nav-item-color-rgb: 26, 31, 35;
  --header-nav-item-hover-color: #69c359;
  --header-nav-item-hover-color-rgb: 105, 195, 89;
  --header-menu-btn-color: #1a1f23;
  --header-menu-btn-color-rgb: 26, 31, 35;
  --header-menu-btn-hover-color: #69c359;
  --header-menu-btn-hover-color-rgb: 105, 195, 89;
  --mobile-buttons-border-color: #e5e9ed;
  --mobile-buttons-border-color-rgb: 229, 233, 237;
  /*!
         End of Colors define
     */
}
@media screen and (max-width: 1000px) {
  html {
    --container-padding: 1rem;
  }
}

body {
  margin: 0;
}

main {
  padding-top: var(--header--height);
}

body:has(.site-header--transparent) main {
  padding-top: 0;
}

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

a {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

figure {
  margin: 0;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
img,
video,
nav {
  margin: 0;
}

.display-2xl-thin {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-thin {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-thin {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-thin {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-thin {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-thin {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-thin {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-thin {
    font-size: 2.6rem;
  }
}
.display-2xl-thin.color-white p:not([class*=display-]):not([class*=text-]), .display-2xl-thin.color-white ul:not([class*=display-]):not([class*=text-]), .display-2xl-thin.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-2xl-thin p:not([class*=display-]):not([class*=text-]), .display-2xl-thin ul:not([class*=display-]):not([class*=text-]), .display-2xl-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-thin p:not([class*=display-]):not([class*=text-]), .display-2xl-thin ul:not([class*=display-]):not([class*=text-]), .display-2xl-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-thin p:not([class*=display-]):not([class*=text-]), .display-2xl-thin ul:not([class*=display-]):not([class*=text-]), .display-2xl-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-thin p:not([class*=display-]):not([class*=text-]), .display-2xl-thin ul:not([class*=display-]):not([class*=text-]), .display-2xl-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-thin p:not([class*=display-]):not([class*=text-]), .display-2xl-thin ul:not([class*=display-]):not([class*=text-]), .display-2xl-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-thin p:not([class*=display-]):not([class*=text-]), .display-2xl-thin ul:not([class*=display-]):not([class*=text-]), .display-2xl-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-thin p:not([class*=display-]):not([class*=text-]), .display-2xl-thin ul:not([class*=display-]):not([class*=text-]), .display-2xl-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-thin p:not([class*=display-]):not([class*=text-]), .display-2xl-thin ul:not([class*=display-]):not([class*=text-]), .display-2xl-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.6rem;
  }
}

.display-2xl-extra-light {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-extra-light {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-extra-light {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-extra-light {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-extra-light {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-extra-light {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-extra-light {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-extra-light {
    font-size: 2.6rem;
  }
}
.display-2xl-extra-light.color-white p:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light.color-white ul:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-2xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.6rem;
  }
}

.display-2xl-light {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-light {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-light {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-light {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-light {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-light {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-light {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-light {
    font-size: 2.6rem;
  }
}
.display-2xl-light.color-white p:not([class*=display-]):not([class*=text-]), .display-2xl-light.color-white ul:not([class*=display-]):not([class*=text-]), .display-2xl-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-2xl-light p:not([class*=display-]):not([class*=text-]), .display-2xl-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-light p:not([class*=display-]):not([class*=text-]), .display-2xl-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-light p:not([class*=display-]):not([class*=text-]), .display-2xl-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-light p:not([class*=display-]):not([class*=text-]), .display-2xl-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-light p:not([class*=display-]):not([class*=text-]), .display-2xl-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-light p:not([class*=display-]):not([class*=text-]), .display-2xl-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-light p:not([class*=display-]):not([class*=text-]), .display-2xl-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-light p:not([class*=display-]):not([class*=text-]), .display-2xl-light ul:not([class*=display-]):not([class*=text-]), .display-2xl-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.6rem;
  }
}

.display-2xl-regular {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-regular {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-regular {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-regular {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-regular {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-regular {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-regular {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-regular {
    font-size: 2.6rem;
  }
}
.display-2xl-regular.color-white p:not([class*=display-]):not([class*=text-]), .display-2xl-regular.color-white ul:not([class*=display-]):not([class*=text-]), .display-2xl-regular.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-2xl-regular p:not([class*=display-]):not([class*=text-]), .display-2xl-regular ul:not([class*=display-]):not([class*=text-]), .display-2xl-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-regular p:not([class*=display-]):not([class*=text-]), .display-2xl-regular ul:not([class*=display-]):not([class*=text-]), .display-2xl-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-regular p:not([class*=display-]):not([class*=text-]), .display-2xl-regular ul:not([class*=display-]):not([class*=text-]), .display-2xl-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-regular p:not([class*=display-]):not([class*=text-]), .display-2xl-regular ul:not([class*=display-]):not([class*=text-]), .display-2xl-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-regular p:not([class*=display-]):not([class*=text-]), .display-2xl-regular ul:not([class*=display-]):not([class*=text-]), .display-2xl-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-regular p:not([class*=display-]):not([class*=text-]), .display-2xl-regular ul:not([class*=display-]):not([class*=text-]), .display-2xl-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-regular p:not([class*=display-]):not([class*=text-]), .display-2xl-regular ul:not([class*=display-]):not([class*=text-]), .display-2xl-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-regular p:not([class*=display-]):not([class*=text-]), .display-2xl-regular ul:not([class*=display-]):not([class*=text-]), .display-2xl-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.6rem;
  }
}

.display-2xl-medium {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-medium {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-medium {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-medium {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-medium {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-medium {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-medium {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-medium {
    font-size: 2.6rem;
  }
}
.display-2xl-medium.color-white p:not([class*=display-]):not([class*=text-]), .display-2xl-medium.color-white ul:not([class*=display-]):not([class*=text-]), .display-2xl-medium.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-2xl-medium p:not([class*=display-]):not([class*=text-]), .display-2xl-medium ul:not([class*=display-]):not([class*=text-]), .display-2xl-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-medium p:not([class*=display-]):not([class*=text-]), .display-2xl-medium ul:not([class*=display-]):not([class*=text-]), .display-2xl-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-medium p:not([class*=display-]):not([class*=text-]), .display-2xl-medium ul:not([class*=display-]):not([class*=text-]), .display-2xl-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-medium p:not([class*=display-]):not([class*=text-]), .display-2xl-medium ul:not([class*=display-]):not([class*=text-]), .display-2xl-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-medium p:not([class*=display-]):not([class*=text-]), .display-2xl-medium ul:not([class*=display-]):not([class*=text-]), .display-2xl-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-medium p:not([class*=display-]):not([class*=text-]), .display-2xl-medium ul:not([class*=display-]):not([class*=text-]), .display-2xl-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-medium p:not([class*=display-]):not([class*=text-]), .display-2xl-medium ul:not([class*=display-]):not([class*=text-]), .display-2xl-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-medium p:not([class*=display-]):not([class*=text-]), .display-2xl-medium ul:not([class*=display-]):not([class*=text-]), .display-2xl-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.6rem;
  }
}

.display-2xl-semibold {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-semibold {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-semibold {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-semibold {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-semibold {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-semibold {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-semibold {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-semibold {
    font-size: 2.6rem;
  }
}
.display-2xl-semibold.color-white p:not([class*=display-]):not([class*=text-]), .display-2xl-semibold.color-white ul:not([class*=display-]):not([class*=text-]), .display-2xl-semibold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-2xl-semibold p:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-semibold p:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-semibold p:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-semibold p:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-semibold p:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-semibold p:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-semibold p:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-semibold p:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-2xl-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.6rem;
  }
}

.display-2xl-bold {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-bold {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-bold {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-bold {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-bold {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-bold {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-bold {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-bold {
    font-size: 2.6rem;
  }
}
.display-2xl-bold.color-white p:not([class*=display-]):not([class*=text-]), .display-2xl-bold.color-white ul:not([class*=display-]):not([class*=text-]), .display-2xl-bold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-2xl-bold p:not([class*=display-]):not([class*=text-]), .display-2xl-bold ul:not([class*=display-]):not([class*=text-]), .display-2xl-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-bold p:not([class*=display-]):not([class*=text-]), .display-2xl-bold ul:not([class*=display-]):not([class*=text-]), .display-2xl-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-bold p:not([class*=display-]):not([class*=text-]), .display-2xl-bold ul:not([class*=display-]):not([class*=text-]), .display-2xl-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-bold p:not([class*=display-]):not([class*=text-]), .display-2xl-bold ul:not([class*=display-]):not([class*=text-]), .display-2xl-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-bold p:not([class*=display-]):not([class*=text-]), .display-2xl-bold ul:not([class*=display-]):not([class*=text-]), .display-2xl-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-bold p:not([class*=display-]):not([class*=text-]), .display-2xl-bold ul:not([class*=display-]):not([class*=text-]), .display-2xl-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-bold p:not([class*=display-]):not([class*=text-]), .display-2xl-bold ul:not([class*=display-]):not([class*=text-]), .display-2xl-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-bold p:not([class*=display-]):not([class*=text-]), .display-2xl-bold ul:not([class*=display-]):not([class*=text-]), .display-2xl-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.6rem;
  }
}

.display-2xl-black {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-black {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-black {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-black {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-black {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-black {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-black {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-black {
    font-size: 2.6rem;
  }
}
.display-2xl-black.color-white p:not([class*=display-]):not([class*=text-]), .display-2xl-black.color-white ul:not([class*=display-]):not([class*=text-]), .display-2xl-black.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-2xl-black p:not([class*=display-]):not([class*=text-]), .display-2xl-black ul:not([class*=display-]):not([class*=text-]), .display-2xl-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 7.5rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  letter-spacing: 0.5px;
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 1620px) {
  .display-2xl-black p:not([class*=display-]):not([class*=text-]), .display-2xl-black ul:not([class*=display-]):not([class*=text-]), .display-2xl-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 6rem;
  }
}
@container hero (max-width: 1380px) {
  .display-2xl-black p:not([class*=display-]):not([class*=text-]), .display-2xl-black ul:not([class*=display-]):not([class*=text-]), .display-2xl-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5.5rem;
  }
}
@container hero (max-width: 980px) {
  .display-2xl-black p:not([class*=display-]):not([class*=text-]), .display-2xl-black ul:not([class*=display-]):not([class*=text-]), .display-2xl-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@container hero (max-width: 680px) {
  .display-2xl-black p:not([class*=display-]):not([class*=text-]), .display-2xl-black ul:not([class*=display-]):not([class*=text-]), .display-2xl-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.2rem;
  }
}
@container hero (max-width: 530px) {
  .display-2xl-black p:not([class*=display-]):not([class*=text-]), .display-2xl-black ul:not([class*=display-]):not([class*=text-]), .display-2xl-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.8rem;
  }
}
@container hero (max-width: 490px) {
  .display-2xl-black p:not([class*=display-]):not([class*=text-]), .display-2xl-black ul:not([class*=display-]):not([class*=text-]), .display-2xl-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}
@container hero (max-width: 420px) {
  .display-2xl-black p:not([class*=display-]):not([class*=text-]), .display-2xl-black ul:not([class*=display-]):not([class*=text-]), .display-2xl-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.6rem;
  }
}

.display-xl-thin {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-thin {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-thin {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-thin {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-thin {
    font-size: 3.2rem;
  }
}
.display-xl-thin.color-white p:not([class*=display-]):not([class*=text-]), .display-xl-thin.color-white ul:not([class*=display-]):not([class*=text-]), .display-xl-thin.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xl-thin p:not([class*=display-]):not([class*=text-]), .display-xl-thin ul:not([class*=display-]):not([class*=text-]), .display-xl-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-thin p:not([class*=display-]):not([class*=text-]), .display-xl-thin ul:not([class*=display-]):not([class*=text-]), .display-xl-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-thin p:not([class*=display-]):not([class*=text-]), .display-xl-thin ul:not([class*=display-]):not([class*=text-]), .display-xl-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-thin p:not([class*=display-]):not([class*=text-]), .display-xl-thin ul:not([class*=display-]):not([class*=text-]), .display-xl-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-thin p:not([class*=display-]):not([class*=text-]), .display-xl-thin ul:not([class*=display-]):not([class*=text-]), .display-xl-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}

.display-xl-extra-light {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-extra-light {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-extra-light {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-extra-light {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-extra-light {
    font-size: 3.2rem;
  }
}
.display-xl-extra-light.color-white p:not([class*=display-]):not([class*=text-]), .display-xl-extra-light.color-white ul:not([class*=display-]):not([class*=text-]), .display-xl-extra-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-extra-light p:not([class*=display-]):not([class*=text-]), .display-xl-extra-light ul:not([class*=display-]):not([class*=text-]), .display-xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}

.display-xl-light {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-light {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-light {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-light {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-light {
    font-size: 3.2rem;
  }
}
.display-xl-light.color-white p:not([class*=display-]):not([class*=text-]), .display-xl-light.color-white ul:not([class*=display-]):not([class*=text-]), .display-xl-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xl-light p:not([class*=display-]):not([class*=text-]), .display-xl-light ul:not([class*=display-]):not([class*=text-]), .display-xl-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-light p:not([class*=display-]):not([class*=text-]), .display-xl-light ul:not([class*=display-]):not([class*=text-]), .display-xl-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-light p:not([class*=display-]):not([class*=text-]), .display-xl-light ul:not([class*=display-]):not([class*=text-]), .display-xl-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-light p:not([class*=display-]):not([class*=text-]), .display-xl-light ul:not([class*=display-]):not([class*=text-]), .display-xl-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-light p:not([class*=display-]):not([class*=text-]), .display-xl-light ul:not([class*=display-]):not([class*=text-]), .display-xl-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}

.display-xl-regular {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-regular {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-regular {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-regular {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-regular {
    font-size: 3.2rem;
  }
}
.display-xl-regular.color-white p:not([class*=display-]):not([class*=text-]), .display-xl-regular.color-white ul:not([class*=display-]):not([class*=text-]), .display-xl-regular.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xl-regular p:not([class*=display-]):not([class*=text-]), .display-xl-regular ul:not([class*=display-]):not([class*=text-]), .display-xl-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-regular p:not([class*=display-]):not([class*=text-]), .display-xl-regular ul:not([class*=display-]):not([class*=text-]), .display-xl-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-regular p:not([class*=display-]):not([class*=text-]), .display-xl-regular ul:not([class*=display-]):not([class*=text-]), .display-xl-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-regular p:not([class*=display-]):not([class*=text-]), .display-xl-regular ul:not([class*=display-]):not([class*=text-]), .display-xl-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-regular p:not([class*=display-]):not([class*=text-]), .display-xl-regular ul:not([class*=display-]):not([class*=text-]), .display-xl-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}

.display-xl-medium {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-medium {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-medium {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-medium {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-medium {
    font-size: 3.2rem;
  }
}
.display-xl-medium.color-white p:not([class*=display-]):not([class*=text-]), .display-xl-medium.color-white ul:not([class*=display-]):not([class*=text-]), .display-xl-medium.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xl-medium p:not([class*=display-]):not([class*=text-]), .display-xl-medium ul:not([class*=display-]):not([class*=text-]), .display-xl-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-medium p:not([class*=display-]):not([class*=text-]), .display-xl-medium ul:not([class*=display-]):not([class*=text-]), .display-xl-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-medium p:not([class*=display-]):not([class*=text-]), .display-xl-medium ul:not([class*=display-]):not([class*=text-]), .display-xl-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-medium p:not([class*=display-]):not([class*=text-]), .display-xl-medium ul:not([class*=display-]):not([class*=text-]), .display-xl-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-medium p:not([class*=display-]):not([class*=text-]), .display-xl-medium ul:not([class*=display-]):not([class*=text-]), .display-xl-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}

.display-xl-semibold {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-semibold {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-semibold {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-semibold {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-semibold {
    font-size: 3.2rem;
  }
}
.display-xl-semibold.color-white p:not([class*=display-]):not([class*=text-]), .display-xl-semibold.color-white ul:not([class*=display-]):not([class*=text-]), .display-xl-semibold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xl-semibold p:not([class*=display-]):not([class*=text-]), .display-xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-xl-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-semibold p:not([class*=display-]):not([class*=text-]), .display-xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-xl-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-semibold p:not([class*=display-]):not([class*=text-]), .display-xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-xl-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-semibold p:not([class*=display-]):not([class*=text-]), .display-xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-xl-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-semibold p:not([class*=display-]):not([class*=text-]), .display-xl-semibold ul:not([class*=display-]):not([class*=text-]), .display-xl-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}

.display-xl-bold {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-bold {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-bold {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-bold {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-bold {
    font-size: 3.2rem;
  }
}
.display-xl-bold.color-white p:not([class*=display-]):not([class*=text-]), .display-xl-bold.color-white ul:not([class*=display-]):not([class*=text-]), .display-xl-bold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xl-bold p:not([class*=display-]):not([class*=text-]), .display-xl-bold ul:not([class*=display-]):not([class*=text-]), .display-xl-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-bold p:not([class*=display-]):not([class*=text-]), .display-xl-bold ul:not([class*=display-]):not([class*=text-]), .display-xl-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-bold p:not([class*=display-]):not([class*=text-]), .display-xl-bold ul:not([class*=display-]):not([class*=text-]), .display-xl-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-bold p:not([class*=display-]):not([class*=text-]), .display-xl-bold ul:not([class*=display-]):not([class*=text-]), .display-xl-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-bold p:not([class*=display-]):not([class*=text-]), .display-xl-bold ul:not([class*=display-]):not([class*=text-]), .display-xl-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}

.display-xl-black {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-black {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-black {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-black {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-black {
    font-size: 3.2rem;
  }
}
.display-xl-black.color-white p:not([class*=display-]):not([class*=text-]), .display-xl-black.color-white ul:not([class*=display-]):not([class*=text-]), .display-xl-black.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xl-black p:not([class*=display-]):not([class*=text-]), .display-xl-black ul:not([class*=display-]):not([class*=text-]), .display-xl-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .display-xl-black p:not([class*=display-]):not([class*=text-]), .display-xl-black ul:not([class*=display-]):not([class*=text-]), .display-xl-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .display-xl-black p:not([class*=display-]):not([class*=text-]), .display-xl-black ul:not([class*=display-]):not([class*=text-]), .display-xl-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .display-xl-black p:not([class*=display-]):not([class*=text-]), .display-xl-black ul:not([class*=display-]):not([class*=text-]), .display-xl-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .display-xl-black p:not([class*=display-]):not([class*=text-]), .display-xl-black ul:not([class*=display-]):not([class*=text-]), .display-xl-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.2rem;
  }
}

.display-lg-thin {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-thin {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-thin {
    font-size: 3.1rem;
  }
}
.display-lg-thin.color-white p:not([class*=display-]):not([class*=text-]), .display-lg-thin.color-white ul:not([class*=display-]):not([class*=text-]), .display-lg-thin.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-lg-thin p:not([class*=display-]):not([class*=text-]), .display-lg-thin ul:not([class*=display-]):not([class*=text-]), .display-lg-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-thin p:not([class*=display-]):not([class*=text-]), .display-lg-thin ul:not([class*=display-]):not([class*=text-]), .display-lg-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-thin p:not([class*=display-]):not([class*=text-]), .display-lg-thin ul:not([class*=display-]):not([class*=text-]), .display-lg-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.1rem;
  }
}

.display-lg-extra-light {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-extra-light {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-extra-light {
    font-size: 3.1rem;
  }
}
.display-lg-extra-light.color-white p:not([class*=display-]):not([class*=text-]), .display-lg-extra-light.color-white ul:not([class*=display-]):not([class*=text-]), .display-lg-extra-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-lg-extra-light p:not([class*=display-]):not([class*=text-]), .display-lg-extra-light ul:not([class*=display-]):not([class*=text-]), .display-lg-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-extra-light p:not([class*=display-]):not([class*=text-]), .display-lg-extra-light ul:not([class*=display-]):not([class*=text-]), .display-lg-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-extra-light p:not([class*=display-]):not([class*=text-]), .display-lg-extra-light ul:not([class*=display-]):not([class*=text-]), .display-lg-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.1rem;
  }
}

.display-lg-light {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-light {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-light {
    font-size: 3.1rem;
  }
}
.display-lg-light.color-white p:not([class*=display-]):not([class*=text-]), .display-lg-light.color-white ul:not([class*=display-]):not([class*=text-]), .display-lg-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-lg-light p:not([class*=display-]):not([class*=text-]), .display-lg-light ul:not([class*=display-]):not([class*=text-]), .display-lg-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-light p:not([class*=display-]):not([class*=text-]), .display-lg-light ul:not([class*=display-]):not([class*=text-]), .display-lg-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-light p:not([class*=display-]):not([class*=text-]), .display-lg-light ul:not([class*=display-]):not([class*=text-]), .display-lg-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.1rem;
  }
}

.display-lg-regular {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-regular {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-regular {
    font-size: 3.1rem;
  }
}
.display-lg-regular.color-white p:not([class*=display-]):not([class*=text-]), .display-lg-regular.color-white ul:not([class*=display-]):not([class*=text-]), .display-lg-regular.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-lg-regular p:not([class*=display-]):not([class*=text-]), .display-lg-regular ul:not([class*=display-]):not([class*=text-]), .display-lg-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-regular p:not([class*=display-]):not([class*=text-]), .display-lg-regular ul:not([class*=display-]):not([class*=text-]), .display-lg-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-regular p:not([class*=display-]):not([class*=text-]), .display-lg-regular ul:not([class*=display-]):not([class*=text-]), .display-lg-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.1rem;
  }
}

.display-lg-medium {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-medium {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-medium {
    font-size: 3.1rem;
  }
}
.display-lg-medium.color-white p:not([class*=display-]):not([class*=text-]), .display-lg-medium.color-white ul:not([class*=display-]):not([class*=text-]), .display-lg-medium.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-lg-medium p:not([class*=display-]):not([class*=text-]), .display-lg-medium ul:not([class*=display-]):not([class*=text-]), .display-lg-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-medium p:not([class*=display-]):not([class*=text-]), .display-lg-medium ul:not([class*=display-]):not([class*=text-]), .display-lg-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-medium p:not([class*=display-]):not([class*=text-]), .display-lg-medium ul:not([class*=display-]):not([class*=text-]), .display-lg-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.1rem;
  }
}

.display-lg-semibold {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-semibold {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-semibold {
    font-size: 3.1rem;
  }
}
.display-lg-semibold.color-white p:not([class*=display-]):not([class*=text-]), .display-lg-semibold.color-white ul:not([class*=display-]):not([class*=text-]), .display-lg-semibold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-lg-semibold p:not([class*=display-]):not([class*=text-]), .display-lg-semibold ul:not([class*=display-]):not([class*=text-]), .display-lg-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-semibold p:not([class*=display-]):not([class*=text-]), .display-lg-semibold ul:not([class*=display-]):not([class*=text-]), .display-lg-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-semibold p:not([class*=display-]):not([class*=text-]), .display-lg-semibold ul:not([class*=display-]):not([class*=text-]), .display-lg-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.1rem;
  }
}

.display-lg-bold {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-bold {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-bold {
    font-size: 3.1rem;
  }
}
.display-lg-bold.color-white p:not([class*=display-]):not([class*=text-]), .display-lg-bold.color-white ul:not([class*=display-]):not([class*=text-]), .display-lg-bold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-lg-bold p:not([class*=display-]):not([class*=text-]), .display-lg-bold ul:not([class*=display-]):not([class*=text-]), .display-lg-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-bold p:not([class*=display-]):not([class*=text-]), .display-lg-bold ul:not([class*=display-]):not([class*=text-]), .display-lg-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-bold p:not([class*=display-]):not([class*=text-]), .display-lg-bold ul:not([class*=display-]):not([class*=text-]), .display-lg-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.1rem;
  }
}

.display-lg-black {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-black {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-black {
    font-size: 3.1rem;
  }
}
.display-lg-black.color-white p:not([class*=display-]):not([class*=text-]), .display-lg-black.color-white ul:not([class*=display-]):not([class*=text-]), .display-lg-black.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-lg-black p:not([class*=display-]):not([class*=text-]), .display-lg-black ul:not([class*=display-]):not([class*=text-]), .display-lg-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  .display-lg-black p:not([class*=display-]):not([class*=text-]), .display-lg-black ul:not([class*=display-]):not([class*=text-]), .display-lg-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  .display-lg-black p:not([class*=display-]):not([class*=text-]), .display-lg-black ul:not([class*=display-]):not([class*=text-]), .display-lg-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 3.1rem;
  }
}

.display-md-thin {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-thin {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-thin {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-thin {
    font-size: 2.4rem;
  }
}
.display-md-thin.color-white p:not([class*=display-]):not([class*=text-]), .display-md-thin.color-white ul:not([class*=display-]):not([class*=text-]), .display-md-thin.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-md-thin p:not([class*=display-]):not([class*=text-]), .display-md-thin ul:not([class*=display-]):not([class*=text-]), .display-md-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-thin p:not([class*=display-]):not([class*=text-]), .display-md-thin ul:not([class*=display-]):not([class*=text-]), .display-md-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-thin p:not([class*=display-]):not([class*=text-]), .display-md-thin ul:not([class*=display-]):not([class*=text-]), .display-md-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-thin p:not([class*=display-]):not([class*=text-]), .display-md-thin ul:not([class*=display-]):not([class*=text-]), .display-md-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}

.display-md-extra-light {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-extra-light {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-extra-light {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-extra-light {
    font-size: 2.4rem;
  }
}
.display-md-extra-light.color-white p:not([class*=display-]):not([class*=text-]), .display-md-extra-light.color-white ul:not([class*=display-]):not([class*=text-]), .display-md-extra-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-md-extra-light p:not([class*=display-]):not([class*=text-]), .display-md-extra-light ul:not([class*=display-]):not([class*=text-]), .display-md-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-extra-light p:not([class*=display-]):not([class*=text-]), .display-md-extra-light ul:not([class*=display-]):not([class*=text-]), .display-md-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-extra-light p:not([class*=display-]):not([class*=text-]), .display-md-extra-light ul:not([class*=display-]):not([class*=text-]), .display-md-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-extra-light p:not([class*=display-]):not([class*=text-]), .display-md-extra-light ul:not([class*=display-]):not([class*=text-]), .display-md-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}

.display-md-light {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-light {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-light {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-light {
    font-size: 2.4rem;
  }
}
.display-md-light.color-white p:not([class*=display-]):not([class*=text-]), .display-md-light.color-white ul:not([class*=display-]):not([class*=text-]), .display-md-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-md-light p:not([class*=display-]):not([class*=text-]), .display-md-light ul:not([class*=display-]):not([class*=text-]), .display-md-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-light p:not([class*=display-]):not([class*=text-]), .display-md-light ul:not([class*=display-]):not([class*=text-]), .display-md-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-light p:not([class*=display-]):not([class*=text-]), .display-md-light ul:not([class*=display-]):not([class*=text-]), .display-md-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-light p:not([class*=display-]):not([class*=text-]), .display-md-light ul:not([class*=display-]):not([class*=text-]), .display-md-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}

.display-md-regular {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-regular {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-regular {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-regular {
    font-size: 2.4rem;
  }
}
.display-md-regular.color-white p:not([class*=display-]):not([class*=text-]), .display-md-regular.color-white ul:not([class*=display-]):not([class*=text-]), .display-md-regular.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-md-regular p:not([class*=display-]):not([class*=text-]), .display-md-regular ul:not([class*=display-]):not([class*=text-]), .display-md-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-regular p:not([class*=display-]):not([class*=text-]), .display-md-regular ul:not([class*=display-]):not([class*=text-]), .display-md-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-regular p:not([class*=display-]):not([class*=text-]), .display-md-regular ul:not([class*=display-]):not([class*=text-]), .display-md-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-regular p:not([class*=display-]):not([class*=text-]), .display-md-regular ul:not([class*=display-]):not([class*=text-]), .display-md-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}

.display-md-medium {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-medium {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-medium {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-medium {
    font-size: 2.4rem;
  }
}
.display-md-medium.color-white p:not([class*=display-]):not([class*=text-]), .display-md-medium.color-white ul:not([class*=display-]):not([class*=text-]), .display-md-medium.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-md-medium p:not([class*=display-]):not([class*=text-]), .display-md-medium ul:not([class*=display-]):not([class*=text-]), .display-md-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-medium p:not([class*=display-]):not([class*=text-]), .display-md-medium ul:not([class*=display-]):not([class*=text-]), .display-md-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-medium p:not([class*=display-]):not([class*=text-]), .display-md-medium ul:not([class*=display-]):not([class*=text-]), .display-md-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-medium p:not([class*=display-]):not([class*=text-]), .display-md-medium ul:not([class*=display-]):not([class*=text-]), .display-md-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}

.display-md-semibold {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-semibold {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-semibold {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-semibold {
    font-size: 2.4rem;
  }
}
.display-md-semibold.color-white p:not([class*=display-]):not([class*=text-]), .display-md-semibold.color-white ul:not([class*=display-]):not([class*=text-]), .display-md-semibold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-md-semibold p:not([class*=display-]):not([class*=text-]), .display-md-semibold ul:not([class*=display-]):not([class*=text-]), .display-md-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-semibold p:not([class*=display-]):not([class*=text-]), .display-md-semibold ul:not([class*=display-]):not([class*=text-]), .display-md-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-semibold p:not([class*=display-]):not([class*=text-]), .display-md-semibold ul:not([class*=display-]):not([class*=text-]), .display-md-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-semibold p:not([class*=display-]):not([class*=text-]), .display-md-semibold ul:not([class*=display-]):not([class*=text-]), .display-md-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}

.display-md-bold {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-bold {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-bold {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-bold {
    font-size: 2.4rem;
  }
}
.display-md-bold.color-white p:not([class*=display-]):not([class*=text-]), .display-md-bold.color-white ul:not([class*=display-]):not([class*=text-]), .display-md-bold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-md-bold p:not([class*=display-]):not([class*=text-]), .display-md-bold ul:not([class*=display-]):not([class*=text-]), .display-md-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-bold p:not([class*=display-]):not([class*=text-]), .display-md-bold ul:not([class*=display-]):not([class*=text-]), .display-md-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-bold p:not([class*=display-]):not([class*=text-]), .display-md-bold ul:not([class*=display-]):not([class*=text-]), .display-md-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-bold p:not([class*=display-]):not([class*=text-]), .display-md-bold ul:not([class*=display-]):not([class*=text-]), .display-md-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}

.display-md-black {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-black {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-black {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-black {
    font-size: 2.4rem;
  }
}
.display-md-black.color-white p:not([class*=display-]):not([class*=text-]), .display-md-black.color-white ul:not([class*=display-]):not([class*=text-]), .display-md-black.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-md-black p:not([class*=display-]):not([class*=text-]), .display-md-black ul:not([class*=display-]):not([class*=text-]), .display-md-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  .display-md-black p:not([class*=display-]):not([class*=text-]), .display-md-black ul:not([class*=display-]):not([class*=text-]), .display-md-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  .display-md-black p:not([class*=display-]):not([class*=text-]), .display-md-black ul:not([class*=display-]):not([class*=text-]), .display-md-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  .display-md-black p:not([class*=display-]):not([class*=text-]), .display-md-black ul:not([class*=display-]):not([class*=text-]), .display-md-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2.4rem;
  }
}

.display-sm-thin {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-thin {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-thin {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-thin {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-thin {
    font-size: 2rem;
  }
}
.display-sm-thin.color-white p:not([class*=display-]):not([class*=text-]), .display-sm-thin.color-white ul:not([class*=display-]):not([class*=text-]), .display-sm-thin.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-sm-thin p:not([class*=display-]):not([class*=text-]), .display-sm-thin ul:not([class*=display-]):not([class*=text-]), .display-sm-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-thin p:not([class*=display-]):not([class*=text-]), .display-sm-thin ul:not([class*=display-]):not([class*=text-]), .display-sm-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-thin p:not([class*=display-]):not([class*=text-]), .display-sm-thin ul:not([class*=display-]):not([class*=text-]), .display-sm-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-thin p:not([class*=display-]):not([class*=text-]), .display-sm-thin ul:not([class*=display-]):not([class*=text-]), .display-sm-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-thin p:not([class*=display-]):not([class*=text-]), .display-sm-thin ul:not([class*=display-]):not([class*=text-]), .display-sm-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}

.display-sm-extra-light {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-extra-light {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-extra-light {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-extra-light {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-extra-light {
    font-size: 2rem;
  }
}
.display-sm-extra-light.color-white p:not([class*=display-]):not([class*=text-]), .display-sm-extra-light.color-white ul:not([class*=display-]):not([class*=text-]), .display-sm-extra-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-sm-extra-light p:not([class*=display-]):not([class*=text-]), .display-sm-extra-light ul:not([class*=display-]):not([class*=text-]), .display-sm-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-extra-light p:not([class*=display-]):not([class*=text-]), .display-sm-extra-light ul:not([class*=display-]):not([class*=text-]), .display-sm-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-extra-light p:not([class*=display-]):not([class*=text-]), .display-sm-extra-light ul:not([class*=display-]):not([class*=text-]), .display-sm-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-extra-light p:not([class*=display-]):not([class*=text-]), .display-sm-extra-light ul:not([class*=display-]):not([class*=text-]), .display-sm-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-extra-light p:not([class*=display-]):not([class*=text-]), .display-sm-extra-light ul:not([class*=display-]):not([class*=text-]), .display-sm-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}

.display-sm-light {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-light {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-light {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-light {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-light {
    font-size: 2rem;
  }
}
.display-sm-light.color-white p:not([class*=display-]):not([class*=text-]), .display-sm-light.color-white ul:not([class*=display-]):not([class*=text-]), .display-sm-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-sm-light p:not([class*=display-]):not([class*=text-]), .display-sm-light ul:not([class*=display-]):not([class*=text-]), .display-sm-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-light p:not([class*=display-]):not([class*=text-]), .display-sm-light ul:not([class*=display-]):not([class*=text-]), .display-sm-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-light p:not([class*=display-]):not([class*=text-]), .display-sm-light ul:not([class*=display-]):not([class*=text-]), .display-sm-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-light p:not([class*=display-]):not([class*=text-]), .display-sm-light ul:not([class*=display-]):not([class*=text-]), .display-sm-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-light p:not([class*=display-]):not([class*=text-]), .display-sm-light ul:not([class*=display-]):not([class*=text-]), .display-sm-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}

.display-sm-regular {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-regular {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-regular {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-regular {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-regular {
    font-size: 2rem;
  }
}
.display-sm-regular.color-white p:not([class*=display-]):not([class*=text-]), .display-sm-regular.color-white ul:not([class*=display-]):not([class*=text-]), .display-sm-regular.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-sm-regular p:not([class*=display-]):not([class*=text-]), .display-sm-regular ul:not([class*=display-]):not([class*=text-]), .display-sm-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-regular p:not([class*=display-]):not([class*=text-]), .display-sm-regular ul:not([class*=display-]):not([class*=text-]), .display-sm-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-regular p:not([class*=display-]):not([class*=text-]), .display-sm-regular ul:not([class*=display-]):not([class*=text-]), .display-sm-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-regular p:not([class*=display-]):not([class*=text-]), .display-sm-regular ul:not([class*=display-]):not([class*=text-]), .display-sm-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-regular p:not([class*=display-]):not([class*=text-]), .display-sm-regular ul:not([class*=display-]):not([class*=text-]), .display-sm-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}

.display-sm-medium {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-medium {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-medium {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-medium {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-medium {
    font-size: 2rem;
  }
}
.display-sm-medium.color-white p:not([class*=display-]):not([class*=text-]), .display-sm-medium.color-white ul:not([class*=display-]):not([class*=text-]), .display-sm-medium.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-sm-medium p:not([class*=display-]):not([class*=text-]), .display-sm-medium ul:not([class*=display-]):not([class*=text-]), .display-sm-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-medium p:not([class*=display-]):not([class*=text-]), .display-sm-medium ul:not([class*=display-]):not([class*=text-]), .display-sm-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-medium p:not([class*=display-]):not([class*=text-]), .display-sm-medium ul:not([class*=display-]):not([class*=text-]), .display-sm-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-medium p:not([class*=display-]):not([class*=text-]), .display-sm-medium ul:not([class*=display-]):not([class*=text-]), .display-sm-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-medium p:not([class*=display-]):not([class*=text-]), .display-sm-medium ul:not([class*=display-]):not([class*=text-]), .display-sm-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}

.display-sm-semibold {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-semibold {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-semibold {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-semibold {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-semibold {
    font-size: 2rem;
  }
}
.display-sm-semibold.color-white p:not([class*=display-]):not([class*=text-]), .display-sm-semibold.color-white ul:not([class*=display-]):not([class*=text-]), .display-sm-semibold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-sm-semibold p:not([class*=display-]):not([class*=text-]), .display-sm-semibold ul:not([class*=display-]):not([class*=text-]), .display-sm-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-semibold p:not([class*=display-]):not([class*=text-]), .display-sm-semibold ul:not([class*=display-]):not([class*=text-]), .display-sm-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-semibold p:not([class*=display-]):not([class*=text-]), .display-sm-semibold ul:not([class*=display-]):not([class*=text-]), .display-sm-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-semibold p:not([class*=display-]):not([class*=text-]), .display-sm-semibold ul:not([class*=display-]):not([class*=text-]), .display-sm-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-semibold p:not([class*=display-]):not([class*=text-]), .display-sm-semibold ul:not([class*=display-]):not([class*=text-]), .display-sm-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}

.display-sm-bold {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-bold {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-bold {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-bold {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-bold {
    font-size: 2rem;
  }
}
.display-sm-bold.color-white p:not([class*=display-]):not([class*=text-]), .display-sm-bold.color-white ul:not([class*=display-]):not([class*=text-]), .display-sm-bold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-sm-bold p:not([class*=display-]):not([class*=text-]), .display-sm-bold ul:not([class*=display-]):not([class*=text-]), .display-sm-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-bold p:not([class*=display-]):not([class*=text-]), .display-sm-bold ul:not([class*=display-]):not([class*=text-]), .display-sm-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-bold p:not([class*=display-]):not([class*=text-]), .display-sm-bold ul:not([class*=display-]):not([class*=text-]), .display-sm-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-bold p:not([class*=display-]):not([class*=text-]), .display-sm-bold ul:not([class*=display-]):not([class*=text-]), .display-sm-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-bold p:not([class*=display-]):not([class*=text-]), .display-sm-bold ul:not([class*=display-]):not([class*=text-]), .display-sm-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}

.display-sm-black {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-black {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-black {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-black {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-black {
    font-size: 2rem;
  }
}
.display-sm-black.color-white p:not([class*=display-]):not([class*=text-]), .display-sm-black.color-white ul:not([class*=display-]):not([class*=text-]), .display-sm-black.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-sm-black p:not([class*=display-]):not([class*=text-]), .display-sm-black ul:not([class*=display-]):not([class*=text-]), .display-sm-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  .display-sm-black p:not([class*=display-]):not([class*=text-]), .display-sm-black ul:not([class*=display-]):not([class*=text-]), .display-sm-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  .display-sm-black p:not([class*=display-]):not([class*=text-]), .display-sm-black ul:not([class*=display-]):not([class*=text-]), .display-sm-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  .display-sm-black p:not([class*=display-]):not([class*=text-]), .display-sm-black ul:not([class*=display-]):not([class*=text-]), .display-sm-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  .display-sm-black p:not([class*=display-]):not([class*=text-]), .display-sm-black ul:not([class*=display-]):not([class*=text-]), .display-sm-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 2rem;
  }
}

.display-xs-thin {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
.display-xs-thin.color-white p:not([class*=display-]):not([class*=text-]), .display-xs-thin.color-white ul:not([class*=display-]):not([class*=text-]), .display-xs-thin.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xs-thin p:not([class*=display-]):not([class*=text-]), .display-xs-thin ul:not([class*=display-]):not([class*=text-]), .display-xs-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}

.display-xs-extra-light {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
.display-xs-extra-light.color-white p:not([class*=display-]):not([class*=text-]), .display-xs-extra-light.color-white ul:not([class*=display-]):not([class*=text-]), .display-xs-extra-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xs-extra-light p:not([class*=display-]):not([class*=text-]), .display-xs-extra-light ul:not([class*=display-]):not([class*=text-]), .display-xs-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}

.display-xs-light {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
.display-xs-light.color-white p:not([class*=display-]):not([class*=text-]), .display-xs-light.color-white ul:not([class*=display-]):not([class*=text-]), .display-xs-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xs-light p:not([class*=display-]):not([class*=text-]), .display-xs-light ul:not([class*=display-]):not([class*=text-]), .display-xs-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}

.display-xs-regular {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
.display-xs-regular.color-white p:not([class*=display-]):not([class*=text-]), .display-xs-regular.color-white ul:not([class*=display-]):not([class*=text-]), .display-xs-regular.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xs-regular p:not([class*=display-]):not([class*=text-]), .display-xs-regular ul:not([class*=display-]):not([class*=text-]), .display-xs-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}

.display-xs-medium {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
.display-xs-medium.color-white p:not([class*=display-]):not([class*=text-]), .display-xs-medium.color-white ul:not([class*=display-]):not([class*=text-]), .display-xs-medium.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xs-medium p:not([class*=display-]):not([class*=text-]), .display-xs-medium ul:not([class*=display-]):not([class*=text-]), .display-xs-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}

.display-xs-semibold {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
.display-xs-semibold.color-white p:not([class*=display-]):not([class*=text-]), .display-xs-semibold.color-white ul:not([class*=display-]):not([class*=text-]), .display-xs-semibold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xs-semibold p:not([class*=display-]):not([class*=text-]), .display-xs-semibold ul:not([class*=display-]):not([class*=text-]), .display-xs-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}

.display-xs-bold {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
.display-xs-bold.color-white p:not([class*=display-]):not([class*=text-]), .display-xs-bold.color-white ul:not([class*=display-]):not([class*=text-]), .display-xs-bold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xs-bold p:not([class*=display-]):not([class*=text-]), .display-xs-bold ul:not([class*=display-]):not([class*=text-]), .display-xs-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}

.display-xs-black {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
.display-xs-black.color-white p:not([class*=display-]):not([class*=text-]), .display-xs-black.color-white ul:not([class*=display-]):not([class*=text-]), .display-xs-black.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.display-xs-black p:not([class*=display-]):not([class*=text-]), .display-xs-black ul:not([class*=display-]):not([class*=text-]), .display-xs-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}

.text-xl-thin {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
.text-xl-thin.color-white p:not([class*=display-]):not([class*=text-]), .text-xl-thin.color-white ul:not([class*=display-]):not([class*=text-]), .text-xl-thin.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xl-thin p:not([class*=display-]):not([class*=text-]), .text-xl-thin ul:not([class*=display-]):not([class*=text-]), .text-xl-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}

.text-xl-extra-light {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
.text-xl-extra-light.color-white p:not([class*=display-]):not([class*=text-]), .text-xl-extra-light.color-white ul:not([class*=display-]):not([class*=text-]), .text-xl-extra-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xl-extra-light p:not([class*=display-]):not([class*=text-]), .text-xl-extra-light ul:not([class*=display-]):not([class*=text-]), .text-xl-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}

.text-xl-light {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
.text-xl-light.color-white p:not([class*=display-]):not([class*=text-]), .text-xl-light.color-white ul:not([class*=display-]):not([class*=text-]), .text-xl-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xl-light p:not([class*=display-]):not([class*=text-]), .text-xl-light ul:not([class*=display-]):not([class*=text-]), .text-xl-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}

.text-xl-regular {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
.text-xl-regular.color-white p:not([class*=display-]):not([class*=text-]), .text-xl-regular.color-white ul:not([class*=display-]):not([class*=text-]), .text-xl-regular.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xl-regular p:not([class*=display-]):not([class*=text-]), .text-xl-regular ul:not([class*=display-]):not([class*=text-]), .text-xl-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}

.text-xl-medium {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
.text-xl-medium.color-white p:not([class*=display-]):not([class*=text-]), .text-xl-medium.color-white ul:not([class*=display-]):not([class*=text-]), .text-xl-medium.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xl-medium p:not([class*=display-]):not([class*=text-]), .text-xl-medium ul:not([class*=display-]):not([class*=text-]), .text-xl-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}

.text-xl-semibold {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
.text-xl-semibold.color-white p:not([class*=display-]):not([class*=text-]), .text-xl-semibold.color-white ul:not([class*=display-]):not([class*=text-]), .text-xl-semibold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xl-semibold p:not([class*=display-]):not([class*=text-]), .text-xl-semibold ul:not([class*=display-]):not([class*=text-]), .text-xl-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}

.text-xl-bold {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
.text-xl-bold.color-white p:not([class*=display-]):not([class*=text-]), .text-xl-bold.color-white ul:not([class*=display-]):not([class*=text-]), .text-xl-bold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xl-bold p:not([class*=display-]):not([class*=text-]), .text-xl-bold ul:not([class*=display-]):not([class*=text-]), .text-xl-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}

.text-xl-black {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
.text-xl-black.color-white p:not([class*=display-]):not([class*=text-]), .text-xl-black.color-white ul:not([class*=display-]):not([class*=text-]), .text-xl-black.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xl-black p:not([class*=display-]):not([class*=text-]), .text-xl-black ul:not([class*=display-]):not([class*=text-]), .text-xl-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}

.text-lg-thin {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-thin {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-thin {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-thin {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-thin {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-thin {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-thin {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-thin {
    font-size: 1.4rem;
  }
}
.text-lg-thin.color-white p:not([class*=display-]):not([class*=text-]), .text-lg-thin.color-white ul:not([class*=display-]):not([class*=text-]), .text-lg-thin.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-lg-thin p:not([class*=display-]):not([class*=text-]), .text-lg-thin ul:not([class*=display-]):not([class*=text-]), .text-lg-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-thin p:not([class*=display-]):not([class*=text-]), .text-lg-thin ul:not([class*=display-]):not([class*=text-]), .text-lg-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-thin p:not([class*=display-]):not([class*=text-]), .text-lg-thin ul:not([class*=display-]):not([class*=text-]), .text-lg-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-thin p:not([class*=display-]):not([class*=text-]), .text-lg-thin ul:not([class*=display-]):not([class*=text-]), .text-lg-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-thin p:not([class*=display-]):not([class*=text-]), .text-lg-thin ul:not([class*=display-]):not([class*=text-]), .text-lg-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-thin p:not([class*=display-]):not([class*=text-]), .text-lg-thin ul:not([class*=display-]):not([class*=text-]), .text-lg-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-thin p:not([class*=display-]):not([class*=text-]), .text-lg-thin ul:not([class*=display-]):not([class*=text-]), .text-lg-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-thin p:not([class*=display-]):not([class*=text-]), .text-lg-thin ul:not([class*=display-]):not([class*=text-]), .text-lg-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-lg-extra-light {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-extra-light {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-extra-light {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-extra-light {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-extra-light {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-extra-light {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-extra-light {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-extra-light {
    font-size: 1.4rem;
  }
}
.text-lg-extra-light.color-white p:not([class*=display-]):not([class*=text-]), .text-lg-extra-light.color-white ul:not([class*=display-]):not([class*=text-]), .text-lg-extra-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-lg-extra-light p:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ul:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-extra-light p:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ul:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-extra-light p:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ul:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-extra-light p:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ul:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-extra-light p:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ul:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-extra-light p:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ul:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-extra-light p:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ul:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-extra-light p:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ul:not([class*=display-]):not([class*=text-]), .text-lg-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-lg-light {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-light {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-light {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-light {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-light {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-light {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-light {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-light {
    font-size: 1.4rem;
  }
}
.text-lg-light.color-white p:not([class*=display-]):not([class*=text-]), .text-lg-light.color-white ul:not([class*=display-]):not([class*=text-]), .text-lg-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-lg-light p:not([class*=display-]):not([class*=text-]), .text-lg-light ul:not([class*=display-]):not([class*=text-]), .text-lg-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-light p:not([class*=display-]):not([class*=text-]), .text-lg-light ul:not([class*=display-]):not([class*=text-]), .text-lg-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-light p:not([class*=display-]):not([class*=text-]), .text-lg-light ul:not([class*=display-]):not([class*=text-]), .text-lg-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-light p:not([class*=display-]):not([class*=text-]), .text-lg-light ul:not([class*=display-]):not([class*=text-]), .text-lg-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-light p:not([class*=display-]):not([class*=text-]), .text-lg-light ul:not([class*=display-]):not([class*=text-]), .text-lg-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-light p:not([class*=display-]):not([class*=text-]), .text-lg-light ul:not([class*=display-]):not([class*=text-]), .text-lg-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-light p:not([class*=display-]):not([class*=text-]), .text-lg-light ul:not([class*=display-]):not([class*=text-]), .text-lg-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-light p:not([class*=display-]):not([class*=text-]), .text-lg-light ul:not([class*=display-]):not([class*=text-]), .text-lg-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-lg-regular {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-regular {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-regular {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-regular {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-regular {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-regular {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-regular {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-regular {
    font-size: 1.4rem;
  }
}
.text-lg-regular.color-white p:not([class*=display-]):not([class*=text-]), .text-lg-regular.color-white ul:not([class*=display-]):not([class*=text-]), .text-lg-regular.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-lg-regular p:not([class*=display-]):not([class*=text-]), .text-lg-regular ul:not([class*=display-]):not([class*=text-]), .text-lg-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-regular p:not([class*=display-]):not([class*=text-]), .text-lg-regular ul:not([class*=display-]):not([class*=text-]), .text-lg-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-regular p:not([class*=display-]):not([class*=text-]), .text-lg-regular ul:not([class*=display-]):not([class*=text-]), .text-lg-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-regular p:not([class*=display-]):not([class*=text-]), .text-lg-regular ul:not([class*=display-]):not([class*=text-]), .text-lg-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-regular p:not([class*=display-]):not([class*=text-]), .text-lg-regular ul:not([class*=display-]):not([class*=text-]), .text-lg-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-regular p:not([class*=display-]):not([class*=text-]), .text-lg-regular ul:not([class*=display-]):not([class*=text-]), .text-lg-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-regular p:not([class*=display-]):not([class*=text-]), .text-lg-regular ul:not([class*=display-]):not([class*=text-]), .text-lg-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-regular p:not([class*=display-]):not([class*=text-]), .text-lg-regular ul:not([class*=display-]):not([class*=text-]), .text-lg-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-lg-medium {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-medium {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-medium {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-medium {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-medium {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-medium {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-medium {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-medium {
    font-size: 1.4rem;
  }
}
.text-lg-medium.color-white p:not([class*=display-]):not([class*=text-]), .text-lg-medium.color-white ul:not([class*=display-]):not([class*=text-]), .text-lg-medium.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-lg-medium p:not([class*=display-]):not([class*=text-]), .text-lg-medium ul:not([class*=display-]):not([class*=text-]), .text-lg-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-medium p:not([class*=display-]):not([class*=text-]), .text-lg-medium ul:not([class*=display-]):not([class*=text-]), .text-lg-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-medium p:not([class*=display-]):not([class*=text-]), .text-lg-medium ul:not([class*=display-]):not([class*=text-]), .text-lg-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-medium p:not([class*=display-]):not([class*=text-]), .text-lg-medium ul:not([class*=display-]):not([class*=text-]), .text-lg-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-medium p:not([class*=display-]):not([class*=text-]), .text-lg-medium ul:not([class*=display-]):not([class*=text-]), .text-lg-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-medium p:not([class*=display-]):not([class*=text-]), .text-lg-medium ul:not([class*=display-]):not([class*=text-]), .text-lg-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-medium p:not([class*=display-]):not([class*=text-]), .text-lg-medium ul:not([class*=display-]):not([class*=text-]), .text-lg-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-medium p:not([class*=display-]):not([class*=text-]), .text-lg-medium ul:not([class*=display-]):not([class*=text-]), .text-lg-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-lg-semibold {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-semibold {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-semibold {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-semibold {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-semibold {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-semibold {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-semibold {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-semibold {
    font-size: 1.4rem;
  }
}
.text-lg-semibold.color-white p:not([class*=display-]):not([class*=text-]), .text-lg-semibold.color-white ul:not([class*=display-]):not([class*=text-]), .text-lg-semibold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-lg-semibold p:not([class*=display-]):not([class*=text-]), .text-lg-semibold ul:not([class*=display-]):not([class*=text-]), .text-lg-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-semibold p:not([class*=display-]):not([class*=text-]), .text-lg-semibold ul:not([class*=display-]):not([class*=text-]), .text-lg-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-semibold p:not([class*=display-]):not([class*=text-]), .text-lg-semibold ul:not([class*=display-]):not([class*=text-]), .text-lg-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-semibold p:not([class*=display-]):not([class*=text-]), .text-lg-semibold ul:not([class*=display-]):not([class*=text-]), .text-lg-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-semibold p:not([class*=display-]):not([class*=text-]), .text-lg-semibold ul:not([class*=display-]):not([class*=text-]), .text-lg-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-semibold p:not([class*=display-]):not([class*=text-]), .text-lg-semibold ul:not([class*=display-]):not([class*=text-]), .text-lg-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-semibold p:not([class*=display-]):not([class*=text-]), .text-lg-semibold ul:not([class*=display-]):not([class*=text-]), .text-lg-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-semibold p:not([class*=display-]):not([class*=text-]), .text-lg-semibold ul:not([class*=display-]):not([class*=text-]), .text-lg-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-lg-bold {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-bold {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-bold {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-bold {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-bold {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-bold {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-bold {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-bold {
    font-size: 1.4rem;
  }
}
.text-lg-bold.color-white p:not([class*=display-]):not([class*=text-]), .text-lg-bold.color-white ul:not([class*=display-]):not([class*=text-]), .text-lg-bold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-lg-bold p:not([class*=display-]):not([class*=text-]), .text-lg-bold ul:not([class*=display-]):not([class*=text-]), .text-lg-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-bold p:not([class*=display-]):not([class*=text-]), .text-lg-bold ul:not([class*=display-]):not([class*=text-]), .text-lg-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-bold p:not([class*=display-]):not([class*=text-]), .text-lg-bold ul:not([class*=display-]):not([class*=text-]), .text-lg-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-bold p:not([class*=display-]):not([class*=text-]), .text-lg-bold ul:not([class*=display-]):not([class*=text-]), .text-lg-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-bold p:not([class*=display-]):not([class*=text-]), .text-lg-bold ul:not([class*=display-]):not([class*=text-]), .text-lg-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-bold p:not([class*=display-]):not([class*=text-]), .text-lg-bold ul:not([class*=display-]):not([class*=text-]), .text-lg-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-bold p:not([class*=display-]):not([class*=text-]), .text-lg-bold ul:not([class*=display-]):not([class*=text-]), .text-lg-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-bold p:not([class*=display-]):not([class*=text-]), .text-lg-bold ul:not([class*=display-]):not([class*=text-]), .text-lg-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-lg-black {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-black {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-black {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-black {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-black {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-black {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-black {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-black {
    font-size: 1.4rem;
  }
}
.text-lg-black.color-white p:not([class*=display-]):not([class*=text-]), .text-lg-black.color-white ul:not([class*=display-]):not([class*=text-]), .text-lg-black.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-lg-black p:not([class*=display-]):not([class*=text-]), .text-lg-black ul:not([class*=display-]):not([class*=text-]), .text-lg-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
@container hero (max-width: 980px) {
  .text-lg-black p:not([class*=display-]):not([class*=text-]), .text-lg-black ul:not([class*=display-]):not([class*=text-]), .text-lg-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container hero (max-width: 360px) {
  .text-lg-black p:not([class*=display-]):not([class*=text-]), .text-lg-black ul:not([class*=display-]):not([class*=text-]), .text-lg-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container box (max-width: 300px) {
  .text-lg-black p:not([class*=display-]):not([class*=text-]), .text-lg-black ul:not([class*=display-]):not([class*=text-]), .text-lg-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 950px) {
  .text-lg-black p:not([class*=display-]):not([class*=text-]), .text-lg-black ul:not([class*=display-]):not([class*=text-]), .text-lg-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container section-header (max-width: 950px) {
  .text-lg-black p:not([class*=display-]):not([class*=text-]), .text-lg-black ul:not([class*=display-]):not([class*=text-]), .text-lg-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.6rem;
  }
}
@container boxy-cisel-header (max-width: 440px) {
  .text-lg-black p:not([class*=display-]):not([class*=text-]), .text-lg-black ul:not([class*=display-]):not([class*=text-]), .text-lg-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@container section-header (max-width: 440px) {
  .text-lg-black p:not([class*=display-]):not([class*=text-]), .text-lg-black ul:not([class*=display-]):not([class*=text-]), .text-lg-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-md-thin {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-thin {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-thin {
    font-size: 1.4rem;
  }
}
.text-md-thin.color-white p:not([class*=display-]):not([class*=text-]), .text-md-thin.color-white ul:not([class*=display-]):not([class*=text-]), .text-md-thin.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-md-thin p:not([class*=display-]):not([class*=text-]), .text-md-thin ul:not([class*=display-]):not([class*=text-]), .text-md-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-thin p:not([class*=display-]):not([class*=text-]), .text-md-thin ul:not([class*=display-]):not([class*=text-]), .text-md-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-thin p:not([class*=display-]):not([class*=text-]), .text-md-thin ul:not([class*=display-]):not([class*=text-]), .text-md-thin ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-md-extra-light {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-extra-light {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-extra-light {
    font-size: 1.4rem;
  }
}
.text-md-extra-light.color-white p:not([class*=display-]):not([class*=text-]), .text-md-extra-light.color-white ul:not([class*=display-]):not([class*=text-]), .text-md-extra-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-md-extra-light p:not([class*=display-]):not([class*=text-]), .text-md-extra-light ul:not([class*=display-]):not([class*=text-]), .text-md-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-extra-light p:not([class*=display-]):not([class*=text-]), .text-md-extra-light ul:not([class*=display-]):not([class*=text-]), .text-md-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-extra-light p:not([class*=display-]):not([class*=text-]), .text-md-extra-light ul:not([class*=display-]):not([class*=text-]), .text-md-extra-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-md-light {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-light {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-light {
    font-size: 1.4rem;
  }
}
.text-md-light.color-white p:not([class*=display-]):not([class*=text-]), .text-md-light.color-white ul:not([class*=display-]):not([class*=text-]), .text-md-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-md-light p:not([class*=display-]):not([class*=text-]), .text-md-light ul:not([class*=display-]):not([class*=text-]), .text-md-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-light p:not([class*=display-]):not([class*=text-]), .text-md-light ul:not([class*=display-]):not([class*=text-]), .text-md-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-light p:not([class*=display-]):not([class*=text-]), .text-md-light ul:not([class*=display-]):not([class*=text-]), .text-md-light ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-md-regular {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-regular {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-regular {
    font-size: 1.4rem;
  }
}
.text-md-regular.color-white p:not([class*=display-]):not([class*=text-]), .text-md-regular.color-white ul:not([class*=display-]):not([class*=text-]), .text-md-regular.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-md-regular p:not([class*=display-]):not([class*=text-]), .text-md-regular ul:not([class*=display-]):not([class*=text-]), .text-md-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-regular p:not([class*=display-]):not([class*=text-]), .text-md-regular ul:not([class*=display-]):not([class*=text-]), .text-md-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-regular p:not([class*=display-]):not([class*=text-]), .text-md-regular ul:not([class*=display-]):not([class*=text-]), .text-md-regular ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-md-medium {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-medium {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-medium {
    font-size: 1.4rem;
  }
}
.text-md-medium.color-white p:not([class*=display-]):not([class*=text-]), .text-md-medium.color-white ul:not([class*=display-]):not([class*=text-]), .text-md-medium.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-md-medium p:not([class*=display-]):not([class*=text-]), .text-md-medium ul:not([class*=display-]):not([class*=text-]), .text-md-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-medium p:not([class*=display-]):not([class*=text-]), .text-md-medium ul:not([class*=display-]):not([class*=text-]), .text-md-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-medium p:not([class*=display-]):not([class*=text-]), .text-md-medium ul:not([class*=display-]):not([class*=text-]), .text-md-medium ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-md-semibold {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-semibold {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-semibold {
    font-size: 1.4rem;
  }
}
.text-md-semibold.color-white p:not([class*=display-]):not([class*=text-]), .text-md-semibold.color-white ul:not([class*=display-]):not([class*=text-]), .text-md-semibold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-md-semibold p:not([class*=display-]):not([class*=text-]), .text-md-semibold ul:not([class*=display-]):not([class*=text-]), .text-md-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-semibold p:not([class*=display-]):not([class*=text-]), .text-md-semibold ul:not([class*=display-]):not([class*=text-]), .text-md-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-semibold p:not([class*=display-]):not([class*=text-]), .text-md-semibold ul:not([class*=display-]):not([class*=text-]), .text-md-semibold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-md-bold {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-bold {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-bold {
    font-size: 1.4rem;
  }
}
.text-md-bold.color-white p:not([class*=display-]):not([class*=text-]), .text-md-bold.color-white ul:not([class*=display-]):not([class*=text-]), .text-md-bold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-md-bold p:not([class*=display-]):not([class*=text-]), .text-md-bold ul:not([class*=display-]):not([class*=text-]), .text-md-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-bold p:not([class*=display-]):not([class*=text-]), .text-md-bold ul:not([class*=display-]):not([class*=text-]), .text-md-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-bold p:not([class*=display-]):not([class*=text-]), .text-md-bold ul:not([class*=display-]):not([class*=text-]), .text-md-bold ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-md-black {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-black {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-black {
    font-size: 1.4rem;
  }
}
.text-md-black.color-white p:not([class*=display-]):not([class*=text-]), .text-md-black.color-white ul:not([class*=display-]):not([class*=text-]), .text-md-black.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-md-black p:not([class*=display-]):not([class*=text-]), .text-md-black ul:not([class*=display-]):not([class*=text-]), .text-md-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  .text-md-black p:not([class*=display-]):not([class*=text-]), .text-md-black ul:not([class*=display-]):not([class*=text-]), .text-md-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .text-md-black p:not([class*=display-]):not([class*=text-]), .text-md-black ul:not([class*=display-]):not([class*=text-]), .text-md-black ol:not([class*=display-]):not([class*=text-]) {
    font-size: 1.4rem;
  }
}

.text-sm-thin {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
.text-sm-thin.color-white p:not([class*=display-]):not([class*=text-]), .text-sm-thin.color-white ul:not([class*=display-]):not([class*=text-]), .text-sm-thin.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-sm-thin p:not([class*=display-]):not([class*=text-]), .text-sm-thin ul:not([class*=display-]):not([class*=text-]), .text-sm-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}

.text-sm-extra-light {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
.text-sm-extra-light.color-white p:not([class*=display-]):not([class*=text-]), .text-sm-extra-light.color-white ul:not([class*=display-]):not([class*=text-]), .text-sm-extra-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-sm-extra-light p:not([class*=display-]):not([class*=text-]), .text-sm-extra-light ul:not([class*=display-]):not([class*=text-]), .text-sm-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}

.text-sm-light {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
.text-sm-light.color-white p:not([class*=display-]):not([class*=text-]), .text-sm-light.color-white ul:not([class*=display-]):not([class*=text-]), .text-sm-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-sm-light p:not([class*=display-]):not([class*=text-]), .text-sm-light ul:not([class*=display-]):not([class*=text-]), .text-sm-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}

.text-sm-regular {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
.text-sm-regular.color-white p:not([class*=display-]):not([class*=text-]), .text-sm-regular.color-white ul:not([class*=display-]):not([class*=text-]), .text-sm-regular.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-sm-regular p:not([class*=display-]):not([class*=text-]), .text-sm-regular ul:not([class*=display-]):not([class*=text-]), .text-sm-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}

.text-sm-medium {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
.text-sm-medium.color-white p:not([class*=display-]):not([class*=text-]), .text-sm-medium.color-white ul:not([class*=display-]):not([class*=text-]), .text-sm-medium.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-sm-medium p:not([class*=display-]):not([class*=text-]), .text-sm-medium ul:not([class*=display-]):not([class*=text-]), .text-sm-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}

.text-sm-semibold {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
.text-sm-semibold.color-white p:not([class*=display-]):not([class*=text-]), .text-sm-semibold.color-white ul:not([class*=display-]):not([class*=text-]), .text-sm-semibold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-sm-semibold p:not([class*=display-]):not([class*=text-]), .text-sm-semibold ul:not([class*=display-]):not([class*=text-]), .text-sm-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}

.text-sm-bold {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
.text-sm-bold.color-white p:not([class*=display-]):not([class*=text-]), .text-sm-bold.color-white ul:not([class*=display-]):not([class*=text-]), .text-sm-bold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-sm-bold p:not([class*=display-]):not([class*=text-]), .text-sm-bold ul:not([class*=display-]):not([class*=text-]), .text-sm-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}

.text-sm-black {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
.text-sm-black.color-white p:not([class*=display-]):not([class*=text-]), .text-sm-black.color-white ul:not([class*=display-]):not([class*=text-]), .text-sm-black.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-sm-black p:not([class*=display-]):not([class*=text-]), .text-sm-black ul:not([class*=display-]):not([class*=text-]), .text-sm-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}

.text-xs-thin {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}
.text-xs-thin.color-white p:not([class*=display-]):not([class*=text-]), .text-xs-thin.color-white ul:not([class*=display-]):not([class*=text-]), .text-xs-thin.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xs-thin p:not([class*=display-]):not([class*=text-]), .text-xs-thin ul:not([class*=display-]):not([class*=text-]), .text-xs-thin ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 100;
  text-wrap: balance;
  font-style: normal;
}

.text-xs-extra-light {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}
.text-xs-extra-light.color-white p:not([class*=display-]):not([class*=text-]), .text-xs-extra-light.color-white ul:not([class*=display-]):not([class*=text-]), .text-xs-extra-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xs-extra-light p:not([class*=display-]):not([class*=text-]), .text-xs-extra-light ul:not([class*=display-]):not([class*=text-]), .text-xs-extra-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 200;
  text-wrap: balance;
  font-style: normal;
}

.text-xs-light {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}
.text-xs-light.color-white p:not([class*=display-]):not([class*=text-]), .text-xs-light.color-white ul:not([class*=display-]):not([class*=text-]), .text-xs-light.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xs-light p:not([class*=display-]):not([class*=text-]), .text-xs-light ul:not([class*=display-]):not([class*=text-]), .text-xs-light ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 300;
  text-wrap: balance;
  font-style: normal;
}

.text-xs-regular {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
.text-xs-regular.color-white p:not([class*=display-]):not([class*=text-]), .text-xs-regular.color-white ul:not([class*=display-]):not([class*=text-]), .text-xs-regular.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xs-regular p:not([class*=display-]):not([class*=text-]), .text-xs-regular ul:not([class*=display-]):not([class*=text-]), .text-xs-regular ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}

.text-xs-medium {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}
.text-xs-medium.color-white p:not([class*=display-]):not([class*=text-]), .text-xs-medium.color-white ul:not([class*=display-]):not([class*=text-]), .text-xs-medium.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xs-medium p:not([class*=display-]):not([class*=text-]), .text-xs-medium ul:not([class*=display-]):not([class*=text-]), .text-xs-medium ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 500;
  text-wrap: balance;
  font-style: normal;
}

.text-xs-semibold {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
.text-xs-semibold.color-white p:not([class*=display-]):not([class*=text-]), .text-xs-semibold.color-white ul:not([class*=display-]):not([class*=text-]), .text-xs-semibold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xs-semibold p:not([class*=display-]):not([class*=text-]), .text-xs-semibold ul:not([class*=display-]):not([class*=text-]), .text-xs-semibold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}

.text-xs-bold {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}
.text-xs-bold.color-white p:not([class*=display-]):not([class*=text-]), .text-xs-bold.color-white ul:not([class*=display-]):not([class*=text-]), .text-xs-bold.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xs-bold p:not([class*=display-]):not([class*=text-]), .text-xs-bold ul:not([class*=display-]):not([class*=text-]), .text-xs-bold ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 800;
  text-wrap: balance;
  font-style: normal;
}

.text-xs-black {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}
.text-xs-black.color-white p:not([class*=display-]):not([class*=text-]), .text-xs-black.color-white ul:not([class*=display-]):not([class*=text-]), .text-xs-black.color-white ol:not([class*=display-]):not([class*=text-]) {
  color: var(--white);
}
.text-xs-black p:not([class*=display-]):not([class*=text-]), .text-xs-black ul:not([class*=display-]):not([class*=text-]), .text-xs-black ol:not([class*=display-]):not([class*=text-]) {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 900;
  text-wrap: balance;
  font-style: normal;
}

p, ul, ol {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
}
@container dlazdice (max-width: 360px) {
  p, ul, ol {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  p, ul, ol {
    font-size: 1.4rem;
  }
}

ul, ol {
  padding-left: 15px;
}

h1 {
  font-family: var(--primary-font);
  font-size: 5.3rem;
  line-height: 1.2;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 850px) {
  h1 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 3.2rem;
  }
}

h2 {
  font-family: var(--primary-font);
  font-size: 4.2rem;
  line-height: 1.3;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container cenik (max-width: 380px) {
  h2 {
    font-size: 3.5rem;
  }
}
@container cenik (max-width: 340px) {
  h2 {
    font-size: 3.1rem;
  }
}

h3 {
  font-family: var(--primary-font);
  font-size: 3.2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container box (max-width: 300px) {
  h3 {
    font-size: 2.4rem;
  }
}
@container dlazdice (max-width: 385px) {
  h3 {
    font-size: 2.8rem;
  }
}
@container dlazdice (max-width: 320px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}
@container project-card (max-width: 350px) {
  h4 {
    font-size: 2rem;
  }
}
@container project-card (max-width: 325px) {
  h4 {
    font-size: 1.8rem;
  }
}
@container box (max-width: 400px) {
  h4 {
    font-size: 2rem;
  }
}
@container proces (max-width: 450px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 1.4;
  color: var(--display-color-primary);
  font-weight: 600;
  text-wrap: balance;
  font-style: normal;
}

.container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-basic);
  padding: 0 var(--container-padding);
}
.container.container--narrow {
  max-width: var(--container-wide);
}
.container.container--wide {
  max-width: var(--container-wide);
}
.container.container--full {
  max-width: var(--container-full);
}
.container.container--100 {
  max-width: 100%;
}

.section {
  padding: 8rem 0;
}
.section.padding-bottom-none {
  padding-bottom: 0;
}
.section.padding-top-none {
  padding-top: 0;
}
.section.padding-top-smaller {
  padding-top: 4rem;
}
.section.padding-bottom-smaller {
  padding-bottom: 4rem;
}

.color-primary {
  color: var(--primary-color);
}

.color-white {
  color: var(--white);
}

.basic-green-gradient {
  background: linear-gradient(284deg, #52A845 29.75%, #69C359 70.25%);
}

.section-gradient-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gray-color-50)), color-stop(12%, var(--brand-color-100)), color-stop(88%, var(--brand-color-100)), to(var(--gray-color-50)));
  background: linear-gradient(to bottom, var(--gray-color-50), var(--brand-color-100) 12%, var(--brand-color-100) 88%, var(--gray-color-50));
}

.tags-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color-primary);
  font-weight: 400;
  text-wrap: balance;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  color: var(--color);
  background: var(--bg);
  border: 1px solid var(--border-color);
  white-space: nowrap;
}
.tag-item.tag-item--primary {
  --color: var(--brand-color-900);
  --bg: var(--brand-color-100);
  --border-color: var(--brand-color-400);
}
.tag-item.tag-item--glassmorph {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.columns {
  --gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.columns.columns--2-per-row {
  --items-per-row: 2;
}
.columns.columns--3-per-row {
  --items-per-row: 3;
}
.columns.columns--4-per-row {
  --items-per-row: 4;
}
.columns.columns--5-per-row {
  --items-per-row: 5;
}
.columns > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / var(--items-per-row) - var(--gap) * (var(--items-per-row) - 1) / var(--items-per-row));
          flex: 0 0 calc(100% / var(--items-per-row) - var(--gap) * (var(--items-per-row) - 1) / var(--items-per-row));
}

section.gt-block {
  padding: 10rem 0;
}
section.gt-block.padding-bottom-none {
  padding-bottom: 0;
}
section.gt-block.padding-top-none {
  padding-top: 0;
}
section.gt-block.padding-top-smaller {
  padding-top: 4rem;
}
section.gt-block.padding-bottom-smaller {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1370px) {
  section.gt-block {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 600px) {
  section.gt-block {
    padding: 4.5rem 0;
  }
}

b, strong {
  font-weight: 600;
}

img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: none !important;
}