@charset "UTF-8";
*,
a,
abbr,
acronym,
address,
applet,
area,
article,
aside,
audio,
b,
base,
basefont,
bb,
bdo,
big,
blockquote,
body,
br,
button,
canvas,
caption,
center,
cite,
code,
col,
colgroup,
command,
datalist,
dd,
del,
details,
dfn,
dialog,
dir,
div,
dl,
dt,
em,
embed,
eventsource,
fieldset,
figcaption,
figure,
font,
footer,
form,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
isindex,
kbd,
keygen,
label,
legend,
li,
link,
map,
mark,
menu,
meta,
meter,
nav,
noframes,
noscript,
object,
ol,
optgroup,
option,
output,
p,
param,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
script,
section,
select,
small,
source,
span,
strike,
strong,
style,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
track,
tt,
u,
ul,
var,
video,
wbr {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

.aspect_ratio--1x1 {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.aspect_ratio--1x1 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect_ratio--1x2 {
  position: relative;
  width: 100%;
  aspect-ratio: 0.5;
}
.aspect_ratio--1x2 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect_ratio--2x1 {
  position: relative;
  width: 100%;
  aspect-ratio: 2;
}
.aspect_ratio--2x1 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect_ratio--1x3 {
  position: relative;
  width: 100%;
  aspect-ratio: 0.3333333333;
}
.aspect_ratio--1x3 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect_ratio--3x1 {
  position: relative;
  width: 100%;
  aspect-ratio: 3;
}
.aspect_ratio--3x1 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect_ratio--1x4 {
  position: relative;
  width: 100%;
  aspect-ratio: 0.25;
}
.aspect_ratio--1x4 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect_ratio--4x1 {
  position: relative;
  width: 100%;
  aspect-ratio: 4;
}
.aspect_ratio--4x1 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect_ratio--3x2 {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5;
}
.aspect_ratio--3x2 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect_ratio--2x3 {
  position: relative;
  width: 100%;
  aspect-ratio: 0.6666666667;
}
.aspect_ratio--2x3 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect_ratio--4x3 {
  position: relative;
  width: 100%;
  aspect-ratio: 1.3333333333;
}
.aspect_ratio--4x3 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect_ratio--3x4 {
  position: relative;
  width: 100%;
  aspect-ratio: 0.75;
}
.aspect_ratio--3x4 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect_ratio--16x9 {
  position: relative;
  width: 100%;
  aspect-ratio: 1.7777777778;
}
.aspect_ratio--16x9 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect_ratio--16x10 {
  position: relative;
  width: 100%;
  aspect-ratio: 1.6;
}
.aspect_ratio--16x10 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.guide {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
  opacity: 1;
  min-height: 100vh;
  background-attachment: local;
}

.guide--layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  pointer-events: none;
  z-index: 9999;
}
.guide--layer.active {
  display: block !important;
}

.guide--graph {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
  opacity: 1;
  min-height: 100vh;
  background-attachment: local;
  background-repeat: repeat;
  background-size: 1.25rem 1.25rem;
  background-image: repeating-linear-gradient(to right, rgba(111, 124, 126, 0.483) 0, rgba(111, 124, 126, 0.483) 1px, transparent 1px, transparent 1.25rem), repeating-linear-gradient(to bottom, rgba(111, 124, 126, 0.483) 0, rgba(111, 124, 126, 0.483) 1px, transparent 1px, transparent 1.25rem);
}

.guide--graph_centered {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
  opacity: 1;
  min-height: 100vh;
  background-attachment: local;
  background-repeat: repeat;
  background-size: 1.25rem 1.25rem;
  background-position: calc(50% - 15rem / 2) 0;
  background-image: repeating-linear-gradient(to right, rgba(111, 124, 126, 0.483) 0, rgba(111, 124, 126, 0.483) 1px, transparent 1px, transparent 1.25rem), repeating-linear-gradient(to bottom, rgba(111, 124, 126, 0.483) 0, rgba(111, 124, 126, 0.483) 1px, transparent 1px, transparent 1.25rem);
}

.guide--baseline {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
  opacity: 1;
  min-height: 100vh;
  background-attachment: local;
  background-repeat: repeat;
  background-size: 100% 1.25rem;
  background-image: repeating-linear-gradient(to bottom, rgb(0, 200, 255) 0 1px, transparent 1px 100%);
}

html {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(12px + 12 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 24px;
  }
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  position: absolute;
  height: 100vh;
  width: 100vw;
}

html,
body {
  height: 100%;
  margin: 0;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

.i_1x {
  font-size: 1em;
}

.i_2x {
  font-size: 2em;
}

.i_3x {
  font-size: 3em;
}

.i_4x {
  font-size: 4em;
}

.i_5x {
  font-size: 5em;
}

.i_6x {
  font-size: 6em;
}

.i_7x {
  font-size: 7em;
}

.i_8x {
  font-size: 8em;
}

.i_9x {
  font-size: 9em;
}

.i_10x {
  font-size: 10em;
}

.i {
  display: inline-flex;
  position: relative;
  vertical-align: baseline;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  font-size: inherit;
  width: 1.5em;
  height: 1.5em;
  aspect-ratio: 1/1;
  color: #000000;
  background-color: transparent;
  overflow: visible;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.i::before {
  font-family: "icongl" !important;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  -webkit-text-emphasis-style: none;
          text-emphasis-style: none;
  line-height: 1;
  color: #000000;
  display: inline;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i * {
  font-family: "icongl" !important;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  -webkit-text-emphasis-style: none;
          text-emphasis-style: none;
  line-height: 1.5em !important;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i_arrow_up::before {
  content: "\f19e";
}

.i_arrow_down::before {
  content: "\f143";
}

.i_arrow_left::before {
  content: "\f163";
}

.i_arrow_right::before {
  content: "\f172";
}

.i_arrow_up_left::before {
  content: "\f19b";
}

.i_arrow_up_right::before {
  content: "\f19d";
}

.i_arrow_down_left::before {
  content: "\f141";
}

.i_arrow_down_right::before {
  content: "\f142";
}

.i_arrow_long_left::before {
  content: "\f16c";
}

.i_arrow_long_right::before {
  content: "\f16d";
}

.i_arrow_long_left_right::before {
  content: "\f16b";
}

.i_arrow_long_from_bar_left::before {
  content: "\f169";
}

.i_arrow_long_from_bar_right::before {
  content: "\f16a";
}

.i_arrow_dotted_up::before {
  content: "\f134";
}

.i_arrow_dotted_down::before {
  content: "\f131";
}

.i_arrow_dotted_left::before {
  content: "\f132";
}

.i_arrow_dotted_right::before {
  content: "\f133";
}

.i_arrow_double_up::before {
  content: "\f140";
}

.i_arrow_double_down::before {
  content: "\f139";
}

.i_arrow_double_left::before {
  content: "\f13b";
}

.i_arrow_double_right::before {
  content: "\f13c";
}

.i_arrow_tripple_right::before {
  content: "⇶";
}

.i_arrow_harpoon_up_barb_left::before {
  content: "\f158";
}

.i_arrow_harpoon_up_barb_right::before {
  content: "\f159";
}

.i_arrow_harpoon_down_barb_left::before {
  content: "\f152";
}

.i_arrow_harpoon_down_barb_right::before {
  content: "\f153";
}

.i_arrow_harpoon_left_barb_up::before {
  content: "\f155";
}

.i_arrow_harpoon_left_barb_down::before {
  content: "\f154";
}

.i_arrow_harpoon_right_barb_up::before {
  content: "\f157";
}

.i_arrow_harpoon_right_barb_down::before {
  content: "\f156";
}

.i_arrow_circle_gap_left::before {
  content: "\f11f";
}

.i_arrow_circle_gap_right::before {
  content: "\f121";
}

.i_arrow_circle_semi_gap_right::before {
  content: "\f125";
}

.i_arrow_circle_semi_gap_left::before {
  content: "\f124";
}

.i_arrow_circle_closed_left::before {
  content: "\f111";
}

.i_arrow_circle_closed_right::before {
  content: "\f112";
}

.i_arrow_corner_down_right::before {
  content: "\f12a";
}

.i_arrow_corner_left_up::before {
  content: "\f12c";
}

.i_arrow_corner_left_down::before {
  content: "\f12b";
}

.i_arrow_corner_right_up::before {
  content: "\f12e";
}

.i_arrow_corner_right_down::before {
  content: "\f12d";
}

.i_arrow_up_down::before {
  content: "\f199";
}

.i_arrow_left_right::before {
  content: "\f162";
}

.i_arrow_up_left_down_right::before {
  content: "\f19a";
}

.i_arrow_up_right_down_left::before {
  content: "\f19c";
}

.i_arrow_two_headed_up::before {
  content: "↟";
}

.i_arrow_two_headed_down::before {
  content: "↡";
}

.i_arrow_two_headed_left::before {
  content: "↞";
}

.i_arrow_two_headed_right::before {
  content: "↠";
}

.i_arrow_from_bar_up::before {
  content: "\f14d";
}

.i_arrow_from_bar_down::before {
  content: "\f148";
}

.i_arrow_from_bar_left::before {
  content: "\f14a";
}

.i_arrow_from_bar_right::before {
  content: "\f14b";
}

.i_arrow_to_bar_up::before {
  content: "\f190";
}

.i_arrow_to_bar_down::before {
  content: "\f18b";
}

.i_arrow_to_bar_left::before {
  content: "\f18d";
}

.i_arrow_to_bar_right::before {
  content: "\f18e";
}

.i_arrow_to_corner_upper_left::before {
  content: "\f193";
}

.i_arrow_to_corner_lower_right::before {
  content: "\f192";
}

.i_game_dice_1::before {
  content: "\f23f";
}

.i_game_dice_2::before {
  content: "\f241";
}

.i_game_dice_3::before {
  content: "\f243";
}

.i_game_dice_4::before {
  content: "\f245";
}

.i_game_dice_5::before {
  content: "\f247";
}

.i_game_dice_6::before {
  content: "\f249";
}

.i_number_0::before {
  content: "\f320";
}

.i_number_1::before {
  content: "\f321";
}

.i_number_2::before {
  content: "\f323";
}

.i_number_3::before {
  content: "\f324";
}

.i_number_4::before {
  content: "\f325";
}

.i_number_5::before {
  content: "\f326";
}

.i_number_6::before {
  content: "\f327";
}

.i_number_7::before {
  content: "\f328";
}

.i_number_8::before {
  content: "\f329";
}

.i_number_9::before {
  content: "\f32a";
}

.i_number_circle_0::before {
  content: "\f32b";
}

.i_number_circle_1::before {
  content: "\f32c";
}

.i_number_circle_2::before {
  content: "\f337";
}

.i_number_circle_3::before {
  content: "\f342";
}

.i_number_circle_4::before {
  content: "\f34d";
}

.i_number_circle_5::before {
  content: "\f358";
}

.i_number_circle_6::before {
  content: "\f35a";
}

.i_number_circle_7::before {
  content: "\f35b";
}

.i_number_circle_8::before {
  content: "\f35c";
}

.i_number_circle_9::before {
  content: "\f35d";
}

.i_number_circle_10::before {
  content: "\f32d";
}

.i_number_circle_11::before {
  content: "\f32e";
}

.i_number_circle_12::before {
  content: "\f32f";
}

.i_number_circle_13::before {
  content: "\f330";
}

.i_number_circle_14::before {
  content: "\f331";
}

.i_number_circle_15::before {
  content: "\f332";
}

.i_number_circle_16::before {
  content: "\f333";
}

.i_number_circle_17::before {
  content: "\f334";
}

.i_number_circle_18::before {
  content: "\f335";
}

.i_number_circle_19::before {
  content: "\f336";
}

.i_number_circle_20::before {
  content: "\f338";
}

.i_number_circle_21::before {
  content: "\f339";
}

.i_number_circle_22::before {
  content: "\f33a";
}

.i_number_circle_23::before {
  content: "\f33b";
}

.i_number_circle_24::before {
  content: "\f33c";
}

.i_number_circle_25::before {
  content: "\f33d";
}

.i_number_circle_26::before {
  content: "\f33e";
}

.i_number_circle_27::before {
  content: "\f33f";
}

.i_number_circle_28::before {
  content: "\f340";
}

.i_number_circle_29::before {
  content: "\f341";
}

.i_number_circle_30::before {
  content: "\f343";
}

.i_number_circle_31::before {
  content: "\f344";
}

.i_number_circle_32::before {
  content: "\f345";
}

.i_number_circle_33::before {
  content: "\f346";
}

.i_number_circle_34::before {
  content: "\f347";
}

.i_number_circle_35::before {
  content: "\f348";
}

.i_number_circle_36::before {
  content: "\f349";
}

.i_number_circle_37::before {
  content: "\f34a";
}

.i_number_circle_38::before {
  content: "\f34b";
}

.i_number_circle_39::before {
  content: "\f34c";
}

.i_number_circle_40::before {
  content: "\f34e";
}

.i_number_circle_41::before {
  content: "\f34f";
}

.i_number_circle_42::before {
  content: "\f350";
}

.i_number_circle_43::before {
  content: "\f351";
}

.i_number_circle_44::before {
  content: "\f352";
}

.i_number_circle_45::before {
  content: "\f353";
}

.i_number_circle_46::before {
  content: "\f354";
}

.i_number_circle_47::before {
  content: "\f355";
}

.i_number_circle_48::before {
  content: "\f356";
}

.i_number_circle_49::before {
  content: "\f357";
}

.i_number_circle_50::before {
  content: "\f359";
}

.i_number_circle_fill_0::before {
  content: "\f35e";
}

.i_number_circle_fill_10::before {
  content: "\f360";
}

.i_number_circle_fill_11::before {
  content: "\f361";
}

.i_number_circle_fill_12::before {
  content: "\f362";
}

.i_number_circle_fill_13::before {
  content: "\f363";
}

.i_number_circle_fill_14::before {
  content: "\f364";
}

.i_number_circle_fill_15::before {
  content: "\f365";
}

.i_number_circle_fill_16::before {
  content: "\f366";
}

.i_number_circle_fill_17::before {
  content: "\f367";
}

.i_number_circle_fill_18::before {
  content: "\f368";
}

.i_number_circle_fill_19::before {
  content: "\f369";
}

.i_number_circle_fill_20::before {
  content: "\f36b";
}

.i_number_circle_square_10::before {
  content: "\f37f";
}

.i_number_circle_square_20::before {
  content: "\f380";
}

.i_number_circle_square_30::before {
  content: "\f381";
}

.i_number_circle_square_40::before {
  content: "\f382";
}

.i_number_circle_square_50::before {
  content: "\f383";
}

.i_number_circle_square_60::before {
  content: "\f384";
}

.i_number_circle_square_70::before {
  content: "\f385";
}

.i_number_circle_square_80::before {
  content: "\f386";
}

.i_number_circle_small_fill_0::before {
  content: "\f373";
}

.i_number_circle_small_fill_1::before {
  content: "\f374";
}

.i_number_circle_small_fill_2::before {
  content: "\f376";
}

.i_number_circle_small_fill_3::before {
  content: "\f377";
}

.i_number_circle_small_fill_4::before {
  content: "\f378";
}

.i_number_circle_small_fill_5::before {
  content: "\f379";
}

.i_number_circle_small_fill_6::before {
  content: "\f37a";
}

.i_number_circle_small_fill_7::before {
  content: "\f37b";
}

.i_number_circle_small_fill_8::before {
  content: "\f37c";
}

.i_number_circle_small_fill_9::before {
  content: "\f37d";
}

.i_number_circle_small_fill_10::before {
  content: "\f375";
}

.i_number_fraction_1_4::before {
  content: "\f38c";
}

.i_number_fraction_1_2::before {
  content: "\f38a";
}

.i_number_fraction_3_4::before {
  content: "\f395";
}

.i_number_fraction_1_7::before {
  content: "\f38f";
}

.i_number_fraction_1_9::before {
  content: "\f391";
}

.i_number_fraction_1_10::before {
  content: "\f389";
}

.i_number_fraction_1_3::before {
  content: "\f38b";
}

.i_number_fraction_2_3::before {
  content: "\f393";
}

.i_number_fraction_1_5::before {
  content: "\f38d";
}

.i_number_fraction_2_5::before {
  content: "\f394";
}

.i_number_fraction_3_5::before {
  content: "\f396";
}

.i_number_fraction_4_5::before {
  content: "\f398";
}

.i_number_fraction_1_6::before {
  content: "\f38e";
}

.i_number_fraction_5_6::before {
  content: "\f399";
}

.i_number_fraction_1_8::before {
  content: "\f390";
}

.i_number_fraction_3_8::before {
  content: "\f397";
}

.i_number_fraction_5_8::before {
  content: "\f39a";
}

.i_number_fraction_7_8::before {
  content: "\f39b";
}

.i_number_fraction_1_x::before {
  content: "\f392";
}

.i_number_fraction_0_3::before {
  content: "\f388";
}

.i_position_indicator::before {
  content: "⌖";
}

.i_house::before {
  content: "⌂";
}

.i_shape_circle::before {
  content: "\f428";
}

.i_shape_circle_xl::before {
  content: "\f426";
}

.i_shape_circle_lg::before {
  content: "\f416";
}

.i_shape_circle_md::before {
  content: "\f417";
}

.i_shape_circle_sm::before {
  content: "\f425";
}

.i_shape_circle_xs::before {
  content: "\f427";
}

.i_shape_circle_fill::before {
  content: "\f40f";
}

.i_shape_circle_fill_lg::before {
  content: "\f404";
}

.i_shape_circle_fill_md::before {
  content: "\f405";
}

.i_shape_circle_fill_xs::before {
  content: "\f40e";
}

.i_shape_circle_dotted::before {
  content: "\f3ff";
}

.i_shape_circle_circle::before {
  content: "\f3fd";
}

.i_shape_circle_dot::before {
  content: "\f3fe";
}

.i_shape_circle_hatch_vertical::before {
  content: "\f411";
}

.i_shape_circle_fill_half_upper::before {
  content: "\f403";
}

.i_shape_circle_fill_half_lower::before {
  content: "\f401";
}

.i_shape_circle_fill_half_left::before {
  content: "\f400";
}

.i_shape_circle_fill_half_right::before {
  content: "\f402";
}

.i_shape_circle_part_fill_half_left::before {
  content: "\f419";
}

.i_shape_circle_part_fill_half_right::before {
  content: "\f41b";
}

.i_shape_circle_quarter_upper_left::before {
  content: "\f423";
}

.i_shape_circle_quarter_upper_right::before {
  content: "\f424";
}

.i_shape_circle_quarter_lower_left::before {
  content: "\f421";
}

.i_shape_circle_quarter_lower_right::before {
  content: "\f422";
}

.i_shape_circle_fill_quarter_upper_right::before {
  content: "\f40b";
}

.i_shape_circle_fill_quarter_three::before {
  content: "\f409";
}

.i_shape_circle_arc_half_upper::before {
  content: "\f3f8";
}

.i_shape_circle_arc_half_lower::before {
  content: "\f3f6";
}

.i_shape_circle_arc_quarter_upper_left::before {
  content: "\f3fb";
}

.i_shape_circle_arc_quarter_upper_right::before {
  content: "\f3fc";
}

.i_shape_circle_arc_quarter_lower_left::before {
  content: "\f3f9";
}

.i_shape_circle_arc_quarter_lower_right::before {
  content: "\f3fa";
}

.i_shape_circle_inverse::before {
  content: "\f415";
}

.i_shape_circle_inverse_upper::before {
  content: "\f414";
}

.i_shape_circle_inverse_lower::before {
  content: "\f413";
}

.i_shape_circle_inverse_bullet::before {
  content: "\f412";
}

.i_shape_ellipse_horizontal::before {
  content: "\f438";
}

.i_shape_ellipse_vertical::before {
  content: "\f439";
}

.i_shape_ellipse_fill_horizontal::before {
  content: "\f436";
}

.i_shape_ellipse_fill_vertical::before {
  content: "\f437";
}

.i_shape_triangle_triangle::before {
  content: "\f4b3";
}

.i_triangle_xl::before {
  content: "⃤";
}

.i_shape_triangle::before {
  content: "\f4b7";
}

.i_shape_triangle_down::before {
  content: "\f492";
}

.i_shape_triangle_left::before {
  content: "\f4a6";
}

.i_shape_triangle_right::before {
  content: "\f4ae";
}

.i_shape_triangle_sm::before {
  content: "\f4b2";
}

.i_shape_triangle_sm_down::before {
  content: "\f4af";
}

.i_shape_triangle_sm_left::before {
  content: "\f4b0";
}

.i_shape_triangle_sm_right::before {
  content: "\f4b1";
}

.i_shape_triangle_fill::before {
  content: "\f4a5";
}

.i_shape_triangle_fill_down::before {
  content: "\f493";
}

.i_shape_triangle_fill_left::before {
  content: "\f496";
}

.i_shape_triangle_fill_right::before {
  content: "\f49d";
}

.i_shape_triangle_fill_md::before {
  content: "\f49c";
}

.i_shape_triangle_fill_md_down::before {
  content: "\f499";
}

.i_shape_triangle_fill_md_left::before {
  content: "\f49a";
}

.i_shape_triangle_fill_md_right::before {
  content: "\f49b";
}

.i_shape_triangle_fill_sm::before {
  content: "\f4a1";
}

.i_shape_triangle_fill_sm_down::before {
  content: "\f49e";
}

.i_shape_triangle_fill_sm_left::before {
  content: "\f49f";
}

.i_shape_triangle_fill_sm_right::before {
  content: "\f4a0";
}

.i_shape_triangle_dot::before {
  content: "\f48d";
}

.i_shape_triangle_fill_half_left::before {
  content: "\f494";
}

.i_shape_triangle_fill_half_right::before {
  content: "\f495";
}

.i_shape_triangle_down_fill_half_left::before {
  content: "\f48f";
}

.i_shape_triangle_down_fill_half_right::before {
  content: "\f490";
}

.i_shape_triangle_lower_left::before {
  content: "\f4a8";
}

.i_shape_triangle_upper_right::before {
  content: "\f4b5";
}

.i_shape_triangle_upper_left::before {
  content: "\f4b4";
}

.i_shape_triangle_lower_right::before {
  content: "\f4a9";
}

.i_shape_triangle_fill_lower_left::before {
  content: "\f497";
}

.i_shape_triangle_fill_upper_right::before {
  content: "\f4a3";
}

.i_shape_triangle_fill_upper_left::before {
  content: "\f4a2";
}

.i_shape_triangle_fill_lower_right::before {
  content: "\f498";
}

.i_shape_lozenge::before {
  content: "\f451";
}

.i_shape_lozenge_md::before {
  content: "\f44e";
}

.i_shape_lozenge_sm::before {
  content: "\f44f";
}

.i_shape_lozenge_fill::before {
  content: "\f44a";
}

.i_shape_lozenge_fill_md::before {
  content: "\f447";
}

.i_shape_lozenge_fill_sm::before {
  content: "\f448";
}

.i_shape_lozenge_fill_xs::before {
  content: "\f449";
}

.i_shape_lozenge_line_horizontal::before {
  content: "\f44b";
}

.i_shape_lozenge_lozenge::before {
  content: "\f44d";
}

.i_shape_square::before {
  content: "\f48c";
}

.i_shape_square_xl::before {
  content: "\f48a";
}

.i_shape_square_lg::before {
  content: "\f47f";
}

.i_shape_square_md::before {
  content: "\f482";
}

.i_shape_square_ms::before {
  content: "\f483";
}

.i_shape_square_sm::before {
  content: "\f488";
}

.i_shape_square_xs::before {
  content: "\f48b";
}

.i_shape_square_fill::before {
  content: "\f478";
}

.i_shape_square_fill_lg::before {
  content: "\f472";
}

.i_shape_square_fill_md::before {
  content: "\f473";
}

.i_shape_square_fill_ms::before {
  content: "\f474";
}

.i_shape_square_fill_sm::before {
  content: "\f475";
}

.i_shape_square_fill_xs::before {
  content: "\f477";
}

.i_shape_square_rounded::before {
  content: "▢";
}

.i_shape_square_dotted::before {
  content: "⬚";
}

.i_shape_square_line_vertical::before {
  content: "\f481";
}

.i_shape_square_square::before {
  content: "\f489";
}

.i_shape_square_hatch_horizontal::before {
  content: "\f47d";
}

.i_shape_square_hatch_vertical::before {
  content: "\f47e";
}

.i_shape_square_hatch_diagonal_left::before {
  content: "\f47b";
}

.i_shape_square_hatch_diagonal_right::before {
  content: "\f47c";
}

.i_shape_square_hatch_cross::before {
  content: "\f479";
}

.i_shape_square_hatch_diagonal_cross::before {
  content: "\f47a";
}

.i_shape_square_quarter_upper_left::before {
  content: "\f486";
}

.i_shape_square_quarter_upper_right::before {
  content: "\f487";
}

.i_shape_square_quarter_lower_left::before {
  content: "\f484";
}

.i_shape_square_quarter_lower_right::before {
  content: "\f485";
}

.i_shape_square_fill_half_upper::before {
  content: "\f471";
}

.i_shape_square_fill_half_lower::before {
  content: "\f46d";
}

.i_shape_square_fill_half_left::before {
  content: "\f46a";
}

.i_shape_square_fill_half_right::before {
  content: "\f46e";
}

.i_shape_square_fill_half_upper_left::before {
  content: "\f46f";
}

.i_shape_square_fill_half_upper_right::before {
  content: "\f470";
}

.i_shape_square_fill_half_lower_left::before {
  content: "\f46b";
}

.i_shape_square_fill_half_lower_right::before {
  content: "\f46c";
}

.i_rectangle_horizontal::before {
  content: "▭";
}

.i_rectangle_vertical::before {
  content: "▯";
}

.i_rectangle_fill_horizontal::before {
  content: "▬";
}

.i_rectangle_fill_vertical::before {
  content: "▮";
}

.i_paralellogram::before {
  content: "▱";
}

.i_paralellogram_fill::before {
  content: "▰";
}

.i_shape_diamond::before {
  content: "\f435";
}

.i_shape_diamond_xl::before {
  content: "\f434";
}

.i_shape_diamond_md::before {
  content: "\f432";
}

.i_shape_diamond_fill::before {
  content: "\f431";
}

.i_shape_diamond_fill_md::before {
  content: "\f42e";
}

.i_shape_diamond_fill_sm::before {
  content: "\f42f";
}

.i_shape_diamond_diamond::before {
  content: "\f429";
}

.i_diamond_fill_half_upper::before {
  content: "⬘";
}

.i_diamond_fill_half_lower::before {
  content: "⬙";
}

.i_diamond_fill_half_left::before {
  content: "⬖";
}

.i_diamond_fill_half_right::before {
  content: "⬗";
}

.i_pentagon::before {
  content: "⬠";
}

.i_pentagon_fill::before {
  content: "⬟";
}

.i_pentagon_right::before {
  content: "⭔";
}

.i_pentagon_fill_right::before {
  content: "⭓";
}

.i_pentagon_fill_down::before {
  content: "⯂";
}

.i_hexagon::before {
  content: "⬡";
}

.i_hexagon_fill::before {
  content: "⬢";
}

.i_hexagon_horizontal_fill::before {
  content: "⬣";
}

.i_octagon_fill::before {
  content: "⯄";
}

.i_octagon_fill_horizontal::before {
  content: "⯃";
}

.i_heart::before {
  content: "🤍";
}

.i_heart_fill::before {
  content: "🖤";
}

.i_star::before {
  content: "☆";
}

.i_star_md::before {
  content: "⭐";
}

.i_star_sm::before {
  content: "⭒";
}

.i_star_fill::before {
  content: "★";
}

.i_star_fill_sm::before {
  content: "⭑";
}

.i_star_8_fill::before {
  content: "🟏";
}

.i_star_8_fill_md::before {
  content: "🟎";
}

.i_time_clock_0100::before {
  content: "\f525";
}

.i_time_clock_0200::before {
  content: "\f52d";
}

.i_time_clock_0300::before {
  content: "\f535";
}

.i_time_clock_0400::before {
  content: "\f53d";
}

.i_time_clock_0500::before {
  content: "\f545";
}

.i_time_clock_0600::before {
  content: "\f54d";
}

.i_time_clock_0700::before {
  content: "\f555";
}

.i_time_clock_0800::before {
  content: "\f55d";
}

.i_time_clock_0900::before {
  content: "\f565";
}

.i_time_clock_1000::before {
  content: "\f56d";
}

.i_time_clock_1100::before {
  content: "\f575";
}

.i_time_clock_0000::before {
  content: "\f51d";
}

.i_time_clock_0130::before {
  content: "\f529";
}

.i_time_clock_0230::before {
  content: "\f531";
}

.i_time_clock_0330::before {
  content: "\f539";
}

.i_time_clock_0430::before {
  content: "\f541";
}

.i_time_clock_0530::before {
  content: "\f549";
}

.i_time_clock_0630::before {
  content: "\f551";
}

.i_time_clock_0730::before {
  content: "\f559";
}

.i_time_clock_0830::before {
  content: "\f561";
}

.i_time_clock_0930::before {
  content: "\f569";
}

.i_time_clock_1030::before {
  content: "\f571";
}

.i_time_clock_1130::before {
  content: "\f579";
}

.i_time_clock_0030::before {
  content: "\f521";
}

.i_time_watch::before {
  content: "\f58f";
}

.i_time_hourglass::before {
  content: "\f580";
}

.i_time_hourglass_flow::before {
  content: "\f57f";
}

.i_time_alarm::before {
  content: "\f519";
}

.i_time_stopwatch::before {
  content: "\f58c";
}

.i_time_timer::before {
  content: "\f58e";
}

.i_time_mantelpiece::before {
  content: "🕰";
}

.i_arrow_box_down_left::before {
  content: "\f101";
}

.i_arrow_box_down_right::before {
  content: "\f102";
}

.i_arrow_box_down::before {
  content: "\f103";
}

.i_arrow_box_in_down_left::before {
  content: "\f104";
}

.i_arrow_box_in_down_right::before {
  content: "\f105";
}

.i_arrow_box_in_down::before {
  content: "\f106";
}

.i_arrow_box_in_left::before {
  content: "\f107";
}

.i_arrow_box_in_right::before {
  content: "\f108";
}

.i_arrow_box_in_up_left::before {
  content: "\f109";
}

.i_arrow_box_in_up_right::before {
  content: "\f10a";
}

.i_arrow_box_in_up::before {
  content: "\f10b";
}

.i_arrow_box_left::before {
  content: "\f10c";
}

.i_arrow_box_right::before {
  content: "\f10d";
}

.i_arrow_box_up_left::before {
  content: "\f10e";
}

.i_arrow_box_up_right::before {
  content: "\f10f";
}

.i_arrow_box_up::before {
  content: "\f110";
}

.i_arrow_circle_down_left::before {
  content: "\f113";
}

.i_arrow_circle_down_right::before {
  content: "\f114";
}

.i_arrow_circle_down::before {
  content: "\f115";
}

.i_arrow_circle_fill_down_left::before {
  content: "\f116";
}

.i_arrow_circle_fill_down_right::before {
  content: "\f117";
}

.i_arrow_circle_fill_down::before {
  content: "\f118";
}

.i_arrow_circle_fill_left::before {
  content: "\f119";
}

.i_arrow_circle_fill_right::before {
  content: "\f11a";
}

.i_arrow_circle_fill_up_left::before {
  content: "\f11b";
}

.i_arrow_circle_fill_up_right::before {
  content: "\f11c";
}

.i_arrow_circle_fill_up::before {
  content: "\f11d";
}

.i_arrow_circle_gap_left_2::before {
  content: "\f11e";
}

.i_arrow_circle_gap_right_2::before {
  content: "\f120";
}

.i_arrow_circle_left::before {
  content: "\f122";
}

.i_arrow_circle_right::before {
  content: "\f123";
}

.i_arrow_circle_up_left::before {
  content: "\f126";
}

.i_arrow_circle_up_right::before {
  content: "\f127";
}

.i_arrow_circle_up::before {
  content: "\f128";
}

.i_arrow_corner_down_left::before {
  content: "\f129";
}

.i_arrow_corner_up_left::before {
  content: "\f12f";
}

.i_arrow_corner_up_right::before {
  content: "\f130";
}

.i_arrow_double_cross_in::before {
  content: "\f135";
}

.i_arrow_double_cross_out::before {
  content: "\f136";
}

.i_arrow_double_diagonal_in::before {
  content: "\f137";
}

.i_arrow_double_diagonal_out::before {
  content: "\f138";
}

.i_arrow_double_left_right::before {
  content: "\f13a";
}

.i_arrow_double_square_in::before {
  content: "\f13d";
}

.i_arrow_double_square_out::before {
  content: "\f13e";
}

.i_arrow_double_up_down::before {
  content: "\f13f";
}

.i_arrow_dual_down::before {
  content: "\f144";
}

.i_arrow_dual_left::before {
  content: "\f145";
}

.i_arrow_dual_right::before {
  content: "\f146";
}

.i_arrow_dual_up::before {
  content: "\f147";
}

.i_arrow_from_bar_left_right::before {
  content: "\f149";
}

.i_arrow_from_bar_up_down::before {
  content: "\f14c";
}

.i_arrow_from_corner_lower_left::before {
  content: "\f14e";
}

.i_arrow_from_corner_lower_right::before {
  content: "\f14f";
}

.i_arrow_from_corner_upper_left::before {
  content: "\f150";
}

.i_arrow_from_corner_upper_right::before {
  content: "\f151";
}

.i_arrow_large_down_left::before {
  content: "\f15a";
}

.i_arrow_large_down_right::before {
  content: "\f15b";
}

.i_arrow_large_down::before {
  content: "\f15c";
}

.i_arrow_large_left::before {
  content: "\f15d";
}

.i_arrow_large_right::before {
  content: "\f15e";
}

.i_arrow_large_up_left::before {
  content: "\f15f";
}

.i_arrow_large_up_right::before {
  content: "\f160";
}

.i_arrow_large_up::before {
  content: "\f161";
}

.i_arrow_long_double_left_right::before {
  content: "\f164";
}

.i_arrow_long_double_up_down::before {
  content: "\f165";
}

.i_arrow_long_down_left::before {
  content: "\f166";
}

.i_arrow_long_down_right::before {
  content: "\f167";
}

.i_arrow_long_down::before {
  content: "\f168";
}

.i_arrow_long_up_down::before {
  content: "\f16e";
}

.i_arrow_long_up_left::before {
  content: "\f16f";
}

.i_arrow_long_up_right::before {
  content: "\f170";
}

.i_arrow_long_up::before {
  content: "\f171";
}

.i_arrow_small_down_left::before {
  content: "\f173";
}

.i_arrow_small_down_right::before {
  content: "\f174";
}

.i_arrow_small_down::before {
  content: "\f175";
}

.i_arrow_small_left::before {
  content: "\f176";
}

.i_arrow_small_right::before {
  content: "\f177";
}

.i_arrow_small_up_left::before {
  content: "\f178";
}

.i_arrow_small_up_right::before {
  content: "\f179";
}

.i_arrow_small_up::before {
  content: "\f17a";
}

.i_arrow_square_down_left::before {
  content: "\f17b";
}

.i_arrow_square_down_right::before {
  content: "\f17c";
}

.i_arrow_square_down::before {
  content: "\f17d";
}

.i_arrow_square_fill_down_left::before {
  content: "\f17e";
}

.i_arrow_square_fill_down_right::before {
  content: "\f17f";
}

.i_arrow_square_fill_down::before {
  content: "\f180";
}

.i_arrow_square_fill_left::before {
  content: "\f181";
}

.i_arrow_square_fill_right::before {
  content: "\f182";
}

.i_arrow_square_fill_up_left::before {
  content: "\f183";
}

.i_arrow_square_fill_up_right::before {
  content: "\f184";
}

.i_arrow_square_fill_up::before {
  content: "\f185";
}

.i_arrow_square_left::before {
  content: "\f186";
}

.i_arrow_square_right::before {
  content: "\f187";
}

.i_arrow_square_up_left::before {
  content: "\f188";
}

.i_arrow_square_up_right::before {
  content: "\f189";
}

.i_arrow_square_up::before {
  content: "\f18a";
}

.i_arrow_to_bar_left_right::before {
  content: "\f18c";
}

.i_arrow_to_bar_up_down::before {
  content: "\f18f";
}

.i_arrow_to_corner_lower_left::before {
  content: "\f191";
}

.i_arrow_to_corner_upper_right::before {
  content: "\f194";
}

.i_arrow_triple_down::before {
  content: "\f195";
}

.i_arrow_triple_left::before {
  content: "\f196";
}

.i_arrow_triple_right::before {
  content: "\f197";
}

.i_arrow_triple_up::before {
  content: "\f198";
}

.i_badge_media_1080p::before {
  content: "\f19f";
}

.i_badge_media_10k::before {
  content: "\f1a0";
}

.i_badge_media_12k::before {
  content: "\f1a1";
}

.i_badge_media_16k::before {
  content: "\f1a2";
}

.i_badge_media_2d::before {
  content: "\f1a3";
}

.i_badge_media_2k::before {
  content: "\f1a4";
}

.i_badge_media_32k::before {
  content: "\f1a5";
}

.i_badge_media_3d::before {
  content: "\f1a6";
}

.i_badge_media_4k::before {
  content: "\f1a7";
}

.i_badge_media_5k::before {
  content: "\f1a8";
}

.i_badge_media_720p::before {
  content: "\f1a9";
}

.i_badge_media_8k::before {
  content: "\f1aa";
}

.i_badge_media_ar::before {
  content: "\f1ab";
}

.i_badge_media_dvd::before {
  content: "\f1ac";
}

.i_badge_media_dvi::before {
  content: "\f1ad";
}

.i_badge_media_fill_1080p::before {
  content: "\f1ae";
}

.i_badge_media_fill_10k::before {
  content: "\f1af";
}

.i_badge_media_fill_12k::before {
  content: "\f1b0";
}

.i_badge_media_fill_16k::before {
  content: "\f1b1";
}

.i_badge_media_fill_2d::before {
  content: "\f1b2";
}

.i_badge_media_fill_2k::before {
  content: "\f1b3";
}

.i_badge_media_fill_32k::before {
  content: "\f1b4";
}

.i_badge_media_fill_3d::before {
  content: "\f1b5";
}

.i_badge_media_fill_4k::before {
  content: "\f1b6";
}

.i_badge_media_fill_5k::before {
  content: "\f1b7";
}

.i_badge_media_fill_720p::before {
  content: "\f1b8";
}

.i_badge_media_fill_8k::before {
  content: "\f1b9";
}

.i_badge_media_fill_ar::before {
  content: "\f1ba";
}

.i_badge_media_fill_dvd::before {
  content: "\f1bb";
}

.i_badge_media_fill_dvi::before {
  content: "\f1bc";
}

.i_badge_media_fill_fullhd::before {
  content: "\f1bd";
}

.i_badge_media_fill_h264::before {
  content: "\f1be";
}

.i_badge_media_fill_hd::before {
  content: "\f1bf";
}

.i_badge_media_fill_hdmi::before {
  content: "\f1c0";
}

.i_badge_media_fill_hdtv::before {
  content: "\f1c1";
}

.i_badge_media_fill_mp3::before {
  content: "\f1c2";
}

.i_badge_media_fill_mp4::before {
  content: "\f1c3";
}

.i_badge_media_fill_sd::before {
  content: "\f1c4";
}

.i_badge_media_fill_sdtv::before {
  content: "\f1c5";
}

.i_badge_media_fill_uhd::before {
  content: "\f1c6";
}

.i_badge_media_fill_vga::before {
  content: "\f1c7";
}

.i_badge_media_fill_vr::before {
  content: "\f1c8";
}

.i_badge_media_fill_xr::before {
  content: "\f1c9";
}

.i_badge_media_fullhd::before {
  content: "\f1ca";
}

.i_badge_media_h264::before {
  content: "\f1cb";
}

.i_badge_media_hd::before {
  content: "\f1cc";
}

.i_badge_media_hdmi::before {
  content: "\f1cd";
}

.i_badge_media_hdtv::before {
  content: "\f1ce";
}

.i_badge_media_mp3::before {
  content: "\f1cf";
}

.i_badge_media_mp4::before {
  content: "\f1d0";
}

.i_badge_media_sd::before {
  content: "\f1d1";
}

.i_badge_media_sdtv::before {
  content: "\f1d2";
}

.i_badge_media_uhd::before {
  content: "\f1d3";
}

.i_badge_media_vga::before {
  content: "\f1d4";
}

.i_badge_media_vr::before {
  content: "\f1d5";
}

.i_badge_media_xr::before {
  content: "\f1d6";
}

.i_data_chart_pie_01::before {
  content: "\f1d7";
}

.i_data_chart_pie_02::before {
  content: "\f1d8";
}

.i_data_chart_pie_03::before {
  content: "\f1d9";
}

.i_data_chart_pie_04::before {
  content: "\f1da";
}

.i_data_chart_pyramid_01::before {
  content: "\f1db";
}

.i_data_chart_pyramid_02::before {
  content: "\f1dc";
}

.i_data_chart_pyramid_03::before {
  content: "\f1dd";
}

.i_data_chart_radar_01::before {
  content: "\f1de";
}

.i_design_palette::before {
  content: "\f1df";
}

.i_file_type_3dm::before {
  content: "\f1e0";
}

.i_file_type_3gp::before {
  content: "\f1e1";
}

.i_file_type_aac::before {
  content: "\f1e2";
}

.i_file_type_ai::before {
  content: "\f1e3";
}

.i_file_type_aspx::before {
  content: "\f1e4";
}

.i_file_type_avi::before {
  content: "\f1e5";
}

.i_file_type_bib::before {
  content: "\f1e6";
}

.i_file_type_bin::before {
  content: "\f1e7";
}

.i_file_type_blend::before {
  content: "\f1e8";
}

.i_file_type_bmp::before {
  content: "\f1e9";
}

.i_file_type_cs::before {
  content: "\f1ea";
}

.i_file_type_css::before {
  content: "\f1eb";
}

.i_file_type_csv::before {
  content: "\f1ec";
}

.i_file_type_dll::before {
  content: "\f1ed";
}

.i_file_type_dmg::before {
  content: "\f1ee";
}

.i_file_type_doc::before {
  content: "\f1ef";
}

.i_file_type_docx::before {
  content: "\f1f0";
}

.i_file_type_dwg::before {
  content: "\f1f1";
}

.i_file_type_eml::before {
  content: "\f1f2";
}

.i_file_type_eot::before {
  content: "\f1f3";
}

.i_file_type_exe::before {
  content: "\f1f4";
}

.i_file_type_gh::before {
  content: "\f1f5";
}

.i_file_type_gif::before {
  content: "\f1f6";
}

.i_file_type_git::before {
  content: "\f1f7";
}

.i_file_type_hbs::before {
  content: "\f1f8";
}

.i_file_type_heic::before {
  content: "\f1f9";
}

.i_file_type_html::before {
  content: "\f1fa";
}

.i_file_type_ico::before {
  content: "\f1fb";
}

.i_file_type_indd::before {
  content: "\f1fc";
}

.i_file_type_ini::before {
  content: "\f1fd";
}

.i_file_type_iso_80::before {
  content: "\f1fe";
}

.i_file_type_iso_83::before {
  content: "\f1ff";
}

.i_file_type_iso::before {
  content: "\f200";
}

.i_file_type_jar::before {
  content: "\f201";
}

.i_file_type_java::before {
  content: "\f202";
}

.i_file_type_jinja::before {
  content: "\f203";
}

.i_file_type_jpg::before {
  content: "\f204";
}

.i_file_type_js::before {
  content: "\f205";
}

.i_file_type_json::before {
  content: "\f206";
}

.i_file_type_jsx::before {
  content: "\f207";
}

.i_file_type_key::before {
  content: "\f208";
}

.i_file_type_m4p::before {
  content: "\f209";
}

.i_file_type_md::before {
  content: "\f20a";
}

.i_file_type_mdx::before {
  content: "\f20b";
}

.i_file_type_mkv::before {
  content: "\f20c";
}

.i_file_type_mov::before {
  content: "\f20d";
}

.i_file_type_mp3::before {
  content: "\f20e";
}

.i_file_type_mp4::before {
  content: "\f20f";
}

.i_file_type_mpg::before {
  content: "\f210";
}

.i_file_type_msi::before {
  content: "\f211";
}

.i_file_type_obj::before {
  content: "\f212";
}

.i_file_type_ogg::before {
  content: "\f213";
}

.i_file_type_otf::before {
  content: "\f214";
}

.i_file_type_pdf::before {
  content: "\f215";
}

.i_file_type_php::before {
  content: "\f216";
}

.i_file_type_png::before {
  content: "\f217";
}

.i_file_type_ppt::before {
  content: "\f218";
}

.i_file_type_pptx::before {
  content: "\f219";
}

.i_file_type_psd::before {
  content: "\f21a";
}

.i_file_type_psql::before {
  content: "\f21b";
}

.i_file_type_py::before {
  content: "\f21c";
}

.i_file_type_qgs::before {
  content: "\f21d";
}

.i_file_type_rar::before {
  content: "\f21e";
}

.i_file_type_raw::before {
  content: "\f21f";
}

.i_file_type_rb::before {
  content: "\f220";
}

.i_file_type_ris::before {
  content: "\f221";
}

.i_file_type_rtf::before {
  content: "\f222";
}

.i_file_type_sass::before {
  content: "\f223";
}

.i_file_type_scss::before {
  content: "\f224";
}

.i_file_type_sh::before {
  content: "\f225";
}

.i_file_type_shp::before {
  content: "\f226";
}

.i_file_type_skp::before {
  content: "\f227";
}

.i_file_type_sql::before {
  content: "\f228";
}

.i_file_type_stl::before {
  content: "\f229";
}

.i_file_type_svg::before {
  content: "\f22a";
}

.i_file_type_tar::before {
  content: "\f22b";
}

.i_file_type_tex::before {
  content: "\f22c";
}

.i_file_type_tiff::before {
  content: "\f22d";
}

.i_file_type_tmp::before {
  content: "\f22e";
}

.i_file_type_ts::before {
  content: "\f22f";
}

.i_file_type_tsx::before {
  content: "\f230";
}

.i_file_type_ttf::before {
  content: "\f231";
}

.i_file_type_txt::before {
  content: "\f232";
}

.i_file_type_wav::before {
  content: "\f233";
}

.i_file_type_webp::before {
  content: "\f234";
}

.i_file_type_woff::before {
  content: "\f235";
}

.i_file_type_woff2::before {
  content: "\f236";
}

.i_file_type_xls::before {
  content: "\f237";
}

.i_file_type_xlsx::before {
  content: "\f238";
}

.i_file_type_yml::before {
  content: "\f239";
}

.i_file_type_zip::before {
  content: "\f23a";
}

.i_game_cards::before {
  content: "\f23b";
}

.i_game_dice_0_fill::before {
  content: "\f23c";
}

.i_game_dice_0::before {
  content: "\f23d";
}

.i_game_dice_1_fill::before {
  content: "\f23e";
}

.i_game_dice_2_fill::before {
  content: "\f240";
}

.i_game_dice_3_fill::before {
  content: "\f242";
}

.i_game_dice_4_fill::before {
  content: "\f244";
}

.i_game_dice_5_fill::before {
  content: "\f246";
}

.i_game_dice_6_fill::before {
  content: "\f248";
}

.i_game_dices_fill::before {
  content: "\f24a";
}

.i_game_dices::before {
  content: "\f24b";
}

.i_letters_circle_a::before {
  content: "\f24c";
}

.i_letters_circle_at::before {
  content: "\f24d";
}

.i_letters_circle_b::before {
  content: "\f24e";
}

.i_letters_circle_c::before {
  content: "\f24f";
}

.i_letters_circle_d::before {
  content: "\f250";
}

.i_letters_circle_e::before {
  content: "\f251";
}

.i_letters_circle_exclamation::before {
  content: "\f252";
}

.i_letters_circle_f::before {
  content: "\f253";
}

.i_letters_circle_fill_a::before {
  content: "\f254";
}

.i_letters_circle_fill_at::before {
  content: "\f255";
}

.i_letters_circle_fill_b::before {
  content: "\f256";
}

.i_letters_circle_fill_c::before {
  content: "\f257";
}

.i_letters_circle_fill_d::before {
  content: "\f258";
}

.i_letters_circle_fill_e::before {
  content: "\f259";
}

.i_letters_circle_fill_exclamation::before {
  content: "\f25a";
}

.i_letters_circle_fill_f::before {
  content: "\f25b";
}

.i_letters_circle_fill_g::before {
  content: "\f25c";
}

.i_letters_circle_fill_h::before {
  content: "\f25d";
}

.i_letters_circle_fill_hashtag::before {
  content: "\f25e";
}

.i_letters_circle_fill_i::before {
  content: "\f25f";
}

.i_letters_circle_fill_j::before {
  content: "\f260";
}

.i_letters_circle_fill_k::before {
  content: "\f261";
}

.i_letters_circle_fill_l::before {
  content: "\f262";
}

.i_letters_circle_fill_m::before {
  content: "\f263";
}

.i_letters_circle_fill_n::before {
  content: "\f264";
}

.i_letters_circle_fill_o::before {
  content: "\f265";
}

.i_letters_circle_fill_p::before {
  content: "\f266";
}

.i_letters_circle_fill_q::before {
  content: "\f267";
}

.i_letters_circle_fill_question::before {
  content: "\f268";
}

.i_letters_circle_fill_r::before {
  content: "\f269";
}

.i_letters_circle_fill_s::before {
  content: "\f26a";
}

.i_letters_circle_fill_t::before {
  content: "\f26b";
}

.i_letters_circle_fill_u::before {
  content: "\f26c";
}

.i_letters_circle_fill_v::before {
  content: "\f26d";
}

.i_letters_circle_fill_w::before {
  content: "\f26e";
}

.i_letters_circle_fill_x::before {
  content: "\f26f";
}

.i_letters_circle_fill_y::before {
  content: "\f270";
}

.i_letters_circle_fill_z::before {
  content: "\f271";
}

.i_letters_circle_g::before {
  content: "\f272";
}

.i_letters_circle_h::before {
  content: "\f273";
}

.i_letters_circle_hashtag::before {
  content: "\f274";
}

.i_letters_circle_i::before {
  content: "\f275";
}

.i_letters_circle_j::before {
  content: "\f276";
}

.i_letters_circle_k::before {
  content: "\f277";
}

.i_letters_circle_l::before {
  content: "\f278";
}

.i_letters_circle_m::before {
  content: "\f279";
}

.i_letters_circle_n::before {
  content: "\f27a";
}

.i_letters_circle_o::before {
  content: "\f27b";
}

.i_letters_circle_p::before {
  content: "\f27c";
}

.i_letters_circle_q::before {
  content: "\f27d";
}

.i_letters_circle_question::before {
  content: "\f27e";
}

.i_letters_circle_r::before {
  content: "\f27f";
}

.i_letters_circle_s::before {
  content: "\f280";
}

.i_letters_circle_t::before {
  content: "\f281";
}

.i_letters_circle_u::before {
  content: "\f282";
}

.i_letters_circle_v::before {
  content: "\f283";
}

.i_letters_circle_w::before {
  content: "\f284";
}

.i_letters_circle_x::before {
  content: "\f285";
}

.i_letters_circle_y::before {
  content: "\f286";
}

.i_letters_circle_z::before {
  content: "\f287";
}

.i_letters_square_a::before {
  content: "\f288";
}

.i_letters_square_at::before {
  content: "\f289";
}

.i_letters_square_b::before {
  content: "\f28a";
}

.i_letters_square_c::before {
  content: "\f28b";
}

.i_letters_square_d::before {
  content: "\f28c";
}

.i_letters_square_e::before {
  content: "\f28d";
}

.i_letters_square_exclamation::before {
  content: "\f28e";
}

.i_letters_square_f::before {
  content: "\f28f";
}

.i_letters_square_fill_a::before {
  content: "\f290";
}

.i_letters_square_fill_at::before {
  content: "\f291";
}

.i_letters_square_fill_b::before {
  content: "\f292";
}

.i_letters_square_fill_c::before {
  content: "\f293";
}

.i_letters_square_fill_d::before {
  content: "\f294";
}

.i_letters_square_fill_e::before {
  content: "\f295";
}

.i_letters_square_fill_exclamation::before {
  content: "\f296";
}

.i_letters_square_fill_f::before {
  content: "\f297";
}

.i_letters_square_fill_g::before {
  content: "\f298";
}

.i_letters_square_fill_h::before {
  content: "\f299";
}

.i_letters_square_fill_hashtag::before {
  content: "\f29a";
}

.i_letters_square_fill_i::before {
  content: "\f29b";
}

.i_letters_square_fill_j::before {
  content: "\f29c";
}

.i_letters_square_fill_k::before {
  content: "\f29d";
}

.i_letters_square_fill_l::before {
  content: "\f29e";
}

.i_letters_square_fill_m::before {
  content: "\f29f";
}

.i_letters_square_fill_n::before {
  content: "\f2a0";
}

.i_letters_square_fill_o::before {
  content: "\f2a1";
}

.i_letters_square_fill_p::before {
  content: "\f2a2";
}

.i_letters_square_fill_q::before {
  content: "\f2a3";
}

.i_letters_square_fill_question::before {
  content: "\f2a4";
}

.i_letters_square_fill_r::before {
  content: "\f2a5";
}

.i_letters_square_fill_s::before {
  content: "\f2a6";
}

.i_letters_square_fill_t::before {
  content: "\f2a7";
}

.i_letters_square_fill_u::before {
  content: "\f2a8";
}

.i_letters_square_fill_v::before {
  content: "\f2a9";
}

.i_letters_square_fill_w::before {
  content: "\f2aa";
}

.i_letters_square_fill_x::before {
  content: "\f2ab";
}

.i_letters_square_fill_y::before {
  content: "\f2ac";
}

.i_letters_square_fill_z::before {
  content: "\f2ad";
}

.i_letters_square_g::before {
  content: "\f2ae";
}

.i_letters_square_h::before {
  content: "\f2af";
}

.i_letters_square_hashtag::before {
  content: "\f2b0";
}

.i_letters_square_i::before {
  content: "\f2b1";
}

.i_letters_square_j::before {
  content: "\f2b2";
}

.i_letters_square_k::before {
  content: "\f2b3";
}

.i_letters_square_l::before {
  content: "\f2b4";
}

.i_letters_square_m::before {
  content: "\f2b5";
}

.i_letters_square_n::before {
  content: "\f2b6";
}

.i_letters_square_o::before {
  content: "\f2b7";
}

.i_letters_square_p::before {
  content: "\f2b8";
}

.i_letters_square_q::before {
  content: "\f2b9";
}

.i_letters_square_question::before {
  content: "\f2ba";
}

.i_letters_square_r::before {
  content: "\f2bb";
}

.i_letters_square_s::before {
  content: "\f2bc";
}

.i_letters_square_t::before {
  content: "\f2bd";
}

.i_letters_square_u::before {
  content: "\f2be";
}

.i_letters_square_v::before {
  content: "\f2bf";
}

.i_letters_square_w::before {
  content: "\f2c0";
}

.i_letters_square_x::before {
  content: "\f2c1";
}

.i_letters_square_y::before {
  content: "\f2c2";
}

.i_letters_square_z::before {
  content: "\f2c3";
}

.i_logo_starling_md::before {
  content: "\f2c4";
}

.i_logo_starling_sm::before {
  content: "\f2c5";
}

.i_logo_starling_xl::before {
  content: "\f2c6";
}

.i_logo_starling::before {
  content: "\f2c7";
}

.i_map_compass_circle_e::before {
  content: "\f2c8";
}

.i_map_compass_circle_fill_e::before {
  content: "\f2c9";
}

.i_map_compass_circle_fill_n::before {
  content: "\f2ca";
}

.i_map_compass_circle_fill_ne::before {
  content: "\f2cb";
}

.i_map_compass_circle_fill_nw::before {
  content: "\f2cc";
}

.i_map_compass_circle_fill_s::before {
  content: "\f2cd";
}

.i_map_compass_circle_fill_se::before {
  content: "\f2ce";
}

.i_map_compass_circle_fill_sw::before {
  content: "\f2cf";
}

.i_map_compass_circle_fill_w::before {
  content: "\f2d0";
}

.i_map_compass_circle_n::before {
  content: "\f2d1";
}

.i_map_compass_circle_ne::before {
  content: "\f2d2";
}

.i_map_compass_circle_nw::before {
  content: "\f2d3";
}

.i_map_compass_circle_s::before {
  content: "\f2d4";
}

.i_map_compass_circle_se::before {
  content: "\f2d5";
}

.i_map_compass_circle_sw::before {
  content: "\f2d6";
}

.i_map_compass_circle_w::before {
  content: "\f2d7";
}

.i_map_compass_e::before {
  content: "\f2d8";
}

.i_map_compass_fill_e::before {
  content: "\f2d9";
}

.i_map_compass_fill_n::before {
  content: "\f2da";
}

.i_map_compass_fill_ne::before {
  content: "\f2db";
}

.i_map_compass_fill_nw::before {
  content: "\f2dc";
}

.i_map_compass_fill_s::before {
  content: "\f2dd";
}

.i_map_compass_fill_se::before {
  content: "\f2de";
}

.i_map_compass_fill_sw::before {
  content: "\f2df";
}

.i_map_compass_fill_w::before {
  content: "\f2e0";
}

.i_map_compass_n::before {
  content: "\f2e1";
}

.i_map_compass_ne::before {
  content: "\f2e2";
}

.i_map_compass_nw::before {
  content: "\f2e3";
}

.i_map_compass_s::before {
  content: "\f2e4";
}

.i_map_compass_se::before {
  content: "\f2e5";
}

.i_map_compass_stripe_e::before {
  content: "\f2e6";
}

.i_map_compass_stripe_n::before {
  content: "\f2e7";
}

.i_map_compass_stripe_ne::before {
  content: "\f2e8";
}

.i_map_compass_stripe_nw::before {
  content: "\f2e9";
}

.i_map_compass_stripe_s::before {
  content: "\f2ea";
}

.i_map_compass_stripe_se::before {
  content: "\f2eb";
}

.i_map_compass_stripe_sw::before {
  content: "\f2ec";
}

.i_map_compass_stripe_w::before {
  content: "\f2ed";
}

.i_map_compass_sw::before {
  content: "\f2ee";
}

.i_map_compass_w::before {
  content: "\f2ef";
}

.i_map_globe_01_tilt::before {
  content: "\f2f0";
}

.i_map_globe_01::before {
  content: "\f2f1";
}

.i_map_globe_02_tilt::before {
  content: "\f2f2";
}

.i_map_globe_02::before {
  content: "\f2f3";
}

.i_map_globe_03_tilt::before {
  content: "\f2f4";
}

.i_map_globe_03::before {
  content: "\f2f5";
}

.i_nature_animal_bear::before {
  content: "\f2f6";
}

.i_nature_animal_bull::before {
  content: "\f2f7";
}

.i_nature_animal_camel::before {
  content: "\f2f8";
}

.i_nature_animal_chicken::before {
  content: "\f2f9";
}

.i_nature_animal_cow::before {
  content: "\f2fa";
}

.i_nature_animal_dear::before {
  content: "\f2fb";
}

.i_nature_animal_duck_01::before {
  content: "\f2fc";
}

.i_nature_animal_duck_27::before {
  content: "\f2fd";
}

.i_nature_animal_elephant::before {
  content: "\f2fe";
}

.i_nature_animal_fill_beaver::before {
  content: "\f2ff";
}

.i_nature_animal_fill_bull::before {
  content: "\f300";
}

.i_nature_animal_fill_dog::before {
  content: "\f301";
}

.i_nature_animal_fill_elephant::before {
  content: "\f302";
}

.i_nature_animal_fill_fish::before {
  content: "\f303";
}

.i_nature_animal_fill_flamingo::before {
  content: "\f304";
}

.i_nature_animal_fill_goose::before {
  content: "\f305";
}

.i_nature_animal_fill_pig::before {
  content: "\f306";
}

.i_nature_animal_fill_polar_bear::before {
  content: "\f307";
}

.i_nature_animal_fill_rhinoceros::before {
  content: "\f308";
}

.i_nature_animal_fill_seal::before {
  content: "\f309";
}

.i_nature_animal_fill_snake::before {
  content: "\f30a";
}

.i_nature_animal_fill_whale::before {
  content: "\f30b";
}

.i_nature_animal_flamingo::before {
  content: "\f30c";
}

.i_nature_animal_fox::before {
  content: "\f30d";
}

.i_nature_animal_giraffe::before {
  content: "\f30e";
}

.i_nature_animal_gorilla::before {
  content: "\f30f";
}

.i_nature_animal_hippo::before {
  content: "\f310";
}

.i_nature_animal_horse::before {
  content: "\f311";
}

.i_nature_animal_kangaroo::before {
  content: "\f312";
}

.i_nature_animal_koala::before {
  content: "\f313";
}

.i_nature_animal_lama::before {
  content: "\f314";
}

.i_nature_animal_leopard::before {
  content: "\f315";
}

.i_nature_animal_lion::before {
  content: "\f316";
}

.i_nature_animal_monkey::before {
  content: "\f317";
}

.i_nature_animal_pelican::before {
  content: "\f318";
}

.i_nature_animal_pig::before {
  content: "\f319";
}

.i_nature_animal_rabbit::before {
  content: "\f31a";
}

.i_nature_animal_sheep::before {
  content: "\f31b";
}

.i_nature_animal_snake::before {
  content: "\f31c";
}

.i_nature_animal_squirrel::before {
  content: "\f31d";
}

.i_nature_animal_toucan::before {
  content: "\f31e";
}

.i_nature_animal_zebra::before {
  content: "\f31f";
}

.i_number_10::before {
  content: "\f322";
}

.i_number_circle_fill_1::before {
  content: "\f35f";
}

.i_number_circle_fill_2::before {
  content: "\f36a";
}

.i_number_circle_fill_3::before {
  content: "\f36c";
}

.i_number_circle_fill_4::before {
  content: "\f36d";
}

.i_number_circle_fill_5::before {
  content: "\f36e";
}

.i_number_circle_fill_6::before {
  content: "\f36f";
}

.i_number_circle_fill_7::before {
  content: "\f370";
}

.i_number_circle_fill_8::before {
  content: "\f371";
}

.i_number_circle_fill_9::before {
  content: "\f372";
}

.i_number_circle_square_0::before {
  content: "\f37e";
}

.i_number_circle_square_90::before {
  content: "\f387";
}

.i_number_square_0::before {
  content: "\f39c";
}

.i_number_square_1::before {
  content: "\f39d";
}

.i_number_square_10::before {
  content: "\f39e";
}

.i_number_square_11::before {
  content: "\f39f";
}

.i_number_square_12::before {
  content: "\f3a0";
}

.i_number_square_13::before {
  content: "\f3a1";
}

.i_number_square_14::before {
  content: "\f3a2";
}

.i_number_square_15::before {
  content: "\f3a3";
}

.i_number_square_16::before {
  content: "\f3a4";
}

.i_number_square_17::before {
  content: "\f3a5";
}

.i_number_square_18::before {
  content: "\f3a6";
}

.i_number_square_19::before {
  content: "\f3a7";
}

.i_number_square_2::before {
  content: "\f3a8";
}

.i_number_square_20::before {
  content: "\f3a9";
}

.i_number_square_3::before {
  content: "\f3aa";
}

.i_number_square_4::before {
  content: "\f3ab";
}

.i_number_square_5::before {
  content: "\f3ac";
}

.i_number_square_6::before {
  content: "\f3ad";
}

.i_number_square_7::before {
  content: "\f3ae";
}

.i_number_square_8::before {
  content: "\f3af";
}

.i_number_square_9::before {
  content: "\f3b0";
}

.i_number_square_fill_0::before {
  content: "\f3b1";
}

.i_number_square_fill_1::before {
  content: "\f3b2";
}

.i_number_square_fill_10::before {
  content: "\f3b3";
}

.i_number_square_fill_11::before {
  content: "\f3b4";
}

.i_number_square_fill_12::before {
  content: "\f3b5";
}

.i_number_square_fill_13::before {
  content: "\f3b6";
}

.i_number_square_fill_14::before {
  content: "\f3b7";
}

.i_number_square_fill_15::before {
  content: "\f3b8";
}

.i_number_square_fill_16::before {
  content: "\f3b9";
}

.i_number_square_fill_17::before {
  content: "\f3ba";
}

.i_number_square_fill_18::before {
  content: "\f3bb";
}

.i_number_square_fill_19::before {
  content: "\f3bc";
}

.i_number_square_fill_2::before {
  content: "\f3bd";
}

.i_number_square_fill_20::before {
  content: "\f3be";
}

.i_number_square_fill_3::before {
  content: "\f3bf";
}

.i_number_square_fill_4::before {
  content: "\f3c0";
}

.i_number_square_fill_5::before {
  content: "\f3c1";
}

.i_number_square_fill_6::before {
  content: "\f3c2";
}

.i_number_square_fill_7::before {
  content: "\f3c3";
}

.i_number_square_fill_8::before {
  content: "\f3c4";
}

.i_number_square_fill_9::before {
  content: "\f3c5";
}

.i_people_and_heart::before {
  content: "\f3c6";
}

.i_people_and_min::before {
  content: "\f3c7";
}

.i_people_and_plus::before {
  content: "\f3c8";
}

.i_people_and_star::before {
  content: "\f3c9";
}

.i_people_arrow_growth::before {
  content: "\f3ca";
}

.i_people_arrow_linear::before {
  content: "\f3cb";
}

.i_people_circle::before {
  content: "\f3cc";
}

.i_people_connection_inner::before {
  content: "\f3cd";
}

.i_people_connection::before {
  content: "\f3ce";
}

.i_people_family::before {
  content: "\f3cf";
}

.i_people_heart_02::before {
  content: "\f3d0";
}

.i_people_heart::before {
  content: "\f3d1";
}

.i_people_person_fill_lg::before {
  content: "\f3d2";
}

.i_people_person_fill_lm::before {
  content: "\f3d3";
}

.i_people_person_fill_md::before {
  content: "\f3d4";
}

.i_people_person_fill_ms::before {
  content: "\f3d5";
}

.i_people_person_fill_sm::before {
  content: "\f3d6";
}

.i_people_person_fill_us::before {
  content: "\f3d7";
}

.i_people_person_fill_xs::before {
  content: "\f3d8";
}

.i_people_person_lg::before {
  content: "\f3d9";
}

.i_people_person_lm::before {
  content: "\f3da";
}

.i_people_person_md::before {
  content: "\f3db";
}

.i_people_person_ms::before {
  content: "\f3dc";
}

.i_people_person_sm::before {
  content: "\f3dd";
}

.i_people_person_us::before {
  content: "\f3de";
}

.i_people_person_xs::before {
  content: "\f3df";
}

.i_people_three_03::before {
  content: "\f3e0";
}

.i_people_three_diamond::before {
  content: "\f3e1";
}

.i_people_three_growth::before {
  content: "\f3e2";
}

.i_people_three_heart::before {
  content: "\f3e3";
}

.i_people_three_lg::before {
  content: "\f3e4";
}

.i_people_three_linear::before {
  content: "\f3e5";
}

.i_people_three_star::before {
  content: "\f3e6";
}

.i_people_two_01::before {
  content: "\f3e7";
}

.i_people_two_02::before {
  content: "\f3e8";
}

.i_people_two_03::before {
  content: "\f3e9";
}

.i_people_two_growth::before {
  content: "\f3ea";
}

.i_people_two_linear::before {
  content: "\f3eb";
}

.i_people_two_merged::before {
  content: "\f3ec";
}

.i_places::before {
  content: "\f3ed";
}

.i_science_erlenmeyer_pour::before {
  content: "\f3ee";
}

.i_science_erlenmeyer::before {
  content: "\f3ef";
}

.i_science_vial_two::before {
  content: "\f3f0";
}

.i_science_vial::before {
  content: "\f3f1";
}

.i_shape_29::before {
  content: "\f3f2";
}

.i_shape_36::before {
  content: "\f3f3";
}

.i_shape_37::before {
  content: "\f3f4";
}

.i_shape_circle_arc_half_left::before {
  content: "\f3f5";
}

.i_shape_circle_arc_half_right::before {
  content: "\f3f7";
}

.i_shape_circle_fill_ms::before {
  content: "\f406";
}

.i_shape_circle_fill_quarter_lower_left::before {
  content: "\f407";
}

.i_shape_circle_fill_quarter_lower_right::before {
  content: "\f408";
}

.i_shape_circle_fill_quarter_upper_left::before {
  content: "\f40a";
}

.i_shape_circle_fill_sm::before {
  content: "\f40c";
}

.i_shape_circle_fill_xl::before {
  content: "\f40d";
}

.i_shape_circle_hatch_horizontal::before {
  content: "\f410";
}

.i_shape_circle_ms::before {
  content: "\f418";
}

.i_shape_circle_part_fill_half_lower::before {
  content: "\f41a";
}

.i_shape_circle_part_fill_half_upper::before {
  content: "\f41c";
}

.i_shape_circle_part_half_left::before {
  content: "\f41d";
}

.i_shape_circle_part_half_lower::before {
  content: "\f41e";
}

.i_shape_circle_part_half_right::before {
  content: "\f41f";
}

.i_shape_circle_part_half_upper::before {
  content: "\f420";
}

.i_shape_diamond_fill_half_left::before {
  content: "\f42a";
}

.i_shape_diamond_fill_half_lower::before {
  content: "\f42b";
}

.i_shape_diamond_fill_half_right::before {
  content: "\f42c";
}

.i_shape_diamond_fill_half_upper::before {
  content: "\f42d";
}

.i_shape_diamond_fill_xl::before {
  content: "\f430";
}

.i_shape_diamond_sm::before {
  content: "\f433";
}

.i_shape_hexagon_fill_half_left::before {
  content: "\f43a";
}

.i_shape_hexagon_fill_half_right::before {
  content: "\f43b";
}

.i_shape_hexagon_fill_md_60::before {
  content: "\f43c";
}

.i_shape_hexagon_fill_md_62::before {
  content: "\f43d";
}

.i_shape_hexagon_fill::before {
  content: "\f43e";
}

.i_shape_hexagon_hatch_horizontal::before {
  content: "\f43f";
}

.i_shape_hexagon_hatch_vertical::before {
  content: "\f440";
}

.i_shape_hexagon_horizontal_fill::before {
  content: "\f441";
}

.i_shape_hexagon_horizontal::before {
  content: "\f442";
}

.i_shape_hexagon_md_44::before {
  content: "\f443";
}

.i_shape_hexagon_md_46::before {
  content: "\f444";
}

.i_shape_hexagon_part::before {
  content: "\f445";
}

.i_shape_hexagon::before {
  content: "\f446";
}

.i_shape_lozenge_line_vertical::before {
  content: "\f44c";
}

.i_shape_lozenge_xs::before {
  content: "\f450";
}

.i_shape_octagon_fill_horizontal::before {
  content: "\f452";
}

.i_shape_octagon_horizontal::before {
  content: "\f453";
}

.i_shape_octagon::before {
  content: "\f454";
}

.i_shape_paralellogram_fill::before {
  content: "\f455";
}

.i_shape_paralellogram::before {
  content: "\f456";
}

.i_shape_pentagon_down::before {
  content: "\f457";
}

.i_shape_pentagon_fill_down::before {
  content: "\f458";
}

.i_shape_pentagon_fill_half_left::before {
  content: "\f459";
}

.i_shape_pentagon_fill_half_right::before {
  content: "\f45a";
}

.i_shape_pentagon_fill_left::before {
  content: "\f45b";
}

.i_shape_pentagon_fill_md_28::before {
  content: "\f45c";
}

.i_shape_pentagon_fill_md_30::before {
  content: "\f45d";
}

.i_shape_pentagon_fill_right::before {
  content: "\f45e";
}

.i_shape_pentagon_fill::before {
  content: "\f45f";
}

.i_shape_pentagon_left::before {
  content: "\f460";
}

.i_shape_pentagon_md::before {
  content: "\f461";
}

.i_shape_pentagon_part::before {
  content: "\f462";
}

.i_shape_pentagon_right::before {
  content: "\f463";
}

.i_shape_pentagon_sm::before {
  content: "\f464";
}

.i_shape_pentagon::before {
  content: "\f465";
}

.i_shape_rectangle_fill_horizontal::before {
  content: "\f466";
}

.i_shape_rectangle_fill_vertical::before {
  content: "\f467";
}

.i_shape_rectangle_horizontal::before {
  content: "\f468";
}

.i_shape_rectangle_vertical::before {
  content: "\f469";
}

.i_shape_square_fill_xl::before {
  content: "\f476";
}

.i_shape_square_line_horizontal::before {
  content: "\f480";
}

.i_shape_triangle_dotted::before {
  content: "\f48e";
}

.i_shape_triangle_down_line_vertical::before {
  content: "\f491";
}

.i_shape_triangle_fill_xl::before {
  content: "\f4a4";
}

.i_shape_triangle_line_vertical::before {
  content: "\f4a7";
}

.i_shape_triangle_md_down::before {
  content: "\f4aa";
}

.i_shape_triangle_md_left::before {
  content: "\f4ab";
}

.i_shape_triangle_md_right::before {
  content: "\f4ac";
}

.i_shape_triangle_md::before {
  content: "\f4ad";
}

.i_shape_triangle_xl::before {
  content: "\f4b6";
}

.i_social_academia::before {
  content: "\f4b8";
}

.i_social_adobe_cc::before {
  content: "\f4b9";
}

.i_social_airtable_18::before {
  content: "\f4ba";
}

.i_social_airtable_19::before {
  content: "\f4bb";
}

.i_social_amazon::before {
  content: "\f4bc";
}

.i_social_anaconda::before {
  content: "\f4bd";
}

.i_social_apple::before {
  content: "\f4be";
}

.i_social_atlassian::before {
  content: "\f4bf";
}

.i_social_baidu::before {
  content: "\f4c0";
}

.i_social_behance::before {
  content: "\f4c1";
}

.i_social_bing::before {
  content: "\f4c2";
}

.i_social_bitcoin::before {
  content: "\f4c3";
}

.i_social_blender::before {
  content: "\f4c4";
}

.i_social_celery::before {
  content: "\f4c5";
}

.i_social_cloudflare::before {
  content: "\f4c6";
}

.i_social_creative_commons::before {
  content: "\f4c7";
}

.i_social_css3::before {
  content: "\f4c8";
}

.i_social_dependabot::before {
  content: "\f4c9";
}

.i_social_discord::before {
  content: "\f4ca";
}

.i_social_docker::before {
  content: "\f4cb";
}

.i_social_epic_games::before {
  content: "\f4cc";
}

.i_social_eslint::before {
  content: "\f4cd";
}

.i_social_ethereum::before {
  content: "\f4ce";
}

.i_social_facebook::before {
  content: "\f4cf";
}

.i_social_figma::before {
  content: "\f4d0";
}

.i_social_firebase::before {
  content: "\f4d1";
}

.i_social_flickr::before {
  content: "\f4d2";
}

.i_social_git::before {
  content: "\f4d3";
}

.i_social_github::before {
  content: "\f4d4";
}

.i_social_google::before {
  content: "\f4d5";
}

.i_social_graphql::before {
  content: "\f4d6";
}

.i_social_gravatar::before {
  content: "\f4d7";
}

.i_social_helm::before {
  content: "\f4d8";
}

.i_social_html5::before {
  content: "\f4d9";
}

.i_social_ideal::before {
  content: "\f4da";
}

.i_social_imdb::before {
  content: "\f4db";
}

.i_social_instagram::before {
  content: "\f4dc";
}

.i_social_internet_archive::before {
  content: "\f4dd";
}

.i_social_internet_explorer::before {
  content: "\f4de";
}

.i_social_issuu::before {
  content: "\f4df";
}

.i_social_javascript::before {
  content: "\f4e0";
}

.i_social_jinja::before {
  content: "\f4e1";
}

.i_social_json::before {
  content: "\f4e2";
}

.i_social_linkedin::before {
  content: "\f4e3";
}

.i_social_squarespace::before {
  content: "\f4e4";
}

.i_social_vimeo::before {
  content: "\f4e5";
}

.i_social_wikipedia::before {
  content: "\f4e6";
}

.i_social_x::before {
  content: "\f4e7";
}

.i_solid_cube_02::before {
  content: "\f4e8";
}

.i_solid_cube_arrow::before {
  content: "\f4e9";
}

.i_solid_cube_scene_02::before {
  content: "\f4ea";
}

.i_solid_cube_scene::before {
  content: "\f4eb";
}

.i_solid_cube::before {
  content: "\f4ec";
}

.i_solid_pyramid::before {
  content: "\f4ed";
}

.i_symbol_01::before {
  content: "\f4ee";
}

.i_symbol_02::before {
  content: "\f4ef";
}

.i_symbol_03::before {
  content: "\f4f0";
}

.i_symbol_04::before {
  content: "\f4f1";
}

.i_symbol_09::before {
  content: "\f4f2";
}

.i_symbol_10::before {
  content: "\f4f3";
}

.i_symbol_11::before {
  content: "\f4f4";
}

.i_symbol_12::before {
  content: "\f4f5";
}

.i_symbol_atom::before {
  content: "\f4f6";
}

.i_symbol_diamond_md::before {
  content: "\f4f7";
}

.i_symbol_diamond::before {
  content: "\f4f8";
}

.i_symbol_heart_fill_md::before {
  content: "\f4f9";
}

.i_symbol_heart_fill_sm::before {
  content: "\f4fa";
}

.i_symbol_heart_fill_xs::before {
  content: "\f4fb";
}

.i_symbol_heart_fill::before {
  content: "\f4fc";
}

.i_symbol_heart_ms::before {
  content: "\f4fd";
}

.i_symbol_heart_sm::before {
  content: "\f4fe";
}

.i_symbol_heart_xs::before {
  content: "\f4ff";
}

.i_symbol_heart::before {
  content: "\f500";
}

.i_symbol_qr::before {
  content: "\f501";
}

.i_symbol_star_8_fill_md::before {
  content: "\f502";
}

.i_symbol_star_8_fill_sm::before {
  content: "\f503";
}

.i_symbol_star_8_fill_xs::before {
  content: "\f504";
}

.i_symbol_star_8_fill::before {
  content: "\f505";
}

.i_symbol_star_8_md::before {
  content: "\f506";
}

.i_symbol_star_8_sm::before {
  content: "\f507";
}

.i_symbol_star_8_xs::before {
  content: "\f508";
}

.i_symbol_star_8::before {
  content: "\f509";
}

.i_symbol_star_fill_md::before {
  content: "\f50a";
}

.i_symbol_star_fill_sm::before {
  content: "\f50b";
}

.i_symbol_star_fill_xs::before {
  content: "\f50c";
}

.i_symbol_star_fill::before {
  content: "\f50d";
}

.i_symbol_star_ms::before {
  content: "\f50e";
}

.i_symbol_star_sm::before {
  content: "\f50f";
}

.i_symbol_star_xs::before {
  content: "\f510";
}

.i_symbol_star::before {
  content: "\f511";
}

.i_symbol_swirl_left_02::before {
  content: "\f512";
}

.i_symbol_swirl_right_02::before {
  content: "\f513";
}

.i_symbol_swirl_right::before {
  content: "\f514";
}

.i_system_key::before {
  content: "\f515";
}

.i_system_settings::before {
  content: "\f516";
}

.i_system_trash::before {
  content: "\f517";
}

.i_time_alarm_fill::before {
  content: "\f518";
}

.i_time_clock_0000_fill::before {
  content: "\f51a";
}

.i_time_clock_0000_square_fill::before {
  content: "\f51b";
}

.i_time_clock_0000_square::before {
  content: "\f51c";
}

.i_time_clock_0030_fill::before {
  content: "\f51e";
}

.i_time_clock_0030_square_fill::before {
  content: "\f51f";
}

.i_time_clock_0030_square::before {
  content: "\f520";
}

.i_time_clock_0100_fill::before {
  content: "\f522";
}

.i_time_clock_0100_square_fill::before {
  content: "\f523";
}

.i_time_clock_0100_square::before {
  content: "\f524";
}

.i_time_clock_0130_fill::before {
  content: "\f526";
}

.i_time_clock_0130_square_fill::before {
  content: "\f527";
}

.i_time_clock_0130_square::before {
  content: "\f528";
}

.i_time_clock_0200_fill::before {
  content: "\f52a";
}

.i_time_clock_0200_square_fill::before {
  content: "\f52b";
}

.i_time_clock_0200_square::before {
  content: "\f52c";
}

.i_time_clock_0230_fill::before {
  content: "\f52e";
}

.i_time_clock_0230_square_fill::before {
  content: "\f52f";
}

.i_time_clock_0230_square::before {
  content: "\f530";
}

.i_time_clock_0300_fill::before {
  content: "\f532";
}

.i_time_clock_0300_square_fill::before {
  content: "\f533";
}

.i_time_clock_0300_square::before {
  content: "\f534";
}

.i_time_clock_0330_fill::before {
  content: "\f536";
}

.i_time_clock_0330_square_fill::before {
  content: "\f537";
}

.i_time_clock_0330_square::before {
  content: "\f538";
}

.i_time_clock_0400_fill::before {
  content: "\f53a";
}

.i_time_clock_0400_square_fill::before {
  content: "\f53b";
}

.i_time_clock_0400_square::before {
  content: "\f53c";
}

.i_time_clock_0430_fill::before {
  content: "\f53e";
}

.i_time_clock_0430_square_fill::before {
  content: "\f53f";
}

.i_time_clock_0430_square::before {
  content: "\f540";
}

.i_time_clock_0500_fill::before {
  content: "\f542";
}

.i_time_clock_0500_square_fill::before {
  content: "\f543";
}

.i_time_clock_0500_square::before {
  content: "\f544";
}

.i_time_clock_0530_fill::before {
  content: "\f546";
}

.i_time_clock_0530_square_fill::before {
  content: "\f547";
}

.i_time_clock_0530_square::before {
  content: "\f548";
}

.i_time_clock_0600_fill::before {
  content: "\f54a";
}

.i_time_clock_0600_square_fill::before {
  content: "\f54b";
}

.i_time_clock_0600_square::before {
  content: "\f54c";
}

.i_time_clock_0630_fill::before {
  content: "\f54e";
}

.i_time_clock_0630_square_fill::before {
  content: "\f54f";
}

.i_time_clock_0630_square::before {
  content: "\f550";
}

.i_time_clock_0700_fill::before {
  content: "\f552";
}

.i_time_clock_0700_square_fill::before {
  content: "\f553";
}

.i_time_clock_0700_square::before {
  content: "\f554";
}

.i_time_clock_0730_fill::before {
  content: "\f556";
}

.i_time_clock_0730_square_fill::before {
  content: "\f557";
}

.i_time_clock_0730_square::before {
  content: "\f558";
}

.i_time_clock_0800_fill::before {
  content: "\f55a";
}

.i_time_clock_0800_square_fill::before {
  content: "\f55b";
}

.i_time_clock_0800_square::before {
  content: "\f55c";
}

.i_time_clock_0830_fill::before {
  content: "\f55e";
}

.i_time_clock_0830_square_fill::before {
  content: "\f55f";
}

.i_time_clock_0830_square::before {
  content: "\f560";
}

.i_time_clock_0900_fill::before {
  content: "\f562";
}

.i_time_clock_0900_square_fill::before {
  content: "\f563";
}

.i_time_clock_0900_square::before {
  content: "\f564";
}

.i_time_clock_0930_fill::before {
  content: "\f566";
}

.i_time_clock_0930_square_fill::before {
  content: "\f567";
}

.i_time_clock_0930_square::before {
  content: "\f568";
}

.i_time_clock_1000_fill::before {
  content: "\f56a";
}

.i_time_clock_1000_square_fill::before {
  content: "\f56b";
}

.i_time_clock_1000_square::before {
  content: "\f56c";
}

.i_time_clock_1030_fill::before {
  content: "\f56e";
}

.i_time_clock_1030_square_fill::before {
  content: "\f56f";
}

.i_time_clock_1030_square::before {
  content: "\f570";
}

.i_time_clock_1100_fill::before {
  content: "\f572";
}

.i_time_clock_1100_square_fill::before {
  content: "\f573";
}

.i_time_clock_1100_square::before {
  content: "\f574";
}

.i_time_clock_1130_fill::before {
  content: "\f576";
}

.i_time_clock_1130_square_fill::before {
  content: "\f577";
}

.i_time_clock_1130_square::before {
  content: "\f578";
}

.i_time_clock_fill::before {
  content: "\f57a";
}

.i_time_clock_history::before {
  content: "\f57b";
}

.i_time_clock_mantelpiece_fill::before {
  content: "\f57c";
}

.i_time_clock_mantelpiece::before {
  content: "\f57d";
}

.i_time_clock::before {
  content: "\f57e";
}

.i_time_is_money::before {
  content: "\f581";
}

.i_time_stopwatch_00::before {
  content: "\f582";
}

.i_time_stopwatch_01::before {
  content: "\f583";
}

.i_time_stopwatch_02::before {
  content: "\f584";
}

.i_time_stopwatch_03::before {
  content: "\f585";
}

.i_time_stopwatch_04::before {
  content: "\f586";
}

.i_time_stopwatch_05::before {
  content: "\f587";
}

.i_time_stopwatch_06::before {
  content: "\f588";
}

.i_time_stopwatch_07::before {
  content: "\f589";
}

.i_time_stopwatch_08::before {
  content: "\f58a";
}

.i_time_stopwatch_fill::before {
  content: "\f58b";
}

.i_time_timer_fill::before {
  content: "\f58d";
}

.i_transport_airport::before {
  content: "\f590";
}

.i_transport_anchor::before {
  content: "\f591";
}

.i_transport_bicycle_storage::before {
  content: "\f592";
}

.i_transport_bicycle::before {
  content: "\f593";
}

.i_transport_boat::before {
  content: "\f594";
}

.i_transport_bridge_02::before {
  content: "\f595";
}

.i_transport_bridge::before {
  content: "\f596";
}

.i_transport_bus::before {
  content: "\f597";
}

.i_transport_camper_02::before {
  content: "\f598";
}

.i_transport_camper::before {
  content: "\f599";
}

.i_transport_car_rental::before {
  content: "\f59a";
}

.i_transport_car::before {
  content: "\f59b";
}

.i_transport_cargo_ship_02::before {
  content: "\f59c";
}

.i_transport_cargo_ship::before {
  content: "\f59d";
}

.i_transport_crane_truck::before {
  content: "\f59e";
}

.i_transport_electric_car::before {
  content: "\f59f";
}

.i_transport_excavator::before {
  content: "\f5a0";
}

.i_transport_ferry_vehicle::before {
  content: "\f5a1";
}

.i_transport_ferry::before {
  content: "\f5a2";
}

.i_transport_fire_truck::before {
  content: "\f5a3";
}

.i_transport_garbage_truck::before {
  content: "\f5a4";
}

.i_transport_gas_station::before {
  content: "\f5a5";
}

.i_transport_gondola::before {
  content: "\f5a6";
}

.i_transport_helicopter::before {
  content: "\f5a7";
}

.i_transport_highway::before {
  content: "\f5a8";
}

.i_transport_hot_air_balloon::before {
  content: "\f5a9";
}

.i_transport_jeep::before {
  content: "\f5aa";
}

.i_transport_maintenance::before {
  content: "\f5ab";
}

.i_transport_metro::before {
  content: "\f5ac";
}

.i_transport_motorcycle_02::before {
  content: "\f5ad";
}

.i_transport_motorcycle::before {
  content: "\f5ae";
}

.i_transport_no_parking::before {
  content: "\f5af";
}

.i_transport_nuclear_waste::before {
  content: "\f5b0";
}

.i_transport_package_truck::before {
  content: "\f5b1";
}

.i_transport_parking::before {
  content: "\f5b2";
}

.i_transport_quad_bike::before {
  content: "\f5b3";
}

.i_transport_roundabout::before {
  content: "\f5b4";
}

.i_transport_sailboat::before {
  content: "\f5b5";
}

.i_transport_scooter_02::before {
  content: "\f5b6";
}

.i_transport_scooter::before {
  content: "\f5b7";
}

.i_transport_submarine::before {
  content: "\f5b8";
}

.i_transport_taxi_02::before {
  content: "\f5b9";
}

.i_transport_taxi_boat::before {
  content: "\f5ba";
}

.i_transport_taxi_bus::before {
  content: "\f5bb";
}

.i_transport_taxi::before {
  content: "\f5bc";
}

.i_transport_tractor::before {
  content: "\f5bd";
}

.i_transport_traffic_light::before {
  content: "\f5be";
}

.i_transport_train::before {
  content: "\f5bf";
}

.i_transport_tram_02::before {
  content: "\f5c0";
}

.i_transport_tram_03::before {
  content: "\f5c1";
}

.i_transport_tram::before {
  content: "\f5c2";
}

.i_transport_truck_02::before {
  content: "\f5c3";
}

.i_transport_truck_03::before {
  content: "\f5c4";
}

.i_transport_truck::before {
  content: "\f5c5";
}

.i_transport_ufo::before {
  content: "\f5c6";
}

.i_transport_walking::before {
  content: "\f5c7";
}

.i_travel_bar::before {
  content: "\f5c8";
}

.i_travel_cafe::before {
  content: "\f5c9";
}

.i_travel_cathedral::before {
  content: "\f5ca";
}

.i_travel_cloakroom::before {
  content: "\f5cb";
}

.i_travel_customs::before {
  content: "\f5cc";
}

.i_travel_daycare_center::before {
  content: "\f5cd";
}

.i_travel_dollar::before {
  content: "\f5ce";
}

.i_travel_earth::before {
  content: "\f5cf";
}

.i_travel_elevator::before {
  content: "\f5d0";
}

.i_travel_escalator_down::before {
  content: "\f5d1";
}

.i_travel_escalator_up::before {
  content: "\f5d2";
}

.i_travel_euro::before {
  content: "\f5d3";
}

.i_travel_exchange_office_02::before {
  content: "\f5d4";
}

.i_travel_exchange_office::before {
  content: "\f5d5";
}

.i_travel_exit::before {
  content: "\f5d6";
}

.i_travel_fire_extinguisher::before {
  content: "\f5d7";
}

.i_travel_gift_shop::before {
  content: "\f5d8";
}

.i_travel_hairdresser::before {
  content: "\f5d9";
}

.i_travel_hotel_lobby::before {
  content: "\f5da";
}

.i_travel_hotel::before {
  content: "\f5db";
}

.i_travel_information_02::before {
  content: "\f5dc";
}

.i_travel_information_03::before {
  content: "\f5dd";
}

.i_travel_information::before {
  content: "\f5de";
}

.i_travel_kremlin::before {
  content: "\f5df";
}

.i_travel_lockers::before {
  content: "\f5e0";
}

.i_travel_lost_and_found::before {
  content: "\f5e1";
}

.i_travel_luggage_belt::before {
  content: "\f5e2";
}

.i_travel_luggage_trolley::before {
  content: "\f5e3";
}

.i_travel_luggage::before {
  content: "\f5e4";
}

.i_travel_meeting_point::before {
  content: "\f5e5";
}

.i_travel_no_access::before {
  content: "\f5e6";
}

.i_travel_no_pets_allowed::before {
  content: "\f5e7";
}

.i_travel_no_phones::before {
  content: "\f5e8";
}

.i_travel_non_smokng_area::before {
  content: "\f5e9";
}

.i_travel_nursery::before {
  content: "\f5ea";
}

.i_travel_oxygen::before {
  content: "\f5eb";
}

.i_travel_passport_control::before {
  content: "\f5ec";
}

.i_travel_post_office::before {
  content: "\f5ed";
}

.i_travel_pound::before {
  content: "\f5ee";
}

.i_travel_public_telephone::before {
  content: "\f5ef";
}

.i_travel_restaurant::before {
  content: "\f5f0";
}

.i_travel_ruble::before {
  content: "\f5f1";
}

.i_travel_russian_church::before {
  content: "\f5f2";
}

.i_travel_safe::before {
  content: "\f5f3";
}

.i_travel_security::before {
  content: "\f5f4";
}

.i_travel_shops::before {
  content: "\f5f5";
}

.i_travel_smoking_area::before {
  content: "\f5f6";
}

.i_travel_stairs::before {
  content: "\f5f7";
}

.i_travel_temple::before {
  content: "\f5f8";
}

.i_travel_ticket_office::before {
  content: "\f5f9";
}

.i_travel_toilet_men::before {
  content: "\f5fa";
}

.i_travel_toilet_women::before {
  content: "\f5fb";
}

.i_travel_toilet::before {
  content: "\f5fc";
}

.i_travel_traveler::before {
  content: "\f5fd";
}

.i_travel_usa::before {
  content: "\f5fe";
}

.i_travel_waiting_area::before {
  content: "\f5ff";
}

.i_travel_water_fountain::before {
  content: "\f600";
}

.i_travel_wheelchair_accessible::before {
  content: "\f601";
}

.i_travel_yuan::before {
  content: "\f602";
}

.i_type_123::before {
  content: "\f603";
}

.i_type_abc_case_caps::before {
  content: "\f604";
}

.i_type_abc_case_lower::before {
  content: "\f605";
}

.i_type_abc_case_title::before {
  content: "\f606";
}

.i_type_align_center::before {
  content: "\f607";
}

.i_type_align_left::before {
  content: "\f608";
}

.i_type_align_right::before {
  content: "\f609";
}

.i_type_case_camel_lower::before {
  content: "\f60a";
}

.i_type_case_caps::before {
  content: "\f60b";
}

.i_type_case_lower::before {
  content: "\f60c";
}

.i_type_case_title::before {
  content: "\f60d";
}

.i_type_case::before {
  content: "\f60e";
}

.i_type_code_slash::before {
  content: "\f60f";
}

.i_type_code::before {
  content: "\f610";
}

.i_type_font::before {
  content: "\f611";
}

.i_type_justify_center::before {
  content: "\f612";
}

.i_type_justify_left::before {
  content: "\f613";
}

.i_type_justify_right::before {
  content: "\f614";
}

.i_type_style_bold::before {
  content: "\f615";
}

.i_type_style_h1::before {
  content: "\f616";
}

.i_type_style_h2::before {
  content: "\f617";
}

.i_type_style_h3::before {
  content: "\f618";
}

.i_type_style_h4::before {
  content: "\f619";
}

.i_type_style_h5::before {
  content: "\f61a";
}

.i_type_style_h6::before {
  content: "\f61b";
}

.i_type_style_italic::before {
  content: "\f61c";
}

.i_type_style_strikethrough::before {
  content: "\f61d";
}

.i_type_style_subscript::before {
  content: "\f61e";
}

.i_type_style_superscript::before {
  content: "\f61f";
}

.i_type_style_underline::before {
  content: "\f620";
}

.i_ui_bookmark_sm::before {
  content: "\f621";
}

.i_ui_bookmark::before {
  content: "\f622";
}

.i_ui_circle_bookmark::before {
  content: "\f623";
}

.i_ui_circle_create::before {
  content: "\f624";
}

.i_ui_circle_delete::before {
  content: "\f625";
}

.i_ui_circle_detail::before {
  content: "\f626";
}

.i_ui_circle_favorite::before {
  content: "\f627";
}

.i_ui_circle_fill_bookmark::before {
  content: "\f628";
}

.i_ui_circle_fill_create::before {
  content: "\f629";
}

.i_ui_circle_fill_delete::before {
  content: "\f62a";
}

.i_ui_circle_fill_detail::before {
  content: "\f62b";
}

.i_ui_circle_fill_favorite::before {
  content: "\f62c";
}

.i_ui_circle_fill_help::before {
  content: "\f62d";
}

.i_ui_circle_fill_search::before {
  content: "\f62e";
}

.i_ui_circle_fill_update::before {
  content: "\f62f";
}

.i_ui_circle_help::before {
  content: "\f630";
}

.i_ui_circle_search::before {
  content: "\f631";
}

.i_ui_circle_update::before {
  content: "\f632";
}

.i_ui_create_sm::before {
  content: "\f633";
}

.i_ui_create::before {
  content: "\f634";
}

.i_ui_delete_sm::before {
  content: "\f635";
}

.i_ui_delete::before {
  content: "\f636";
}

.i_ui_detail_sm::before {
  content: "\f637";
}

.i_ui_detail::before {
  content: "\f638";
}

.i_ui_favorite_sm::before {
  content: "\f639";
}

.i_ui_favorite::before {
  content: "\f63a";
}

.i_ui_help_sm::before {
  content: "\f63b";
}

.i_ui_help::before {
  content: "\f63c";
}

.i_ui_media_back::before {
  content: "\f63d";
}

.i_ui_media_circle_back::before {
  content: "\f63e";
}

.i_ui_media_circle_fill_back::before {
  content: "\f63f";
}

.i_ui_media_circle_fill_forward::before {
  content: "\f640";
}

.i_ui_media_circle_fill_next::before {
  content: "\f641";
}

.i_ui_media_circle_fill_pause::before {
  content: "\f642";
}

.i_ui_media_circle_fill_play::before {
  content: "\f643";
}

.i_ui_media_circle_fill_record::before {
  content: "\f644";
}

.i_ui_media_circle_fill_rewind::before {
  content: "\f645";
}

.i_ui_media_circle_fill_stop::before {
  content: "\f646";
}

.i_ui_media_circle_forward::before {
  content: "\f647";
}

.i_ui_media_circle_next::before {
  content: "\f648";
}

.i_ui_media_circle_pause::before {
  content: "\f649";
}

.i_ui_media_circle_play::before {
  content: "\f64a";
}

.i_ui_media_circle_record::before {
  content: "\f64b";
}

.i_ui_media_circle_rewind::before {
  content: "\f64c";
}

.i_ui_media_circle_sto::before {
  content: "\f64d";
}

.i_ui_media_fill_back::before {
  content: "\f64e";
}

.i_ui_media_fill_forward::before {
  content: "\f64f";
}

.i_ui_media_fill_next::before {
  content: "\f650";
}

.i_ui_media_fill_pause::before {
  content: "\f651";
}

.i_ui_media_fill_play::before {
  content: "\f652";
}

.i_ui_media_fill_record::before {
  content: "\f653";
}

.i_ui_media_fill_rewind::before {
  content: "\f654";
}

.i_ui_media_fill_stop::before {
  content: "\f655";
}

.i_ui_media_forward::before {
  content: "\f656";
}

.i_ui_media_next::before {
  content: "\f657";
}

.i_ui_media_pause::before {
  content: "\f658";
}

.i_ui_media_play::before {
  content: "\f659";
}

.i_ui_media_record::before {
  content: "\f65a";
}

.i_ui_media_rewind::before {
  content: "\f65b";
}

.i_ui_media_square_back::before {
  content: "\f65c";
}

.i_ui_media_square_fill_back::before {
  content: "\f65d";
}

.i_ui_media_square_fill_forward::before {
  content: "\f65e";
}

.i_ui_media_square_fill_next::before {
  content: "\f65f";
}

.i_ui_media_square_fill_pause::before {
  content: "\f660";
}

.i_ui_media_square_fill_play::before {
  content: "\f661";
}

.i_ui_media_square_fill_record::before {
  content: "\f662";
}

.i_ui_media_square_fill_rewind::before {
  content: "\f663";
}

.i_ui_media_square_fill_stop::before {
  content: "\f664";
}

.i_ui_media_square_forward::before {
  content: "\f665";
}

.i_ui_media_square_next::before {
  content: "\f666";
}

.i_ui_media_square_pause::before {
  content: "\f667";
}

.i_ui_media_square_play::before {
  content: "\f668";
}

.i_ui_media_square_record::before {
  content: "\f669";
}

.i_ui_media_square_rewind::before {
  content: "\f66a";
}

.i_ui_media_square_stop::before {
  content: "\f66b";
}

.i_ui_media_stop::before {
  content: "\f66c";
}

.i_ui_menu_horizontal::before {
  content: "\f66d";
}

.i_ui_menu_vertical::before {
  content: "\f66e";
}

.i_ui_search_sm::before {
  content: "\f66f";
}

.i_ui_search::before {
  content: "\f670";
}

.i_ui_sliders_horizontal::before {
  content: "\f671";
}

.i_ui_sliders_vertical::before {
  content: "\f672";
}

.i_ui_sort_down::before {
  content: "\f673";
}

.i_ui_sort_up::before {
  content: "\f674";
}

.i_ui_square_bookmark::before {
  content: "\f675";
}

.i_ui_square_create::before {
  content: "\f676";
}

.i_ui_square_delete::before {
  content: "\f677";
}

.i_ui_square_detail::before {
  content: "\f678";
}

.i_ui_square_favorite::before {
  content: "\f679";
}

.i_ui_square_fill_bookmark::before {
  content: "\f67a";
}

.i_ui_square_fill_create::before {
  content: "\f67b";
}

.i_ui_square_fill_delete::before {
  content: "\f67c";
}

.i_ui_square_fill_detail::before {
  content: "\f67d";
}

.i_ui_square_fill_favorite::before {
  content: "\f67e";
}

.i_ui_square_fill_help::before {
  content: "\f67f";
}

.i_ui_square_fill_search::before {
  content: "\f680";
}

.i_ui_square_fill_update::before {
  content: "\f681";
}

.i_ui_square_help::before {
  content: "\f682";
}

.i_ui_square_search::before {
  content: "\f683";
}

.i_ui_square_update::before {
  content: "\f684";
}

.i_ui_update_sm::before {
  content: "\f685";
}

.i_ui_update::before {
  content: "\f686";
}

.i_weather_cloud_02::before {
  content: "\f687";
}

.i_weather_cloud::before {
  content: "\f688";
}

.i_weather_sun::before {
  content: "\f689";
}

.i_symbol_swir_left::before {
  content: "\f68a";
}

.i_symbol_star_half_xs::before {
  content: "\f68b";
}

.i_symbol_star_half_sm::before {
  content: "\f68c";
}

.i_symbol_star_half_ms::before {
  content: "\f68d";
}

.i_symbol_star_half_fill_xs::before {
  content: "\f68e";
}

.i_symbol_star_half_fill_sm::before {
  content: "\f68f";
}

.i_symbol_star_half_fill_md::before {
  content: "\f690";
}

.i_symbol_star_half_fill::before {
  content: "\f691";
}

.i_symbol_star_copy::before {
  content: "\f692";
}

.i::before,
[class^=i_]::before,
[class*=" i_"]::before {
  font-family: "icongl" !important;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  -webkit-text-emphasis-style: none;
          text-emphasis-style: none;
  line-height: 1;
  color: #000000;
  display: inline;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.si.inline {
  width: 1.2em;
  height: 1.2em;
  vertical-align: sub;
}
.si.white {
  fill: white;
}

.svg_container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: top;
  overflow: hidden;
}

.svg_container svg {
  display: inline-block;
  position: relative;
  width: 100%;
}

@font-face {
  font-display: swap;
  font-family: "icongl";
  src: url("../font/icongl.woff2") format("woff2"), url("../font/icongl.woff") format("woff"), url("../font/icongl.ttf") format("ttf");
}
/*!
 * ============================================================================
 *
 * Icon.gl  v1.0.0 (https://www.icon.gl/)
 * Copyright (c) 2020-2024 Scape Agency (https://www.scape.agency)
 * All rights reserved under Apache 2.0 License terms.
 *
 * ============================================================================
 *
 * @description     Icon Library
 * @author          Scape Agency (https://www.scape.agency)
 * @version         v1.0.0
 * @copyright       2020-2024 Scape Agency (https://www.scape.agency)
 * @website         https://www.icon.gl/
 * @repository      https://github.com/scape-agency/icon.gl/
 * @license         Apache 2.0 License (https://github.com/scape-agency/icon.gl/blob/main/LICENSE)
 *
 * ============================================================================
 */
:root {
  --N0001: #e2e2e2;
  --N0002: #cccccc;
  --N0003: #b6b6b6;
  --N0004: #a0a0a0;
  --N0005: #8b8b8b;
  --N0006: #777777;
  --N0007: #636363;
  --N0008: #505050;
  --N0009: #3e3e3e;
  --N0151: #fadbdd;
  --N0152: #eec0c4;
  --N0153: #e2a6ac;
  --N0154: #d48c94;
  --N0155: #c6727d;
  --N0156: #a7636b;
  --N0157: #89545a;
  --N0158: #6b4549;
  --N0159: #4f3739;
  --N0301: #fadbd7;
  --N0302: #edc1bc;
  --N0303: #e0a8a1;
  --N0304: #d28e87;
  --N0305: #c4756e;
  --N0306: #a5655f;
  --N0307: #875650;
  --N0308: #6b4642;
  --N0309: #4f3835;
  --N0451: #f8dcd3;
  --N0452: #eac3b5;
  --N0453: #dcaa98;
  --N0454: #cd927c;
  --N0455: #be7960;
  --N0456: #a06954;
  --N0457: #845848;
  --N0458: #68483c;
  --N0459: #4d3931;
  --N0601: #f4decf;
  --N0602: #e5c6af;
  --N0603: #d5ad90;
  --N0604: #c59672;
  --N0605: #b57f55;
  --N0606: #996d4b;
  --N0607: #7e5b41;
  --N0608: #644a38;
  --N0609: #4a3a2e;
  --N0751: #efe0cc;
  --N0752: #dec8ac;
  --N0753: #cdb18c;
  --N0754: #bb9b6c;
  --N0755: #a9854e;
  --N0756: #8f7145;
  --N0757: #765f3d;
  --N0758: #5e4d34;
  --N0759: #473c2c;
  --N0901: #eae2cb;
  --N0902: #d6cbaa;
  --N0903: #c2b58a;
  --N0904: #af9f6a;
  --N0905: #9b8a4b;
  --N0906: #847643;
  --N0907: #6d623b;
  --N0908: #584f33;
  --N0909: #433d2b;
  --N1051: #e3e4cc;
  --N1052: #cdceab;
  --N1053: #b7b98b;
  --N1054: #a1a46b;
  --N1055: #8b8f4c;
  --N1056: #777a44;
  --N1057: #63663c;
  --N1058: #505234;
  --N1059: #3e3f2c;
  --N1201: #dde6ce;
  --N1202: #c4d1ae;
  --N1203: #abbc8f;
  --N1204: #92a870;
  --N1205: #7a9453;
  --N1206: #697e49;
  --N1207: #586840;
  --N1208: #485437;
  --N1209: #39402d;
  --N1351: #d7e7d2;
  --N1352: #bbd3b3;
  --N1353: #9fbf96;
  --N1354: #83ab79;
  --N1355: #68975d;
  --N1356: #5a8151;
  --N1357: #4d6b46;
  --N1358: #40553b;
  --N1359: #344130;
  --N1501: #d1e8d6;
  --N1502: #b2d4ba;
  --N1503: #93c19f;
  --N1504: #74ad84;
  --N1505: #559a6a;
  --N1506: #4b835c;
  --N1507: #426c4e;
  --N1508: #395741;
  --N1509: #2f4234;
  --N1651: #cde9dc;
  --N1652: #abd6c2;
  --N1653: #89c2a9;
  --N1654: #66af91;
  --N1655: #409b7a;
  --N1656: #3c8469;
  --N1657: #376d58;
  --N1658: #315848;
  --N1659: #2b4338;
  --N1801: #c9e9e2;
  --N1802: #a6d6cb;
  --N1803: #81c3b5;
  --N1804: #5baf9f;
  --N1805: #2a9c8a;
  --N1806: #2d8576;
  --N1807: #2d6e62;
  --N1808: #2b584f;
  --N1809: #28433d;
  --N1951: #c8e9e8;
  --N1952: #a3d6d4;
  --N1953: #7dc3c0;
  --N1954: #53afad;
  --N1955: #109c9a;
  --N1956: #208583;
  --N1957: #266e6d;
  --N1958: #275857;
  --N1959: #264342;
  --N2101: #c8e9ed;
  --N2102: #a3d5dc;
  --N2103: #7dc2cb;
  --N2104: #52aeba;
  --N2105: #019baa;
  --N2106: #1c8490;
  --N2107: #246d76;
  --N2108: #27575e;
  --N2109: #264246;
  --N2251: #cae8f2;
  --N2252: #a6d4e3;
  --N2253: #81c0d4;
  --N2254: #58acc6;
  --N2255: #1a99b7;
  --N2256: #25829a;
  --N2257: #2a6c7e;
  --N2258: #2a5664;
  --N2259: #27424a;
  --N2401: #cee6f6;
  --N2402: #acd2e9;
  --N2403: #8abedc;
  --N2404: #65aace;
  --N2405: #3696c1;
  --N2406: #3680a3;
  --N2407: #346a85;
  --N2408: #305568;
  --N2409: #2b414d;
  --N2551: #d3e5f8;
  --N2552: #b5cfec;
  --N2553: #95bbe0;
  --N2554: #75a6d4;
  --N2555: #5192c8;
  --N2556: #497ca8;
  --N2557: #416789;
  --N2558: #39536b;
  --N2559: #303f4f;
  --N2701: #dae3f9;
  --N2702: #becdee;
  --N2703: #a3b7e2;
  --N2704: #87a2d6;
  --N2705: #6a8dca;
  --N2706: #5d78aa;
  --N2707: #4f648b;
  --N2708: #42516c;
  --N2709: #353e50;
  --N2851: #e0e1f9;
  --N2852: #c8caed;
  --N2853: #b1b3e1;
  --N2854: #999dd5;
  --N2855: #8188c8;
  --N2856: #6f74a8;
  --N2857: #5d6189;
  --N2858: #4c4e6c;
  --N2859: #3b3c4f;
  --N3001: #e7dff6;
  --N3002: #d3c7e9;
  --N3003: #beafdc;
  --N3004: #aa98cf;
  --N3005: #9582c2;
  --N3006: #7f6fa3;
  --N3007: #6a5d86;
  --N3008: #554c69;
  --N3009: #413b4d;
  --N3151: #edddf3;
  --N3152: #dcc4e4;
  --N3153: #caacd6;
  --N3154: #b994c7;
  --N3155: #a77cb9;
  --N3156: #8d6b9c;
  --N3157: #755a7f;
  --N3158: #5d4964;
  --N3159: #46394b;
  --N3301: #f3dcee;
  --N3302: #e3c2dd;
  --N3303: #d4a9cd;
  --N3304: #c590bc;
  --N3305: #b577ac;
  --N3306: #996791;
  --N3307: #7d5777;
  --N3308: #63475f;
  --N3309: #4a3847;
  --N3451: #f7dbe9;
  --N3452: #e9c1d5;
  --N3453: #dba7c2;
  --N3454: #cd8daf;
  --N3455: #bf739d;
  --N3456: #a16485;
  --N3457: #84546e;
  --N3458: #684658;
  --N3459: #4d3743;
  --N3601: #f9dbe3;
  --N3602: #edc0cd;
  --N3603: #e0a6b7;
  --N3604: #d38ca2;
  --N3605: #c5728d;
  --N3606: #a66278;
  --N3607: #885464;
  --N3608: #6b4551;
  --N3609: #4f373e;
}

:root {
  --color_text_primary: #000000;
  --color_text_primary--25: rgb(89.25, 89.25, 89.25);
  --color_text_primary--50: rgb(127.5, 127.5, 127.5);
  --color_text_primary--75: rgb(191.25, 191.25, 191.25);
  --color_text_secondary: #252525;
  --color_text_secondary--25: rgb(113.3, 113.3, 113.3);
  --color_text_secondary--50: #929292;
  --color_text_secondary--75: rgb(200.5, 200.5, 200.5);
  --color_text_tertiary: #414141;
  --color_text_tertiary--25: rgb(131.5, 131.5, 131.5);
  --color_text_tertiary--50: #a0a0a0;
  --color_text_tertiary--75: rgb(207.5, 207.5, 207.5);
  --color_line_primary: #000000;
  --color_line_primary--25: rgb(89.25, 89.25, 89.25);
  --color_line_primary--50: rgb(127.5, 127.5, 127.5);
  --color_line_primary--75: rgb(191.25, 191.25, 191.25);
  --color_line_secondary: #252525;
  --color_line_secondary--25: rgb(113.3, 113.3, 113.3);
  --color_line_secondary--50: #929292;
  --color_line_secondary--75: rgb(200.5, 200.5, 200.5);
  --color_line_tertiary: #414141;
  --color_line_tertiary--25: rgb(131.5, 131.5, 131.5);
  --color_line_tertiary--50: #a0a0a0;
  --color_line_tertiary--75: rgb(207.5, 207.5, 207.5);
  --color_fill_primary: #ffffff;
  --color_fill_primary--25: white;
  --color_fill_primary--50: white;
  --color_fill_primary--75: white;
  --color_fill_secondary: rgba(222, 222, 222, 0.8);
  --color_fill_secondary--25: rgba(236.7446808511, 236.7446808511, 236.7446808511, 0.87);
  --color_fill_secondary--50: rgba(241.8, 241.8, 241.8, 0.9);
  --color_fill_secondary--75: rgba(249, 249, 249, 0.95);
  --color_fill_tertiary: rgba(190, 190, 190, 0.7333333333);
  --color_fill_tertiary--25: rgba(221.3224637681, 221.3224637681, 221.3224637681, 0.8266666667);
  --color_fill_tertiary--50: rgba(231.1666666667, 231.1666666667, 231.1666666667, 0.8666666667);
  --color_fill_tertiary--75: rgba(244.4852941176, 244.4852941176, 244.4852941176, 0.9333333333);
  --color_accent_primary: #3696c1;
  --color_accent_primary--25: rgb(124.35, 186.75, 214.7);
  --color_accent_primary--50: rgb(154.5, 202.5, 224);
  --color_accent_primary--75: rgb(204.75, 228.75, 239.5);
  --color_accent_secondary: #346a85;
  --color_accent_secondary--25: rgb(123.05, 158.15, 175.7);
  --color_accent_secondary--50: rgb(153.5, 180.5, 194);
  --color_accent_secondary--75: rgb(204.25, 217.75, 224.5);
  --color_accent_tertiary: #8abedc;
  --color_accent_tertiary--25: rgb(178.95, 212.75, 232.25);
  --color_accent_tertiary--50: rgb(196.5, 222.5, 237.5);
  --color_accent_tertiary--75: rgb(225.75, 238.75, 246.25);
  --color_state_visited: #87a2d6;
  --color_state_visited--25: rgb(177, 194.55, 228.35);
  --color_state_visited--50: rgb(195, 208.5, 234.5);
  --color_state_visited--75: rgb(225, 231.75, 244.75);
  --color_state_focus: #65aace;
  --color_state_focus--25: rgb(154.9, 199.75, 223.15);
  --color_state_focus--50: rgb(178, 212.5, 230.5);
  --color_state_focus--75: rgb(216.5, 233.75, 242.75);
  --color_state_hover: #acd2e9;
  --color_state_hover--25: rgb(201.05, 225.75, 240.7);
  --color_state_hover--50: rgb(213.5, 232.5, 244);
  --color_state_hover--75: rgb(234.25, 243.75, 249.5);
  --color_state_active: #3696c1;
  --color_state_active--25: rgb(124.35, 186.75, 214.7);
  --color_state_active--50: rgb(154.5, 202.5, 224);
  --color_state_active--75: rgb(204.75, 228.75, 239.5);
  --color_state_link: #65aace;
  --color_state_link--25: rgb(154.9, 199.75, 223.15);
  --color_state_link--50: rgb(178, 212.5, 230.5);
  --color_state_link--75: rgb(216.5, 233.75, 242.75);
  --color_state_enabled: #000000;
  --color_state_enabled--25: rgb(89.25, 89.25, 89.25);
  --color_state_enabled--50: rgb(127.5, 127.5, 127.5);
  --color_state_enabled--75: rgb(191.25, 191.25, 191.25);
  --color_state_disabled: #a0a0a0;
  --color_state_disabled--25: rgb(193.25, 193.25, 193.25);
  --color_state_disabled--50: rgb(207.5, 207.5, 207.5);
  --color_state_disabled--75: rgb(231.25, 231.25, 231.25);
  --color_state_current: #000000;
  --color_state_current--25: rgb(89.25, 89.25, 89.25);
  --color_state_current--50: rgb(127.5, 127.5, 127.5);
  --color_state_current--75: rgb(191.25, 191.25, 191.25);
  --color_state_checked: #87a2d6;
  --color_state_checked--25: rgb(177, 194.55, 228.35);
  --color_state_checked--50: rgb(195, 208.5, 234.5);
  --color_state_checked--75: rgb(225, 231.75, 244.75);
  --color_state_invalid: #b994c7;
  --color_state_invalid--25: rgb(209.5, 185.45, 218.6);
  --color_state_invalid--50: rgb(220, 201.5, 227);
  --color_state_invalid--75: rgb(237.5, 228.25, 241);
  --color_state_muted: #a0a0a0;
  --color_state_muted--25: rgb(193.25, 193.25, 193.25);
  --color_state_muted--50: rgb(207.5, 207.5, 207.5);
  --color_state_muted--75: rgb(231.25, 231.25, 231.25);
  --color_log_trace: #1a99b7;
  --color_log_trace--25: rgb(106.15, 188.7, 208.2);
  --color_log_trace--50: rgb(140.5, 204, 219);
  --color_log_trace--75: rgb(197.75, 229.5, 237);
  --color_log_debug: #3696c1;
  --color_log_debug--25: rgb(124.35, 186.75, 214.7);
  --color_log_debug--50: rgb(154.5, 202.5, 224);
  --color_log_debug--75: rgb(204.75, 228.75, 239.5);
  --color_log_success: #5192c8;
  --color_log_success--25: rgb(141.9, 184.15, 219.25);
  --color_log_success--50: rgb(168, 200.5, 227.5);
  --color_log_success--75: rgb(211.5, 227.75, 241.25);
  --color_log_info: #6a8dca;
  --color_log_info--25: rgb(158.15, 180.9, 220.55);
  --color_log_info--50: rgb(180.5, 198, 228.5);
  --color_log_info--75: rgb(217.75, 226.5, 241.75);
  --color_log_notice: #8188c8;
  --color_log_notice--25: rgb(173.1, 177.65, 219.25);
  --color_log_notice--50: rgb(192, 195.5, 227.5);
  --color_log_notice--75: rgb(223.5, 225.25, 241.25);
  --color_log_warning: #9582c2;
  --color_log_warning--25: rgb(186.1, 173.75, 215.35);
  --color_log_warning--50: rgb(202, 192.5, 224.5);
  --color_log_warning--75: rgb(228.5, 223.75, 239.75);
  --color_log_audit: #a77cb9;
  --color_log_audit--25: rgb(197.8, 169.85, 209.5);
  --color_log_audit--50: rgb(211, 189.5, 220);
  --color_log_audit--75: rgb(233, 222.25, 237.5);
  --color_log_error: #b577ac;
  --color_log_error--25: rgb(206.9, 166.6, 201.05);
  --color_log_error--50: rgb(218, 187, 213.5);
  --color_log_error--75: rgb(236.5, 221, 234.25);
  --color_log_security: #bf739d;
  --color_log_security--25: rgb(213.4, 164, 191.3);
  --color_log_security--50: #dfb9ce;
  --color_log_security--75: rgb(239, 220, 230.5);
  --color_log_critical: #c5728d;
  --color_log_critical--25: rgb(217.3, 163.35, 180.9);
  --color_log_critical--50: rgb(226, 184.5, 198);
  --color_log_critical--75: rgb(240.5, 219.75, 226.5);
  --color_log_alert: #c6727d;
  --color_log_alert--25: rgb(217.95, 163.35, 170.5);
  --color_log_alert--50: rgb(226.5, 184.5, 190);
  --color_log_alert--75: rgb(240.75, 219.75, 222.5);
  --color_log_emergency: #c4756e;
  --color_log_emergency--25: rgb(216.65, 165.3, 160.75);
  --color_log_emergency--50: rgb(225.5, 186, 182.5);
  --color_log_emergency--75: rgb(240.25, 220.5, 218.75);
}

[data-theme=dark] {
  --color_text_primary: #ffffff;
  --color_text_primary--25: rgb(89.25, 89.25, 89.25);
  --color_text_primary--50: rgb(127.5, 127.5, 127.5);
  --color_text_primary--75: rgb(191.25, 191.25, 191.25);
  --color_text_secondary: rgba(222, 222, 222, 0.8);
  --color_text_secondary--25: rgb(113.3, 113.3, 113.3);
  --color_text_secondary--50: #929292;
  --color_text_secondary--75: rgb(200.5, 200.5, 200.5);
  --color_text_tertiary: rgba(190, 190, 190, 0.7333333333);
  --color_text_tertiary--25: rgb(131.5, 131.5, 131.5);
  --color_text_tertiary--50: #a0a0a0;
  --color_text_tertiary--75: rgb(207.5, 207.5, 207.5);
  --color_line_primary: #ffffff;
  --color_line_primary--25: rgb(89.25, 89.25, 89.25);
  --color_line_primary--50: rgb(127.5, 127.5, 127.5);
  --color_line_primary--75: rgb(191.25, 191.25, 191.25);
  --color_line_secondary: rgba(222, 222, 222, 0.8);
  --color_line_secondary--25: rgb(113.3, 113.3, 113.3);
  --color_line_secondary--50: #929292;
  --color_line_secondary--75: rgb(200.5, 200.5, 200.5);
  --color_line_tertiary: rgba(190, 190, 190, 0.7333333333);
  --color_line_tertiary--25: rgb(131.5, 131.5, 131.5);
  --color_line_tertiary--50: #a0a0a0;
  --color_line_tertiary--75: rgb(207.5, 207.5, 207.5);
  --color_fill_primary: #000000;
  --color_fill_primary--25: white;
  --color_fill_primary--50: white;
  --color_fill_primary--75: white;
  --color_fill_secondary: rgba(222, 222, 222, 0.8);
  --color_fill_secondary--25: rgba(236.7446808511, 236.7446808511, 236.7446808511, 0.87);
  --color_fill_secondary--50: rgba(241.8, 241.8, 241.8, 0.9);
  --color_fill_secondary--75: rgba(249, 249, 249, 0.95);
  --color_fill_tertiary: rgba(190, 190, 190, 0.7333333333);
  --color_fill_tertiary--25: rgba(221.3224637681, 221.3224637681, 221.3224637681, 0.8266666667);
  --color_fill_tertiary--50: rgba(231.1666666667, 231.1666666667, 231.1666666667, 0.8666666667);
  --color_fill_tertiary--75: rgba(244.4852941176, 244.4852941176, 244.4852941176, 0.9333333333);
  --color_accent_primary: #3696c1;
  --color_accent_primary--25: rgb(124.35, 186.75, 214.7);
  --color_accent_primary--50: rgb(154.5, 202.5, 224);
  --color_accent_primary--75: rgb(204.75, 228.75, 239.5);
  --color_accent_secondary: #346a85;
  --color_accent_secondary--25: rgb(123.05, 158.15, 175.7);
  --color_accent_secondary--50: rgb(153.5, 180.5, 194);
  --color_accent_secondary--75: rgb(204.25, 217.75, 224.5);
  --color_accent_tertiary: #8abedc;
  --color_accent_tertiary--25: rgb(178.95, 212.75, 232.25);
  --color_accent_tertiary--50: rgb(196.5, 222.5, 237.5);
  --color_accent_tertiary--75: rgb(225.75, 238.75, 246.25);
  --color_state_visited: #ffffff;
  --color_state_visited--25: rgb(177, 194.55, 228.35);
  --color_state_visited--50: rgb(195, 208.5, 234.5);
  --color_state_visited--75: rgb(225, 231.75, 244.75);
  --color_state_focus: #ffffff;
  --color_state_focus--25: rgb(154.9, 199.75, 223.15);
  --color_state_focus--50: rgb(178, 212.5, 230.5);
  --color_state_focus--75: rgb(216.5, 233.75, 242.75);
  --color_state_hover: #ffffff;
  --color_state_hover--25: rgb(201.05, 225.75, 240.7);
  --color_state_hover--50: rgb(213.5, 232.5, 244);
  --color_state_hover--75: rgb(234.25, 243.75, 249.5);
  --color_state_active: #ffffff;
  --color_state_active--25: rgb(124.35, 186.75, 214.7);
  --color_state_active--50: rgb(154.5, 202.5, 224);
  --color_state_active--75: rgb(204.75, 228.75, 239.5);
  --color_state_link: #ffffff;
  --color_state_link--25: rgb(154.9, 199.75, 223.15);
  --color_state_link--50: rgb(178, 212.5, 230.5);
  --color_state_link--75: rgb(216.5, 233.75, 242.75);
  --color_state_enabled: #ffffff;
  --color_state_enabled--25: rgb(89.25, 89.25, 89.25);
  --color_state_enabled--50: rgb(127.5, 127.5, 127.5);
  --color_state_enabled--75: rgb(191.25, 191.25, 191.25);
  --color_state_disabled: #ffffff;
  --color_state_disabled--25: rgb(193.25, 193.25, 193.25);
  --color_state_disabled--50: rgb(207.5, 207.5, 207.5);
  --color_state_disabled--75: rgb(231.25, 231.25, 231.25);
  --color_state_current: #ffffff;
  --color_state_current--25: rgb(89.25, 89.25, 89.25);
  --color_state_current--50: rgb(127.5, 127.5, 127.5);
  --color_state_current--75: rgb(191.25, 191.25, 191.25);
  --color_state_checked: #ffffff;
  --color_state_checked--25: rgb(177, 194.55, 228.35);
  --color_state_checked--50: rgb(195, 208.5, 234.5);
  --color_state_checked--75: rgb(225, 231.75, 244.75);
  --color_state_invalid: #ffffff;
  --color_state_invalid--25: rgb(209.5, 185.45, 218.6);
  --color_state_invalid--50: rgb(220, 201.5, 227);
  --color_state_invalid--75: rgb(237.5, 228.25, 241);
  --color_state_muted: #ffffff;
  --color_state_muted--25: rgb(193.25, 193.25, 193.25);
  --color_state_muted--50: rgb(207.5, 207.5, 207.5);
  --color_state_muted--75: rgb(231.25, 231.25, 231.25);
  --color_log_trace: #1a99b7;
  --color_log_trace--25: rgb(106.15, 188.7, 208.2);
  --color_log_trace--50: rgb(140.5, 204, 219);
  --color_log_trace--75: rgb(197.75, 229.5, 237);
  --color_log_debug: #3696c1;
  --color_log_debug--25: rgb(124.35, 186.75, 214.7);
  --color_log_debug--50: rgb(154.5, 202.5, 224);
  --color_log_debug--75: rgb(204.75, 228.75, 239.5);
  --color_log_success: #5192c8;
  --color_log_success--25: rgb(141.9, 184.15, 219.25);
  --color_log_success--50: rgb(168, 200.5, 227.5);
  --color_log_success--75: rgb(211.5, 227.75, 241.25);
  --color_log_info: #6a8dca;
  --color_log_info--25: rgb(158.15, 180.9, 220.55);
  --color_log_info--50: rgb(180.5, 198, 228.5);
  --color_log_info--75: rgb(217.75, 226.5, 241.75);
  --color_log_notice: #8188c8;
  --color_log_notice--25: rgb(173.1, 177.65, 219.25);
  --color_log_notice--50: rgb(192, 195.5, 227.5);
  --color_log_notice--75: rgb(223.5, 225.25, 241.25);
  --color_log_warning: #9582c2;
  --color_log_warning--25: rgb(186.1, 173.75, 215.35);
  --color_log_warning--50: rgb(202, 192.5, 224.5);
  --color_log_warning--75: rgb(228.5, 223.75, 239.75);
  --color_log_audit: #a77cb9;
  --color_log_audit--25: rgb(197.8, 169.85, 209.5);
  --color_log_audit--50: rgb(211, 189.5, 220);
  --color_log_audit--75: rgb(233, 222.25, 237.5);
  --color_log_error: #b577ac;
  --color_log_error--25: rgb(206.9, 166.6, 201.05);
  --color_log_error--50: rgb(218, 187, 213.5);
  --color_log_error--75: rgb(236.5, 221, 234.25);
  --color_log_security: #bf739d;
  --color_log_security--25: rgb(213.4, 164, 191.3);
  --color_log_security--50: #dfb9ce;
  --color_log_security--75: rgb(239, 220, 230.5);
  --color_log_critical: #c5728d;
  --color_log_critical--25: rgb(217.3, 163.35, 180.9);
  --color_log_critical--50: rgb(226, 184.5, 198);
  --color_log_critical--75: rgb(240.5, 219.75, 226.5);
  --color_log_alert: #c6727d;
  --color_log_alert--25: rgb(217.95, 163.35, 170.5);
  --color_log_alert--50: rgb(226.5, 184.5, 190);
  --color_log_alert--75: rgb(240.75, 219.75, 222.5);
  --color_log_emergency: #c4756e;
  --color_log_emergency--25: rgb(216.65, 165.3, 160.75);
  --color_log_emergency--50: rgb(225.5, 186, 182.5);
  --color_log_emergency--75: rgb(240.25, 220.5, 218.75);
}

:root {
  --primitive-border-24: q(24);
  --primitive-border-12: q(12);
  --primitive-border-08: q(8);
  --primitive-border-06: q(6);
  --primitive-border-04: q(4);
  --primitive-border-02: q(2);
  --primitive-border-01: q(1);
  --primitive-border-none: 0;
  --semantic-border--xl: var(--primitive-border-08);
  --semantic-border--lg: var(--primitive-border-04);
  --semantic-border--md: var(--primitive-border-02);
  --semantic-border--sm: var(--primitive-border-01);
}

:root {
  --primitive-type-font_stack_sans: stylescape_sans_regular, Roboto Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  --primitive-type-font_stack_serif: stylescape_serif_regular, Roboto Serif, Times New Roman, Times, serif;
  --primitive-type-font_stack_slab: stylescape_slab_regular, Roboto Slab, Rockwell, Georgia, serif;
  --primitive-type-font_stack_mono: stylescape_mono_regular, Roboto Mono, Courier New, Courier, monospace;
  --semantic-type-font_stack--title: var(--primitive-type-font_stack_sans);
  --semantic-type-font_stack--body: var(--primitive-type-font_stack_sans);
}

@font-face {
  font-family: "block";
  src: url("../font/block.woff2") format("woff2"), url("../font/block.woff") format("woff"), url("../font/block.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 25% 151%;
}
@font-face {
  font-family: "stylescape_sans_regular";
  src: url("../font/roboto-regular.ttf") format("truetype");
  font-weight: 100 900;
}
@font-face {
  font-family: "stylescape_sans_italic";
  src: url("../font/roboto-italic.ttf") format("truetype");
  font-weight: 100 900;
}
@font-face {
  font-family: "stylescape_serif_regular";
  src: url("../font/roboto_serif-regular.ttf") format("truetype");
  font-weight: 100 900;
}
@font-face {
  font-family: "stylescape_serif_italic";
  src: url("../font/roboto_serif-italic.ttf") format("truetype");
  font-weight: 100 900;
}
@font-face {
  font-family: "stylescape_slab_regular";
  src: url("../font/roboto_slab-regular.ttf") format("truetype");
  font-weight: 100 900;
}
@font-face {
  font-family: "stylescape_mono_regular";
  src: url("../font/roboto_mono-regular.ttf") format("truetype");
  font-weight: 100 900;
}
@font-face {
  font-family: "stylescape_mono_italic";
  src: url("../font/roboto_mono-italic.ttf") format("truetype");
  font-weight: 100 900;
}
.overflow-hidden {
  overflow-x: hidden;
}

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

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

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

.overflow-hidden-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.overflow_hidden {
  overflow: hidden !important;
}

.overflow_visible {
  overflow: visible !important;
}

.overflow_scroll {
  overflow: scroll !important;
}

.overflow_clip {
  overflow: clip !important;
}

.overflow_auto {
  overflow: auto !important;
}

.visible {
  visibility: visible;
  display: block !important;
}

.invisible {
  visibility: hidden;
  display: none !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: q(1);
  margin: -q(1);
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: q(1);
  white-space: nowrap;
}

.align--stretch {
  align-items: stretch;
}

.align--start {
  align-items: flex-start;
}

.align--end {
  align-items: flex-end;
}

.align--center {
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.align--baseline {
  align-items: baseline;
}

/* Positional alignment */
/* Distribute items evenly
                                   Stretch 'auto'-sized items to fit
                                   the container */
/* Normal alignment */
/* Distributed alignment */
/* Distribute items evenly
                                   The first item is flush with the start,
                                   the last is flush with the end */
/* Distribute items evenly
                                   Items have a half-size space
                                   on either end */
/* Distribute items evenly
Items have equal space around them */
.justify_start {
  -moz-justify-content: start;
  -ms-justify-content: start;
  -o-justify-content: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.justify_end {
  -moz-justify-content: end;
  -ms-justify-content: end;
  -o-justify-content: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.justify--center {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: center;
}

.justify_between {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.justify_around {
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.justify_evenly {
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
}

.flex {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
}

.flex--col {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-direction: column;
}

.flex--col--reverse {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-direction: column-reverse;
}

.flex--row {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-direction: row;
}

.flex--row--reverse {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-direction: row-reverse;
}

.flex--wrap {
  flex-wrap: wrap;
}

.flex--wrap--reverse {
  flex-wrap: wrap-reverse;
}

.align_self--auto {
  align-self: auto;
}

.align_self--normal {
  align-self: normal;
}

.align_self--center {
  align-self: center;
  align-self: anchor-center;
}

.align_self--start {
  align-self: start;
}

.align_self--self_start {
  align-self: self-start;
}

.align_self--flex_start {
  -ms-align-self: flex-start;
  -o-align-self: flex-start;
  align-self: flex-start;
}

.align_self--end {
  align-self: end;
}

.align_self--self_end {
  align-self: self-end;
}

.align_self--end {
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end;
}

.align_self--stretch {
  align-self: stretch;
}

.align_self--baseline {
  align-self: baseline;
}

.object--height--xs {
  height: 0.625rem;
}

.object--height--min--xs {
  min-height: 0.625rem;
}

.object--height--max--xs {
  max-height: 0.625rem;
}

.object--height--fixed--xs {
  height: 0.625rem;
  max-height: 0.625rem;
}

.object--height--sm {
  height: 0.9375rem;
}

.object--height--min--sm {
  min-height: 0.9375rem;
}

.object--height--max--sm {
  max-height: 0.9375rem;
}

.object--height--fixed--sm {
  height: 0.9375rem;
  max-height: 0.9375rem;
}

.object--height--md {
  height: 1.25rem;
}

.object--height--min--md {
  min-height: 1.25rem;
}

.object--height--max--md {
  max-height: 1.25rem;
}

.object--height--fixed--md {
  height: 1.25rem;
  max-height: 1.25rem;
}

.object--height--lg {
  height: 1.875rem;
}

.object--height--min--lg {
  min-height: 1.875rem;
}

.object--height--max--lg {
  max-height: 1.875rem;
}

.object--height--fixed--lg {
  height: 1.875rem;
  max-height: 1.875rem;
}

.object--height--xl {
  height: 2.5rem;
}

.object--height--min--xl {
  min-height: 2.5rem;
}

.object--height--max--xl {
  max-height: 2.5rem;
}

.object--height--fixed--xl {
  height: 2.5rem;
  max-height: 2.5rem;
}

.object--fill--text_primary {
  background-color: var(--color_text_primary);
}

.object--fill--text_primary--25 {
  background-color: var(--color_text_primary--25);
}

.object--fill--text_primary--50 {
  background-color: var(--color_text_primary--50);
}

.object--fill--text_primary--75 {
  background-color: var(--color_text_primary--75);
}

.object--fill--text_secondary {
  background-color: var(--color_text_secondary);
}

.object--fill--text_secondary--25 {
  background-color: var(--color_text_secondary--25);
}

.object--fill--text_secondary--50 {
  background-color: var(--color_text_secondary--50);
}

.object--fill--text_secondary--75 {
  background-color: var(--color_text_secondary--75);
}

.object--fill--text_tertiary {
  background-color: var(--color_text_tertiary);
}

.object--fill--text_tertiary--25 {
  background-color: var(--color_text_tertiary--25);
}

.object--fill--text_tertiary--50 {
  background-color: var(--color_text_tertiary--50);
}

.object--fill--text_tertiary--75 {
  background-color: var(--color_text_tertiary--75);
}

.object--fill--line_primary {
  background-color: var(--color_line_primary);
}

.object--fill--line_primary--25 {
  background-color: var(--color_line_primary--25);
}

.object--fill--line_primary--50 {
  background-color: var(--color_line_primary--50);
}

.object--fill--line_primary--75 {
  background-color: var(--color_line_primary--75);
}

.object--fill--line_secondary {
  background-color: var(--color_line_secondary);
}

.object--fill--line_secondary--25 {
  background-color: var(--color_line_secondary--25);
}

.object--fill--line_secondary--50 {
  background-color: var(--color_line_secondary--50);
}

.object--fill--line_secondary--75 {
  background-color: var(--color_line_secondary--75);
}

.object--fill--line_tertiary {
  background-color: var(--color_line_tertiary);
}

.object--fill--line_tertiary--25 {
  background-color: var(--color_line_tertiary--25);
}

.object--fill--line_tertiary--50 {
  background-color: var(--color_line_tertiary--50);
}

.object--fill--line_tertiary--75 {
  background-color: var(--color_line_tertiary--75);
}

.object--fill--fill_primary {
  background-color: var(--color_fill_primary);
}

.object--fill--fill_primary--25 {
  background-color: var(--color_fill_primary--25);
}

.object--fill--fill_primary--50 {
  background-color: var(--color_fill_primary--50);
}

.object--fill--fill_primary--75 {
  background-color: var(--color_fill_primary--75);
}

.object--fill--fill_secondary {
  background-color: var(--color_fill_secondary);
}

.object--fill--fill_secondary--25 {
  background-color: var(--color_fill_secondary--25);
}

.object--fill--fill_secondary--50 {
  background-color: var(--color_fill_secondary--50);
}

.object--fill--fill_secondary--75 {
  background-color: var(--color_fill_secondary--75);
}

.object--fill--fill_tertiary {
  background-color: var(--color_fill_tertiary);
}

.object--fill--fill_tertiary--25 {
  background-color: var(--color_fill_tertiary--25);
}

.object--fill--fill_tertiary--50 {
  background-color: var(--color_fill_tertiary--50);
}

.object--fill--fill_tertiary--75 {
  background-color: var(--color_fill_tertiary--75);
}

.object--fill--accent_primary {
  background-color: var(--color_accent_primary);
}

.object--fill--accent_primary--25 {
  background-color: var(--color_accent_primary--25);
}

.object--fill--accent_primary--50 {
  background-color: var(--color_accent_primary--50);
}

.object--fill--accent_primary--75 {
  background-color: var(--color_accent_primary--75);
}

.object--fill--accent_secondary {
  background-color: var(--color_accent_secondary);
}

.object--fill--accent_secondary--25 {
  background-color: var(--color_accent_secondary--25);
}

.object--fill--accent_secondary--50 {
  background-color: var(--color_accent_secondary--50);
}

.object--fill--accent_secondary--75 {
  background-color: var(--color_accent_secondary--75);
}

.object--fill--accent_tertiary {
  background-color: var(--color_accent_tertiary);
}

.object--fill--accent_tertiary--25 {
  background-color: var(--color_accent_tertiary--25);
}

.object--fill--accent_tertiary--50 {
  background-color: var(--color_accent_tertiary--50);
}

.object--fill--accent_tertiary--75 {
  background-color: var(--color_accent_tertiary--75);
}

.object--fill--state_visited {
  background-color: var(--color_state_visited);
}

.object--fill--state_visited--25 {
  background-color: var(--color_state_visited--25);
}

.object--fill--state_visited--50 {
  background-color: var(--color_state_visited--50);
}

.object--fill--state_visited--75 {
  background-color: var(--color_state_visited--75);
}

.object--fill--state_focus {
  background-color: var(--color_state_focus);
}

.object--fill--state_focus--25 {
  background-color: var(--color_state_focus--25);
}

.object--fill--state_focus--50 {
  background-color: var(--color_state_focus--50);
}

.object--fill--state_focus--75 {
  background-color: var(--color_state_focus--75);
}

.object--fill--state_hover {
  background-color: var(--color_state_hover);
}

.object--fill--state_hover--25 {
  background-color: var(--color_state_hover--25);
}

.object--fill--state_hover--50 {
  background-color: var(--color_state_hover--50);
}

.object--fill--state_hover--75 {
  background-color: var(--color_state_hover--75);
}

.object--fill--state_active {
  background-color: var(--color_state_active);
}

.object--fill--state_active--25 {
  background-color: var(--color_state_active--25);
}

.object--fill--state_active--50 {
  background-color: var(--color_state_active--50);
}

.object--fill--state_active--75 {
  background-color: var(--color_state_active--75);
}

.object--fill--state_link {
  background-color: var(--color_state_link);
}

.object--fill--state_link--25 {
  background-color: var(--color_state_link--25);
}

.object--fill--state_link--50 {
  background-color: var(--color_state_link--50);
}

.object--fill--state_link--75 {
  background-color: var(--color_state_link--75);
}

.object--fill--state_enabled {
  background-color: var(--color_state_enabled);
}

.object--fill--state_enabled--25 {
  background-color: var(--color_state_enabled--25);
}

.object--fill--state_enabled--50 {
  background-color: var(--color_state_enabled--50);
}

.object--fill--state_enabled--75 {
  background-color: var(--color_state_enabled--75);
}

.object--fill--state_disabled {
  background-color: var(--color_state_disabled);
}

.object--fill--state_disabled--25 {
  background-color: var(--color_state_disabled--25);
}

.object--fill--state_disabled--50 {
  background-color: var(--color_state_disabled--50);
}

.object--fill--state_disabled--75 {
  background-color: var(--color_state_disabled--75);
}

.object--fill--state_current {
  background-color: var(--color_state_current);
}

.object--fill--state_current--25 {
  background-color: var(--color_state_current--25);
}

.object--fill--state_current--50 {
  background-color: var(--color_state_current--50);
}

.object--fill--state_current--75 {
  background-color: var(--color_state_current--75);
}

.object--fill--state_checked {
  background-color: var(--color_state_checked);
}

.object--fill--state_checked--25 {
  background-color: var(--color_state_checked--25);
}

.object--fill--state_checked--50 {
  background-color: var(--color_state_checked--50);
}

.object--fill--state_checked--75 {
  background-color: var(--color_state_checked--75);
}

.object--fill--state_invalid {
  background-color: var(--color_state_invalid);
}

.object--fill--state_invalid--25 {
  background-color: var(--color_state_invalid--25);
}

.object--fill--state_invalid--50 {
  background-color: var(--color_state_invalid--50);
}

.object--fill--state_invalid--75 {
  background-color: var(--color_state_invalid--75);
}

.object--fill--state_muted {
  background-color: var(--color_state_muted);
}

.object--fill--state_muted--25 {
  background-color: var(--color_state_muted--25);
}

.object--fill--state_muted--50 {
  background-color: var(--color_state_muted--50);
}

.object--fill--state_muted--75 {
  background-color: var(--color_state_muted--75);
}

.object--fill--log_trace {
  background-color: var(--color_log_trace);
}

.object--fill--log_trace--25 {
  background-color: var(--color_log_trace--25);
}

.object--fill--log_trace--50 {
  background-color: var(--color_log_trace--50);
}

.object--fill--log_trace--75 {
  background-color: var(--color_log_trace--75);
}

.object--fill--log_debug {
  background-color: var(--color_log_debug);
}

.object--fill--log_debug--25 {
  background-color: var(--color_log_debug--25);
}

.object--fill--log_debug--50 {
  background-color: var(--color_log_debug--50);
}

.object--fill--log_debug--75 {
  background-color: var(--color_log_debug--75);
}

.object--fill--log_success {
  background-color: var(--color_log_success);
}

.object--fill--log_success--25 {
  background-color: var(--color_log_success--25);
}

.object--fill--log_success--50 {
  background-color: var(--color_log_success--50);
}

.object--fill--log_success--75 {
  background-color: var(--color_log_success--75);
}

.object--fill--log_info {
  background-color: var(--color_log_info);
}

.object--fill--log_info--25 {
  background-color: var(--color_log_info--25);
}

.object--fill--log_info--50 {
  background-color: var(--color_log_info--50);
}

.object--fill--log_info--75 {
  background-color: var(--color_log_info--75);
}

.object--fill--log_notice {
  background-color: var(--color_log_notice);
}

.object--fill--log_notice--25 {
  background-color: var(--color_log_notice--25);
}

.object--fill--log_notice--50 {
  background-color: var(--color_log_notice--50);
}

.object--fill--log_notice--75 {
  background-color: var(--color_log_notice--75);
}

.object--fill--log_warning {
  background-color: var(--color_log_warning);
}

.object--fill--log_warning--25 {
  background-color: var(--color_log_warning--25);
}

.object--fill--log_warning--50 {
  background-color: var(--color_log_warning--50);
}

.object--fill--log_warning--75 {
  background-color: var(--color_log_warning--75);
}

.object--fill--log_audit {
  background-color: var(--color_log_audit);
}

.object--fill--log_audit--25 {
  background-color: var(--color_log_audit--25);
}

.object--fill--log_audit--50 {
  background-color: var(--color_log_audit--50);
}

.object--fill--log_audit--75 {
  background-color: var(--color_log_audit--75);
}

.object--fill--log_error {
  background-color: var(--color_log_error);
}

.object--fill--log_error--25 {
  background-color: var(--color_log_error--25);
}

.object--fill--log_error--50 {
  background-color: var(--color_log_error--50);
}

.object--fill--log_error--75 {
  background-color: var(--color_log_error--75);
}

.object--fill--log_security {
  background-color: var(--color_log_security);
}

.object--fill--log_security--25 {
  background-color: var(--color_log_security--25);
}

.object--fill--log_security--50 {
  background-color: var(--color_log_security--50);
}

.object--fill--log_security--75 {
  background-color: var(--color_log_security--75);
}

.object--fill--log_critical {
  background-color: var(--color_log_critical);
}

.object--fill--log_critical--25 {
  background-color: var(--color_log_critical--25);
}

.object--fill--log_critical--50 {
  background-color: var(--color_log_critical--50);
}

.object--fill--log_critical--75 {
  background-color: var(--color_log_critical--75);
}

.object--fill--log_alert {
  background-color: var(--color_log_alert);
}

.object--fill--log_alert--25 {
  background-color: var(--color_log_alert--25);
}

.object--fill--log_alert--50 {
  background-color: var(--color_log_alert--50);
}

.object--fill--log_alert--75 {
  background-color: var(--color_log_alert--75);
}

.object--fill--log_emergency {
  background-color: var(--color_log_emergency);
}

.object--fill--log_emergency--25 {
  background-color: var(--color_log_emergency--25);
}

.object--fill--log_emergency--50 {
  background-color: var(--color_log_emergency--50);
}

.object--fill--log_emergency--75 {
  background-color: var(--color_log_emergency--75);
}

.object--corner--squared {
  border-radius: 0 !important;
}

.object--corner--rounded {
  border-radius: 0.125rem !important;
}

.object--corner--pill {
  border-radius: 50vh !important;
}

.place--stretch {
  place-items: stretch;
}

.place--start {
  place-items: flex-start;
}

.place--end {
  place-items: flex-end;
}

.place--center {
  place-items: center;
}

.place--baseline {
  place-items: baseline;
}

.position--fixed--top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.position--fixed--bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.position--fixed--top--left {
  position: fixed;
  top: 0;
  left: 0;
}

.position--fixed--top--right {
  position: fixed;
  top: 0;
  right: 0;
}

.position--fixed--bottom--left {
  position: fixed;
  bottom: 0;
  left: 0;
}

.position--fixed--bottom--right {
  position: fixed;
  bottom: 0;
  right: 0;
}

.position--inherit {
  position: inherit !important;
}

.sticky--top {
  position: sticky;
  top: 0;
}

.sticky--bottom {
  position: sticky;
  bottom: 0;
}

.sticky--left {
  position: sticky;
  left: 0;
}

.sticky--right {
  position: sticky;
  right: 0;
}

.frame_main {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: grid;
  grid-auto-flow: row;
  gap: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "top_left      top_center       top_right" "middle_left   middle_center    middle_right" "bottom_left   bottom_center    bottom_right";
}
.frame_main .frame_main__area--top_left {
  grid-area: top_left;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
}
.frame_main .frame_main__area--top_center {
  grid-area: top_center;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex-shrink: 1;
  flex-grow: 1;
  position: fixed;
  top: 0;
}
.frame_main .frame_main__area--top_right {
  grid-area: top_right;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
}
.frame_main .frame_main__area--middle_left {
  grid-area: middle_left;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex-shrink: 1;
  flex-grow: 1;
  height: 100%;
}
.frame_main .frame_main__area--middle_center {
  grid-area: middle_center;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex-shrink: 1;
  flex-grow: 1;
}
.frame_main .frame_main__area--middle_right {
  grid-area: middle_right;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex-shrink: 1;
  flex-grow: 1;
}
.frame_main .frame_main__area--bottom_left {
  grid-area: bottom_left;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
}
.frame_main .frame_main__area--bottom_center {
  grid-area: bottom_center;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex-shrink: 1;
  flex-grow: 1;
  position: fixed;
  bottom: 0;
}
.frame_main .frame_main__area--bottom_right {
  grid-area: bottom_right;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: fixed;
  bottom: 0;
  right: 0;
}
.frame_main .frame_main__area--top {
  grid-row-start: top_left;
  grid-column-start: top_left;
  grid-row-end: top_right;
  grid-column-end: top_right;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.frame_main .frame_main__area--middle {
  grid-row-start: middle_left;
  grid-column-start: middle_left;
  grid-row-end: middle_right;
  grid-column-end: middle_right;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.frame_main .frame_main__area--bottom {
  grid-row-start: bottom_left;
  grid-column-start: bottom_left;
  grid-row-end: bottom_right;
  grid-column-end: bottom_right;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.frame_main .frame_main__area--left {
  grid-row-start: top_left;
  grid-column-start: top_left;
  grid-row-end: bottom_left;
  grid-column-end: bottom_left;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.frame_main .frame_main__area--center {
  grid-row-start: top_center;
  grid-column-start: top_center;
  grid-row-end: bottom_center;
  grid-column-end: bottom_center;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.frame_main .frame_main__area--right {
  grid-row-start: top_right;
  grid-column-start: top_right;
  grid-row-end: bottom_right;
  grid-column-end: bottom_right;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.frame--inner--screen {
  height: 100%;
  width: 100%;
  display: grid;
  grid-auto-flow: row;
  gap: 0;
  overflow: hidden;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "top_left      top_center       top_right" "middle_left   middle_center    middle_right" "bottom_left   bottom_center    bottom_right";
  pointer-events: none;
}

.frame_center {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: grid;
  grid-auto-flow: row;
  gap: 0;
  overflow: hidden;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr auto 1fr;
  grid-template-areas: "top_left      top_center       top_right" "middle_left   middle_center    middle_right" "bottom_left   bottom_center    bottom_right";
}
.frame_center > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame_center__area {
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.frame_app {
  display: grid;
  position: relative;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1.25rem;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
}

.font--weight_100 {
  font-weight: 189;
  font-variation-settings: "wght" 189, "wdth" 400;
}

.font--weight_200 {
  font-weight: 278;
  font-variation-settings: "wght" 278, "wdth" 400;
}

.font--weight_300 {
  font-weight: 367;
  font-variation-settings: "wght" 367, "wdth" 400;
}

.font--weight_400 {
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
}

.font--weight_500 {
  font-weight: 545;
  font-variation-settings: "wght" 545, "wdth" 400;
}

.font--weight_600 {
  font-weight: 634;
  font-variation-settings: "wght" 634, "wdth" 400;
}

.font--weight_700 {
  font-weight: 723;
  font-variation-settings: "wght" 723, "wdth" 400;
}

.font--weight_800 {
  font-weight: 812;
  font-variation-settings: "wght" 812, "wdth" 400;
}

.font--weight_900 {
  font-weight: 900;
  font-variation-settings: "wght" 900, "wdth" 400;
}

html {
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
}

.text_align--left {
  text-align: left !important;
  -moz-text-align-last: left !important;
       text-align-last: left !important;
  text-justify: inter-word;
}

.text_align--center {
  text-align: center !important;
  -moz-text-align-last: center !important;
       text-align-last: center !important;
  text-justify: inter-word;
}

.text_align--right {
  text-align: right !important;
  -moz-text-align-last: right !important;
       text-align-last: right !important;
  text-justify: inter-word;
}

.text_align--justify {
  text-align: justify !important;
  -moz-text-align-last: justify !important;
       text-align-last: justify !important;
  text-justify: inter-word;
}

.text_align--justify_left {
  text-align: justify !important;
  -moz-text-align-last: justify !important;
       text-align-last: justify !important;
  text-justify: inter-word;
}

.text_align--justify_right {
  text-align: justify !important;
  -moz-text-align-last: justify !important;
       text-align-last: justify !important;
  text-justify: inter-word;
  direction: rtl;
}

.text_align--center_flex {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  -moz-text-align-last: center !important;
       text-align-last: center !important;
  text-justify: inter-word;
}

.text_align-center_absolute {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  -moz-text-align-last: center !important;
       text-align-last: center !important;
  text-justify: inter-word;
}

.text_indent {
  text-indent: baseline(4) !important;
}

.text_indent--none {
  text-indent: 0 !important;
}

.text_indent--xs {
  text-indent: baseline(2) !important;
}

.text_indent--sm {
  text-indent: baseline(3) !important;
}

.text_indent--md {
  text-indent: baseline(4) !important;
}

.text_indent--lg {
  text-indent: baseline(6) !important;
}

.text_indent--xl {
  text-indent: baseline(8) !important;
}

b,
strong {
  font-weight: 634;
  font-variation-settings: "wght" 634, "wdth" 400;
}

i {
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-weight: 367;
  font-variation-settings: "wght" 367, "wdth" 400;
  font-style: italic;
}

/*
@mixin character-oblique($weight: $font_weight_oblique, $size: $font_size_oblique) {
    font-style: oblique;
    font-weight: $weight;
    font-size: $size;

    // Include any additional default character styles from your design system
    // If `character_default` and `character_normal` are mixins in your setup, include them here:
    // @include character--normal;
    // @include character--default;
}
*/
.emphasis-dot {
  -webkit-text-emphasis-style: filled dot;
          text-emphasis-style: filled dot;
  -webkit-text-emphasis-color: var(--color_fill_primary);
          text-emphasis-color: var(--color_fill_primary);
  -webkit-text-emphasis-position: over;
          text-emphasis-position: over left;
  -webkit-text-emphasis: filled dot var(--color_fill_primary);
}

.emphasis-circle {
  -webkit-text-emphasis-style: filled circle;
          text-emphasis-style: filled circle;
  -webkit-text-emphasis-color: var(--color_fill_primary);
          text-emphasis-color: var(--color_fill_primary);
  -webkit-text-emphasis-position: over;
          text-emphasis-position: over left;
  -webkit-text-emphasis: filled circle var(--color_fill_primary);
}

.emphasis-double-circle {
  -webkit-text-emphasis-style: double-circle;
          text-emphasis-style: double-circle;
  -webkit-text-emphasis-color: var(--color_fill_primary);
          text-emphasis-color: var(--color_fill_primary);
  -webkit-text-emphasis-position: over;
          text-emphasis-position: over left;
  -webkit-text-emphasis: double-circle var(--color_fill_primary);
}

.emphasis-triangle {
  -webkit-text-emphasis-style: triangle;
          text-emphasis-style: triangle;
  -webkit-text-emphasis-color: var(--color_fill_primary);
          text-emphasis-color: var(--color_fill_primary);
  -webkit-text-emphasis-position: over;
          text-emphasis-position: over left;
  -webkit-text-emphasis: triangle var(--color_fill_primary);
}

.emphasis-sesame {
  -webkit-text-emphasis-style: sesame;
          text-emphasis-style: sesame;
  -webkit-text-emphasis-color: var(--color_fill_primary);
          text-emphasis-color: var(--color_fill_primary);
  -webkit-text-emphasis-position: over;
          text-emphasis-position: over left;
  -webkit-text-emphasis: sesame var(--color_fill_primary);
}

em,
i {
  -webkit-text-emphasis-style: filled dot;
          text-emphasis-style: filled dot;
  -webkit-text-emphasis-color: var(--color_fill_primary);
          text-emphasis-color: var(--color_fill_primary);
  -webkit-text-emphasis-position: over;
          text-emphasis-position: over left;
  -webkit-text-emphasis: filled dot var(--color_fill_primary);
}

.character_smallcaps {
  font-variant-caps: small-caps;
}

.character_smallcaps_all {
  font-variant-caps: all-small-caps;
}

.character_petite_caps {
  font-variant-caps: petite-caps;
}

.character_all_petite_caps {
  font-variant-caps: all-petite-caps;
}

.character_unicase {
  font-variant-caps: unicase;
}

.character_titling_caps {
  font-variant-caps: titling-caps;
}

.character_uppercase {
  text-transform: uppercase;
}

.character_lowercase {
  text-transform: lowercase;
}

.character_capitalize {
  text-transform: capitalize;
}

.character_initial {
  font-variant-caps: initial;
  text-transform: none;
}

.character_inherit {
  font-variant-caps: inherit;
}

.character_unset {
  font-variant-caps: unset;
  text-transform: none;
}

abbr {
  display: inline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  display: inline;
}

abbr[title] {
  position: relative;
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
abbr[title]:hover::after, abbr[title]:focus::after {
  content: attr(title);
  /* position tooltip like the native one */
  position: absolute;
  left: 0;
  bottom: -q(32);
  width: auto;
  white-space: nowrap;
  /* style tooltip */
  background-color: #1e1e1e;
  color: var(--color_surface_primary);
  border-radius: 0.1875rem;
  box-shadow: 0.0625rem 0.0625rem 0.3125rem 0 rgba(0, 0, 0, 0.4);
  font-size: 0.875rem;
  padding: 0.1875rem 0.3125rem;
}

.dropcap:first-child:first-letter {
  float: left;
  font-size: 3.125rem;
  line-height: 1;
  margin: 0 1.25rem 0 0;
  text-align: center;
  font-weight: 600;
  padding: 0.625rem 0;
  border: none;
  border-radius: 0;
}

.dropcap_large:first-child:first-letter {
  float: left;
  font-size: 0.625rem;
  line-height: 0.625rem;
  margin: 0 1.25rem 0 0;
  text-align: center;
  font-weight: 600;
  padding: 0 0.5rem;
  border: 0.0625rem solid;
  border-radius: 0;
}
.dropcap_large:first-child:first-letter:before {
  content: "";
  position: absolute;
  border-bottom: 0.0625rem solid;
  width: 100%;
  top: 50%;
  left: 0;
}

.dropcap_block:first-child:first-letter {
  float: left;
  font-size: 2rem;
  line-height: 1.25rem;
  margin: 0 1.25rem 0 0;
  text-align: center;
  font-weight: 500;
  height: 5Q 4;
  width: 5Q 4;
  padding: 0.9375rem 0;
  border: 0;
  border-radius: 0;
  margin-top: 0.3125rem;
}

.dropcap_block-round:first-child:first-letter {
  float: left;
  font-size: 2rem;
  line-height: 1.25rem;
  margin: 0 1.25rem 0 0;
  text-align: center;
  font-weight: 500;
  height: 5Q 4;
  width: 5Q 4;
  padding: 0.9375rem 0;
  border: 0.0625rem solid;
  border-radius: 0.375rem;
  margin-top: 0.3125rem;
}

.dropcap_round:first-child:first-letter {
  float: left;
  font-size: 3Q 4;
  line-height: 2rem;
  margin: 0 1.25rem 0 0;
  text-align: center;
  font-weight: 600;
  height: 4rem;
  width: 4rem;
  padding: 0.9375rem;
  border: 0;
  border-radius: 50%;
}

.character--line {
  text-decoration-style: solid;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: var(--color_text_primary);
}

.character--line--under {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: var(--color_text_primary);
  -webkit-text-decoration-skip-ink: all;
          text-decoration-skip-ink: all;
  text-underline-position: under;
  text-underline-offset: auto;
}

.character--line--over {
  text-decoration-line: overline;
  text-decoration-style: solid;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: var(--color_text_primary);
}

.character--line--through {
  text-decoration-line: line-through;
  text-decoration-style: solid;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: var(--color_text_primary);
}

.character--line_alt {
  text-decoration-style: solid;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: var(--color_text_primary);
  text-decoration-color: var(--color_accent_tertiary);
}

.character--line--under_alt {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: var(--color_text_primary);
  -webkit-text-decoration-skip-ink: all;
          text-decoration-skip-ink: all;
  text-underline-position: under;
  text-underline-offset: auto;
}

.character--line--over_alt {
  text-decoration-line: overline;
  text-decoration-style: solid;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: var(--color_accent_tertiary);
}

.character--line--through_alt {
  text-decoration-line: line-through;
  text-decoration-style: solid;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: var(--color_accent_tertiary);
}

.character--hyperlink--clean {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.character--hyperlink--base {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.character--hyperlink--base:link, .character--hyperlink--base:visited, .character--hyperlink--base:focus, .character--hyperlink--base:active {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.character--hyperlink--base:hover {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  opacity: 1;
  color: var(--color_state_hover);
}

.character--hyperlink--normal {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  color: var(--color_state_link);
}
.character--hyperlink--normal:link, .character--hyperlink--normal:visited, .character--hyperlink--normal:focus, .character--hyperlink--normal:active {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.character--hyperlink--normal:hover {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  opacity: 1;
  color: var(--color_state_hover);
}
.character--hyperlink--normal.active {
  color: var(--color_state_active);
}

.character--hyperlink--line {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: var(--color_text_primary);
  -webkit-text-decoration-skip-ink: all;
          text-decoration-skip-ink: all;
  text-underline-position: under;
  text-underline-offset: auto;
}
.character--hyperlink--line:link, .character--hyperlink--line:visited, .character--hyperlink--line:focus, .character--hyperlink--line:active {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.character--hyperlink--line:hover {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  opacity: 1;
  color: var(--color_state_hover);
}

.character--hyperlink--line_alt {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: var(--color_text_primary);
  -webkit-text-decoration-skip-ink: all;
          text-decoration-skip-ink: all;
  text-underline-position: under;
  text-underline-offset: auto;
}
.character--hyperlink--line_alt:link, .character--hyperlink--line_alt:visited, .character--hyperlink--line_alt:focus, .character--hyperlink--line_alt:active {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.character--hyperlink--line_alt:hover {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  opacity: 1;
  color: var(--color_state_hover);
}

a {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  color: var(--color_state_link);
}
a:link, a:visited, a:focus, a:active {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
a:hover {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  opacity: 1;
  color: var(--color_state_hover);
}
a.active {
  color: var(--color_state_active);
}

q {
  color: #666;
  font-style: italic;
  margin: 1rem 0;
  padding: 0 1rem;
  quotes: none;
}
q:before, q:after {
  content: none;
}
q:before {
  content: "“";
  padding-right: 0.25rem;
}
q:after {
  content: "”";
  padding-left: 0.25rem;
}

.paragraph--default {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
.paragraph--default :empty {
  display: none;
}
.paragraph--default :last-of-type {
  margin-bottom: 0;
}

.paragraph--normal {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
}
.paragraph--normal :empty {
  display: none;
}
.paragraph--normal :last-of-type {
  margin-bottom: 0;
}

.paragraph--left {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-align: left !important;
  -moz-text-align-last: left !important;
       text-align-last: left !important;
  text-justify: inter-word;
}
.paragraph--left :empty {
  display: none;
}
.paragraph--left :last-of-type {
  margin-bottom: 0;
}

.paragraph--right {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-align: right !important;
  -moz-text-align-last: right !important;
       text-align-last: right !important;
  text-justify: inter-word;
}
.paragraph--right :empty {
  display: none;
}
.paragraph--right :last-of-type {
  margin-bottom: 0;
}

.paragraph--center {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-align: center !important;
  -moz-text-align-last: center !important;
       text-align-last: center !important;
  text-justify: inter-word;
}
.paragraph--center :empty {
  display: none;
}
.paragraph--center :last-of-type {
  margin-bottom: 0;
}

.paragraph--justify {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-align: justify !important;
  -moz-text-align-last: justify !important;
       text-align-last: justify !important;
  text-justify: inter-word;
}
.paragraph--justify :empty {
  display: none;
}
.paragraph--justify :last-of-type {
  margin-bottom: 0;
}

.paragraph--justify_left {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-align: justify !important;
  -moz-text-align-last: justify !important;
       text-align-last: justify !important;
  text-justify: inter-word;
}
.paragraph--justify_left :empty {
  display: none;
}
.paragraph--justify_left :last-of-type {
  margin-bottom: 0;
}

.paragraph--justify_right {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-align: justify !important;
  -moz-text-align-last: justify !important;
       text-align-last: justify !important;
  text-justify: inter-word;
  direction: rtl;
}
.paragraph--justify_right :empty {
  display: none;
}
.paragraph--justify_right :last-of-type {
  margin-bottom: 0;
}

p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
}
p :empty {
  display: none;
}
p :last-of-type {
  margin-bottom: 0;
}

.paragraph,
.paragraph strong {
  color: var(--theme-semantic-color-type-primary);
}

.paragraph,
.paragraph strong {
  color: var(--theme-semantic-color-type-primary);
}

.paragraph {
  font-family: var(--theme-paragraph__font-family);
  font-size: var(--theme-paragraph__font-size);
  font-style: normal;
  font-weight: 400;
  line-height: var(--theme-paragraph__line-height);
  letter-spacing: var(--theme-semantic-type-body-letter-spacing);
  margin-bottom: var(--primitive-space-16);
  margin-top: var(--primitive-space-none);
  margin-left: var(--primitive-space-none);
  margin-right: var(--primitive-space-none);
}

.paragraph a,
.paragraph strong {
  font-family: var(--theme-semantic-type-body-font-family);
  font-size: var(--theme-semantic-type-body--lg-font-size);
  font-style: normal;
  line-height: var(--theme-semantic-type-body--lg-line-height);
  letter-spacing: var(--theme-semantic-type-body-letter-spacing);
}

.paragraph strong {
  font-weight: 700;
}

.paragraph a {
  color: var(--theme-paragraph__link-color);
  font-weight: 400;
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
}

.paragraph a:hover {
  color: var(--theme-link-color-hover);
  text-decoration-line: var(--theme-paragraph__hover-link-decoration);
}

.paragraph a:active {
  color: var(--theme-semantic-color-component-link-primary-overrides-press);
}

.paragraph a:focus {
  color: var(--theme-semantic-color-component-link-primary-overrides-focus);
}

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

.paragraph[data-has-icon=true] {
  display: flex;
}

.paragraph svg {
  fill: currentColor;
  margin-top: 4px;
  margin-right: 1rem;
}

.paragraph-elevate {
  font-family: noto_serif, Georgia, Times New Roman, serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 175%;
  margin-top: 0;
  margin-bottom: 24px;
}

.paragraph-elevate strong {
  font-weight: 700;
}

.paragraph-elevate.paragraph a,
.paragraph-elevate.paragraph a:focus,
.paragraph-elevate.paragraph a:hover,
.paragraph-elevate.paragraph strong {
  font-family: noto_serif, Georgia, Times New Roman, serif;
  font-size: 1rem;
  font-weight: 700;
}

.paragraph-elevate a {
  font-weight: 700;
  color: var(--theme-paragraph__link-color);
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
}

.paragraph-elevate a:hover {
  color: var(--theme-link-color-hover);
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.paragraph-elevate[data-article-gutter] {
  max-width: 660px;
}

@media screen and (min-width: 30rem) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .paragraph-elevate,
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .paragraph-elevate a {
    font-size: var(--theme-paragraph__font-size--from-small);
    line-height: var(--theme-paragraph__line-height--from-small);
  }
}
h1,
.h1,
.heading_01,
.h1_caps,
.heading_01_caps {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  color: var(--color_text_primary);
  font-size: 2.25rem;
  line-height: 2.8125rem;
}
h1 :empty,
.h1 :empty,
.heading_01 :empty,
.h1_caps :empty,
.heading_01_caps :empty {
  display: none;
}
h1 :last-of-type,
.h1 :last-of-type,
.heading_01 :last-of-type,
.h1_caps :last-of-type,
.heading_01_caps :last-of-type {
  margin-bottom: 0;
}

h2,
.h2,
.heading_02,
.h2_caps,
.heading_02_caps {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  color: var(--color_text_primary);
  font-size: 2rem;
  line-height: 2.5rem;
}
h2 :empty,
.h2 :empty,
.heading_02 :empty,
.h2_caps :empty,
.heading_02_caps :empty {
  display: none;
}
h2 :last-of-type,
.h2 :last-of-type,
.heading_02 :last-of-type,
.h2_caps :last-of-type,
.heading_02_caps :last-of-type {
  margin-bottom: 0;
}

h3,
.h3,
.heading_03,
.h3_caps,
.heading_03_caps {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  color: var(--color_text_primary);
  font-size: 1.75rem;
  line-height: 2.1875rem;
}
h3 :empty,
.h3 :empty,
.heading_03 :empty,
.h3_caps :empty,
.heading_03_caps :empty {
  display: none;
}
h3 :last-of-type,
.h3 :last-of-type,
.heading_03 :last-of-type,
.h3_caps :last-of-type,
.heading_03_caps :last-of-type {
  margin-bottom: 0;
}

h4,
.h4,
.heading_04,
.h4_caps,
.heading_04_caps {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  color: var(--color_text_primary);
  font-size: 1.5rem;
  line-height: 1.875rem;
}
h4 :empty,
.h4 :empty,
.heading_04 :empty,
.h4_caps :empty,
.heading_04_caps :empty {
  display: none;
}
h4 :last-of-type,
.h4 :last-of-type,
.heading_04 :last-of-type,
.h4_caps :last-of-type,
.heading_04_caps :last-of-type {
  margin-bottom: 0;
}

h5,
.h5,
.heading_05,
.h5_caps,
.heading_05_caps {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  color: var(--color_text_primary);
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
h5 :empty,
.h5 :empty,
.heading_05 :empty,
.h5_caps :empty,
.heading_05_caps :empty {
  display: none;
}
h5 :last-of-type,
.h5 :last-of-type,
.heading_05 :last-of-type,
.h5_caps :last-of-type,
.heading_05_caps :last-of-type {
  margin-bottom: 0;
}

h6,
.h6,
.heading_06,
.h6_caps,
.heading_06_caps {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  color: var(--color_text_primary);
  font-size: 1rem;
  line-height: 1.25rem;
}
h6 :empty,
.h6 :empty,
.heading_06 :empty,
.h6_caps :empty,
.heading_06_caps :empty {
  display: none;
}
h6 :last-of-type,
.h6 :last-of-type,
.heading_06 :last-of-type,
.h6_caps :last-of-type,
.heading_06_caps :last-of-type {
  margin-bottom: 0;
}

.h1_caps,
.heading_01_caps {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  color: var(--color_text_primary);
  font-size: 2.25rem;
  line-height: 2.8125rem;
  text-transform: uppercase;
}
.h1_caps :empty,
.heading_01_caps :empty {
  display: none;
}
.h1_caps :last-of-type,
.heading_01_caps :last-of-type {
  margin-bottom: 0;
}

.h2_caps,
.heading_02_caps {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  color: var(--color_text_primary);
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.h2_caps :empty,
.heading_02_caps :empty {
  display: none;
}
.h2_caps :last-of-type,
.heading_02_caps :last-of-type {
  margin-bottom: 0;
}

.h3_caps,
.heading_03_caps {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  color: var(--color_text_primary);
  font-size: 1.75rem;
  line-height: 2.1875rem;
  text-transform: uppercase;
}
.h3_caps :empty,
.heading_03_caps :empty {
  display: none;
}
.h3_caps :last-of-type,
.heading_03_caps :last-of-type {
  margin-bottom: 0;
}

.h4_caps,
.heading_04_caps {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  color: var(--color_text_primary);
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.h4_caps :empty,
.heading_04_caps :empty {
  display: none;
}
.h4_caps :last-of-type,
.heading_04_caps :last-of-type {
  margin-bottom: 0;
}

.h5_caps,
.heading_05_caps {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  color: var(--color_text_primary);
  font-size: 1.25rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
}
.h5_caps :empty,
.heading_05_caps :empty {
  display: none;
}
.h5_caps :last-of-type,
.heading_05_caps :last-of-type {
  margin-bottom: 0;
}

.h6_caps,
.heading_06_caps {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-indent: 0;
  text-justify: none;
  text-overflow: clip;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  color: var(--color_text_primary);
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.h6_caps :empty,
.heading_06_caps :empty {
  display: none;
}
.h6_caps :last-of-type,
.heading_06_caps :last-of-type {
  margin-bottom: 0;
}

.paragraph_quote_block,
.blockquote {
  padding: 1rem 2rem;
  margin: 1rem 0;
  border-left: 0.25rem solid;
  border-color: #ddd;
  background-color: #f9f9f9;
  color: #333;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.6;
  quotes: none;
  position: relative;
  padding: 0;
}
.paragraph_quote_block:before,
.blockquote:before {
  content: open-quote;
  position: absolute;
  left: 0;
}
.paragraph_quote_block:after,
.blockquote:after {
  content: close-quote;
  position: absolute;
  right: 0;
}
.paragraph_quote_block p,
.blockquote p {
  margin-bottom: 0;
}

blockquote {
  padding: 1rem 2rem;
  margin: 1rem 0;
  border-left: 0.25rem solid;
  border-color: #ddd;
  background-color: #f9f9f9;
  color: #333;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.6;
  quotes: none;
  position: relative;
  padding: 0;
}
blockquote:before {
  content: open-quote;
  position: absolute;
  left: 0;
}
blockquote:after {
  content: close-quote;
  position: absolute;
  right: 0;
}
blockquote p {
  margin-bottom: 0;
}

.pull-quote {
  margin: q(8) 0 q(24) q(24);
  padding: 0 0 0 q(16);
  display: block;
}

.pull-quote .icon-sig-quote-default {
  fill: var(--theme-primary);
  width: q(40);
  height: q(40);
  margin-left: -q(8);
}

.pull-quote__text {
  font-family: var(--theme-font-family);
  font-weight: 700;
  font-size: q(20);
  line-height: q(26);
  display: block;
  margin-bottom: q(4);
  margin-top: q(4);
  position: relative;
}

.pull-quote__text a {
  color: var(--theme-paragraph__link-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
          text-decoration-skip: var(--theme-underline-skip-ink);
}

.pull-quote__text a:hover {
  color: var(--theme-link-color-hover);
}

.pull-quote__attribution {
  color: #6e6e6e;
  font-size: q(14);
  line-height: q(18);
  margin: 0;
}

@media (min-width: 960px) {
  .pull-quote__text {
    font-size: q(20);
    line-height: q(26);
  }
  .pull-quote .icon-sig-quote-default {
    width: q(50);
    height: q(50);
  }
}
.pull-quote-elevate {
  max-width: 660px;
  margin-bottom: q(24);
  border-left: solid q(8) var(--color_text_primary);
  padding: 0 0 0 q(24);
  display: block;
}

.pull-quote-elevate .icon-sig-quote-default {
  display: none;
}

.pull-quote-elevate .pull-quote__text {
  font-family: var(--theme-quote__font-family);
  font-weight: var(--theme-quote__font-weight);
  font-size: 1.77rem;
  line-height: 2.21rem;
  display: block;
  margin-bottom: q(8);
  margin-top: 0;
  position: relative;
}

.pull-quote-elevate .pull-quote__text a {
  color: var(--theme-paragraph__link-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
          text-decoration-skip: var(--theme-underline-skip-ink);
}

.pull-quote-elevate .pull-quote__text a:hover {
  color: var(--theme-link-color-hover);
}

.pull-quote-elevate .pull-quote__attribution {
  color: #404040;
  font-size: 0.77rem;
  line-height: 1.07rem;
  font-weight: 600;
  margin: 0;
}

.pull-quote_block-quote {
  border-left: q(3) solid var(--theme-primary);
  padding-left: q(16);
  margin-top: q(24);
  margin-bottom: q(24);
  text-align: left;
  vertical-align: top;
}

.pull-quote_block-quote .icon-sig-quote-default {
  display: none;
}

.pull-quote_block-quote__text {
  display: block;
  margin-bottom: q(4);
  margin-top: q(4);
  font-weight: 400;
  font-size: q(16);
  line-height: q(26);
}

.pull-quote_block-quote-elevate .icon-sig-quote-default,
.pull-quote_block-quote__attribution {
  display: none;
}

.pull-quote_block-quote__text a {
  color: var(--theme-paragraph__link-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
          text-decoration-skip: var(--theme-underline-skip-ink);
}

.pull-quote_block-quote__text a:hover {
  color: var(--theme-link-color-hover);
}

.pull-quote_block-quote-elevate {
  border-left: q(2) solid var(--color_text_primary);
  padding: q(24) q(16) q(24) q(24);
  margin-bottom: q(24);
  border-radius: 0 q(4) q(4) 0;
  border-width: 0 0 0 q(2);
  text-align: left;
  vertical-align: top;
  background-color: #f8f8f8;
}

.pull-quote_block-quote-elevate .pull-quote_block-quote__text {
  display: block;
  font-family: noto_serif, Georgia, Times New Roman, serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--color_text_primary);
  margin: 0;
}

.pull-quote_block-quote-elevate .pull-quote_block-quote__text a {
  color: var(--theme-paragraph__link-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
          text-decoration-skip: var(--theme-underline-skip-ink);
}

.pull-quote_block-quote-elevate .pull-quote_block-quote__text a:hover {
  color: var(--theme-link-color-hover);
}

.pull-quote_block-quote-elevate__attribution {
  display: none;
}

@media screen and (min-width: 7q 68) and (max-width: 102q 3) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .pull-quote_block-quote-elevate {
    padding: q(24) q(16) q(24) q(24);
  }
}
@media screen and (min-width: q(480)) and (max-width: 767px) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .pull-quote_block-quote-elevate {
    padding: q(24) q(16) q(24) q(24);
  }
}
.pull-quote_full-width {
  margin: q(8) 0 q(24);
  padding: 0 0 0 q(16);
  display: block;
}

.pull-quote_full-width .icon-sig-quote-default {
  fill: var(--theme-primary);
  width: q(40);
  height: q(40);
  margin-left: -q(8);
}

.pull-quote_full-width__text {
  font-family: var(--theme-font-family);
  font-weight: 700;
  font-size: q(20);
  line-height: q(26);
  display: block;
  margin-bottom: q(4);
  margin-top: q(4);
  position: relative;
}

.pull-quote_full-width__text a {
  color: var(--theme-paragraph__link-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
          text-decoration-skip: var(--theme-underline-skip-ink);
}

.related-content__link:hover .related-content__headline,
.related-content_full-width__link:hover .related-content_full-width__headline-text,
.related-content_without-image-full-border__headline-text {
  text-decoration-line: underline;
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
}

.pull-quote_full-width__text a:hover {
  color: var(--theme-link-color-hover);
}

.pull-quote_full-width__attribution {
  color: #6e6e6e;
  font-size: q(12);
  line-height: q(18);
  margin: 0;
}

@media (min-width: q(480)) {
  .pull-quote_full-width .icon-sig-quote-default {
    width: q(50);
    height: q(50);
  }
}
.pull-quote-elevate .pull-quote__text a,
.pull-quote__text a {
  text-decoration-line: var(--theme-paragraph__link-decoration);
  -webkit-text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
}

.pull-quote-elevate .pull-quote__text a:hover,
.pull-quote__text a:hover {
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.pull-quote {
  margin: q(8) 0 q(24) q(24);
  border-left: solid q(3) var(--theme-primary);
  padding: 0 0 0 q(16);
  display: block;
}

.pull-quote .icon-sig-quote-default {
  fill: var(--theme-primary);
  width: q(40);
  height: q(40);
  margin-left: -q(8);
}

.pull-quote__text {
  font-family: var(--theme-font-family);
  font-weight: 700;
  font-size: q(20);
  line-height: q(26);
  display: block;
  margin-bottom: q(4);
  margin-top: q(4);
  position: relative;
}

.pull-quote__text a {
  color: var(--theme-paragraph__link-color);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
}

.pull-quote__text a:hover {
  color: var(--theme-link-color-hover);
}

.pull-quote__attribution {
  color: #6e6e6e;
  font-size: q(14);
  line-height: q(18);
  margin: 0;
}

@media (min-width: 960px) {
  .pull-quote__text {
    font-size: q(20);
    line-height: q(26);
  }
  .pull-quote .icon-sig-quote-default {
    width: q(50);
    height: q(50);
  }
}
.pull-quote-elevate {
  max-width: 660px;
  margin-bottom: q(24);
  border-left: solid q(8) var(--color_text_primary);
  padding: 0 0 0 q(24);
  display: block;
}

.pull-quote-elevate .icon-sig-quote-default {
  display: none;
}

.pull-quote-elevate .pull-quote__text {
  font-family: var(--theme-quote__font-family);
  font-weight: var(--theme-quote__font-weight);
  font-size: 1.77rem;
  line-height: 2.21rem;
  display: block;
  margin-bottom: q(8);
  margin-top: 0;
  position: relative;
}

.pull-quote-elevate .pull-quote__text a {
  color: var(--theme-paragraph__link-color);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
}

.pull-quote-elevate .pull-quote__text a:hover {
  color: var(--theme-link-color-hover);
}

.pull-quote-elevate .pull-quote__attribution {
  color: #404040;
  font-size: 0.77rem;
  line-height: 1.07rem;
  font-weight: 600;
  margin: 0;
}

@media screen and (min-width: q(480)) and (max-width: 767px) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .pull-quote-elevate {
    padding-left: q(24);
  }
}
@media screen and (max-width: 767px) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .pull-quote-elevate {
    border-left: solid q(4) var(--color_text_primary);
  }
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .pull-quote-elevate .pull-quote__text {
    font-size: 1.4rem;
    line-height: 1.75rem;
  }
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .pull-quote-elevate .icon-sig-quote-default {
    display: none;
  }
}
@media screen and (min-width: 7q 68) and (max-width: 102q 3) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .pull-quote-elevate {
    padding-left: q(24);
  }
}
.pull-quote_block-quote-elevate .pull-quote_block-quote__text a,
.pull-quote_block-quote__text a {
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
}

.pull-quote_block-quote-elevate .pull-quote_block-quote__text a:hover,
.pull-quote_block-quote__text a:hover {
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.pull-quote_block-quote {
  border-left: q(3) solid var(--theme-primary);
  padding-left: q(16);
  margin-top: q(24);
  margin-bottom: q(24);
  text-align: left;
  vertical-align: top;
}

.pull-quote_block-quote .icon-sig-quote-default {
  display: none;
}

.pull-quote_block-quote__text {
  display: block;
  margin-bottom: q(4);
  margin-top: q(4);
  font-weight: 400;
  font-size: q(16);
  line-height: q(26);
}

.pull-quote_block-quote-elevate .icon-sig-quote-default,
.pull-quote_block-quote__attribution {
  display: none;
}

.pull-quote_block-quote__text a {
  color: var(--theme-paragraph__link-color);
}

.pull-quote_block-quote__text a:hover {
  color: var(--theme-link-color-hover);
}

.pull-quote_block-quote-elevate {
  border-left: q(2) solid var(--color_text_primary);
  padding: q(24) q(16) q(24) q(24);
  margin-bottom: q(24);
  border-radius: 0 q(4) q(4) 0;
  border-width: 0 0 0 q(2);
  text-align: left;
  vertical-align: top;
  background-color: #f8f8f8;
}

.pull-quote_block-quote-elevate .pull-quote_block-quote__text {
  display: block;
  font-family: noto_serif, Georgia, Times New Roman, serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--color_text_primary);
  margin: 0;
}

.pull-quote_block-quote-elevate .pull-quote_block-quote__text a {
  color: var(--theme-paragraph__link-color);
}

.pull-quote_block-quote-elevate .pull-quote_block-quote__text a:hover {
  color: var(--theme-link-color-hover);
}

.pull-quote_block-quote-elevate__attribution {
  display: none;
}

@media screen and (min-width: 7q 68) and (max-width: 102q 3) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .pull-quote_block-quote-elevate {
    padding: q(24) q(16) q(24) q(24);
  }
}
@media screen and (min-width: q(480)) and (max-width: 767px) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .pull-quote_block-quote-elevate {
    padding: q(24) q(16) q(24) q(24);
  }
}
ul li:before {
  content: none;
}

ul li li:before {
  content: none;
}

.list__item,
.list__item a {
  font-family: var(--theme-semantic-type-body-font-family);
  font-size: var(--theme-semantic-type-body--lg-font-size);
  font-weight: 400;
  letter-spacing: var(--theme-semantic-type-body-letter-spacing);
  font-style: normal;
}

.list {
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--theme-component-list-list-gap);
  align-self: stretch;
  margin-top: var(--primitive-space-16);
  margin-left: var(--primitive-space-none);
  margin-right: var(--primitive-space-none);
}

.list__item {
  color: var(--theme-semantic-color-type-primary);
  line-height: var(--theme-paragraph__line-height);
}

.list__item a {
  color: var(--theme-paragraph__link-color);
  line-height: var(--theme-semantic-type-body--lg-line-height);
  display: inline;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
}

.list-elevate .list__item,
.map-elevate .map__caption {
  font-family: noto_serif, Georgia, Times New Roman, serif;
}

.list__item a:active,
.list__item a:hover {
  justify-content: center;
  text-decoration-line: var(--primitive-type-text-decoration-none);
  display: inline;
  gap: 0.625rem;
}

.list__item a:hover {
  color: var(--theme-link-color-hover);
  align-items: center;
}

.list__item a:active {
  color: var(--theme-semantic-color-component-link-primary-overrides-press);
  align-items: center;
}

.list__item a:focus {
  color: var(--theme-semantic-color-component-link-primary-overrides-focus);
  display: inline;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: var(--theme-semantic-corner-radius-focus-primary);
  border: var(--theme-semantic-border-focus-secondary) solid var(--theme-semantic-color-border-focus-primary);
  text-decoration-line: var(--primitive-type-text-decoration-underline);
  text-underline-offset: var(--primitive-space-02);
}

.list-elevate .list__text a,
.list__item a,
.list_live-story a,
.paragraph a {
  text-decoration-line: var(--theme-paragraph__link-decoration);
}

.list {
  font-size: 1rem;
  margin: 1rem 0;
  position: relative;
}

.list__items {
  counter-reset: listitem;
  margin: 0;
}

.list__item {
  counter-increment: listitem;
  padding: 0 0 0.25rem;
  line-height: var(--theme-paragraph__line-height);
}

.list__item a {
  color: var(--theme-paragraph__link-color);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
}

.list__item a:hover {
  color: var(--theme-link-color-hover);
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.list--custom-indicator .list {
  clear: none;
}

.list--custom-indicator .list__items {
  padding: 0;
}

.list--custom-indicator .list__item {
  display: flex;
  align-items: baseline;
  list-style-type: none;
  position: relative;
}

.list--custom-indicator .list__item:before {
  flex: 0 0 auto;
  margin: 0 0.75rem 0 1.5rem;
}

.list--custom-indicator .list__items--ul .list__item:before {
  background-color: #d50000;
  border-radius: 50%;
  content: "";
  position: relative;
  top: -q(3);
  width: 0.375rem;
  height: 0.375rem;
}

.list--custom-indicator .list__items--ol .list__item:before {
  color: #d50000;
  content: counter(listitem) ".";
  font-weight: 700;
}

.list-elevate {
  max-width: 660px;
  margin: 0 0 1.5rem;
  padding-left: 0.5rem;
}

.list-elevate .list__items {
  padding-left: 1.125rem;
}

.list-elevate .list__item {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color_text_primary);
  padding-bottom: 1rem;
  line-height: 1.75rem;
}

.list-elevate .list__item:last-child {
  padding-bottom: 0;
}

.list-elevate .list__text {
  display: block;
  padding-left: 1rem;
}

.list-elevate .list__text a {
  color: var(--theme-paragraph__link-color);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
  text-underline-offset: 0.25rem;
}

.list_live-story a,
.paragraph-elevate a,
.paragraph a {
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
}

.list-elevate .list__text a:hover {
  color: var(--theme-link-color-hover);
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.list_live-story__items {
  margin: 0;
  padding-left: 1rem;
}

.list_live-story__items:not(.list_live-story__items--ol) {
  list-style: none;
}

.list_live-story__item {
  margin: 0.5rem 0;
  line-height: 1.625;
}

.list_live-story__item:before {
  content: "▪";
  position: absolute;
  color: #8c8c8c;
  width: 1rem;
  margin-left: -q(16);
}

.list_live-story .list_live-story__items--ol .list_live-story__item:before,
.map-label-pin-bottom:after,
.map-label-pin-bottom:before,
.map-label-pin-top:after,
.map-label-pin-top:before {
  content: "";
}

.list_live-story a {
  color: var(--theme-paragraph__link-color);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
}

.list_live-story a:hover {
  color: var(--theme-link-color-hover);
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.list-elevate .list__text a,
.list__item a {
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
}

.list {
  font-size: 1rem;
  margin: 1rem 0;
  position: relative;
}

.list__items {
  counter-reset: listitem;
  margin: 0;
}

.list__item {
  counter-increment: listitem;
  padding: 0 0 0.25rem;
  line-height: var(--theme-paragraph__line-height);
}

.list__item a {
  color: var(--theme-paragraph__link-color);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
}

.list__item a:hover {
  color: var(--theme-link-color-hover);
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.list--custom-indicator .list {
  clear: none;
}

.list--custom-indicator .list__items {
  padding: 0;
}

.list--custom-indicator .list__item {
  display: flex;
  align-items: baseline;
  list-style-type: none;
  position: relative;
}

.list--custom-indicator .list__item:before {
  flex: 0 0 auto;
  margin: 0 0.75rem 0 1.5rem;
}

.list--custom-indicator .list__items--ul .list__item:before {
  background-color: #d50000;
  border-radius: 50%;
  content: "";
  position: relative;
  top: -q(3);
  width: 0.375rem;
  height: 0.375rem;
}

.list--custom-indicator .list__items--ol .list__item:before {
  color: #d50000;
  content: counter(listitem) ".";
  font-weight: 700;
}

.list-elevate {
  max-width: 660px;
  margin: 0 0 1.5rem;
  padding-left: 0.5rem;
}

.list-elevate .list__items {
  padding-left: 1.125rem;
}

.list-elevate .list__item {
  font-family: noto_serif, Georgia, Times New Roman, serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color_text_primary);
  padding-bottom: 1rem;
  line-height: 1.75rem;
}

.list-elevate .list__item:last-child {
  padding-bottom: 0;
}

.list-elevate .list__text {
  display: block;
  padding-left: 1rem;
}

.list-elevate .list__text a {
  color: var(--theme-paragraph__link-color);
  text-underline-offset: 0.25rem;
}

.list-elevate .list__text a:hover {
  color: var(--theme-link-color-hover);
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.list__item,
.list__item a {
  font-family: var(--theme-semantic-type-body-font-family);
  font-style: normal;
  font-weight: 400;
  letter-spacing: var(--theme-semantic-type-body-letter-spacing);
}

.list {
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--theme-component-list-list-gap);
  align-self: stretch;
  margin-top: var(--primitive-space-16);
  margin-bottom: var(--primitive-space-16);
  margin-left: var(--primitive-space-none);
  margin-right: var(--primitive-space-none);
}

.list__item {
  color: var(--theme-semantic-color-type-primary);
  font-size: var(--theme-semantic-type-body--lg-font-size);
  line-height: var(--theme-paragraph__line-height);
}

.list__item a {
  color: var(--theme-paragraph__link-color);
  font-size: var(--theme-semantic-type-body--lg-font-size);
  line-height: var(--theme-semantic-type-body--lg-line-height);
  display: inline;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
}

.list__item a:active,
.list__item a:hover {
  justify-content: center;
  text-decoration-line: var(--primitive-type-text-decoration-none);
  display: inline;
  gap: 0.625rem;
}

.list__item a:hover {
  color: var(--theme-link-color-hover);
  align-items: center;
}

.list__item a:active {
  color: var(--theme-semantic-color-component-link-primary-overrides-press);
  align-items: center;
}

.list__item a:focus {
  color: var(--theme-semantic-color-component-link-primary-overrides-focus);
  display: inline;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: var(--theme-semantic-corner-radius-focus-primary);
  border: var(--theme-semantic-border-focus-secondary) solid var(--theme-semantic-color-border-focus-primary);
  text-decoration-line: var;
}

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

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

.list_circle {
  list-style-type: circle;
}

.list_square {
  list-style-type: square;
}

.list_decimal {
  list-style-type: decimal;
}

.list_decimal_cjk {
  list-style-type: cjk-decimal;
}

.list_decimal_leading_zero {
  list-style-type: decimal-leading-zero;
}

.list_roman_lower {
  list-style-type: lower-roman;
}

.list_roman_upper {
  list-style-type: upper-roman;
}

.list_greek_lower {
  list-style-type: lower-greek;
}

.list_alpha_lower,
.list_latin_lower {
  list-style-type: lower-alpha;
}

.list_alpha_upper,
.list_latin_upper {
  list-style-type: upper-alpha;
}

ul.nested-list-style ul {
  list-style-type: square;
  margin-left: 1.25rem;
}

ul li ul ol {
  list-style-type: lower-latin;
}
ul li ul ol ol {
  list-style-type: lower-greek;
}
ul li ul ul {
  list-style-type: circle;
}
ul li ul ul ul {
  list-style-type: square;
}
ul li ul dl dt {
  list-style-type: circle;
}
ul li ul dl dd {
  list-style-type: square;
}
ul li ul li ul ol {
  list-style-type: lower-latin;
}
ul li ul li ul ol ol {
  list-style-type: lower-greek;
}
ul li ul li ul ul {
  list-style-type: circle;
}
ul li ul li ul ul ul {
  list-style-type: square;
}
ul li ul li ul dl dt {
  list-style-type: circle;
}
ul li ul li ul dl dd {
  list-style-type: square;
}
ul li ul li ul li ul ol {
  list-style-type: lower-latin;
}
ul li ul li ul li ul ol ol {
  list-style-type: lower-greek;
}
ul li ul li ul li ul ul {
  list-style-type: circle;
}
ul li ul li ul li ul ul ul {
  list-style-type: square;
}
ul li ul li ul li ul dl dt {
  list-style-type: circle;
}
ul li ul li ul li ul dl dd {
  list-style-type: square;
}
ul {
  margin-bottom: 0;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  list-style-type: none;
  list-style-position: outside;
  list-style-type: disc;
}
ul ol {
  list-style-type: lower-latin;
}
ul ol ol {
  list-style-type: lower-greek;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul dl dt {
  list-style-type: circle;
}
ul dl dd {
  list-style-type: square;
}

li:before,
dd:before,
dt:before {
  content: "";
  margin-left: 0.0625rem;
}

ol.custom-numbered {
  counter-reset: custom-counter;
  list-style-type: none;
}
ol.custom-numbered li {
  counter-increment: custom-counter;
}
ol.custom-numbered li:before {
  content: counter(custom-counter) ". ";
  font-weight: bold;
}

ol {
  margin-bottom: 0;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  list-style-type: none;
  list-style-position: outside;
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-latin;
}
ol ol ol {
  list-style-type: lower-greek;
}
ol ul {
  list-style-type: circle;
}
ol ul ul {
  list-style-type: square;
}
ol dl dt {
  list-style-type: circle;
}
ol dl dd {
  list-style-type: square;
}

dl {
  margin-bottom: 0;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  list-style-type: none;
  list-style-position: outside;
}
dl ol {
  list-style-type: lower-latin;
}
dl ol ol {
  list-style-type: lower-greek;
}
dl ul {
  list-style-type: circle;
}
dl ul ul {
  list-style-type: square;
}
dl dl dt {
  list-style-type: circle;
}
dl dl dd {
  list-style-type: square;
}
dl dt {
  font-weight: 634;
  font-variation-settings: "wght" 634, "wdth" 400;
  display: list-item;
  list-style-type: disc;
}
dl dd {
  display: list-item;
  list-style-type: circle;
  margin-left: 1rem;
}

section,
article,
header,
footer,
nav,
aside {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.main_content {
  grid-template-columns: repeat(24, 1fr);
  max-width: 100%;
  min-height: 100%;
  grid-column: span 24;
  padding: 1.25rem;
}

.main_content_section_header {
  grid-column: span 24;
  font-weight: 545;
  font-variation-settings: "wght" 545, "wdth" 400;
  text-transform: uppercase;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.main_content_section_main {
  grid-column: span 24;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.main_content_section_footer {
  grid-column: span 24;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.main_header {
  grid-column: span 24;
  align-self: start;
  justify-self: left;
  text-align: left;
}

.main_footer {
  grid-column: span 24;
  align-self: start;
  justify-self: left;
  text-align: left;
}

.sidebar__search-input {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  width: 100%;
  padding: 0.1875rem 0.25rem;
  margin: 0.125rem 0 0.25rem;
  border: 0.0625rem solid var(--color_border);
  border-radius: 0.0625rem;
  background: var(--color_fill_primary);
  color: var(--color_text_primary);
}

.sidebar__content {
  padding: 0.625rem;
  font-size: 0.75rem;
  overflow-y: auto;
  max-height: 100%;
}
.sidebar__content h1,
.sidebar__content h2,
.sidebar__content h3,
.sidebar__content h4 {
  font-weight: bold;
  margin: 0.1875rem 0 0.125rem;
  line-height: 1.2;
  color: var(--color_text_primary);
}
.sidebar__content h1 {
  font-size: 1rem;
}
.sidebar__content h2 {
  font-size: 0.875rem;
  color: var(--color_primary);
}
.sidebar__content h3 {
  font-size: 0.75rem;
  color: var(--color_primary_dark);
}
.sidebar__content h4 {
  font-size: 0.6875rem;
  font-weight: 900;
  color: var(--color_primary_light);
}

.sidebar__section {
  margin-bottom: 0.625rem;
}

.sidebar__section-header {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--color_primary);
}

.sidebar__subsection-header {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color_primary_dark);
}

.sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar__link {
  display: block;
  color: var(--color_text_primary);
}
.sidebar__link:hover {
  text-decoration: underline;
  color: var(--color_primary);
}

.sidebar__meta {
  display: block;
  font-size: 0.5rem;
  color: var(--color_text_secondary);
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
  border: none;
  border: q(1) solid var(--color_fill_primary);
  border-radius: q(0.5);
  margin-top: q(32);
  margin-bottom: q(32);
  width: 100%;
  opacity: 1;
}

.hr--base {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
  border: none;
  border: q(1) solid var(--color_fill_primary);
  border-radius: q(0.5);
  margin-top: q(32);
  margin-bottom: q(32);
  width: 100%;
  opacity: 1;
}

.hr--thick {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
  border: none;
  border: q(1) solid var(--color_fill_primary);
  border-radius: q(0.5);
  margin-top: q(32);
  margin-bottom: q(32);
  width: 100%;
  opacity: 1;
  border-top-width: q(3);
}

.hr--dotted {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
  border: none;
  border: q(1) solid var(--color_fill_primary);
  border-radius: q(0.5);
  margin-top: q(32);
  margin-bottom: q(32);
  width: 100%;
  opacity: 1;
  border-top-style: dotted;
}

.hr--dashed {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
  border: none;
  border: q(1) solid var(--color_fill_primary);
  border-radius: q(0.5);
  margin-top: q(32);
  margin-bottom: q(32);
  width: 100%;
  opacity: 1;
  border-top-style: dashed;
}

.hr--colored {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
  border: none;
  border: q(1) solid var(--color_fill_primary);
  border-radius: q(0.5);
  margin-top: q(32);
  margin-bottom: q(32);
  width: 100%;
  opacity: 1;
  border-top-color: #ff4500;
}

.hr--double {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
  border: none;
  border: q(1) solid var(--color_fill_primary);
  border-radius: q(0.5);
  margin-top: q(32);
  margin-bottom: q(32);
  width: 100%;
  opacity: 1;
  border-top: double q(4) #ccc;
  height: q(4);
}

.hr--faded {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
  border: none;
  border: q(1) solid var(--color_fill_primary);
  border-radius: q(0.5);
  margin-top: q(32);
  margin-bottom: q(32);
  width: 100%;
  opacity: 1;
  border-top: q(1) solid rgba(0, 0, 0, 0.1);
}

.hr--responsive {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
  border: none;
  border: q(1) solid var(--color_fill_primary);
  border-radius: q(0.5);
  margin-top: q(32);
  margin-bottom: q(32);
  width: 100%;
  opacity: 1;
}
@media (max-width: 600px) {
  .hr--responsive {
    margin: q(10) 0;
  }
}

.line_main {
  border-top: q(1) solid var(--color_text_primary);
}

.line_footer {
  border-top: q(1) solid var(--color_accent_tertiary);
}

.separator-line-verticle-extra-small {
  width: q(1);
  height: q(8);
}

.separator-line-verticle-small-thick {
  width: q(8);
  height: q(3);
}

.separator-line-verticle-small {
  width: q(1);
  height: q(12);
}

.separator-line-verticle-small-thick2 {
  width: q(64);
  height: q(8);
}

.separator-line-verticle-large {
  width: q(1);
  height: q(20);
}

.separator-line-verticle-extra-large {
  width: q(1);
  height: q(32);
}

.separator-line-verticle-extra-large2 {
  width: q(1);
  height: q(80);
}

.separator-line-verticle-medium-thick-full {
  width: q(8);
  height: q(140);
}

.separator-line-verticle-large-thick {
  width: 10Q 8;
  height: q(1);
}

.separator-line-horrizontal-medium-light {
  width: 3Q 6;
  height: q(3);
}

.separator-line-horrizontal-medium-light2 {
  width: 40%;
  height: q(1);
}

.separator-line-horrizontal-medium-light3 {
  width: 18%;
  height: q(1);
}

.separator-line-horrizontal-medium-thick {
  width: q(50);
  height: q(5);
}

.separator-line-horrizontal-full {
  width: 100%;
  height: q(1);
}

.divider-full {
  width: 100%;
  height: q(1);
  display: inline-block;
}

.border--none {
  border-style: none !important;
}

.border--hidden {
  border-style: hidden !important;
}

.border--solid {
  border-style: solid !important;
}

.border--dashed {
  border-style: dashed !important;
}

.border--dotted {
  border-style: dotted !important;
}

.border--double {
  border-style: double !important;
}

.border--groove {
  border-style: groove !important;
}

.border--ridge {
  border-style: ridge !important;
}

.border--inset {
  border-style: inset !important;
}

.border--outset {
  border-style: outset !important;
}

.border--transparent {
  border-color: transparent !important;
}

.border_width_01 {
  border-width: 0.25rem;
}

.border_width_02 {
  border-width: 0.5rem;
}

.border_width_03 {
  border-width: 0.75rem;
}

.border_width_04 {
  border-width: 1rem;
}

.border_width_05 {
  border-width: 1.25rem;
}

.border_width_06 {
  border-width: 1.5rem;
}

.border_width_07 {
  border-width: 1.75rem;
}

.border_width_08 {
  border-width: 2rem;
}

.border_width_09 {
  border-width: 2.25rem;
}

.border_width_10 {
  border-width: 2.5rem;
}

.border_thin {
  border-width: 0.25rem;
}

.border_medium {
  border-width: 0.5rem;
}

.border_thick {
  border-width: 0.75rem;
}

.no_border--top {
  border-top-width: 0 !important;
}

.no_border--bottom {
  border-bottom-width: 0 !important;
}

.no_border--right {
  border-right-width: 0 !important;
}

.no_border--left {
  border-left-width: 0 !important;
}

.border--top {
  border-top: 0.0625rem solid black;
}

.border--bottom {
  border-bottom: 0.0625rem solid black;
}

.border--left {
  border-left: 0.0625rem solid black;
}

.border--right {
  border-right: 0.0625rem solid black;
}

.border--vertical {
  border-top: 0.0625rem solid black;
  border-bottom: 0.0625rem solid black;
}

.border--horizontal {
  border-left: 0.0625rem solid black;
  border-right: 0.0625rem solid black;
}

.border_all {
  border: 0.0625rem solid black;
}

.box--size_00 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  aspect-ratio: 1;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-width: 1.25rem;
  max-height: 1.25rem;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box--size_01 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  aspect-ratio: 1;
  width: 0.3125rem;
  height: 0.3125rem;
  min-width: 0.3125rem;
  min-height: 0.3125rem;
  max-width: 0.3125rem;
  max-height: 0.3125rem;
  font-size: 0.3125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box--size_02 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  aspect-ratio: 1;
  width: 0.625rem;
  height: 0.625rem;
  min-width: 0.625rem;
  min-height: 0.625rem;
  max-width: 0.625rem;
  max-height: 0.625rem;
  font-size: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box--size_03 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  aspect-ratio: 1;
  width: 0.9375rem;
  height: 0.9375rem;
  min-width: 0.9375rem;
  min-height: 0.9375rem;
  max-width: 0.9375rem;
  max-height: 0.9375rem;
  font-size: 0.9375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box--size_04 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  aspect-ratio: 1;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-width: 1.25rem;
  max-height: 1.25rem;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box--size_05 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  aspect-ratio: 1;
  width: 1.5625rem;
  height: 1.5625rem;
  min-width: 1.5625rem;
  min-height: 1.5625rem;
  max-width: 1.5625rem;
  max-height: 1.5625rem;
  font-size: 1.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box--size_06 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  aspect-ratio: 1;
  width: 1.875rem;
  height: 1.875rem;
  min-width: 1.875rem;
  min-height: 1.875rem;
  max-width: 1.875rem;
  max-height: 1.875rem;
  font-size: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box--size_07 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  aspect-ratio: 1;
  width: 2.1875rem;
  height: 2.1875rem;
  min-width: 2.1875rem;
  min-height: 2.1875rem;
  max-width: 2.1875rem;
  max-height: 2.1875rem;
  font-size: 2.1875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box--size_08 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  aspect-ratio: 1;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  max-width: 2.5rem;
  max-height: 2.5rem;
  font-size: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box--size_09 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  aspect-ratio: 1;
  width: 2.8125rem;
  height: 2.8125rem;
  min-width: 2.8125rem;
  min-height: 2.8125rem;
  max-width: 2.8125rem;
  max-height: 2.8125rem;
  font-size: 2.8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box--size_10 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  aspect-ratio: 1;
  width: 3.125rem;
  height: 3.125rem;
  min-width: 3.125rem;
  min-height: 3.125rem;
  max-width: 3.125rem;
  max-height: 3.125rem;
  font-size: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box--size_11 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  aspect-ratio: 1;
  width: 3.4375rem;
  height: 3.4375rem;
  min-width: 3.4375rem;
  min-height: 3.4375rem;
  max-width: 3.4375rem;
  max-height: 3.4375rem;
  font-size: 3.4375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box--size_12 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  aspect-ratio: 1;
  width: 3.75rem;
  height: 3.75rem;
  min-width: 3.75rem;
  min-height: 3.75rem;
  max-width: 3.75rem;
  max-height: 3.75rem;
  font-size: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box--surface_1 {
  background-color: var(--color_surface_1);
  color: var(--color_text_default);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.box--surface_2 {
  background-color: var(--color_surface_2);
  color: var(--color_text_default);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.box--surface_3 {
  background-color: var(--color_surface_3);
  color: var(--color_text_default);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.divider {
  border: none;
  background-color: var(--color_text_primary);
  height: 0.0625rem;
  width: 100%;
  display: block;
  margin: 0.625rem 0;
}

.divider--thin {
  border: none;
  background-color: var(--color_text_primary);
  height: 0.03125rem;
  width: 100%;
  display: block;
  margin: 0.625rem 0;
}

.divider--thick {
  border: none;
  background-color: var(--color_text_primary);
  height: 0.125rem;
  width: 100%;
  display: block;
  margin: 0.625rem 0;
}

.divider--dotted {
  border: none;
  background-color: var(--color_text_primary);
  height: 0.125rem;
  width: 100%;
  display: block;
  margin: 0.625rem 0;
  background-color: transparent;
  border-top: 0.125rem dotted var(--color_text_primary);
  height: 0;
}

.divider--vertical {
  border: none;
  background-color: var(--color_text_primary);
  width: 0.0625rem;
  height: 100%;
  min-height: 1.25rem;
  display: block;
  margin: 0 0.625rem;
}

.divider--vertical--thin {
  border: none;
  background-color: var(--color_text_primary);
  width: 0.03125rem;
  height: 100%;
  min-height: 1.25rem;
  display: block;
  margin: 0 0.625rem;
}

.divider--vertical--thick {
  border: none;
  background-color: var(--color_text_primary);
  width: 0.125rem;
  height: 100%;
  min-height: 1.25rem;
  display: block;
  margin: 0 0.625rem;
}

.divider--vertical--dotted {
  border: none;
  background-color: var(--color_text_primary);
  width: 0.125rem;
  height: 100%;
  min-height: 1.25rem;
  display: block;
  margin: 0 0.625rem;
  background-color: transparent;
  border-left: 0.125rem dotted var(--color_text_primary);
  width: 0;
}

.divider--vertical--inline {
  border: none;
  background-color: var(--color_text_primary);
  height: 100%;
  width: 100%;
  display: block;
  margin: 0.625rem 0;
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  display: inline-block;
  margin: 0 0.625rem;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 0.0625rem dotted ButtonText;
}

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

button {
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
}

.xs {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: inherit;
  border: none;
  cursor: pointer;
  background: transparent;
  color: inherit;
  padding: 0.5rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease;
  border-radius: var(--border_radius, 0.25rem);
  pointer-events: initial;
  cursor: pointer;
  height: 0.625rem;
  min-height: 0.625rem;
  max-height: 0.625rem;
  font-size: 0.25rem;
  line-height: 0.3125rem;
}

.sm {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: inherit;
  border: none;
  cursor: pointer;
  background: transparent;
  color: inherit;
  padding: 0.5rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease;
  border-radius: var(--border_radius, 0.25rem);
  pointer-events: initial;
  cursor: pointer;
  height: 0.9375rem;
  min-height: 0.9375rem;
  max-height: 0.9375rem;
  font-size: 0.5rem;
  line-height: 0.625rem;
}

.md {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: inherit;
  border: none;
  cursor: pointer;
  background: transparent;
  color: inherit;
  padding: 0.5rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease;
  border-radius: var(--border_radius, 0.25rem);
  pointer-events: initial;
  cursor: pointer;
  height: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.lg {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: inherit;
  border: none;
  cursor: pointer;
  background: transparent;
  color: inherit;
  padding: 0.5rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease;
  border-radius: var(--border_radius, 0.25rem);
  pointer-events: initial;
  cursor: pointer;
  height: 1.5625rem;
  min-height: 1.5625rem;
  max-height: 1.5625rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.xl {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: inherit;
  border: none;
  cursor: pointer;
  background: transparent;
  color: inherit;
  padding: 0.5rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease;
  border-radius: var(--border_radius, 0.25rem);
  pointer-events: initial;
  cursor: pointer;
  height: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

button,
.button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: inherit;
  border: none;
  cursor: pointer;
  background: transparent;
  color: inherit;
  padding: 0.5rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease;
  border-radius: var(--border_radius, 0.25rem);
  pointer-events: initial;
  cursor: pointer;
  height: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
button.xs,
.button.xs {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: inherit;
  border: none;
  cursor: pointer;
  background: transparent;
  color: inherit;
  padding: 0.5rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease;
  border-radius: var(--border_radius, 0.25rem);
  pointer-events: initial;
  cursor: pointer;
  height: 0.625rem;
  min-height: 0.625rem;
  max-height: 0.625rem;
  font-size: 0.25rem;
  line-height: 0.3125rem;
}
button.sm,
.button.sm {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: inherit;
  border: none;
  cursor: pointer;
  background: transparent;
  color: inherit;
  padding: 0.5rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease;
  border-radius: var(--border_radius, 0.25rem);
  pointer-events: initial;
  cursor: pointer;
  height: 0.9375rem;
  min-height: 0.9375rem;
  max-height: 0.9375rem;
  font-size: 0.5rem;
  line-height: 0.625rem;
}
button.md,
.button.md {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: inherit;
  border: none;
  cursor: pointer;
  background: transparent;
  color: inherit;
  padding: 0.5rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease;
  border-radius: var(--border_radius, 0.25rem);
  pointer-events: initial;
  cursor: pointer;
  height: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
button.lg,
.button.lg {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: inherit;
  border: none;
  cursor: pointer;
  background: transparent;
  color: inherit;
  padding: 0.5rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease;
  border-radius: var(--border_radius, 0.25rem);
  pointer-events: initial;
  cursor: pointer;
  height: 1.5625rem;
  min-height: 1.5625rem;
  max-height: 1.5625rem;
  font-size: 1rem;
  line-height: 1.25rem;
}
button.xl,
.button.xl {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: inherit;
  border: none;
  cursor: pointer;
  background: transparent;
  color: inherit;
  padding: 0.5rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease;
  border-radius: var(--border_radius, 0.25rem);
  pointer-events: initial;
  cursor: pointer;
  height: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
button.solid,
.button.solid {
  background: var(--color_text_primary);
  color: var(--color_fill_primary);
}
button.solid:hover,
.button.solid:hover {
  background: var(--color_state_hover);
}
button.solid:active,
.button.solid:active {
  background: var(--color_state_active);
}
button.solid:focus-within,
.button.solid:focus-within {
  border: 0.125rem solid var(--color_state_focus);
}
button.solid:disabled,
.button.solid:disabled {
  background: var(--color_state_disabled);
  color: var(--color_text_primary);
  cursor: not-allowed;
}
button.accent,
.button.accent {
  background: var(--color_text_primary);
  color: var(--color_fill_primary);
}
button.accent:hover,
.button.accent:hover {
  background: var(--color_accent_primary);
}
button.accent:active,
.button.accent:active {
  background: var(--color_accent_primary);
}
button.accent:focus-within,
.button.accent:focus-within {
  border: 0.125rem solid var(--color_accent_primary);
}
button.accent:disabled,
.button.accent:disabled {
  border-color: var(--color_state_disabled);
  color: var(--color_state_disabled);
  cursor: not-allowed;
}
button.outline,
.button.outline {
  border: 0.0625rem solid var(--color_text_primary);
  color: var(--color_text_primary);
  background: none;
}
button.outline:hover,
.button.outline:hover {
  background: var(--color_state_hover);
}
button.outline:active,
.button.outline:active {
  background: var(--color_state_active);
}
button.outline:focus-within,
.button.outline:focus-within {
  border: 0.125rem solid var(--color_state_focus);
}
button.outline:disabled,
.button.outline:disabled {
  border-color: var(--color_state_disabled);
  color: var(--color_state_disabled);
  cursor: not-allowed;
}
button.clear,
.button.clear {
  background: none;
  color: var(--color_text_primary);
}
button.clear:hover,
.button.clear:hover {
  background: var(--color_state_hover);
}
button.clear:active,
.button.clear:active {
  background: var(--color_state_active);
}
button.clear:focus-within,
.button.clear:focus-within {
  border: 0.125rem solid var(--color_state_focus);
}
button.clear:disabled,
.button.clear:disabled {
  color: var(--color_state_disabled);
  cursor: not-allowed;
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: DodgerBlue;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 0.875rem;
  right: 0.625rem;
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-color: var(--color_surface_primary) transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent var(--color_surface_primary) transparent;
  top: 0.5rem;
}

.select-items div,
.select-selected {
  color: var(--color_surface_primary) fff;
  padding: 0.5rem 1rem;
  border: 0.0625rem solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.flipper--left {
  width: 0.75rem;
  height: 1.5rem;
  position: absolute;
  background: transparent;
  cursor: pointer;
  display: block;
  z-index: 9999;
  overflow: visible;
}
.flipper--left::before, .flipper--left::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.125rem;
  background-color: var(--color_state_link);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transform-origin: center center;
}
.flipper--left.active::before, .flipper--left.active::after {
  background-color: var(--color_state_active);
}
.flipper--left::before {
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.flipper--left::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.flipper--left.active::before {
  transform: translate(-50%, -50%) rotate(120deg);
}
.flipper--left.active::after {
  transform: translate(-50%, -50%) rotate(-120deg);
}

.flipper--right {
  width: 0.75rem;
  height: 1.5rem;
  position: absolute;
  background: transparent;
  cursor: pointer;
  display: block;
  z-index: 9999;
  overflow: visible;
}
.flipper--right::before, .flipper--right::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.125rem;
  background-color: var(--color_state_link);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transform-origin: center center;
}
.flipper--right.active::before, .flipper--right.active::after {
  background-color: var(--color_state_active);
}
.flipper--right::before {
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.flipper--right::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.flipper--right.active::before {
  transform: translate(-50%, -50%) rotate(-120deg);
}
.flipper--right.active::after {
  transform: translate(-50%, -50%) rotate(120deg);
}

.flipper--up {
  width: 1.5rem;
  height: 0.75rem;
  position: absolute;
  background: transparent;
  cursor: pointer;
  display: block;
  z-index: 9999;
  overflow: visible;
}
.flipper--up::before, .flipper--up::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.125rem;
  background-color: var(--color_state_link);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transform-origin: center center;
}
.flipper--up.active::before, .flipper--up.active::after {
  background-color: var(--color_state_active);
}
.flipper--up::before {
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.flipper--up::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.flipper--up.active::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.flipper--up.active::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.flipper--down {
  width: 1.5rem;
  height: 0.75rem;
  position: absolute;
  background: transparent;
  cursor: pointer;
  display: block;
  z-index: 9999;
  overflow: visible;
}
.flipper--down::before, .flipper--down::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.125rem;
  background-color: var(--color_state_link);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transform-origin: center center;
}
.flipper--down.active::before, .flipper--down.active::after {
  background-color: var(--color_state_active);
}
.flipper--down::before {
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.flipper--down::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.flipper--down.active::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.flipper--down.active::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.input--sm {
  height: 0.9375rem;
  min-height: 0.9375rem;
  max-height: 0.9375rem;
}

.input--md {
  height: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}

.input--lg {
  height: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
}

.input,
input,
textarea,
select {
  font: inherit;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-sizing: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--color_text_primary);
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-color: transparent;
  outline: none;
  border-radius: 0;
  transition: all 0.2s ease;
  pointer-events: initial;
  cursor: text;
  font: inherit;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-sizing: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--color_text_primary);
  background-color: transparent;
  appearance: none;
  border: none;
  border-color: transparent;
  outline: none;
  border-radius: 0;
  transition: all 0.2s ease;
  pointer-events: initial;
  cursor: text;
  background-color: transparent;
  border: 0.0625rem solid var(--color_text_secondary);
  border-radius: 0;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.input--base--form,
input.input--base--form,
textarea.input--base--form,
select.input--base--form {
  font: inherit;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-sizing: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--color_text_primary);
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-color: transparent;
  outline: none;
  border-radius: 0;
  transition: all 0.2s ease;
  pointer-events: initial;
  cursor: text;
  display: block;
  width: 100%;
  height: 1.125rem;
  min-height: 1.125rem;
  max-height: 1.125rem;
}

.input--base--inline,
input.input--base--inline,
textarea.input--base--inline,
select.input--base--inline {
  font: inherit;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-sizing: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--color_text_primary);
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-color: transparent;
  outline: none;
  border-radius: 0;
  transition: all 0.2s ease;
  pointer-events: initial;
  cursor: text;
  display: inline-block;
  height: 0.875rem;
  min-height: 0.875rem;
  max-height: 0.875rem;
  width: auto;
  min-width: 1ch;
  field-sizing: content;
}
.input--base--inline::-moz-placeholder, input.input--base--inline::-moz-placeholder, textarea.input--base--inline::-moz-placeholder, select.input--base--inline::-moz-placeholder {
  font: inherit;
  white-space: nowrap;
}
.input--base--inline::placeholder,
input.input--base--inline::placeholder,
textarea.input--base--inline::placeholder,
select.input--base--inline::placeholder {
  font: inherit;
  white-space: nowrap;
}

.input--style--straight,
input.input--style--straight,
textarea.input--style--straight,
select.input--style--straight {
  font: inherit;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-sizing: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--color_text_primary);
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-color: transparent;
  outline: none;
  border-radius: 0;
  transition: all 0.2s ease;
  pointer-events: initial;
  cursor: text;
  background-color: transparent;
  border: 0.0625rem solid var(--color_text_secondary);
  border-radius: 0;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.input--style--rounded,
input.input--style--rounded,
textarea.input--style--rounded,
select.input--style--rounded {
  font: inherit;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-sizing: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--color_text_primary);
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-color: transparent;
  outline: none;
  border-radius: 0;
  transition: all 0.2s ease;
  pointer-events: initial;
  cursor: text;
  background-color: transparent;
  border: 0.0625rem solid var(--color_line_primary);
  border-radius: 0.25rem;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.input--style--underline,
input.input--style--underline,
textarea.input--style--underline,
select.input--style--underline {
  font: inherit;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-sizing: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--color_text_primary);
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-color: transparent;
  outline: none;
  border-radius: 0;
  transition: all 0.2s ease;
  pointer-events: initial;
  cursor: text;
  background-color: transparent;
  border-bottom: 0.0625rem solid var(--color_line_primary);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.input--style--filled,
input.input--style--filled,
textarea.input--style--filled,
select.input--style--filled {
  font: inherit;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-sizing: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--color_text_primary);
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-color: transparent;
  outline: none;
  border-radius: 0;
  transition: all 0.2s ease;
  pointer-events: initial;
  cursor: text;
  background-color: var(--color_fill_tertiary);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

select:focus::-moz-placeholder {
  color: transparent;
}

select:focus.placeholder,
select:focus::placeholder,
select:focus:-moz-placeholder,
select:focus::-moz-placeholder,
select:focus:-ms-input-placeholder,
select:focus::-ms-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}

.input--state--focus,
.input:focus,
input:focus,
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 0 0.0625rem var(--color_accent_primary);
  outline: none;
}
.input--state--focus:focus-visible,
.input:focus:focus-visible,
input:focus:focus-visible,
input[type=text]:focus:focus-visible,
input[type=date]:focus:focus-visible,
input[type=email]:focus:focus-visible,
input[type=password]:focus:focus-visible,
input[type=tel]:focus:focus-visible,
input[type=url]:focus:focus-visible,
input[type=search]:focus:focus-visible,
input[type=number]:focus:focus-visible,
input[type=file]:focus:focus-visible,
textarea:focus:focus-visible,
select:focus:focus-visible {
  outline-color: var(--color_accent_primary);
  box-shadow: 0 0 0 0.0625rem var(--color_accent_primary);
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  box-shadow: 0 0 0 0.0625rem var(--color_accent_primary);
  outline: none;
}
input:focus-visible:focus-visible,
textarea:focus-visible:focus-visible,
select:focus-visible:focus-visible {
  outline-color: var(--color_accent_primary);
  box-shadow: 0 0 0 0.0625rem var(--color_accent_primary);
}

.input--state--disabled,
.input:disabled,
input:disabled,
input[type=text]:disabled,
input[type=date]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=file]:disabled,
textarea:disabled,
select:disabled {
  background-color: var(--color_disabled_bg);
  color: var(--color_state_muted);
  cursor: not-allowed;
}

.input--state--readonly,
.input[readonly],
input[readonly],
textarea[readonly],
select[readonly] {
  background-color: var(--color_readonly_bg);
  color: var(--color_state_muted);
  cursor: default;
}

.input--state--optional,
.input:optional,
input:optional,
textarea:optional,
select:optional {
  border-color: var(--color_accent_secondary);
}

.input--state--required,
.input:required,
input:required,
textarea:required,
select:required {
  border-color: var(--color_accent_secondary);
}

.input--state--invalid,
.input:invalid,
input:invalid,
textarea:invalid,
select:invalid {
  border-color: var(--color_log_error);
  background-color: #f9dbe3;
  color: var(--color_log_error);
}

.input.is_success,
input.is_success,
textarea.is_success,
select.is_success {
  border-color: var(--color_log_success);
  background-color: #cde9dc;
  color: var(--color_log_success);
}

.input--state--is_warning,
.input.is_warning,
input.is_warning,
textarea.is_warning,
select.is_warning {
  border-color: var(--color_log_warning);
  background-color: #fadbd7;
  color: var(--color_log_warning);
}

.input--state--is_error,
.input.is_error,
input.is_error,
textarea.is_error,
select.is_error {
  border-color: var(--color_log_error);
  background-color: #f9dbe3;
  color: var(--color_log_error);
}

.input--state--is_info,
.input.is_info,
input.is_info,
textarea.is_info,
select.is_info {
  border-color: var(--color_log_info);
  background-color: rgb(129.7692307692, 195.7692307692, 248.2307692308);
  color: var(--color_log_info);
}

textarea {
  font: inherit;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-sizing: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--color_text_primary);
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-color: transparent;
  outline: none;
  border-radius: 0;
  transition: all 0.2s ease;
  pointer-events: initial;
  cursor: text;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  resize: vertical;
  transition: height 0s;
  -webkit-transition: height 0s;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--color_text_primary);
  position: relative;
  cursor: pointer;
  pointer-events: initial;
}
input[type=checkbox]:hover {
  background: #acd2e9;
}
input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 0.15625rem;
  left: 0.40625rem;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
input[type=checkbox]:checked {
  background: var(--color_text_primary);
}
input[type=checkbox]:checked::after {
  opacity: 1;
}
input[type=checkbox]:disabled {
  border-color: var(--color_state_muted);
  background-color: var(--color_fill_primary);
  cursor: not-allowed;
}

.label,
label {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  display: block;
  width: 100%;
  padding-bottom: 0.3125rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}

.label--hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: q(1);
  margin: -q(1);
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: q(1);
  white-space: nowrap;
}

.label--sm {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: 0.5rem;
  line-height: 0.625rem;
  display: block;
  width: 100%;
  padding-bottom: 0rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  height: 0.9375rem;
  min-height: 0.9375rem;
  max-height: 0.9375rem;
}

.label--md {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  display: block;
  width: 100%;
  padding-bottom: 0.3125rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  height: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}

.label--lg {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: 1rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  padding-bottom: 0.625rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  height: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
}

.select,
select {
  font: inherit;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-sizing: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--color_text_primary);
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-color: transparent;
  outline: none;
  border-radius: 0;
  transition: all 0.2s ease;
  pointer-events: initial;
  cursor: text;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  cursor: pointer;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -q(2);
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.select_dropdown {
  width: 100%;
  position: relative;
}
.select_dropdown--header {
  font: inherit;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-sizing: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--color_text_primary);
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-color: transparent;
  outline: none;
  border-radius: 0;
  transition: all 0.2s ease;
  pointer-events: initial;
  cursor: text;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.select_dropdown--header button {
  right: 0;
}
.select_dropdown--menu {
  display: none !important;
  position: absolute;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.25rem;
  border-radius: 0.125rem !important;
  background: var(--color_fill_primary);
  border: 0.0625rem solid var(--color_text_primary);
  z-index: 10;
}
.select_dropdown--menu.active {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex !important;
}
.select_dropdown--menu label {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
}
.select_dropdown--menu label:hover {
  background-color: var(--color_state_hover);
}
.select_dropdown--menu label input[type=checkbox] {
  width: 1rem;
  height: 1rem;
}

.dropdown--menu {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.25rem;
  border-radius: 0.125rem !important;
  background: var(--color_fill_primary);
  border: 0.0625rem solid var(--color_text_primary);
  z-index: 10;
}
.dropdown--menu label {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
}
.dropdown--menu label:hover {
  background-color: var(--color_state_hover);
}
.dropdown--menu label input[type=checkbox] {
  width: 1rem;
  height: 1rem;
}

progress,
meter {
  height: 0.625rem;
  border: none;
  border-radius: 0.25rem;
  background-color: var(--color_fill_primary);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  overflow: hidden;
}
progress::-webkit-progress-bar,
meter::-webkit-progress-bar {
  background-color: var(--color_fill_primary);
  border-radius: 0.25rem;
}
progress::-webkit-progress-value,
meter::-webkit-progress-value {
  background-color: var(--color_text_primary);
  border-radius: 0.25rem;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
progress::-moz-progress-bar,
meter::-moz-progress-bar {
  background-color: var(--color_text_primary);
  border-radius: 0.25rem;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.1);
  border-top: 0.125rem solid var(--color_accent_primary);
  border-radius: 50%;
  animation: spinner-rotate 0.6s linear infinite;
}

.spinner--sm {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.1);
  border-top: 0.125rem solid var(--color_accent_primary);
  border-radius: 50%;
  animation: spinner-rotate 0.6s linear infinite;
}

.spinner--md {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.1875rem solid rgba(0, 0, 0, 0.1);
  border-top: 0.1875rem solid var(--color_accent_primary);
  border-radius: 50%;
  animation: spinner-rotate 0.6s linear infinite;
}

.spinner--lg {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.25rem solid rgba(0, 0, 0, 0.1);
  border-top: 0.25rem solid var(--color_accent_primary);
  border-radius: 50%;
  animation: spinner-rotate 0.6s linear infinite;
}

.dim {
  position: relative;
  display: inline-block;
  overflow: visible;
  z-index: 9999;
}
.dim::before {
  opacity: 1;
  visibility: visible;
  display: block;
  cursor: help;
}
.dim.dim--top .dim__line, .dim.dim--bottom .dim__line {
  position: relative;
  height: 3.125rem;
  width: 0.09375rem;
  background-color: var(--color_line_primary);
  left: 50%;
  transform: translateX(-50%);
}
.dim.dim--top.is-selected::before, .dim.dim--bottom.is-selected::before {
  background-color: var(--color_accent_primary);
  color: var(--color_fill_primary);
  border-color: var(--color_accent_primary);
}
.dim.dim--top::before {
  position: absolute;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  background-color: var(--color_fill_primary);
  border-radius: 0;
  border: 0.0625rem solid var(--color_line_primary);
  pointer-events: none;
  font-size: 1rem;
  line-height: 1.25rem;
  line-height: 1;
  text-align: center;
  content: attr(dim-data);
  color: var(--color_text_primary);
  transition: opacity 0.5s;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.dim.dim--bottom::before {
  position: absolute;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  background-color: var(--color_fill_primary);
  border-radius: 0;
  border: 0.0625rem solid var(--color_line_primary);
  pointer-events: none;
  font-size: 1rem;
  line-height: 1.25rem;
  line-height: 1;
  text-align: center;
  content: attr(dim-data);
  color: var(--color_text_primary);
  transition: opacity 0.5s;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.dim.dim--left .dim__line, .dim.dim--right .dim__line {
  display: inline-block;
  width: 3.125rem;
  height: 0.09375rem;
  background-color: var(--color_line_primary);
  vertical-align: middle;
}
.dim.dim--left.is-selected::before, .dim.dim--right.is-selected::before {
  background-color: var(--color_accent_primary);
  color: var(--color_fill_primary);
  border-color: var(--color_accent_primary);
}
.dim.dim--left::before {
  position: absolute;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  background-color: var(--color_fill_primary);
  border-radius: 0;
  border: 0.0625rem solid var(--color_line_primary);
  pointer-events: none;
  font-size: 1rem;
  line-height: 1.25rem;
  line-height: 1;
  text-align: center;
  content: attr(dim-data);
  color: var(--color_text_primary);
  transition: opacity 0.5s;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
.dim.dim--right::before {
  position: absolute;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  background-color: var(--color_fill_primary);
  border-radius: 0;
  border: 0.0625rem solid var(--color_line_primary);
  pointer-events: none;
  font-size: 1rem;
  line-height: 1.25rem;
  line-height: 1;
  text-align: center;
  content: attr(dim-data);
  color: var(--color_text_primary);
  transition: opacity 0.5s;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
.dim.is-selected .dim__line {
  background-color: var(--color_accent_primary);
}

.dim__pointer {
  color: var(--color_accent_primary);
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tooltip {
  display: inline-block;
  overflow: visible;
  position: relative;
}

.tooltip--top:before {
  position: absolute;
  border-width: 0.375rem;
  transition: opacity 0.5s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  content: attr(tooltip-data);
  background-color: var(--color_fill_primary);
  border: 0.0625rem solid var(--color_line_primary);
  color: var(--color_text_primary);
  text-align: center;
  border-radius: 0.375rem;
  padding: 0.375rem;
  line-height: 1;
  transition: opacity 0.5s;
  display: block;
  width: -moz-max-content;
  width: max-content;
  bottom: calc(80% + 0.75rem - 0.0625rem);
  left: 50%;
  transform: translateX(-50%);
}

.tooltip--top:after {
  content: "";
  position: absolute;
  border-width: 0.375rem;
  transition: opacity 0.5s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-style: solid;
  bottom: 80%;
  left: 50%;
  margin-left: -0.375rem;
  border-color: var(--color_line_primary) transparent transparent transparent;
}

.tooltip--bottom:before {
  position: absolute;
  border-width: 0.375rem;
  transition: opacity 0.5s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  content: attr(tooltip-data);
  background-color: var(--color_fill_primary);
  border: 0.0625rem solid var(--color_line_primary);
  color: var(--color_text_primary);
  text-align: center;
  border-radius: 0.375rem;
  padding: 0.375rem;
  line-height: 1;
  transition: opacity 0.5s;
  display: block;
  width: -moz-max-content;
  width: max-content;
  top: calc(80% + 0.75rem - 0.0625rem);
  left: 50%;
  transform: translateX(-50%);
}

.tooltip--bottom:after {
  content: "";
  position: absolute;
  border-width: 0.375rem;
  transition: opacity 0.5s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-style: solid;
  top: 80%;
  left: 50%;
  margin-left: -0.375rem;
  border-color: transparent transparent var(--color_line_primary) transparent;
}

.tooltip--left:before {
  position: absolute;
  border-width: 0.375rem;
  transition: opacity 0.5s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  content: attr(tooltip-data);
  background-color: var(--color_fill_primary);
  border: 0.0625rem solid var(--color_line_primary);
  color: var(--color_text_primary);
  text-align: center;
  border-radius: 0.375rem;
  padding: 0.375rem;
  line-height: 1;
  transition: opacity 0.5s;
  display: block;
  width: -moz-max-content;
  width: max-content;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 0.75rem - 0.0625rem);
}

.tooltip--left:after {
  content: "";
  position: absolute;
  border-width: 0.375rem;
  transition: opacity 0.5s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-style: solid;
  top: 50%;
  right: 100%;
  margin-top: -0.375rem;
  border-color: transparent transparent transparent var(--color_line_primary);
}

.tooltip--right:before {
  position: absolute;
  border-width: 0.375rem;
  transition: opacity 0.5s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  content: attr(tooltip-data);
  background-color: var(--color_fill_primary);
  border: 0.0625rem solid var(--color_line_primary);
  color: var(--color_text_primary);
  text-align: center;
  border-radius: 0.375rem;
  padding: 0.375rem;
  line-height: 1;
  transition: opacity 0.5s;
  display: block;
  width: -moz-max-content;
  width: max-content;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.75rem - 0.0625rem);
}

.tooltip--right:after {
  content: "";
  position: absolute;
  border-width: 0.375rem;
  transition: opacity 0.5s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-style: solid;
  top: 50%;
  left: 100%;
  margin-top: -0.375rem;
  border-color: transparent var(--color_line_primary) transparent transparent;
}

.tooltip:hover:before,
.tooltip:hover:after {
  opacity: 1;
  visibility: visible;
  display: block;
  position: absolute;
  z-index: 9999;
  cursor: help;
}

.tooltip--static:before,
.tooltip--static:after {
  opacity: 1;
  visibility: visible;
  display: block;
  position: absolute;
  z-index: 9999;
  pointer-events: auto;
}

.caption {
  text-align: center;
  background-color: white;
  padding: 0.125rem 1rem;
  color: black;
}

img {
  border-style: none;
}

video {
  max-width: 100%;
  height: auto;
  border: 0.0625rem solid #ddd;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
video:hover::controls {
  background: rgba(0, 0, 0, 0.75);
  color: var(--surface_primary);
}

.video_wrapper {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  background: rgba(67, 67, 67, 0.5);
}

.video-container {
  position: relative;
}
.video-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.video-container > .video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container video {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: var(--color_surface_primary);
  font-size: 2rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}
video:hover + .video-overlay, video:pause + .video-overlay {
  opacity: 1;
}

.custom-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.625rem;
  background: rgba(0, 0, 0, 0.7);
  color: var(--color_surface_primary);
  display: flex;
  justify-content: space-between;
}
.custom-controls .play-button,
.custom-controls .volume-control,
.custom-controls .full-screen-button {
  cursor: pointer;
}

.embed-responsive {
  position: relative;
}
.embed-responsive:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.embed-responsive > .video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alert {
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  gap: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem !important;
  border-width: 0.0625rem;
  border-style: solid;
  border-radius: 0;
  border-color: transparent;
}
.alert::before {
  content: none;
  display: inline-block;
  top: 0.75rem;
  font-size: 0.5rem;
  flex-shrink: 0;
}

.alert--success {
  background-color: var(--color_log_success--75);
  color: var(--color_log_success);
  border-color: var(--color_log_success--50);
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  gap: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem !important;
  border-width: 0.0625rem;
  border-style: solid;
  border-radius: 0;
  border-color: transparent;
}
.alert--success::before {
  content: none;
  display: inline-block;
  top: 0.75rem;
  font-size: 0.5rem;
  flex-shrink: 0;
}
.alert--success::before {
  content: "✔";
}

.alert--warning {
  background-color: var(--color_log_warning--75);
  color: var(--color_log_warning);
  border-color: var(--color_log_warning--50);
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  gap: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem !important;
  border-width: 0.0625rem;
  border-style: solid;
  border-radius: 0;
  border-color: transparent;
}
.alert--warning::before {
  content: none;
  display: inline-block;
  top: 0.75rem;
  font-size: 0.5rem;
  flex-shrink: 0;
}
.alert--warning::before {
  content: "⚠";
}

.alert--error {
  background-color: var(--color_log_error--75);
  color: var(--color_log_error);
  border-color: var(--color_log_error--50);
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  gap: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem !important;
  border-width: 0.0625rem;
  border-style: solid;
  border-radius: 0;
  border-color: transparent;
}
.alert--error::before {
  content: none;
  display: inline-block;
  top: 0.75rem;
  font-size: 0.5rem;
  flex-shrink: 0;
}
.alert--error::before {
  content: "✖";
}

.alert--info {
  background-color: var(--color_log_info--75);
  color: var(--color_log_info);
  border-color: var(--color_log_info--50);
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  gap: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem !important;
  border-width: 0.0625rem;
  border-style: solid;
  border-radius: 0;
  border-color: transparent;
}
.alert--info::before {
  content: none;
  display: inline-block;
  top: 0.75rem;
  font-size: 0.5rem;
  flex-shrink: 0;
}
.alert--info::before {
  content: "ℹ";
}

.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: var(--accordion-border-radius);
  overflow: hidden;
  background-color: var(--accordion-bg);
  color: var(--accordion-color);
}

.accordion__item {
  border: var(--accordion-border-width) solid var(--accordion-border-color);
  background-color: var(--accordion-bg);
}

.accordion__header {
  margin: 0;
  padding: 0;
}

.accordion__button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--accordion-btn-padding-y) var(--accordion-btn-padding-x);
  font-size: inherit;
  background-color: var(--accordion-btn-bg);
  color: var(--accordion-btn-color);
  border: none;
  text-align: left;
  cursor: pointer;
  transition: var(--accordion-transition);
}
.accordion__button::after {
  content: "";
  margin-left: auto;
  background-image: var(--accordion-btn-icon);
  width: var(--accordion-btn-icon-width);
  height: var(--accordion-btn-icon-width);
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--accordion-btn-icon-transition);
}
.accordion__button:not(.collapsed) {
  background-color: var(--accordion-active-bg);
  color: var(--accordion-active-color);
}
.accordion__button:not(.collapsed)::after {
  background-image: var(--accordion-btn-active-icon);
  transform: var(--accordion-btn-icon-transform);
}
.accordion__button:focus {
  outline: none;
  box-shadow: var(--accordion-btn-focus-box-shadow);
}

.accordion__body {
  padding: var(--accordion-body-padding-y) var(--accordion-body-padding-x);
}

.accordion--flush {
  border: none;
  border-radius: 0;
}
.accordion--flush > .accordion--item {
  border: none;
  border-radius: 0;
}
.accordion--flush > .accordion--item:first-child {
  border-top: none;
}
.accordion--flush > .accordion--item:last-child {
  border-bottom: none;
}

.breadcrumb {
  background: transparent;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb ul li {
  display: inline-block;
  line-height: normal;
}
.breadcrumb ul li::after {
  content: "/ ";
  font-weight: 900;
  padding: 0 0.5rem 0 0.5rem;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.6;
}
.breadcrumb ul li:last-child::after {
  content: "";
  padding: 0;
}
.breadcrumb ul li.active {
  color: var(breadcrumb-item-active-color);
}

.system_card_wrapper {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  width: 100%;
  background: white;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  box-shadow: 0;
  transform: scale(0.975);
  transition: box-shadow 0.5s, transform 0.5s;
}
.system_card_wrapper:hover {
  transform: scale(1);
  box-shadow: 0.125rem 0.5rem 0.75rem rgba(0, 0, 0, 0.2);
}
.system_card_wrapper .system_card_container {
  width: 100%;
  height: 100%;
}
.system_card_wrapper .system_card_container .top {
  height: 80%;
  width: 100%;
  background: #8abedc;
  background: linear-gradient(135deg, #8abedc, #3696c1);
}
.system_card_wrapper .system_card_container .top svg {
  height: 50%;
  width: 50%;
  margin: auto 0 auto;
  color: var(--color_surface_primary) fff;
  fill: var(--color_surface_primary) fff;
}
.system_card_wrapper .system_card_container .top svg * {
  color: var(--color_surface_primary) fff;
}
.system_card_wrapper .system_card_container .bottom {
  width: 200%;
  height: 20%;
  transition: transform 0.5s;
}
.system_card_wrapper .system_card_container .bottom.clicked {
  transform: translateX(-50%);
}
.system_card_wrapper .system_card_container .bottom h1 {
  margin: 0;
  padding: 0;
}
.system_card_wrapper .system_card_container .bottom p {
  margin: 0;
  padding: 0;
}
.system_card_wrapper .system_card_container .bottom .left {
  height: 100%;
  width: 50%;
  background: #f4f4f4;
  position: relative;
  float: left;
}
.system_card_wrapper .system_card_container .bottom .left .details,
.system_card_wrapper .system_card_container .bottom .left .action {
  height: 100%;
  width: 100%;
  padding: 0.5rem;
  background: #f1f1f1;
  display: flex;
  align-items: center;
}
.system_card_wrapper .system_card_container .bottom .left .details *,
.system_card_wrapper .system_card_container .bottom .left .action * {
  vertical-align: middle;
}
.system_card_wrapper .system_card_container .bottom .left .details {
  float: left;
  width: calc(70% - 8.75rem);
}
.system_card_wrapper .system_card_container .bottom .left .action {
  float: right;
  width: calc(30% - 0.125rem);
  transition: background 0.5s;
  border-left: solid thin rgba(0, 0, 0, 0.1);
  justify-content: center;
}
.system_card_wrapper .system_card_container .bottom .left .action i {
  height: 100%;
  width: 100%;
  text-align: center;
  color: #254053;
  transition: transform 0.5s;
}
.system_card_wrapper .system_card_container .bottom .left .action:hover {
  background: #a6cdde;
}
.system_card_wrapper .system_card_container .bottom .left .action:hover i {
  color: #00394b;
}
.system_card_wrapper .system_card_container .bottom .right {
  width: 50%;
  background: #a6cdde;
  color: white;
  float: right;
  height: 200%;
  overflow: hidden;
}
.system_card_wrapper .system_card_container .bottom .right .details {
  padding: 1.25rem;
  float: right;
  width: calc(70% - 8.75rem);
}
.system_card_wrapper .system_card_container .bottom .right .done {
  width: calc(30% - 0.125rem);
  float: left;
  transition: transform 0.5s;
  border-right: solid thin rgba(255, 255, 255, 0.3);
  height: 50%;
}
.system_card_wrapper .system_card_container .bottom .right .done i {
  font-size: 2rem;
  padding: 2rem;
  color: white;
}
.system_card_wrapper .system_card_container .bottom .right .remove {
  width: calc(30% - 0.0625rem);
  clear: both;
  border-right: solid thin rgba(255, 255, 255, 0.3);
  height: 50%;
  background: #bc3b59;
  transition: transform 0.5s, background 0.5s;
}
.system_card_wrapper .system_card_container .bottom .right .remove:hover {
  background: #9b2847;
}
.system_card_wrapper .system_card_container .bottom .right .remove:hover i {
  transform: translateY(0.25rem);
}
.system_card_wrapper .system_card_container .bottom .right .remove i {
  transition: transform 0.5s;
  font-size: 2rem;
  padding: 2rem;
  color: white;
}
.system_card_wrapper .system_card_container .bottom .right:hover .remove,
.system_card_wrapper .system_card_container .bottom .right:hover .done {
  transform: translateY(-100%);
}
.system_card_wrapper .inside {
  z-index: 9;
  background: #dad7dd;
  width: 8.75rem;
  height: 8.75rem;
  position: absolute;
  top: -q(72);
  right: -q(72);
  border-radius: 0px 0px 0.625rem 12.5rem;
  transition: all 0.5s, border-radius 2s, top 1s;
  overflow: hidden;
}
.system_card_wrapper .inside .icon {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  color: white;
  opacity: 1;
}
.system_card_wrapper .inside:hover {
  width: 100%;
  right: 0;
  top: 0;
  border-radius: 0;
  height: 80%;
}
.system_card_wrapper .inside:hover .icon {
  opacity: 0;
  right: 0.9375rem;
  top: 0.9375rem;
}
.system_card_wrapper .inside:hover .contents {
  opacity: 1;
  transform: scale(1);
  transform: translateY(0);
}
.system_card_wrapper .inside .contents {
  padding: 5%;
  opacity: 0;
  transform: scale(0.5);
  transform: translateY(-200%);
  transition: opacity 0.2s, transform 0.8s;
}
.system_card_wrapper .inside .contents table {
  text-align: left;
  width: 100%;
}
.system_card_wrapper .inside .contents h1,
.system_card_wrapper .inside .contents p,
.system_card_wrapper .inside .contents table {
  color: white;
}
.system_card_wrapper .inside .contents p {
  font-size: 0.75rem;
}

.product-offer-card_carousel {
  counter-increment: product-counter;
  border-radius: 0.25rem;
  margin: 2rem 0 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  min-width: calc(100% - 4.5rem);
  padding: 0;
  width: calc(100% - 4.5rem);
}

.product-offer-card_carousel__button-link.offer-link,
.product-offer-card_expanded__button-link.offer-link {
  counter-increment: offer-counter;
}

[data-component-name=product-offer-card]:has(.product-offer-card_carousel__sponsor) {
  background-color: #f8f8f8;
}

[data-component-name=product-offer-card]:has(.product-offer-card_carousel__sponsor) [class*=__subtitle] {
  display: none;
}

.product-offer-card_carousel__sponsor {
  color: var(--color_text_primary);
  font-weight: 700;
  grid-row: 2;
  margin: 0 0 0.25rem;
}

.product-offer-card_carousel .ql-container.ql-bubble:not(.ql-disabled) a:before {
  width: -moz-max-content;
  width: max-content;
  max-width: 3Q 20;
}

.product-offer-card_carousel .context-menu,
.product-offer-card_related-product .context-menu {
  max-width: 180px;
}

.product-offer-card_carousel__title {
  color: var(--color_text_primary);
  margin-bottom: 1rem;
}

.product-offer-card_carousel__title-link {
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
}

.product-offer-card_carousel__title:has(+ .product-offer-card_carousel__subtitle) {
  margin-bottom: 0.5rem;
}

.product-offer-card_carousel__subtitle {
  color: var(--color_text_primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

.product-offer-card_carousel h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.product-offer-card_carousel__sticker-spacing,
.product-offer-card_expanded__sticker-spacing,
.product-offer-card_hyphensocial__sticker-spacing,
.product-offer-card_landing__sticker-spacing {
  margin-top: 3.125rem;
}

.product-offer-card_carousel__image,
.product-offer-card_carousel__side-complement {
  width: 100%;
}

.product-offer-card_carousel__description .ui-textbox__counter--wysiwyg-error {
  position: relative;
  float: right;
}

.product-offer-card_carousel__review-link {
  color: var(--color_text_primary);
  text-decoration-color: var(--color_text_primary);
  font-weight: 700;
  font-size: 1.125rem;
}

.product-offer-card_carousel__review-link:hover {
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
  color: #6e6e6e;
  text-decoration-color: var(--color_text_primary);
}

.product-offer-card_carousel__description a,
.product-offer-card_expanded__description a,
.product-offer-card_expanded__title-link,
.product-offer-card_hyphensocial__description a,
.product-offer-card_hyphensocial__title-link,
.product-offer-card_landing__title-link {
  -webkit-text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
          text-decoration-skip: var(--theme-underline-skip-ink);
  -webkit-text-decoration-line: var(--theme-paragraph__link-decoration);
}

.product-offer-card_carousel__price {
  font-weight: 700;
}

.product-offer-card_carousel__price-updated {
  font-size: small;
  color: #6e6e6e;
}

.product-offer-card_carousel__original-price {
  font-weight: 300;
  font-family: var(--theme-font-family);
}

.product-offer-card_carousel__button-area {
  justify-content: center;
}

.product-offer-card_carousel__button-link {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color_fill_primary);
  border-radius: 0.25rem;
  background-color: var(--theme-button-color);
  display: flex;
  align-items: center;
}

.product-offer-card_carousel .image .image__caption,
.product-offer-card_carousel__image .image:not(:first-child),
.product-offer-card_carousel__image .selector .add-bottom,
.product-offer-card_carousel__image .selector .add-top,
.product-offer-card_carousel__image .selector .quick-bar .quick-bar-dupe,
.product-offer-card_carousel__sticker-container [data-sticker-expired-or-unsupported=true],
.product-offer-card_carousel__sticker-container.hide {
  display: none;
}

.product-offer-card_carousel__button-link:hover {
  background-color: var(--theme-button-color-hover);
}

.product-offer-card_carousel__image-link {
  text-decoration: none;
}

.product-offer-card_carousel__image-link:active,
.product-offer-card_carousel__image-link:focus {
  outline: 0;
}

.product-offer-card_carousel__settings-container {
  grid-column: 1/span 2;
  grid-row: 1;
  order: -1;
}

.product-offer-card_carousel__sticker {
  top: -40px;
  left: 0.1875rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  height: 2rem;
}

.product-offer-card_carousel__sticker-container {
  grid-row: 1;
  grid-column: 1;
  margin-bottom: 0.1875rem;
  width: 100%;
}

.product-offer-card_carousel .image {
  margin: 0;
  padding: 0;
  border: none;
}

.product-offer-card_carousel .image__container {
  border: 0.0625rem solid #e6e6e6;
}

.product-offer-card_carousel__description p {
  margin-top: 0;
}

.product-offer-card_carousel__sticker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e2f380;
  transform: skewX(-14deg);
  border-radius: 0.125rem;
  margin: 1rem 0 0.5rem 0.25rem;
}

.product-offer-card_carousel__image .image__metadata,
.product-offer-card_carousel__image div[class*=add-],
.product-offer-card_carousel__sticker-container [data-sticker-expired-or-unsupported=true] {
  display: none;
}

.product-offer-card_carousel__sticker-container {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0;
}

.product-offer-card_carousel__sticker-text {
  line-height: 1.25rem;
  color: var(--color_text_primary);
  font-weight: 700;
  font-size: 0.875rem;
  transform: skewX(14deg);
  width: -moz-max-content;
  width: max-content;
}

.product-offer-card_carousel__review-link-container {
  margin: 0 0 1.5rem;
}

.product-offer-card_carousel__title {
  margin: 1rem 0 0.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.product-offer-card_carousel__title-link {
  color: var(--theme-color-link);
}

.product-offer-card_carousel__title-link:hover {
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: none;
  color: var(--theme-link-color-hover);
}

.product-offer-card_carousel__description {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0.5rem 0;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}

.product-offer-card_carousel__description.add-spacing {
  margin-bottom: 1.5rem;
}

.product-offer-card_carousel__description p {
  margin-bottom: 0;
}

.product-offer-card_carousel__description a {
  color: var(--theme-paragraph__link-color);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
          text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
}

.product-offer-card_carousel__description a:hover {
  color: var(--theme-link-color-hover);
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.product-offer-card_carousel__image {
  border: 0.0625rem solid #e6e6e6;
  height: calc(36vw + 0.5rem);
  min-height: calc(36vw + 0.5rem);
  order: -1;
  overflow: visible;
}

.product-offer-card_carousel__image .image {
  margin: 0 !important;
}

.product-offer-card_carousel__image div {
  border: none;
}

.product-offer-card_carousel__price {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color_fill_primary);
}

.product-offer-card_carousel__button-area {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  margin-top: auto;
}

.product-offer-card_carousel__button-link {
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
}

.product-offer-card_expanded__description a:hover,
.product-offer-card_expanded__review-link:hover,
.product-offer-card_expanded__title-link:hover {
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.product-offer-card_carousel .context-menu .ui-button {
  height: auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.product-offer-card_carousel .context-menu .ui-button .ui-button__content {
  white-space: normal;
  max-height: 2rem;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
}

.product-offer-card_carousel .add-left,
.product-offer-card_carousel .add-right {
  top: 0;
}

.product-offer-card_expanded {
  display: grid;
  grid-template-rows: minmax(0, auto);
  counter-increment: product-counter;
  padding: 1.5rem;
  box-shadow: 0 0 0.5rem 0 #e6e6e6;
  border-radius: 0.25rem;
  margin: 2rem 0;
}

.product-offer-card_expanded__images {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-row: 5;
}

.product-offer-card_expanded__images .image {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.product-offer-card_expanded__images .image .image__credit {
  display: none;
}

.product-offer-card_expanded__images .image .image__metadata {
  position: absolute;
  bottom: 0;
  top: 0;
  background: rgba(12, 12, 12, 0.4);
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
}

[data-component-name=product-offer-card]:has(.product-offer-card_expanded__sponsor),
[data-component-name=product-offer-card]:has(.product-offer-card_hyphensocial__sponsor) {
  background-color: #f8f8f8;
}

.product-offer-card_expanded__images .image:hover .image__metadata {
  opacity: 1;
}

.product-offer-card_expanded__images .image .kiln-placeholder {
  min-height: 8Q 3 !important;
  margin-bottom: 0;
}

.product-offer-card_expanded__button-area {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  grid-row: 6;
}

.product-offer-card_expanded__title {
  grid-row: 2;
  grid-column: 1;
}

.product-offer-card_expanded__subtitle {
  grid-row: 3;
}

.product-offer-card_expanded__image {
  grid-row: 4;
}

.product-offer-card_expanded__description {
  grid-row: 7;
}

.product-offer-card_expanded__review-link-container {
  grid-row: 8;
  margin: 0;
}

.product-offer-card_expanded .social-share_compact {
  display: block;
  grid-row: 9;
}

.product-offer-card_expanded .selector {
  grid-row: 1;
  grid-column: 1;
}

[data-component-name=product-offer-card]:has(.product-offer-card_expanded__sponsor) [class*=__subtitle] {
  display: none;
}

.product-offer-card_expanded__sponsor {
  color: var(--color_text_primary);
  font-weight: 700;
  grid-row: 2;
  margin: 0 0 0.25rem;
}

.product-offer-card_expanded .ql-container.ql-bubble:not(.ql-disabled) a:before {
  width: -moz-max-content;
  width: max-content;
  max-width: 3Q 20;
}

.product-offer-card_expanded__title {
  color: var(--color_text_primary);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}

.product-offer-card_expanded__title-link {
  color: var(--theme-paragraph__link-color);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
          text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
}

.product-offer-card_expanded__title-link:hover {
  color: var(--theme-link-color-hover);
}

.product-offer-card_expanded__title:has(+ .product-offer-card_expanded__subtitle) {
  margin-bottom: 0.5rem;
}

.product-offer-card_expanded__subtitle {
  color: var(--color_text_primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

.product-offer-card_expanded h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.product-offer-card_expanded__image,
.product-offer-card_expanded__side-complement {
  width: 100%;
}

.product-offer-card_expanded__description {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
  word-break: break-word;
}

.product-offer-card_expanded__description a {
  color: var(--theme-paragraph__link-color);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
          text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
}

.product-offer-card_expanded__description a:hover {
  color: var(--theme-link-color-hover);
}

.product-offer-card_expanded__description .ui-textbox__counter--wysiwyg-error {
  position: relative;
  float: right;
}

.product-offer-card_expanded__review-link {
  -webkit-text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
  color: var(--color_text_primary);
  text-decoration-color: var(--color_text_primary);
  font-weight: 700;
  font-size: 1.125rem;
}

.product-offer-card_expanded__review-link:hover {
  color: #6e6e6e;
  text-decoration-color: var(--color_text_primary);
}

.product-offer-card_hyphensocial__description a,
.product-offer-card_hyphensocial__title-link {
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
          text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
}

.product-offer-card_expanded__price {
  font-weight: 700;
}

.product-offer-card_expanded__price-updated {
  font-size: small;
  color: #6e6e6e;
}

.product-offer-card_expanded__original-price {
  font-family: var(--theme-font-family);
  font-weight: 300;
}

.product-offer-card_expanded__button-area {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.product-offer-card_expanded__button-link {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color_fill_primary);
  text-decoration: none;
  border-radius: 0.25rem;
  background-color: var(--theme-button-color);
  padding: 1rem 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-offer-card_expanded__button-link:hover {
  background-color: var(--theme-button-color-hover);
}

.product-offer-card_expanded__image-link {
  text-decoration: none;
}

.product-offer-card_hyphensocial__description a:hover,
.product-offer-card_hyphensocial__review-link:hover,
.product-offer-card_hyphensocial__title-link:hover {
  text-decoration: var(--theme-paragraph__hover-link-decoration);
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.product-offer-card_expanded__image-link:active,
.product-offer-card_expanded__image-link:focus {
  outline: 0;
}

.product-offer-card_expanded__settings-container {
  grid-column: 1/span 2;
  grid-row: 1;
}

.product-offer-card_expanded__sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 0.1875rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: auto;
  height: 2rem;
  background-color: #e2f380;
  transform: skewX(-14deg);
  border-radius: 0.125rem;
}

.product-offer-card_expanded .image .image__caption,
.product-offer-card_expanded__image .image:not(:first-child),
.product-offer-card_expanded__sticker-container [data-sticker-expired-or-unsupported=true],
.product-offer-card_expanded__sticker-container.hide,
[data-component-name=product-offer-card]:has(.product-offer-card_hyphensocial__sponsor) [class*=__subtitle] {
  display: none;
}

.product-offer-card_expanded__sticker-container {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  margin-bottom: 0.1875rem;
  height: 100%;
  width: 100%;
}

.product-offer-card_expanded__sticker-text {
  line-height: 1.25rem;
  color: var(--color_text_primary);
  font-weight: 700;
  font-size: 1rem;
  transform: skewX(14deg);
}

.product-offer-card_expanded .image {
  margin: 0;
  padding: 0;
  border: none;
}

.product-offer-card_expanded .image__container {
  border: 0.0625rem solid #e6e6e6;
}

.product-offer-card_expanded__description p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.product-offer-card_expanded.component-selector-wrapper .product-offer-card_expanded__title {
  padding-top: 0;
  margin-top: 1rem;
}

.product-offer-card_expanded.component-selector-wrapper .product-offer-card_expanded__settings-container {
  grid-column: 1/span 2;
  grid-row: 1;
}

.product-offer-card_hyphensocial {
  counter-increment: product-counter;
  padding: 1.5rem;
  box-shadow: 0 0 0.5rem 0 #e6e6e6;
  border-radius: 0.25rem;
  margin: 2rem 0;
}

.product-offer-card_hyphensocial .image-ratio-mobile,
.product-offer-card_hyphensocial .image-ratio-web {
  margin-left: -q(16);
  margin-right: -q(16);
}

.product-offer-card_hyphensocial .product-offer-card_hyphensocial__description {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.product-offer-card_hyphensocial__sponsor {
  color: var(--color_text_primary);
  font-weight: 700;
  grid-row: 2;
  margin: 0 0 0.25rem;
}

.product-offer-card_hyphensocial .ql-container.ql-bubble:not(.ql-disabled) a:before {
  width: -moz-max-content;
  width: max-content;
  max-width: 3Q 20;
}

.product-offer-card_hyphensocial__title {
  color: var(--color_text_primary);
  font-size: 1.5rem;
  font-weight: 700;
  font-family: helveticaneue, Helvetica, Arial, Utkal, sans-serif;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}

.product-offer-card_hyphensocial__title-link {
  color: var(--theme-paragraph__link-color);
}

.product-offer-card_hyphensocial__title-link:hover {
  color: var(--theme-link-color-hover);
}

.product-offer-card_hyphensocial__title:has(+ .product-offer-card_hyphensocial__subtitle) {
  margin-bottom: 0.5rem;
}

.product-offer-card_hyphensocial__subtitle {
  color: var(--color_text_primary);
  font-size: 1rem;
  font-weight: 700;
  font-family: helveticaneue, Helvetica, Arial, Utkal, sans-serif;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

.product-offer-card_hyphensocial h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.product-offer-card_hyphensocial__image,
.product-offer-card_hyphensocial__side-complement {
  width: 100%;
}

.product-offer-card_hyphensocial__description {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
  word-break: break-word;
}

.product-offer-card_hyphensocial__description a {
  color: var(--theme-paragraph__link-color);
}

.product-offer-card_hyphensocial__description a:hover {
  color: var(--theme-link-color-hover);
}

.product-offer-card_hyphensocial__description .ui-textbox__counter--wysiwyg-error {
  position: relative;
  float: right;
}

.product-offer-card_hyphensocial__review-link {
  -webkit-text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
  color: var(--color_text_primary);
  text-decoration-color: var(--color_text_primary);
  font-weight: 700;
  font-size: 1.125rem;
}

.product-offer-card_hyphensocial__review-link:hover {
  color: #6e6e6e;
  text-decoration-color: var(--color_text_primary);
}

.product-offer-card_hyphensocial__price {
  font-weight: 700;
}

.product-offer-card_hyphensocial__price-updated {
  font-size: small;
  color: #6e6e6e;
}

.product-offer-card_hyphensocial__original-price {
  font-family: var(--theme-font-family);
  font-weight: 300;
}

.product-offer-card_landing__subtitle,
.product-offer-card_landing__title {
  font-family: helveticaneue, Helvetica, Arial, Utkal, sans-serif;
}

.product-offer-card_hyphensocial__button-area {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.product-offer-card_hyphensocial__button-link {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color_fill_primary);
  text-decoration: none;
  border-radius: 0.25rem;
  background-color: var(--theme-button-color);
  padding: 1rem 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-offer-card_hyphensocial__button-link.offer-link {
  counter-increment: offer-counter;
}

.product-offer-card_hyphensocial__button-link:hover {
  background-color: var(--theme-button-color-hover);
}

.product-offer-card_hyphensocial__image-link {
  text-decoration: none;
}

.product-offer-card_hyphensocial__image-link:active,
.product-offer-card_hyphensocial__image-link:focus {
  outline: 0;
}

.product-offer-card_hyphensocial__settings-container {
  grid-column: 1/span 2;
  grid-row: 1;
}

.product-offer-card_hyphensocial__sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 0.1875rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: auto;
  height: 2rem;
  background-color: #e2f380;
  transform: skewX(-14deg);
  border-radius: 0.125rem;
}

.product-offer-card_hyphensocial .image .image__caption,
.product-offer-card_hyphensocial__image .image:not(:first-child),
.product-offer-card_hyphensocial__image .selector .add-bottom,
.product-offer-card_hyphensocial__image .selector .add-top,
.product-offer-card_hyphensocial__image .selector .quick-bar .quick-bar-dupe,
.product-offer-card_hyphensocial__sticker-container [data-sticker-expired-or-unsupported=true],
.product-offer-card_hyphensocial__sticker-container.hide {
  display: none;
}

.product-offer-card_hyphensocial__sticker-container {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  margin-bottom: 0.1875rem;
  height: 100%;
  width: 100%;
}

.product-offer-card_hyphensocial__sticker-text {
  line-height: 1.25rem;
  color: var(--color_text_primary);
  font-weight: 700;
  font-size: 1rem;
  transform: skewX(14deg);
}

.product-offer-card_hyphensocial .image {
  margin: 0;
  padding: 0;
  border: none;
}

.product-offer-card_hyphensocial .image__container {
  border: 0.0625rem solid #e6e6e6;
}

.product-offer-card_hyphensocial__description p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.product-offer-card_landing {
  flex-grow: 1;
  flex-basis: 21%;
  max-width: 32Q 3;
  display: flex;
  flex-direction: column;
  counter-increment: product-counter;
  box-shadow: 0 0 0.5rem 0 #e6e6e6;
  border-radius: 0.25rem;
  margin: 2rem 0;
  padding: 1rem;
}

.product-offer-card_landing__button-link.offer-link,
.product-offer-card_listing-item__button-link.offer-link {
  counter-increment: offer-counter;
}

[data-component-name=product-offer-card]:has(.product-offer-card_landing__sponsor) {
  background-color: #f8f8f8;
}

[data-component-name=product-offer-card]:has(.product-offer-card_landing__sponsor) [class*=__subtitle] {
  display: none;
}

.product-offer-card_landing__sponsor {
  color: var(--color_text_primary);
  font-weight: 700;
  grid-row: 2;
  margin: 0 0 0.25rem;
}

.product-offer-card_landing .ql-container.ql-bubble:not(.ql-disabled) a:before {
  width: -moz-max-content;
  width: max-content;
  max-width: 3Q 20;
}

.product-offer-card_landing__title {
  color: var(--color_text_primary);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.product-offer-card_landing__title-link {
  color: var(--theme-paragraph__link-color);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
          text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
}

.product-offer-card_landing__title-link:hover {
  color: var(--theme-link-color-hover);
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.product-offer-card_landing__title:has(+ .product-offer-card_landing__subtitle) {
  margin-bottom: 0.5rem;
}

.product-offer-card_landing__subtitle {
  color: var(--color_text_primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.product-offer-card_landing h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.product-offer-card_landing__image,
.product-offer-card_landing__side-complement {
  width: 100%;
}

.product-offer-card_landing__description {
  margin: 0;
  line-height: 1.625rem;
}

.product-offer-card_landing__description .ui-textbox__counter--wysiwyg-error {
  position: relative;
  float: right;
}

.product-offer-card_landing__review-link {
  -webkit-text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
  color: var(--color_text_primary);
  text-decoration-color: var(--color_text_primary);
  font-weight: 700;
}

.product-offer-card_landing__review-link:hover {
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration-color: var(--color_text_primary);
}

.product-offer-card_landing__description a,
.product-offer-card_listing-item__description a,
.product-offer-card_listing__title-link {
  text-decoration-line: var(--theme-paragraph__link-decoration);
  -webkit-text-decoration-color: var(--theme-paragraph__link-decoration-color);
}

.product-offer-card_landing__price {
  font-weight: 700;
}

.product-offer-card_landing__price-updated {
  font-size: small;
  color: #6e6e6e;
}

.product-offer-card_landing__original-price {
  font-family: var(--theme-font-family);
  font-weight: 300;
}

.product-offer-card_landing__button-area {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.product-offer-card_landing__button-link {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color_fill_primary);
  text-decoration: none;
  border-radius: 0.25rem;
  background-color: var(--theme-button-color);
  padding: 1rem 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-offer-card_landing__button-link:hover {
  background-color: var(--theme-button-color-hover);
}

.product-offer-card_landing__image-link {
  text-decoration: none;
}

.product-offer-card_landing__description a:hover,
.product-offer-card_listing-item__review-link:hover {
  text-decoration: var(--theme-paragraph__hover-link-decoration);
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.product-offer-card_landing__image-link:active,
.product-offer-card_landing__image-link:focus {
  outline: 0;
}

.product-offer-card_landing__settings-container {
  grid-column: 1/span 2;
  grid-row: 1;
}

.product-offer-card_landing__sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 0.1875rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: auto;
  height: 2rem;
  background-color: #e2f380;
  transform: skewX(-14deg);
  border-radius: 0.125rem;
}

.product-offer-card_landing .image .image__caption,
.product-offer-card_landing__image .image .image__credit,
.product-offer-card_landing__image .image:not(:first-child),
.product-offer-card_landing__image .selector .add-bottom,
.product-offer-card_landing__image .selector .add-top,
.product-offer-card_landing__image .selector .quick-bar .quick-bar-dupe,
.product-offer-card_landing__sticker-container [data-sticker-expired-or-unsupported=true],
.product-offer-card_landing__sticker-container.hide {
  display: none;
}

.product-offer-card_landing__sticker-container {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  margin-bottom: 0.1875rem;
  height: 100%;
  width: 100%;
}

.product-offer-card_landing__sticker-text {
  line-height: 1.25rem;
  color: var(--color_text_primary);
  font-weight: 700;
  font-size: 1rem;
  transform: skewX(14deg);
}

.product-offer-card_landing .image {
  margin: 0;
  padding: 0;
  border: none;
}

.product-offer-card_landing .image__container {
  border: 0.0625rem solid #e6e6e6;
}

.product-offer-card_landing__description p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.product-offer-card_landing__title {
  margin-bottom: 0;
}

.product-offer-card_landing.component-selector-wrapper .product-offer-card_landing__title,
.product-offer-card_landing__subtitle {
  margin-bottom: 0.5rem;
}

.product-offer-card_landing__description {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}

.product-offer-card_landing__description a {
  color: var(--theme-paragraph__link-color);
  -webkit-text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
}

.product-offer-card_landing__description a:hover {
  color: var(--theme-link-color-hover);
}

.product-offer-card_landing__button-area {
  flex-flow: column;
  margin-top: auto;
}

.product-offer-card_landing__review-link-container {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.product-offer-card_landing__review-link {
  font-size: 1rem;
}

.product-offer-card_landing__review-link:hover {
  color: #6e6e6e;
}

.product-offer-card_listing-item {
  border: 0.0625rem solid #e6e6e6;
  border-radius: 0.25rem;
  counter-increment: product-counter;
  display: grid;
  margin: 0 0 2rem;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  min-height: 6.25rem;
}

.product-offer-card_listing-item .product__data {
  display: contents;
}

.product-offer-card_listing-item:not(:first-child) {
  margin-top: 2rem;
}

.product-offer-card_listing-item:last-child {
  margin-bottom: 0;
}

.product-offer-card_listing-item:not(:last-child):before {
  bottom: -q(16);
  position: absolute;
  width: 100%;
  height: 0.0625rem;
}

.product-offer-card_listing-item__sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e2f380;
  transform: skewX(-14deg);
  border-radius: 0.125rem;
}

.product-offer-card_listing-item__sticker-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 0.25rem;
  height: 100%;
  width: 90%;
  grid-row: 2;
}

.product-offer-card_listing-item__sticker-container::after {
  margin-bottom: 0.5rem;
  content: "";
}

.product-offer-card_listing-item__sticker-text {
  line-height: 1.25rem;
  color: var(--color_text_primary);
  font-weight: 700;
  font-size: 1rem;
  transform: skewX(14deg);
  width: -moz-max-content;
  width: max-content;
}

.product-offer-card_listing-item [data-sticker-expired-or-unsupported=true] {
  display: none;
}

.product-offer-card_listing-item__review-link {
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-thickness: 0.125rem;
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
  color: var(--color_text_primary);
  text-decoration-color: var(--color_text_primary);
  line-height: 1.625rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.product-offer-card_listing-item__description a,
.product-offer-card_listing__title-link {
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
}

.product-offer-card_listing-item__review-link:hover {
  color: #6e6e6e;
}

.product-offer-card_listing-item__review-link-container {
  margin: 0 0 0.5rem;
  grid-row: 6;
}

.product-offer-card_listing-item__title {
  font-weight: 700;
  font-size: 1.25rem;
  grid-row: 3;
  line-height: 1.625rem;
  padding-right: 1rem;
}

.product-offer-card_listing-item__title-link {
  color: var(--theme-color-link);
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.product-offer-card_listing-item__title-link:hover {
  text-decoration: none;
  color: var(--theme-link-color-hover);
}

.product-offer-card_listing-item__title h3 {
  margin: 0;
}

.product-offer-card_listing-item:has(.product-offer-card_listing-item__sponsor) {
  background-color: #f8f8f8;
  padding: 1.5rem;
}

.product-offer-card_listing-item__sponsor {
  grid-row: 2;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin: 0 0 0.25rem;
}

.product-offer-card_listing-item__description {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  grid-row: 5;
  padding-right: 1rem;
}

.product-offer-card_listing-item__description a {
  color: var(--theme-paragraph__link-color);
  -webkit-text-decoration-line: var(--theme-paragraph__link-decoration);
}

.product-offer-card_listing-item__description a:before {
  max-width: 3Q 20;
  width: -moz-max-content;
  width: max-content;
}

.product-offer-card_listing-item__description a:hover {
  color: var(--theme-link-color-hover);
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.product-offer-card_listing-item__description__description p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.product-offer-card_listing-item__image {
  grid-row: 4;
  grid-column: 1;
  padding-right: 1rem;
}

.product-offer-card_listing-item__image .image {
  margin: 0 !important;
  padding: 0 !important;
  border: 0.0625rem solid #e6e6e6;
}

.product-offer-card_listing-item__image .image__container {
  margin: 0;
}

.product-offer-card_listing-item__image .image:not(:first-child),
.product-offer-card_listing-item__image .image__metadata {
  display: none !important;
}

.product-offer-card_listing-item__image div {
  border: none;
}

.product-offer-card_listing-item__price {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color_fill_primary);
}

.product-offer-card_listing-item__original-price {
  font-weight: 400;
  font-family: var(--theme-font-family);
}

.product-offer-card_listing__subtitle,
.product-offer-card_listing__title {
  font-family: helveticaneue, Helvetica, Arial, Utkal, sans-serif;
}

.product-offer-card_listing-item__button-area {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  width: 100%;
  min-width: 100%;
  grid-row: 7;
}

.product-offer-card_listing-item__button-link {
  background-color: var(--theme-button-color);
  text-decoration: none;
  border-radius: 0.25rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
}

.product-offer-card_listing__description a:hover,
.product-offer-card_listing__review-link:hover,
.product-offer-card_listing__title-link:hover {
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.product-offer-card_listing-item__button-link:hover {
  background-color: var(--theme-button-color-hover);
}

.product-offer-card_listing-item__description p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.product-offer-card_listing {
  counter-increment: product-counter;
  border-radius: 0.25rem;
  margin: 2rem 0;
  box-shadow: none;
  padding: 0;
  grid-template-rows: minmax(0, auto);
  display: block;
}

.product-offer-card_listing__button-link.offer-link,
.product-offer-card_related-product__button-link.offer-link {
  counter-increment: offer-counter;
}

[data-component-name=product-offer-card]:has(.product-offer-card_listing__sponsor) {
  background-color: #f8f8f8;
}

[data-component-name=product-offer-card]:has(.product-offer-card_listing__sponsor) [class*=__subtitle] {
  display: none;
}

.product-offer-card_listing__sponsor {
  color: var(--color_text_primary);
  font-weight: 700;
  grid-row: 2;
  margin: 0 0 0.25rem;
}

.product-offer-card_listing .ql-container.ql-bubble:not(.ql-disabled) a:before {
  width: -moz-max-content;
  width: max-content;
  max-width: 3Q 20;
}

.product-offer-card_listing__title {
  color: var(--color_text_primary);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}

.product-offer-card_listing__title-link {
  color: var(--theme-paragraph__link-color);
  -webkit-text-decoration-line: var(--theme-paragraph__link-decoration);
}

.product-offer-card_listing__title-link:hover {
  color: var(--theme-link-color-hover);
}

.product-offer-card_listing__title:has(+ .product-offer-card_listing__subtitle) {
  margin-bottom: 0.5rem;
}

.product-offer-card_listing__subtitle {
  color: var(--color_text_primary);
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

.product-offer-card_listing__description a,
.product-offer-card_listing__title a {
  color: var(--theme-paragraph__link-color);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
  -webkit-text-decoration-color: var(--theme-paragraph__link-decoration-color);
  -webkit-text-decoration-line: var(--theme-paragraph__link-decoration);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
}

.product-offer-card_listing h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.product-offer-card_listing__image,
.product-offer-card_listing__side-complement {
  width: 100%;
}

.product-offer-card_listing__description {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
  word-break: break-word;
}

.product-offer-card_listing__description a:hover {
  color: var(--theme-link-color-hover);
}

.product-offer-card_listing__description .ui-textbox__counter--wysiwyg-error {
  position: relative;
  float: right;
}

.product-offer-card_listing__review-link {
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
  color: var(--color_text_primary);
  text-decoration-color: var(--color_text_primary);
  font-weight: 700;
  font-size: 1.125rem;
}

.product-offer-card_listing__review-link:hover {
  color: #6e6e6e;
  text-decoration-color: var(--color_text_primary);
}

.product-offer-card_listing__price {
  font-weight: 700;
}

.product-offer-card_listing__price-updated {
  font-size: small;
  color: #6e6e6e;
}

.product-offer-card_listing__original-price {
  font-family: var(--theme-font-family);
  font-weight: 300;
}

.product-offer-card_listing__button-area {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.product-offer-card_listing__button-link {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color_fill_primary);
  text-decoration: none;
  border-radius: 0.25rem;
  background-color: var(--theme-button-color);
  padding: 1rem 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-offer-card_listing__button-link:hover {
  background-color: var(--theme-button-color-hover);
}

.product-offer-card_listing__image-link {
  text-decoration: none;
}

.product-offer-card_listing__subtitle a:hover,
.product-offer-card_listing__title a:hover,
.product-offer-card_related-product__description a:hover,
.product-offer-card_related-product__review-link:hover,
.product-offer-card_related-product__title-link:hover {
  text-decoration: var(--theme-paragraph__hover-link-decoration);
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.product-offer-card_listing__image-link:active,
.product-offer-card_listing__image-link:focus {
  outline: 0;
}

.product-offer-card_listing__settings-container {
  grid-column: 1/span 2;
  grid-row: 1;
}

.product-offer-card_listing__sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0.1875rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: auto;
  height: 2rem;
  background-color: #e2f380;
  transform: skewX(-14deg);
  border-radius: 0.125rem;
  top: -q(42);
}

.product-offer-card_listing .image .image__caption,
.product-offer-card_listing__image .image:not(:first-child),
.product-offer-card_listing__image .selector .add-bottom,
.product-offer-card_listing__image .selector .add-top,
.product-offer-card_listing__image .selector .quick-bar .quick-bar-dupe,
.product-offer-card_listing__sticker-container [data-sticker-expired-or-unsupported=true],
.product-offer-card_listing__sticker-container.hide {
  display: none;
}

.product-offer-card_listing__sticker-container {
  position: relative;
  margin-bottom: 0.1875rem;
  height: 100%;
  width: 100%;
}

.product-offer-card_listing__sticker-text {
  line-height: 1.25rem;
  color: var(--color_text_primary);
  font-weight: 700;
  font-size: 1rem;
  transform: skewX(14deg);
}

.product-offer-card_listing .image {
  margin: 0;
  padding: 0;
  border: none;
}

.product-offer-card_listing .image__container {
  border: 0.0625rem solid #e6e6e6;
}

.product-offer-card_listing__description p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.product-offer-card_listing__title {
  grid-row: 2;
  grid-column: 1;
}

.product-offer-card_listing__title a:hover {
  color: var(--theme-link-color-hover);
}

.product-offer-card_listing__subtitle {
  font-weight: 700;
  grid-row: 3;
}

.product-offer-card_listing__subtitle s {
  font-weight: 400;
  font-family: var(--theme-font-family);
}

.product-offer-card_related-product__subtitle,
.product-offer-card_related-product__title,
.related-content_full-width__headline-label {
  font-family: helveticaneue, Helvetica, Arial, Utkal, sans-serif;
}

.product-offer-card_listing__subtitle a {
  color: var(--theme-paragraph__link-color);
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
}

.product-offer-card_listing__subtitle a:hover {
  color: var(--theme-link-color-hover);
}

.product-offer-card_listing h4 {
  font-size: var(--theme-subheader-h4__font-size);
  line-height: var(--theme-subheader-h4__line-height);
  margin: 0 0 1rem;
}

.product-offer-card_listing__sticker-container {
  grid-row: 1;
  grid-column: 1;
}

.product-offer-card_listing__sticker-spacing {
  margin-top: 7Q 4;
}

.product-offer-card_listing__button-area {
  margin-top: 1.5rem;
  grid-row: 5;
}

.product-offer-card_listing__image {
  grid-row: 4;
}

.product-offer-card_listing__image .image {
  margin: 0;
}

.product-offer-card_listing__description {
  margin-top: 1.5rem;
  grid-row: 6;
}

.product-offer-card_listing .selector {
  grid-row: 1;
  grid-column: 1;
}

.product-offer-card_listing .image__caption {
  display: block !important;
}

.product-offer-card_listing .image__credit {
  visibility: visible;
}

.product-offer-card_listing.component-selector-wrapper .product-offer-card_listing__sticker-container {
  margin-top: 4.25rem;
}

.product-offer-card_listing.component-selector-wrapper .product-offer-card_listing__settings-container {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 960px) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .product-offer-card_listing__image .image {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .product-offer-card_listing__button-area {
    flex-flow: column;
  }
}
.product-offer-card_related-product {
  counter-increment: product-counter;
  border-radius: 0.25rem;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

[data-component-name=product-offer-card]:has(.product-offer-card_related-product__sponsor) {
  background-color: #f8f8f8;
}

[data-component-name=product-offer-card]:has(.product-offer-card_related-product__sponsor) [class*=__subtitle] {
  display: none;
}

.product-offer-card_related-product__sponsor {
  color: var(--color_text_primary);
  font-weight: 700;
  grid-row: 2;
  margin: 0 0 0.25rem;
}

.product-offer-card_related-product .ql-container.ql-bubble:not(.ql-disabled) a:before {
  width: -moz-max-content;
  width: max-content;
  max-width: 3Q 20;
}

.product-offer-card_related-product__title {
  color: var(--color_text_primary);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.product-offer-card_related-product__title-link {
  color: var(--theme-paragraph__link-color);
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
}

.product-offer-card_related-product__title-link:hover {
  color: var(--theme-link-color-hover);
}

.product-offer-card_related-product__title:has(+ .product-offer-card_related-product__subtitle) {
  margin-bottom: 0.5rem;
}

.product-offer-card_related-product__subtitle {
  color: var(--color_text_primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

.product-offer-card_related-product h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.product-offer-card_related-product__image,
.product-offer-card_related-product__side-complement {
  width: 100%;
}

.product-offer-card_related-product__description {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
  word-break: break-word;
}

.product-offer-card_related-product__description a {
  color: var(--theme-paragraph__link-color);
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
}

.product-offer-card_related-product__description a:hover {
  color: var(--theme-link-color-hover);
}

.product-offer-card_related-product__description .ui-textbox__counter--wysiwyg-error {
  position: relative;
  float: right;
}

.product-offer-card_related-product__review-link {
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
  color: var(--color_text_primary);
  text-decoration-color: var(--color_text_primary);
  font-weight: 700;
}

.product-offer-card_related-product__review-link:hover {
  color: #6e6e6e;
  text-decoration-color: var(--color_text_primary);
}

.product-offer-card_related-product__title > h3-link,
.product-offer-card_sponsorship__description a {
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-decoration-line: var(--theme-paragraph__link-decoration);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-decoration-skip: var(--theme-underline-skip-ink);
}

.product-offer-card_related-product__price {
  font-weight: 700;
}

.product-offer-card_related-product__price-updated {
  font-size: small;
  color: #6e6e6e;
}

.product-offer-card_related-product__original-price {
  font-weight: 300;
  font-family: var(--theme-font-family);
}

.product-offer-card_related-product__button-area {
  justify-content: center;
}

.product-offer-card_related-product__button-link {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color_fill_primary);
  border-radius: 0.25rem;
  background-color: var(--theme-button-color);
  display: flex;
  align-items: center;
}

.product-offer-card_related-product .image .image__caption,
.product-offer-card_related-product__image .image:not(:first-child),
.product-offer-card_related-product__image .selector .add-bottom,
.product-offer-card_related-product__image .selector .add-top,
.product-offer-card_related-product__image .selector .quick-bar .quick-bar-dupe,
.product-offer-card_related-product__sticker-container [data-sticker-expired-or-unsupported=true],
.product-offer-card_related-product__sticker-container.hide {
  display: none;
}

.product-offer-card_related-product__button-link:hover {
  background-color: var(--theme-button-color-hover);
}

.product-offer-card_related-product__image-link {
  text-decoration: none;
}

.product-offer-card_related-product__image-link:active,
.product-offer-card_related-product__image-link:focus {
  outline: 0;
}

.product-offer-card_related-product__settings-container {
  grid-column: 1/span 2;
  grid-row: 1;
  order: -1;
}

.product-offer-card_related-product__sticker {
  top: -40px;
  left: 0.1875rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  height: 2rem;
}

.product-offer-card_related-product__sticker-container {
  grid-row: 1;
  grid-column: 1;
  margin-bottom: 0.1875rem;
  width: 100%;
}

.product-offer-card_related-product__sticker-spacing {
  margin-top: 3.125rem;
}

.product-offer-card_related-product .image {
  margin: 0;
  padding: 0;
  border: none;
}

.product-offer-card_related-product .image__container {
  border: 0.0625rem solid #e6e6e6;
}

.product-offer-card_related-product__description p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.product-offer-card_related-product__sticker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e2f380;
  transform: skewX(-14deg);
  border-radius: 0.125rem;
  margin: 1rem 0 0.5rem 0.25rem;
}

.product-offer-card_related-product__image .image__metadata,
.product-offer-card_related-product__image div[class*=add-],
.product-offer-card_related-product__sticker-container [data-sticker-expired-or-unsupported=true] {
  display: none;
}

.product-offer-card_related-product__sticker-container {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0;
}

.product-offer-card_related-product__sticker-text {
  line-height: 1.25rem;
  color: var(--color_text_primary);
  font-weight: 700;
  font-size: 0.875rem;
  transform: skewX(14deg);
  width: -moz-max-content;
  width: max-content;
}

.product-offer-card_related-product__review-link {
  font-size: 1rem;
  line-height: 1.25rem;
}

.product-offer-card_related-product__review-link-container {
  margin: 1rem 0 0;
}

.product-offer-card_related-product__title {
  margin-bottom: auto;
}

.product-offer-card_related-product__title > h3 {
  margin: 1rem 0 0.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
  word-wrap: break-word;
}

.product-offer-card_related-product__title > h3-link {
  color: var(--theme-paragraph__link-color);
  -webkit-text-decoration-line: var(--theme-paragraph__link-decoration);
  -webkit-text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
}

.product-offer-card_related-product__title > h3-link:hover {
  color: var(--theme-link-color-hover);
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.product-offer-card_related-product__image {
  border: 0.0625rem solid #e6e6e6;
  order: -1;
  border-radius: 0.25rem;
}

.product-offer-card_related-product__image .image__container {
  border: none;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.product-offer-card_related-product__image div {
  border: none;
}

.product-offer-card_related-product__price {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color_fill_primary);
}

.product-offer-card_sponsorship__subtitle,
.product-offer-card_sponsorship__title {
  color: var(--color_text_primary);
  grid-column: 1/3;
}

.product-offer-card_related-product__button-area {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

.product-offer-card_related-product__button-link {
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
}

.product-offer-card_sponsorship__description a:hover,
.product-offer-card_sponsorship__review-link:hover,
.product-offer-card_sponsorship__title-link:hover,
.pull-quote-elevate .pull-quote__text a:hover,
.pull-quote__text a:hover,
.pull-quote_block-quote-elevate .pull-quote_block-quote__text a:hover,
.pull-quote_block-quote__text a:hover,
.pull-quote_full-width__text a:hover,
.video-resource__description a:hover,
.video-resource__details--leaf .video-resource__showlink-url:hover,
.video-resource__details--leaf .video-resource__source-url:hover,
.video-resource_inline-full-bleed__description a:hover,
.video-resource_inline-full-bleed__details--leaf .video-resource_inline-full-bleed__showlink-url:hover,
.video-resource_inline-full-bleed__details--leaf .video-resource_inline-full-bleed__source-url:hover {
  -webkit-text-decoration: var(--theme-paragraph__hover-link-decoration);
  text-decoration: var(--theme-paragraph__hover-link-decoration);
}

.product-offer-card_related-product .context-menu .ui-button {
  height: auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.product-offer-card_related-product .context-menu .ui-button .ui-button__content {
  white-space: normal;
  max-height: 2rem;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
}

.product-offer-card_related-product .add-left,
.product-offer-card_related-product .add-right {
  top: 0;
}

.product-offer-card_sponsorship {
  counter-increment: product-counter;
  padding: 1.5rem;
  box-shadow: 0 0 0.5rem 0 #e6e6e6;
  border-radius: 0.25rem;
  margin: 2rem 0;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: minmax(0, auto);
}

.product-offer-card_sponsorship__button-area {
  margin-top: 1rem;
}

[data-component-name=product-offer-card]:has(.product-offer-card_sponsorship__sponsor) {
  background-color: #f8f8f8;
}

[data-component-name=product-offer-card]:has(.product-offer-card_sponsorship__sponsor) [class*=__subtitle] {
  display: none;
}

.product-offer-card_sponsorship__sponsor {
  color: var(--color_text_primary);
  font-weight: 700;
  grid-row: 2;
  margin: 0 0 0.25rem;
}

.product-offer-card_sponsorship .ql-container.ql-bubble:not(.ql-disabled) a:before {
  width: -moz-max-content;
  width: max-content;
  max-width: 3Q 20;
}

.product-offer-card_sponsorship__title {
  color: var(--color_text_primary);
  font-size: 1.5rem;
  font-weight: 700;
  font-family: helveticaneue, Helvetica, Arial, Utkal, sans-serif;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}

.product-offer-card_sponsorship__title:has(+ .product-offer-card_sponsorship__subtitle) {
  margin-bottom: 0.5rem;
}

.product-offer-card_sponsorship__subtitle {
  color: var(--color_text_primary);
  font-size: 1rem;
  font-weight: 700;
  font-family: helveticaneue, Helvetica, Arial, Utkal, sans-serif;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

.product-offer-card_sponsorship h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.product-offer-card_sponsorship__image,
.product-offer-card_sponsorship__side-complement {
  width: 100%;
}

.product-offer-card_sponsorship__description {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
  word-break: break-word;
}

.product-offer-card_sponsorship__description a {
  color: var(--theme-paragraph__link-color);
  -webkit-text-decoration-line: var(--theme-paragraph__link-decoration);
  -webkit-text-decoration-color: var(--theme-paragraph__link-decoration-color);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
}

.product-offer-card_sponsorship__description a:hover {
  color: var(--theme-link-color-hover);
}

.product-offer-card_sponsorship__description .ui-textbox__counter--wysiwyg-error {
  position: relative;
  float: right;
}

.product-offer-card_sponsorship__review-link {
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
  color: var(--color_text_primary);
  text-decoration-color: var(--color_text_primary);
  font-weight: 700;
  font-size: 1.125rem;
}

.product-offer-card_sponsorship__review-link:hover {
  color: #6e6e6e;
  text-decoration-color: var(--color_text_primary);
}

.product-offer-card_sponsorship__price {
  font-weight: 700;
}

.product-offer-card_sponsorship__price-updated {
  font-size: small;
  color: #6e6e6e;
}

.product-offer-card_sponsorship__button-area {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.product-offer-card_sponsorship__button-link {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color_fill_primary);
  text-decoration: none;
  border-radius: 0.25rem;
  padding: 1rem 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-offer-card_sponsorship__button-link.offer-link {
  counter-increment: offer-counter;
}

.product-offer-card_sponsorship__image-link {
  text-decoration: none;
}

.product-offer-card_sponsorship__image-link:active,
.product-offer-card_sponsorship__image-link:focus {
  outline: 0;
}

.product-offer-card_sponsorship__settings-container {
  grid-column: 1/span 2;
  grid-row: 1;
}

.product-offer-card_sponsorship__sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 0.1875rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: auto;
  height: 2rem;
  background-color: #e2f380;
  transform: skewX(-14deg);
  border-radius: 0.125rem;
}

.product-offer-card_sponsorship .image .image__caption,
.product-offer-card_sponsorship__image .image:not(:first-child),
.product-offer-card_sponsorship__sticker-container [data-sticker-expired-or-unsupported=true],
.product-offer-card_sponsorship__sticker-container.hide {
  display: none;
}

.product-offer-card_sponsorship__sticker-container {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  margin-bottom: 0.1875rem;
  height: 100%;
  width: 100%;
}

.product-offer-card_sponsorship__sticker-text {
  line-height: 1.25rem;
  color: var(--color_text_primary);
  font-weight: 700;
  font-size: 1rem;
  transform: skewX(14deg);
}

.product-offer-card_sponsorship__sticker-spacing {
  margin-top: 3.125rem;
}

.product-offer-card_sponsorship .image {
  margin: 0;
  padding: 0;
  border: none;
}

.product-offer-card_sponsorship .image__container {
  border: 0.0625rem solid #e6e6e6;
}

.pull-quote,
.pull-quote_full-width {
  border-left: solid 0.1875rem var(--theme-primary);
}

.product-offer-card_sponsorship__placeholder-container {
  flex: 1;
}

.product-offer-card_sponsorship__button-area {
  grid-column: 2/3;
  grid-row: 7;
}

.product-offer-card_sponsorship__title {
  grid-row: 3;
}

.product-offer-card_sponsorship__subtitle {
  grid-row: 4;
}

.product-offer-card_sponsorship__image {
  grid-row: 5/span 5;
  grid-column: 1/2;
}

.product-offer-card_sponsorship__description {
  grid-column: 2/3;
  grid-row: 5;
}

.product-offer-card_sponsorship__summary {
  grid-column: 2/3;
  grid-row: 6;
}

.product-offer-card_sponsorship__review-link-container {
  grid-column: 2/3;
  grid-row: 6;
  margin-bottom: 0;
}

.product-offer-card_sponsorship .selector {
  grid-row: 1;
  grid-column: 1;
}

.product-offer-card_sponsorship__summary p {
  display: flex;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.product-offer-card_sponsorship__summary p:before {
  margin-right: 0.5rem;
  height: 1.5rem;
}

.product-offer-card_sponsorship__summary p:not(:last-child) {
  margin-bottom: 1rem;
}

.product-offer-card_sponsorship__description p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.product-offer-card_sponsorship__image .selector .add-bottom,
.product-offer-card_sponsorship__image .selector .add-top,
.product-offer-card_sponsorship__image .selector .quick-bar .quick-bar-dupe {
  display: none;
}

.product-offer-card_sponsorship.component-selector-wrapper .product-offer-card_sponsorship__title {
  padding-top: 0;
  margin-top: 1rem;
}

.product-offer-card_sponsorship.component-selector-wrapper .product-offer-card_sponsorship__settings-container {
  grid-column: 1/span 2;
  grid-row: 1;
}

.product-offer-card_sponsorship__discount {
  margin: 0.75rem 0 0;
  color: #6e6e6e;
  grid-column: 2/3;
  grid-row: 4;
}

.product-offer-card_sponsorship__title-link {
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-thickness: var(--theme-paragraph__link-decoration-thickness);
  text-underline-offset: var(--theme-paragraph__hover-link-offset);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
  text-decoration-skip: var(--theme-underline-skip-ink);
  color: var(--color_text_primary);
  text-decoration-color: var(--color_text_primary);
}

.pull-quote-elevate .pull-quote__text a,
.pull-quote__text a,
.pull-quote_block-quote-elevate .pull-quote_block-quote__text a,
.pull-quote_block-quote__text a,
.pull-quote_full-width__text a,
.video-resource__description a,
.video-resource__details--leaf .video-resource__showlink-url,
.video-resource__details--leaf .video-resource__source-url,
.video-resource_inline-full-bleed__description a,
.video-resource_inline-full-bleed__details--leaf .video-resource_inline-full-bleed__showlink-url,
.video-resource_inline-full-bleed__details--leaf .video-resource_inline-full-bleed__source-url {
  text-decoration-line: var(--theme-paragraph__link-decoration);
  text-decoration-color: var(--theme-paragraph__link-decoration-color);
  -webkit-text-decoration-skip-ink: var(--theme-underline-skip-ink);
  text-decoration-skip-ink: var(--theme-underline-skip-ink);
  -webkit-text-decoration-skip: var(--theme-underline-skip-ink);
}

.product-offer-card_sponsorship__title-link:hover {
  color: var(--color_text_primary);
}

.product-offer-card_sponsorship__button-link {
  background-color: var(--color_text_primary);
}

.product-offer-card_sponsorship__button-link:hover {
  background-color: #6e6e6e;
}

.product-offer-card_sponsorship__original-price {
  font-family: var(--theme-font-family);
  font-weight: 400;
}

.chip {
  display: inline-block;
  height: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.25rem;
  padding: 0 0.75rem;
  border-radius: 1rem;
  background-color: var(--color_surface_primary);
}
.chip:focus {
  outline: none;
  color: var(--color_surface_primary);
}
.chip > img {
  float: left;
  margin: 0 0.5rem 0 -q(12);
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
}
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 1rem;
  line-height: 2rem;
  padding-left: 0.5rem;
}

.chips {
  border: none;
  border-bottom: 0.0625rem solid var(--color_text_primary);
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-sizing: none;
  -webkit-box-shadow: none;
  min-height: 4Q 4;
  outline: none;
  transition: all 0.3s;
}
.chips:hover {
  cursor: text;
}
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  line-height: 2rem;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 1Q 20 !important;
}
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

.prefix ~ .chips {
  margin-left: 3rem;
  width: calc(100% - 3rem);
}

.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

.cookieconsent {
  position: fixed;
  height: 0.375rem;
  font-size: 0.25rem;
  line-height: 0.25rem;
  left: 0;
  bottom: 0;
  background-color: var(--color_text_primary);
  color: var(--color_fill_primary);
  text-align: center;
  width: 100%;
}

figure {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
}
figure img {
  display: block;
  width: 100%;
  height: auto;
}
figure .figcaption--title {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 723;
  font-variation-settings: "wght" 723, "wdth" 400;
  margin-top: 1rem;
  padding: 0.5rem 0.5rem 0.125rem 0.5rem;
  text-align: left;
  font-style: italic;
}
figure figcaption {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  padding: 0.125rem 0.5rem 0.5rem 0.5rem;
  text-align: left;
  font-style: italic;
}
figure.figure--rounded {
  border-radius: 0.125rem !important;
}

figure img {
  object-fit: contain;
  width: 100%;
}

.figure_1x1,
.figure_3x2,
.figure_4x3,
.figure_3x4,
.figure_2x3,
.figure_16x9 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.figure_1x1 {
  padding-bottom: 100%;
}

.figure_3x2 {
  padding-bottom: 66.67%;
}

.figure_4x3 {
  padding-bottom: 75%;
}

.figure_3x4 {
  padding-bottom: 133.33%;
}

.figure_2x3 {
  padding-bottom: 150%;
}

.figure_16x9 {
  padding-bottom: 56.25%;
}

.figure_1x1 img,
.figure_3_2 img,
.figure_4x3 img,
.figure_3x4 img,
.figure_2x3 img,
.figure_16x9 img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.form > * {
  flex: 1 1 auto;
  min-width: 0;
}
.form--row {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.form--row > * {
  flex: 1 1 auto;
  min-width: 0;
}
.form--row .form__field {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-direction: row;
}
.form--row .form__field .form__field__label,
.form--row .form__field label {
  order: 1;
}
.form--row .form__field .form__field__input,
.form--row .form__field input {
  font: inherit;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-sizing: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--color_text_primary);
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-color: transparent;
  outline: none;
  border-radius: 0;
  transition: all 0.2s ease;
  pointer-events: initial;
  cursor: text;
  display: block;
  width: 100%;
  height: 1.125rem;
  min-height: 1.125rem;
  max-height: 1.125rem;
  order: 3;
}
.form--row .form__field .form__field__input[required] + label:after,
.form--row .form__field input[required] + label:after {
  content: "*";
  color: var(--color_log_info);
}
.form--row .form__field .form__field__help {
  order: 2;
}
.form--row .form__field .form__field__error {
  order: 4;
}
.form--row .form__field label {
  flex: 0 0 7.5rem;
}
.form--row .form__field input,
.form--row .form__field select,
.form--row .form__field textarea {
  flex: 1 1 auto;
}

.form--col {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  flex-direction: column;
}
.form--col > * {
  width: 100%;
}
.form--col .form__field {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-direction: column;
  gap: 0rem;
  width: 100%;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-direction: column;
}
.form--col .form__field .form__field__label,
.form--col .form__field label {
  order: 1;
}
.form--col .form__field .form__field__input,
.form--col .form__field input {
  font: inherit;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-sizing: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--color_text_primary);
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-color: transparent;
  outline: none;
  border-radius: 0;
  transition: all 0.2s ease;
  pointer-events: initial;
  cursor: text;
  display: block;
  width: 100%;
  height: 1.125rem;
  min-height: 1.125rem;
  max-height: 1.125rem;
  order: 3;
}
.form--col .form__field .form__field__input[required] + label:after,
.form--col .form__field input[required] + label:after {
  content: "*";
  color: var(--color_log_info);
}
.form--col .form__field .form__field__help {
  order: 2;
}
.form--col .form__field .form__field__error {
  order: 4;
}

.form__field__help {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem !important;
  border-width: 0.0625rem;
  border-style: solid;
  border-radius: 0;
  border-color: transparent;
  color: var(--color_text_tertiary);
}

.form__field__error {
  background-color: var(--color_log_error--75);
  color: var(--color_log_error);
  border-color: var(--color_log_error--50);
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  gap: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem !important;
  border-width: 0.0625rem;
  border-style: solid;
  border-radius: 0;
  border-color: transparent;
}
.form__field__error::before {
  content: none;
  display: inline-block;
  top: 0.75rem;
  font-size: 0.5rem;
  flex-shrink: 0;
}
.form__field__error::before {
  content: "✖";
}

iframe {
  border-style: none;
}

.image__compare {
  position: relative;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.image__compare--image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.image__compare--overlay {
  object-position: left;
  width: 50%;
}
.image__compare--slider {
  position: absolute;
  z-index: 2;
  cursor: ew-resize;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.125rem solid var(--color_fill_primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.image__compare--slider::before, .image__compare--slider::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.125rem;
  background-color: var(--color_fill_primary);
  z-index: 0;
}
.image__compare--slider::before {
  top: -100vh;
  bottom: calc(50% + 1.25rem);
}
.image__compare--slider::after {
  bottom: -100vh;
  top: calc(50% + 1.25rem);
}
.image__compare--slider .dark--left, .image__compare--slider .dark--right {
  position: absolute;
  z-index: 2;
  cursor: ew-resize;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.125rem solid var(--color_text_primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 2.5rem;
  border-radius: 0 2.5rem 2.5rem 0;
  background-color: transparent !important;
  border-left-color: transparent;
}
.image__compare--slider .dark--left::before, .image__compare--slider .dark--left::after, .image__compare--slider .dark--right::before, .image__compare--slider .dark--right::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.125rem;
  background-color: var(--color_text_primary);
  z-index: 0;
}
.image__compare--slider .dark--left::before, .image__compare--slider .dark--right::before {
  top: -100vh;
  bottom: calc(50% + 1.25rem);
}
.image__compare--slider .dark--left::after, .image__compare--slider .dark--right::after {
  bottom: -100vh;
  top: calc(50% + 1.25rem);
}
.image__compare--slider .dark--left::before, .image__compare--slider .dark--left::after, .image__compare--slider .dark--right::before, .image__compare--slider .dark--right::after {
  width: 0.0625rem;
  left: -15%;
  transform: none;
}
.image__compare--slider .dark--left::before, .image__compare--slider .dark--right::before {
  bottom: calc(50% + 1.125rem);
}
.image__compare--slider .dark--left::after, .image__compare--slider .dark--right::after {
  top: calc(50% + 1.125rem);
}
.image__compare--slider .dark--left {
  transform: rotate(180deg) translate(100%, 50%);
}
.image__compare--slider .dark--left::before, .image__compare--slider .dark--left::after {
  left: -12%;
}
.image__compare--slider .dark--right {
  transform: translate(0%, -50%);
}
.image__compare--slider .dark--right::before, .image__compare--slider .dark--right::after {
  left: -13%;
}
.image__compare--slider .arrow--left,
.image__compare--slider .arrow--right {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border: solid var(--color_fill_primary);
  border-width: 0 0.125rem 0.125rem 0;
  padding: 0.125rem;
  z-index: 1;
}
.image__compare--slider .arrow--left {
  left: 0.5rem;
  transform: rotate(135deg);
}
.image__compare--slider .arrow--right {
  right: 0.5rem;
  transform: rotate(-45deg);
}

.map_canvas {
  width: 100vw;
  height: 100vh;
  z-index: z("canvas")1;
}

.layer_control_base,
.layer_control_overlay {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-direction: column;
}
.layer_control_base h3,
.layer_control_overlay h3 {
  padding-bottom: 0.5rem;
}
.layer_control_base label,
.layer_control_overlay label {
  height: 1.5rem;
}
.layer_control_base label span,
.layer_control_overlay label span {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-direction: row;
}
.layer_control_base label span input,
.layer_control_overlay label span input {
  align-self: center;
  align-self: anchor-center;
}
.layer_control_base label span span,
.layer_control_overlay label span span {
  align-self: center;
  align-self: anchor-center;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  padding-left: 0.75rem;
}

.pagination {
  height: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  align-items: start;
  text-align: left;
  justify-content: flex-start;
}
.pagination li {
  display: inline;
}
.pagination li a,
.pagination li span {
  display: block;
  float: left;
  padding: 0 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  border: 0.0625rem solid #ddd;
  border-left-width: 0;
  background-color: var(--color_surface_primary);
  color: inherit;
  transition: background 0.2s ease;
}
.pagination li a:hover,
.pagination li span:hover {
  background-color: #232323;
  color: var(--color_surface_primary);
}
.pagination li:first-child a {
  border-left-width: 0.0625rem;
}
.pagination li.active a {
  background-color: #f5f5f5;
  color: #999;
  cursor: default;
}
.pagination li.disabled a,
.pagination li.disabled span {
  color: #999;
  background-color: transparent;
  cursor: default;
  pointer-events: none;
}

.preview_box--horizontal {
  border: 0.0625rem solid var(--color-border, #ccc);
  border-radius: 0.125rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
  grid-template-columns: repeat(24, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}
.preview_box--horizontal > *:not(:last-child) {
  border-right: 0.0625rem solid var(--color-border, #ccc);
}

.preview_box--vertical {
  border: 0.0625rem solid var(--color-border, #ccc);
  border-radius: 0.125rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.preview_box--vertical > *:not(:last-child) {
  border-bottom: 0.0625rem solid var(--color-border, #ccc);
}

.preview_box__live {
  min-height: 1.25rem;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 1.25rem;
}

.preview_box__info {
  min-height: 1.25rem;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.preview_box__code {
  min-height: 1.25rem;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.preview_box__code pre {
  padding: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.preview_box--horizontal .preview_box__code {
  grid-column: span 6;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: var(--color_text_secondary);
  display: block;
  background: var(--color_fill_secondary);
}

.preview_box--horizontal .preview_box__live {
  grid-column: span 18;
  word-wrap: break-word;
}

.preview_box__info {
  background-color: var(--color_surface_1);
  color: var(--color_text_default);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  grid-template-columns: repeat(2, 1fr);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.preview_box__copy_button {
  position: relative;
  background: #333;
  color: white;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
}

.preview_box__swatch {
  border: 0.0625rem solid var(--color_border, #ccc);
  border-radius: 0.0625rem;
  overflow: hidden;
  background-color: var(--color_fill_secondary);
}

.preview_box__swatch__color {
  width: 100%;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.preview_box__swatch__color > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preview_box__swatch__code {
  font-size: 0.5rem;
}

.preview_grid {
  margin-bottom: 3rem;
  background: white;
  border: 0.0625rem solid #ddd;
  border-radius: 0.5rem;
  overflow: hidden;
}

.grid--placeholder {
  background-color: rgba(255, 255, 255, 0.8);
}
.grid--placeholder div {
  background-color: #d9e4ed;
  border: 0.0625rem solid black;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}

.soundcloud,
.tiktok {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.soundcloud__posts {
  margin: 0;
}

.soundcloud__posts--error {
  background-color: #e3f2fd;
  margin: 0;
}

.soundcloud__posts .soundcloud__post--removed {
  background-color: #e3f2fd;
  border-radius: 0.25rem;
  border: 0.0625rem solid #e1e8ed;
  display: none;
  margin-bottom: 1rem;
  padding: 1rem;
  width: 28.75rem;
}

.soundcloud__posts--edit {
  margin: 0;
  visibility: visible;
}

.soundcloud__posts--edit .soundcloud__post--removed {
  background-color: #e3f2fd;
  margin-bottom: 1rem;
  display: block;
}

.soundcloud iframe {
  height: 166px;
}

.tiktok__error-text {
  color: #1c2022;
}

.tiktok__post {
  margin: 0;
}

.tiktok__post--removed {
  border: 0.0625rem solid #e1e8ed;
  border-radius: 0.25rem;
  display: none;
  margin-bottom: 1rem;
  padding: 1rem;
  width: 28.75rem;
}

.tiktok__post--edit {
  visibility: visible;
}

.tiktok__post--edit .tiktok__post--removed {
  background-color: #e3f2fd;
  margin-bottom: 1rem;
  display: block;
}

.twitter__error-text {
  color: var(--color_text_primary);
}

.twitter__tweet {
  max-width: 540px;
  margin: 1em auto;
}

.twitter__tweet--removed {
  border: 0.0625rem solid #e1e8ed;
  border-radius: 0.25rem;
  display: none;
  margin-bottom: 1rem;
  padding: 1rem;
  width: 28.75rem;
}

.twitter__tweet--error {
  margin: 0;
}

.twitter__tweet--error .twitter__tweet--removed {
  display: flex;
}

.twitter__tweet--edit {
  background-color: #e3f2fd;
  margin: 0;
  visibility: visible;
}

.twitter__tweet--edit .twitter__tweet {
  padding-bottom: 1rem;
  padding-top: 0.25rem;
  visibility: visible;
}

.twitter__tweet--edit .twitter__tweet--removed {
  margin-bottom: 1rem;
}

@media screen and (max-width: 57q 4) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .twitter__tweet {
    max-width: 32Q 5;
  }
}
@media screen and (min-width: 960px) and (max-width: 104q 2) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .twitter__tweet {
    max-width: 32Q 5;
  }
}
.youtube {
  margin: 1rem 0;
}

.youtube__aspect-ratio-container {
  display: flex;
  position: relative;
  justify-content: center;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 1rem;
  clear: both;
}

.youtube__aspect-ratio-container::before {
  background-color: var(--color_text_primary);
  bottom: 0;
  content: "";
  display: inline-block;
  padding-top: 56.25%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.youtube__content {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.youtube__content:focus .youtube__video-thumbnail-play-button,
.youtube__content:hover .youtube__video-thumbnail-play-button {
  background: red;
}

.youtube__video-thumbnail {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.youtube__video-thumbnail-play-button {
  height: 3.125rem;
  text-align: center;
  font: 2.5rem sans-serif;
  color: var(--color_fill_primary);
  text-shadow: 0 0 0.5em #000;
  width: 4.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #212121;
  opacity: 0.8;
  z-index: 1;
  border-radius: 0.875rem;
}

.youtube__video-title {
  color: var(--color_fill_primary);
  font: 1.125rem sans-serif;
  text-overflow: ellipsis;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 1;
}

.youtube__video-thumbnail-play-button::after {
  content: "▶︎";
  color: var(--color_fill_primary);
  display: inline-block;
  position: absolute;
  top: 0.3125rem;
  left: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
  font: 2rem sans-serif;
}

@media screen and (max-width: 479px) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .youtube__video-thumbnail-play-button::after {
    top: 0;
  }
}
.social-share {
  display: inline-flex;
  align-items: flex-start;
  gap: var(--theme-component-social-share-gap);
}

.social-share {
  display: var(--social-sharing-display);
  margin-top: var(--social-sharing-margin-top);
}

.social-share button {
  background: 0 0;
  border: none;
  padding: 0;
}

.social-share button:hover {
  cursor: pointer;
}

.social-share__share-links {
  position: relative;
}

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

.social-share__share .icon-social-twitter {
  fill: var(--social-sharing-twitter-fill);
}

.social-share__share .icon-social-facebook {
  fill: var(--social-sharing-facebook-fill);
}

.social-share__share .icon-social-email-fill {
  fill: var(--social-sharing-email-fill);
}

.social-share__share .icon-ui-link {
  fill: var(--social-sharing-link-fill);
}

.social-share__share:hover {
  fill: #6e6e6e;
  transition: fill 0.2s;
}

.social-share__close,
.social-share__open {
  display: none;
  fill: var(--social-sharing-open-close-fill);
}

.social-share__close:hover,
.social-share__open:hover {
  fill: var(--color_text_primary);
}

.social-share__copied {
  visibility: hidden;
  display: inline-flex;
  background-color: #333;
  color: var(--color_fill_primary);
  fill: var(--color_fill_primary);
  border-radius: 50px;
  padding: 0 0.25rem;
  position: absolute;
  z-index: 1;
  font-size: 0.625rem;
  align-items: center;
  justify-content: space-evenly;
  bottom: 2rem;
  left: 4.5rem;
  right: -q(32);
}

.social-share__copied svg {
  width: 12%;
}

.social-share__copied.show {
  visibility: visible;
  animation: fadein 0.5s;
}

.details {
  display: block;
}

.summary {
  display: flex;
  outline: none;
  list-style: none;
  cursor: pointer;
}
.summary details > summary::marker,
.summary summary::marker,
.summary details summary::-webkit-details-marker,
.summary details > summary::-webkit-details-marker {
  display: none;
}

details {
  display: block;
}

summary {
  display: flex;
  outline: none;
  list-style: none;
  cursor: pointer;
}
summary details > summary::marker,
summary summary::marker,
summary details summary::-webkit-details-marker,
summary details > summary::-webkit-details-marker {
  display: none;
}

.table--size--sm {
  font-size: 0.875rem;
}
.table--size--sm th,
.table--size--sm td {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  height: 0.9375rem;
  max-height: 0.9375rem;
  padding: 0.0625rem 0.125rem;
}

.table--size--lg {
  font-size: 1.125rem;
}
.table--size--lg th,
.table--size--lg td {
  padding: 0.1875rem 0.3125rem;
}

table.caption-top caption {
  caption-side: top;
  text-align: left;
  padding-bottom: 0.125rem;
  font-weight: bold;
}

table.caption-bottom caption {
  caption-side: bottom;
  text-align: left;
  padding-top: 0.125rem;
  font-style: italic;
}

.table--base {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  width: 100%; /* Ensure table takes up full width of its container */
  max-width: 100%;
  margin: 0;
  padding: 0;
  table-layout: auto;
  font-size: inherit;
  line-height: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}
.table--base > thead {
  padding: 0.125rem 0.25rem;
  text-align: left;
  font-weight: 634;
  font-variation-settings: "wght" 634, "wdth" 400;
  vertical-align: bottom;
}
.table--base > tbody {
  padding: 0.125rem 0.25rem;
  text-align: left;
  vertical-align: inherit;
}
.table--base > tfoot {
  padding: 0.125rem 0.25rem;
  text-align: left;
  vertical-align: inherit;
}
.table--base > caption {
  text-align: left;
}

.table--lined--all {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  width: 100%; /* Ensure table takes up full width of its container */
  max-width: 100%;
  margin: 0;
  padding: 0;
  table-layout: auto;
  font-size: inherit;
  line-height: inherit;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0.0625rem solid var(--color_text_primary);
}
.table--lined--all > thead {
  padding: 0.125rem 0.25rem;
  text-align: left;
  font-weight: 634;
  font-variation-settings: "wght" 634, "wdth" 400;
  vertical-align: bottom;
}
.table--lined--all > tbody {
  padding: 0.125rem 0.25rem;
  text-align: left;
  vertical-align: inherit;
}
.table--lined--all > tfoot {
  padding: 0.125rem 0.25rem;
  text-align: left;
  vertical-align: inherit;
}
.table--lined--all > caption {
  text-align: left;
}
.table--lined--all th,
.table--lined--all td {
  border: 0.0625rem solid var(--color_text_primary);
}

.table--lined--horizontal {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  width: 100%; /* Ensure table takes up full width of its container */
  max-width: 100%;
  margin: 0;
  padding: 0;
  table-layout: auto;
  font-size: inherit;
  line-height: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}
.table--lined--horizontal > thead {
  padding: 0.125rem 0.25rem;
  text-align: left;
  font-weight: 634;
  font-variation-settings: "wght" 634, "wdth" 400;
  vertical-align: bottom;
}
.table--lined--horizontal > tbody {
  padding: 0.125rem 0.25rem;
  text-align: left;
  vertical-align: inherit;
}
.table--lined--horizontal > tfoot {
  padding: 0.125rem 0.25rem;
  text-align: left;
  vertical-align: inherit;
}
.table--lined--horizontal > caption {
  text-align: left;
}
.table--lined--horizontal th,
.table--lined--horizontal td {
  border-top: 0.0625rem solid var(--color_text_primary);
  border-bottom: 0.0625rem solid var(--color_text_primary);
  border-left: none;
  border-right: none;
}
.table--lined--horizontal tbody tr:last-child td {
  border-bottom: 0.0625rem solid var(--color_text_primary);
}

.table--lined--vertical {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  width: 100%; /* Ensure table takes up full width of its container */
  max-width: 100%;
  margin: 0;
  padding: 0;
  table-layout: auto;
  font-size: inherit;
  line-height: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}
.table--lined--vertical > thead {
  padding: 0.125rem 0.25rem;
  text-align: left;
  font-weight: 634;
  font-variation-settings: "wght" 634, "wdth" 400;
  vertical-align: bottom;
}
.table--lined--vertical > tbody {
  padding: 0.125rem 0.25rem;
  text-align: left;
  vertical-align: inherit;
}
.table--lined--vertical > tfoot {
  padding: 0.125rem 0.25rem;
  text-align: left;
  vertical-align: inherit;
}
.table--lined--vertical > caption {
  text-align: left;
}
.table--lined--vertical th,
.table--lined--vertical td {
  border-top: 0;
  border-bottom: 0;
  border-left: 0.0625rem solid var(--color_text_primary);
  border-right: 0.0625rem solid var(--color_text_primary);
}

.table--striped--horizontal {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  width: 100%; /* Ensure table takes up full width of its container */
  max-width: 100%;
  margin: 0;
  padding: 0;
  table-layout: auto;
  font-size: inherit;
  line-height: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}
.table--striped--horizontal > thead {
  padding: 0.125rem 0.25rem;
  text-align: left;
  font-weight: 634;
  font-variation-settings: "wght" 634, "wdth" 400;
  vertical-align: bottom;
}
.table--striped--horizontal > tbody {
  padding: 0.125rem 0.25rem;
  text-align: left;
  vertical-align: inherit;
}
.table--striped--horizontal > tfoot {
  padding: 0.125rem 0.25rem;
  text-align: left;
  vertical-align: inherit;
}
.table--striped--horizontal > caption {
  text-align: left;
}
.table--striped--horizontal tbody tr:nth-child(odd) {
  background-color: var(--color_fill_secondary);
}

.table--striped--vertical {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  width: 100%; /* Ensure table takes up full width of its container */
  max-width: 100%;
  margin: 0;
  padding: 0;
  table-layout: auto;
  font-size: inherit;
  line-height: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}
.table--striped--vertical > thead {
  padding: 0.125rem 0.25rem;
  text-align: left;
  font-weight: 634;
  font-variation-settings: "wght" 634, "wdth" 400;
  vertical-align: bottom;
}
.table--striped--vertical > tbody {
  padding: 0.125rem 0.25rem;
  text-align: left;
  vertical-align: inherit;
}
.table--striped--vertical > tfoot {
  padding: 0.125rem 0.25rem;
  text-align: left;
  vertical-align: inherit;
}
.table--striped--vertical > caption {
  text-align: left;
}
.table--striped--vertical tbody tr td:nth-child(odd),
.table--striped--vertical tbody tr th:nth-child(odd) {
  background-color: var(--color_fill_secondary);
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  width: 100%; /* Ensure table takes up full width of its container */
  max-width: 100%;
  margin: 0;
  padding: 0;
  table-layout: auto;
  font-size: inherit;
  line-height: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}
table > thead {
  padding: 0.125rem 0.25rem;
  text-align: left;
  font-weight: 634;
  font-variation-settings: "wght" 634, "wdth" 400;
  vertical-align: bottom;
}
table > tbody {
  padding: 0.125rem 0.25rem;
  text-align: left;
  vertical-align: inherit;
}
table > tfoot {
  padding: 0.125rem 0.25rem;
  text-align: left;
  vertical-align: inherit;
}
table > caption {
  text-align: left;
}

.collapsible_table {
  width: 100%;
  overflow: hidden;
}
.collapsible_table--header {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.375rem;
  cursor: pointer;
  border-bottom: 0.0625rem solid var(--color_text_primary);
}
.collapsible_table--header button {
  right: 1.5rem;
}
.collapsible_table--title {
  font-weight: bold;
  font-size: 1.25rem;
}
.collapsible_table--content {
  height: 0;
  overflow: hidden;
}
.collapsible_table--content.expanded {
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 100%;
  max-height: 625rem;
}

.data_table {
  width: 100%;
  overflow: hidden;
}
.data_table--header {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 0.0625rem solid var(--color_line_primary);
}
.data_table--title {
  font-weight: bold;
  font-size: 1.25rem;
}
.data_table--form {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.data_table--button {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}
.data_table--input {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.data_table--pagination {
  margin-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 0.0625rem solid var(--color_line_primary);
}

.toc ul {
  list-style: none;
  margin: 0;
}
.toc ul ul {
  padding-left: 1rem;
  border-left: 0.0625rem dashed #ddd;
  margin-top: 0.25rem;
}
.toc li {
  margin: 0.25rem 0;
}
.toc li::before {
  content: "•";
  color: #bbb;
  margin-right: 0.4rem;
  font-size: 0.8em;
}
.toc li a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
}
.toc li a:hover, .toc li a.active {
  font-weight: bold;
}
.toc li a.hover {
  color: var(--color_state_hover, #007aff);
}
.toc li a.active {
  color: var(--color_state_active, #007aff);
}

.aside_toc ul li a.active {
  color: blue;
  font-weight: bold;
  text-decoration: underline;
  background-color: lightblue;
}

.aside_toc ul {
  list-style-type: none;
  padding: 0;
}
.aside_toc ul li {
  margin: 0.3125rem 0;
  padding: 0.1875rem;
}
.aside_toc ul li a {
  text-decoration: none;
  color: black;
}
.aside_toc ul li a:hover {
  color: darkgray;
}
.aside_toc ul li.active a {
  color: blue;
  font-weight: bold;
  text-decoration: underline;
  background-color: lightblue;
}

.vcard,
.vcard * {
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  float: left;
  display: block;
}

.org {
  font-weight: 634;
  font-variation-settings: "wght" 634, "wdth" 400;
}

.portfolio {
  grid-column: span 3;
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
  grid-template-rows: repeat(3, 1fr);
  height: -moz-fit-content;
  height: fit-content;
}
.portfolio--item {
  grid-column: span 1;
  grid-row: span 1;
  position: relative;
  width: 100%;
  aspect-ratio: 1.7777777778;
}
.portfolio--item > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio--item {
  max-width: 100%;
}
.portfolio--item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.timeline {
  display: block;
}
.timeline__year {
  margin-bottom: px2rem(55);
  text-transform: uppercase;
  color: var(--color-3);
  font-size: px2rem(14);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.timeline__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline__list li + li {
  margin-top: px2rem(35);
}
.timeline__title {
  font-family: var(--secondary-font);
  font-weight: normal;
  font-size: px2rem(16);
}
.ribbon__title__logo .i,
.ribbon__title__logo .i:before {
  color: var(--color_fill_primary);
}

.ribbon__nav {
  display: grid;
  gap: 1rem;
  justify-items: center;
  align-items: center;
  grid-template-rows: 1.25rem;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: center;
  align-content: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .ribbon__nav {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: center;
  }
}

.ribbon__nav_button {
  visibility: visible;
  display: block !important;
  display: inherit;
}
@media screen and (min-width: 768px) {
  .ribbon__nav_button {
    visibility: hidden;
    display: none !important;
    display: none;
  }
}

.ribbon__nav__list {
  align-content: left;
  position: absolute;
  z-index: 9999;
  top: 2.5rem;
  left: 0;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  display: grid !important;
  gap: 1rem;
  justify-items: center;
  align-items: center;
  grid-auto-rows: min-content;
  grid-auto-flow: column;
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  list-style-type: none;
  list-style-position: none;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .ribbon__nav__list {
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
    justify-items: center;
    align-items: center;
    align-content: center;
    top: auto;
    left: auto;
    padding: 0;
    position: static;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    overflow: hidden;
  }
}

.ribbon .ribbon__nav .ribbon__nav__list .ribbon__nav__list__item {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  height: 100%;
  display: block;
}

.ribbon__nav__list__item {
  -moz-justify-content: end;
  -ms-justify-content: end;
  -o-justify-content: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  align-content: center;
  height: 100%;
}

.ribbon__nav__list__item__text {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
}

.ribbon__menu {
  display: grid;
  gap: 1rem;
  justify-items: center;
  align-items: center;
  grid-template-rows: 1.25rem;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
  -moz-justify-content: end;
  -ms-justify-content: end;
  -o-justify-content: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 0.5rem;
  line-height: 0.625rem;
  align-content: center;
  height: 100%;
}

.ribbon__menu__item {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: center;
  height: 100%;
}

.app-launcher::before {
  content: "";
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid white;
  position: absolute;
  top: -q(8);
  left: 50%;
  margin-left: -q(4);
  z-index: 1;
}

.ribbon_panel {
  display: grid;
  gap: 0.5rem;
  justify-items: start;
  align-items: center;
  grid-auto-rows: min-content;
  grid-auto-flow: row;
  background-color: var(--color_fill_primary);
  border-radius: 0.25rem;
  border: 0Q 24 solid var(--color_text_primary);
  color: var(--color_text_primary);
  box-shadow: 0.25rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.2);
  font-size: 0.75rem;
  word-wrap: break-word;
  background-clip: padding-box;
  list-style: none;
  z-index: 9999;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  top: 100%;
  left: auto;
  right: 0;
  width: 1rem 0;
  margin-top: 0.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 0;
}
.ribbon_panel .ribbon_panel_header,
.ribbon_panel .ribbon_panel_section,
.ribbon_panel .ribbon_panel_section_header,
.ribbon_panel .ribbon_panel_section_header .ribbon_panel_section_item {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.ribbon_panel .ribbon_panel_line {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0.0625rem solid var(--color_text_primary);
  opacity: 0.5;
}
.ribbon_panel .ribbon_panel_header {
  font-weight: 545;
  font-variation-settings: "wght" 545, "wdth" 400;
  text-align: center;
}
.ribbon_panel .ribbon_panel_header svg {
  background-color: transparent !important;
}
.ribbon_panel .ribbon_panel_section_header {
  font-weight: 545;
  font-variation-settings: "wght" 545, "wdth" 400;
}
.ribbon_panel .ribbon_panel_section {
  font-weight: 367;
  font-variation-settings: "wght" 367, "wdth" 400;
  display: grid;
  gap: 0.5rem;
  justify-items: start;
  align-items: center;
  grid-auto-rows: min-content;
  grid-auto-flow: row;
}
.ribbon_panel .ribbon_panel_section .ribbon_panel_section_item {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style-type: none;
}
.ribbon_panel .ribbon_panel_section.ribbon_panel_icon_grid {
  grid-template-columns: repeat(5, 1fr);
}
.ribbon_panel .ribbon_panel_section.ribbon_panel_icon_grid .ribbon_launcher_item .ribbon_launcher_item_icon svg {
  background-color: transparent;
}
.ribbon_panel ::before {
  content: "";
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-bottom: 0.25rem solid white;
  position: absolute;
  top: -q(4);
  right: 0.375rem;
  z-index: 9999;
}

details[open] .ribbon_panel_wrapper {
  display: block;
  visibility: visible;
}

.ribbon__button {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}
.ribbon__button .i,
.ribbon__button .i::before,
.ribbon__button [class^=i_]::before,
.ribbon__button [class*=" i_"]::before {
  color: var(--color_fill_primary) !important;
}
.ribbon__button svg {
  stroke-width: 0;
}

.ribbon__search__form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.ribbon__search_button {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}
.ribbon__search_button .i,
.ribbon__search_button .i::before,
.ribbon__search_button [class^=i_]::before,
.ribbon__search_button [class*=" i_"]::before {
  color: var(--color_fill_primary) !important;
}
.ribbon__search_button svg {
  stroke-width: 0;
}

.rail {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  flex-shrink: 1;
  flex-grow: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.sidebar--left {
  position: relative;
  display: flex;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: visible;
  flex-direction: row;
}
.sidebar--left .sidebar__menu {
  position: relative;
  transition: width 0.3s ease;
  width: 0;
  display: none;
  visibility: hidden;
  overflow: visible;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sidebar--left .sidebar__menu.active {
  display: block;
  visibility: visible;
  width: 12.5rem;
}
.sidebar--left .sidebar__menu .sidebar__control {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-100%) translateY(-50%);
  z-index: 9999;
}
.sidebar--left .sidebar__menu .sidebar__control .flipper--right {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
.sidebar--left .sidebar__menu .sidebar__control .flipper--right .flipper__icon {
  display: block;
  width: 100%;
  height: 100%;
  background-color: red;
  position: relative;
}
.sidebar--left .flipper--left,
.sidebar--left .flipper--right {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  pointer-events: auto;
  overflow: visible;
}
.sidebar--left .sidebar__menu {
  border-right: 0.0625rem solid var(--color_text_primary);
}

.sidebar--right {
  position: relative;
  display: flex;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: visible;
  flex-direction: row-reverse;
}
.sidebar--right .sidebar__menu {
  position: relative;
  transition: width 0.3s ease;
  width: 0;
  display: none;
  visibility: hidden;
  overflow: visible;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sidebar--right .sidebar__menu.active {
  display: block;
  visibility: visible;
  width: 12.5rem;
}
.sidebar--right .sidebar__menu .sidebar__control {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-100%) translateY(-50%);
  z-index: 9999;
}
.sidebar--right .sidebar__menu .sidebar__control .flipper--right {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
.sidebar--right .sidebar__menu .sidebar__control .flipper--right .flipper__icon {
  display: block;
  width: 100%;
  height: 100%;
  background-color: red;
  position: relative;
}
.sidebar--right .flipper--left,
.sidebar--right .flipper--right {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  pointer-events: auto;
  overflow: visible;
}
.sidebar--right .sidebar__menu {
  border-left: 0.0625rem solid var(--color_text_primary);
}

.canvas {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}

.canvas > div {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  position: absolute;
}

#particles-js {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  position: absolute;
}

.canvas_color {
  min-width: 100vw;
  min-height: 100vh;
}

.canvas_gradient {
  min-width: 100vw;
  min-height: 100vh;
  color: hsla(0, 0%, 100%, 0.85);
  background-color: #170d24;
  background-image: radial-gradient(ellipse at 10% 90%, #0d1f7a 0%, transparent 55%), radial-gradient(ellipse at 90% 90%, #439cc5 0%, transparent 55%), radial-gradient(ellipse at 90% 10%, #4a74dc 0%, transparent 55%), radial-gradient(ellipse at 10% 10%, #35244f 0%, transparent 55%);
}

.widget {
  grid-column: span 1;
  grid-auto-flow: row;
  z-index: z("widget");
  background-color: var(--color_fill_secondary);
  padding: 1rem;
  height: -moz-fit-content;
  height: fit-content;
}

.widget--squared {
  border-radius: 0 !important;
}

.widget--rounded {
  border-radius: 0.125rem !important;
}

.widget--pill {
  border-radius: 50vh !important;
}

@keyframes ticker-horizontal-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ticker-horizontal-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes ticker-vertical-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes ticker-vertical-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.ticker--horizontal--top {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  z-index: z("ribbon");
  background-color: var(--color_text_primary);
  color: var(--color_fill_primary);
  border-color: var(--color_fill_primary);
  border-style: solid;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.5rem;
  overflow: hidden;
  border-bottom-width: 0.0625rem;
}
.ticker--horizontal--top .ticker__track {
  display: inline-block;
  white-space: nowrap;
  animation: ticker-horizontal-left 20s linear infinite;
}
.ticker--horizontal--top:hover .ticker__track {
  animation-play-state: paused;
}

.ticker--horizontal--bottom {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  z-index: z("ribbon");
  background-color: var(--color_text_primary);
  color: var(--color_fill_primary);
  border-color: var(--color_fill_primary);
  border-style: solid;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.5rem;
  overflow: hidden;
  border-top-width: 0.0625rem;
}
.ticker--horizontal--bottom .ticker__track {
  display: inline-block;
  white-space: nowrap;
  animation: ticker-horizontal-left 20s linear infinite;
}
.ticker--horizontal--bottom:hover .ticker__track {
  animation-play-state: paused;
}

.ticker--vertical--left {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  z-index: z("ribbon");
  background-color: var(--color_text_primary);
  color: var(--color_fill_primary);
  border-color: var(--color_fill_primary);
  border-style: solid;
  height: 6.25rem;
  border-right-width: 0.0625rem;
}
.ticker--vertical--left .ticker__track {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  will-change: transform;
  animation: ticker-vertical-up 20s linear infinite;
}
.ticker--vertical--left--reverse .ticker__track {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  will-change: transform;
  animation: ticker-vertical-down 20s linear infinite;
}

.ticker--vertical--right {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  z-index: z("ribbon");
  background-color: var(--color_text_primary);
  color: var(--color_fill_primary);
  border-color: var(--color_fill_primary);
  border-style: solid;
  height: 6.25rem;
  border-left-width: 0.0625rem;
}
.ticker--vertical--right .ticker__track {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  will-change: transform;
  animation: ticker-vertical-up 20s linear infinite;
}
.ticker--vertical--right--reverse .ticker__track {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  will-change: transform;
  animation: ticker-vertical-down 20s linear infinite;
}

.ticker--horizontal--top:hover .ticker__track,
.ticker--horizontal--bottom:hover .ticker__track,
.ticker--vertical--left:hover .ticker__track,
.ticker--vertical--right:hover .ticker__track,
.ticker__track:focus {
  animation-play-state: paused;
}

.ticker__item {
  display: inline-block;
  padding: 0 1rem;
  font-size: 0.75rem;
  white-space: nowrap;
}

@keyframes liveStoryPostLoadingBar0 {
  0%, 100%, 5% {
    opacity: 0.1;
  }
  10%, 80% {
    opacity: 0.2;
  }
}
@keyframes liveStoryPostLoadingBar1 {
  0%, 100%, 15% {
    opacity: 0.1;
  }
  20%, 80% {
    opacity: 0.2;
  }
}
@keyframes liveStoryPostLoadingBar2 {
  0%, 100%, 25% {
    opacity: 0.1;
  }
  30%, 80% {
    opacity: 0.2;
  }
}
@keyframes liveStoryPostLoadingBar3 {
  0%, 100%, 35% {
    opacity: 0.1;
  }
  40%, 80% {
    opacity: 0.2;
  }
}
@keyframes liveStoryPostLoadingBar4 {
  0%, 100%, 45% {
    opacity: 0.1;
  }
  50%, 80% {
    opacity: 0.2;
  }
}
.live-story-post {
  border-bottom: q(1) solid #e6e6e6;
}

.live-story-post__wrapper {
  padding: q(16);
}

.live-story-post__tags {
  border-top: q(1) solid #e6e6e6;
  padding: q(16);
}

.live-story-post--hidden,
.live-story-post--hidden + .ad-slot-wrapper,
.live-story-post--hidden-for-lazy-loading {
  display: none;
}

.live-story-post__timestamp {
  font-size: q(12);
  display: block;
  margin-bottom: q(8);
  line-height: 1.25;
  font-weight: 500;
  min-height: q(15);
}

.live-story-post__timestamp.active {
  color: var(--theme-primary);
}

.live-story-post__timestamp.stale {
  color: #6e6e6e;
}

.live-story-post__timestamp.placeholder {
  animation-name: liveStoryPostLoadingBar0;
  height: q(12);
  width: 32%;
}

.live-story-post__headline {
  font-size: q(24);
  margin: 0 0 q(8);
  line-height: q(36);
  font-weight: 700;
  color: #262626;
}

.live-story-post__headline.placeholder {
  animation-name: liveStoryPostLoadingBar1;
  height: q(24);
  width: 70%;
}

.live-story-post__byline {
  color: #8c8c8c;
  display: block;
  font-size: q(12);
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 q(16);
}

.live-story-post__byline.placeholder {
  animation-name: liveStoryPostLoadingBar2;
  height: q(12);
  width: 20%;
}

.live-story-post_placeholder {
  border: q(1) solid #e6e6e6;
  border-radius: q(4);
  margin-bottom: q(32);
  padding: q(16);
}

.live-story-post_placeholder .placeholder {
  margin-bottom: q(12);
  background: #6e6e6e;
  border-radius: q(2);
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-timing-function: linear;
}

.live-story-post__share-links-placeholder {
  animation-name: liveStoryPostLoadingBar4;
  width: 100%;
  height: q(20);
  margin-bottom: q(16);
}

.live-story-post__content-placeholder {
  animation-name: liveStoryPostLoadingBar3;
  width: 100%;
  height: 200px;
  margin-bottom: q(16);
}

.live-story-post .twitter-tweet,
.live-story-post .twitter__tweet {
  margin: q(30) auto;
}

.live-story-post .facebook .fb-post > span {
  display: block;
  margin: 0 auto;
}

.live-story-post .instagram iframe {
  display: block !important;
  margin: 0 auto !important;
}

.live-story-post .video-resource {
  width: 100%;
}

.live-story-post .video-resource .video-resource__cover {
  display: block;
}

.live-story-post .video-resource .video-resource__cover.hide {
  display: none;
}

.layout-live-story__top .video-resource_padded-description__credit {
  font-weight: 400;
}

@media screen and (min-width: 960px) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .live-story-post__content .video-resource {
    width: 100%;
  }
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .live-story-post {
    border: q(1) solid #e6e6e6;
    border-radius: q(4);
    margin-bottom: q(32);
  }
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .live-story-post__tags,
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .live-story-post__wrapper {
    padding: q(24);
  }
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .live-story-post__headline {
    font-size: q(30);
  }
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .live-story-post__headline.placeholder {
    height: q(30);
  }
}
@media screen and (max-width: 959px) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .live-story-post__content .video-resource {
    width: 100%;
  }
}
@media screen and (min-width: q(480)) and (max-width: 959px) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobil-app.kiln-edit-mode) .live-story-post__content > .video-resource .video-resource__playhead,
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobil-app.kiln-edit-mode) .live-story-post__content > .video-resource .video-resource__playhead.spinner::before {
    width: 8Q 2;
    height: 8Q 2;
  }
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobil-app.kiln-edit-mode) .live-story-post__content > .video-resource .video-resource__chyron {
    font-size: q(24);
    line-height: q(30);
  }
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobil-app.kiln-edit-mode) .live-story-post__content > .video-resource .video-resource__runtime {
    font-size: q(14);
  }
}
@media screen and (max-width: 479px) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .live-story-post__content > .video-resource .video-resource__playhead,
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .live-story-post__content > .video-resource .video-resource__playhead.spinner::before {
    width: q(64);
    height: q(64);
  }
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .live-story-post__content > .video-resource .video-resource__chyron {
    font-size: q(16);
    font-weight: 700;
    line-height: q(20);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .live-story-post__content > .video-resource .video-resource__runtime {
    font-size: q(12);
    line-height: q(16);
  }
}
.underscored .article__content > .image,
.underscored .article__main > .image__lede .image {
  border-bottom: 0;
  padding-bottom: 0;
}

.underscored .article__content > .image .image__credit,
.underscored .article__main > .image__lede .image .image__credit {
  padding-bottom: 0;
}

.card:not(:only-child) .underscored:empty {
  min-height: q(24);
  margin: q(4) 0 0;
  padding: 0;
}

@media screen and (min-width: 960px) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .image__caption {
    margin-top: q(4);
  }
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode).underscored .article__content > .image--eq-large .image__container,
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode).underscored .article__content > .image--eq-large .image__dam-img,
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode).underscored .article__main > .image__lede .image--eq-large .image__container,
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode).underscored .article__main > .image__lede .image--eq-large .image__dam-img {
    border-radius: q(8);
  }
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode).underscored .article__content > .image--eq-small:not(.image--eq-large) .image__container,
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode).underscored .article__content > .image--eq-small:not(.image--eq-large) .image__dam-img,
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode).underscored .article__main > .image__lede .image--eq-small:not(.image--eq-large) .image__container,
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode).underscored .article__main > .image__lede .image--eq-small:not(.image--eq-large) .image__dam-img {
    border-radius: q(4);
  }
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .underscored .card:not(:only-child) .image__credit:empty {
    min-height: q(24);
    margin-top: q(4);
    padding: 0;
  }
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .image__related-content.related-content__image .image {
    border: 0;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: q(480)) {
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .paragraph-elevate,
  body:not(.layout-homepage-mobile.kiln-edit-mode):not(.layout-homepage-mobile-app.kiln-edit-mode) .paragraph-elevate a {
    font-size: var(--theme-paragraph__font-size--from-small);
    line-height: var(--theme-paragraph__line-height--from-small);
  }
}
.font--default {
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-language-override: normal;
  font-optical-sizing: auto;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1;
  font-size-adjust: none;
  font-stretch: 100%;
  color: var(--color_text_primary);
  background-color: transparent;
  font-family: "stylescape_sans_regular", "Roboto Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.font--sans {
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-language-override: normal;
  font-optical-sizing: auto;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1;
  font-size-adjust: none;
  font-stretch: 100%;
  color: var(--color_text_primary);
  background-color: transparent;
  font-family: "stylescape_sans_regular", "Roboto Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.font--serif {
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-language-override: normal;
  font-optical-sizing: auto;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1;
  font-size-adjust: none;
  font-stretch: 100%;
  color: var(--color_text_primary);
  background-color: transparent;
  font-family: "stylescape_serif_regular", "Roboto Serif", "Times New Roman", "Times", serif;
}

.font--slab {
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-language-override: normal;
  font-optical-sizing: auto;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1;
  font-size-adjust: none;
  font-stretch: 100%;
  color: var(--color_text_primary);
  background-color: transparent;
  font-family: "stylescape_slab_regular", "Roboto Slab", "Rockwell", "Georgia", "serif";
}

.font--mono {
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-language-override: normal;
  font-optical-sizing: auto;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1;
  font-size-adjust: none;
  font-stretch: 100%;
  color: var(--color_text_primary);
  background-color: transparent;
  font-family: "stylescape_mono_regular", "Roboto Mono", "Courier New", "Courier", monospace;
}

.font--size_01 {
  font-size: 0.25rem;
  line-height: 0.3125rem;
}

.font--size_02 {
  font-size: 0.5rem;
  line-height: 0.625rem;
}

.font--size_03 {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.font--size_04 {
  font-size: 1rem;
  line-height: 1.25rem;
}

.font--size_05 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.font--size_06 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.font--size_07 {
  font-size: 1.75rem;
  line-height: 2.1875rem;
}

.font--size_08 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.font--size_09 {
  font-size: 2.25rem;
  line-height: 2.8125rem;
}

.font--size_10 {
  font-size: 2.5rem;
  line-height: 3.125rem;
}

.font--size_11 {
  font-size: 2.75rem;
  line-height: 3.4375rem;
}

.font--size_12 {
  font-size: 3rem;
  line-height: 3.75rem;
}

.font--xs {
  font-size: 0.5rem;
  line-height: 0.625rem;
}

.font--sm {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.font--md {
  font-size: 1rem;
  line-height: 1.25rem;
}

.font--lg {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.font--xl {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.character_default {
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
}

.character_normal {
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
}

.character_italic {
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-weight: 367;
  font-variation-settings: "wght" 367, "wdth" 400;
  font-style: italic;
}

.character_bold {
  font-weight: 634;
  font-variation-settings: "wght" 634, "wdth" 400;
}

.character_code,
.code,
.kbd,
.samp {
  font-family: "stylescape_mono_regular", "Roboto Mono", "Courier New", "Courier", monospace;
  font-size: 87.5%;
  color: #333;
}

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

.character_script_sub,
.subscript,
.sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: 0.5em;
}

.character_script_super,
.superscript,
.sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

.character_small,
.small {
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-size: 80%;
  line-height: 1.2;
}

.character_small_bold {
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-size: 80%;
  line-height: 1.2;
  font-weight: bold;
}

.character_small_italic {
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-size: 80%;
  line-height: 1.2;
  font-style: italic;
}

.paragraph_address,
.address {
  font-size: 1.75rem;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 1.5625rem;
}

.paragraph_code,
.pre {
  font-family: "stylescape_mono_regular", "Roboto Mono", "Courier New", "Courier", monospace;
  clear: both;
  overflow: auto;
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  color: #333;
  background-color: #f4f4f4;
}

.paragraph_code code,
.pre code {
  font-family: "stylescape_mono_regular", "Roboto Mono", "Courier New", "Courier", monospace;
  clear: both;
  overflow: auto;
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  color: #333;
  background-color: #f4f4f4;
}

.badge {
  display: inline-block;
  line-height: 1;
  color: var(--color_fill_primary);
  background-color: var(--color_text_primary);
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.badge:empty {
  display: none;
}
.badge.accent {
  background-color: var(--color_accent_primary);
}
.badge.info {
  background-color: var(--color_log_info);
}
.badge.success {
  background-color: var(--color_log_success);
}
.badge.warning {
  background-color: var(--color_log_warning);
}
.badge.error {
  background-color: var(--color_log_error);
}
.badge.squared {
  border-radius: 0 !important;
}
.badge.rounded {
  border-radius: 0.125rem !important;
}
.badge.pill {
  border-radius: 50vh !important;
}
.badge.xs {
  font-size: 0.5rem;
  line-height: 0.625rem;
}
.badge.sm {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.badge.md {
  font-size: 1rem;
  line-height: 1.25rem;
}
.badge.lg {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.badge.xl {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.ribbon_base {
  display: grid;
  gap: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  pointer-events: all;
  background-color: var(--color_text_primary);
  color: var(--color_fill_primary);
  border-color: var(--color_fill_primary);
  border-style: solid;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  z-index: z("ribbon");
  position: relative;
}

.ribbon--horizontal {
  display: grid;
  gap: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  pointer-events: all;
  background-color: var(--color_text_primary);
  color: var(--color_fill_primary);
  border-color: var(--color_fill_primary);
  border-style: solid;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  z-index: z("ribbon");
  position: relative;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1.25rem;
  grid-auto-rows: unset;
  grid-auto-flow: column;
  grid-template-areas: "ribbon_area--horizontal_left ribbon_area--horizontal_center ribbon_area--horizontal_right";
  align-items: center;
  align-content: center;
  width: 100%;
  height: 2.5rem;
}

.ribbon--vertical {
  display: grid;
  gap: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  pointer-events: all;
  background-color: var(--color_text_primary);
  color: var(--color_fill_primary);
  border-color: var(--color_fill_primary);
  border-style: solid;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  z-index: z("ribbon");
  position: relative;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1.25rem;
  grid-auto-columns: unset;
  grid-auto-flow: row;
  grid-template-areas: "ribbon_area--vertical_top" "ribbon_area--vertical_center" "ribbon_area--vertical_bottom";
  justify-items: center;
  height: 100%;
  width: 2.5rem;
}

.ribbon--top {
  display: grid;
  gap: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  pointer-events: all;
  background-color: var(--color_text_primary);
  color: var(--color_fill_primary);
  border-color: var(--color_fill_primary);
  border-style: solid;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  z-index: z("ribbon");
  position: relative;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1.25rem;
  grid-auto-rows: unset;
  grid-auto-flow: column;
  grid-template-areas: "ribbon_area--horizontal_left ribbon_area--horizontal_center ribbon_area--horizontal_right";
  align-items: center;
  align-content: center;
  width: 100%;
  height: 2.5rem;
  height: 2.5rem;
  border-bottom-width: 0.0625rem;
}

.ribbon--bottom {
  display: grid;
  gap: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  pointer-events: all;
  background-color: var(--color_text_primary);
  color: var(--color_fill_primary);
  border-color: var(--color_fill_primary);
  border-style: solid;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  z-index: z("ribbon");
  position: relative;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1.25rem;
  grid-auto-rows: unset;
  grid-auto-flow: column;
  grid-template-areas: "ribbon_area--horizontal_left ribbon_area--horizontal_center ribbon_area--horizontal_right";
  align-items: center;
  align-content: center;
  width: 100%;
  height: 2.5rem;
  height: 2.5rem;
  border-top-width: 0.0625rem;
}

.ribbon--left {
  display: grid;
  gap: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  pointer-events: all;
  background-color: var(--color_text_primary);
  color: var(--color_fill_primary);
  border-color: var(--color_fill_primary);
  border-style: solid;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  z-index: z("ribbon");
  position: relative;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1.25rem;
  grid-auto-columns: unset;
  grid-auto-flow: row;
  grid-template-areas: "ribbon_area--vertical_top" "ribbon_area--vertical_center" "ribbon_area--vertical_bottom";
  justify-items: center;
  height: 100%;
  width: 2.5rem;
  width: 2.5rem;
  border-right-width: 0.0625rem;
}

.ribbon--right {
  display: grid;
  gap: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  pointer-events: all;
  background-color: var(--color_text_primary);
  color: var(--color_fill_primary);
  border-color: var(--color_fill_primary);
  border-style: solid;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  z-index: z("ribbon");
  position: relative;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1.25rem;
  grid-auto-columns: unset;
  grid-auto-flow: row;
  grid-template-areas: "ribbon_area--vertical_top" "ribbon_area--vertical_center" "ribbon_area--vertical_bottom";
  justify-items: center;
  height: 100%;
  width: 2.5rem;
  width: 2.5rem;
  border-left-width: 0.0625rem;
}

.ribbon--inverted {
  background-color: var(--color_fill_primary);
  color: var(--color_text_primary);
  border-color: var(--color_text_primary);
}

.ribbon__slot--horizontal_left {
  grid-area: ribbon_area--horizontal_left;
  display: grid;
  justify-content: start;
  gap: 0.125rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  height: 100%;
  justify-items: start;
  align-items: center;
  align-self: center;
  white-space: nowrap;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  grid-template-rows: 1.25rem;
  flex-direction: column;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  grid-template-rows: 1.25rem;
  width: 100%;
  height: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}

.ribbon__slot--horizontal_right {
  grid-area: ribbon_area--horizontal_right;
  display: grid;
  justify-content: end;
  gap: 0.125rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  height: 100%;
  justify-items: end;
  align-items: center;
  align-self: center;
  white-space: nowrap;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  grid-template-rows: 1.25rem;
  flex-direction: column;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  grid-template-rows: 1.25rem;
  width: 100%;
  height: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}

.ribbon__slot--horizontal_center {
  grid-area: ribbon_area--horizontal_center;
  display: grid;
  justify-content: center;
  gap: 0.125rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  height: 100%;
  justify-items: center;
  align-items: center;
  align-self: center;
  white-space: nowrap;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  grid-template-rows: 1.25rem;
  flex-direction: column;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  grid-template-rows: 1.25rem;
  width: 100%;
  height: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}

.ribbon__slot--vertical_top {
  grid-area: ribbon_area--vertical_top;
  display: grid;
  justify-content: center;
  gap: 0.125rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  height: 100%;
  justify-items: center;
  align-items: start;
  align-self: start;
  white-space: nowrap;
  flex-direction: row;
  grid-auto-flow: row;
  grid-auto-rows: min-content;
  grid-template-columns: 1.25rem;
  flex-direction: row;
  grid-auto-flow: row;
  grid-auto-rows: min-content;
  grid-template-columns: 1.25rem;
  width: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  height: 100%;
}

.ribbon__slot--vertical_bottom {
  grid-area: ribbon_area--vertical_bottom;
  display: grid;
  justify-content: center;
  gap: 0.125rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  height: 100%;
  justify-items: center;
  align-items: end;
  align-self: end;
  white-space: nowrap;
  flex-direction: row;
  grid-auto-flow: row;
  grid-auto-rows: min-content;
  grid-template-columns: 1.25rem;
  flex-direction: row;
  grid-auto-flow: row;
  grid-auto-rows: min-content;
  grid-template-columns: 1.25rem;
  width: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  height: 100%;
}

.ribbon__slot--vertical_center {
  grid-area: ribbon_area--vertical_center;
  display: grid;
  justify-content: center;
  gap: 0.125rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  height: 100%;
  justify-items: center;
  align-items: center;
  align-self: center;
  white-space: nowrap;
  flex-direction: row;
  grid-auto-flow: row;
  grid-auto-rows: min-content;
  grid-template-columns: 1.25rem;
  flex-direction: row;
  grid-auto-flow: row;
  grid-auto-rows: min-content;
  grid-template-columns: 1.25rem;
  width: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  height: 100%;
}

.ribbon__title {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: grid;
  gap: 1rem;
  justify-items: center;
  align-items: center;
  grid-template-rows: 1.25rem;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
  align-self: start;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: center;
  font-size: 1.25rem;
  align-content: center;
  height: 100%;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .ribbon__title {
    -moz-justify-content: start;
    -ms-justify-content: start;
    -o-justify-content: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.ribbon__title__logo {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  min-width: 2rem;
}

.ribbon__title__text {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  visibility: hidden;
  display: none !important;
  display: none;
}
@media screen and (min-width: 768px) {
  .ribbon__title__text {
    visibility: visible;
    display: block !important;
    display: inherit;
    white-space: nowrap;
    overflow: visible;
  }
}

.ribbon__title__image {
  width: auto;
  height: auto;
  min-height: 2.5rem;
  align-content: center;
}
.ribbon__title__image img {
  display: block;
  height: 1.25rem;
  width: auto;
  min-width: 100%;
}

.visible {
  visibility: visible;
  display: block !important;
}

.invisible {
  visibility: hidden;
  display: none !important;
}

.grid--base {
  display: grid;
  position: relative;
}

.grid--base--inline {
  display: inline-grid;
  position: relative;
  width: 100%;
}

.grid--1 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--1 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--1 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(1, 1fr);
}

.grid__frame--inline--1 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--2 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--2 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--2 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
}

.grid__frame--inline--2 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--3 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--3 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--3 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
}

.grid__frame--inline--3 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--4 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--4 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--4 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(4, 1fr);
}

.grid__frame--inline--4 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--5 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--5 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--5 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(5, 1fr);
}

.grid__frame--inline--5 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--6 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--6 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--6 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(6, 1fr);
}

.grid__frame--inline--6 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--7 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--7 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--7 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(7, 1fr);
}

.grid__frame--inline--7 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--8 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(8, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--8 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(8, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--8 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(8, 1fr);
}

.grid__frame--inline--8 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(8, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--9 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(9, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--9 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(9, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--9 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(9, 1fr);
}

.grid__frame--inline--9 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(9, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--10 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(10, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--10 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(10, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--10 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(10, 1fr);
}

.grid__frame--inline--10 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(10, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--11 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(11, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--11 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(11, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--11 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(11, 1fr);
}

.grid__frame--inline--11 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(11, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--12 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--12 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--12 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.grid__frame--inline--12 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--13 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(13, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--13 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(13, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--13 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(13, 1fr);
}

.grid__frame--inline--13 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(13, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--14 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(14, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--14 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(14, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--14 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(14, 1fr);
}

.grid__frame--inline--14 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(14, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--15 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(15, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--15 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(15, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--15 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(15, 1fr);
}

.grid__frame--inline--15 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(15, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--16 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(16, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--16 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(16, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--16 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(16, 1fr);
}

.grid__frame--inline--16 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(16, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--17 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(17, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--17 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(17, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--17 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(17, 1fr);
}

.grid__frame--inline--17 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(17, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--18 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(18, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--18 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(18, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--18 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(18, 1fr);
}

.grid__frame--inline--18 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(18, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--19 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(19, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--19 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(19, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--19 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(19, 1fr);
}

.grid__frame--inline--19 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(19, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--20 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(20, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--20 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(20, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--20 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(20, 1fr);
}

.grid__frame--inline--20 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(20, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--21 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(21, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--21 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(21, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--21 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(21, 1fr);
}

.grid__frame--inline--21 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(21, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--22 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(22, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--22 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(22, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--22 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(22, 1fr);
}

.grid__frame--inline--22 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(22, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--23 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(23, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--23 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(23, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--23 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(23, 1fr);
}

.grid__frame--inline--23 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(23, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid--24 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(24, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--24 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(24, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--clean--24 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(24, 1fr);
}

.grid__frame--inline--24 {
  display: inline-grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(24, 1fr);
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.grid__frame--flex {
  display: grid;
  position: relative;
  gap: 1.25rem;
  grid-gap: 1.25rem;
  grid-auto-rows: minmax(0.78125rem, auto);
}
@media (max-width: 1280px) {
  .grid__frame--flex {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid__frame--flex {
    grid-template-columns: repeat(12, 1fr);
  }
}

.grid--span--col--1 {
  grid-column: span 1;
}

@media (min-width: 480px) {
  .grid--span--col--sm--1 {
    grid-column: span 1;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--1 {
    grid-column: span 1;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--1 {
    grid-column: span 1;
  }
}

.grid--span--col--2 {
  grid-column: span 2;
}

@media (min-width: 480px) {
  .grid--span--col--sm--2 {
    grid-column: span 2;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--2 {
    grid-column: span 2;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--2 {
    grid-column: span 2;
  }
}

.grid--span--col--3 {
  grid-column: span 3;
}

@media (min-width: 480px) {
  .grid--span--col--sm--3 {
    grid-column: span 3;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--3 {
    grid-column: span 3;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--3 {
    grid-column: span 3;
  }
}

.grid--span--col--4 {
  grid-column: span 4;
}

@media (min-width: 480px) {
  .grid--span--col--sm--4 {
    grid-column: span 4;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--4 {
    grid-column: span 4;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--4 {
    grid-column: span 4;
  }
}

.grid--span--col--5 {
  grid-column: span 5;
}

@media (min-width: 480px) {
  .grid--span--col--sm--5 {
    grid-column: span 5;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--5 {
    grid-column: span 5;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--5 {
    grid-column: span 5;
  }
}

.grid--span--col--6 {
  grid-column: span 6;
}

@media (min-width: 480px) {
  .grid--span--col--sm--6 {
    grid-column: span 6;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--6 {
    grid-column: span 6;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--6 {
    grid-column: span 6;
  }
}

.grid--span--col--7 {
  grid-column: span 7;
}

@media (min-width: 480px) {
  .grid--span--col--sm--7 {
    grid-column: span 7;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--7 {
    grid-column: span 7;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--7 {
    grid-column: span 7;
  }
}

.grid--span--col--8 {
  grid-column: span 8;
}

@media (min-width: 480px) {
  .grid--span--col--sm--8 {
    grid-column: span 8;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--8 {
    grid-column: span 8;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--8 {
    grid-column: span 8;
  }
}

.grid--span--col--9 {
  grid-column: span 9;
}

@media (min-width: 480px) {
  .grid--span--col--sm--9 {
    grid-column: span 9;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--9 {
    grid-column: span 9;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--9 {
    grid-column: span 9;
  }
}

.grid--span--col--10 {
  grid-column: span 10;
}

@media (min-width: 480px) {
  .grid--span--col--sm--10 {
    grid-column: span 10;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--10 {
    grid-column: span 10;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--10 {
    grid-column: span 10;
  }
}

.grid--span--col--11 {
  grid-column: span 11;
}

@media (min-width: 480px) {
  .grid--span--col--sm--11 {
    grid-column: span 11;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--11 {
    grid-column: span 11;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--11 {
    grid-column: span 11;
  }
}

.grid--span--col--12 {
  grid-column: span 12;
}

@media (min-width: 480px) {
  .grid--span--col--sm--12 {
    grid-column: span 12;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--12 {
    grid-column: span 12;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--12 {
    grid-column: span 12;
  }
}

.grid--span--col--13 {
  grid-column: span 13;
}

@media (min-width: 480px) {
  .grid--span--col--sm--13 {
    grid-column: span 13;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--13 {
    grid-column: span 13;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--13 {
    grid-column: span 13;
  }
}

.grid--span--col--14 {
  grid-column: span 14;
}

@media (min-width: 480px) {
  .grid--span--col--sm--14 {
    grid-column: span 14;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--14 {
    grid-column: span 14;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--14 {
    grid-column: span 14;
  }
}

.grid--span--col--15 {
  grid-column: span 15;
}

@media (min-width: 480px) {
  .grid--span--col--sm--15 {
    grid-column: span 15;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--15 {
    grid-column: span 15;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--15 {
    grid-column: span 15;
  }
}

.grid--span--col--16 {
  grid-column: span 16;
}

@media (min-width: 480px) {
  .grid--span--col--sm--16 {
    grid-column: span 16;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--16 {
    grid-column: span 16;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--16 {
    grid-column: span 16;
  }
}

.grid--span--col--17 {
  grid-column: span 17;
}

@media (min-width: 480px) {
  .grid--span--col--sm--17 {
    grid-column: span 17;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--17 {
    grid-column: span 17;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--17 {
    grid-column: span 17;
  }
}

.grid--span--col--18 {
  grid-column: span 18;
}

@media (min-width: 480px) {
  .grid--span--col--sm--18 {
    grid-column: span 18;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--18 {
    grid-column: span 18;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--18 {
    grid-column: span 18;
  }
}

.grid--span--col--19 {
  grid-column: span 19;
}

@media (min-width: 480px) {
  .grid--span--col--sm--19 {
    grid-column: span 19;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--19 {
    grid-column: span 19;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--19 {
    grid-column: span 19;
  }
}

.grid--span--col--20 {
  grid-column: span 20;
}

@media (min-width: 480px) {
  .grid--span--col--sm--20 {
    grid-column: span 20;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--20 {
    grid-column: span 20;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--20 {
    grid-column: span 20;
  }
}

.grid--span--col--21 {
  grid-column: span 21;
}

@media (min-width: 480px) {
  .grid--span--col--sm--21 {
    grid-column: span 21;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--21 {
    grid-column: span 21;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--21 {
    grid-column: span 21;
  }
}

.grid--span--col--22 {
  grid-column: span 22;
}

@media (min-width: 480px) {
  .grid--span--col--sm--22 {
    grid-column: span 22;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--22 {
    grid-column: span 22;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--22 {
    grid-column: span 22;
  }
}

.grid--span--col--23 {
  grid-column: span 23;
}

@media (min-width: 480px) {
  .grid--span--col--sm--23 {
    grid-column: span 23;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--23 {
    grid-column: span 23;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--23 {
    grid-column: span 23;
  }
}

.grid--span--col--24 {
  grid-column: span 24;
}

@media (min-width: 480px) {
  .grid--span--col--sm--24 {
    grid-column: span 24;
  }
}

@media (min-width: 768px) {
  .grid--span--col--md--24 {
    grid-column: span 24;
  }
}

@media (min-width: 1024px) {
  .grid--span--col--lg--24 {
    grid-column: span 24;
  }
}

.grid--span--row--1 {
  grid-row: span 1;
}

@media (min-width: 480px) {
  .grid--span--row--sm--1 {
    grid-row: span 1;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--1 {
    grid-row: span 1;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--1 {
    grid-row: span 1;
  }
}

.grid--span--row--2 {
  grid-row: span 2;
}

@media (min-width: 480px) {
  .grid--span--row--sm--2 {
    grid-row: span 2;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--2 {
    grid-row: span 2;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--2 {
    grid-row: span 2;
  }
}

.grid--span--row--3 {
  grid-row: span 3;
}

@media (min-width: 480px) {
  .grid--span--row--sm--3 {
    grid-row: span 3;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--3 {
    grid-row: span 3;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--3 {
    grid-row: span 3;
  }
}

.grid--span--row--4 {
  grid-row: span 4;
}

@media (min-width: 480px) {
  .grid--span--row--sm--4 {
    grid-row: span 4;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--4 {
    grid-row: span 4;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--4 {
    grid-row: span 4;
  }
}

.grid--span--row--5 {
  grid-row: span 5;
}

@media (min-width: 480px) {
  .grid--span--row--sm--5 {
    grid-row: span 5;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--5 {
    grid-row: span 5;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--5 {
    grid-row: span 5;
  }
}

.grid--span--row--6 {
  grid-row: span 6;
}

@media (min-width: 480px) {
  .grid--span--row--sm--6 {
    grid-row: span 6;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--6 {
    grid-row: span 6;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--6 {
    grid-row: span 6;
  }
}

.grid--span--row--7 {
  grid-row: span 7;
}

@media (min-width: 480px) {
  .grid--span--row--sm--7 {
    grid-row: span 7;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--7 {
    grid-row: span 7;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--7 {
    grid-row: span 7;
  }
}

.grid--span--row--8 {
  grid-row: span 8;
}

@media (min-width: 480px) {
  .grid--span--row--sm--8 {
    grid-row: span 8;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--8 {
    grid-row: span 8;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--8 {
    grid-row: span 8;
  }
}

.grid--span--row--9 {
  grid-row: span 9;
}

@media (min-width: 480px) {
  .grid--span--row--sm--9 {
    grid-row: span 9;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--9 {
    grid-row: span 9;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--9 {
    grid-row: span 9;
  }
}

.grid--span--row--10 {
  grid-row: span 10;
}

@media (min-width: 480px) {
  .grid--span--row--sm--10 {
    grid-row: span 10;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--10 {
    grid-row: span 10;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--10 {
    grid-row: span 10;
  }
}

.grid--span--row--11 {
  grid-row: span 11;
}

@media (min-width: 480px) {
  .grid--span--row--sm--11 {
    grid-row: span 11;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--11 {
    grid-row: span 11;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--11 {
    grid-row: span 11;
  }
}

.grid--span--row--12 {
  grid-row: span 12;
}

@media (min-width: 480px) {
  .grid--span--row--sm--12 {
    grid-row: span 12;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--12 {
    grid-row: span 12;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--12 {
    grid-row: span 12;
  }
}

.grid--span--row--13 {
  grid-row: span 13;
}

@media (min-width: 480px) {
  .grid--span--row--sm--13 {
    grid-row: span 13;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--13 {
    grid-row: span 13;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--13 {
    grid-row: span 13;
  }
}

.grid--span--row--14 {
  grid-row: span 14;
}

@media (min-width: 480px) {
  .grid--span--row--sm--14 {
    grid-row: span 14;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--14 {
    grid-row: span 14;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--14 {
    grid-row: span 14;
  }
}

.grid--span--row--15 {
  grid-row: span 15;
}

@media (min-width: 480px) {
  .grid--span--row--sm--15 {
    grid-row: span 15;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--15 {
    grid-row: span 15;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--15 {
    grid-row: span 15;
  }
}

.grid--span--row--16 {
  grid-row: span 16;
}

@media (min-width: 480px) {
  .grid--span--row--sm--16 {
    grid-row: span 16;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--16 {
    grid-row: span 16;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--16 {
    grid-row: span 16;
  }
}

.grid--span--row--17 {
  grid-row: span 17;
}

@media (min-width: 480px) {
  .grid--span--row--sm--17 {
    grid-row: span 17;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--17 {
    grid-row: span 17;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--17 {
    grid-row: span 17;
  }
}

.grid--span--row--18 {
  grid-row: span 18;
}

@media (min-width: 480px) {
  .grid--span--row--sm--18 {
    grid-row: span 18;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--18 {
    grid-row: span 18;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--18 {
    grid-row: span 18;
  }
}

.grid--span--row--19 {
  grid-row: span 19;
}

@media (min-width: 480px) {
  .grid--span--row--sm--19 {
    grid-row: span 19;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--19 {
    grid-row: span 19;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--19 {
    grid-row: span 19;
  }
}

.grid--span--row--20 {
  grid-row: span 20;
}

@media (min-width: 480px) {
  .grid--span--row--sm--20 {
    grid-row: span 20;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--20 {
    grid-row: span 20;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--20 {
    grid-row: span 20;
  }
}

.grid--span--row--21 {
  grid-row: span 21;
}

@media (min-width: 480px) {
  .grid--span--row--sm--21 {
    grid-row: span 21;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--21 {
    grid-row: span 21;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--21 {
    grid-row: span 21;
  }
}

.grid--span--row--22 {
  grid-row: span 22;
}

@media (min-width: 480px) {
  .grid--span--row--sm--22 {
    grid-row: span 22;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--22 {
    grid-row: span 22;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--22 {
    grid-row: span 22;
  }
}

.grid--span--row--23 {
  grid-row: span 23;
}

@media (min-width: 480px) {
  .grid--span--row--sm--23 {
    grid-row: span 23;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--23 {
    grid-row: span 23;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--23 {
    grid-row: span 23;
  }
}

.grid--span--row--24 {
  grid-row: span 24;
}

@media (min-width: 480px) {
  .grid--span--row--sm--24 {
    grid-row: span 24;
  }
}

@media (min-width: 768px) {
  .grid--span--row--md--24 {
    grid-row: span 24;
  }
}

@media (min-width: 1024px) {
  .grid--span--row--lg--24 {
    grid-row: span 24;
  }
}

.grid--size--col--1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid--size--col--2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid--size--col--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--size--col--4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid--size--col--5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid--size--col--6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid--size--col--7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid--size--col--8 {
  grid-template-columns: repeat(8, 1fr);
}

.grid--size--col--9 {
  grid-template-columns: repeat(9, 1fr);
}

.grid--size--col--10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid--size--col--11 {
  grid-template-columns: repeat(11, 1fr);
}

.grid--size--col--12 {
  grid-template-columns: repeat(12, 1fr);
}

.grid--size--col--13 {
  grid-template-columns: repeat(13, 1fr);
}

.grid--size--col--14 {
  grid-template-columns: repeat(14, 1fr);
}

.grid--size--col--15 {
  grid-template-columns: repeat(15, 1fr);
}

.grid--size--col--16 {
  grid-template-columns: repeat(16, 1fr);
}

.grid--size--col--17 {
  grid-template-columns: repeat(17, 1fr);
}

.grid--size--col--18 {
  grid-template-columns: repeat(18, 1fr);
}

.grid--size--col--19 {
  grid-template-columns: repeat(19, 1fr);
}

.grid--size--col--20 {
  grid-template-columns: repeat(20, 1fr);
}

.grid--size--col--21 {
  grid-template-columns: repeat(21, 1fr);
}

.grid--size--col--22 {
  grid-template-columns: repeat(22, 1fr);
}

.grid--size--col--23 {
  grid-template-columns: repeat(23, 1fr);
}

.grid--size--col--24 {
  grid-template-columns: repeat(24, 1fr);
}

.grid--size--row--1 {
  grid-template-rows: repeat(1, 1fr);
}

.grid--size--row--2 {
  grid-template-rows: repeat(2, 1fr);
}

.grid--size--row--3 {
  grid-template-rows: repeat(3, 1fr);
}

.grid--size--row--4 {
  grid-template-rows: repeat(4, 1fr);
}

.grid--size--row--5 {
  grid-template-rows: repeat(5, 1fr);
}

.grid--size--row--6 {
  grid-template-rows: repeat(6, 1fr);
}

.grid--size--row--7 {
  grid-template-rows: repeat(7, 1fr);
}

.grid--size--row--8 {
  grid-template-rows: repeat(8, 1fr);
}

.grid--size--row--9 {
  grid-template-rows: repeat(9, 1fr);
}

.grid--size--row--10 {
  grid-template-rows: repeat(10, 1fr);
}

.grid--size--row--11 {
  grid-template-rows: repeat(11, 1fr);
}

.grid--size--row--12 {
  grid-template-rows: repeat(12, 1fr);
}

.grid--size--row--13 {
  grid-template-rows: repeat(13, 1fr);
}

.grid--size--row--14 {
  grid-template-rows: repeat(14, 1fr);
}

.grid--size--row--15 {
  grid-template-rows: repeat(15, 1fr);
}

.grid--size--row--16 {
  grid-template-rows: repeat(16, 1fr);
}

.grid--size--row--17 {
  grid-template-rows: repeat(17, 1fr);
}

.grid--size--row--18 {
  grid-template-rows: repeat(18, 1fr);
}

.grid--size--row--19 {
  grid-template-rows: repeat(19, 1fr);
}

.grid--size--row--20 {
  grid-template-rows: repeat(20, 1fr);
}

.grid--size--row--21 {
  grid-template-rows: repeat(21, 1fr);
}

.grid--size--row--22 {
  grid-template-rows: repeat(22, 1fr);
}

.grid--size--row--23 {
  grid-template-rows: repeat(23, 1fr);
}

.grid--size--row--24 {
  grid-template-rows: repeat(24, 1fr);
}

.grid--size--row--auto {
  grid-template-rows: auto;
}

.gap--01 {
  gap: 0.3125rem;
  grid-gap: 0.3125rem;
}

.gap--row--01 {
  row-gap: 0.3125rem;
  grid-row-gap: 0.3125rem;
}

.gap--col--01 {
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
  grid-column-gap: 0.3125rem;
}

.gap--02 {
  gap: 0.625rem;
  grid-gap: 0.625rem;
}

.gap--row--02 {
  row-gap: 0.625rem;
  grid-row-gap: 0.625rem;
}

.gap--col--02 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  grid-column-gap: 0.625rem;
}

.gap--03 {
  gap: 0.9375rem;
  grid-gap: 0.9375rem;
}

.gap--row--03 {
  row-gap: 0.9375rem;
  grid-row-gap: 0.9375rem;
}

.gap--col--03 {
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  grid-column-gap: 0.9375rem;
}

.gap--04 {
  gap: 1.25rem;
  grid-gap: 1.25rem;
}

.gap--row--04 {
  row-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.gap--col--04 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  grid-column-gap: 1.25rem;
}

.gap--05 {
  gap: 1.5625rem;
  grid-gap: 1.5625rem;
}

.gap--row--05 {
  row-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
}

.gap--col--05 {
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
  grid-column-gap: 1.5625rem;
}

.gap--06 {
  gap: 1.875rem;
  grid-gap: 1.875rem;
}

.gap--row--06 {
  row-gap: 1.875rem;
  grid-row-gap: 1.875rem;
}

.gap--col--06 {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  grid-column-gap: 1.875rem;
}

.gap--07 {
  gap: 2.1875rem;
  grid-gap: 2.1875rem;
}

.gap--row--07 {
  row-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
}

.gap--col--07 {
  -moz-column-gap: 2.1875rem;
       column-gap: 2.1875rem;
  grid-column-gap: 2.1875rem;
}

.gap--08 {
  gap: 2.5rem;
  grid-gap: 2.5rem;
}

.gap--row--08 {
  row-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.gap--col--08 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  grid-column-gap: 2.5rem;
}

.gap--09 {
  gap: 2.8125rem;
  grid-gap: 2.8125rem;
}

.gap--row--09 {
  row-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
}

.gap--col--09 {
  -moz-column-gap: 2.8125rem;
       column-gap: 2.8125rem;
  grid-column-gap: 2.8125rem;
}

.gap--010 {
  gap: 3.125rem;
  grid-gap: 3.125rem;
}

.gap--row--010 {
  row-gap: 3.125rem;
  grid-row-gap: 3.125rem;
}

.gap--col--010 {
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
  grid-column-gap: 3.125rem;
}

.gap--011 {
  gap: 3.4375rem;
  grid-gap: 3.4375rem;
}

.gap--row--011 {
  row-gap: 3.4375rem;
  grid-row-gap: 3.4375rem;
}

.gap--col--011 {
  -moz-column-gap: 3.4375rem;
       column-gap: 3.4375rem;
  grid-column-gap: 3.4375rem;
}

.gap--012 {
  gap: 3.75rem;
  grid-gap: 3.75rem;
}

.gap--row--012 {
  row-gap: 3.75rem;
  grid-row-gap: 3.75rem;
}

.gap--col--012 {
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  grid-column-gap: 3.75rem;
}

/* Gap should always be loaded after grid! */
body {
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
}

html {
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-language-override: normal;
  font-optical-sizing: auto;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1;
  font-size-adjust: none;
  font-stretch: 100%;
  color: var(--color_text_primary);
  background-color: transparent;
  font-family: "stylescape_sans_regular", "Roboto Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
kbd,
samp {
  font-family: "stylescape_mono_regular", "Roboto Mono", "Courier New", "Courier", monospace;
  font-size: 87.5%;
  color: #333;
}

a > code,
a > kbd,
a > samp {
  color: #333;
}

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

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: 0.5em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

small {
  font-weight: 456;
  font-variation-settings: "wght" 456, "wdth" 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-color: var(--color_text_primary);
  text-shadow: none;
  text-emphasis: none;
  -webkit-text-emphasis: none;
  text-decoration: none;
  font-size: 80%;
  line-height: 1.2;
}

address {
  font-size: 1.75rem;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 1.5625rem;
}

cite {
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.42;
  display: block;
  margin: 1rem 0 0;
  text-transform: uppercase;
  color: blue;
}

pre {
  font-family: "stylescape_mono_regular", "Roboto Mono", "Courier New", "Courier", monospace;
  clear: both;
  overflow: auto;
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  color: #333;
  background-color: #f4f4f4;
}

pre code {
  font-family: "stylescape_mono_regular", "Roboto Mono", "Courier New", "Courier", monospace;
  clear: both;
  overflow: auto;
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  color: #333;
  background-color: #f4f4f4;
}

main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

.demo__section {
  grid-column: span 24;
  grid-template-columns: repeat(24, 1fr);
  margin-bottom: 1.25rem;
}

.demo__section__header,
.demo__subsection {
  grid-column: span 24;
  margin-bottom: 1.25rem;
}

.font--preview {
  margin-bottom: 1.5rem;
}

.font-preview-controls {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.font-preview_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(2Q 20, 1fr));
  gap: 1rem;
}

.grid_layer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: z("guides");
}

.grid-status {
  font-size: 0.75rem;
  margin-left: 0.5rem;
  background: #eee;
  color: #444;
  padding: 0.15rem 0Q 64;
  border-radius: 0.25rem;
}

.box-preview {
  background: #e0e0e0;
}

.box-label {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #666;
}

.demo-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.demo-grid .button-size-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.demo-grid .button-style-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(1.25rem, 1fr));
  gap: 1rem;
}
.demo-grid .button-style-grid .demo-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.demo-grid .button-style-grid .demo-item .label {
  font-size: 0.75rem;
  color: var(--color_dark, #333);
  opacity: 0.6;
  height: 2rem;
}
.demo-grid .button-style-grid .demo-item button {
  width: 100%;
}
/*# sourceMappingURL=to.css.map */