|
|
|
|
@ -674,7 +674,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
border-radius: 999px;
|
|
|
|
|
color: #dff5ff;
|
|
|
|
|
background: rgba(17, 126, 178, 0.36);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-size: var(--student-fs-caption);
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
line-height: 1.4;
|
|
|
|
|
}
|
|
|
|
|
@ -682,7 +682,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
.task-title {
|
|
|
|
|
margin: 12px 0 0;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
font-size: var(--student-fs-display);
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
line-height: 1.3;
|
|
|
|
|
}
|
|
|
|
|
@ -712,7 +712,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
.section-eyebrow {
|
|
|
|
|
margin: 0;
|
|
|
|
|
color: #71dfff;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-size: var(--student-fs-caption);
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
line-height: 1.4;
|
|
|
|
|
letter-spacing: 0.02em;
|
|
|
|
|
@ -721,7 +721,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
.workbench-head h3 {
|
|
|
|
|
margin: 4px 0 8px;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
font-size: 26px;
|
|
|
|
|
font-size: var(--student-fs-h1);
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
line-height: 1.3;
|
|
|
|
|
}
|
|
|
|
|
@ -730,7 +730,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
.step-desc {
|
|
|
|
|
margin: 0;
|
|
|
|
|
color: #d7ecff;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-size: var(--student-fs-body);
|
|
|
|
|
line-height: 1.8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -756,7 +756,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
color: #e9fbff;
|
|
|
|
|
background: rgba(17, 126, 178, 0.36);
|
|
|
|
|
font: inherit;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-size: var(--student-fs-button);
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
@ -803,7 +803,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
background: rgba(3, 27, 43, 0.52);
|
|
|
|
|
box-shadow: inset 0 1px 0 rgba(135, 221, 255, 0.04);
|
|
|
|
|
font: inherit;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-size: var(--student-fs-body);
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
text-align: left;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
@ -846,7 +846,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
color: #a6c4d9;
|
|
|
|
|
background: rgba(3, 25, 40, 0.8);
|
|
|
|
|
box-shadow: inset 0 0 12px rgba(38, 174, 233, 0.08);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-size: var(--student-fs-caption);
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
letter-spacing: 0.04em;
|
|
|
|
|
transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
|
|
|
|
|
@ -863,7 +863,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
color: inherit;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-size: var(--student-fs-body);
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
@ -873,7 +873,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
|
|
|
|
|
.step-action {
|
|
|
|
|
color: #66b6d4;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
font-size: var(--student-fs-caption);
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
letter-spacing: 0.06em;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
@ -938,7 +938,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
.step-title-row h3 {
|
|
|
|
|
margin: 4px 0 0;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
font-size: var(--student-fs-h2);
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
line-height: 1.3;
|
|
|
|
|
}
|
|
|
|
|
@ -956,7 +956,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
color: #dff5ff;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-size: var(--student-fs-body);
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
line-height: 1.6;
|
|
|
|
|
}
|
|
|
|
|
@ -972,7 +972,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
background: #0f1a24;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
font: inherit;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-size: var(--student-fs-body);
|
|
|
|
|
line-height: 1.65;
|
|
|
|
|
resize: vertical;
|
|
|
|
|
}
|
|
|
|
|
@ -1001,7 +1001,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
p {
|
|
|
|
|
margin: 0;
|
|
|
|
|
color: #cae7f2;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-size: var(--student-fs-body);
|
|
|
|
|
line-height: 1.8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -1027,7 +1027,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
padding: 11px 10px;
|
|
|
|
|
color: #f5fcff;
|
|
|
|
|
background: linear-gradient(100deg, #0787bd, #075276);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-size: var(--student-fs-body);
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -1064,7 +1064,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
background: rgba(4, 24, 38, 0.72);
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
font: inherit;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-size: var(--student-fs-body-sm);
|
|
|
|
|
line-height: 1.55;
|
|
|
|
|
resize: vertical;
|
|
|
|
|
|
|
|
|
|
@ -1078,7 +1078,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
.core-pain-validation-message {
|
|
|
|
|
margin: 12px 0 0;
|
|
|
|
|
color: #ffab9d;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-size: var(--student-fs-body-sm);
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -1089,7 +1089,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
border-radius: 14px;
|
|
|
|
|
color: #c9e9f5;
|
|
|
|
|
background: rgba(4, 48, 71, 0.28);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-size: var(--student-fs-body);
|
|
|
|
|
line-height: 1.8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -1101,7 +1101,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
margin: 18px 0 10px;
|
|
|
|
|
|
|
|
|
|
h4 { margin: 0; color: #ffffff; font-size: 17px; }
|
|
|
|
|
small { margin-left: 6px; color: #8dc8df; font-size: 12px; font-weight: 600; }
|
|
|
|
|
small { margin-left: 6px; color: #8dc8df; font-size: var(--student-fs-caption); font-weight: 600; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.canvas-section-heading--spaced { margin-top: 28px; }
|
|
|
|
|
@ -1123,9 +1123,9 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
transition: .2s ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.canvas-export-button { min-width: 92px; height: 34px; padding: 0 14px; font-size: 13px; }
|
|
|
|
|
.template-download-button { min-width: 116px; height: 36px; padding: 0 14px; font-size: 13px; }
|
|
|
|
|
.canvas-upload-trigger { min-width: 218px; min-height: 54px; padding: 0 22px; font-size: 15px; }
|
|
|
|
|
.canvas-export-button { min-width: 92px; height: 34px; padding: 0 14px; font-size: var(--student-fs-body-sm); }
|
|
|
|
|
.template-download-button { min-width: 116px; height: 36px; padding: 0 14px; font-size: var(--student-fs-body-sm); }
|
|
|
|
|
.canvas-upload-trigger { min-width: 218px; min-height: 54px; padding: 0 22px; font-size: var(--student-fs-body); }
|
|
|
|
|
|
|
|
|
|
.canvas-export-button:hover,
|
|
|
|
|
.template-download-button:hover,
|
|
|
|
|
@ -1147,12 +1147,12 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
|
|
|
|
|
th,
|
|
|
|
|
td { border: 1px solid rgba(77, 167, 220, 0.3); }
|
|
|
|
|
th { padding: 10px; color: #f6fdff; background: linear-gradient(100deg, #0787bd, #075276); font-size: 14px; font-weight: 800; }
|
|
|
|
|
td { padding: 10px; color: #d7f1ff; background: rgba(1, 14, 26, 0.48); font-size: 13px; line-height: 1.65; vertical-align: middle; }
|
|
|
|
|
th { padding: 10px; color: #f6fdff; background: linear-gradient(100deg, #0787bd, #075276); font-size: var(--student-fs-body); font-weight: 800; }
|
|
|
|
|
td { padding: 10px; color: #d7f1ff; background: rgba(1, 14, 26, 0.48); font-size: var(--student-fs-body-sm); line-height: 1.65; vertical-align: middle; }
|
|
|
|
|
th:nth-child(1), td:nth-child(1) { width: 19%; color: #c8edfa; font-weight: 800; text-align: center; }
|
|
|
|
|
th:nth-child(2), td:nth-child(2) { width: 24%; color: #9fc4d4; }
|
|
|
|
|
textarea {
|
|
|
|
|
display: block; width: 100%; min-height: 72px; padding: 10px; border: 1px solid rgba(45, 95, 126, .95); border-radius: 9px; color: #eef5ff; background: rgba(4, 24, 38, .72); box-sizing: border-box; font: inherit; font-size: 13px; line-height: 1.55; resize: vertical;
|
|
|
|
|
display: block; width: 100%; min-height: 72px; padding: 10px; border: 1px solid rgba(45, 95, 126, .95); border-radius: 9px; color: #eef5ff; background: rgba(4, 24, 38, .72); box-sizing: border-box; font: inherit; font-size: var(--student-fs-body-sm); line-height: 1.55; resize: vertical;
|
|
|
|
|
&:focus { border-color: rgba(92, 224, 255, .7); box-shadow: 0 0 0 3px rgba(0, 174, 255, .13); outline: none; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -1166,7 +1166,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
h4 { margin: 0; color: #ffffff; font-size: 17px; text-align: left; }
|
|
|
|
|
p { margin: 9px 0 18px; color: #bfdeeb; font-size: 13px; line-height: 1.75; text-align: left; }
|
|
|
|
|
p { margin: 9px 0 18px; color: #bfdeeb; font-size: var(--student-fs-body-sm); line-height: 1.75; text-align: left; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; clip-path: inset(50%); }
|
|
|
|
|
@ -1181,11 +1181,11 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
|
|
|
|
|
:deep(.el-image) { width: 116px; height: 76px; border: 1px solid rgba(92, 224, 255, .66); border-radius: 10px; cursor: zoom-in; }
|
|
|
|
|
div { display: grid; gap: 5px; }
|
|
|
|
|
strong { color: #eefcff; font-size: 14px; }
|
|
|
|
|
span { color: #8fb9c9; font-size: 12px; }
|
|
|
|
|
strong { color: #eefcff; font-size: var(--student-fs-body); }
|
|
|
|
|
span { color: #8fb9c9; font-size: var(--student-fs-caption); }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-button { width: fit-content; padding: 0; border: 0; color: #77e4ff; background: transparent; cursor: pointer; font: inherit; font-size: 12px; text-decoration: underline; }
|
|
|
|
|
.text-button { width: fit-content; padding: 0; border: 0; color: #77e4ff; background: transparent; cursor: pointer; font: inherit; font-size: var(--student-fs-caption); text-decoration: underline; }
|
|
|
|
|
|
|
|
|
|
.canvas-guidance {
|
|
|
|
|
position: relative;
|
|
|
|
|
@ -1195,7 +1195,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
border-radius: 0 12px 12px 0;
|
|
|
|
|
background: rgba(3, 43, 65, .24);
|
|
|
|
|
|
|
|
|
|
p { margin: 0; color: #bedce8; font-size: 13px; line-height: 1.75; }
|
|
|
|
|
p { margin: 0; color: #bedce8; font-size: var(--student-fs-body-sm); line-height: 1.75; }
|
|
|
|
|
p + p { margin-top: 4px; }
|
|
|
|
|
.template-download-button { position: absolute; top: 44px; left: 18px; }
|
|
|
|
|
}
|
|
|
|
|
@ -1207,7 +1207,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
border-radius: 0 14px 14px 0;
|
|
|
|
|
background: linear-gradient(90deg, rgba(7, 92, 132, .28), rgba(5, 34, 51, .12));
|
|
|
|
|
|
|
|
|
|
p { margin: 0; color: #c9e7f3; font-size: 14px; line-height: 1.8; }
|
|
|
|
|
p { margin: 0; color: #c9e7f3; font-size: var(--student-fs-body); line-height: 1.8; }
|
|
|
|
|
p + p { margin-top: 5px; color: #a9ccda; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -1228,8 +1228,8 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
background: rgba(4, 86, 125, .35);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header span { color: #f2fdff; font-size: 16px; font-weight: 900; }
|
|
|
|
|
header small { color: #8ecadd; font-size: 12px; }
|
|
|
|
|
header span { color: #f2fdff; font-size: var(--student-fs-h2); font-weight: 900; }
|
|
|
|
|
header small { color: #8ecadd; font-size: var(--student-fs-caption); }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.statement-preview {
|
|
|
|
|
@ -1237,7 +1237,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
padding: 15px 16px;
|
|
|
|
|
color: #afd2df;
|
|
|
|
|
background: rgba(0, 16, 29, .36);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-size: var(--student-fs-body);
|
|
|
|
|
line-height: 1.85;
|
|
|
|
|
|
|
|
|
|
strong { color: #64daf8; font-weight: 800; }
|
|
|
|
|
@ -1250,10 +1250,10 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
padding: 16px;
|
|
|
|
|
|
|
|
|
|
label { display: grid; gap: 6px; min-width: 0; }
|
|
|
|
|
label span { color: #d8f2fb; font-size: 12px; font-weight: 800; }
|
|
|
|
|
label span { color: #d8f2fb; font-size: var(--student-fs-caption); font-weight: 800; }
|
|
|
|
|
input,
|
|
|
|
|
textarea {
|
|
|
|
|
width: 100%; padding: 10px 11px; border: 1px solid rgba(45, 95, 126, .95); border-radius: 9px; color: #eef5ff; background: rgba(4, 24, 38, .72); box-sizing: border-box; font: inherit; font-size: 13px; line-height: 1.55;
|
|
|
|
|
width: 100%; padding: 10px 11px; border: 1px solid rgba(45, 95, 126, .95); border-radius: 9px; color: #eef5ff; background: rgba(4, 24, 38, .72); box-sizing: border-box; font: inherit; font-size: var(--student-fs-body-sm); line-height: 1.55;
|
|
|
|
|
&:focus { border-color: rgba(92, 224, 255, .7); box-shadow: 0 0 0 3px rgba(0, 174, 255, .13); outline: none; }
|
|
|
|
|
}
|
|
|
|
|
textarea { min-height: 66px; resize: vertical; }
|
|
|
|
|
@ -1268,13 +1268,13 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
border-radius: 14px;
|
|
|
|
|
color: #c9e6f1;
|
|
|
|
|
background: linear-gradient(100deg, rgba(5, 78, 112, .28), rgba(3, 26, 42, .18));
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-size: var(--student-fs-body);
|
|
|
|
|
line-height: 1.85;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mrd-section { margin-top: 24px; }
|
|
|
|
|
.mrd-section h4,
|
|
|
|
|
.mrd-positioning-section h4 { margin: 0 0 10px; color: #ffffff; font-size: 16px; font-weight: 900; }
|
|
|
|
|
.mrd-positioning-section h4 { margin: 0 0 10px; color: #ffffff; font-size: var(--student-fs-h2); font-weight: 900; }
|
|
|
|
|
.mrd-table-wrap { overflow-x: auto; }
|
|
|
|
|
|
|
|
|
|
.mrd-table {
|
|
|
|
|
@ -1284,14 +1284,14 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
table-layout: fixed;
|
|
|
|
|
|
|
|
|
|
th, td { border: 1px solid rgba(77, 167, 220, .3); }
|
|
|
|
|
th { padding: 9px; color: #f5fcff; background: linear-gradient(100deg, #0787bd, #075276); font-size: 13px; font-weight: 800; }
|
|
|
|
|
td { min-height: 42px; padding: 7px; color: #d5edf7; background: rgba(1, 14, 26, .48); font-size: 13px; text-align: center; vertical-align: middle; }
|
|
|
|
|
th { padding: 9px; color: #f5fcff; background: linear-gradient(100deg, #0787bd, #075276); font-size: var(--student-fs-body-sm); font-weight: 800; }
|
|
|
|
|
td { min-height: 42px; padding: 7px; color: #d5edf7; background: rgba(1, 14, 26, .48); font-size: var(--student-fs-body-sm); text-align: center; vertical-align: middle; }
|
|
|
|
|
th:nth-child(1), td:nth-child(1) { width: 8%; }
|
|
|
|
|
th:nth-child(2), td:nth-child(2) { width: 17%; }
|
|
|
|
|
.mrd-row-title { color: #bbebf6; font-weight: 800; }
|
|
|
|
|
.mrd-module { color: #a6d7e6; }
|
|
|
|
|
textarea {
|
|
|
|
|
display: block; width: 100%; min-height: 50px; padding: 8px 10px; border: 1px solid rgba(45, 95, 126, .95); border-radius: 8px; color: #eef5ff; background: rgba(4, 24, 38, .72); box-sizing: border-box; font: inherit; font-size: 13px; line-height: 1.55; resize: vertical;
|
|
|
|
|
display: block; width: 100%; min-height: 50px; padding: 8px 10px; border: 1px solid rgba(45, 95, 126, .95); border-radius: 8px; color: #eef5ff; background: rgba(4, 24, 38, .72); box-sizing: border-box; font: inherit; font-size: var(--student-fs-body-sm); line-height: 1.55; resize: vertical;
|
|
|
|
|
&:focus { border-color: rgba(92, 224, 255, .7); box-shadow: 0 0 0 3px rgba(0, 174, 255, .13); outline: none; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -1304,7 +1304,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
background: rgba(1, 31, 48, .35);
|
|
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
|
display: block; width: 100%; min-height: 120px; padding: 12px; border: 1px solid rgba(45, 95, 126, .95); border-radius: 10px; color: #eef5ff; background: rgba(4, 24, 38, .72); box-sizing: border-box; font: inherit; font-size: 14px; line-height: 1.65; resize: vertical;
|
|
|
|
|
display: block; width: 100%; min-height: 120px; padding: 12px; border: 1px solid rgba(45, 95, 126, .95); border-radius: 10px; color: #eef5ff; background: rgba(4, 24, 38, .72); box-sizing: border-box; font: inherit; font-size: var(--student-fs-body); line-height: 1.65; resize: vertical;
|
|
|
|
|
&:focus { border-color: rgba(92, 224, 255, .7); box-shadow: 0 0 0 3px rgba(0, 174, 255, .13); outline: none; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -1315,7 +1315,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
border-left: 3px solid #4fdbf5;
|
|
|
|
|
border-radius: 0 12px 12px 0;
|
|
|
|
|
background: rgba(3, 46, 67, .26);
|
|
|
|
|
p { margin: 0; color: #bfdeea; font-size: 13px; line-height: 1.75; }
|
|
|
|
|
p { margin: 0; color: #bfdeea; font-size: var(--student-fs-body-sm); line-height: 1.75; }
|
|
|
|
|
p + p { margin-top: 4px; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -1355,7 +1355,7 @@ async function handleValueCanvasUpload(event) {
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
color: #dff7ff;
|
|
|
|
|
background: rgba(13, 64, 88, 0.62);
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-size: var(--student-fs-h1);
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|